/** Shopify CDN: Minification failed

Line 1308:0 Unexpected "}"

**/
/* Force Light Mode Only - Disable browser dark mode */
:root {
  color-scheme: light only;
  --background-color: #ffffff;
  --text-color: #000000;
}

/* Override any dark mode preferences - Samsung Internet, etc */
html, body {
  background-color: #ffffff !important;
  color: #000000 !important;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light only;
  }
  
  html, body {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}

*,
*::before,
*::after {
  outline: 0;
  box-sizing: border-box;
}

*,
:focus,
:focus-visible,
:hover {
  outline: 0;
  scrollbar-width: thin;
}

/* Chrome, Safari, Edge */
::-webkit-scrollbar {
  height: 10px;
  /* height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

*:focus-visible {
  outline: 2px solid var(--focus-visible-color);
  outline-offset: 2px;
  transition: unset !important;
  position: relative;
  z-index: 1;
}

.focus-onedge:focus-visible {
  outline-offset: 0;
}

.focus-inside:focus-visible {
  outline-offset: -2px;
}

html {
  scrollbar-gutter: stable;
}

html:has(body.overflow-hidden) {
  scrollbar-gutter: stable;
}

/* ::selection {
  --selection-background: var(--text-color);
  --selection-color: var(--layout-background);
  color: var(--selection-color);
  background-color: var(--selection-background);
} */

button,
input[type='submit'] {
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: var(--layout-background);
  color: var(--text-color);
  font-size: calc(var(--body-font--scale) * 16px);
  font-family: var(--body-font--family);
  font-weight: var(--body-font--weight);
  font-style: var(--body-font--style);
  line-height: var(--body-font--lineheight);
  letter-spacing: var(--body-font--letterspacing);

  margin: 0;
  padding: 0;
  word-break: break-word;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-kerning: normal;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--link-color);
}

p {
  margin: 0;
  font-size: var(--text-regular);
  color: var(--text-color);
  line-height: var(--body-font--lineheight);
}

p:empty {
  display: none;
}

p+p {
  margin-top: 16px;
}

iframe,
img {
  max-width: 100%;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
input[type='submit'] {
  cursor: pointer;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="text"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.skip-to-content-link {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
  /* Ensure the link is accessible to screen readers and keyboard navigation */
  visibility: visible !important;
  /* Remove from visual flow but keep accessible */
  left: -9999px;
  top: -9999px;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: absolute !important;
  overflow: visible;
  width: auto;
  height: auto;
  clip: auto;
  top: 10px;
  left: 10px;
  background: #fff;
  color: #000;
  padding: 8px 16px;
  border: 2px solid #007cba;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* common media css start */
.placeholder-svg {
  display: block;
  fill: #222222;
  max-width: 100%;
  height: auto;
}

/* Hide placeholder when real content exists */
.mediabox:has(img:not(.placeholder-svg)) .placeholder-svg,
.productmedia-gallery:has(img:not(.placeholder-svg)) .placeholder-svg {
  display: none !important;
}

.mediabox-wrapper {
  position: relative;
  overflow: hidden;
}

.mediabox {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: var(--media-ratio);
  background: var(--media-background, #eee);
}

.mediabox-fixed {
  padding-bottom: 0;
  height: 100%;
}

.mediabox-height {
  height: var(--mediabox-height);
}

.mediabox>*,
.mediabox img,
.mediabox .placeholder-svg,
.mediabox video,
.mediabox iframe {
  width: 100%;
  height: 100%;
  inset: 0;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.mediabox.mediabox-contain>*,
.mediabox.mediabox-contain img,
.mediabox.mediabox-contain .placeholder-svg,
.mediabox.mediabox-contain video,
.mediabox.mediabox-contain iframe {
  object-fit: contain;
}

.mediabox-overlay:after {
  content: '';
  pointer-events: none;
  user-select: none;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 0;
  background: var(--media-overlay--background);
}

deferred-media,
deferred-media-video {
  display: block;
  width: 100%;
  height: 100%;
}

body .shopify-policy__container,
.container,
.container-small,
.container-medium,
.container-large,
.container-fullwidth {
  --padding-scale: 1;
  --container-width: 100%;
  --container-padding: 10px;
  width: 100%;
  max-width: var(--container-width, 100%);
  padding-inline: calc(var(--container-padding) * var(--padding-scale));
  margin-inline: auto;
}

/* .container-stretched {
  --container-padding: 0px;
  width: 100%;
  max-width: 100%;
} */

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  border: 0;
}

table thead {
  border-bottom: 1px solid var(--border-color);
}

tr th,
tr td {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid var(--border-color);
  color: var(--text-color);
  padding: 16px 20px;
  font-size: var(--text-xs);
}

.table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive:not(:last-child) {
  margin-bottom: 16px;
}

.table-responsive table {
  min-width: 100%;
  border-collapse: collapse;
}

.table-responsive table td {
  white-space: nowrap;
  padding: 8px 12px;
}

.shopify-policy__body table tr th,
.shopify-policy__body table tr td {
  white-space: normal;
}

/* ═══════════════════════════════════════════
   POLICY PAGES — Padronização v15
   (refund-policy, privacy-policy, etc.)
   ═══════════════════════════════════════════ */

/* Esconder título do sistema (redundante com o h1 do conteúdo) */
.shopify-policy__title {
  display: none;
}

/* Container: padding inferior antes do footer */
.shopify-policy__container {
  padding-bottom: 30px;
}

/* Headings padronizados dentro do body */
.shopify-policy__body h1 {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.shopify-policy__body h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 32px;
  margin-bottom: 12px;
  font-weight: 700;
}

.shopify-policy__body h3 {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 24px;
  margin-bottom: 8px;
  font-weight: 600;
}

.shopify-policy__body h4,
.shopify-policy__body h5,
.shopify-policy__body h6 {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Corpo de texto */
.shopify-policy__body p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.shopify-policy__body ul,
.shopify-policy__body ol {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
  padding-left: 20px;
}

.shopify-policy__body li {
  margin-bottom: 4px;
}

/* Tabela dentro de policy */
.shopify-policy__body table {
  margin: 16px 0;
  font-size: 13px;
}

.shopify-policy__body table tr th,
.shopify-policy__body table tr td {
  padding: 10px 14px;
  font-size: 13px;
}

/* Links */
.shopify-policy__body a {
  text-decoration: underline;
}

/* Separador: linha horizontal entre seções */
.shopify-policy__body hr {
  margin: 28px 0;
  border: none;
  border-top: 1px solid var(--border-color, #e5e5e5);
}

/* ─── Mobile ─── */
@media (max-width: 767px) {
  .shopify-policy__body h1 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .shopify-policy__body h2 {
    font-size: 17px;
    margin-top: 24px;
    margin-bottom: 10px;
  }

  .shopify-policy__body h3 {
    font-size: 15px;
    margin-top: 20px;
  }

  .shopify-policy__body p,
  .shopify-policy__body ul,
  .shopify-policy__body ol {
    font-size: 13px;
    line-height: 1.6;
  }

  .shopify-policy__body table tr th,
  .shopify-policy__body table tr td {
    padding: 8px 10px;
    font-size: 12px;
  }
}

/* ─── Desktop large ─── */
@media (min-width: 1200px) {
  .shopify-policy__container {
    max-width: 860px;
  }

  .shopify-policy__body h1 {
    font-size: 32px;
  }

  .shopify-policy__body h2 {
    font-size: 22px;
  }
}

/* ═══ FIM POLICY PAGES ═══ */

/* RTE */
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.rte p {
  font-size: inherit;
  margin-bottom: 16px;
}

.rte p+p {
  margin-top: inherit;
}

.rte:after {
  clear: both;
  content: '';
  display: block;
}

.rte>*:first-child {
  margin-top: 0;
}

.rte>*:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

.table-responsive table {
  table-layout: auto;
}

table+table {
  margin-top: 16px;
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid var(--border-color);
}

@media screen and (min-width: 750px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

.rte img {
  height: auto;
  max-width: 100%;
  display: block;
  margin-bottom: 15px;
  border-radius: var(--media-radius);
  border: var(--border-width) var(--border-style) var(--border-color);
}

.rte ul,
.rte ol {
  white-space: normal;
  margin-bottom: 16px;
  padding-left: 1.5rem;
  list-style-position: inside;
}

.rte ul {
  list-style-type: disc;
}

.rte ol {
  list-style-type: decimal;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  text-decoration-line: underline;
  color: var(--link-color);
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1px;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.rte a:hover {
  color: var(--link-color--hover);
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote>* {
  margin: -0.5rem 0 -0.5rem 0;
}

/* Media Querry */
@media (min-width: 768px) {

  .container,
  .container-small,
  .container-medium,
  .container-large,
  .container-fullwidth:not(.initial-padding) {
    --padding-scale: 2;
  }
}

@media (min-width: 1025px) {
  a:hover {
    color: var(--link-color--hover);
  }

  .container-small {
    --container-width: 925px;
  }

  .container-medium {
    --container-width: 925px;
  }

  body .shopify-policy__container,
  .container {
    --container-width: 1000px;
  }

  .container-large {
    --container-width: 1125px;
  }
}

@media (min-width: 1200px) {

  .container-small {
    --container-width: 900px;
  }

  .container-medium {
    --container-width: 1080px;
  }

  body .shopify-policy__container,
  .container {
    --container-width: 1180px;
  }

  .container-large {
    --container-width: 1200px;
  }
}

@media (min-width: 1440px) {

  .container-small {
    --container-width: 1040px;
  }

  .container-medium {
    --container-width: 1240px;
  }

  body .shopify-policy__container,
  .container {
    --container-width: 1340px;
  }

  .container-large {
    --container-width: 1440px;
  }
}

@media (min-width: 1840px) {

  .container-small {
    --container-width: 1100px;
  }

  .container-medium {
    --container-width: 1400px;
  }

  body .shopify-policy__container,
  .container {
    --container-width: 1700px;
  }

  .container-large {
    --container-width: 1840px;
  }
}
.price-flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

/* Linha principal: preço grande + badge */
.price-main-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.strikethrough {
  text-decoration: line-through;
}

/* SKU - melhor separação */
.product-sku-above-title {
  font-size: 12px;
  color: #999;
  margin-bottom: 4px;
  display: inline;
}

.product-title.heading-font {
  margin: 0 0 4px;
  line-height: 1.05;
}
.product-price.price-flex-container {
  margin: 0 0 2px;
}

/* Container para preços em promoção */
.price-on-sale.price-flex-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 2px;
}

/* Preço original riscado */
.price-item--regular.strikethrough {
  text-decoration: line-through;
  color: #bbb;
  font-size: 14px;
  line-height: 1;
  display: inline;
  margin: 0;
  text-align: left;
  margin-right: 8px;
}

@media only screen and (min-width: 768px) {
  .price-item--regular.strikethrough {
    color: #aaa;
    font-size: 14px;
  }
}

/* Preço atual em destaque */
.price-item--sale {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  display: inline;
  margin: 0;
  margin-right: 8px;
}

/* Badge desconto */
.discount-badge {
  background: #000;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
}

/* Container preço com sale */
.price-on-sale {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.price-row-top {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.price-row-top .discount-badge {
  margin: 0;
}

/* Galeria de produtos - alinhar título, preços e parcelamento à esquerda */
.product-card .product-carddetails,
.product-card .product-cardinfo,
.product-card .product-title,
.product-card .product-price,
.product-card .price-on-sale,
.product-card .price-row-top,
.product-card .price-row-installment {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

/* AMBISO 2026-05-31: neutraliza o utilitário .text-center do ROOT do card
   (vem de card_content_alignment="center" no index.json) p/ padronizar TODOS os
   carrosséis/grids de produto à esquerda — desktop E mobile, sem depender do setting. */
.product-card.text-center,
.product-card .product-cardinfo,
.product-card .price-installment-inline,
.product-card .price-row-installment,
.product-card .price-installment {
  text-align: left !important;
}

/* Compactar espaçamento entre título, preços e parcelamento */
.product-card .product-cardinfo {
  gap: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

/* Título com 2 linhas SEMPRE (força altura fixa — mínimo 2, padroniza alinhamento dos cards) */
.product-card .product-title {
  margin-bottom: 2px !important;
  width: 100% !important;
  text-align: left !important;
}

.product-card .product-title a {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  text-align: left !important;
  line-height: 1.3 !important;
  height: calc(1.3em * 2) !important;
  min-height: calc(1.3em * 2) !important;
  max-height: calc(1.3em * 2) !important;
  word-break: break-word !important;
  max-width: 100% !important;
}

/* Preço container alinhado à esquerda */
.product-card .price-flex-container {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.product-card .price-on-sale {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 100% !important;
}

.product-card .price-row-top {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  width: 100% !important;
}

.product-card .product-price {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.product-card .price-row-installment {
  margin-top: 0 !important;
  line-height: 1.2 !important;
}

/* AMBISO 2026-06-01: compactar área textual do card.
   O tema aplica `.product-carddetails .shopify-block { margin-block: 5px }`
   em CADA bloco (título, preço, parcelamento) → ~10px de gap vertical entre eles.
   Override específico só pra blocos de TEXTO (que contêm .product-title, .product-price, .price-row-installment)
   e que vêm IMEDIATAMENTE após a imagem (ordem estrutural), não outros blocos customizados. */
.product-card .product-carddetails .shopify-block:has(> .product-title),
.product-card .product-carddetails .shopify-block:has(> .product-price),
.product-card .product-carddetails .shopify-block:has(> .price-on-sale) {
  margin-block: 1px !important;
}

.product-card .product-carddetails .shopify-block:has(> .product-title):first-child,
.product-card .product-carddetails .shopify-block:has(> .product-price):first-child,
.product-card .product-carddetails .shopify-block:has(> .price-on-sale):first-child {
  margin-block-start: 0 !important;
}

/* Cores só aparecem no hover */
.product-card .color-variants-fieldset {
  display: flex !important;
  justify-content: flex-start !important;
  padding: 6px 0 0 0 !important;
  margin: 0 !important;
  width: 100% !important;
  opacity: 0 !important;
  transform: translateY(5px) !important;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
  pointer-events: none !important;
}

.product-card:hover .color-variants-fieldset {
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.product-card .color-variants {
  justify-content: flex-start !important;
  gap: 6px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product-card .color-variant label {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  min-height: 21px !important;
}

/* Shop the Look - centralizar alinhamento */
.shop-the-look-slides .product-carddetails,
.shop-the-look-slides .product-cardinfo,
.shop-the-look-slides .product-title,
.shop-the-look-slides .product-price,
.shop-the-look-slides .price-on-sale,
.shop-the-look-slides .price-row-top,
.shop-the-look-slides .price-row-installment {
  text-align: center !important;
  justify-content: center !important;
  text-decoration: none;
  align-items: center !important;
}

/* Shop the Look - reduzir espaçamento título/preço */
.shop-the-look-slides .product-title {
  margin-bottom: 4px !important;
}

.product-card::after {
  content: none;
}

.shop-the-look-slides .product-cardinfo {
  gap: 2px !important;
}

.price-row-top .price-item--regular.strikethrough {
  font-size: 16px !important;
  line-height: 1;
  color: #999;
  text-decoration: line-through;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.price-row-top .price-item--sale {
  font-size: 16px !important;
  line-height: 1;
  font-weight: 700;
  color: #000;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.price-row-top .discount-badge {
  font-size: 12px !important;
  padding: 2px 6px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  margin-left: 2px;
}

.price-row-installment {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  margin-top: 0;
}

.price-installment-inline {
  font-size: 13px;
  color: #666;
  display: block;
  margin: 0;
  padding: 0;
}

.installment-text {
  font-size: 16px;
}

.installment-text strong {
  font-weight: bold;
}

/* Reduzir margens padrão dos blocos */
.installments {
  margin-top: 12px;
}

/* Mobile adjustments for product page prices */
@media only screen and (max-width: 767px) {
  /* Card container - largura reduzida para forçar quebra de título em 2 linhas */
  .product-card {
    max-width: 100%;
  }

  .product-card .product-cardinfo {
    gap: 2px !important;
    display: flex;
    flex-direction: column;
  }

  .product-card .product-title {
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 2px;
    height: 28.6px; /* Força 2 linhas exatas (11px × 1.3 × 2) */
    min-height: 28.6px;
    max-height: 28.6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word; /* Quebra palavras longas se necessário */
  }

  .product-card .product-price {
    margin-top: 0 !important;
  }
  
  /* Cores sempre visíveis no mobile (não só no hover) */
  .product-card .color-variants-fieldset {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  /* Cards de produto - preços e badges em uma linha, centralizados */
  .product-card .price-row-top {
    flex-wrap: nowrap;
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
    display: inline-flex;
  }
  
  .product-card .price-item--regular.strikethrough {
    font-size: 13px !important;
    line-height: 1;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  
  .product-card .price-item--sale {
    font-size: 13px !important;
    line-height: 1;
    font-weight: 700;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }
  
  .product-card .discount-badge {
    font-size: 11px !important;
    padding: 2px 4px;
    white-space: nowrap;
    line-height: 1;
    margin-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
  }
  
  /* Página de produto - gap mínimo entre preço e badge */
  .product-info .price-row-top {
    gap: 2px;
  }

  /* Compactar parcelamento no mobile - TUDO EM UMA LINHA */
  .product-card .price-row-installment {
    display: block;
    font-size: 10px !important;
    margin: 0;
    padding: 0;
    line-height: 13px;
    height: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .product-card .price-installment-inline {
    font-size: 10px !important;
    color: #666;
    display: inline;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    line-height: 13px;
  }

  .product-card .price-installment-inline strong {
    font-weight: 700;
    white-space: nowrap;
  }

  .product-card .price-on-sale {
    display: block;
    gap: 0;
    margin: 0;
    padding: 0;
  }
}

/* Desktop - Resetar alturas fixas e permitir layout flexível */
@media only screen and (min-width: 768px) {
  .product-card .product-title {
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 6px;
    height: calc(13px * 1.3 * 2) !important;
    min-height: calc(13px * 1.3 * 2) !important;
    max-height: calc(13px * 1.3 * 2) !important;
    word-break: break-word;
  }

  .product-card .product-title a {
    height: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
  }

  .product-card .price-row-top {
    height: auto;
    overflow: visible;
    margin-bottom: 4px;
  }
  
  .product-card .price-item--regular.strikethrough {
    font-size: 18px !important;
    line-height: 1.2;
  }
  
  .product-card .price-item--sale {
    font-size: 18px !important;
    line-height: 1.2;
    font-weight: 700;
  }
  
  .product-card .discount-badge {
    font-size: 13px !important;
    padding: 2px 6px;
    line-height: 1.2;
    height: auto;
  }

  .product-card .price-row-installment {
    height: auto;
    line-height: 1.3;
    font-size: 14px !important;
    white-space: normal;
  }

  .product-card .price-installment-inline {
    font-size: 14px !important;
    line-height: 1.3;
    white-space: normal;
  }
}

  /* Preço original */
  .price-item--regular.strikethrough {
    font-size: 14px;
    text-align: left !important;
  }

  /* Preço promocional em destaque */
  .price-item--sale {
    font-size: 28px;
    text-align: left;
  }

  /* Parcelamento */
  .installment-text {
    font-size: 14px;
    text-align: left;
    width: 100%;
  }

  /* Alinhar container de preço à esquerda */
  .price-on-sale,
  .price-flex-container {
    text-align: left;
    justify-content: flex-start;
  }

  /* Alinhar preço promocional à esquerda */
  .price-item--sale {
    text-align: left;
  }
  
  /* Reduce mobile title size */
  .product-title.heading-font {
    font-size: 22px;
    margin: 0 0 2px;
  }

  /* Compactar preço e parcelamento na PDP mobile */
  .price-on-sale.price-flex-container {
    gap: 1px;
    margin-bottom: 1px;
  }
  .price-row-installment {
    margin-top: 0;
  }
  .price-installment-inline {
    font-size: 12px;
  }
  
  /* Estoque baixo, visitas e compartilhar em uma linha */
  .product-inventory-info,
  .product-visitor-counter,
  .product-share {
    display: inline-flex !important;
    margin-right: 6px !important;
    font-size: 11px !important;
  }
  
  .product-inventory-info:last-child,
  .product-visitor-counter:last-child,
  .product-share:last-child {
    margin-right: 0 !important;
  }

  /* Alinhar linha principal de preço à esquerda */
  .price-main-row {
    justify-content: flex-start;
  }
}

/* Compact Info Row - Estoque e Visitantes */
.product-info-compact-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 0;
  margin-top: 8px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
}

.product-info-compact-row .inventory-infobox {
  flex-shrink: 0;
}

.product-info-compact-row .inventory-text {
  font-size: 12px !important;
}

/* Visitors Compact */
.product-visitors-compact {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 12px;
  border-left: 1px solid #f0f0f0;
}

.product-visitors-compact .visitors-icon {
  font-size: 14px;
}

.product-visitors-compact .visitors-count {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
}

.product-visitors-compact .visitors-count strong {
  font-weight: 700;
  color: #c0392b;
}

/* Share Button */
.product-share-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-left: auto;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-size: 13px;
  color: #333;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.product-share-button:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transform: translateY(-1px);
}

.product-share-button:hover .share-icon {
  stroke: #fff;
}

.product-share-button:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.product-share-button .share-icon {
  width: 16px;
  height: 16px;
  stroke: #333;
  transition: stroke 0.25s ease;
}

.product-share-button .share-text {
  font-size: 13px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .product-info-compact-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .product-visitors-compact {
    width: 100%;
    border-left: none;
    padding-left: 0;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
  }

  .product-share-button {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    padding: 10px 12px;
    border-top: 1px solid #f0f0f0;
    border-left: none;
  }
}

/* ===========================================
   MOBILE - Espaçamento página de produto
   Melhores práticas: respiro visual + touch targets
   =========================================== */
@media only screen and (max-width: 767px) {
  /* 2. Seletores de variante - mais gap entre eles */
  .main-product-info-block .product-infobox:has(.variant-picker),
  .main-product-info-block .product-infobox:has(.product-details-variant-option) {
    margin-bottom: 20px;
  }
  
  .variant-picker .product-details-variant-option {
    margin-bottom: 16px;
  }
  
  .variant-picker .variant-option-values {
    gap: 10px;
  }
  
  /* 3. Botões de ação - mais espaço acima/abaixo */
  .main-product-info-block .product-infobox:has(.buy-buttons),
  .main-product-info-block .product-infobox:has(.quantity-input-wrapper) {
    margin-top: 20px;
    margin-bottom: 24px;
  }
  
  .buy-buttons {
    gap: 12px;
  }
  
  /* 4. Acordeões - fonte menor + padding */
  .main-product-info-block .collapsible-content-block.has-border {
    padding: 14px 0;
  }
  
  .main-product-info-block .collapsible-content-block .collapsible-heading {
    padding: 4px 0;
  }
  
  .main-product-info-block .collapsible-content-block .collapsible-heading-text {
    font-size: 12px !important;
    letter-spacing: 0.5px;
  }
  
  .main-product-info-block .collapsible-content-block .collapsible-content-body {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
  }
  
  /* 5. Seções gerais - margin entre blocos (apenas info, não galeria) */
  .main-product-info-block .product-infobox {
    margin-bottom: 4px;
  }
  
  .main-product-info-block .product-infobox + .product-infobox {
    margin-top: 2px;
  }
  
  /* Inventory/Visitors box */
  .product-inventory-box,
  .product-visitors-box {
    margin-bottom: 16px;
  }
  
  /* Spacers - reduzir no mobile para diminuir espaço antes da barra preta */
  .product-column-space {
    height: 10px !important;
    max-height: 10px !important;
  }
}

/* SKU e Estoque Info Row */
.product-sku-info-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.product-sku-above-title {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.product-sku-above-title span {
  font-weight: 500;
}

/* Visitors Box - Antiga (mantida para compatibilidade) */
.product-visitors-box {
  background: #fff8f0;
  border: 1px solid #ffd4a3;
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.product-visitors-box .visitors-content {
  display: flex;
  align-items: center;
  gap: 6px;
}

.product-visitors-box .visitors-icon {
  font-size: 14px;
  display: inline-block;
}

.product-visitors-box .visitors-text {
  font-size: 12px;
  color: #e67e22;
  white-space: nowrap;
  font-weight: 500;
}

.product-visitors-box .visitor-count {
  font-weight: 700;
  color: #c0392b;
}

@media only screen and (max-width: 767px) {
  .product-visitors-box {
    width: 100%;
  }

  .product-visitors-box .visitors-text {
    white-space: normal;
  }
}

/* CEP Box - Estilo Vans */
.product-cep-box {
  margin: 12px 0;
  padding: 14px 0 0;
  background: transparent;
  border: none;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
  width: 100%; /* Mesma largura do botão Comprar com GPay */
}

@media (max-width: 767px) {
  .product-cep-box {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.product-cep-box .cep-title {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  text-transform: none;
  letter-spacing: 0;
}

.product-cep-box .cep-description {
  margin: 0 0 14px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.product-cep-box .cep-input-group {
  display: flex;
  align-items: stretch;
  border: 1px solid #000;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  width: 100%;
  position: relative;
}

.product-cep-box .cep-input {
  flex: 1;
  padding: 12px 40px 12px 14px;
  border: none;
  background: #fff;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  min-width: 0;
  box-sizing: border-box;
}

.product-cep-box .cep-input::placeholder {
  color: #999;
}

.product-cep-box .cep-input:focus {
  outline: none;
}

.product-cep-box .cep-input-group:focus-within {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0,0,0,.08);
  transition: box-shadow 0.15s ease;
}

/* Seta compacta de consulta do CEP */
.product-cep-box .cep-clear-btn {
  position: absolute;
  right: 110px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  color: #666;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease, transform 0.2s ease;
}

.product-cep-box .cep-clear-btn:hover {
  color: #000;
  transform: translateY(-50%) translateX(1px);
}

.product-cep-box .cep-clear-btn.hidden {
  display: none;
}

.product-cep-box .cep-button {
  min-width: 100px;
  min-height: 44px;
  padding: 12px 20px;
  background: #000;
  color: #fff;
  border: none;
  border-left: 1px solid #000;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  font-family: inherit;
  box-sizing: border-box;
}

.product-cep-box .cep-button:hover {
  background: #333;
}

.product-cep-box .cep-button:disabled {
  background: #666;
  cursor: not-allowed;
}

/* Linha de localização - sempre visível */
.product-cep-box .cep-location-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  padding: 0;
  border-bottom: none;
  font-size: 14px;
  color: #000;
}

.product-cep-box .cep-location-row.has-location {
  flex-direction: column;
  align-items: flex-start;
}

.product-cep-box .cep-location-icon {
  display: flex;
  align-items: center;
}

.product-cep-box .cep-location-icon svg {
  width: 14px;
  height: 14px;
}

.product-cep-box .cep-location-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Resultados de frete */
.product-cep-box .cep-shipping-results {
  margin-top: 10px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  width: 100%;
}

.product-cep-box .cep-shipping-results.hidden {
  display: none;
}

/* Shipping rate item */
.product-cep-box .shipping-results-wrapper {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.product-cep-box .shipping-results-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.product-cep-box .shipping-rate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
}

/* Linha inline: nome • prazo */
.product-cep-box .shipping-rate-info {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.product-cep-box .shipping-rate-separator {
  color: #bbb;
  font-size: 10px;
  flex-shrink: 0;
}

/* Destaque para frete grátis na página de produto */
.product-cep-box .shipping-rate-item.highlight-green,
.product-cep-box .shipping-rate-item.free-shipping {
  background: #f0fdf4;
  border: 1px solid #86efac;
  order: -1;
  position: relative;
  margin-top: 2px;
}

.product-cep-box .shipping-rate-item.highlight-green::before,
.product-cep-box .shipping-rate-item.free-shipping::before {
  content: "✓ MELHOR OPÇÃO";
  display: block;
  position: absolute;
  top: -9px;
  left: 10px;
  background: #22c55e;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 1px 6px;
  border-radius: 2px;
  line-height: 1.5;
}

.product-cep-box .shipping-rate-item.highlight-green .shipping-rate-name,
.product-cep-box .shipping-rate-item.free-shipping .shipping-rate-name {
  color: #15803d;
  font-weight: 600;
}

.product-cep-box .shipping-rate-item.highlight-green .shipping-rate-price,
.product-cep-box .shipping-rate-item.free-shipping .shipping-rate-price {
  color: #15803d;
  font-size: 13px;
  font-weight: 700;
}

.product-cep-box .shipping-rate-name {
  font-weight: 500;
  font-size: 12px;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-cep-box .shipping-rate-eta {
  font-size: 11px;
  color: #888;
  white-space: nowrap;
  flex-shrink: 0;
}

.product-cep-box .shipping-rate-price {
  font-weight: 600;
  font-size: 12px;
  color: #111;
  white-space: nowrap;
  flex-shrink: 0;
}

.product-cep-box .shipping-rate-price.free {
  color: #16a34a;
}

/* Compatibilidade com CSS antigo - reset */
.cep-box-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cep-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
}

.cep-description {
  margin: 0;
  color: #666;
  line-height: 1.5;
  font-size: 14px;
}

.cep-input-group {
  display: flex;
  gap: 0;
  border: 1px solid #000;
  border-radius: 0;
  overflow: hidden;
  align-items: stretch;
  height: auto;
}

.cep-input {
  flex: 1;
  padding: 12px 14px;
  border: none;
  background: #f8f8f8;
  font-size: 14px;
  font-family: inherit;
  color: #333;
  line-height: 1.5;
}

.cep-button-group {
  display: flex;
  gap: 0;
  align-items: center;
  border-left: none;
}

.cep-input::placeholder {
  color: #999;
}

.cep-input:focus {
  outline: 2px solid #000;
  outline-offset: -1px;
  background: #fff;
}

.cep-button {
  padding: 12px 16px;
  background: #000;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: none;
  min-width: 90px;
  max-width: 100px;
}

.cep-button-text {
  display: inline-block;
  min-width: 0;
}

.cep-button:hover {
  background-color: #222;
}

.cep-button:active {
  background-color: #000;
}

/* Loading animation for CEP button */
.cep-button.loading,
.cep-calculate-btn-cart.loading {
  position: relative;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
}

.cep-button.loading::after,
.cep-calculate-btn-cart.loading::after {
  content: '';
  position: static;
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.cep-location-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.cep-location-button {
  padding: 4px 0;
  background: transparent;
  border: none;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

.cep-location-button:hover {
  color: #333;
}

.cep-location-button:active {
  opacity: 0.7;
}

.cep-location-button svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* CEP Location Info - Vans Style */
.cep-input-row {
  width: 100%;
}

.cep-input-group {
  display: flex;
  gap: 0;
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.cep-input-group .input-field {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  font-size: 14px;
  border: none;
  background: #f5f5f5;
  color: #333;
}

.cep-input-group .input-field::placeholder {
  color: #999;
}

.cep-input-group .input-field:focus {
  outline: none;
  background: #fff;
}

.cep-input-group .cep-calculate-btn {
  flex-shrink: 0;
  white-space: nowrap;
  min-width: auto;
  padding: 14px 24px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}

.cep-location-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: auto;
  margin-top: 0;
  padding: 6px 0;
  min-height: 36px;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #2563eb;
  transition: color 0.15s ease;
  font-family: inherit;
}

.cep-location-trigger:hover {
  background-color: transparent;
  color: #1d4ed8;
}

.cep-location-trigger .location-btn-text {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cep-location-trigger svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.cep-location-info {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 12px;
  color: #333;
  font-weight: 400;
  flex: 1;
  min-width: 200px;
}

.cep-location-info.hidden {
  display: none;
}

.cep-location-info .location-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Shipping Results Container - Expandable */
.cep-shipping-results {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}

.cep-shipping-results:not(.hidden) {
  max-height: 800px;
  opacity: 1;
  margin-top: 0;
}

.cep-shipping-results.hidden {
  display: none !important;
}

/* Mobile CEP */
@media (max-width: 767px) {
  .cep-input-group {
    flex-direction: row;
    gap: 0;
    border: 2px solid #000;
    border-radius: 6px;
    overflow: hidden;
  }
  
  .cep-input {
    padding: 10px 10px;
    font-size: 13px;
    flex: 1;
    min-width: 0;
  }
  
  .cep-button {
    padding: 10px 10px;
    font-size: 10px;
    min-width: auto;
    max-width: none;
    letter-spacing: 0.5px;
  }
  
  .cep-calculate-btn {
    padding: 10px 12px !important;
    font-size: 11px !important;
    min-width: 70px !important;
    max-width: 80px !important;
    white-space: nowrap;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
  }
  
  .cep-input-group .input-field {
    padding: 10px 12px;
    font-size: 13px;
    border: none;
    background: #f5f5f5;
    min-width: 0;
  }
  
  .cep-input-group .cep-calculate-btn {
    width: auto;
    padding: 10px 12px;
    background: #000;
    color: #fff;
  }
  
  .cep-location-row {
    flex-direction: row;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 0;
    margin-top: -4px;
    margin-bottom: -4px;
  }
  
  .cep-location-button {
    padding: 3px 0;
    font-size: 11px;
    flex-shrink: 0;
    white-space: nowrap;
  }
  
  .cep-location-info {
    margin-top: 0;
    padding: 0;
    flex-shrink: 1;
    min-width: 0;
    font-size: 11px;
  }
  
  .shipping-results-wrapper {
    gap: 6px;
    max-height: 350px;
    margin-top: 12px;
  }

  .shipping-results-list {
    gap: 4px;
  }

  .shipping-rate-item {
    padding: 10px;
    gap: 4px;
  }

  .shipping-rate-copy {
    gap: 1px;
  }

  .shipping-rate-name {
    font-size: 12px;
  }

  .shipping-rate-eta {
    font-size: 10px;
  }
  
  .shipping-rate-price {
    font-size: 13px;
    margin-left: 8px;
  }
}

/* Inventory - Out of Stock */
.product-inventory-status.no-stock {
  color: #dc2626 !important;
  font-weight: 600;
}

.product-inventory-status.no-stock::before {
  background-color: #dc2626 !important;
}

.cep-location-info .location-icon {
  font-size: 16px;
}

.cep-location-info .location-text {
  font-weight: 500;
}

/* Trust Badges */
.product-trust-badges {
  margin-top: 24px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}

.trust-badges-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.trust-badge-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border-radius: 6px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trust-badge-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.trust-badge-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  border-radius: 50%;
  color: #333;
}

.trust-badge-icon svg {
  width: 20px;
  height: 20px;
}

.trust-badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.trust-badge-title {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
}

.trust-badge-subtitle {
  font-size: 11px;
  color: #666;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .product-trust-badges {
    margin-top: 16px;
    padding: 12px;
    border-radius: 6px;
  }
  
  .trust-badges-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  
  .trust-badge-item {
    align-items: center;
    min-width: 0;
    gap: 8px;
    padding: 8px;
    border-radius: 4px;
  }
  
  .trust-badge-icon {
    width: 28px;
    height: 28px;
  }
  
  .trust-badge-icon svg {
    width: 15px;
    height: 15px;
  }

  .trust-badge-text {
    min-width: 0;
    gap: 0;
  }
  
  .trust-badge-title {
    font-size: 11px;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .trust-badge-subtitle {
    font-size: 9px;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* Countdown Timer Promocional - Compacto na Borda da Galeria */
.product-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  background: rgba(220, 38, 38, 0.95);
  backdrop-filter: blur(4px);
  border-radius: 6px;
  margin-bottom: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  max-width: 280px;
}

.countdown-content {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.countdown-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2626;
  animation: pulse-countdown 2s ease-in-out infinite;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.countdown-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

@keyframes pulse-countdown {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }
}

.countdown-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.countdown-text {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.countdown-timer {
  display: flex;
  align-items: center;
  gap: 3px;
}

.countdown-unit {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 1px;
  min-width: auto;
}

.countdown-value {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  font-family: 'Courier New', monospace;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.countdown-label {
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-transform: lowercase;
  margin: 0;
}

.countdown-separator {
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  margin: 0 1px;
}

.countdown-expired {
  display: none;
}

@media (max-width: 767px) {
  .product-countdown {
    padding: 6px 10px;
    top: 12px;
    right: 12px;
    max-width: 240px;
  }
  
  .countdown-content {
    gap: 6px;
  }
  
  .countdown-icon {
    font-size: 16px;
  }
  
  .countdown-text {
    font-size: 9px;
    letter-spacing: 0.6px;
  }
  
  .countdown-value {
    font-size: 14px;
  }
  
  .countdown-label {
    font-size: 8px;
  }
  
  .countdown-separator {
    font-size: 12px;
  }
}

/* Product Visitors Counter - Inline Mobile */
.product-viewers-counter {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 13px;
  color: #333;
  width: fit-content;
}

.product-viewers-counter .viewers-icon {
  font-size: 16px;
  line-height: 1;
}

.product-viewers-counter .viewers-text {
  font-weight: 500;
  white-space: nowrap;
}

/* Share/Stock Row - Inline with Visitors */
.product-share-stock-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .product-share-stock-row {
    gap: 8px;
  }
  
  .product-viewers-counter {
    font-size: 12px;
    padding: 6px 10px;
  }
  
  .product-viewers-counter .viewers-icon {
    font-size: 14px;
  }
}

/* Shipping Results in CEP Box */
.shipping-results-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
  padding: 16px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.shipping-results-title {
  margin: 0 0 8px 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
}

.shipping-results-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.shipping-rate-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fafafa;
  transition: all 0.2s ease;
  cursor: pointer;
  position: relative;
}

.shipping-rate-item:hover {
  border-color: #10b981;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.12);
}

.shipping-rate-item.active {
  border-color: #10b981;
  background: linear-gradient(135deg, #f0fdf4 0%, #e8f8f0 100%);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
}

.shipping-rate-item.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #10b981;
  border-radius: 6px 0 0 6px;
}

.shipping-rate-copy {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex: 1;
  align-items: center;
}

.shipping-rate-name {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.shipping-rate-eta {
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}

.shipping-rate-eta::before {
  content: '• ';
  margin-right: 4px;
}

.shipping-rate-price {
  font-weight: 700;
  font-size: 16px;
  color: #10b981;
  white-space: nowrap;
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .product-cep-box {
    padding: 16px;
    margin-top: 12px;
  }

  .cep-input-group {
    flex-direction: row;
    gap: 0;
  }

  .cep-button {
    flex: 0 0 auto;
    padding: 12px 16px;
  }

  .shipping-results-wrapper {
    gap: 8px;
    padding: 14px;
    margin-top: 14px;
  }

  .shipping-results-list {
    gap: 8px;
  }

  .shipping-rate-item {
    padding: 8px 10px;
    gap: 6px;
    display: flex;
    align-items: center;
  }

  .shipping-rate-copy {
    display: flex;
    flex-direction: row;
    gap: 4px;
    flex: 1;
    align-items: center;
  }

  .shipping-rate-name {
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
  }

  .shipping-rate-eta {
    font-size: 9px;
    color: #999;
    white-space: nowrap;
  }

  .shipping-rate-eta::before {
    content: '• ';
    margin-right: 2px;
  }

  .shipping-rate-price {
    font-size: 12px;
    margin-left: auto;
    white-space: nowrap;
    color: #10b981;
    font-weight: 700;
  }
}

/* Cashback Box - Layout compacto */
.product-cashback-box {
  margin-top: 4px;
  margin-bottom: 8px;
}

/* Size Guide - animations */
.size-guide-wrapper .sizeguide-content {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =============================================
   TRUST BAR VERDE - MARQUEE ANIMATION
   ============================================= */

/* Remover espaçamento da seção ACIMA da barra verde */
#shopify-section-group-footer {
  margin-top: 0 !important;
}

/* Seção acima do footer (collection-list, etc) - remover padding bottom */
.trust-icons-section.scheme-green-trust {
  margin-top: 0 !important;
  overflow: hidden !important;
}

/* Container - esconder overflow para o marquee */
.scheme-green-trust .container-large {
  overflow: hidden !important;
  max-width: 100% !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Estilo marquee para a barra verde */
.scheme-green-trust .trust-icons {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  animation: marquee-scroll 20s linear infinite !important;
  width: max-content !important;
  min-height: 60px;
  grid-template-columns: none !important;
}

.scheme-green-trust .trust-icons .trust-icon {
  flex-shrink: 0 !important;
  padding: 0 50px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

/* Layout section */
.scheme-green-trust.layout-section {
  overflow: hidden !important;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pausar animação no hover */
.scheme-green-trust .trust-icons:hover {
  animation-play-state: paused;
}

/* Mobile */
@media (max-width: 767px) {
  .scheme-green-trust .trust-icons {
    animation-duration: 15s !important;
    min-height: 50px;
  }
  
  .scheme-green-trust .trust-icons .trust-icon {
    padding: 0 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  /* Reduz tamanho de fonte em tablets */

}

/* Mobile (até 767px) */
@media only screen and (max-width: 767px) {

  /* Força textos a não sobrepor */

  /* Tamanhos de fonte mobile */

  /* Força wrap de texto longo */

  /* Ajusta grid mobile para não sobrepor */
  
}

/* Mobile pequeno (até 480px) */
@media only screen and (max-width: 480px) {

}

/* ===== DESKTOP LARGE (1440px+) ===== */
@media only screen and (min-width: 1440px) {
  
}

/* ===== DESKTOP (1025px - 1439px) ===== */
@media only screen and (min-width: 1025px) and (max-width: 1439px) {

}

/* ===== TABLET LANDSCAPE (900px - 1024px) ===== */
@media only screen and (min-width: 900px) and (max-width: 1024px) {

}

/* ===== TABLET PORTRAIT (768px - 899px) ===== */
@media only screen and (min-width: 768px) and (max-width: 899px) {

  /* FORÇA GRID SIMPLES EM TABLET */

}

/* ===== MOBILE LARGE (481px - 767px) ===== */
@media only screen and (min-width: 481px) and (max-width: 767px) {

  /* ANULA GRID COMPLETAMENTE EM MOBILE */

}

/* ===== MOBILE STANDARD (376px - 480px) ===== */
@media only screen and (min-width: 376px) and (max-width: 480px) {

}

/* ===== MOBILE SMALL (até 375px) ===== */
@media only screen and (max-width: 375px) {

}

/* ===== REGRAS GLOBAIS PARA TODOS OS TAMANHOS ===== */

/* Previne overlapping de elementos absolutos */

/* Apenas ajusta tamanhos de fonte e espaçamentos */
/* NÃO modifica grid nem layout original */

/* Tablets */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

}

/* Mobile - apenas previne overflow */
@media only screen and (max-width: 767px) {
  /* Word wrap para prevenir texto cortado */

  /* Ajustes sutis de fonte se NECESSÁRIO */

  /* Garante padding para não cortar navegação */
  
}

/* Mobile muito pequeno - ajuste mínimo */
@media only screen and (max-width: 480px) {
  
}

/* Quebra de linha só no mobile (usado com ++ no heading) */
.mobile-br { display: none; }
@media (max-width: 767px) {
  .mobile-br { display: block; }
}

/* Slideshow: impede sobreposição entre descrição e botão em telas médias */
@media (min-width: 768px) and (max-width: 1399px) {
  .slideshow-section .slideshow-description-block .slideshow-description {
    font-size: clamp(12px, 1.1vw, 16px);
    line-height: 140% !important;
  }
}

/* cache-bust: 1771261000 */

/* ==========================================================================
   AMBISO — PDP variants-inline (CORES + TAMANHOS lado a lado)
   --------------------------------------------------------------------------
   Aplica em: PDP somente (escopo `.main-product-info-block`).
   Cobertura: mobile (<= 749px) + desktop (>= 750px).
   Baseado em: _pdp-layout-proposta/modelo-pdp-ambiso-mobile.pen
              frames KU334 (Mobile PROPOSTA 2 IDEAL) e LSlsw (Desktop PROPOSTA 2)
   --------------------------------------------------------------------------
   Como aplicar:
     1) Anexar este bloco ao final de APPS/shopify-front/theme/assets/base.css
        (entre as tags START / END abaixo, inalteradas).
     2) `shopify theme push --only assets/base.css`.
   Como reverter:
     - Apagar tudo entre START e END (inclusive comentários) e re-push.
   ========================================================================== */

/* AMBISO-PDP-VARIANTS-INLINE START */

/* ---------- DESKTOP (>= 768px) ---------- */
@media screen and (min-width: 768px) {
  .main-product-info-block {
    width: 100% !important;
    max-width: none !important;
  }

  .main-product-info-block .product-sku-info-row {
    display: flex !important;
    margin-bottom: 6px !important;
  }

  .main-product-info-block .product-sku-above-title {
    font-size: 12px !important;
    color: #9ca3af !important;
    letter-spacing: 0.2px !important;
  }

  .main-product-info-block .product-title.heading-font {
    line-height: 1.05 !important;
    margin: 0 0 8px !important;
    max-width: 408px !important;
  }

  /* Remover margin-top padrão do theme no elemento product-price (Pencil: 8px gap título→preço) */
  .main-product-info-block product-price {
    margin-top: 0 !important;
  }

  .main-product-info-block .price-on-sale.price-flex-container {
    gap: 8px !important;
    margin-bottom: 0 !important;
  }

  /* Espaçamento 32px entre price block e variants (Pencil: installment_bottom→variants_top = 32px) */
  .main-product-info-block product-price + .product-infobox {
    margin-top: 32px !important;
  }

  .main-product-info-block .price-row-top {
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 0 !important;
  }

  .main-product-info-block .price-item--regular.strikethrough {
    font-size: 17px !important;
    color: #aaa !important;
    line-height: 1 !important;
    margin-right: 0 !important;
  }

  .main-product-info-block .price-item--sale {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    color: #000 !important;
    margin-right: 0 !important;
  }

  .main-product-info-block .price-row-top .badge,
  .main-product-info-block .price-row-top .discount-badge,
  .main-product-info-block .price-row-top .price__badge-sale,
  .main-product-info-block .price-row-top .onsale-badge {
    min-height: 34px !important;
    padding: 4px 14px !important;
    border-radius: 18px !important;
    line-height: 1 !important;
  }

  .main-product-info-block .price-row-installment {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .main-product-info-block .price-installment-inline,
  .main-product-info-block .price-row-installment .price-installment-inline {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
  }

  .main-product-info-block .price-row-installment .price-installment-inline strong {
    white-space: nowrap !important;
    font-weight: 700 !important;
    color: inherit !important;
  }

  .main-product-info-block .price-row-installment .price-installment-inline strong {
    font-weight: 700 !important;
    color: inherit !important;
  }

  /* Desktop: seguir DESKTOP REAL 510x855 do .pen */
  .main-product-info-block .variant-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 420px;
    max-width: 100%;
  }

  .main-product-info-block .variant-option + .variant-option {
    margin-block-start: 0 !important;
  }

  .main-product-info-block .variant-option-swatches,
  .main-product-info-block .variant-option-variants {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    position: static;
  }

  .main-product-info-block .variant-option-swatches .variant-option-titlebox {
    margin-bottom: 12px;
  }

  .main-product-info-block .variant-option-swatches .color-variants {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    overflow: visible;
  }

  .main-product-info-block .variant-option-swatches .color-variant {
    overflow: visible;
    padding-bottom: 0;
  }

  .main-product-info-block .color-variant label,
  .main-product-info-block .color-variant label::before {
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
  }

  .main-product-info-block .color-variant input:checked ~ label {
    outline: 2px solid #c7c7c7 !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
  }

  .main-product-info-block .variant-option-swatches .color-variant .tooltip-text {
    display: none !important;
  }

  .main-product-info-block .variant-option-swatches .color-variant .tooltip-text:after {
    display: none !important;
  }

  .main-product-info-block .variant-option-swatches .color-variant input:checked ~ label .tooltip-text {
    display: none !important;
  }

  .main-product-info-block .variant-option-variants {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title title"
      "sizes guide";
    align-items: center;
    column-gap: 16px;
    row-gap: 12px;
  }

  .main-product-info-block .variant-option-variants .variant-option-titlebox {
    display: contents;
  }

  .main-product-info-block .variant-option-variants .variant-option-titlebox .product-infobox-label {
    grid-area: title;
  }

  .main-product-info-block .variant-option-variants .size-variants-box {
    grid-area: sizes;
    display: block;
    width: auto;
  }

  .main-product-info-block .variant-option-variants .size-variants {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    gap: 8px;
  }

  .main-product-info-block .variant-option-variants .size-variant {
    /* AMBISO 2026-05-30: 44x36 — altura igual ao swatch de cor (36px), compacto */
    flex: 0 0 44px;
    min-width: 44px;
    width: 44px;
    height: 36px;
  }

  .main-product-info-block .variant-option-variants .size-variant label {
    padding: 0 6px;
    font-size: 13px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  .main-product-info-block .variant-option .product-infobox-label {
    font-size: 12px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 0;
    letter-spacing: 0.6px;
  }

  .main-product-info-block .size-guide-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #0066cc !important;
    letter-spacing: 0.2px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .main-product-info-block .variant-option-variants .size-guide-link {
    grid-area: guide;
    position: static;
    gap: 3px;
    align-self: center;
    justify-self: end;
    justify-content: flex-end;
    width: max-content;
    margin: 0 !important;
  }

  .main-product-info-block .size-guide-link .size-guide-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    color: #0066cc !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  .main-product-info-block .product-buttons.has-quantity-control {
    gap: 6px !important;
  }

  .main-product-info-block .product-buttons.has-quantity-control > .button,
  .main-product-info-block .custom-checkout-button {
    flex: 1 1 0 !important;
    width: 100% !important;
    min-height: 56px !important;
  }

  .main-product-info-block .custom-checkout-button {
    padding: 14px 20px !important;
    box-shadow: none !important;
  }

  .main-product-info-block .product-buttons.has-quantity-control > .button {
    letter-spacing: 0.2px !important;
  }

  .main-product-info-block .custom-checkout-button .checkout-button-text {
    letter-spacing: 0.2px !important;
  }

  .main-product-info-block .cep-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
  }

  .main-product-info-block .cep-description {
    font-size: 14px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
  }

  .main-product-info-block .cep-input,
  .main-product-info-block .cep-button {
    min-height: 52px !important;
  }

  .main-product-info-block .cep-input {
    padding: 14px 40px 14px 16px !important;
  }

  .main-product-info-block .cep-button {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    min-width: 104px !important;
    padding: 14px 18px !important;
  }

  .main-product-info-block .cep-location-trigger,
  .main-product-info-block .cep-location-trigger .location-btn-text {
    font-size: 14px !important;
  }

  .main-product-info-block .product-info-grid {
    display: flex !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
  }

  .main-product-info-block .product-info-grid > * {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 6px 10px !important;
    border: none !important;
    border-radius: 999px !important;
    background: transparent !important;
    pointer-events: none !important;
    cursor: default !important;
    overflow: visible !important;
  }

  .main-product-info-block .product-info-grid .inventory-infobox {
    width: 136px !important;
    background: #fff7e8 !important;
  }

  .main-product-info-block .product-info-grid .visitors-box {
    width: 188px !important;
    background: #fff1ea !important;
  }

  .main-product-info-block .product-info-grid .share-box {
    display: none !important;
  }

  .main-product-info-block .product-info-grid .inventory-text,
  .main-product-info-block .product-info-grid .visitors-text {
    font-size: 12px !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  }

  .main-product-info-block .product-info-grid .visitor-count {
    margin-right: 3px;
  }
}

@media screen and (max-width: 767px) {
  .main-product-info-block .product-sku-info-row,
  .main-product-info-block .product-sku-above-title {
    display: none !important;
  }

  .main-product-info-block .product-title.heading-font {
    width: 100% !important;
    max-width: 320px !important;
    line-height: 1.2 !important;
  }

  .main-product-info-block .variant-option + .variant-option {
    margin-block-start: 0 !important;
  }

  .main-product-info-block .product-infobox:has(.variant-picker),
  .main-product-info-block .product-infobox:has(.product-details-variant-option) {
    margin-bottom: 12px !important;
  }

  .main-product-info-block .product-infobox:has(.buy-buttons),
  .main-product-info-block .product-infobox:has(.quantity-input-wrapper) {
    margin-top: 16px !important;
    margin-bottom: 10px !important;
  }

  .main-product-info-block .buy-buttons {
    gap: 6px !important;
  }

  .main-product-info-block .product-cep-box {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    padding: 12px 0 0 !important;
    margin-top: 0 !important;
  }

  .main-product-info-block .cep-title {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
  }

  .main-product-info-block .cep-description {
    font-size: 11px !important;
    line-height: 1.25 !important;
    color: #666666 !important;
    margin-bottom: 0 !important;
  }

  .main-product-info-block .cep-input-group {
    min-height: 44px !important;
    border: 1px solid #cccccc !important;
    border-radius: 3px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .main-product-info-block .cep-input,
  .main-product-info-block .cep-button {
    min-height: 44px !important;
  }

  .main-product-info-block .cep-input {
    padding: 0 12px !important;
    font-size: 13px !important;
    color: #aaaaaa !important;
    background: #ffffff !important;
  }

  .main-product-info-block .cep-button {
    width: 100px !important;
    min-width: 100px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  .main-product-info-block .cep-button.loading {
    padding: 0 6px !important;
    font-size: 10px !important;
    gap: 4px;
  }

  .main-product-info-block .cep-button.loading::after {
    width: 10px;
    height: 10px;
  }

  .main-product-info-block .cep-location-row {
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 4px 0 8px !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #eeeeee !important;
  }

  .main-product-info-block .cep-location-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: auto !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #0b63ce !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-align: left !important;
  }

  .main-product-info-block .cep-location-trigger .location-btn-text,
  .main-product-info-block .cep-location-trigger svg {
    color: currentColor !important;
  }

  .main-product-info-block .product-info-grid {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 276px !important;
    height: 42px !important;
    margin-top: 0 !important;
    padding: 8px 0 !important;
    overflow: visible !important;
  }

  .main-product-info-block .product-info-grid > * {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    border-radius: 999px !important;
    text-align: left !important;
    min-height: 0 !important;
    border: 0 !important;
  }

  .main-product-info-block .product-info-grid .inventory-infobox,
  .main-product-info-block .product-info-grid .product-inventory-status,
  .main-product-info-block .product-info-grid .visitors-box {
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .main-product-info-block .product-info-grid .inventory-infobox {
    width: 107px !important;
    background: #fff7e8 !important;
  }

  .main-product-info-block .product-info-grid .visitors-box {
    width: 159px !important;
    background: #fff1ea !important;
  }

  .main-product-info-block .product-info-grid .product-inventory-status,
  .main-product-info-block .product-info-grid .visitors-box {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
  }

  .main-product-info-block .product-info-grid .inventory-icon,
  .main-product-info-block .product-info-grid .inventory-icon svg {
    width: 10px !important;
    height: 10px !important;
    flex: 0 0 10px !important;
  }

  .main-product-info-block .product-info-grid .visitors-emoji {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 14px !important;
    height: 14px !important;
    flex: 0 0 14px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  .main-product-info-block .product-info-grid .inventory-text {
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 600 !important;
    color: #666666 !important;
  }

  .main-product-info-block .product-info-grid .visitors-text {
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
    color: #666666 !important;
  }

  .main-product-info-block .product-info-grid .visitor-count {
    font-weight: 700 !important;
    color: #666666 !important;
    margin-right: 3px !important;
  }

  .main-product-info-block .variant-options {
    display: grid !important;
    grid-template-columns: 78px minmax(0, 1fr) !important;
    align-items: start !important;
    column-gap: 24px !important;
    row-gap: 0 !important;
    width: 100% !important;
  }

  .main-product-info-block .variant-option-swatches {
    position: relative !important;
    width: 78px !important;
    min-width: 78px !important;
    padding: 0 0 11px 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }

  .main-product-info-block .variant-option-swatches::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    right: -13px !important;
    width: 1px !important;
    height: 100% !important;
    background: #e0e0e0 !important;
  }

  .main-product-info-block .variant-option-variants {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }

  .main-product-info-block .variant-option-swatches .variant-option-titlebox,
  .main-product-info-block .variant-option-variants .variant-option-titlebox {
    margin-bottom: 8px !important;
  }

  .main-product-info-block .variant-option-swatches .variant-option-titlebox {
    margin-top: 3px !important;
    margin-bottom: 5px !important;
  }

  .main-product-info-block .variant-option .product-infobox-label {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.6px !important;
    color: #333333 !important;
  }

  .main-product-info-block .variant-option-swatches .color-variants {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    overflow: visible !important;
    justify-content: flex-start !important;
  }

  .main-product-info-block .variant-option-swatches .color-variant {
    overflow: visible !important;
    padding-bottom: 0 !important;
  }

  .main-product-info-block .variant-option-swatches .color-variant .tooltip-text {
    position: absolute !important;
    top: calc(100% + 2px) !important;
    left: 50% !important;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    transform: translateX(-50%) !important;
    background: transparent !important;
    color: #aaaaaa !important;
    font-size: 8px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
  }

  .main-product-info-block .variant-option-swatches .color-variant .tooltip-text:after {
    display: none !important;
  }

  .main-product-info-block .variant-option-swatches .color-variant input:checked ~ label .tooltip-text {
    opacity: 1 !important;
  }

  .main-product-info-block .color-variant label,
  .main-product-info-block .color-variant label::before {
    width: 36px !important;
    height: 36px !important;
    border-radius: 999px !important;
  }

  .main-product-info-block .color-variant input:checked ~ label {
    outline: 2px solid #c7c7c7 !important;
    outline-offset: 2px !important;
    box-shadow: none !important;
  }

  .main-product-info-block .variant-option-variants .variant-option-titlebox.has-link-inside {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 15px !important;
    width: 100% !important;
  }

  .main-product-info-block .variant-option-variants .variant-option-titlebox .product-infobox-label {
    flex: 0 0 auto !important;
  }

  .main-product-info-block .variant-option-variants .size-variants-box {
    display: block !important;
    gap: 0 !important;
    width: 228px !important;
    max-width: 228px !important;
    margin-left: auto !important;
  }

  .main-product-info-block .variant-option-variants ul.size-variants {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    width: 228px !important;
    max-width: 228px !important;
    min-width: 228px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .main-product-info-block .variant-option-variants ul.size-variants > li.size-variant {
    flex: 0 0 54px !important;
    min-width: 0 !important;
    width: 54px !important;
    height: 32px !important;
  }

  .main-product-info-block .variant-option-variants ul.size-variants > li.size-variant:nth-child(2) {
    flex-basis: 52px !important;
    width: 52px !important;
  }

  .main-product-info-block .variant-option-variants ul.size-variants > li.size-variant label {
    width: 100% !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 0 4px !important;
    font-size: 11px !important;
    line-height: 1 !important;
    border-radius: 3px !important;
  }

  .main-product-info-block .variant-option-variants .variant-option-titlebox .size-guide-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    height: 15px !important;
    max-width: 122px !important;
    width: auto !important;
    order: initial !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    margin: 0 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #0066cc !important;
    text-decoration: none !important;
    white-space: nowrap !important;
  }

  .main-product-info-block .variant-option-variants .variant-option-titlebox .size-guide-link .size-guide-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    color: #0066cc !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }
}

@media screen and (min-width: 768px) {
  .main-product-info-block .cep-input-group {
    border: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
  }

  .main-product-info-block .cep-input {
    background: #ffffff !important;
    color: #999999 !important;
  }

  .main-product-info-block .cep-button {
    min-width: 168px !important;
    padding: 14px 24px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: none !important;
  }

  .main-product-info-block .cep-location-row {
    justify-content: flex-start !important;
    align-items: center !important;
    margin-top: 10px !important;
    padding: 0 0 12px !important;
    border-bottom: 1px solid #efefef !important;
  }

  .main-product-info-block .cep-location-trigger {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #0b63ce !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    gap: 6px !important;
  }

  .main-product-info-block .cep-location-trigger:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: #0b63ce !important;
  }

  .main-product-info-block .cep-location-trigger .location-btn-text,
  .main-product-info-block .cep-location-trigger svg {
    color: currentColor !important;
  }

  .main-product-info-block .product-info-grid {
    gap: 14px !important;
    margin-top: 18px !important;
  }

  .main-product-info-block .product-info-grid > * {
    padding: 8px 14px !important;
  }
}

/* AMBISO 2026-06-01: bloco AUTORITATIVO mobile do CEP + chips de credibilidade.
   Vem depois dos blocos legados (L2092 e L3275) e vence por ordem/especificidade,
   reequilibrando o botão "Consultar" e removendo o efeito pílula/esticado dos chips. */
@media (max-width: 767px) {
  .main-product-info-block .cep-input-group {
    display: flex !important;
    align-items: stretch !important;
  }
  .main-product-info-block .cep-input {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 0 40px 0 14px !important;
    font-size: 14px !important;
  }
  .main-product-info-block .cep-button {
    flex: 0 0 auto !important;
    width: 104px !important;
    min-width: 104px !important;
    min-height: 48px !important;
    padding: 0 16px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
  }

  .main-product-info-block .product-info-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 14px !important;
    padding: 0 !important;
  }
  .main-product-info-block .product-info-grid .ambiso-cred-chips {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
  .main-product-info-block .ambiso-cred-chips .ambiso-chip {
    flex: 0 0 auto !important;
    width: fit-content !important;
    min-height: 30px !important;
    padding: 0 12px !important;
    border-radius: 4px !important;
    gap: 7px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}

@media screen and (max-width: 767px) {
  .product-card .product-title a,
  .product-recommendations .product-title a,
  .featured-collection .product-title a,
  .collection-product-card .product-title a {
    line-height: 1.32 !important;
    height: auto !important;
    min-height: calc(1.32em * 2 + 2px) !important;
    max-height: none !important;
    max-width: 100% !important;
    padding-bottom: 2px !important;
    overflow: hidden !important;
  }
}

/* ---------- BADGE -18% LIME (PDP + Cards) ---------- */
/* AMBISO 2026-06-01: badge reto (sem cantos arredondados) + levemente menor; texto "-XX%" + sufixo vem do Liquid. */
.discount-badge {
  background: #b4ff00 !important;
  color: #111111 !important;
  border-radius: 0 !important;
  padding: 3px 8px !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px;
}

/* AMBISO-PDP-VARIANTS-INLINE END */

/* ---------- AMBISO 2026-06-01: Breadcrumb (coleções / sub-collections por tag) ---------- */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; /* acompanha o banner de coleção centralizado */
  gap: 0;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.3;
}
.breadcrumb a {
  color: #666;
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #111;
  text-decoration: underline;
}
.breadcrumb a[aria-current='page'] {
  color: #111;
  font-weight: 600;
  pointer-events: none;
}
.breadcrumb a + a::before {
  content: '›';
  margin: 0 0.45em;
  color: #999;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 749px) {
  .breadcrumb {
    font-size: 12px;
    margin-bottom: 8px;
  }
}

/* ---------- AMBISO 2026-06-01: Navegação de temas no fim da coleção ---------- */
.ambiso-collection-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  margin: 20px auto 30px;
  padding: 16px 16px 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ambiso-collection-nav__all {
  display: inline-block;
  padding: 12px 28px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity 0.2s ease;
}
.ambiso-collection-nav__all:hover,
.ambiso-collection-nav__all:focus {
  opacity: 0.85;
  color: #fff;
}
.ambiso-collection-nav__label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666;
  margin-bottom: 12px;
}
.ambiso-collection-nav__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.ambiso-collection-nav__chip {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  font-size: 14px;
  color: #111;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.ambiso-collection-nav__chip:hover,
.ambiso-collection-nav__chip:focus {
  background: #111;
  color: #fff;
  border-color: #111;
}
@media (max-width: 749px) {
  .ambiso-collection-nav {
    margin: 16px auto 26px;
    padding-top: 14px;
    gap: 12px;
  }
  .ambiso-collection-nav__chip {
    font-size: 13px;
    padding: 7px 14px;
  }
}

/* ---------- AMBISO 2026-06-01: padronização global de cards (fonte única) ----------
   TODOS os .product-card (carrosséis + grids), mobile E desktop:
   - Conteúdo à ESQUERDA (inclusive cards com card_content_alignment "center" → .text-center).
   - Título no MÁXIMO 2 linhas (clamp), tamanho ÚNICO (sem encolher por tamanho).
   - Tamanhos padrão (compactos): título = De = Por = badge; parcelamento 2px menor.
       Desktop: 14px (parcelamento 12px) · Mobile: 13px (parcelamento 11px). */
.product-card .product-carddetails,
.product-card .product-cardinfo,
.product-card .product-title,
.product-card .product-title a,
.product-card .product-price,
.product-card .price-flex-container,
.product-card .price-on-sale,
.product-card .price-row-top,
.product-card .price-row-installment,
.product-card .price-installment-inline,
.product-card.text-center .product-carddetails,
.product-card.text-center .product-cardinfo,
.product-card.text-center .product-title,
.product-card.text-center .product-title a,
.product-card.text-center .product-price,
.product-card.text-center .price-on-sale,
.product-card.text-center .price-row-top,
.product-card.text-center .price-row-installment {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
}
/* TÍTULO: sempre no máx 2 linhas (clamp + altura reservada de 2 linhas). */
.product-card .product-title {
  margin: 0 0 4px !important;
  width: 100% !important;
  min-height: 38px !important; /* ~2 linhas a 14px (desktop) */
}
.product-card .product-title a,
.product-card .product-title a.card-title--medium,
.product-card .product-title a.card-title--long {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-align: start !important; /* alinha as linhas à esquerda no -webkit-box vertical */
  overflow: hidden !important;
  line-height: 1.3 !important;
  height: auto !important;
  width: 100% !important;
  text-align: left !important;
  font-size: 14px !important;
}
/* Preço De/Por + badge = MESMO tamanho do título */
.product-card .price-item--regular.strikethrough,
.product-card .price-item--sale,
.product-card .discount-badge {
  font-size: 14px !important;
  line-height: 1.2 !important;
}
/* Parcelamento: 2px menor que o título */
.product-card .price-installment-inline {
  font-size: 12px !important;
}
.product-card .product-cardinfo {
  gap: 2px !important;
}
.product-card .product-price {
  margin: 0 !important;
}
.product-card .price-row-installment {
  margin-top: 1px !important;
}
@media (max-width: 767px) {
  .product-card .product-title {
    min-height: 35px !important; /* ~2 linhas a 13px (mobile) */
  }
  .product-card .product-title a,
  .product-card .product-title a.card-title--medium,
  .product-card .product-title a.card-title--long {
    font-size: 13px !important;
  }
  .product-card .price-item--regular.strikethrough,
  .product-card .price-item--sale,
  .product-card .discount-badge {
    font-size: 13px !important;
  }
  .product-card .price-installment-inline {
    font-size: 11px !important;
  }
}

/* ==========================================================================
   AMBISO — Card Carousel Redesign (single-product opt-in via tag)
   --------------------------------------------------------------------------
   Aplica em: cards .product-card que tenham a tag `redesign-card` no produto.
              Selector: [data-product-tags~="redesign-card"]
   Cobertura: mobile + desktop, estados atual + hover.
   Baseado em: _pdp-layout-proposta/modelo-pdp-ambiso-mobile.pen
              frame z39rmp (Home Carousel Cards OTIMIZADA)
              schemaNote: "Preserva grid+swipe mobile, portrait, 5 col desktop,
                           1 col mobile, details always, sizes_colors,
                           sizes onhover, secondary image.
                           Propõe: badge melhor posicionado + CTA discreto |
                           sem swatches no schema."
   --------------------------------------------------------------------------
   COMO TESTAR EM 1 PRODUTO SÓ (sem afetar a vitrine inteira):
     1) Anexar este bloco ao final de APPS/shopify-front/theme/assets/base.css.
     2) `shopify theme push --only assets/base.css`.
     3) No admin Shopify, abrir 1 produto de teste e adicionar a tag:
            redesign-card
        Salvar. (A vitrine continua exatamente como está em todos os outros.)
     4) Navegar para a home / coleção e validar somente este card.
   ROLL-OUT GLOBAL (depois de aprovado):
     - Trocar `[data-product-tags~="redesign-card"]` por `&` (ou simplesmente
       remover o atributo do seletor) e re-push, OU adicionar a tag em todos
       os produtos via bulk edit.
   COMO REVERTER:
     - Apagar tudo entre START / END e re-push. A tag fica inerte sem o CSS.
   ========================================================================== */

/* AMBISO-CARD-REDESIGN START */

/* ---------- Reset estrutural mínimo do card opt-in ---------- */
.product-card {
  --card-radius: 0;
  --card-bg: #f4ede2;          /* image bg estado atual */
  --card-bg-hover: #1d2632;    /* image bg estado hover (dark navy) */
  --card-cta-bg: #ffffff;
  --card-cta-border: #d1d5db;
  --card-cta-color: #0f172a;
  --card-size-row-bg: #fff8ee;
}

/* Cantos arredondados na media + transição de fundo */
.product-card .product-cardmedia,
.product-card .mediabox {
  border-radius: var(--card-radius);
  overflow: hidden;
}

.product-card .mediabox {
  background: var(--card-bg);
  transition: background-color 0.3s ease;
}

.product-card:hover .mediabox {
  background: var(--card-bg-hover);
}

/* ---------- BADGES — reposicionar para top-right empilhadas ---------- */
.product-card .product-cardbadges {
  top: 12px;
  right: 12px;
  left: auto;
  bottom: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  padding: 0;
  z-index: 2;
}

.product-card .product-cardbadge {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  text-transform: none;
}

/* Oversized — escuro, texto branco */
.product-card
  .product-cardbadge.product-line-badge--oversized {
  background: #1e293b;
  color: #ffffff;
  border-color: #1e293b;
}

/* Básica — mantém estrutura, só texto+cor diferentes */
.product-card
  .product-cardbadge.product-line-badge--basica {
  background: #a6fd28;
  color: #0f172a;
  border-color: rgba(0, 0, 0, 0.14);
}

/* Frete grátis — pílula clara discreta */
.product-card
  .product-cardbadge.on-sale {
  background: #ffffff;
  color: #475569;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* ---------- SIZE ROW (onhover) — barra cream sob a imagem ---------- */
.product-card .size-variants-box.size-variants-onhover {
  background: #fff8ee !important;
  border: none !important;
  border-top: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  min-height: 40px;
  height: 40px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
}

/* Anula borda do tema (has-border) */
.product-card.has-border .size-variants-box.size-variants-onhover,
.shopify-block .product-card.has-border .size-variants-box.size-variants-onhover {
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
}

.product-card .size-variants-box.size-variants-onhover .size-variants {
  gap: 10px !important;
  margin: 0;
  padding: 0;
  justify-content: center;
}

/* Labels: só texto, sem caixa/borda */
.product-card .size-variants-box.size-variants-onhover .size-variant {
  min-width: auto;
  height: auto;
}

.product-card .size-variants-box.size-variants-onhover .size-variant label,
.product-card .size-variants-box.size-variants-onhover .size-variant a {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #111111 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  line-height: 1;
}

/* ---------- DETAILS — alinhamento + espaçamento ---------- */
.product-card .product-carddetails {
  padding: 8px 10px 10px;
}

.product-card .product-cardinfo {
  gap: 2px !important;
}

/* AMBISO 2026-06-01: tamanhos/cores de título e preço removidos daqui
   (consolidação de cards). Eram inconsistentes com a fonte única
   (sale 17px vs título flat). Governados por custom-mobile-spacing.css
   + bloco "padronização global de cards" em base.css. */

.product-card::after {
  content: none;
}

.product-card {
  position: relative;
}

/* ---------- MOBILE — 1 col, mantém swipe + grid ---------- */
@media screen and (max-width: 749px) {
  /* Tamanhos só no hover — no mobile, oculta o size row */
  .product-card .size-variants-box.size-variants-onhover {
    display: none !important;
  }

  .product-card .product-cardbadges {
    top: 10px;
    right: 10px;
    gap: 4px;
  }

  .product-card .product-cardbadge {
    font-size: 9px;
    padding: 5px 7px;
  }

  /* AMBISO 2026-06-01: tamanhos de título/preço mobile removidos daqui
     (consolidação de cards). Governados por custom-mobile-spacing.css. */

}

/* AMBISO-CARD-REDESIGN END */

/* AMBISO 2026-06-01: badges premium compactos nos cards → fonte única em
   ambiso-fixes-20260601.css (carregado por último, fura cache de CDN). Não duplicar aqui. */

/* AMBISO 2026-06-01: bloco AMBISO-CARD-COMPACT-PRICE removido (consolidação de cards).
   Continha bug do parcelamento 17px no desktop (@min-width:750px) e alturas de título
   34px que divergiam da fonte única (38/35px). Estilo de texto/preço dos cards é
   governado por custom-mobile-spacing.css (HOME MOBILE/DESKTOP) + bloco "padronização
   global de cards" acima neste arquivo. */

/* AMBISO-PDP-MOBILE-VARIANTS-FINAL START */
@media screen and (max-width: 767px) {
  body .main-product-info-block .product-title.heading-font {
    margin-bottom: 6px !important;
    line-height: 1.08 !important;
  }

  body .main-product-info-block product-price.product-infobox {
    margin-top: 0 !important;
    margin-bottom: 11px !important;
  }

  body .main-product-info-block .price-on-sale.price-flex-container {
    gap: 1px !important;
    margin-bottom: 0 !important;
  }

  body .main-product-info-block .price-row-top {
    margin-bottom: 1px !important;
  }

  body .main-product-info-block .price-row-installment {
    margin-top: 2px !important;
  }

  body .main-product-info-block variant-picker.variant-picker form.variant-options {
    display: grid !important;
    --ambiso-pdp-variant-gap: clamp(16px, 3vw, 22px);
    --ambiso-pdp-variant-label-size: 12px;
    --ambiso-pdp-variant-title-gap: 6px;
    --ambiso-pdp-size-guide-size: 11px;
    --ambiso-pdp-swatch-size: clamp(40px, 9vw, 48px);
    --ambiso-pdp-size-height: clamp(44px, 8vw, 48px);
    grid-template-columns: calc((var(--ambiso-pdp-swatch-size) * 2) + 6px) minmax(0, 1fr) !important;
    column-gap: var(--ambiso-pdp-variant-gap) !important;
    row-gap: 0 !important;
    width: 100% !important;
    max-width: none !important;
    align-items: start !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches {
    position: relative !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    padding: 0 !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches::after {
    top: 4px !important;
    right: calc(var(--ambiso-pdp-variant-gap) / -2) !important;
    height: calc(var(--ambiso-pdp-variant-label-size) + var(--ambiso-pdp-variant-title-gap) + var(--ambiso-pdp-swatch-size) - 6px) !important;
    background: #f1f1f1 !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches .variant-option-titlebox {
    display: flex !important;
    align-items: baseline !important;
    min-height: var(--ambiso-pdp-variant-label-size) !important;
    margin-top: 0 !important;
    margin-bottom: var(--ambiso-pdp-variant-title-gap) !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches .variant-option-titlebox .product-infobox-label {
    display: inline-block !important;
    font-size: var(--ambiso-pdp-variant-label-size) !important;
    line-height: 1 !important;
    transform: none !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches .color-variants {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: var(--ambiso-pdp-swatch-size) !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches .color-variant {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: var(--ambiso-pdp-swatch-size) !important;
    height: var(--ambiso-pdp-swatch-size) !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches .color-variant label {
    box-sizing: border-box !important;
    width: var(--ambiso-pdp-swatch-size) !important;
    height: var(--ambiso-pdp-swatch-size) !important;
    min-width: var(--ambiso-pdp-swatch-size) !important;
    min-height: var(--ambiso-pdp-swatch-size) !important;
    border-radius: 999px !important;
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches .color-variant label::before {
    display: none !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches .color-variant input:checked ~ label {
    border: 2px solid #c7c7c7 !important;
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: inset 0 0 0 2px #ffffff !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-swatches .color-variant .tooltip-text {
    display: none !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-variants {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-variants .variant-option-titlebox.has-link-inside {
    width: 100% !important;
    display: flex !important;
    align-items: baseline !important;
    justify-content: flex-start !important;
    gap: clamp(8px, 2vw, 14px) !important;
    min-height: var(--ambiso-pdp-variant-label-size) !important;
    margin-bottom: var(--ambiso-pdp-variant-title-gap) !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-variants .variant-option-titlebox .product-infobox-label {
    font-size: var(--ambiso-pdp-variant-label-size) !important;
    line-height: 1 !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-variants .variant-option-titlebox .size-guide-link {
    height: var(--ambiso-pdp-variant-label-size) !important;
    font-size: var(--ambiso-pdp-size-guide-size) !important;
    font-weight: 700 !important;
    color: #0570d8 !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-variants .size-variants-box {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin-left: 0 !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-variants ul.size-variants {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    justify-content: flex-start !important;
    gap: clamp(4px, 1.2vw, 6px) !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-variants ul.size-variants > li.size-variant {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: var(--ambiso-pdp-size-height) !important;
  }

  body .main-product-info-block variant-picker.variant-picker .variant-option-variants ul.size-variants > li.size-variant label {
    width: 100% !important;
    height: var(--ambiso-pdp-size-height) !important;
    min-height: var(--ambiso-pdp-size-height) !important;
    padding: 0 4px !important;
    border-radius: 3px !important;
    font-size: 12px !important;
  }
}
/* AMBISO-PDP-MOBILE-VARIANTS-FINAL END */
