/* V34.4 - Home reconstruída e sem duplicidade */
.home-clean-v344 {
  background: #fff8f6;
}

.home-clean-v344 #heroCarouselV339,
.home-clean-v344 #heroCarouselV335,
.home-clean-v344 #homeMainCarouselStableV3311,
.home-clean-v344 #carouselHomeBrindart,
.home-clean-v344 #homeCarousel,
.home-clean-v344 #mainCarousel,
.home-clean-v344 .carousel-fix-v339,
.home-clean-v344 .carousel-stable-v3311,
.home-clean-v344 .promo-mini-grid,
.home-clean-v344 .promo-semana-row,
.home-clean-v344 .promo-semana-card,
.home-clean-v344 [class*="promo-semana"],
.home-clean-v344 [class*="promocao-semana"] {
  display: none !important;
}

.brindart-carousel-area {
  width: 100%;
  margin: 0;
}

#brindartCarouselV34 {
  border-radius: 1.7rem;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(185,75,99,.09);
}

.brindart-slide-v34 {
  height: 380px;
  position: relative;
  background: #fbe2e7;
}

.brindart-slide-v34 img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
}

.brindart-slide-content-v34 {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.08));
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  padding: 3rem;
}

.brindart-slide-content-v34 h2 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 1rem;
}

.brindart-slide-content-v34 p {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 1.4rem;
}

#brindartCarouselV34 .carousel-control-prev,
#brindartCarouselV34 .carousel-control-next {
  width: 64px;
}

#brindartCarouselV34 .carousel-control-prev-icon,
#brindartCarouselV34 .carousel-control-next-icon {
  background-color: #e35f7a;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-size: 45%;
}

#brindartCarouselV34 .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e35f7a;
}

.home-section-v344 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-head-v344 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-head-v344 h2 {
  color: #4b2e28;
  font-size: 2rem;
  line-height: 1;
  font-weight: 900;
  margin: 0;
}

.section-head-v344 a {
  color: #e35f7a;
  border: 1px solid #e35f7a;
  border-radius: 999px;
  padding: .55rem 1.2rem;
  text-decoration: none;
  font-weight: 700;
  background: #fff;
}

.home-products-grid-v344 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.home-product-card-v344 {
  background: #fff;
  border: 1px solid #f1d8da;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: #4b2e28;
  box-shadow: 0 8px 22px rgba(185,75,99,.06);
  display: block;
}

.home-product-card-v344 img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #fff4f0;
  display: block;
}

.home-product-card-v344 .info {
  padding: .85rem;
}

.home-product-card-v344 strong {
  display: block;
  font-size: .98rem;
  line-height: 1.2;
  min-height: 2.35em;
}

.home-product-card-v344 span {
  display: block;
  color: #e35f7a;
  font-weight: 900;
  margin-top: .45rem;
}

.home-product-card-v344 small {
  display: block;
  color: #8a6464;
  margin-top: .25rem;
}

#categoriasHomeV344 .category-item {
  display: grid;
  grid-template-columns: 34px 1fr 20px;
  align-items: center;
  gap: .65rem;
  color: #2d2525;
  text-decoration: none;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #f3d8d8;
  font-weight: 800;
}

#categoriasHomeV344 .category-item i:first-child {
  color: #d87826;
}

#categoriasHomeV344 .category-item i:last-child {
  color: #d87826;
  font-size: .9rem;
}

.home-empty-v344 {
  background: #fff;
  border: 1px dashed #f1d8da;
  border-radius: 1rem;
  padding: 1.5rem;
  color: #8a6464;
}

@media(max-width: 992px) {
  .home-products-grid-v344 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brindart-slide-v34,
  .brindart-slide-v34 img {
    height: 300px;
  }

  .brindart-slide-content-v34 {
    padding: 2rem;
  }

  .brindart-slide-content-v34 h2 {
    font-size: 2rem;
  }
}

@media(max-width: 576px) {
  .home-products-grid-v344 {
    grid-template-columns: 1fr;
  }

  .section-head-v344 {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Ajuste final de publicação: aproveita o espaço abaixo do banner na home */
.home-section-compact-v344 {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
.home-section-compact-v344 .home-products-grid-v344 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media(max-width: 992px) {
  .home-section-compact-v344 .home-products-grid-v344 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media(max-width: 576px) {
  .home-section-compact-v344 .home-products-grid-v344 {
    grid-template-columns: 1fr;
  }
}
