:root{--ink:#0F0F12;--ink-soft:#2B2B30;--muted:#6B6B70;--line:#ECECE8;--line-strong:#D7D7D2;--cream:#FAFAF7;--white:#FFFFFF;--coral:#FF3B47;--coral-dark:#E62936;--lime:#D4FF4F;--lime-dark:#B8E635;--success:#1A8754;--warn:#FFB020;--danger:#DC2626;--radius-sm:8px;--radius:12px;--radius-lg:18px;--shadow-sm:0 1px 2px rgba(15,15,18,.06);--shadow:0 4px 16px rgba(15,15,18,.08);--shadow-lg:0 12px 32px rgba(15,15,18,.10);--ease-out:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--cream);color:var(--ink);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}img{max-width:100%;display:block}.container{max-width:1320px;margin:0 auto;padding:0 24px}.lucide{width:22px;height:22px;stroke-width:2}.utility-bar{background:var(--ink);color:var(--cream);font-size:12px}.utility-bar .container{display:flex;align-items:center;justify-content:space-between;height:36px}.utility-bar a{opacity:.8;transition:opacity .15s}.utility-bar a:hover{opacity:1}.utility-left,.utility-right{display:flex;align-items:center;gap:20px}.utility-promo{display:inline-flex;align-items:center;gap:8px;font-weight:500}.utility-promo .lime-dot{background:var(--lime);color:var(--ink);padding:2px 8px;border-radius:4px;font-weight:700;font-size:11px;letter-spacing:.02em}header.main-header{background:var(--white);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:100}.main-header .container{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:32px;gap:32px;height:76px}.logo{font-weight:800;font-size:28px;letter-spacing:-.03em;color:var(--ink);display:inline-flex;align-items:baseline;gap:2px}.logo-dot{width:8px;height:8px;background:var(--coral);border-radius:50%;margin-left:2px;margin-bottom:4px}.search-wrap{position:relative;display:flex;align-items:center;background:var(--cream);border:1.5px solid var(--line);border-radius:var(--radius);height:48px;padding:0 6px 0 16px;transition:border-color .15s}.search-wrap:focus-within{border-color:var(--ink)}.search-wrap .lucide{width:20px;height:20px;color:var(--muted);flex-shrink:0}.search-input{border:none;background:transparent;flex:1 1;height:100%;padding:0 12px;font-size:14px;font-family:inherit;outline:none;color:var(--ink)}.search-input::placeholder{color:var(--muted)}.search-cat{border-left:1px solid var(--line);padding:0 14px;height:28px;display:flex;align-items:center;gap:4px;color:var(--ink-soft);font-weight:500;font-size:13px;cursor:pointer}.search-cat .lucide{width:14px;height:14px}.search-btn{background:var(--ink);color:var(--white);height:36px;padding:0 20px;border-radius:8px;font-weight:600;font-size:13px;transition:background .15s}.search-btn:hover{background:var(--coral)}.header-actions{display:flex;align-items:center;gap:8px}.icon-btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 12px;border-radius:var(--radius-sm);color:var(--ink);font-size:11px;font-weight:500;transition:background .15s;position:relative;min-width:64px;cursor:pointer}.icon-btn:hover{background:var(--cream)}.icon-btn .badge{position:absolute;top:4px;right:8px;background:var(--coral);color:var(--white);font-size:10px;font-weight:700;height:18px;min-width:18px;padding:0 5px;border-radius:9px;display:flex;align-items:center;justify-content:center}.cat-strip{background:var(--white);border-bottom:1px solid var(--line)}.cat-strip .container{display:flex;align-items:center;gap:4px;height:48px;overflow-x:auto;scrollbar-width:none}.cat-strip .container::-webkit-scrollbar{display:none}.cat-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:500;color:var(--ink-soft);white-space:nowrap;cursor:pointer;transition:background .15s,color .15s}.cat-link:hover{background:var(--cream);color:var(--ink)}.cat-link.featured{color:var(--coral);font-weight:600}.cat-link.featured:before{content:"";width:6px;height:6px;background:var(--coral);border-radius:50%;display:inline-block;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero{padding:24px 0 8px}.hero-grid{display:grid;grid-template-columns:1fr 320px;grid-gap:16px;gap:16px}.hero-main{height:380px;border-radius:var(--radius-lg);position:relative;overflow:hidden;color:var(--white)}.hero-main,.hero-slide{padding:48px;display:flex;flex-direction:column;justify-content:center}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s var(--ease-out);pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide.s1{background:linear-gradient(135deg,#FF3B47,#FF6B47 50%,#FFB47A)}.hero-slide.s2{background:linear-gradient(135deg,#1A1A22,#3B3B4F)}.hero-slide.s3{background:linear-gradient(135deg,#2D5F4F,#4A8B6F)}.hero-slide:after{content:"";position:absolute;right:-80px;top:-80px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.25) 0,rgba(255,255,255,0) 70%);pointer-events:none}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 12px;border-radius:100px;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;width:-moz-fit-content;width:fit-content;margin-bottom:20px}.hero-eyebrow .dot{width:8px;height:8px;background:var(--lime);border-radius:50%}.hero-title{font-size:56px;font-weight:800;line-height:.98;letter-spacing:-.04em;margin:0 0 16px;max-width:580px}.hero-sub{font-size:17px;font-weight:400;opacity:.92;margin-bottom:28px;max-width:480px}.hero-cta{display:inline-flex;align-items:center;gap:10px;background:var(--ink);color:var(--white);padding:14px 28px;border-radius:100px;font-weight:600;font-size:15px;width:-moz-fit-content;width:fit-content;transition:transform .2s var(--ease-out)}.hero-cta:hover{transform:translateX(4px)}.hero-cta .lucide{width:16px;height:16px;stroke-width:2.5}.hero-dots{position:absolute;bottom:24px;left:48px;display:flex;gap:6px;z-index:2}.hero-dots span{width:28px;height:4px;background:rgba(255,255,255,.4);border-radius:2px;cursor:pointer;transition:width .3s,background .3s}.hero-dots span.active{background:var(--white);width:40px}.hero-side{display:grid;grid-template-rows:1fr 1fr;grid-gap:16px;gap:16px}.hero-card{border-radius:var(--radius-lg);padding:24px;color:var(--white);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .25s var(--ease-out)}.hero-card:hover{transform:translateY(-3px)}.hero-card.lime{background:linear-gradient(135deg,#D4FF4F,#B8E635);color:var(--ink)}.hero-card.dark{background:linear-gradient(135deg,#1A1A22,#2B2B36)}.hero-card h3{font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0 0 6px;line-height:1.1}.hero-card p{margin:0;font-size:13px;opacity:.8}.hero-card .arrow{width:36px;height:36px;border-radius:50%;background:var(--ink);color:var(--white);display:flex;align-items:center;justify-content:center;margin-top:16px;transition:transform .25s var(--ease-out)}.hero-card:hover .arrow{transform:translateX(4px)}.hero-card .arrow .lucide{width:14px;height:14px;stroke-width:2.5}.hero-card.dark .arrow{background:var(--coral)}.quick-cats{padding:32px 0 16px}.quick-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:12px;gap:12px}.quick-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:18px 12px;text-align:center;transition:transform .25s var(--ease-out),box-shadow .25s,border-color .25s;cursor:pointer;display:block}.quick-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:transparent}.quick-icon{width:56px;height:56px;border-radius:50%;margin:0 auto 10px;display:flex;align-items:center;justify-content:center;background:var(--cream);color:var(--ink)}.quick-icon .lucide{width:26px;height:26px}.quick-card .label{font-size:12px;font-weight:600;color:var(--ink);line-height:1.2}.section{padding:24px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px;gap:16px}.section-head h2{font-size:26px;font-weight:800;letter-spacing:-.03em;margin:0;color:var(--ink)}.section-head .sub{color:var(--muted);font-size:13px;margin-top:4px}.section-head .see-all{color:var(--ink);font-weight:600;font-size:13px;display:inline-flex;align-items:center;gap:6px;border-bottom:1.5px solid var(--ink);padding-bottom:2px;transition:color .15s,border-color .15s}.section-head .see-all .lucide{width:14px;height:14px}.section-head .see-all:hover{color:var(--coral);border-color:var(--coral)}.flash-section{background:linear-gradient(180deg,var(--cream) 0,#FFF1F1 100%);padding:40px 0;border-radius:var(--radius-lg);margin:24px}.flash-section .container{padding:0 24px}.flash-head{justify-content:space-between;margin-bottom:24px;flex-wrap:wrap}.flash-head,.flash-title-wrap{display:flex;align-items:center;gap:16px}.flash-icon{width:48px;height:48px;background:var(--coral);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white)}.flash-icon .lucide{width:26px;height:26px;stroke-width:2.5}.flash-title-wrap h2{font-size:28px;font-weight:800;letter-spacing:-.03em;margin:0}.flash-title-wrap .sub{color:var(--muted);font-size:13px;margin-top:2px}.countdown{display:flex;align-items:center;gap:6px;font-weight:700}.countdown .lbl{font-size:12px;color:var(--ink-soft);margin-right:6px;font-weight:500}.countdown .box{background:var(--ink);color:var(--white);width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.countdown .sep{color:var(--ink);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}.product-grid.cols-5{grid-template-columns:repeat(5,1fr)}.product-grid.cols-4{grid-template-columns:repeat(4,1fr)}.product-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;position:relative;transition:transform .25s var(--ease-out),box-shadow .25s,border-color .25s;cursor:pointer;display:flex;flex-direction:column;text-decoration:none;color:inherit}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:transparent}.product-img{aspect-ratio:1;background:var(--cream);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--ink)}.product-img .lucide{width:64px;height:64px;stroke-width:1.5;opacity:.85}.product-badge{position:absolute;top:8px;left:8px;background:var(--coral);color:var(--white);font-size:11px;font-weight:700;padding:3px 8px;border-radius:6px;letter-spacing:.02em;z-index:1}.product-badge.lime{background:var(--lime);color:var(--ink)}.product-badge.dark{background:var(--ink);color:var(--white)}.product-fav{position:absolute;top:8px;right:8px;width:32px;height:32px;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink-soft);transition:color .15s,background .15s,transform .2s;z-index:1}.product-fav:hover{color:var(--coral);background:var(--white);transform:scale(1.1)}.product-fav.active{color:var(--coral)}.product-fav.active .lucide{fill:currentColor}.product-fav .lucide{width:16px;height:16px}.product-info{padding:12px 12px 14px;display:flex;flex-direction:column;gap:6px;flex:1 1}.product-title{font-size:13px;font-weight:500;color:var(--ink);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:36px}.product-price{display:flex;align-items:baseline;gap:6px;margin-top:2px}.price-old{font-size:12px;color:var(--muted);text-decoration:line-through}.price-now{font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.02em}.price-discount{font-size:12px}.price-discount,.product-pix{color:var(--success);font-weight:600}.product-pix{display:inline-flex;align-items:center;gap:4px;font-size:11px;margin-top:2px}.product-pix .lucide{width:12px;height:12px}.product-pix>span{color:var(--muted);font-weight:500}.product-installments{font-size:11px;color:var(--muted)}.product-meta{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:11px}.product-rating{display:inline-flex;align-items:center;gap:3px;color:var(--ink-soft);font-weight:600}.product-rating .star{color:var(--warn)}.product-shipping{color:var(--success);font-weight:600}.installments-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.installments-table{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.installments-table .row{display:grid;grid-template-columns:48px 1fr auto;border-bottom:1px solid var(--line);align-items:center}.installments-table .row:last-child{border-bottom:none}.installments-table .row.head{background:var(--cream)}.installments-table .row.striped{background:rgba(0,0,0,.015)}.installments-table .row.head .cell{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-soft)}.installments-table .cell{padding:8px 10px;font-size:12px;display:flex;align-items:center;flex-wrap:wrap;gap:6px;min-width:0}.installments-table .cell.total{flex-direction:column;align-items:flex-end;justify-content:center;gap:0;text-align:right;white-space:nowrap;padding-right:12px}.installments-table .cell strong{font-size:13px}.installments-table .vista-badge{font-size:9px;font-weight:700;color:var(--success);background:rgba(26,135,84,.1);padding:2px 6px;border-radius:100px;letter-spacing:.04em;white-space:nowrap}.installments-table .juros-label{font-size:9px;color:var(--muted);font-weight:500;margin-top:1px;letter-spacing:.02em;text-transform:uppercase}@media (max-width:760px){.installments-grid{grid-template-columns:1fr}}.bundle-section{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px;margin:32px 0}.bundle-grid{display:grid;grid-template-columns:1fr 360px;grid-gap:32px;gap:32px;align-items:stretch}.bundle-stack{display:flex;align-items:stretch;gap:14px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin;padding-bottom:4px}.bundle-stack::-webkit-scrollbar{height:6px}.bundle-stack::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.bundle-plus{align-self:center;flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--cream);display:flex;align-items:center;justify-content:center;color:var(--ink)}.bundle-plus .lucide{width:18px;height:18px;stroke-width:2.5}.bundle-item{display:flex;flex-direction:column;gap:8px;flex:1 1;min-width:150px;text-align:center;text-decoration:none;color:inherit;transition:opacity .2s,transform .2s var(--ease-out)}.bundle-item:hover{transform:translateY(-3px)}.bundle-item.is-disabled{opacity:.35}.bundle-img{aspect-ratio:1;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;background:var(--cream);border:1px solid var(--line)}.bundle-img .lucide{width:56px;height:56px;stroke-width:1.5;opacity:.85}.bundle-name{font-size:12px;font-weight:500;color:var(--ink-soft);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px}.bundle-price{font-size:14px;font-weight:800;color:var(--ink);letter-spacing:-.02em}.bundle-side{background:var(--cream);border-radius:var(--radius);padding:20px}.bundle-checks,.bundle-side{display:flex;flex-direction:column}.bundle-checks{gap:10px;margin-bottom:16px}.bundle-check{display:flex;align-items:flex-start;gap:10px;font-size:13px;cursor:pointer;padding:8px;border-radius:8px;background:var(--white);border:1px solid transparent;transition:border-color .15s}.bundle-check:hover{border-color:var(--line)}.bundle-check input{display:none}.bundle-checkbox{width:18px;height:18px;border:1.5px solid var(--line-strong);background:var(--white);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;transition:background .15s,border-color .15s}.bundle-checkbox .lucide{width:12px;height:12px;color:var(--white);opacity:0}.bundle-check input:checked~.bundle-checkbox{background:var(--ink);border-color:var(--ink)}.bundle-check input:checked~.bundle-checkbox .lucide{opacity:1}.bundle-check input:disabled~.bundle-checkbox{background:var(--coral);border-color:var(--coral)}.bundle-check input:disabled~.bundle-checkbox .lucide{opacity:1}.bundle-check input:disabled~.bundle-check-text{cursor:default}.bundle-check-text{flex:1 1;display:flex;justify-content:space-between;align-items:flex-start;gap:8px;min-width:0}.bundle-check-title{flex:1 1;font-weight:500;color:var(--ink);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-check-price{font-weight:700;color:var(--ink);white-space:nowrap}.bundle-total{display:flex;justify-content:space-between;align-items:baseline;padding-top:16px;border-top:1px solid var(--line);margin-bottom:8px;font-size:13px;color:var(--ink-soft)}.bundle-total strong{font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--ink)}.bundle-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--ink-soft);padding:6px 0}.bundle-meta .lucide{width:14px;height:14px;flex-shrink:0;color:var(--success)}.bundle-meta.success{color:var(--success)}.bundle-meta.warn .lucide{color:var(--warn)}.bundle-meta strong{font-weight:700}@media (max-width:1100px){.bundle-grid{grid-template-columns:1fr}.bundle-side{order:2}}@media (max-width:720px){.bundle-section{padding:20px}.bundle-stack{flex-wrap:wrap}.bundle-plus{width:28px;height:28px;align-self:center}.bundle-item{min-width:110px}}.cat-row-section{margin-top:16px}.cat-row{background:var(--white);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px;border:1px solid var(--line)}.cat-row-grid{display:grid;grid-template-columns:280px 1fr;grid-gap:24px;gap:24px}.cat-row-cover{border-radius:var(--radius);padding:28px;color:var(--white);display:flex;flex-direction:column;justify-content:space-between;min-height:320px;position:relative;overflow:hidden}.cat-row-cover.tech{background:linear-gradient(135deg,#1A1A22,#3B3B4F)}.cat-row-cover.fashion{background:linear-gradient(135deg,#FF3B47,#C2185B)}.cat-row-cover.home{background:linear-gradient(135deg,#2D5F4F,#4A8B6F)}.cat-row-cover h3{font-size:26px;font-weight:800;letter-spacing:-.03em;margin:0 0 8px;line-height:1.05}.cat-row-cover p{font-size:13px;opacity:.85;margin:0}.cat-row-cover-cta{background:var(--white);color:var(--ink);padding:10px 18px;border-radius:100px;font-weight:600;font-size:13px;width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:6px;transition:transform .2s}.cat-row-cover-cta:hover{transform:translateX(4px)}.cat-row-cover-cta .lucide{width:14px;height:14px;stroke-width:2.5}.cat-row-products{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.brands-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-gap:12px;gap:12px}.brand-tile{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);height:80px;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--ink-soft);font-size:15px;letter-spacing:-.01em;transition:border-color .15s,color .15s,transform .2s;cursor:pointer}.brand-tile:hover{border-color:var(--ink);color:var(--ink);transform:translateY(-2px)}.app-banner{background:var(--ink);color:var(--white);border-radius:var(--radius-lg);padding:48px;margin:24px 0;display:grid;grid-template-columns:1fr 1fr;align-items:center;grid-gap:48px;gap:48px;position:relative;overflow:hidden}.app-banner:before{content:"";position:absolute;right:-100px;top:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(212,255,79,.12) 0,transparent 70%)}.app-banner h2{font-size:38px;font-weight:800;letter-spacing:-.03em;margin:0 0 12px;line-height:1.05}.app-banner h2 .accent{color:var(--lime)}.app-banner p{font-size:15px;opacity:.8;margin:0 0 24px;max-width:420px}.app-stores{display:flex;gap:12px}.store-btn{background:var(--white);color:var(--ink);padding:12px 20px;border-radius:12px;display:inline-flex;align-items:center;gap:10px;font-weight:600;transition:transform .2s}.store-btn:hover{transform:translateY(-2px)}.store-btn .small{font-size:10px;opacity:.6;display:block;line-height:1;margin-bottom:2px;font-weight:400}.store-btn .big{font-size:15px;line-height:1}.app-visual{display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.phone-mockup{width:200px;height:380px;background:linear-gradient(135deg,#1A1A22,#2B2B36);border-radius:32px;border:6px solid #0a0a0e;position:relative;box-shadow:0 20px 60px rgba(212,255,79,.15);animation:phoneFloat 3s ease-in-out infinite}@keyframes phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.phone-mockup:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:100px;height:22px;background:#0A0A0E;border-radius:0 0 14px 14px}.phone-screen{position:absolute;inset:12px;background:var(--cream);border-radius:24px;overflow:hidden;padding:36px 12px 12px}.phone-screen .mini-logo{font-size:14px;font-weight:800;color:var(--ink);margin-bottom:10px;letter-spacing:-.03em}.phone-screen .mini-search{height:24px;background:var(--white);border-radius:6px;border:1px solid var(--line);margin-bottom:10px}.phone-screen .mini-banner{height:70px;background:linear-gradient(135deg,var(--coral),#FFB47A);border-radius:8px;margin-bottom:10px}.phone-screen .mini-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.phone-screen .mini-tile{height:60px;background:var(--white);border-radius:6px;border:1px solid var(--line)}.perks{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;padding:32px 0}.perk{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:20px;display:flex;align-items:flex-start;gap:14px;transition:transform .25s var(--ease-out),box-shadow .25s}.perk:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.perk-icon{width:44px;height:44px;background:var(--cream);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--ink);flex-shrink:0}.perk-icon .lucide{width:22px;height:22px}.perk h4{font-size:14px;font-weight:700;margin:0 0 4px;color:var(--ink)}.perk p{font-size:12px;color:var(--muted);margin:0;line-height:1.4}footer{background:var(--ink);color:var(--cream);padding:64px 0 24px;margin-top:48px}.auth-wrap+footer{margin-top:0}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.footer-brand .logo{color:var(--white)}.footer-brand p{color:rgba(255,255,255,.6);font-size:13px;margin:12px 0 24px;max-width:320px;line-height:1.55}.footer-social{display:flex;gap:8px}.footer-social a{width:36px;height:36px;background:rgba(255,255,255,.08);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s;color:var(--white)}.footer-social a:hover{background:var(--coral)}.footer-social .lucide{width:16px;height:16px}.footer-col h5{color:var(--white);font-size:13px;font-weight:700;margin:0 0 16px;text-transform:uppercase;letter-spacing:.06em}.footer-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.footer-col a{color:rgba(255,255,255,.6);font-size:13px;transition:color .15s}.footer-col a:hover{color:var(--white)}.footer-pay{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;justify-content:space-between;gap:16px}.footer-pay,.pay-methods{display:flex;align-items:center;flex-wrap:wrap}.pay-methods{gap:8px}.pay-methods span{font-size:11px;color:rgba(255,255,255,.5);margin-right:8px}.pay-chip{background:var(--white);color:var(--ink);padding:6px 10px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.04em}.footer-legal{color:rgba(255,255,255,.5);font-size:11px;text-align:right;line-height:1.5}.footer-bottom{text-align:center;color:rgba(255,255,255,.4);font-size:11px;padding-top:24px}.page{min-height:60vh;padding:32px 0 64px}.breadcrumb{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);margin-bottom:18px;flex-wrap:wrap}.breadcrumb a{transition:color .15s}.breadcrumb a:hover{color:var(--ink)}.breadcrumb .lucide{width:12px;height:12px}.breadcrumb .current{color:var(--ink);font-weight:500}.page-title{font-size:36px;font-weight:800;letter-spacing:-.03em;margin:0 0 8px}.page-subtitle{color:var(--muted);font-size:15px;margin:0 0 32px}.auth-wrap{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 76px)}.auth-side{background:linear-gradient(135deg,var(--ink) 0,#2B2B36 100%);color:var(--white);padding:64px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-side:before{content:"";position:absolute;bottom:-120px;right:-120px;width:380px;height:380px;background:radial-gradient(circle,rgba(212,255,79,.18),transparent 70%)}.auth-side .logo{color:var(--white);position:relative;z-index:1}.auth-side h2{font-size:42px;font-weight:800;letter-spacing:-.03em;line-height:1.05;margin:0 0 16px;position:relative;z-index:1}.auth-side h2 .accent{color:var(--lime)}.auth-side p{font-size:15px;opacity:.7;margin:0 0 32px;max-width:380px}.auth-perks,.auth-side p{position:relative;z-index:1}.auth-perks{display:flex;flex-direction:column;gap:14px}.auth-perk{gap:12px;font-size:14px}.auth-perk,.auth-perk-icon{display:flex;align-items:center}.auth-perk-icon{width:36px;height:36px;background:rgba(212,255,79,.15);color:var(--lime);border-radius:8px;justify-content:center}.auth-perk-icon .lucide{width:18px;height:18px}.auth-form-wrap{display:flex;align-items:center;justify-content:center;padding:64px 32px}.auth-form{width:100%;max-width:420px}.auth-form h1{font-size:32px;font-weight:800;letter-spacing:-.03em;margin:0 0 8px}.auth-form .sub{color:var(--muted);margin:0 0 28px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--ink)}.field-wrap{position:relative;display:flex;align-items:center}.field-wrap .lucide.ico{position:absolute;left:14px;width:18px;height:18px;color:var(--muted);pointer-events:none}.field-wrap .toggle-eye{position:absolute;right:12px;color:var(--muted);background:none;border:none;padding:4px;cursor:pointer}.field-wrap .toggle-eye:hover{color:var(--ink)}.field-wrap .toggle-eye .lucide{width:18px;height:18px}.input{width:100%;height:48px;background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);padding:0 16px;font-size:14px;font-family:inherit;color:var(--ink);outline:none;transition:border-color .15s,box-shadow .15s}.input.has-icon{padding-left:42px}.input.has-toggle{padding-right:42px}.input:focus{border-color:var(--ink);box-shadow:0 0 0 4px rgba(15,15,18,.05)}.input.error{border-color:var(--danger)}.error-text{color:var(--danger);font-size:12px;margin-top:6px;display:none}.error-text.show{display:block}textarea.input{padding-top:14px;padding-bottom:14px;min-height:100px;resize:vertical}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B6B70' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") right 16px center no-repeat;padding-right:40px}.checkbox-row{display:flex;align-items:center;justify-content:space-between;margin:12px 0 24px;font-size:13px}.checkbox{display:inline-flex;align-items:center;gap:8px;color:var(--ink-soft);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox input{display:none}.checkbox .box{width:18px;height:18px;border:1.5px solid var(--line-strong);border-radius:5px;background:var(--white);display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.checkbox .box .lucide{width:12px;height:12px;color:var(--white);opacity:0}.checkbox input:checked~.box{background:var(--ink);border-color:var(--ink)}.checkbox input:checked~.box .lucide{opacity:1}.link{color:var(--ink);text-decoration:underline;font-weight:500}.link:hover{color:var(--coral)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 24px;border-radius:var(--radius);font-weight:600;font-size:14px;font-family:inherit;transition:background .15s,transform .15s,color .15s,border-color .15s;cursor:pointer;border:none;text-align:center}.btn-primary{background:var(--ink);color:var(--white)}.btn-primary:hover{background:var(--coral)}.btn-primary:disabled{background:var(--line-strong);cursor:not-allowed}.btn-coral{background:var(--coral);color:var(--white)}.btn-coral:hover{background:var(--coral-dark)}.btn-lime{background:var(--lime);color:var(--ink)}.btn-lime:hover{background:var(--lime-dark)}.btn-ghost{background:transparent;color:var(--ink);border:1.5px solid var(--line-strong)}.btn-ghost:hover{border-color:var(--ink)}.btn-block{width:100%}.btn-lg{height:54px;font-size:15px}.btn-sm{height:36px;padding:0 14px;font-size:13px}.btn .lucide{width:18px;height:18px}.divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:var(--muted);font-size:12px;font-weight:500}.divider:after,.divider:before{content:"";flex:1 1;height:1px;background:var(--line)}.social-row{display:flex;gap:10px}.social-btn{flex:1 1;height:48px;background:var(--white);border:1.5px solid var(--line);border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:13px;color:var(--ink);cursor:pointer;transition:border-color .15s,transform .15s}.social-btn:hover{border-color:var(--ink);transform:translateY(-1px)}.social-btn .lucide{width:18px;height:18px}.auth-foot{text-align:center;margin-top:24px;font-size:13px;color:var(--ink-soft)}.product-detail{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.product-gallery{display:grid;grid-template-columns:80px 1fr;grid-gap:12px;gap:12px;position:-webkit-sticky;position:sticky;top:96px;align-self:start}.gallery-thumbs{display:flex;flex-direction:column;gap:8px}.gallery-thumb{aspect-ratio:1;border:1.5px solid var(--line);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s;overflow:hidden}.gallery-thumb:hover{border-color:var(--ink-soft)}.gallery-thumb.active{border-color:var(--ink)}.gallery-thumb .lucide{width:28px;height:28px;opacity:.8}.gallery-main{aspect-ratio:1;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.gallery-main .lucide{width:160px;height:160px;stroke-width:1.2;opacity:.85}.gallery-zoom{position:absolute;bottom:16px;right:16px;width:40px;height:40px;background:var(--white);border:1px solid var(--line);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);cursor:pointer;transition:transform .2s}.gallery-zoom:hover{transform:scale(1.1)}.product-info-detail h1{font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 12px}.product-meta-row{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--muted);margin-bottom:16px;flex-wrap:wrap}.product-meta-row .stars .lucide{width:14px;height:14px;color:var(--warn);fill:currentColor}.product-meta-row .stars{display:inline-flex;gap:2px;align-items:center}.price-block{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;margin-bottom:20px}.price-block .old{color:var(--muted);text-decoration:line-through;font-size:14px}.price-block .now{font-size:38px;font-weight:800;letter-spacing:-.03em;display:flex;align-items:center;gap:12px;margin:4px 0}.price-block .badge-disc{background:var(--success);color:var(--white);font-size:12px;font-weight:700;padding:4px 10px;border-radius:6px}.price-block .pix-line{font-size:13px;color:var(--ink-soft);margin-top:6px;display:flex;align-items:center;gap:6px}.price-block .pix-line strong{color:var(--success)}.price-block .installments-line{font-size:13px;color:var(--muted);margin-top:4px}.variants{margin-bottom:20px}.variants h4{font-size:13px;font-weight:700;margin:0 0 10px;color:var(--ink);text-transform:uppercase;letter-spacing:.04em}.variant-list{display:flex;gap:8px;flex-wrap:wrap}.variant{border:1.5px solid var(--line);background:var(--white);padding:8px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s;color:var(--ink-soft)}.variant:hover{border-color:var(--ink-soft);color:var(--ink)}.variant.active{border-color:var(--ink);color:var(--ink);background:var(--cream)}.variant.color{width:36px;height:36px;border-radius:50%;padding:0;border-width:2px;position:relative}.variant.color.active:after{content:"";position:absolute;inset:-5px;border:2px solid var(--ink);border-radius:50%}.qty-row{display:flex;gap:16px;margin:24px 0}.qty,.qty-row{align-items:center}.qty{display:inline-flex;border:1.5px solid var(--line);border-radius:var(--radius);overflow:hidden;height:48px}.qty button{width:44px;height:100%;background:var(--white);font-size:18px;font-weight:600;color:var(--ink);display:flex;align-items:center;justify-content:center;transition:background .15s}.qty button:hover{background:var(--cream)}.qty button:disabled{color:var(--muted);cursor:not-allowed}.qty input{width:40px;height:100%;border:none;background:transparent;text-align:center;font-weight:700;font-size:14px;outline:none;color:var(--ink)}.stock-info{font-size:12px;color:var(--muted);display:inline-flex;align-items:center;gap:6px}.stock-info .lucide{width:14px;height:14px;color:var(--success)}.action-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:24px}.action-row .btn{height:54px;font-size:14px}.shipping-box{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:18px;margin-bottom:16px}.shipping-box h4{font-size:13px;font-weight:700;margin:0 0 10px;text-transform:uppercase;letter-spacing:.04em;display:flex;align-items:center;gap:8px}.shipping-box h4 .lucide{width:16px;height:16px}.shipping-input{display:flex;gap:8px;margin-bottom:12px}.shipping-input .input{height:40px;flex:1 1}.shipping-input .btn{height:40px}.shipping-options{display:flex;flex-direction:column;gap:8px}.shipping-option{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:var(--cream);border-radius:var(--radius-sm);font-size:13px}.shipping-option strong{font-weight:700}.benefits-row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-bottom:16px}.benefit{display:flex;align-items:center;gap:10px;padding:12px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);font-size:12px;color:var(--ink-soft);font-weight:500}.benefit .lucide{width:18px;height:18px;color:var(--success);flex-shrink:0}.product-tabs{margin-top:32px}.tabs-bar{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:20px}.tab{padding:12px 18px;font-size:14px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.tab.active,.tab:hover{color:var(--ink)}.tab.active{border-bottom-color:var(--coral)}.tab-panel{display:none;padding:16px 0;line-height:1.65;color:var(--ink-soft);font-size:14px;max-width:900px}.tab-panel.active{display:block}.tab-panel h3{font-size:18px;font-weight:700;margin:16px 0 8px;color:var(--ink)}.spec-table{display:grid;grid-template-columns:240px 1fr;grid-gap:0;gap:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.spec-table .row{display:contents}.spec-table .key,.spec-table .val{padding:12px 16px;border-bottom:1px solid var(--line);font-size:13px}.spec-table .key{background:var(--cream);font-weight:600;color:var(--ink-soft)}.spec-table .row:last-child .key,.spec-table .row:last-child .val{border-bottom:none}.reviews-summary{display:grid;grid-template-columns:220px 1fr;grid-gap:32px;gap:32px;padding:20px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);margin-bottom:20px}.review-rating{text-align:center}.review-rating .big{font-size:56px;font-weight:800;line-height:1;letter-spacing:-.04em}.review-rating .stars{display:inline-flex;gap:2px;margin:8px 0}.review-rating .stars .lucide{color:var(--warn);fill:currentColor;width:18px;height:18px}.review-rating small{color:var(--muted)}.review-bars{display:flex;flex-direction:column;gap:8px;align-self:center}.review-bar{display:grid;grid-template-columns:60px 1fr 40px;align-items:center;grid-gap:12px;gap:12px;font-size:12px;color:var(--ink-soft)}.review-bar .bar{height:8px;background:var(--line);border-radius:4px;overflow:hidden}.review-bar .bar>span{display:block;height:100%;background:var(--warn);border-radius:4px}.review-list{display:flex;flex-direction:column;gap:14px}.review-card{padding:16px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.review-card .h{display:flex;justify-content:space-between;margin-bottom:8px;font-size:12px;color:var(--muted)}.review-card .stars{color:var(--warn)}.review-card p{margin:6px 0 0;font-size:14px;color:var(--ink-soft);line-height:1.55}.collection-grid{display:grid;grid-template-columns:260px 1fr;grid-gap:24px;gap:24px}.filters{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:20px;position:-webkit-sticky;position:sticky;top:96px;align-self:start;max-height:calc(100vh - 120px);overflow-y:auto}.filters h3{font-size:16px;font-weight:800;margin:0 0 16px;letter-spacing:-.02em;display:flex;align-items:center;gap:8px}.filter-block{padding:16px 0;border-top:1px solid var(--line)}.filter-block:first-of-type{border-top:none;padding-top:0}.filter-block h4{font-size:13px;font-weight:700;margin:0 0 10px;text-transform:uppercase;letter-spacing:.04em}.filter-list{display:flex;flex-direction:column;gap:8px;font-size:13px}.filter-list label{display:flex;align-items:center;gap:8px;cursor:pointer;color:var(--ink-soft)}.filter-list label:hover{color:var(--ink)}.filter-list label small{margin-left:auto;color:var(--muted)}.range-inputs{display:flex;gap:8px;align-items:center}.range-inputs .input{height:36px;font-size:12px}.range-inputs span{font-size:12px;color:var(--muted)}.collection-tools{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:12px 18px;flex-wrap:wrap;gap:12px}.collection-tools .count{font-size:13px;color:var(--muted)}.collection-tools .right{display:flex;align-items:center;gap:12px}.collection-tools select{height:36px;min-width:200px}.tag-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--cream);border-radius:100px;font-size:12px;font-weight:500;color:var(--ink-soft)}.tag-chip .lucide{width:12px;height:12px;cursor:pointer}.tag-chip .lucide:hover{color:var(--coral)}.cart-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:24px;gap:24px;align-items:start}.cart-list{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.cart-list-head{padding:16px 20px;font-weight:700;display:flex;justify-content:space-between}.cart-item,.cart-list-head{border-bottom:1px solid var(--line);align-items:center}.cart-item{display:grid;grid-template-columns:100px 1fr auto;grid-gap:16px;gap:16px;padding:18px 20px}.cart-item:last-child{border-bottom:none}.cart-item-img{width:100px;height:100px;background:var(--cream);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.cart-item-img .lucide{width:48px;height:48px;opacity:.8}.cart-item-info{min-width:0}.cart-item-info .name{font-size:14px;font-weight:600;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-item-info .meta{font-size:12px;color:var(--muted);margin-bottom:8px}.cart-item-actions{display:flex;gap:12px;align-items:center}.icon-link{display:inline-flex;align-items:center;gap:4px;background:none;border:none;font-size:12px;color:var(--muted);cursor:pointer;padding:4px 0;font-weight:500;transition:color .15s}.icon-link:hover{color:var(--coral)}.icon-link .lucide{width:14px;height:14px}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-item-right .total{font-weight:800;font-size:16px;letter-spacing:-.02em}.cart-item-right .unit{font-size:11px;color:var(--muted)}.cart-empty{padding:64px 24px;text-align:center}.cart-empty .lucide{width:60px;height:60px;color:var(--line-strong);margin:0 auto 16px;display:block}.cart-empty h2{font-size:22px;font-weight:800;margin:0 0 8px;letter-spacing:-.02em}.cart-empty p{color:var(--muted);margin:0 0 20px}.cart-summary{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;position:-webkit-sticky;position:sticky;top:96px}.cart-summary h3{font-size:18px;font-weight:800;margin:0 0 20px;letter-spacing:-.02em}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:12px;color:var(--ink-soft)}.summary-row.total{font-size:18px;font-weight:800;color:var(--ink);letter-spacing:-.02em;padding-top:16px;border-top:1px solid var(--line);margin-top:16px}.summary-row .free{color:var(--success);font-weight:700}.summary-row .save{color:var(--success);font-weight:600}.coupon-row{display:flex;gap:8px;margin-top:8px;margin-bottom:16px}.coupon-row .input{height:40px;flex:1 1;font-size:13px}.coupon-row .btn{height:40px}.pix-cta{background:linear-gradient(135deg,#1A8754,#2DB87A);color:var(--white);padding:14px 16px;border-radius:var(--radius);display:flex;align-items:center;gap:12px;margin-top:16px;font-size:13px}.pix-cta strong{font-weight:800}.pix-cta .lucide{width:22px;height:22px;flex-shrink:0}.checkout-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:24px;gap:24px;align-items:start}.checkout-step{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px}.step-head{gap:12px;margin-bottom:18px}.step-head,.step-num{display:flex;align-items:center}.step-num{width:32px;height:32px;background:var(--ink);color:var(--white);border-radius:50%;justify-content:center;font-weight:800;font-size:14px}.step-head h3{font-size:18px;font-weight:800;margin:0;letter-spacing:-.02em}.address-card{border:1.5px solid var(--line);border-radius:var(--radius);padding:14px 16px;margin-bottom:10px;cursor:pointer;display:flex;align-items:flex-start;gap:12px;transition:border-color .15s}.address-card:hover{border-color:var(--ink-soft)}.address-card.active{border-color:var(--ink);background:var(--cream)}.address-card .radio{width:18px;height:18px;border-radius:50%;border:1.5px solid var(--line-strong);flex-shrink:0;margin-top:2px;position:relative}.address-card.active .radio{border-color:var(--ink)}.address-card.active .radio:after{content:"";position:absolute;inset:3px;background:var(--ink);border-radius:50%}.address-card .info{font-size:13px;color:var(--ink-soft);flex:1 1}.address-card .info strong{color:var(--ink);display:block;margin-bottom:2px}.payment-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:20px}.payment-tab{border:1.5px solid var(--line);border-radius:var(--radius);padding:18px;cursor:pointer;text-align:left;transition:border-color .15s,background .15s;display:flex;align-items:center;gap:14px}.payment-tab:hover{border-color:var(--ink-soft)}.payment-tab.active{border-color:var(--ink);background:var(--cream)}.payment-tab .ico-box{width:44px;height:44px;border-radius:10px;background:var(--cream);display:flex;align-items:center;justify-content:center}.payment-tab.active .ico-box{background:var(--white)}.payment-tab .ico-box .lucide{width:22px;height:22px;color:var(--ink)}.payment-tab strong{display:block;font-size:14px;font-weight:700}.payment-tab small{color:var(--muted);font-size:12px}.payment-tab .pix-disc{color:var(--success);font-weight:700;font-size:12px}.payment-panel{display:none;padding-top:4px}.payment-panel.active{display:block}.card-preview{background:linear-gradient(135deg,#1A1A22,#2B2B36 60%,#FF3B47 140%);color:var(--white);border-radius:var(--radius-lg);padding:22px;height:200px;position:relative;overflow:hidden;margin-bottom:20px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 32px rgba(15,15,18,.18)}.card-preview:after{content:"";position:absolute;right:-100px;top:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(212,255,79,.18),transparent 70%);pointer-events:none}.card-preview .brand-line{display:flex;justify-content:space-between;align-items:center}.card-preview .brand-line strong{font-weight:800;letter-spacing:-.02em}.card-preview .num{font-size:22px;font-weight:600;letter-spacing:2px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin:6px 0}.card-preview .bot{display:flex;justify-content:space-between;font-size:11px;opacity:.9}.card-preview .bot small{display:block;opacity:.6;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.pix-panel-content{text-align:center;padding:20px 0}.pix-qr{width:200px;height:200px;background:var(--cream);border-radius:var(--radius);margin:0 auto 16px;display:flex;align-items:center;justify-content:center;padding:18px}.pix-qr svg{width:100%;height:100%}.pix-info{font-size:13px;color:var(--ink-soft);margin:0 auto 12px;max-width:320px;line-height:1.55}.pix-info strong{color:var(--success)}.confirmed{text-align:center;padding:64px 24px;max-width:720px;margin:0 auto}.confirmed-ico{width:96px;height:96px;background:rgba(26,135,84,.12);color:var(--success);border-radius:50%;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s var(--ease-out)}.confirmed-ico .lucide{width:56px;height:56px;stroke-width:2.5}@keyframes scaleIn{0%{transform:scale(0);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.confirmed h1{font-size:36px;font-weight:800;letter-spacing:-.03em;margin:0 0 10px}.confirmed .sub{font-size:15px;color:var(--muted);margin:0 0 32px}.order-detail-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px;text-align:left;margin-bottom:24px}.order-detail-card h3{font-size:16px;font-weight:800;margin:0 0 14px;letter-spacing:-.02em}.order-line{display:flex;justify-content:space-between;padding:8px 0;font-size:13px}.order-line .lbl{color:var(--muted)}.order-line .val{font-weight:600}.content-grid{display:grid;grid-template-columns:240px 1fr;grid-gap:32px;gap:32px;align-items:start}.toc{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:16px;position:-webkit-sticky;position:sticky;top:96px}.toc h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px;color:var(--ink)}.toc ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.toc a{display:block;padding:6px 10px;border-radius:6px;font-size:13px;color:var(--ink-soft);border-left:2px solid transparent;transition:background .15s,color .15s,border-color .15s}.toc a.active,.toc a:hover{background:var(--cream);color:var(--ink);border-left-color:var(--coral)}.content-prose{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:40px;line-height:1.7;color:var(--ink-soft);font-size:14px}.content-prose h2{font-size:22px;font-weight:800;color:var(--ink);margin:28px 0 12px;letter-spacing:-.02em;scroll-margin-top:96px}.content-prose h2:first-child{margin-top:0}.content-prose h3{font-size:16px;font-weight:700;color:var(--ink);margin:20px 0 8px}.content-prose p{margin:0 0 14px}.content-prose ol,.content-prose ul{margin:0 0 14px;padding-left:22px}.content-prose li{margin-bottom:6px}.content-prose strong{color:var(--ink)}.content-prose hr{border:none;border-top:1px solid var(--line);margin:24px 0}.faq-item{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;margin-bottom:10px}.faq-q{padding:16px 18px;font-weight:600;font-size:14px;color:var(--ink);cursor:pointer;display:flex;align-items:center;justify-content:space-between;background:var(--white)}.faq-q .lucide{width:18px;height:18px;transition:transform .25s}.faq-item.open .faq-q .lucide{transform:rotate(45deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s var(--ease-out);padding:0 18px;font-size:13px;color:var(--ink-soft);line-height:1.65}.faq-item.open .faq-a{max-height:400px;padding:4px 18px 16px}.account-grid{display:grid;grid-template-columns:240px 1fr;grid-gap:24px;gap:24px}.account-side{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:16px;position:-webkit-sticky;position:sticky;top:96px}.account-user{gap:10px;padding:8px 4px 14px;border-bottom:1px solid var(--line);margin-bottom:12px}.account-user,.avatar{display:flex;align-items:center}.avatar{width:40px;height:40px;border-radius:50%;background:var(--ink);color:var(--white);justify-content:center}.account-user .name,.avatar{font-weight:700;font-size:14px}.account-user .email{font-size:12px;color:var(--muted)}.account-nav{display:flex;flex-direction:column;gap:2px}.account-nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:500;color:var(--ink-soft);transition:background .15s,color .15s}.account-nav a:hover{background:var(--cream);color:var(--ink)}.account-nav a.active{background:var(--ink);color:var(--white)}.account-nav a .lucide{width:16px;height:16px}.account-panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:32px}.account-panel h2{font-size:22px;font-weight:800;letter-spacing:-.02em;margin:0 0 24px}.toast-stack{position:fixed;top:96px;right:24px;z-index:1000;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px;display:flex;align-items:flex-start;gap:12px;min-width:280px;max-width:360px;box-shadow:var(--shadow-lg);pointer-events:auto;transform:translateX(120%);opacity:0;transition:transform .35s var(--ease-out),opacity .25s}.toast.show{transform:translateX(0);opacity:1}.toast .ico{width:32px;height:32px;border-radius:8px;background:rgba(26,135,84,.12);color:var(--success);display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast.error .ico{background:rgba(220,38,38,.12);color:var(--danger)}.toast.info .ico{background:rgba(15,15,18,.06);color:var(--ink)}.toast .ico .lucide{width:18px;height:18px}.toast .body{flex:1 1;min-width:0}.toast .title{font-weight:700;font-size:13px;margin-bottom:2px}.toast .msg{font-size:12px;color:var(--muted)}.drawer-backdrop{position:fixed;inset:0;background:rgba(15,15,18,.5);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;height:100vh;width:420px;max-width:100%;background:var(--white);z-index:201;transform:translateX(100%);transition:transform .35s var(--ease-out);display:flex;flex-direction:column}.drawer.open{transform:translateX(0)}.drawer-head{padding:20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.drawer-head h3{font-size:17px;font-weight:800;margin:0}.drawer-close{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);transition:background .15s}.drawer-close:hover{background:var(--cream)}.drawer-body{flex:1 1;overflow-y:auto;padding:0}.drawer-foot{border-top:1px solid var(--line);padding:18px 20px}.drawer-foot .total{display:flex;justify-content:space-between;font-weight:800;font-size:16px;margin-bottom:12px}.drawer-foot .actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.modal-backdrop{position:fixed;inset:0;background:rgba(15,15,18,.5);z-index:250;opacity:0;pointer-events:none;transition:opacity .25s;display:flex;align-items:center;justify-content:center;padding:24px}.modal-backdrop.open{opacity:1;pointer-events:auto}.modal{background:var(--white);border-radius:var(--radius-lg);max-width:520px;width:100%;padding:28px;transform:scale(.95);transition:transform .25s var(--ease-out);max-height:90vh;overflow-y:auto}.modal-backdrop.open .modal{transform:scale(1)}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.modal-head h3{font-size:20px;font-weight:800;margin:0;letter-spacing:-.02em}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s var(--ease-out),transform .6s var(--ease-out)}.reveal.in{opacity:1;transform:translateY(0)}.skeleton{background:linear-gradient(90deg,var(--line) 0,#F2F2EE 50%,var(--line) 100%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1100px){.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.product-grid,.product-grid.cols-5,.quick-grid{grid-template-columns:repeat(4,1fr)}.cat-row-grid{grid-template-columns:1fr}.cat-row-products{grid-template-columns:repeat(3,1fr)}.brands-grid{grid-template-columns:repeat(4,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:32px}.auth-wrap{grid-template-columns:1fr}.auth-side{display:none}.product-detail{grid-template-columns:1fr;gap:24px}.product-gallery{position:static;grid-template-columns:60px 1fr}.cart-grid,.checkout-grid{grid-template-columns:1fr}.account-side,.cart-summary,.filters,.toc{position:static}.account-grid,.collection-grid,.content-grid{grid-template-columns:1fr}}@media (max-width:720px){.container{padding:0 16px}.main-header .container{grid-template-columns:1fr;height:auto;padding:12px 16px;gap:12px}.header-actions{justify-content:space-around}.hero-title{font-size:36px}.hero-main{height:320px}.hero-main,.hero-slide{padding:28px}.hero-dots{left:28px;bottom:16px}.hero-side{grid-template-columns:1fr}.quick-grid{grid-template-columns:repeat(3,1fr)}.product-grid,.product-grid.cols-4,.product-grid.cols-5{grid-template-columns:repeat(2,1fr)}.perks{grid-template-columns:1fr 1fr}.app-banner{grid-template-columns:1fr;padding:32px}.app-banner h2{font-size:28px}.action-row,.footer-top,.payment-tabs,.reviews-summary{grid-template-columns:1fr}.page-title{font-size:28px}.auth-form-wrap{padding:32px 16px}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_48b81b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_48b81b{--font-inter:"Inter","Inter Fallback"}