/** Shopify CDN: Minification failed

Line 203:0 Expected "}" to go with "{"

**/
/* =====================================================
   TEMPLO DOS AROMAS PREMIUM
   ===================================================== */

/* Fundo da página */
.product {
    background:#faf8f2;
}

/* Container principal */
.product__info-wrapper {
    padding-left: 40px;
}

/* Título */
.product__title h1 {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 600;
    color:#2F2A24;
    letter-spacing: -0.02em;
}

/* Preço */
.price {
    font-size: 36px;
    font-weight: 700;
    color:#2F2A24;
}

/* Parcelamento */
.price__tax {
    font-size: 15px;
    opacity: .75;
}

/* Espaçamento entre blocos */
.product__info-container > * {
    margin-bottom: 24px;
}

/* Botão Comprar */
.product-form__submit {
    border-radius: 18px !important;
    height: 62px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .08em;
    transition: .35s;
}

/* Hover */
.product-form__submit:hover {
    transform: translateY(-2px);
}

/* ===================================================
   LAYOUT PREMIUM
=================================================== */

.product {
  background: #faf8f2;
  padding: 40px 0;
}

.product__media-wrapper {
  flex: 0 0 58%;
  max-width: 58%;
}

.product__info-wrapper {
  flex: 0 0 42%;
  max-width: 42%;
  padding-left: 70px;
}

@media screen and (max-width: 989px) {
  .product__media-wrapper,
  .product__info-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
/* ===== TESTE ===== */

.product__title-text{
    font-size:42px !important;
    font-weight:700 !important;
    color:#8B0000 !important;
    line-height:1.15 !important;
}
/* Imagem premium */
.image-magnify-hover {
  border-radius: 18px !important;
  display: block;
  width: 100%;
  height: auto;
}
/* ===================================================
   ACABAMENTO PREMIUM DA PÁGINA DE PRODUTO
=================================================== */

/* Título correto do tema */
.product__title-text {
  font-size: 32px !important;
  line-height: 1.18 !important;
  font-weight: 600 !important;
  color: #2f2a24 !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 10px !important;
}

/* Preço principal */
.price,
.price-item,
.price__regular {
  color: #2f2a24 !important;
  font-weight: 700 !important;
}

/* Botão comprar */
.product-form__submit {
  min-height: 58px !important;
  border-radius: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.product-form__submit:hover {
  transform: translateY(-2px);
}

/* Imagem */
.image-magnify-hover {
  border-radius: 18px !important;
}

/* Caixas da área de compra */
.product__info-container > div {
  border-radius: 12px;
}

/* Ajuste para celular */
@media screen and (max-width: 749px) {
  .product__title-text {
    font-size: 26px !important;
  }

  .product__info-wrapper {
    padding-left: 0 !important;
  }

  .image-magnify-hover {
    border-radius: 12px !important;
  }
/* ===================================================
   BOTÃO COMPRAR — IDENTIDADE TEMPLO DOS AROMAS
=================================================== */

.product-form__submit {
  background: #050505 !important;
  color: #ffffff !important;
  border: 1px solid #050505 !important;
  border-radius: 14px !important;
  min-height: 60px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease !important;
}

.product-form__submit:hover {
  background: #ad8a60 !important;
  color: #ffffff !important;
  border-color: #ad8a60 !important;
  transform: translateY(-2px);
}

.product-form__submit:focus-visible {
  outline: 2px solid #ffae00 !important;
  outline-offset: 3px !important;
}

.product-form__submit:disabled {
  background: #dcba8c !important;
  border-color: #dcba8c !important;
  color: #050505 !important;
  opacity: 0.65;
}
