/* ===================================
   SMA Boutique - Home Adobe XD Specs
   Especificações extraídas do Adobe XD
   ================================== */

/* ===================================
   FONTES LOCAIS
   ================================== */

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Font_Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Font_Poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Font_Poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Font_Cinzel/Cinzel-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Font_Cinzel/Cinzel-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel";
  src: url("../fonts/Font_Cinzel/Cinzel-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ===================================
   HERO - TÍTULO PRINCIPAL
   ================================== */

.hero-slide {
  height: 633px;
  min-height: 633px;
}

#heroCarousel {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 633px;
  min-height: 633px;
  margin: 0 auto;
  display: block;
  background:
    linear-gradient(
      120deg,
      rgba(242, 238, 221, 0.56) 0%,
      rgba(242, 238, 221, 0.2) 46%,
      rgba(192, 174, 81, 0.24) 100%
    );
  /* Imagem de fundo do hero desativada temporariamente. */
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}

#heroCarousel .carousel-inner,
#heroCarousel .carousel-item,
#heroCarousel .hero-slide {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

#heroCarousel .hero-slide {
  background: transparent;
}

#heroCarousel .hero-bg-pattern,
#heroCarousel .hero-bg-pattern--premium,
#heroCarousel .hero-bg-pattern--benefits {
  display: none;
}

#heroCarousel .container {
  height: 100%;
  display: flex;
  align-items: center;
}

#heroCarousel .row {
  width: 100%;
}

.hero-content {
  text-align: center;
  padding: 0 1rem;
}

@media (max-width: 992px) {
  #heroCarousel {
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-top: 0;
  }

  #heroCarousel .carousel-inner,
  #heroCarousel .carousel-item,
  #heroCarousel .hero-slide {
    height: 100vh;
    min-height: 100vh;
  }

  .hero-content {
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 80vh;
  }
}

@media (max-width: 768px) {
  #heroCarousel,
  #heroCarousel .carousel-inner,
  #heroCarousel .carousel-item,
  #heroCarousel .hero-slide,
  .hero-slide {
    height: 100vh;
    min-height: 100vh;
  }

  .hero-content {
    padding: 1.5rem;
    min-height: 85vh;
  }
}

@media (max-width: 576px) {
  #heroCarousel,
  #heroCarousel .carousel-inner,
  #heroCarousel .carousel-item,
  #heroCarousel .hero-slide,
  .hero-slide {
    height: 100vh;
    min-height: 100vh;
  }

  .hero-content {
    padding: 1rem;
    min-height: 90vh;
    gap: 1.5rem;
  }
}

.hero-title {
  width: 681px;
  height: 142px;
  text-align: left;
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 58px;
  line-height: 63px;
  letter-spacing: 0;
  color: #8C6D3A;
  opacity: 1;
  margin-bottom: 1.5rem;
}

@media (max-width: 992px) {
  .hero-title {
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 3.5rem;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.8rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2.2rem;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ===================================
   HERO - SUBTÍTULO
   ================================== */

.hero-subtitle {
  width: 564px;
  height: 46px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
  color: #383838;
  opacity: 1;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .hero-subtitle {
    width: 100%;
    max-width: 85%;
    height: auto;
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 768px) {
  .hero-subtitle {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    max-width: 90%;
    padding: 0;
  }
}

@media (max-width: 576px) {
  .hero-subtitle {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    max-width: 95%;
    text-align: center;
  }
}


/* ===================================
   HERO - BOTÃO PRINCIPAL
   ================================== */

.hero-btn-primary {
  width: 263px;
  height: 52px;
  background: #8C6D3A;
  border-radius: 10px;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0;
  border: none;
  box-shadow: none;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #F2EEDD;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .hero-btn-primary {
    width: auto;
    min-width: 280px;
    height: 56px;
    padding: 0 2rem;
    font-size: 1.1rem;
    line-height: 1.4;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .hero-btn-primary {
    min-width: 260px;
    height: 52px;
    font-size: 1rem;
    padding: 0 1.8rem;
  }
}

@media (max-width: 576px) {
  .hero-btn-primary {
    min-width: 240px;
    width: 90%;
    max-width: 320px;
    height: 48px;
    font-size: 0.95rem;
    padding: 0 1.5rem;
    gap: 8px;
    margin: 0 auto;
  }
}

.hero-btn-primary:hover,
.hero-btn-primary:focus,
.hero-btn-primary:active {
  background: #8C6D3A;
  color: #F2EEDD;
  box-shadow: none;
}

.hero-btn-primary i {
  color: #F2EEDD;
}

/* ===================================
   CATEGORIAS - LINHA DO TITULO (XD)
   ================================== */

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}

.section-title-line {
  flex: 0 0 379px;
  width: 379px;
  height: 0;
  border-top: 3px solid #C0AE51;
  opacity: 0.22;
  margin: 0;
}

/* ===================================
   CATEGORIAS - TITULO (XD)
   ================================== */

.categories-section {
  background: #F2EEDD 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 2;
  clear: both;
  padding: 4rem 0;
}

#heroCarousel + .categories-section {
  margin-top: 0;
}

.categories-section .section-title,
.featured-products-section .section-title {
  text-align: center;
  font: normal normal bold 41px/55px "Cinzel", serif;
  letter-spacing: 0;
  color: #C0AE51;
  opacity: 1;
  display: inline-block;
  white-space: nowrap;
}

.categories-side-content {
  max-width: 431px;
  margin: 0 auto 0 0;
}

.categories-side-title {
  width: 277px;
  max-width: 100%;
  margin: 0 0 16px;
  text-align: left;
  font: normal normal bold 41px/40px "Cinzel", serif;
  letter-spacing: 0;
  color: #C0AE51;
  opacity: 1;
}

.categories-side-line {
  width: 431px;
  max-width: 100%;
  height: 0;
  border-top: 3px solid #C0AE51;
  opacity: 0.22;
  margin: 0 0 16px;
}

.categories-side-description {
  width: 408px;
  max-width: 100%;
  margin: 0;
  text-align: left;
  font: normal normal normal 17px/22px "Poppins", sans-serif;
  letter-spacing: 0;
  color: #383838;
  opacity: 1;
}

@media (max-width: 992px) {
  .categories-section {
    padding: 3rem 0;
  }

  .categories-section > .container > .row {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .categories-side-content {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }

  .categories-side-title {
    width: auto;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .categories-side-line {
    width: 60%;
    margin: 0 auto 1.5rem;
  }

  .categories-side-description {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 85%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .categories-section {
    padding: 2.5rem 0;
  }

  .categories-side-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .categories-side-line {
    width: 50%;
    margin-bottom: 1.2rem;
  }

  .categories-side-description {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .categories-section {
    padding: 2rem 0;
  }

  .categories-side-title {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }

  .categories-side-line {
    width: 40%;
    margin-bottom: 1rem;
  }

  .categories-side-description {
    font-size: 0.95rem;
    line-height: 1.4;
    max-width: 95%;
    padding: 0 1rem;
  }
}

/* ===================================
   CATEGORIAS - CARD SOBREPOSTO (XD)
   ================================== */

#categoriasCarousel .carousel-card {
  display: flex;
  justify-content: center;
  min-height: 230px;
}

#categoriasCarousel .category-card-link {
  display: block;
  width: 220px;
}

#categoriasCarousel .category-card {
  width: 220px;
  height: 230px;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
}

@media (max-width: 992px) {
  #categoriasCarousel .carousel-inner {
    overflow: visible;
  }

  #categoriasCarousel .carousel-card {
    padding: 0 0.5rem;
  }

  #categoriasCarousel .category-card {
    width: 100%;
    max-width: 240px;
    height: 250px;
    margin: 0 auto;
  }

  #categoriasCarousel .category-card-back {
    width: 85%;
    height: 90%;
    right: 8%;
  }

  #categoriasCarousel .category-card-front {
    width: 75%;
    height: 80%;
    bottom: 5%;
  }

  #categoriasCarousel .category-name {
    width: 70%;
    font-size: 1.4rem;
    line-height: 1.3;
    right: 12%;
    top: 8%;
  }
}

@media (max-width: 768px) {
  #categoriasCarousel .carousel-card {
    padding: 0 0.3rem;
    /* 2 cards visíveis: cada um ocupa metade da largura do wrapper */
    width: 50%;
    flex-shrink: 0;
  }

  #categoriasCarousel .category-card-link {
    width: 100%;
  }

  #categoriasCarousel .category-card {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }

  #categoriasCarousel .category-card-back {
    width: 82%;
    height: 88%;
    right: 9%;
  }

  #categoriasCarousel .category-card-front {
    width: 72%;
    height: 78%;
    bottom: 6%;
  }

  #categoriasCarousel .category-name {
    width: 65%;
    font-size: 1rem;
    line-height: 1.2;
    right: 15%;
    top: 10%;
  }
}

@media (max-width: 576px) {
  #categoriasCarousel {
    margin: 0;
  }

  #categoriasCarousel .carousel-card {
    padding: 0 0.25rem;
    width: 50%;
    min-height: 180px;
  }

  #categoriasCarousel .category-card {
    width: 100%;
    max-width: 100%;
    height: 175px;
  }

  #categoriasCarousel .category-card-back {
    width: 80%;
    height: 85%;
    right: 10%;
  }

  #categoriasCarousel .category-card-front {
    width: 70%;
    height: 75%;
    bottom: 8%;
  }

  #categoriasCarousel .category-name {
    width: 60%;
    font-size: 0.85rem;
    line-height: 1.1;
    right: 18%;
    top: 12%;
    text-align: center;
  }
}

#categoriasCarousel .category-card:hover {
  transform: none;
  box-shadow: none;
  border: none;
}

#categoriasCarousel .category-card-back {
  position: absolute;
  top: 0;
  right: 0;
  width: 196px;
  height: 223px;
  border: 3px solid #C0AE5138;
  border-radius: 25px 0;
  opacity: 1;
}

#categoriasCarousel .category-name {
  position: absolute;
  top: 12px;
  right: 16px;
  margin: 0;
  width: 162px;
  height: 35px;
  text-align: right;
  font: normal normal 600 25px/28px "Poppins", sans-serif;
  letter-spacing: 0;
  color: #8C6D3A;
  z-index: 3;
  opacity: 1;
}

#categoriasCarousel .category-card-front {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 176px;
  height: 190px;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
  z-index: 2;
  background: #ece9df;
}

#categoriasCarousel .category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#categoriasCarousel .category-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8C6D3A;
  font-size: 2.2rem;
  background: linear-gradient(135deg, #f2eedd 0%, #e4decb 100%);
}

/* Reforca o layout mobile apos os estilos base para evitar sobrescrita */
@media (max-width: 768px) {
  #categoriasCarousel .cards-wrapper {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }

  #categoriasCarousel .carousel-card {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    padding: 0 0.3rem;
  }

  #categoriasCarousel .category-card-link {
    width: 100%;
  }

  #categoriasCarousel .category-card {
    height: 200px;
  }

  #categoriasCarousel .category-card-back {
    width: 82%;
    height: 88%;
    right: 9%;
  }

  #categoriasCarousel .category-card-front {
    width: 72%;
    height: 78%;
    bottom: 6%;
  }

  #categoriasCarousel .category-name {
    width: 65%;
    font-size: 1rem;
    line-height: 1.2;
    right: 15%;
    top: 10%;
  }
}

@media (max-width: 576px) {
  #categoriasCarousel .carousel-card {
    padding: 0 0.25rem;
    min-height: 180px;
  }

  #categoriasCarousel .category-card {
    height: 175px;
  }

  #categoriasCarousel .category-card-back {
    width: 80%;
    height: 85%;
    right: 10%;
  }

  #categoriasCarousel .category-card-front {
    width: 70%;
    height: 75%;
    bottom: 8%;
  }

  #categoriasCarousel .category-name {
    width: 60%;
    font-size: 0.85rem;
    line-height: 1.1;
    right: 18%;
    top: 12%;
    text-align: center;
  }
}

/* ===================================
   CONTROLES DOS CARROSSEIS
   ================================== */

#categoriasCarousel .carousel-control-prev,
#categoriasCarousel .carousel-control-next,
#produtosCarousel .carousel-control-prev,
#produtosCarousel .carousel-control-next {
  width: 36px;
  height: 72px;
  opacity: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
}

@media (max-width: 768px) {
  #categoriasCarousel .carousel-control-prev,
  #categoriasCarousel .carousel-control-next,
  #produtosCarousel .carousel-control-prev,
  #produtosCarousel .carousel-control-next {
    width: 36px;
    height: 36px;
    top: 40%;
    border-radius: 50%;
    background-color: rgba(140, 109, 58, 0.85);
  }

  #categoriasCarousel .carousel-control-prev,
  #produtosCarousel .carousel-control-prev {
    left: 4px;
  }

  #categoriasCarousel .carousel-control-next,
  #produtosCarousel .carousel-control-next {
    right: 4px;
  }

  #categoriasCarousel .carousel-control-prev-icon,
  #categoriasCarousel .carousel-control-next-icon,
  #produtosCarousel .carousel-control-prev-icon,
  #produtosCarousel .carousel-control-next-icon {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}

@media (max-width: 576px) {
  #categoriasCarousel .carousel-control-prev,
  #categoriasCarousel .carousel-control-next,
  #produtosCarousel .carousel-control-prev,
  #produtosCarousel .carousel-control-next {
    width: 32px;
    height: 32px;
  }

  #categoriasCarousel .carousel-control-prev,
  #produtosCarousel .carousel-control-prev {
    left: 4px;
  }

  #categoriasCarousel .carousel-control-next,
  #produtosCarousel .carousel-control-next {
    right: 4px;
  }

  #categoriasCarousel .carousel-control-prev-icon,
  #categoriasCarousel .carousel-control-next-icon,
  #produtosCarousel .carousel-control-prev-icon,
  #produtosCarousel .carousel-control-next-icon {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
}

#categoriasCarousel .carousel-control-prev,
#produtosCarousel .carousel-control-prev {
  left: -34px;
}

#categoriasCarousel .carousel-control-next,
#produtosCarousel .carousel-control-next {
  right: -34px;
}

#categoriasCarousel .carousel-control-prev-icon,
#categoriasCarousel .carousel-control-next-icon,
#produtosCarousel .carousel-control-prev-icon,
#produtosCarousel .carousel-control-next-icon {
  width: 14px;
  height: 24px;
  background-size: 14px 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  filter: none;
}

#categoriasCarousel .carousel-control-prev-icon,
#produtosCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24' fill='none' stroke='%238C6D3A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M13 2L3 12l10 10'/%3e%3c/svg%3e");
}

#categoriasCarousel .carousel-control-next-icon,
#produtosCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24' fill='none' stroke='%238C6D3A' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M3 2l10 10L3 22'/%3e%3c/svg%3e");
}

/* Ícones brancos no mobile (fundo marrom) */
@media (max-width: 768px) {
  #categoriasCarousel .carousel-control-prev-icon,
  #produtosCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24' fill='none' stroke='%23F2EEDD' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M13 2L3 12l10 10'/%3e%3c/svg%3e");
  }

  #categoriasCarousel .carousel-control-next-icon,
  #produtosCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24' fill='none' stroke='%23F2EEDD' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M3 2l10 10L3 22'/%3e%3c/svg%3e");
  }
}

/* ===================================
   PRODUTOS EM DESTAQUE - CARDS (XD)
   ================================== */

.featured-products-section {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 4rem 0;
}

@media (max-width: 992px) {
  .featured-products-section {
    padding: 3rem 0;
  }

  .featured-products-section .section-title {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .section-title-row {
    margin-bottom: 2rem;
  }

  .section-title-line {
    flex: 1 1 100px;
    max-width: 25%;
  }
}

@media (max-width: 768px) {
  .featured-products-section {
    padding: 2.5rem 0;
  }

  .featured-products-section .section-title {
    font-size: 2.2rem;
  }

  .section-title-row {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .section-title-line {
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .featured-products-section {
    padding: 2rem 0;
  }

  .featured-products-section .section-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .section-title-row {
    margin-bottom: 1.5rem;
  }

  .section-title-line {
    width: 40%;
  }
}

.featured-products-section .product-card {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 315px;
  margin: 0 auto;
}

.featured-products-section .product-card:hover {
  transform: none;
  box-shadow: none;
}

#produtosCarousel .product-image,
#produtosCarousel .produto-img {
  width: 100%;
  height: 422px;
  object-fit: cover;
  border-radius: 25px 25px 0 0;
  background: transparent;
}

#produtosCarousel .product-placeholder {
  border-radius: 25px 25px 0 0;
  background: #f8f9fa;
}

#produtosCarousel .product-content {
  height: 219px;
  border: 3px solid #C0AE5138;
  border-radius: 0 0 25px 25px;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}

#produtosCarousel .product-category {
  margin: 0;
  font: normal normal 500 13px/18px "Poppins", sans-serif;
  color: #C0AE51;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#produtosCarousel .card-text,
#produtosCarousel .product-description {
  display: none;
}

#produtosCarousel .product-name {
  margin: 0;
  width: 297px;
  height: 60px;
  text-align: center;
  font: normal normal 600 23px/28px "Poppins", sans-serif;
  letter-spacing: 0;
  color: #8C6D3A;
  opacity: 1;
}

@media (max-width: 768px) {
  #produtosCarousel .product-name {
    width: 100%;
    max-width: 280px;
    height: auto;
    font-size: 21px;
    line-height: 26px;
  }

  #produtosCarousel .price-current {
    width: auto;
    height: auto;
    font-size: 28px;
    line-height: 32px;
  }

  #produtosCarousel .product-actions .btn {
    min-width: 180px;
    height: 38px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  #produtosCarousel .product-name {
    font-size: 19px;
    line-height: 24px;
    padding: 0 0.5rem;
  }

  #produtosCarousel .price-current {
    font-size: 26px;
    line-height: 30px;
  }

  #produtosCarousel .product-actions .btn {
    min-width: 160px;
    height: 36px;
    font-size: 13px;
    padding: 0 12px;
  }

  #produtosCarousel .product-image,
  #produtosCarousel .produto-img {
    height: 360px;
  }

  #produtosCarousel .product-content {
    height: 200px;
    padding: 16px 14px;
    gap: 10px;
  }
}

#produtosCarousel .product-price {
  margin: 0;
  text-align: center;
}

#produtosCarousel .price-current {
  width: 158px;
  height: 43px;
  text-align: center;
  font: normal normal 600 30px/28px "Poppins", sans-serif;
  letter-spacing: 0;
  color: #383838;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#produtosCarousel .product-actions .btn {
  width: auto;
  min-width: 207px;
  height: 40px;
  padding: 0 14px;
  background: #C0AE51;
  border: none;
  border-radius: 10px;
  color: #F2EEDD;
  font: normal normal 500 15px/28px "Poppins", sans-serif;
  text-align: center;
  letter-spacing: 0;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  box-sizing: border-box;
}

#produtosCarousel .product-actions .btn:hover,
#produtosCarousel .product-actions .btn:focus,
#produtosCarousel .product-actions .btn:active {
  background: #C0AE51;
  color: #F2EEDD;
  box-shadow: none;
}

#produtosCarousel .product-actions .btn i,
#produtosCarousel .product-overlay,
#produtosCarousel .product-badge {
  display: none;
}

.featured-products-section .featured-products-cta {
  width: 403px;
  height: 52px;
  padding: 0;
  background: #8C6D3A;
  border: none;
  border-radius: 10px;
  color: #F2EEDD;
  text-align: center;
  font: normal normal 500 20px/28px "Poppins", sans-serif;
  letter-spacing: 0;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  transition: all 0.3s ease;
}

@media (max-width: 992px) {
  .featured-products-section .featured-products-cta {
    width: auto;
    min-width: 350px;
    height: 56px;
    padding: 0 2rem;
    font-size: 1.1rem;
    line-height: 1.4;
    border-radius: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 768px) {
  .featured-products-section .featured-products-cta {
    min-width: 300px;
    width: 85%;
    max-width: 400px;
    height: 52px;
    font-size: 1rem;
    padding: 0 1.8rem;
  }
}

@media (max-width: 576px) {
  .featured-products-section .featured-products-cta {
    width: 90%;
    max-width: 320px;
    min-width: 280px;
    height: 48px;
    font-size: 0.95rem;
    padding: 0 1.5rem;
    margin: 1.5rem auto 0;
  }
}

.featured-products-section .featured-products-cta:hover,
.featured-products-section .featured-products-cta:focus,
.featured-products-section .featured-products-cta:active {
  background: #8C6D3A;
  color: #F2EEDD;
  box-shadow: none;
}

/* ===================================
   CONTEUDO ADICIONAL - BLOCO XD
   ================================== */

.additional-content-section {
  position: relative;
  margin-top: 84px;
  padding: 0 0 5rem;
  background: transparent;
}

.additional-content-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  min-height: 355px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 26px;
  box-sizing: border-box;
}

.additional-content-image {
  position: relative;
  width: 537px;
  height: 355px;
  flex: 0 0 537px;
  border-radius: 25px;
  opacity: 1;
  overflow: hidden;
}

.additional-content-photo {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent url("../img/front-view-bride-s-hand-with-engagement-ring-near-neck-wedding-veil.png") 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  object-fit: cover;
}

.additional-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 224px;
  height: 355px;
  background: #F2EEDD 0% 0% no-repeat padding-box;
  background-color: rgba(242, 238, 221, 0.23);
  box-shadow: 20px 3px 25px #00000096;
  border-radius: 25px 0 0 25px;
  opacity: 1;
  backdrop-filter: blur(31px);
  -webkit-backdrop-filter: blur(31px);
}

.additional-content-wrapper--secondary {
  background: #B69F90 0% 0% no-repeat padding-box;
  background-color: rgba(182, 159, 144, 0.28);
  box-shadow: 20px 3px 25px #00000066;
}

.additional-content-text {
  position: absolute;
  top: 107px;
  left: 18px;
  width: 188px;
  height: 141px;
  margin: 0;
  text-align: left;
  font: normal normal bold 25px/35px "Cinzel", serif;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #F2EEDD;
  text-shadow: 0 3px 6px #00000029;
  opacity: 1;
}

.additional-content-text--secondary {
  top: 107px;
}

@media (max-width: 992px) {
  .additional-content-section {
    margin-top: 3rem;
    padding: 0 0 3rem;
  }

  .additional-content-container {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    min-height: auto;
    padding: 0 1rem;
  }

  .additional-content-image {
    width: 100%;
    max-width: 500px;
    height: 300px;
    flex: none;
    margin: 0 auto;
  }

  .additional-content-wrapper {
    width: 40%;
    height: 100%;
  }

  .additional-content-text {
    width: calc(100% - 36px);
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media (max-width: 768px) {
  .additional-content-section {
    margin-top: 2rem;
    padding: 0 0 2rem;
  }

  .additional-content-container {
    gap: 1.5rem;
    padding: 0 0.5rem;
  }

  .additional-content-image {
    height: 250px;
    max-width: 100%;
  }

  .additional-content-wrapper {
    width: 45%;
  }

  .additional-content-text {
    font-size: 1.2rem;
    line-height: 1.6;
    left: 12px;
    width: calc(100% - 24px);
  }
}

@media (max-width: 576px) {
  .additional-content-section {
    margin-top: 1.5rem;
    padding: 0 0 1.5rem;
  }

  .additional-content-container {
    gap: 1rem;
    padding: 0;
  }

  .additional-content-image {
    height: 200px;
    border-radius: 20px;
  }

  .additional-content-photo {
    border-radius: 20px;
  }

  .additional-content-wrapper {
    width: 50%;
    border-radius: 20px 0 0 20px;
  }

  .additional-content-text {
    font-size: 1rem;
    line-height: 1.4;
    left: 8px;
    width: calc(100% - 16px);
    top: 45%;
  }
}

/* ===================================
   BENEFITS - STORY CARDS (BASE)
   ================================== */

.benefits-section {
  background: #f3f3f3;
}

.benefits-story-card {
  position: relative;
  min-height: 400px;
  border-radius: 24px;
  overflow: hidden;
}

.benefit-story-media {
  position: absolute;
  inset: 0;
}

.benefit-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.benefit-story-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: #f2eedd;
  background: linear-gradient(135deg, #b08d7d 0%, #7d5a4f 100%);
}

.benefit-story-overlay {
  position: relative;
  z-index: 2;
  width: 42%;
  min-height: 400px;
  display: flex;
  align-items: center;
  padding: 2rem 1.25rem;
  background: rgba(205, 188, 173, 0.72);
}

.benefit-story-title {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.05;
  color: #f2eedd;
}

@media (max-width: 1180px) {
  .additional-content-container {
    min-height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .section-title-row {
    flex-wrap: wrap;
  }

  .section-title-line {
    flex: 1 1 220px;
    max-width: 100%;
  }

  .categories-section .section-title,
  .featured-products-section .section-title {
    white-space: normal;
    max-width: 100%;
  }

  .additional-content-container {
    gap: 18px;
  }

  .additional-content-image {
    width: 100%;
    max-width: 537px;
    margin: 0 auto;
    flex-basis: 100%;
  }

  .additional-content-photo {
    width: 100%;
    max-width: 537px;
  }

  .additional-content-wrapper {
    width: 41.714%;
  }

  .additional-content-text {
    width: calc(100% - 36px);
  }
}

@media (max-width: 576px) {
  .categories-side-content {
    margin: 0 0 1.5rem;
  }

  .categories-side-title {
    width: auto;
    font-size: 34px;
    line-height: 36px;
  }

  .categories-section .section-title,
  .featured-products-section .section-title {
    font-size: 36px;
    line-height: 48px;
  }

  .categories-side-line,
  .categories-side-description {
    width: 100%;
  }

  .section-title-line {
    flex: 1 1 80px;
  }

  .benefits-story-card {
    min-height: 340px;
  }

  .benefit-story-overlay {
    width: 48%;
    min-height: 340px;
  }

  #produtosCarousel .product-card {
    max-width: 315px;
  }

  .featured-products-section .featured-products-cta {
    width: 100%;
    max-width: 403px;
  }

  .additional-content-container {
    min-height: 320px;
    padding: 0 1rem;
    gap: 16px;
  }

  .additional-content-image,
  .additional-content-wrapper,
  .additional-content-photo {
    height: 320px;
  }

  .additional-content-wrapper {
    width: 48%;
    min-width: 170px;
  }

  .additional-content-text {
    top: 42px;
    left: 14px;
    right: 14px;
    width: auto;
    transform: none;
    font-size: 22px;
    line-height: 30px;
    overflow-wrap: break-word;
  }
}
