:root {
    --v2-ink: #0d1117;
    --v2-paper: #f7f8fa;
    --v2-white: #fff;
    --v2-muted: #697386;
    --v2-line: #e1e5ec;
    --v2-sage: #dfe7f5;
    --v2-accent: #315efb;
    --v2-accent-dark: #2148d8;
    --v2-accent-soft: #e7ecff;
    --v2-shell: 1320px;
}

/* V2 premium refinements */
.v2-home-flow { display: flex; flex-direction: column; }
.v2-home-flow > section { order: var(--section-order, 1); }
.v2-page-progress { position: fixed; top: 0; left: 0; z-index: 1000; width: 0; height: 3px; background: var(--v2-accent); opacity: 0; pointer-events: none; transition: width .45s ease, opacity .2s; }
.v2-is-leaving .v2-page-progress { width: 78%; opacity: 1; }
.v2-is-leaving main { opacity: .72; transform: translateY(3px); transition: opacity .18s, transform .18s; }

.v2-nav-shop > button { display: inline-flex; align-items: center; gap: 7px; border: 0; padding: 0; color: var(--v2-ink); background: transparent; cursor: pointer; font-size: 13px; font-weight: 700; }
.v2-nav-shop > button span { font-size: 10px; transition: transform .25s; }
.v2-nav-shop.is-open > button span, .v2-nav-shop:hover > button span { transform: rotate(180deg); }
.v2-mega-menu { position: absolute; top: 100%; right: 0; left: 0; z-index: 120; padding: 26px 0 31px; border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); background: rgba(255,255,255,.98); box-shadow: 0 28px 48px rgba(16,24,40,.13); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .22s, visibility .22s, transform .22s; backdrop-filter: blur(18px); }
.v2-nav-shop:hover .v2-mega-menu, .v2-nav-shop:focus-within .v2-mega-menu, .v2-nav-shop.is-open .v2-mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.v2-mega-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.v2-mega-heading > div { display: grid; gap: 4px; }
.v2-mega-heading small { color: var(--v2-muted); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.v2-mega-heading strong { font-family: "Space Grotesk",sans-serif; font-size: 22px; letter-spacing: -.04em; }
.v2-mega-heading > a { font-size: 10px; font-weight: 800; }
.v2-mega-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.v2-mega-grid > a { display: grid; gap: 4px; }
.v2-mega-grid > a::after { display: none; }
.v2-mega-grid > a > span { aspect-ratio: 1.55; overflow: hidden; margin-bottom: 6px; border-radius: 12px; background: #eef1f5; }
.v2-mega-grid img { width: 100%; height: 100%; padding: 8px; object-fit: contain; transition: transform .5s cubic-bezier(.22,1,.36,1); }
.v2-mega-grid a:hover img { transform: scale(1.06); }
.v2-mega-grid strong { font-size: 12px; }
.v2-mega-grid small { color: var(--v2-muted); font-size: 8px; }

.v2-hero-custom-media { position: absolute; inset: 0; overflow: hidden; }
.v2-hero-custom-media img, .v2-hero-custom-media video { width: 100%; height: 100%; object-fit: cover; }
.v2-hero-custom-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 40%,rgba(7,12,22,.58)); }
.v2-hero-custom-media button { position: absolute; top: 28px; right: 28px; z-index: 3; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(9,14,24,.28); cursor: pointer; backdrop-filter: blur(10px); }
.v2-hero-custom-caption { position: absolute; right: 30px; bottom: 30px; left: 30px; z-index: 3; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 5px 20px; color: #fff; }
.v2-hero-custom-caption span { grid-column: 1/-1; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.v2-hero-custom-caption strong { font-family: "Space Grotesk",sans-serif; font-size: 25px; }
.v2-hero-custom-caption a { display: inline-flex; gap: 18px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.55); padding: 7px 0; font-size: 10px; font-weight: 800; }

.v2-category-card { border-radius: 22px; box-shadow: 0 18px 45px rgba(13,17,23,.08); }
.v2-product-card { overflow: hidden; border: 1px solid transparent; border-radius: 18px; padding: 8px 8px 16px; background: rgba(255,255,255,.72); transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s, border-color .35s; }
.v2-product-card:hover { border-color: #e7eaf0; box-shadow: 0 22px 50px rgba(18,25,38,.10); transform: translateY(-5px); }
.v2-product-media { border-radius: 13px; background: linear-gradient(145deg,#f7f8fa,#e9edf3); }
.v2-product-media img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 16px; object-fit: contain; transition: opacity .45s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.v2-product-image-secondary { opacity: 0; }
.v2-product-card.has-alt-image:hover .v2-product-image-primary { opacity: 0; }
.v2-product-card:hover .v2-product-image-secondary { opacity: 1; transform: scale(1.035); }
.v2-product-card:hover .v2-product-image-primary { transform: scale(1.035); }
.v2-product-media::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(100deg,#edf0f4 20%,#fafbfc 40%,#edf0f4 60%); background-size: 220% 100%; opacity: 0; animation: v2-shimmer 1.35s linear infinite; }
.v2-product-media.is-loading::before { opacity: 1; }
.v2-product-media.is-loaded::before { opacity: 0; transition: opacity .25s; }
.v2-product-media > a, .v2-product-tags, .v2-favorite, .v2-product-quick { position: relative; z-index: 1; }
.v2-product-tags, .v2-favorite, .v2-product-quick { position: absolute; }
.v2-product-copy { padding-inline: 7px; }

.v2-collections { overflow: hidden; background: #edf1f7; }
.v2-collection-tabs { display: flex; gap: 8px; margin: -12px 0 38px; overflow-x: auto; scrollbar-width: none; }
.v2-collection-tabs::-webkit-scrollbar { display: none; }
.v2-collection-tabs button { flex: 0 0 auto; min-height: 43px; border: 1px solid #cfd5df; border-radius: 99px; padding: 0 20px; color: #586174; background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; transition: color .2s, background .2s, border-color .2s; }
.v2-collection-tabs button.is-active { border-color: var(--v2-ink); color: #fff; background: var(--v2-ink); }
.v2-collection-panel[hidden] { display: none; }
.v2-collection-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; animation: v2-page-in .35s both; }
.v2-collection-intro h3 { margin: 0; font-family: "Space Grotesk",sans-serif; font-size: 27px; letter-spacing: -.045em; }
.v2-collection-intro p { margin: 6px 0 0; color: var(--v2-muted); font-size: 12px; }
.v2-collection-panel .v2-products-grid { animation: v2-page-in .45s both; }

.v2-gallery-main { position: relative; width: 100%; border: 0; padding: 0; cursor: zoom-in; }
.v2-gallery-main img, .v2-gallery-thumbs img, .v2-variant-list img { object-fit: contain; }
.v2-gallery-main > i { position: absolute; right: 15px; bottom: 15px; padding: 8px 10px; border-radius: 99px; color: #fff; background: rgba(9,14,24,.76); font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v2-lightbox { width: min(94vw,1100px); height: min(92vh,900px); border: 0; padding: 50px; background: #f5f6f8; box-shadow: 0 35px 90px rgba(0,0,0,.32); }
.v2-lightbox::backdrop { background: rgba(4,8,14,.82); backdrop-filter: blur(7px); }
.v2-lightbox img { width: 100%; height: 100%; object-fit: contain; }
.v2-lightbox > button { position: absolute; top: 12px; right: 15px; z-index: 2; border: 0; background: transparent; cursor: pointer; font-size: 31px; }
.v2-option-block.is-attention { animation: v2-attention .8s ease; }
.v2-mobile-buybar, .v2-mobile-nav { display: none; }

.v2-cart-skeleton { display: grid; grid-template-columns: 115px 1fr 90px; gap: 22px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--v2-line); }
.v2-cart-skeleton i, .v2-cart-skeleton span, .v2-cart-skeleton b { display: block; background: linear-gradient(100deg,#e8ebef 20%,#f8f9fb 40%,#e8ebef 60%); background-size: 220% 100%; animation: v2-shimmer 1.35s linear infinite; }
.v2-cart-skeleton i { width: 115px; aspect-ratio: 1; }
.v2-cart-skeleton span { width: 70%; height: 18px; }
.v2-cart-skeleton b { width: 80px; height: 18px; }

@keyframes v2-shimmer { to { background-position: -220% 0; } }
@keyframes v2-attention { 30%,70% { background: var(--v2-accent-soft); box-shadow: 0 0 0 9px var(--v2-accent-soft); } }

@media (max-width: 860px) {
    .v2-mega-menu { display: none; }
}

@media (max-width: 620px) {
    .v2-body { padding-bottom: 72px; }
    .v2-mobile-nav { position: fixed; right: 10px; bottom: max(8px,env(safe-area-inset-bottom)); left: 10px; z-index: 250; height: 62px; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; padding: 5px; color: #c6cbd4; background: rgba(9,13,20,.94); box-shadow: 0 15px 45px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
    .v2-mobile-nav a { position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; border-radius: 13px; font-size: 8px; font-weight: 700; }
    .v2-mobile-nav a.is-active { color: #fff; background: rgba(255,255,255,.10); }
    .v2-mobile-nav svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
    .v2-mobile-nav b { position: absolute; top: 1px; right: calc(50% - 23px); width: 17px; height: 17px; display: none; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--v2-accent); font-size: 8px; }
    .v2-whatsapp { bottom: 82px; }
    .v2-hero-custom-caption { right: 18px; bottom: 20px; left: 18px; }
    .v2-hero-custom-caption strong { font-size: 20px; }
    .v2-product-card { border-radius: 13px; padding: 5px 5px 12px; }
    .v2-product-media { border-radius: 9px; }
    .v2-product-media img { padding: 7px; }
    .v2-collection-intro { align-items: flex-start; flex-direction: column; gap: 12px; }
    .v2-collection-intro h3 { font-size: 23px; }
    .v2-lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 45px 12px 20px; }
    .v2-body[data-product-id]:not([data-product-id="0"]) { padding-bottom: 82px; }
    .v2-body[data-product-id]:not([data-product-id="0"]) .v2-mobile-nav { display: none; }
    .v2-mobile-buybar { position: fixed; right: 10px; bottom: max(8px,env(safe-area-inset-bottom)); left: 10px; z-index: 251; min-height: 67px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-radius: 17px; padding: 8px 9px 8px 17px; color: #fff; background: rgba(9,13,20,.96); box-shadow: 0 15px 45px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
    .v2-mobile-buybar > div { display: grid; }
    .v2-mobile-buybar small { color: #939dab; font-size: 8px; text-transform: uppercase; }
    .v2-mobile-buybar strong { font-family: "Space Grotesk",sans-serif; font-size: 17px; }
    .v2-mobile-buybar button { min-height: 49px; border: 0; border-radius: 12px; padding: 0 17px; color: #fff; background: var(--v2-accent); font-size: 10px; font-weight: 800; }
    .v2-cart-skeleton { grid-template-columns: 82px 1fr; gap: 14px; }
    .v2-cart-skeleton i { width: 82px; }
    .v2-cart-skeleton b { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: .22s ease both v2-page-out; }
::view-transition-new(root) { animation: .42s cubic-bezier(.22,1,.36,1) both v2-page-in; }
body.v2-body {
    margin: 0;
    color: var(--v2-ink);
    background: var(--v2-paper);
    font-family: "Manrope", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
.v2-body main { animation: v2-page-in .55s cubic-bezier(.22,1,.36,1) both; }
.v2-body img { display: block; max-width: 100%; }
.v2-body a { color: inherit; text-decoration: none; }
.v2-body button, .v2-body input { font: inherit; }
.v2-shell { width: min(calc(100% - 64px), var(--v2-shell)); margin-inline: auto; }

.v2-announcement { background: var(--v2-ink); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.v2-announcement .v2-shell { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.v2-announcement-center { color: #9aa3b2; }
.v2-announcement a { display: inline-flex; gap: 8px; align-items: center; }

.v2-header { position: sticky; top: 0; z-index: 100; background: rgba(247,248,250,.94); border-bottom: 1px solid transparent; transition: border-color .25s, box-shadow .25s, backdrop-filter .25s; }
.v2-header.is-scrolled { border-color: var(--v2-line); box-shadow: 0 8px 35px rgba(13,17,23,.07); backdrop-filter: blur(16px); }
.v2-header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 54px; }
.v2-logo { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", sans-serif; font-size: 19px; font-weight: 700; letter-spacing: -.05em; white-space: nowrap; }
.v2-logo-mark { width: 40px; height: 40px; object-fit: contain; transition: transform .45s cubic-bezier(.22,1,.36,1), filter .3s; }
.v2-logo:hover .v2-logo-mark { transform: rotate(-7deg) scale(1.06); }
.v2-wordmark { display: grid; line-height: 1; text-transform: uppercase; }
.v2-logo-light .v2-logo-mark { filter: none; }
.v2-nav { display: flex; align-items: center; gap: 36px; }
.v2-nav a { position: relative; font-size: 13px; font-weight: 700; }
.v2-nav a::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; background: var(--v2-ink); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.v2-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.v2-header-actions { display: flex; align-items: center; gap: 14px; }
.v2-header-search { width: 230px; height: 43px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--v2-line); border-radius: 99px; padding: 0 15px; background: rgba(255,255,255,.52); transition: width .25s, border-color .25s, background .25s; }
.v2-header-search:focus-within { width: 270px; border-color: #8792a3; background: #fff; }
.v2-header-search svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.v2-header-search input { min-width: 0; width: 100%; border: 0; outline: 0; background: transparent; color: var(--v2-ink); font-size: 12px; }
.v2-header-search input::placeholder { color: #8c96a6; }
.v2-icon-button { position: relative; width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--v2-line); border-radius: 50%; color: var(--v2-ink); background: transparent; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.v2-icon-button:hover { color: #fff; background: var(--v2-ink); border-color: var(--v2-ink); }
.v2-icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.v2-cart-badge { position: absolute; top: -4px; right: -3px; width: 18px; height: 18px; display: none; align-items: center; justify-content: center; border: 2px solid var(--v2-paper); border-radius: 50%; color: #fff; background: var(--v2-accent); font-size: 9px; font-weight: 800; }
.v2-menu-button, .v2-mobile-menu { display: none; }

.v2-hero { min-height: 700px; overflow: hidden; border-bottom: 1px solid var(--v2-line); }
.v2-hero-grid { min-height: 700px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: stretch; }
.v2-hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 76px 54px 76px 0; }
.v2-eyebrow, .v2-kicker { margin: 0 0 22px; color: #667085; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.v2-eyebrow { display: flex; align-items: center; gap: 10px; }
.v2-eyebrow span { width: 24px; height: 1px; background: var(--v2-accent); }
.v2-hero h1 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(58px, 6.3vw, 94px); font-weight: 700; line-height: .93; letter-spacing: -.075em; }
.v2-hero h1 em { color: var(--v2-accent); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.07em; }
.v2-hero-lead { max-width: 540px; margin: 33px 0 0; color: #586174; font-size: 16px; line-height: 1.75; }
.v2-hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.v2-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 30px; padding: 0 25px; border: 1px solid transparent; font-size: 12px; font-weight: 800; letter-spacing: .02em; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.v2-button:hover { transform: translateY(-2px); }
.v2-button-dark { color: #fff; background: var(--v2-ink); }
.v2-body .v2-button-dark { color: #fff; }
.v2-button-dark:hover { background: var(--v2-accent); }
.v2-text-link { display: inline-flex; align-items: center; gap: 13px; padding: 8px 0; border-bottom: 1px solid #a5adba; font-size: 12px; font-weight: 800; }
.v2-text-link span { transition: transform .2s; }
.v2-text-link:hover span { transform: translateX(4px); }
.v2-hero-stats { display: flex; gap: 42px; margin-top: 62px; padding-top: 25px; border-top: 1px solid var(--v2-line); }
.v2-hero-stats div { display: grid; gap: 2px; }
.v2-hero-stats strong { font-family: "Space Grotesk", sans-serif; font-size: 22px; letter-spacing: -.04em; }
.v2-hero-stats span { color: #737d8c; font-size: 10px; font-weight: 700; text-transform: uppercase; }

.v2-hero-visual { position: relative; min-height: 700px; background: var(--v2-sage); isolation: isolate; }
.v2-hero-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(115deg,rgba(49,94,251,.13),transparent 40%), repeating-linear-gradient(90deg,rgba(255,255,255,.045) 0 1px,transparent 1px 84px); mix-blend-mode: soft-light; }
.v2-hero-word { position: absolute; top: 18%; left: -5%; z-index: -1; color: rgba(255,255,255,.58); font-family: "Space Grotesk", sans-serif; font-size: clamp(110px, 14vw, 220px); font-weight: 700; letter-spacing: -.1em; line-height: 1; transform: rotate(-7deg); }
.v2-hero-media { position: absolute; inset: 0; overflow: hidden; }
.v2-featured-image { position: absolute; inset: 0; overflow: hidden; }
.v2-featured-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(49,94,251,.03) 35%, rgba(9,14,24,.28)); }
.v2-featured-image { opacity: 0; pointer-events: none; transition: opacity 1s cubic-bezier(.22,1,.36,1); }
.v2-featured-image.is-active { z-index: 1; opacity: 1; pointer-events: auto; }
.v2-featured-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.94) contrast(1.02); transform: scale(1.055); }
.v2-featured-image.is-active img { animation: v2-cinematic 7s ease-out both; }
.v2-orbit { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; pointer-events: none; }
.v2-orbit-one { width: 72%; aspect-ratio: 1; top: 12%; right: -25%; }
.v2-orbit-two { width: 33%; aspect-ratio: 1; top: 9%; right: 5%; }
.v2-orbit-one { animation: v2-orbit 18s linear infinite; }
.v2-orbit-two { animation: v2-orbit 12s linear infinite reverse; }
.v2-featured-card { position: absolute; right: 0; bottom: 0; left: 0; z-index: 3; min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 31px; color: #fff; background: rgba(9,14,24,.9); backdrop-filter: blur(14px); }
.v2-featured-card div { display: grid; gap: 5px; }
.v2-featured-card span { color: #c4cad4; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.v2-featured-card strong { font-family: "Space Grotesk", sans-serif; font-size: 18px; letter-spacing: -.03em; }
.v2-featured-card b { flex: 0 0 auto; font-family: "Space Grotesk", sans-serif; font-size: 20px; }
.v2-featured-card .v2-featured-price { display: flex; align-items: flex-end; justify-items: end; gap: 3px; text-align: right; }
.v2-featured-price del { color: #aeb6c3; font-size: 9px; }
.v2-featured-price small { color: #c4cad4; font-size: 8px; text-transform: uppercase; }
.v2-floating-note { position: absolute; top: 32px; right: 32px; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.65); color: #fff; background: rgba(9,14,24,.2); backdrop-filter: blur(10px); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v2-floating-note i { width: 4px; height: 4px; border-radius: 50%; background: var(--v2-accent); }
.v2-floating-note i { animation: v2-pulse 1.8s ease-in-out infinite; }
.v2-hero-dots { position: absolute; right: 31px; bottom: 119px; z-index: 4; display: flex; gap: 7px; }
.v2-hero-dots button { width: 22px; height: 3px; border: 0; padding: 0; background: rgba(255,255,255,.45); cursor: pointer; transition: width .3s,background .3s; }
.v2-hero-dots button.is-active { width: 42px; background: #fff; }

.v2-brand-strip { border-bottom: 1px solid var(--v2-line); background: #eef1f6; }
.v2-promo-banner { padding: 38px 0; color: #fff; background: linear-gradient(105deg,#315efb,#17233c 72%); }
.v2-promo-banner .v2-shell { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.v2-promo-banner p { margin: 0 0 5px; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.v2-promo-banner h2 { margin: 0; font-family: "Space Grotesk",sans-serif; font-size: 30px; letter-spacing: -.045em; }
.v2-promo-banner span { display: block; margin-top: 6px; color: rgba(255,255,255,.75); font-size: 11px; }
.v2-promo-banner a { flex: 0 0 auto; min-height: 48px; display: flex; align-items: center; gap: 28px; border: 1px solid rgba(255,255,255,.55); padding: 0 18px; font-size: 10px; font-weight: 800; }
.v2-brand-strip .v2-shell { min-height: 92px; display: flex; align-items: center; gap: 55px; }
.v2-brand-label { flex: 0 0 auto; padding-right: 48px; border-right: 1px solid #d4dae4; color: #778192; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.v2-brand-list { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); mask-image: linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.v2-brand-track { display: flex; width: max-content; animation: v2-marquee 28s linear infinite; }
.v2-brand-track > div { display: flex; align-items: center; gap: 58px; padding-right: 58px; }
.v2-brand-list span { color: #4e596b; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; white-space: nowrap; }
.v2-brand-strip:hover .v2-brand-track { animation-play-state: paused; }

.v2-section { padding: 120px 0; }
.v2-section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 50px; margin-bottom: 47px; }
.v2-section-heading .v2-kicker { margin-bottom: 12px; }
.v2-section-heading h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.06em; }
.v2-section-heading > p { max-width: 420px; margin: 0 0 4px; color: var(--v2-muted); font-size: 14px; line-height: 1.8; }

.v2-categories { background: #fff; }
.v2-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.v2-category-card { position: relative; min-height: 530px; overflow: hidden; color: #fff; background: #111827; }
.v2-body .v2-category-card { color: #fff; }
.v2-category-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(.98); transition: transform .8s cubic-bezier(.22,1,.36,1), filter .4s; }
.v2-category-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,17,23,.03) 20%, rgba(7,12,22,.82)); }
.v2-category-card:hover img { transform: scale(1.045); filter: saturate(1); }
.v2-category-number { position: absolute; top: 23px; right: 24px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: 10px; font-weight: 800; }
.v2-category-content { position: absolute; right: 29px; bottom: 27px; left: 29px; display: grid; }
.v2-category-content small { margin-bottom: 7px; color: rgba(255,255,255,.72); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.v2-category-content strong { font-family: "Space Grotesk", sans-serif; font-size: 37px; letter-spacing: -.055em; }
.v2-category-content > span { display: flex; align-items: center; justify-content: space-between; margin-top: 19px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.28); font-size: 11px; font-weight: 700; }
.v2-category-content b { font-size: 16px; transition: transform .2s; }
.v2-category-card:hover .v2-category-content b { transform: translate(3px,-3px); }

.v2-products-section { background: var(--v2-paper); }
.v2-products-heading { grid-template-columns: 1fr auto; }
.v2-products-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 48px 18px; }
.v2-product-media { position: relative; aspect-ratio: .83; overflow: hidden; background: #edf0f4; }
.v2-product-media > a:first-child { display: block; width: 100%; height: 100%; }
.v2-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,1,.36,1); }
.v2-product-card:hover .v2-product-media img { transform: scale(1.04); }
.v2-product-tags { position: absolute; top: 13px; left: 13px; display: flex; gap: 5px; pointer-events: none; }
.v2-product-tags span { padding: 7px 9px; color: #fff; background: var(--v2-ink); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.v2-product-tags .v2-tag-muted { color: var(--v2-ink); background: rgba(255,255,255,.88); }
.v2-product-tags .v2-tag-sale { color: #17120a; background: #f6c453; }
.v2-favorite { position: absolute; top: 12px; right: 12px; z-index: 2; width: 36px; height: 36px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--v2-ink); background: rgba(255,255,255,.9); box-shadow: 0 3px 12px rgba(0,0,0,.08); cursor: pointer; font-size: 20px; line-height: 1; transition: transform .2s, color .2s; }
.v2-favorite:hover { color: #d93036; transform: scale(1.08); }
.v2-product-quick { position: absolute; right: 10px; bottom: 10px; left: 10px; min-height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: #fff; background: rgba(9,14,24,.94); font-size: 10px; font-weight: 800; transform: translateY(calc(100% + 12px)); transition: transform .3s cubic-bezier(.22,1,.36,1); }
.v2-body .v2-product-quick { color: #fff; }
.v2-product-card:hover .v2-product-quick { transform: translateY(0); }
.v2-product-copy { display: grid; padding: 17px 2px 0; }
.v2-product-copy p { margin: 0 0 5px; color: #7d8796; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.v2-product-copy > a { min-height: 43px; font-family: "Space Grotesk", sans-serif; font-size: 15px; font-weight: 700; line-height: 1.35; letter-spacing: -.025em; }
.v2-product-copy > a:hover { text-decoration: underline; text-underline-offset: 3px; }
.v2-product-copy strong { margin-top: 13px; font-family: "Space Grotesk", sans-serif; font-size: 17px; letter-spacing: -.03em; }
.v2-product-copy small { margin-top: 2px; color: #818a99; font-size: 10px; }
.v2-sale-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin-top: 11px; }
.v2-sale-price del { color: #929cab; font-size: 10px; }
.v2-sale-price span { color: #929cab; font-size: 9px; text-transform: uppercase; }
.v2-sale-price strong { color: #b45309; font-family: "Space Grotesk", sans-serif; font-size: 18px; letter-spacing: -.03em; }
.v2-weekly-section { background: #fff7e5; }
.v2-products-more { display: flex; justify-content: center; margin-top: 58px; }
.v2-button-outline { min-width: 230px; border-color: #a5adba; }
.v2-button-outline:hover { color: #fff; background: var(--v2-ink); border-color: var(--v2-ink); }
.v2-empty { padding: 80px 20px; border: 1px solid var(--v2-line); color: var(--v2-muted); text-align: center; }

.v2-cta { padding: 96px 0; color: #fff; background: var(--v2-accent); }
.v2-cta-inner { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.v2-cta .v2-kicker { color: rgba(255,255,255,.7); }
.v2-cta h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(43px, 5vw, 70px); line-height: 1; letter-spacing: -.065em; }
.v2-cta-inner > div:last-child { display: grid; justify-items: start; gap: 25px; }
.v2-cta-inner p { max-width: 450px; margin: 0; font-size: 14px; line-height: 1.75; }
.v2-button-light { color: var(--v2-ink); background: #fff; }
.v2-body .v2-button-light { color: var(--v2-ink); }
.v2-button-light:hover { color: #fff; background: var(--v2-ink); }

.v2-footer { padding: 80px 0 27px; color: #fff; background: #090d14; }
.v2-footer-main { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; padding-bottom: 72px; }
.v2-logo-light .v2-logo-mark { background: transparent; }
.v2-footer-brand p { max-width: 340px; margin: 26px 0 0; color: #929cab; font-size: 13px; line-height: 1.75; }
.v2-footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.v2-footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.v2-footer-links strong { margin-bottom: 10px; color: #fff; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.v2-footer-links a, .v2-footer-links span { color: #9ca6b5; font-size: 12px; }
.v2-footer-links a:hover { color: #fff; }
.v2-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; border-top: 1px solid #27303d; color: #7c8796; font-size: 9px; letter-spacing: .05em; text-transform: uppercase; }
.v2-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 95; width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; background: var(--primary, #2e7d32); box-shadow: 0 8px 25px rgba(0,0,0,.2); transition: transform .2s; }
.v2-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.v2-whatsapp svg { width: 26px; fill: #fff; }

/* Catálogo */
.v2-catalog-hero, .v2-simple-hero { padding: 56px 0 62px; border-bottom: 1px solid var(--v2-line); background: #eef1f6; }
.v2-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 42px; color: #7d8796; font-size: 10px; font-weight: 700; letter-spacing: .04em; }
.v2-breadcrumb a:hover { color: var(--v2-ink); }
.v2-breadcrumb span:last-child { max-width: 380px; overflow: hidden; color: #4b5565; text-overflow: ellipsis; white-space: nowrap; }
.v2-catalog-title { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.v2-catalog-title .v2-kicker { margin-bottom: 13px; }
.v2-catalog-title h1, .v2-simple-hero h1 { max-width: 900px; margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(45px, 6vw, 78px); line-height: .96; letter-spacing: -.07em; }
.v2-catalog-title div > p:last-child, .v2-simple-hero .v2-shell > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--v2-muted); font-size: 14px; line-height: 1.7; }
.v2-catalog-title > strong { display: grid; flex: 0 0 auto; font-family: "Space Grotesk", sans-serif; font-size: 42px; line-height: 1; text-align: right; }
.v2-catalog-title > strong small { margin-top: 7px; color: #737d8c; font-family: "Manrope", sans-serif; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.v2-landing-hero { position: relative; overflow: hidden; padding: 72px 0 45px; color: #fff; isolation: isolate; }
.v2-landing-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 82% 10%,rgba(255,255,255,.18),transparent 30%),linear-gradient(120deg,#0b1019 5%,#17233c 60%,#315efb); }
.v2-landing-feminino::before { background: radial-gradient(circle at 82% 10%,rgba(255,255,255,.2),transparent 30%),linear-gradient(120deg,#17101a 5%,#44263d 58%,#b84f82); }
.v2-landing-bolsas::before { background: radial-gradient(circle at 82% 10%,rgba(255,255,255,.2),transparent 30%),linear-gradient(120deg,#16120d 5%,#423424 58%,#9a7544); }
.v2-landing-hero::after { position: absolute; right: -2vw; bottom: -45px; z-index: -1; color: rgba(255,255,255,.055); font-family: "Space Grotesk",sans-serif; font-size: clamp(95px,15vw,220px); font-weight: 700; letter-spacing: -.09em; line-height: .8; }
.v2-landing-masculino::after { content: "HOMEM"; }
.v2-landing-feminino::after { content: "ELA"; }
.v2-landing-bolsas::after { content: "BAGS"; }
.v2-landing-hero .v2-breadcrumb, .v2-landing-hero .v2-kicker, .v2-landing-hero .v2-catalog-title div > p:last-child, .v2-landing-hero .v2-catalog-title > strong small { color: rgba(255,255,255,.68); }
.v2-landing-types { display: flex; gap: 8px; overflow-x: auto; margin-top: 42px; padding-bottom: 2px; scrollbar-width: none; }
.v2-landing-types::-webkit-scrollbar { display: none; }
.v2-landing-types a { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; min-height: 39px; border: 1px solid rgba(255,255,255,.32); border-radius: 99px; padding: 0 15px; color: rgba(255,255,255,.83); font-size: 10px; font-weight: 700; backdrop-filter: blur(8px); transition: background .2s,color .2s,border-color .2s,transform .2s; }
.v2-landing-types a:hover, .v2-landing-types a.is-active { border-color: #fff; color: var(--v2-ink); background: #fff; transform: translateY(-1px); }
.v2-landing-types small { min-width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: inherit; background: rgba(127,127,127,.16); font-size: 8px; }
.v2-catalog-body { padding: 55px 0 115px; }
.v2-catalog-search { display: flex; align-items: center; height: 62px; margin-bottom: 37px; border-bottom: 1px solid #a5adba; }
.v2-catalog-search svg { width: 23px; margin-right: 17px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.v2-catalog-search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; background: transparent; font-family: "Space Grotesk", sans-serif; font-size: 20px; }
.v2-catalog-search input::placeholder { color: #98a2b3; }
.v2-catalog-search button { align-self: stretch; border: 0; padding: 0 25px; color: #fff; background: var(--v2-ink); cursor: pointer; font-size: 11px; font-weight: 800; }
.v2-catalog-toolbar { min-height: 55px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 24px; margin-bottom: 30px; border-bottom: 1px solid var(--v2-line); }
.v2-catalog-toolbar p { margin: 0; color: #737d8c; font-size: 11px; }
.v2-catalog-toolbar label { display: flex; align-items: center; gap: 13px; color: #737d8c; font-size: 10px; font-weight: 700; }
.v2-catalog-toolbar select { border: 0; outline: 0; padding: 8px 24px 8px 6px; color: var(--v2-ink); background: transparent; font-size: 11px; font-weight: 700; cursor: pointer; }
.v2-filter-toggle { display: none; }
.v2-context-filters { display: flex; align-items: center; gap: 7px; overflow-x: auto; margin: -8px 0 28px; padding: 0 0 12px; scrollbar-width: none; }
.v2-context-filters::-webkit-scrollbar { display: none; }
.v2-context-filters strong { flex: 0 0 auto; margin-right: 5px; font-size: 10px; text-transform: capitalize; }
.v2-context-filters a { flex: 0 0 auto; padding: 8px 12px; border: 1px solid var(--v2-line); border-radius: 99px; color: #626d7e; background: #fff; font-size: 9px; font-weight: 700; }
.v2-context-filters a:hover, .v2-context-filters a.is-active { border-color: var(--v2-accent); color: #fff; background: var(--v2-accent); }
.v2-context-filters a small { margin-left: 5px; opacity: .72; font-size: 8px; }
.v2-quality-quick-filters { margin-top: -12px; margin-bottom: 25px; }
.v2-catalog-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 38px; align-items: start; }
.v2-filters { position: sticky; top: 104px; }
.v2-filter-head { display: flex; align-items: center; justify-content: space-between; min-height: 45px; border-bottom: 1px solid var(--v2-line); }
.v2-filter-head strong { font-family: "Space Grotesk", sans-serif; font-size: 15px; }
.v2-filter-head a { color: var(--v2-accent); font-size: 9px; font-weight: 800; }
.v2-filter-head button { display: none; }
.v2-filter-group { margin: 0; padding: 22px 0; border: 0; border-bottom: 1px solid var(--v2-line); }
.v2-filter-group h2, .v2-filter-group summary { display: flex; justify-content: space-between; margin: 0 0 15px; list-style: none; font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; cursor: pointer; }
.v2-filter-group summary::-webkit-details-marker { display: none; }
.v2-filter-group summary span { transition: transform .2s; }
.v2-filter-group:not([open]) summary { margin-bottom: 0; }
.v2-filter-group:not([open]) summary span { transform: rotate(-90deg); }
.v2-filter-group > a, .v2-filter-scroll > a { position: relative; display: flex; align-items: center; gap: 8px; min-height: 31px; color: #737d8c; font-size: 11px; }
.v2-filter-group > a span, .v2-filter-scroll > a span { flex: 1; }
.v2-filter-group > a i, .v2-filter-scroll > a i { width: 13px; height: 13px; order: -1; border: 1px solid #aeb7c5; border-radius: 50%; }
.v2-filter-group > a.is-active, .v2-filter-scroll > a.is-active { color: var(--v2-ink); font-weight: 800; }
.v2-filter-group > a.is-active i, .v2-filter-scroll > a.is-active i { border: 4px solid var(--v2-ink); }
.v2-filter-group a em { color: #98a2b3; font-size: 9px; font-style: normal; }
.v2-filter-group > small { display: block; margin-top: 8px; color: #8c96a6; font-size: 9px; line-height: 1.5; }
.v2-filter-scroll { max-height: 220px; overflow: auto; padding-right: 7px; scrollbar-color: #b8c0cd transparent; scrollbar-width: thin; }
.v2-size-filter { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.v2-size-filter a { min-height: 38px; display: grid; place-items: center; border: 1px solid var(--v2-line); color: #626d7e; background: rgba(255,255,255,.6); font-size: 10px; font-weight: 700; }
.v2-size-filter a:hover, .v2-size-filter a.is-active { border-color: var(--v2-ink); color: #fff; background: var(--v2-ink); }
.v2-price-form { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.v2-price-form label { display: grid; gap: 5px; color: #7d8796; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.v2-price-form input { width: 100%; height: 39px; border: 1px solid var(--v2-line); outline: 0; padding: 0 9px; background: rgba(255,255,255,.5); font-size: 10px; }
.v2-price-form input:focus { border-color: var(--v2-ink); }
.v2-price-form button { grid-column: 1/-1; height: 38px; border: 0; color: #fff; background: var(--v2-ink); cursor: pointer; font-size: 9px; font-weight: 800; }
.v2-price-form + small { display: block; margin-top: 8px; color: #8490a1; font-size: 8px; }
.v2-catalog-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.v2-card-sizes { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 10px; }
.v2-card-sizes span { min-width: 26px; padding: 4px; border: 1px solid var(--v2-line); color: #737d8c; font-size: 8px; text-align: center; }
.v2-pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 65px; }
.v2-pagination a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--v2-line); font-size: 11px; font-weight: 700; }
.v2-pagination a:hover, .v2-pagination a.is-active { border-color: var(--v2-ink); color: #fff; background: var(--v2-ink); }
.v2-no-results { min-height: 440px; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 50px 20px; border: 1px solid var(--v2-line); text-align: center; }
.v2-no-results > span { color: #d1d7e0; font-family: "Space Grotesk", sans-serif; font-size: 76px; font-weight: 700; line-height: 1; }
.v2-no-results h2 { margin: 22px 0 6px; font-family: "Space Grotesk", sans-serif; font-size: 27px; letter-spacing: -.04em; }
.v2-no-results p { margin: 0 0 27px; color: var(--v2-muted); font-size: 12px; }
.v2-filter-backdrop { display: none; }

/* Produto */
.v2-product-page { padding: 35px 0 115px; background: #fff; }
.v2-product-page .v2-breadcrumb { margin-bottom: 28px; }
.v2-detail-grid { display: grid; grid-template-columns: minmax(0,1.16fr) minmax(390px,.84fr); gap: 66px; align-items: start; }
.v2-gallery { min-width: 0; }
.v2-gallery-main { position: relative; aspect-ratio: 1; overflow: hidden; background: #edf0f4; }
.v2-gallery-main img { width: 100%; height: 100%; object-fit: cover; }
.v2-gallery-main > span { position: absolute; top: 18px; left: 18px; padding: 9px 12px; color: #fff; background: #b52b2b; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.v2-gallery-thumbs { display: grid; grid-template-columns: repeat(6,1fr); gap: 8px; margin-top: 9px; }
.v2-gallery-thumbs button { aspect-ratio: 1; overflow: hidden; border: 1px solid transparent; padding: 0; background: #edf0f4; cursor: pointer; }
.v2-gallery-thumbs button.is-active { border-color: var(--v2-ink); }
.v2-gallery-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.v2-detail-info { position: sticky; top: 112px; padding-top: 15px; }
.v2-detail-brand { margin: 0 0 14px; color: #737d8c; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.v2-detail-brand a:hover { color: var(--v2-accent); }
.v2-detail-info h1 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(39px,4vw,58px); line-height: 1; letter-spacing: -.06em; }
.v2-detail-meta { display: flex; gap: 15px; margin-top: 18px; color: #8a94a4; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.v2-detail-meta .is-available { color: #28754c; }
.v2-detail-meta .is-unavailable { color: #b52b2b; }
.v2-detail-price { position: relative; display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin: 33px 0 32px; padding: 25px 0; border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); }
.v2-detail-price strong { font-family: "Space Grotesk", sans-serif; font-size: 31px; letter-spacing: -.05em; }
.v2-detail-price del { color: #929cab; font-size: 12px; }
.v2-detail-price small { flex-basis: 100%; color: #697386; font-size: 10px; }
.v2-detail-price .v2-detail-sale-label { flex-basis: 100%; width: max-content; color: #8a5200; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.v2-detail-price .v2-detail-sale-label + del { font-size: 14px; }
.v2-option-block { margin-bottom: 27px; }
.v2-option-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.v2-option-title strong { font-size: 11px; }
.v2-option-title span { color: #7d8796; font-size: 9px; }
.v2-quality-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; }
.v2-quality-options a { display: grid; gap: 4px; min-height: 64px; padding: 12px; border: 1px solid var(--v2-line); background: #fff; transition: border-color .2s, background .2s; }
.v2-quality-options a:hover, .v2-quality-options a.is-active { border-color: var(--v2-ink); background: #f4f6f9; }
.v2-quality-options a.is-active { box-shadow: inset 0 0 0 1px var(--v2-ink); }
.v2-quality-options a.is-unavailable { opacity: .5; }
.v2-quality-options strong { font-size: 10px; }
.v2-quality-options small { color: #737d8c; font-size: 9px; }
.v2-variant-list { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; }
.v2-variant-list button { position: relative; aspect-ratio: .8; overflow: hidden; border: 1px solid transparent; padding: 0; background: #edf0f4; cursor: pointer; }
.v2-variant-list button.is-active { border-color: var(--v2-ink); }
.v2-variant-list button.is-unavailable { opacity: .45; }
.v2-variant-list img { width: 100%; height: 100%; object-fit: cover; }
.v2-variant-list span { position: absolute; right: 2px; bottom: 2px; left: 2px; overflow: hidden; padding: 4px; color: #fff; background: rgba(9,14,24,.76); font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.v2-detail-sizes { display: flex; flex-wrap: wrap; gap: 7px; }
.v2-detail-sizes button { min-width: 47px; height: 43px; border: 1px solid var(--v2-line); color: var(--v2-ink); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.v2-detail-sizes button:hover, .v2-detail-sizes button.is-active { border-color: var(--v2-ink); color: #fff; background: var(--v2-ink); }
.v2-detail-sizes button:disabled { opacity: .3; cursor: not-allowed; text-decoration: line-through; }
.v2-detail-sizes p { margin: 0; color: var(--v2-muted); font-size: 11px; }
.v2-detail-actions { display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 35px; }
.v2-buy-button, .v2-cart-button { min-height: 57px; border: 1px solid var(--v2-ink); padding: 0 22px; cursor: pointer; font-size: 11px; font-weight: 800; transition: background .2s,color .2s,opacity .2s; }
.v2-buy-button { display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--v2-ink); }
.v2-body .v2-buy-button { color: #fff; }
.v2-buy-button:hover { border-color: var(--v2-accent); background: var(--v2-accent); }
.v2-cart-button { grid-column: 1; color: var(--v2-ink); background: transparent; }
.v2-cart-button:hover { color: #fff; background: var(--v2-ink); }
.v2-buy-button.is-disabled, .v2-cart-button.is-disabled, .v2-buy-button:disabled, .v2-cart-button:disabled { opacity: .35; cursor: not-allowed; }
.v2-detail-favorite { grid-row: 1/3; grid-column: 2; width: 57px; border: 1px solid var(--v2-line); background: transparent; cursor: pointer; font-size: 25px; }
.v2-detail-favorite:hover { border-color: #b52b2b; color: #b52b2b; }
.v2-share-link { display: flex; justify-content: space-between; width: 100%; margin-top: 13px; border: 0; border-bottom: 1px solid var(--v2-line); padding: 12px 1px; background: transparent; cursor: pointer; color: #697386; font-size: 9px; font-weight: 700; }
.v2-detail-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 25px 0; padding: 22px 0; border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); }
.v2-detail-benefits div { display: grid; grid-template-columns: auto 1fr; gap: 10px; }
.v2-detail-benefits b { color: var(--v2-accent); font-family: "Space Grotesk",sans-serif; font-size: 9px; }
.v2-detail-benefits span { display: grid; color: #7d8796; font-size: 9px; line-height: 1.5; }
.v2-detail-benefits strong { color: var(--v2-ink); font-size: 10px; }
.v2-description { padding: 8px 0; border-bottom: 1px solid var(--v2-line); }
.v2-description summary { display: flex; justify-content: space-between; padding: 8px 0 14px; list-style: none; cursor: pointer; font-size: 11px; font-weight: 800; }
.v2-description summary::-webkit-details-marker { display: none; }
.v2-description p { margin: 0 0 16px; color: #626d7e; font-size: 11px; line-height: 1.8; }
.v2-related { padding: 105px 0; border-top: 1px solid var(--v2-line); background: var(--v2-paper); }

/* Páginas auxiliares e sacola */
.v2-simple-hero .v2-breadcrumb { margin-bottom: 35px; }
.v2-simple-content { min-height: 500px; padding: 80px 0 110px; }
.v2-cart-page { min-height: 520px; padding: 72px 0 110px; }
.v2-cart-layout { display: grid; grid-template-columns: 1fr 390px; gap: 65px; align-items: start; }
.v2-cart-items { border-top: 1px solid var(--v2-ink); }
.v2-cart-loading { padding: 50px 0; color: var(--v2-muted); font-size: 12px; }
.v2-cart-item { display: grid; grid-template-columns: 115px 1fr auto; gap: 22px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--v2-line); }
.v2-cart-image { aspect-ratio: 1; overflow: hidden; background: #edf0f4; }
.v2-cart-image img { width: 100%; height: 100%; object-fit: cover; }
.v2-cart-item > div:nth-child(2) { display: grid; gap: 7px; }
.v2-cart-item > div:nth-child(2) a { font-family: "Space Grotesk",sans-serif; font-size: 16px; font-weight: 700; }
.v2-cart-item > div:nth-child(2) span { color: #737d8c; font-size: 10px; }
.v2-cart-item > div:last-child { display: grid; justify-items: end; gap: 13px; }
.v2-cart-item > div:last-child strong { font-family: "Space Grotesk",sans-serif; font-size: 16px; }
.v2-cart-sale { display: grid; justify-items: end; gap: 2px; }
.v2-cart-sale del { color: #8b95a4; font-size: 9px; }
.v2-cart-item > div:last-child button { border: 0; border-bottom: 1px solid #aeb7c5; padding: 2px 0; color: #737d8c; background: transparent; cursor: pointer; font-size: 9px; }
.v2-cart-summary { position: sticky; top: 110px; padding: 30px; color: #fff; background: var(--v2-ink); }
.v2-cart-summary > p { margin: 0 0 27px; font-family: "Space Grotesk",sans-serif; font-size: 24px; font-weight: 700; }
.v2-cart-summary > div { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid #2c3441; color: #a6afbd; font-size: 10px; }
.v2-cart-summary > div strong { color: #fff; font-weight: 600; }
.v2-cart-summary .v2-cart-total { align-items: end; padding: 22px 0; }
.v2-cart-summary .v2-cart-total strong { font-family: "Space Grotesk",sans-serif; font-size: 25px; }
.v2-cart-summary label { display: block; margin: 24px 0 7px; color: #a6afbd; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.v2-cart-summary input { width: 100%; height: 44px; border: 1px solid #354052; outline: 0; padding: 0 13px; color: #fff; background: #171d27; font-size: 11px; }
.v2-cart-summary input:focus { border-color: #fff; }
.v2-customer-fields { display: grid !important; gap: 0 !important; margin: 10px 0 4px; padding-top: 18px !important; border-top: 1px solid #2c3441; border-bottom: 0 !important; }
.v2-customer-fields h2 { margin: 0 0 5px; font-family: "Space Grotesk",sans-serif; font-size: 15px; }
.v2-customer-fields label { margin-top: 11px; }
.v2-customer-fields textarea { width: 100%; resize: vertical; border: 1px solid #354052; outline: 0; padding: 11px 13px; color: #fff; background: #171d27; font: inherit; font-size: 11px; }
.v2-customer-fields textarea:focus { border-color: #fff; }
.v2-cart-summary button { width: 100%; min-height: 54px; display: flex; align-items: center; justify-content: space-between; margin-top: 12px; border: 0; padding: 0 17px; background: var(--v2-accent); cursor: pointer; font-size: 10px; font-weight: 800; }
.v2-cart-summary button:disabled { opacity: .35; cursor: not-allowed; }
.v2-cart-summary > small { display: block; margin-top: 13px; color: #8893a3; font-size: 8px; line-height: 1.55; }
.v2-cart-empty { min-height: 360px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; }
.v2-cart-empty h2 { margin: 0; font-family: "Space Grotesk",sans-serif; font-size: 28px; letter-spacing: -.04em; }
.v2-cart-empty p { margin: 9px 0 25px; color: var(--v2-muted); font-size: 12px; }

.v2-order-page { min-height: 700px; padding: 50px 0 110px; background: #eef1f6; }
.v2-order-shell { max-width: 900px; }
.v2-order-page header { margin-bottom: 35px; }
.v2-order-page header .v2-kicker { margin-bottom: 12px; }
.v2-order-page header h1 { margin: 0; font-family: "Space Grotesk",sans-serif; font-size: 52px; letter-spacing: -.06em; }
.v2-order-page header h1 em { color: var(--v2-accent); font-family: Georgia,serif; font-weight: 400; }
.v2-order-page header > div { display: flex; align-items: center; gap: 17px; margin-top: 15px; color: #737d8c; font-size: 9px; text-transform: uppercase; }
.v2-order-page header b { margin-left: auto; padding: 7px 10px; background: #dfe4ec; font-size: 8px; }
.v2-order-page header b.is-confirmed { color: #1d6841; background: #d2e7d9; }
.v2-order-page header b.is-cancelled { color: #912d2d; background: #ecd2d2; }
.v2-order-card { border-top: 1px solid var(--v2-ink); background: #fff; }
.v2-order-card article { display: grid; grid-template-columns: 95px 1fr auto; gap: 20px; align-items: center; padding: 18px; border-bottom: 1px solid var(--v2-line); }
.v2-order-card article > a { aspect-ratio: 1; overflow: hidden; background: #edf0f4; }
.v2-order-card article img { width: 100%; height: 100%; object-fit: cover; }
.v2-order-card article > div { display: grid; gap: 4px; }
.v2-order-card article > div > a { font-family: "Space Grotesk",sans-serif; font-size: 15px; font-weight: 700; }
.v2-order-card article span, .v2-order-card article small { color: #737d8c; font-size: 9px; }
.v2-order-card article > strong { font-family: "Space Grotesk",sans-serif; font-size: 16px; }
.v2-order-card article > strong del, .v2-order-card article > strong small { display: block; color: #7f8998; font-family: Inter,sans-serif; font-size: 8px; font-weight: 500; text-align: right; }
.v2-order-card footer { display: flex; justify-content: space-between; align-items: center; padding: 27px; background: var(--v2-ink); color: #fff; }
.v2-order-card footer span { display: grid; font-size: 10px; }
.v2-order-card footer small { margin-top: 4px; color: #9aa4b3; font-size: 8px; }
.v2-order-card footer strong { font-family: "Space Grotesk",sans-serif; font-size: 26px; }
.v2-order-actions { display: flex; gap: 10px; margin-top: 22px; }
.v2-order-actions .v2-buy-button { flex: 1; }
.v2-order-timeline { margin: 0 0 28px; padding: 24px 28px; border: 1px solid var(--v2-line); background: #fff; }
.v2-order-timeline h2 { margin: 0 0 20px; font-family: "Space Grotesk",sans-serif; font-size: 18px; }
.v2-order-timeline ol { display: flex; margin: 0; padding: 0; list-style: none; }
.v2-order-timeline li { position: relative; display: flex; flex: 1; gap: 10px; align-items: flex-start; color: #7b8490; }
.v2-order-timeline li:not(:last-child)::after { content: ""; position: absolute; top: 6px; right: 8px; left: 17px; height: 1px; background: #cfd5dc; }
.v2-order-timeline li i { position: relative; z-index: 1; width: 13px; height: 13px; flex: 0 0 auto; border: 3px solid #fff; border-radius: 50%; background: #98a1ac; box-shadow: 0 0 0 1px #98a1ac; }
.v2-order-timeline li.is-current { color: var(--v2-ink); }
.v2-order-timeline li.is-current i { background: var(--v2-accent); box-shadow: 0 0 0 1px var(--v2-accent); }
.v2-order-timeline li div { display: grid; gap: 4px; padding-right: 10px; }
.v2-order-timeline strong { font-size: 10px; text-transform: uppercase; }
.v2-order-timeline time { font-size: 8px; }

.v2-review-jump { color: var(--v2-ink); text-decoration: underline; text-underline-offset: 3px; }
.v2-review-jump b { color: #c17d10; }
.v2-reviews { padding: 95px 0; border-top: 1px solid var(--v2-line); background: #f5f6f8; }
.v2-review-score { display: flex; gap: 13px; align-items: center; justify-self: end; }
.v2-review-score > strong { font-family: "Space Grotesk",sans-serif; font-size: 42px; letter-spacing: -.06em; }
.v2-review-score span { display: grid; color: #c17d10; font-size: 15px; letter-spacing: .08em; }
.v2-review-score small { margin-top: 4px; color: #747d89; font-size: 8px; letter-spacing: .03em; text-transform: uppercase; }
.v2-reviews-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 60px; align-items: start; }
.v2-review-list { display: grid; gap: 12px; }
.v2-review-list article, .v2-review-empty { padding: 25px; border: 1px solid var(--v2-line); background: #fff; }
.v2-review-list article > div { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.v2-review-list article strong, .v2-review-empty h3 { font-family: "Space Grotesk",sans-serif; font-size: 15px; }
.v2-review-list article span { color: #c17d10; letter-spacing: .08em; }
.v2-review-list article p, .v2-review-empty p { margin: 16px 0 12px; color: #4d5662; font-size: 13px; line-height: 1.75; }
.v2-review-list article time { color: #8b929c; font-size: 8px; text-transform: uppercase; }
.v2-review-form { position: sticky; top: 110px; display: grid; gap: 14px; padding: 28px; background: var(--v2-ink); color: #fff; }
.v2-review-form h3 { margin: 0; font-family: "Space Grotesk",sans-serif; font-size: 24px; }
.v2-review-form > p { margin: -6px 0 5px; color: #aab2bf; font-size: 11px; line-height: 1.6; }
.v2-review-form label, .v2-review-form legend { display: grid; gap: 7px; color: #c5cbd4; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.v2-review-form input, .v2-review-form textarea { width: 100%; border: 1px solid #3c4552; border-radius: 0; padding: 12px; background: #171d26; color: #fff; font: inherit; font-size: 13px; outline: none; resize: vertical; }
.v2-review-form input:focus, .v2-review-form textarea:focus { border-color: var(--v2-accent); }
.v2-review-form fieldset { margin: 0; padding: 0; border: 0; }
.v2-rating-input { display: flex; flex-direction: row-reverse; justify-content: flex-end; margin-top: 7px; }
.v2-rating-input input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.v2-rating-input label { padding-right: 5px; color: #5f6875; cursor: pointer; font-size: 28px; line-height: 1; }
.v2-rating-input label:hover, .v2-rating-input label:hover ~ label, .v2-rating-input input:checked ~ label, .v2-rating-input input:focus-visible + label { color: #f0aa34; }
.v2-review-form button { min-height: 48px; border: 0; padding: 0 18px; background: var(--v2-accent); color: #fff; cursor: pointer; font-weight: 800; }
.v2-review-form button span { float: right; }
.v2-review-honeypot { position: absolute; left: -10000px; }
.v2-review-notice { margin: -20px 0 25px; padding: 13px 16px; border-left: 3px solid #25734d; background: #e0f1e8; color: #195438; font-size: 12px; }
.v2-review-notice.is-error { border-color: #a43a3a; background: #f5e2e2; color: #792727; }

.v2-editorial-page { min-height: 700px; padding: 55px 0 120px; background: #fff; }
.v2-editorial-page header { max-width: 800px; padding: 35px 0 55px; }
.v2-editorial-page header h1 { margin: 0; font-family: "Space Grotesk",sans-serif; font-size: clamp(52px,7vw,90px); line-height: .95; letter-spacing: -.07em; }
.v2-editorial-body { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 100px; padding-top: 50px; border-top: 1px solid var(--v2-line); }
.v2-rich-text { max-width: 760px; color: #515c6e; font-size: 16px; line-height: 2; white-space: pre-line; }
.v2-rich-text p { margin: 0 0 25px; }
.v2-editorial-body aside { align-self: start; padding: 25px; color: #fff; background: var(--v2-ink); }
.v2-editorial-body aside strong { font-family: "Space Grotesk",sans-serif; font-size: 18px; }
.v2-editorial-body aside p { color: #a6afbd; font-size: 11px; line-height: 1.7; }
.v2-editorial-body aside a { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 15px; border-top: 1px solid #2c3441; font-size: 10px; font-weight: 800; }
.v2-faq-list { border-top: 1px solid var(--v2-ink); }
.v2-faq-list details { border-bottom: 1px solid var(--v2-line); }
.v2-faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-family: "Space Grotesk",sans-serif; font-size: 16px; font-weight: 700; }
.v2-faq-list summary::-webkit-details-marker { display: none; }
.v2-faq-list details[open] summary span { transform: rotate(45deg); }
.v2-faq-list summary span { transition: transform .2s; }
.v2-faq-list p { max-width: 650px; margin: 0 0 24px; color: var(--v2-muted); font-size: 12px; line-height: 1.8; }
.v2-not-found { min-height: 680px; display: grid; align-items: center; padding: 80px 0; text-align: center; }
.v2-not-found .v2-shell { display: flex; align-items: center; flex-direction: column; }
.v2-not-found .v2-shell > span { color: #d8dee8; font-family: "Space Grotesk",sans-serif; font-size: clamp(100px,18vw,230px); font-weight: 700; letter-spacing: -.1em; line-height: .7; }
.v2-not-found h1 { margin: 25px 0 10px; font-family: "Space Grotesk",sans-serif; font-size: 42px; letter-spacing: -.055em; }
.v2-not-found .v2-shell > p:not(.v2-kicker) { margin: 0; color: var(--v2-muted); font-size: 12px; }
.v2-not-found .v2-shell > div { display: flex; align-items: center; gap: 25px; margin-top: 30px; }

.v2-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--delay,0s), transform .7s var(--delay,0s); }
.v2-reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes v2-page-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }
@keyframes v2-page-out { to { opacity: 0; transform: translateY(-5px); } }
@keyframes v2-cinematic { from { transform: scale(1.09) translate3d(var(--hero-x,0px),var(--hero-y,0px),0); } to { transform: scale(1.015) translate3d(var(--hero-x,0px),var(--hero-y,0px),0); } }
@keyframes v2-orbit { to { transform: rotate(360deg); } }
@keyframes v2-pulse { 50% { opacity: .35; transform: scale(.72); } }
@keyframes v2-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .v2-reveal { opacity: 1; transform: none; transition: none; }
    .v2-body * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .v2-brand-track { transform: none; }
}

@media (max-width: 1100px) {
    .v2-header-inner { gap: 25px; }
    .v2-nav { gap: 22px; }
    .v2-header-search { width: 190px; }
    .v2-header-search:focus-within { width: 210px; }
    .v2-hero-copy { padding-right: 35px; }
    .v2-hero h1 { font-size: clamp(54px, 7vw, 77px); }
    .v2-products-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .v2-catalog-layout, .v2-catalog-toolbar { grid-template-columns: 225px minmax(0,1fr); }
    .v2-catalog-toolbar label { grid-column: 2; justify-self: end; }
    .v2-catalog-toolbar p { display: none; }
    .v2-catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .v2-detail-grid { gap: 40px; }
}

@media (max-width: 860px) {
    .v2-shell { width: min(calc(100% - 40px), var(--v2-shell)); }
    .v2-announcement-center { display: none; }
    .v2-header-inner { min-height: 70px; grid-template-columns: 43px 1fr auto; }
    .v2-menu-button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; }
    .v2-menu-button span { width: 17px; height: 1.5px; background: currentColor; transition: transform .2s; }
    .v2-menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
    .v2-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
    .v2-header .v2-logo { justify-self: center; }
    .v2-nav, .v2-header-search { display: none; }
    .v2-mobile-menu { position: absolute; top: 100%; right: 0; left: 0; padding: 16px 20px 27px; border-top: 1px solid var(--v2-line); border-bottom: 1px solid var(--v2-line); background: var(--v2-paper); box-shadow: 0 20px 30px rgba(0,0,0,.08); }
    .v2-mobile-menu:not([hidden]) { display: grid; }
    .v2-mobile-menu form { display: flex; margin-bottom: 13px; }
    .v2-mobile-menu input { min-width: 0; flex: 1; height: 48px; border: 1px solid var(--v2-line); border-right: 0; padding: 0 14px; background: #fff; outline: 0; }
    .v2-mobile-menu form button { border: 0; padding: 0 18px; color: #fff; background: var(--v2-ink); font-size: 11px; font-weight: 800; }
    .v2-mobile-menu > a { display: flex; justify-content: space-between; padding: 15px 2px; border-bottom: 1px solid var(--v2-line); font-size: 13px; font-weight: 700; }
    .v2-menu-open { overflow: hidden; }
    .v2-hero, .v2-hero-grid { min-height: auto; }
    .v2-hero-grid { width: 100%; grid-template-columns: 1fr; }
    .v2-hero-copy { padding: 80px 24px 65px; }
    .v2-hero-copy > * { max-width: 680px; }
    .v2-hero-visual { min-height: 650px; }
    .v2-brand-strip .v2-shell { min-height: 82px; gap: 30px; }
    .v2-brand-label { padding-right: 30px; }
    .v2-section { padding: 90px 0; }
    .v2-category-card { min-height: 430px; }
    .v2-products-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .v2-cta-inner, .v2-footer-main { grid-template-columns: 1fr; gap: 55px; }
    .v2-favorites-link { display: none; }
    .v2-catalog-toolbar { grid-template-columns: 1fr auto; }
    .v2-filter-toggle { display: flex; align-items: center; justify-content: space-between; width: 160px; border: 0; padding: 0; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }
    .v2-catalog-toolbar label { grid-column: 2; }
    .v2-catalog-layout { display: block; }
    .v2-filters { position: fixed; top: 0; bottom: 0; left: 0; z-index: 300; width: min(390px,88vw); overflow-y: auto; padding: 18px 25px 40px; background: var(--v2-paper); transform: translateX(-105%); transition: transform .3s cubic-bezier(.22,1,.36,1); }
    .v2-filters-open .v2-filters { transform: translateX(0); }
    .v2-filter-head button { display: block; border: 0; background: transparent; cursor: pointer; font-size: 25px; }
    .v2-filter-backdrop { position: fixed; inset: 0; z-index: 299; border: 0; background: rgba(0,0,0,.45); }
    .v2-filters-open { overflow: hidden; }
    .v2-filters-open .v2-filter-backdrop { display: block; }
    .v2-detail-grid { grid-template-columns: 1fr; }
    .v2-detail-info { position: static; }
    .v2-gallery-main { aspect-ratio: 1.08; }
    .v2-cart-layout { grid-template-columns: 1fr; }
    .v2-cart-summary { position: static; }
    .v2-editorial-body { grid-template-columns: 1fr; gap: 55px; }
    .v2-reviews-layout { grid-template-columns: 1fr; }
    .v2-review-form { position: static; }
}

@media (max-width: 620px) {
    .v2-shell { width: min(calc(100% - 28px), var(--v2-shell)); }
    .v2-announcement .v2-shell { min-height: 31px; justify-content: center; }
    .v2-announcement .v2-shell > span:first-child { display: none; }
    .v2-announcement a { font-size: 9px; }
    .v2-header-inner { width: calc(100% - 28px); min-height: 66px; gap: 10px; }
    .v2-header .v2-logo { font-size: 17px; }
    .v2-logo-mark { width: 32px; height: 32px; }
    .v2-icon-button { width: 39px; height: 39px; }
    .v2-hero-copy { padding: 65px 18px 53px; }
    .v2-hero h1 { font-size: clamp(48px, 16vw, 68px); }
    .v2-hero-lead { margin-top: 26px; font-size: 14px; }
    .v2-hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 31px; }
    .v2-hero-stats { width: 100%; gap: 20px; justify-content: space-between; margin-top: 48px; }
    .v2-hero-stats strong { font-size: 18px; }
    .v2-hero-stats span { font-size: 8px; }
    .v2-hero-visual { min-height: 500px; }
    .v2-featured-card { min-height: 85px; padding: 20px; }
    .v2-featured-card strong { font-size: 15px; }
    .v2-featured-card b { font-size: 16px; }
    .v2-floating-note { top: 18px; right: 18px; }
    .v2-brand-strip .v2-shell { width: 100%; min-height: 77px; padding: 0 14px; gap: 0; }
    .v2-promo-banner .v2-shell { align-items: flex-start; flex-direction: column; }
    .v2-brand-label { display: none; }
    .v2-brand-list { justify-content: flex-start; gap: 30px; overflow-x: auto; scrollbar-width: none; }
    .v2-brand-list::-webkit-scrollbar { display: none; }
    .v2-brand-list span { font-size: 13px; }
    .v2-section { padding: 74px 0; }
    .v2-section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 32px; }
    .v2-section-heading h2 { font-size: 39px; }
    .v2-category-grid { grid-template-columns: 1fr; }
    .v2-category-card { min-height: 440px; }
    .v2-products-heading { grid-template-columns: 1fr; }
    .v2-products-heading .v2-text-link { justify-self: start; }
    .v2-products-grid { gap: 35px 10px; }
    .v2-product-media { aspect-ratio: .8; }
    .v2-product-copy { padding-top: 12px; }
    .v2-product-copy > a { min-height: 39px; font-size: 13px; }
    .v2-product-copy strong { margin-top: 9px; font-size: 15px; }
    .v2-product-copy small { font-size: 8px; }
    .v2-product-quick { display: none; }
    .v2-favorite { width: 32px; height: 32px; font-size: 17px; }
    .v2-cta { padding: 75px 0; }
    .v2-cta-inner { gap: 35px; }
    .v2-cta h2 { font-size: 43px; }
    .v2-footer { padding-top: 64px; }
    .v2-footer-main { gap: 50px; padding-bottom: 55px; }
    .v2-footer-links { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
    .v2-footer-bottom { align-items: flex-start; flex-direction: column; }
    .v2-whatsapp { right: 14px; bottom: 14px; width: 50px; height: 50px; }
    .v2-catalog-hero, .v2-simple-hero { padding: 35px 0 47px; }
    .v2-landing-hero { padding: 42px 0 30px; }
    .v2-landing-types { margin-top: 30px; }
    .v2-breadcrumb { margin-bottom: 30px; }
    .v2-catalog-title h1, .v2-simple-hero h1 { font-size: 44px; }
    .v2-catalog-title > strong { display: none; }
    .v2-catalog-body { padding: 35px 0 80px; }
    .v2-catalog-search { height: 53px; margin-bottom: 24px; }
    .v2-catalog-search input { font-size: 14px; }
    .v2-catalog-search button { padding: 0 15px; }
    .v2-catalog-toolbar { gap: 10px; }
    .v2-catalog-toolbar label { gap: 3px; font-size: 0; }
    .v2-catalog-toolbar select { font-size: 9px; }
    .v2-filter-toggle { width: 125px; }
    .v2-catalog-grid { gap: 35px 10px; }
    .v2-card-sizes { display: none; }
    .v2-product-page { padding: 24px 0 80px; }
    .v2-product-page .v2-shell { width: 100%; }
    .v2-product-page .v2-breadcrumb { width: calc(100% - 28px); margin-inline: auto; }
    .v2-gallery-main { aspect-ratio: .93; }
    .v2-gallery-thumbs { grid-template-columns: repeat(5,1fr); padding-inline: 14px; }
    .v2-detail-info { padding: 28px 14px 0; }
    .v2-detail-info h1 { font-size: 40px; }
    .v2-variant-list { grid-template-columns: repeat(4,1fr); }
    .v2-related { padding: 75px 0; }
    .v2-cart-page { padding: 50px 0 80px; }
    .v2-cart-layout { gap: 38px; }
    .v2-cart-item { grid-template-columns: 82px 1fr; gap: 14px; }
    .v2-cart-item > div:last-child { grid-column: 2; grid-row: 2; display: flex; align-items: center; justify-content: space-between; width: 100%; }
    .v2-cart-summary { padding: 24px 20px; }
    .v2-order-page { padding-top: 35px; }
    .v2-order-page header h1 { font-size: 37px; }
    .v2-order-page header > div { flex-wrap: wrap; }
    .v2-order-page header b { margin-left: 0; }
    .v2-order-card article { grid-template-columns: 72px 1fr; gap: 12px; padding: 12px; }
    .v2-order-card article > strong { grid-column: 2; }
    .v2-order-card footer { padding: 20px; }
    .v2-order-actions { align-items: stretch; flex-direction: column; }
    .v2-order-timeline ol { display: grid; gap: 15px; }
    .v2-order-timeline li:not(:last-child)::after { top: 14px; bottom: -17px; left: 6px; width: 1px; height: auto; }
    .v2-reviews { padding: 70px 0; }
    .v2-review-score { justify-self: start; }
    .v2-editorial-page { padding: 35px 0 80px; }
    .v2-editorial-page header { padding: 25px 0 40px; }
    .v2-editorial-page header h1 { font-size: 49px; }
    .v2-editorial-body { padding-top: 35px; }
    .v2-rich-text { font-size: 14px; }
    .v2-not-found { min-height: 580px; }
    .v2-not-found h1 { font-size: 34px; }
    .v2-not-found .v2-shell > div { align-items: stretch; flex-direction: column; gap: 12px; }
}

/* Keep premium image presentation after the responsive base rules. */
.v2-product-media { border-radius: 13px; background: linear-gradient(145deg,#f7f8fa,#e9edf3); }
.v2-product-media img { position: absolute; inset: 0; width: 100%; height: 100%; padding: 16px; object-fit: contain; transition: opacity .45s ease, transform .65s cubic-bezier(.22,1,.36,1); }
.v2-product-image-secondary { opacity: 0; }
.v2-product-card.has-alt-image:hover .v2-product-image-primary { opacity: 0; }
.v2-product-card:hover .v2-product-image-secondary { opacity: 1; transform: scale(1.035); }
.v2-featured-image img,
.v2-category-card img,
.v2-gallery-main img,
.v2-gallery-thumbs img,
.v2-variant-list img,
.v2-cart-image img,
.v2-order-card article img { object-fit: contain; }
.v2-featured-image,
.v2-category-card,
.v2-gallery-main,
.v2-gallery-thumbs button,
.v2-variant-list button,
.v2-cart-image,
.v2-order-card article > a:first-child { background: linear-gradient(145deg,#f7f8fa,#e9edf3); }
@media (max-width:620px) {
    .v2-whatsapp { bottom: 82px; }
    .v2-product-media { border-radius: 9px; }
    .v2-product-media img { padding: 7px; }
}
