/* ==========================================================
 * Página individual do perfume
 * ========================================================== */

.single-product .summary .product_title {
  margin-bottom: 6px;
}

.single-product .aromatto-single-product-brand {
  margin: 0 0 22px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 500;
  line-height: 1.45;
  color: var(--aromatto-text-muted, #747474);
}

/*
 * Padroniza a área visual do produto, independentemente da resolução
 * original enviada para a Biblioteca de Mídia.
 */
.single-product .woocommerce-product-gallery {
  width: 100%;
  max-width: 540px;
  margin-inline: auto;
}

.single-product .woocommerce-product-gallery__wrapper {
  width: 100%;
}

.single-product .woocommerce-product-gallery__image {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--aromatto-border, #e6e3dd);
  border-radius: 22px;
  background: var(--aromatto-surface, #fff);
}

.single-product .woocommerce-product-gallery__image > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.single-product .woocommerce-product-gallery__image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 520px;
  max-height: 520px;
  padding: clamp(14px, 2vw, 26px);
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
}

/* Miniaturas não devem herdar o quadro 1:1 da imagem principal. */
.single-product .flex-control-thumbs img,
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100% !important;
  height: auto !important;
  padding: 0;
  object-fit: cover;
}

html[data-aromatto-theme="dark"] .single-product .aromatto-single-product-brand {
  color: var(--aromatto-text-muted, #aaa59c);
}

html[data-aromatto-theme="dark"] .single-product .woocommerce-product-gallery__image {
  border-color: var(--aromatto-border, #2b2e33);
  background: var(--aromatto-surface, #111317);
}

@media (max-width: 1024px) {
  .single-product .woocommerce-product-gallery {
    max-width: 460px;
  }

  .single-product .woocommerce-product-gallery__image img {
    max-width: 440px;
    max-height: 440px;
  }
}

@media (max-width: 689px) {
  .single-product .woocommerce-product-gallery {
    max-width: 390px;
  }

  .single-product .woocommerce-product-gallery__image {
    border-radius: 18px;
  }

  .single-product .woocommerce-product-gallery__image img {
    max-width: 370px;
    max-height: 370px;
    padding: 14px;
  }
}
