/* ==========================================================================
   NANA MAKEUP - PRODUTO / FRETE E DESCRICAO
   Ajustes carregados por ultimo para preservar o calculo nativo da Nuvemshop.
   ========================================================================== */

html body.template-product #single-product.nana-product-layout #product-shipping-container {
  margin-top: 14px !important;
  margin-bottom: 0 !important;
  overflow: visible !important;
  background: #ffffff !important;
  border: 1px solid #f1dbe5 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(123, 41, 78, .05) !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container::after {
  content: none !important;
  display: none !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-accordion-private-content {
  padding: 0 !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .shipping-calculator-head {
  position: relative !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  border-bottom: 1px solid #f1e2e8 !important;
  background: #ffffff !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .shipping-calculator-head.with-form {
  padding: 10px 12px !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-with-zipcode,
html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-form {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  transform: none !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .shipping-calculator-head.with-zip .js-shipping-calculator-form,
html body.template-product #single-product.nana-product-layout #product-shipping-container .shipping-calculator-head.with-form .js-shipping-calculator-with-zipcode:not(.transition-up-active) {
  display: none !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-with-zipcode {
  padding: 12px 14px !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-with-zipcode .font-small {
  display: flex !important;
  width: 100% !important;
  min-height: 0 !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  color: #2f292d !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.25 !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-with-zipcode .font-small > span {
  display: inline-flex !important;
  min-width: 0 !important;
  align-items: center !important;
  gap: 7px !important;
  flex: 1 1 auto !important;
  flex-wrap: nowrap !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-with-zipcode .font-small > span::before {
  width: 26px !important;
  height: 26px !important;
  flex: 0 0 26px !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-current-zip {
  display: inline !important;
  color: #171216 !important;
  font-weight: 800 !important;
  letter-spacing: .02em !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-change-zipcode {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 7px 12px !important;
  border: 1px solid #f3c7d8 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #d60a66 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-change-zipcode:hover {
  background: #fff5f8 !important;
  color: #bf0f5d !important;
  text-decoration: none !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-response {
  padding: 10px 12px 12px !important;
  background: #fffafd !important;
}

html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-response:empty {
  display: none !important;
  padding: 0 !important;
}

html body.template-product #single-product.nana-product-layout .nana-product-description-card {
  margin-top: 12px !important;
}

html body.template-product #single-product.nana-product-layout .nana-product-description-content {
  max-width: 760px !important;
}

@media (max-width: 767px) {
  html body.template-product #single-product.nana-product-layout #product-shipping-container {
    margin-top: 12px !important;
    border-radius: 12px !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-with-zipcode {
    padding: 11px 12px !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-with-zipcode .font-small {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-with-zipcode .font-small > span {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-change-zipcode {
    align-self: flex-start !important;
  }

  html body.template-product #single-product.nana-product-layout .nana-product-description-content {
    max-width: none !important;
  }
}

/* ==========================================================================
   NANA MAKEUP - PRODUTO / VOCE TAMBEM PODE GOSTAR
   Usa o card nativo do item.tpl com o mesmo CTA preservado.
   ========================================================================== */

html body.template-product .js-related-products.section-products-related,
html body.template-product .js-complementary-products.section-products-related {
  margin: 0 !important;
  padding: 72px 0 78px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 50% 6%, rgba(255, 255, 255, .92) 0 18%, rgba(255, 255, 255, 0) 48%),
    linear-gradient(180deg, #fff7fb 0%, #fff2f8 100%) !important;
}

html body.template-product .js-related-products.section-products-related > .container,
html body.template-product .js-complementary-products.section-products-related > .container {
  width: calc(100% - 160px) !important;
  max-width: 1520px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body.template-product .js-related-products.section-products-related .h3,
html body.template-product .js-complementary-products.section-products-related .h3 {
  margin: 0 0 34px !important;
  color: #1e2021 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(34px, 3vw, 52px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

html body.template-product .js-related-products.section-products-related .h3::after {
  content: " gostar";
  color: #e60a6f;
  font-style: italic;
  font-weight: 400;
}

html body.template-product .js-related-products.section-products-related .swiper-container,
html body.template-product .js-complementary-products.section-products-related .swiper-container {
  overflow: visible !important;
}

html body.template-product .js-related-products.section-products-related .swiper-products-slider,
html body.template-product .js-complementary-products.section-products-related .swiper-products-slider {
  align-items: stretch !important;
}

html body.template-product .js-related-products.section-products-related .js-item-product.item-product,
html body.template-product .js-complementary-products.section-products-related .js-item-product.item-product {
  height: auto !important;
  padding: 0 10px !important;
}

html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card {
  display: flex !important;
  height: 100% !important;
  min-height: 0 !important;
  flex-direction: column !important;
  padding: 10px 10px 18px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 44px rgba(114, 38, 72, .08) !important;
}

html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card > .js-product-container,
html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card > .js-quickshop-container {
  display: flex !important;
  height: 100% !important;
  min-height: 0 !important;
  flex-direction: column !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .item-image,
html body.template-product .section-products-related .item.nana-home-product-card .product-item-image-container.item-image {
  aspect-ratio: 1 / 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .js-product-item-image-link-private,
html body.template-product .section-products-related .item.nana-home-product-card .js-item-image-padding {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .js-product-item-image-private,
html body.template-product .section-products-related .item.nana-home-product-card .product-item-image,
html body.template-product .section-products-related .item.nana-home-product-card .js-item-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .nana-home-card-description {
  display: flex !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 18px 10px 0 !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .nana-home-card-link {
  display: block !important;
  min-height: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .js-item-name.item-name {
  display: -webkit-box !important;
  min-height: 46px !important;
  max-height: 46px !important;
  margin: 0 0 14px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  color: #111 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.42 !important;
  opacity: 1 !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .item-price-container {
  min-height: 28px !important;
  margin: 0 0 20px !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .js-price-display.item-price,
html body.template-product .section-products-related .item.nana-home-product-card .item-price {
  color: #111 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .nana-card-actions {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .nana-card-actions form,
html body.template-product .section-products-related .item.nana-home-product-card .nana-card-actions .item-submit-container {
  width: 100% !important;
  margin: 0 !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .nana-card-actions .item-submit-container {
  height: 52px !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-btn,
html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-visual {
  position: relative !important;
  z-index: 4 !important;
  display: flex !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ec0b72 !important;
  background-image: none !important;
  box-shadow: 0 10px 22px rgba(236, 11, 114, .16) !important;
  color: #ffffff !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .02em !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-btn:hover,
html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-btn:focus,
html body.template-product .section-products-related .item.nana-home-product-card .item-submit-container:hover .nana-add-to-cart-visual,
html body.template-product .section-products-related .item.nana-home-product-card .item-submit-container:focus-within .nana-add-to-cart-visual {
  background: #d60865 !important;
  color: #ffffff !important;
}

html body.template-product .section-products-related .item.nana-home-product-card input.nana-add-to-cart-btn {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  background: transparent !important;
  color: transparent !important;
  cursor: pointer !important;
  opacity: 0 !important;
  text-shadow: none !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-visual {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  pointer-events: none !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-icon {
  display: block !important;
  width: 21px !important;
  min-width: 21px !important;
  height: 21px !important;
  color: #ffffff !important;
  fill: currentColor !important;
}

html body.template-product .js-related-products.section-products-related .swiper-button-prev,
html body.template-product .js-related-products.section-products-related .swiper-button-next,
html body.template-product .js-complementary-products.section-products-related .swiper-button-prev,
html body.template-product .js-complementary-products.section-products-related .swiper-button-next {
  display: flex !important;
  width: 58px !important;
  height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 14px !important;
  border: 1px solid #ffd4e5 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(120, 38, 76, .10) !important;
  color: #ec0b72 !important;
  opacity: 1 !important;
}

html body.template-product .js-related-products.section-products-related .swiper-button-prev,
html body.template-product .js-complementary-products.section-products-related .swiper-button-prev {
  left: 34px !important;
}

html body.template-product .js-related-products.section-products-related .swiper-button-next,
html body.template-product .js-complementary-products.section-products-related .swiper-button-next {
  right: 34px !important;
}

html body.template-product .js-related-products.section-products-related .swiper-button-prev svg,
html body.template-product .js-related-products.section-products-related .swiper-button-next svg,
html body.template-product .js-complementary-products.section-products-related .swiper-button-prev svg,
html body.template-product .js-complementary-products.section-products-related .swiper-button-next svg {
  width: 24px !important;
  height: 24px !important;
}

html body.template-product .nana-product-related-more {
  display: flex !important;
  justify-content: center !important;
  margin: 34px 0 0 !important;
}

html body.template-product .nana-product-related-more-link {
  display: inline-flex !important;
  min-width: 330px !important;
  min-height: 54px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 24px !important;
  padding: 0 34px !important;
  border: 1px solid #ec0b72 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .45) !important;
  color: #ec0b72 !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

html body.template-product .nana-product-related-more-link:hover {
  background: #ec0b72 !important;
  color: #ffffff !important;
}

@media (max-width: 1199px) {
  html body.template-product .js-related-products.section-products-related > .container,
  html body.template-product .js-complementary-products.section-products-related > .container {
    width: calc(100% - 72px) !important;
  }
}

@media (max-width: 767px) {
  html body.template-product .js-related-products.section-products-related,
  html body.template-product .js-complementary-products.section-products-related {
    padding: 46px 0 54px !important;
  }

  html body.template-product .js-related-products.section-products-related > .container,
  html body.template-product .js-complementary-products.section-products-related > .container {
    width: calc(100% - 28px) !important;
  }

  html body.template-product .js-related-products.section-products-related .h3,
  html body.template-product .js-complementary-products.section-products-related .h3 {
    margin-bottom: 24px !important;
    font-size: 30px !important;
  }

  html body.template-product .js-related-products.section-products-related .js-item-product.item-product,
  html body.template-product .js-complementary-products.section-products-related .js-item-product.item-product {
    padding: 0 7px !important;
  }

  html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card {
    padding: 8px 8px 12px !important;
    border-radius: 10px !important;
  }

  html body.template-product .section-products-related .item.nana-home-product-card .nana-home-card-description {
    padding: 12px 4px 0 !important;
  }

  html body.template-product .section-products-related .item.nana-home-product-card .js-item-name.item-name {
    min-height: 38px !important;
    max-height: 38px !important;
    margin-bottom: 10px !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
  }

  html body.template-product .section-products-related .item.nana-home-product-card .item-price-container {
    margin-bottom: 16px !important;
  }

  html body.template-product .section-products-related .item.nana-home-product-card .js-price-display.item-price,
  html body.template-product .section-products-related .item.nana-home-product-card .item-price {
    font-size: 17px !important;
  }

  html body.template-product .section-products-related .item.nana-home-product-card .nana-card-actions .item-submit-container,
  html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-btn,
  html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-visual {
    height: 44px !important;
    min-height: 44px !important;
  }

  html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-btn,
  html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-visual {
    gap: 7px !important;
    padding: 0 8px !important;
    font-size: 9px !important;
  }

  html body.template-product .section-products-related .item.nana-home-product-card .nana-add-to-cart-icon {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
  }

  html body.template-product .js-related-products.section-products-related .swiper-button-prev,
  html body.template-product .js-related-products.section-products-related .swiper-button-next,
  html body.template-product .js-complementary-products.section-products-related .swiper-button-prev,
  html body.template-product .js-complementary-products.section-products-related .swiper-button-next {
    display: none !important;
  }

  html body.template-product .nana-product-related-more-link {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    font-size: 10px !important;
    letter-spacing: .13em !important;
  }
}

/* ==========================================================================
   NANA MAKEUP - PRODUTO / AJUSTE FINAL DE COMPARTILHAR E RODAPE
   Mantem apenas o gatilho nativo correto para cada viewport.
   ========================================================================== */

html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share {
  display: flex !important;
  width: 100% !important;
  min-height: 0 !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 14px 0 0 !important;
  padding: 12px 0 0 !important;
  border-top: 1px solid #f1e4ea !important;
  color: #6f6269 !important;
}

html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share .js-tooltip-open,
html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share .js-modal-open {
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  color: inherit !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share .btn-link {
  color: inherit !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share svg {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  color: #6f6269 !important;
  opacity: .72 !important;
}

html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share .js-tooltip-open:hover,
html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share .js-modal-open:hover,
html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share .js-tooltip-open:hover .btn-link,
html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share .js-modal-open:hover .btn-link {
  color: #ec0b72 !important;
  text-decoration: none !important;
}

html body.template-product .js-related-products.section-products-related,
html body.template-product .js-complementary-products.section-products-related {
  padding-bottom: 150px !important;
}

html body.template-product .nana-product-related-more {
  margin: 40px 0 58px !important;
}

@media (min-width: 768px) {
  html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share > .d-none.d-md-block {
    display: inline-flex !important;
    align-items: center !important;
  }

  html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share > .d-md-none,
  html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share > .js-modal-open.d-md-none {
    display: none !important;
  }

  html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share .js-tooltip-open {
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share > .d-none.d-md-block {
    display: none !important;
  }

  html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share > .d-md-none,
  html body.template-product #single-product.nana-product-layout .nana-product-description-card .social-share > .js-modal-open.d-md-none {
    display: inline-flex !important;
    align-items: center !important;
  }

  html body.template-product .js-related-products.section-products-related,
  html body.template-product .js-complementary-products.section-products-related {
    padding-bottom: 104px !important;
  }

  html body.template-product .nana-product-related-more {
    margin: 28px 0 42px !important;
  }
}

/* ==========================================================================
   NANA MAKEUP - PRODUTO / HOVER ROSA NOS CARDS RELACIONADOS
   ========================================================================== */

html body.template-product .section-products-related .item.nana-home-product-card .item-image,
html body.template-product .section-products-related .item.nana-home-product-card .product-item-image-container.item-image {
  position: relative !important;
  overflow: hidden !important;
  background: #ffffff !important;
  transition: background-color .18s ease, box-shadow .18s ease !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .item-image::after,
html body.template-product .section-products-related .item.nana-home-product-card .product-item-image-container.item-image::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 3 !important;
  display: block !important;
  border-radius: inherit !important;
  background: linear-gradient(180deg, rgba(255, 232, 243, .76) 0%, rgba(255, 242, 248, .52) 100%) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .18s ease !important;
}

html body.template-product .section-products-related .item.nana-home-product-card:hover .item-image,
html body.template-product .section-products-related .item.nana-home-product-card:focus-within .item-image {
  background-color: #fff1f7 !important;
  box-shadow: inset 0 0 0 1px rgba(236, 11, 114, .08) !important;
}

html body.template-product .section-products-related .item.nana-home-product-card:hover .item-image::after,
html body.template-product .section-products-related .item.nana-home-product-card:focus-within .item-image::after,
html body.template-product .section-products-related .item.nana-home-product-card:hover .product-item-image-container.item-image::after,
html body.template-product .section-products-related .item.nana-home-product-card:focus-within .product-item-image-container.item-image::after {
  opacity: 1 !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .js-product-item-image-link-private,
html body.template-product .section-products-related .item.nana-home-product-card .js-item-image-padding {
  position: relative !important;
  z-index: 1 !important;
}

/* Nana Makeup: hover sem pelicula sobre as fotos dos produtos relacionados */
html body.template-product .section-products-related .item.nana-home-product-card:hover,
html body.template-product .section-products-related .item.nana-home-product-card:focus-within {
  border-color: #f5a8c9 !important;
  box-shadow:
    inset 0 0 0 1px #f5a8c9,
    0 12px 26px rgba(160, 58, 103, .12) !important;
}

html body.template-product .section-products-related .item.nana-home-product-card:hover .item-image,
html body.template-product .section-products-related .item.nana-home-product-card:focus-within .item-image,
html body.template-product .section-products-related .item.nana-home-product-card:hover .product-item-image-container.item-image,
html body.template-product .section-products-related .item.nana-home-product-card:focus-within .product-item-image-container.item-image {
  background: #fff1f7 !important;
  box-shadow: none !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .item-image::before,
html body.template-product .section-products-related .item.nana-home-product-card .item-image::after,
html body.template-product .section-products-related .item.nana-home-product-card .product-item-image-container.item-image::before,
html body.template-product .section-products-related .item.nana-home-product-card .product-item-image-container.item-image::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .js-product-item-image-link-private,
html body.template-product .section-products-related .item.nana-home-product-card .js-item-image-padding,
html body.template-product .section-products-related .item.nana-home-product-card .js-product-item-image-private:not(.js-product-item-secondary-image-private),
html body.template-product .section-products-related .item.nana-home-product-card .product-item-image:not(.product-item-image-secondary),
html body.template-product .section-products-related .item.nana-home-product-card .js-item-image:not(.item-image-secondary) {
  position: relative !important;
  z-index: 1 !important;
  filter: none !important;
  opacity: 1 !important;
}

html body.template-product .section-products-related .item.nana-home-product-card .item-image-secondary,
html body.template-product .section-products-related .item.nana-home-product-card .product-item-image-secondary,
html body.template-product .section-products-related .item.nana-home-product-card .js-product-item-secondary-image-private {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Nana Makeup: frete do produto ajustado somente no mobile */
@media (max-width: 767px) {
  html body.template-product #single-product.nana-product-layout #product-shipping-container {
    margin: 18px 0 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid #f2c7d9 !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(199, 35, 98, .05) !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-accordion-private-toggle {
    display: flex !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    align-items: center !important;
    border-bottom: 1px solid #f2d8e2 !important;
    color: #262127 !important;
    text-decoration: none !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-accordion-private-toggle .col {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-accordion-private-toggle .col-auto {
    padding: 0 !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-accordion-private-toggle .icon-inline {
    width: 22px !important;
    height: 22px !important;
    margin-right: 8px !important;
    color: #e90070 !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-accordion-private-content {
    padding: 0 !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .shipping-calculator-head {
    position: relative !important;
    min-height: 0 !important;
    padding: 16px 20px 18px !important;
    border-bottom: 0 !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .shipping-calculator-form,
  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-calculator-form {
    position: static !important;
    width: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .form-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin: 0 !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .form-row > .col,
  html body.template-product #single-product.nana-product-layout #product-shipping-container .form-row > .col-auto {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .form-control,
  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-input {
    width: 100% !important;
    height: 48px !important;
    padding: 0 16px !important;
    border: 1px solid #e8d4dd !important;
    border-radius: 10px !important;
    color: #2a2529 !important;
    font-size: 16px !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-calculate-shipping {
    display: flex !important;
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    margin: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: #f50073 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-zipcode-help {
    margin: 10px 0 0 !important;
    color: #c3155e !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-shipping-zipcode-help:hover {
    text-decoration: underline !important;
  }
}

/* Nana Makeup: mobile - preserva o abre/fecha nativo do frete */
@media (max-width: 767px) {
  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-accordion-private-content[style*="display: none"] {
    display: none !important;
  }

  html body.template-product #single-product.nana-product-layout #product-shipping-container .js-accordion-private-content[style*="display: block"] {
    display: block !important;
  }
}

/* Nana Makeup: mobile - CTA compacto nos produtos relacionados */
@media (max-width: 767px) {
  html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card .nana-card-actions,
  html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card .nana-card-actions form,
  html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card .nana-card-actions .item-submit-container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card .nana-card-actions .item-submit-container {
    height: 42px !important;
    min-height: 42px !important;
  }

  html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card .nana-card-actions .item-submit-container .nana-add-to-cart-btn,
  html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card .nana-card-actions .item-submit-container .nana-add-to-cart-visual {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 5px !important;
    gap: 3px !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    background: #f50073 !important;
    background-image: none !important;
    border-color: #f50073 !important;
    color: #ffffff !important;
    font-size: 6.4px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  html body.template-product .section-products-related .js-item-product.item-product > .item.nana-home-product-card .nana-card-actions .item-submit-container .nana-add-to-cart-icon {
    width: 10px !important;
    min-width: 10px !important;
    height: 10px !important;
    flex: 0 0 10px !important;
  }
}
