/** Shopify CDN: Minification failed

Line 44:13 Expected ":"
Line 45:0 Expected "}" to go with "{"

**/
/* =========================================================
   CX ACCORDION — FULL STYLES (clean + chevrons pretos)
   Escopo: só dentro da descrição do produto (Prestige)
   ========================================================= */

.ProductMeta__Description .cx-accordion{
  margin-top: 12px;
  border-top: 1px solid #e8e5de;
}

.ProductMeta__Description .cx-accordion details{
  border-bottom: 1px solid #e8e5de;
  padding: 20px 0;
}

/* Cabeçalho do item (título + seta à direita) */
.ProductMeta__Description .cx-accordion summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: 500;          /* leve e elegante */
  font-style: normal;        /* garante sem itálico */
  letter-spacing: .15px;
  line-height: 1.2;
}
.ProductMeta__Description .cx-accordion summary::-webkit-details-marker{ display:none; }

/* Chevron preto minimal (">") */
.ProductMeta__Description .cx-accordion summary::after{
  content: "";
  width: 12px; height: 12px; flex: 0 0 12px; margin-left: 12px;
  display: inline-block;
  border-righ
