.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
    --cream: #FBF6EE;
    --cream-2: #F4EBDC;
    --paper: #FFFFFF;
    --ink: #2A1D17;
    --ink-soft: #5A4A40;
    --line: #E5D8C5;
    --wine: #6B2538;
    --wine-deep: #4E1A28;
    --gold: #B89968;
    --gold-deep: #8C7142;
    --rose: #E8C9BE;
    --sage: #A8B095;
    --shadow: 0 1px 0 rgba(42,29,23,.04), 0 12px 30px -18px rgba(42,29,23,.18);
  }
  * { box-sizing: border-box; }
  html, body { margin: 0; padding: 0; }
  body {
    font-family: 'Manrope', system-ui, sans-serif;
    background: var(--cream);
    color: var(--ink);
    font-size: 15px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
  }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; }
  .serif { font-family: 'DM Serif Display', serif; font-weight: 400; letter-spacing: -0.01em; }
  .eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--gold-deep);
    font-weight: 600;
  }
  .container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
  .btn {
    display: inline-flex; align-items: center; gap: 10px;
    height: 46px; padding: 0 22px;
    background: var(--wine); color: #fff;
    font-weight: 600; font-size: 13px; letter-spacing: 0.04em;
    border: 0; cursor: pointer;
    transition: background .2s ease, transform .2s ease;
  }
  .btn:hover { background: var(--wine-deep); }
  .btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
  .btn--ghost:hover { background: var(--ink); color: #fff; }
  .btn--gold { background: var(--gold); color: #fff; }
  .btn--gold:hover { background: var(--gold-deep); }
  .btn--sm { height: 38px; padding: 0 16px; font-size: 12px; }

  /* ───── Promo bar ───── */
  .promobar {
    background: var(--ink);
    color: #FBF6EE;
    font-size: 12px;
    letter-spacing: 0.08em;
  }
  .promobar__row {
    display: flex; align-items: center; justify-content: space-between;
    height: 38px;
  }
  .promobar__deals { display: flex; align-items: center; gap: 28px; }
  .promobar__deals span:first-child { font-weight: 600; color: var(--gold); }
  .promobar__meta { display: flex; align-items: center; gap: 24px; opacity: .85; }
  .promobar__meta a:hover { color: var(--gold); }

  /* ───── Header ───── */
  .header {
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    position: sticky; top: 0; z-index: 30;
  }
  .header__row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    height: 96px;
    gap: 32px;
  }
  .header__search {
    display: flex; align-items: center;
    border: 1px solid var(--line);
    background: var(--paper);
    height: 44px; padding: 0 18px;
    width: 100%; max-width: 360px;
  }
  .header__search svg { color: var(--ink-soft); flex-shrink: 0; }
  .header__search input {
    border: 0; outline: 0; background: transparent;
    width: 100%; margin-left: 12px;
    font: inherit; color: var(--ink);
  }
  .header__search input::placeholder { color: var(--ink-soft); }

  .logo {
    text-align: center;
    display: flex; flex-direction: column; align-items: center; gap: 2px;
  }
  .logo__mark { font-family: 'DM Serif Display', serif; font-size: 32px; line-height: 1; letter-spacing: -0.01em; }
  .logo__mark em { font-style: italic; color: var(--wine); }
  .logo__tag { font-size: 9.5px; letter-spacing: 0.35em; color: var(--ink-soft); text-transform: uppercase; margin-top: 4px; }

  .header__actions {
    display: flex; align-items: center; justify-content: flex-end;
    gap: 22px;
  }
  .iconbtn {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--ink);
    font-size: 12px;
    background: none; border: 0; cursor: pointer;
    padding: 6px 2px;
    position: relative;
  }
  .iconbtn:hover { color: var(--wine); }
  .iconbtn__count {
    position: absolute;
    top: -2px; right: -10px;
    background: var(--wine); color: #fff;
    min-width: 18px; height: 18px;
    border-radius: 999px;
    display: inline-flex; align-items: center; justify-content: center;
    font-size: 10px; font-weight: 700;
    padding: 0 5px;
  }

  /* ───── Nav ───── */
  .nav { border-bottom: 1px solid var(--line); background: var(--cream); }
  .nav__row {
    display: flex; align-items: center; justify-content: center;
    gap: 36px;
    height: 48px;
    font-size: 13px;
  }
  .nav__row a {
    color: var(--ink);
    letter-spacing: 0.04em;
    position: relative;
    padding: 6px 0;
    font-weight: 500;
  }
  .nav__row a:hover { color: var(--wine); }
  .nav__row a.is-promo { color: var(--wine); font-weight: 600; }
  .nav__row a.is-promo::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0;
    height: 2px; background: var(--wine);
  }

  /* ───── Hero ───── */
  .hero {
    background: var(--cream);
    padding: 56px 0 80px;
  }
  .hero__grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 64px;
    align-items: center;
  }
  .hero__copy h1 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: clamp(48px, 5.8vw, 84px);
    line-height: 0.98;
    letter-spacing: -0.02em;
    margin: 22px 0 22px;
    text-wrap: balance;
  }
  .hero__copy h1 em { color: var(--wine); }
  .hero__copy p {
    font-size: 17px;
    color: var(--ink-soft);
    max-width: 460px;
    margin: 0 0 32px;
    text-wrap: pretty;
  }
  .hero__cta { display: flex; gap: 12px; align-items: center; }
  .hero__cta .link {
    font-size: 13px; font-weight: 600; letter-spacing: 0.06em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 2px;
  }
  .hero__cta .link:hover { color: var(--wine); border-color: var(--wine); }
  .hero__meta {
    margin-top: 56px;
    display: flex; gap: 48px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
  }
  .hero__meta div { font-size: 12px; letter-spacing: 0.04em; }
  .hero__meta div strong {
    display: block;
    font-family: 'DM Serif Display', serif;
    font-size: 26px; font-weight: 400;
    color: var(--ink);
    margin-bottom: 2px;
  }
  .hero__meta div span { color: var(--ink-soft); }

  .hero__visual {
    position: relative;
    aspect-ratio: 4/5;
    background: linear-gradient(160deg, #F4DCD2 0%, #E8C9BE 60%, #C9A99B 100%);
    border-radius: 280px 280px 24px 24px;
    overflow: hidden;
  }
  .hero__visual::before {
    content: ""; position: absolute; inset: 14px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 270px 270px 16px 16px;
    pointer-events: none;
  }
  .hero__visual image-slot {
    position: absolute; inset: 0;
    --is-bg: transparent;
    --is-stroke: rgba(255,255,255,.7);
    --is-text: rgba(74,28,42,.6);
  }
  .hero__chip {
    position: absolute;
    background: var(--paper);
    padding: 12px 18px;
    box-shadow: 0 18px 40px -18px rgba(42,29,23,.35);
    display: flex; align-items: center; gap: 12px;
    font-size: 12px;
  }
  .hero__chip--tl { top: 40px; left: -28px; }
  .hero__chip--br { bottom: 36px; right: -28px; }
  .hero__chip__dot {
    width: 10px; height: 10px; border-radius: 50%; background: var(--wine);
  }
  .hero__chip strong { color: var(--ink); display: block; font-weight: 700; }
  .hero__chip small { color: var(--ink-soft); font-size: 11px; }

  /* ───── Brand strip ───── */
  .brands {
    background: var(--paper);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 36px 0;
  }
  .brands__row {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 56px;
  }
  .brands__label {
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    line-height: 1.1;
    max-width: 220px;
  }
  .brands__label em { color: var(--wine); }
  .brands__logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
    align-items: center;
  }
  .brand-mark {
    display: flex; align-items: center; justify-content: center;
    height: 60px;
    border-left: 1px solid var(--line);
    color: var(--ink-soft);
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 14px;
    transition: color .2s;
  }
  .brand-mark:hover { color: var(--wine); }
  .brand-mark--script {
    font-family: 'DM Serif Display', serif;
    font-style: italic;
    text-transform: none;
    letter-spacing: -0.01em;
    font-size: 26px;
  }

  /* ───── Sections ───── */
  section { padding: 88px 0; }
  .section-head {
    display: flex; align-items: end; justify-content: space-between;
    gap: 32px;
    margin-bottom: 40px;
  }
  .section-head__title h2 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1;
    letter-spacing: -0.015em;
    margin: 10px 0 0;
  }
  .section-head__title h2 em { color: var(--wine); }
  .section-head__more {
    font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid var(--ink); padding-bottom: 4px;
    white-space: nowrap;
  }
  .section-head__more:hover { color: var(--wine); border-color: var(--wine); }

  /* ───── Categories ───── */
  .categories {
    background: var(--cream);
  }
  .cat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
  .cat {
    background: var(--paper);
    border: 1px solid var(--line);
    padding: 28px 18px 22px;
    text-align: center;
    transition: transform .25s ease, border-color .25s ease;
    cursor: pointer;
  }
  .cat:hover { transform: translateY(-4px); border-color: var(--wine); }
  .cat__shape {
    width: 88px; height: 88px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(155deg, var(--cream-2), var(--rose));
    display: flex; align-items: center; justify-content: center;
    color: var(--wine);
  }
  .cat:nth-child(2) .cat__shape { background: linear-gradient(155deg, #F4EBDC, #D8C49F); color: var(--gold-deep); }
  .cat:nth-child(3) .cat__shape { background: linear-gradient(155deg, #EFE6D5, #C7CDB6); color: #586848; }
  .cat:nth-child(4) .cat__shape { background: linear-gradient(155deg, #F4ECE3, #E1C5B8); color: #8c4338; }
  .cat:nth-child(5) .cat__shape { background: linear-gradient(155deg, #F0E6D8, #D8C49F); color: var(--wine); }
  .cat:nth-child(6) .cat__shape { background: linear-gradient(155deg, #F4ECDC, #C9B89E); color: var(--gold-deep); }
  .cat__name {
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    color: var(--ink);
    margin-bottom: 2px;
  }
  .cat__count { font-size: 11px; color: var(--ink-soft); letter-spacing: 0.06em; }

  /* ───── Bestsellers ───── */
  .bestsellers { background: var(--paper); }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .product {
    background: var(--paper);
    border: 1px solid var(--line);
    display: flex; flex-direction: column;
    transition: border-color .2s ease, transform .2s ease;
    position: relative;
    cursor: pointer;
  }
  .product:hover { border-color: var(--wine); }
  .product:hover .product__quick { opacity: 1; transform: translateY(0); }
  .product__media {
    aspect-ratio: 1;
    position: relative;
    overflow: hidden;
    background: var(--cream-2);
  }
  .product__media__inner {
    position: absolute; inset: 0;
    display: flex; align-items: center; justify-content: center;
    padding: 36px;
    color: rgba(42,29,23,.35);
    text-align: center;
    font-family: 'DM Serif Display', serif;
    font-size: 18px;
    line-height: 1.1;
  }
  .product__tag {
    position: absolute; top: 12px; left: 12px;
    background: var(--ink); color: #fff;
    font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
    padding: 5px 10px; font-weight: 600;
    z-index: 2;
  }
  .product__tag--sale { background: var(--wine); }
  .product__tag--new { background: var(--gold); }
  .product__fav {
    position: absolute; top: 12px; right: 12px;
    width: 36px; height: 36px;
    background: var(--paper); border: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center;
    color: var(--ink-soft);
    cursor: pointer;
    z-index: 2;
    transition: color .2s, border-color .2s;
  }
  .product__fav:hover { color: var(--wine); border-color: var(--wine); }
  .product__quick {
    position: absolute; left: 12px; right: 12px; bottom: 12px;
    background: var(--ink); color: #fff;
    height: 40px;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
    opacity: 0; transform: translateY(8px);
    transition: opacity .25s, transform .25s;
    z-index: 2;
  }
  .product__body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 6px; }
  .product__brand {
    font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--gold-deep); font-weight: 700;
  }
  .product__name {
    font-family: 'DM Serif Display', serif;
    font-size: 17px;
    color: var(--ink);
    line-height: 1.2;
    min-height: 42px;
  }
  .product__rating {
    display: flex; align-items: center; gap: 6px;
    font-size: 11px; color: var(--ink-soft);
  }
  .product__stars { color: var(--gold); letter-spacing: 1px; font-size: 13px; }
  .product__prices {
    display: flex; align-items: baseline; gap: 10px;
    margin-top: 6px;
  }
  .product__price-old {
    color: var(--ink-soft);
    text-decoration: line-through;
    font-size: 12px;
  }
  .product__price {
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    color: var(--wine);
  }
  .product__installment {
    font-size: 11px; color: var(--ink-soft);
    margin-top: -2px;
  }
  .product__pix {
    margin-top: 8px;
    font-size: 11px; color: var(--sage);
    display: flex; align-items: center; gap: 6px;
    color: #4a6f4e;
    font-weight: 600;
  }

  /* ───── Editorial banner ───── */
  .editorial {
    background: var(--ink);
    color: var(--cream);
    overflow: hidden;
  }
  .editorial__grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    align-items: stretch;
    min-height: 460px;
  }
  .editorial__copy {
    padding: 80px 64px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .editorial__copy .eyebrow { color: var(--gold); }
  .editorial__copy h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(40px, 4.5vw, 64px);
    line-height: 1;
    letter-spacing: -0.015em;
    margin: 16px 0 20px;
    font-weight: 400;
  }
  .editorial__copy h2 em { color: var(--gold); }
  .editorial__copy p {
    font-size: 16px;
    color: rgba(251,246,238,.7);
    max-width: 440px;
    margin: 0 0 32px;
  }
  .editorial__copy .btn { background: var(--gold); color: var(--ink); align-self: flex-start; }
  .editorial__copy .btn:hover { background: #fff; }
  .editorial__visual {
    background: linear-gradient(135deg, #5C2030, #2A1D17 70%);
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
  }
  .editorial__tile {
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, #4E1A28, #2A1D17);
  }
  .editorial__tile image-slot {
    position: absolute; inset: 0;
    --is-bg: transparent;
    --is-stroke: rgba(255,255,255,.25);
    --is-text: rgba(255,255,255,.5);
  }
  .editorial__tile--label {
    position: absolute; bottom: 16px; left: 16px;
    color: #fff;
    font-family: 'DM Serif Display', serif;
    font-size: 22px;
    z-index: 2;
  }
  .editorial__price {
    position: absolute;
    background: var(--gold);
    color: var(--ink);
    padding: 10px 18px;
    font-family: 'DM Serif Display', serif;
    font-size: 20px;
    top: 24px; right: -8px;
    box-shadow: 0 8px 20px -8px rgba(0,0,0,.4);
  }

  /* ───── Artesanato ───── */
  .artes {
    background: var(--cream);
  }
  .artes__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .artes__card {
    background: var(--paper);
    border: 1px solid var(--line);
    display: flex; flex-direction: column;
    overflow: hidden;
    transition: transform .25s ease;
  }
  .artes__card:hover { transform: translateY(-6px); }
  .artes__media {
    aspect-ratio: 5/4;
    background: linear-gradient(160deg, var(--cream-2), var(--rose));
    position: relative;
  }
  .artes__card:nth-child(2) .artes__media { background: linear-gradient(160deg, #EFE6D5, #C7CDB6); }
  .artes__card:nth-child(3) .artes__media { background: linear-gradient(160deg, #F4ECDC, #D8C49F); }
  .artes__media image-slot {
    position: absolute; inset: 0;
    --is-bg: transparent;
    --is-stroke: rgba(255,255,255,.5);
    --is-text: rgba(74,28,42,.5);
  }
  .artes__body { padding: 24px 26px 28px; }
  .artes__kicker { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }
  .artes__title {
    font-family: 'DM Serif Display', serif;
    font-size: 26px;
    line-height: 1.05;
    margin: 8px 0 8px;
  }
  .artes__desc { color: var(--ink-soft); font-size: 14px; margin: 0 0 16px; }
  .artes__link {
    font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600;
    border-bottom: 1px solid var(--ink); padding-bottom: 3px;
  }

  /* ───── Benefits ───── */
  .benefits {
    background: var(--paper);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 56px 0;
  }
  .benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .benefit {
    display: flex; gap: 16px; align-items: flex-start;
    padding: 8px 24px;
    border-right: 1px solid var(--line);
  }
  .benefit:last-child { border-right: 0; }
  .benefit__icon {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--cream);
    display: flex; align-items: center; justify-content: center;
    color: var(--wine);
    flex-shrink: 0;
  }
  .benefit strong { display: block; font-size: 14px; margin-bottom: 4px; font-weight: 700; }
  .benefit span { font-size: 12px; color: var(--ink-soft); line-height: 1.4; }

  /* ───── Newsletter ───── */
  .news {
    background: var(--cream);
    padding: 96px 0;
    text-align: center;
  }
  .news h2 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(36px, 4vw, 56px);
    line-height: 1.02;
    margin: 16px auto 14px;
    max-width: 700px;
    text-wrap: balance;
  }
  .news h2 em { color: var(--wine); }
  .news p { color: var(--ink-soft); max-width: 480px; margin: 0 auto 32px; }
  .news__form {
    display: flex; max-width: 520px; margin: 0 auto;
    background: var(--paper); border: 1px solid var(--ink);
    height: 56px;
  }
  .news__form input {
    flex: 1; border: 0; outline: 0; background: transparent;
    padding: 0 22px;
    font: inherit; color: var(--ink);
  }
  .news__form button {
    height: 100%;
    border: 0; background: var(--ink); color: #fff;
    padding: 0 26px;
    font: inherit; font-weight: 600; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase;
    cursor: pointer;
  }
  .news__form button:hover { background: var(--wine); }
  .news__hint { margin-top: 16px; font-size: 11px; color: var(--ink-soft); letter-spacing: 0.04em; }

  /* ───── Footer ───── */
  footer {
    background: var(--ink);
    color: var(--cream);
    padding: 72px 0 24px;
  }
  .footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(251,246,238,.12);
  }
  .footer__brand .logo__mark { color: var(--cream); }
  .footer__brand .logo__mark em { color: var(--gold); }
  .footer__brand .logo__tag { color: rgba(251,246,238,.6); }
  .footer__brand p {
    font-size: 13px; color: rgba(251,246,238,.65);
    margin: 18px 0 22px;
    max-width: 280px;
  }
  .footer__social { display: flex; gap: 10px; }
  .footer__social a {
    width: 36px; height: 36px;
    border: 1px solid rgba(251,246,238,.2);
    display: flex; align-items: center; justify-content: center;
    color: var(--cream);
  }
  .footer__social a:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
  .footer__col h4 {
    font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
    color: var(--gold); margin: 4px 0 18px; font-weight: 600;
  }
  .footer__col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
  .footer__col li a { color: rgba(251,246,238,.75); }
  .footer__col li a:hover { color: var(--gold); }
  .footer__bottom {
    display: flex; justify-content: space-between; align-items: center;
    padding-top: 24px;
    font-size: 11px;
    color: rgba(251,246,238,.5);
    gap: 32px;
    flex-wrap: wrap;
  }
  .footer__payments { display: flex; gap: 8px; align-items: center; }
  .pay {
    height: 26px; padding: 0 10px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(251,246,238,.15);
    display: inline-flex; align-items: center;
    font-size: 10px; letter-spacing: 0.1em; font-weight: 700;
    color: var(--cream);
  }
  .pay--pix { background: #32BCAD; border-color: #32BCAD; color: #fff; }

  /* ───── Tweaks panel ───── */
  .tweaks {
    position: fixed; bottom: 24px; right: 24px;
    background: var(--paper);
    border: 1px solid var(--line);
    width: 280px;
    padding: 18px;
    z-index: 100;
    box-shadow: var(--shadow);
    display: none;
    font-size: 13px;
  }
  .tweaks.is-open { display: block; }
  .tweaks h5 {
    font-family: 'DM Serif Display', serif;
    font-size: 18px; margin: 0 0 14px; font-weight: 400;
  }
  .tweaks__row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
  .tweaks__row label { font-size: 12px; color: var(--ink-soft); }
  .tweaks__swatches { display: flex; gap: 6px; }
  .swatch { width: 22px; height: 22px; border-radius: 50%; cursor: pointer; border: 2px solid transparent; }
  .swatch.is-active { border-color: var(--ink); }
  .tweaks__close {
    position: absolute; top: 10px; right: 10px;
    background: none; border: 0; cursor: pointer; color: var(--ink-soft);
    font-size: 18px;
  }

  /* small screens: collapse but don't fully responsive — boutique mock is desktop-first */
  @media (max-width: 980px) {
    .header__row { grid-template-columns: auto 1fr auto; gap: 16px; }
    .header__search { display: none; }
    .hero__grid, .editorial__grid { grid-template-columns: 1fr; }
    .editorial__copy { padding: 48px 32px; }
    .cat-grid { grid-template-columns: repeat(3, 1fr); }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .artes__grid { grid-template-columns: 1fr; }
    .benefits__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .benefit:nth-child(2) { border-right: 0; }
    .footer__grid { grid-template-columns: 1fr 1fr; }
    .brands__row { grid-template-columns: 1fr; gap: 24px; }
    .brands__logos { grid-template-columns: repeat(3, 1fr); }
  }/* End custom CSS */