:root{--bg-primary:#0d0b1a;--bg-secondary:#13102a;--bg-card:#1e1a38;--bg-elevated:#261f47;--gold:#eac255;--gold-light:#e8c46a;--gold-dim:#c9a43a1f;--purple:#7c3aed;--purple-light:#a78bfa;--purple-dim:#7c3aed26;--primary-light:#d2bbff;--on-primary:#3f008e;--surface:#15121b;--surface-container-low:#1d1a24;--surface-container:#221e28;--surface-container-high:#2c2833;--on-surface:#e8dfee;--on-surface-variant:#ccc3d8;--text-primary:#f0ebff;--text-secondary:#9d8fbb;--text-muted:#6b5f8a;--border:#2d2550;--border-glow:#a78bfa33;--red:#e05454;--green:#4ade80;--radius:12px;--radius-sm:6px;--shadow-card:0 4px 24px #0006;--shadow-glow:0 0 20px #7c3aed33;--shadow-glow-strong:0 0 20px #7c3aed66;color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}*,:before,:after{box-sizing:border-box}body{background-color:var(--bg-primary);margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--text-primary);margin:0;font-weight:700}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}input{font-family:inherit}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.section-header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.section-title{color:var(--text-primary);padding-bottom:.75rem;font-size:1.75rem;font-weight:700;display:inline-block;position:relative}.section-title:after{content:"";background:linear-gradient(90deg, var(--gold), transparent);border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;left:0}.view-all-link{color:var(--purple-light);white-space:nowrap;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;transition:color .2s;display:flex}.view-all-link:hover{color:var(--gold-light)}.btn-primary{background:linear-gradient(135deg, var(--purple), #5b21b6);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:1px solid #a78bfa4d;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary:hover{background:linear-gradient(135deg, #8b5cf6, var(--purple));transform:translateY(-1px);box-shadow:0 6px 20px #7c3aed66}.btn-gradient{background:linear-gradient(135deg, var(--purple) 0%, var(--primary-light) 100%);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-glow-strong);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.btn-gradient:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 0 25px #a78bfa99}.btn-ghost{color:var(--text-primary);border-radius:var(--radius-sm);border:1px solid var(--border-glow);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-ghost:hover{border-color:var(--purple-light);background:var(--purple-dim)}.cart-drawer__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:300;background:#0009;display:none;position:fixed;inset:0}.cart-drawer__backdrop--visible{display:block}.cart-drawer{background:var(--bg-elevated);border-left:1px solid var(--border);z-index:301;flex-direction:column;width:420px;max-width:100vw;height:100dvh;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.cart-drawer--open{transform:translate(0)}.cart-drawer__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-drawer__title{color:var(--text-primary);align-items:center;gap:.625rem;font-size:1.1rem;font-weight:700;display:flex}.cart-drawer__count{background:var(--purple);color:#fff;border-radius:100px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.72rem;font-weight:700;display:inline-flex}.cart-drawer__close{width:32px;height:32px;color:var(--text-muted);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:1rem;transition:color .15s,background .15s;display:flex}.cart-drawer__close:hover{color:var(--text-primary);background:var(--bg-secondary)}.cart-drawer__body{flex:1;padding:1rem 1.5rem;overflow-y:auto}.cart-drawer__status{text-align:center;color:var(--text-muted);padding:2rem 0}.cart-drawer__empty{color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 0;display:flex}.cart-drawer__empty-icon{font-size:2.5rem}.cart-drawer__items{flex-direction:column;gap:0;display:flex}.cart-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item__checkbox{width:18px;height:18px;accent-color:var(--purple);cursor:pointer;flex-shrink:0;margin-top:.25rem}.cart-item--deselected{opacity:.45}.cart-item--deselected .cart-item__checkbox{opacity:1}.cart-item__img{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border);flex-shrink:0;width:72px;height:72px}.cart-item__img-placeholder{border-radius:var(--radius-sm);background:var(--bg-secondary);border:1px solid var(--border);flex-shrink:0;width:72px;height:72px}.cart-item__info{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.cart-item__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;line-height:1.3;overflow:hidden}.cart-item__price{align-items:baseline;gap:.5rem;display:flex}.cart-item__line-total{color:var(--gold-light);font-size:.9rem;font-weight:700}.cart-item__unit-price{color:var(--text-muted);font-size:.78rem}.cart-item__controls{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.cart-item__qty{border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;display:flex;overflow:hidden}.cart-item__qty-btn{width:30px;height:30px;color:var(--text-secondary);background:var(--bg-secondary);justify-content:center;align-items:center;font-size:1rem;transition:background .15s,color .15s;display:flex}.cart-item__qty-btn:hover:not(:disabled){background:var(--purple-dim);color:var(--purple-light)}.cart-item__qty-btn:disabled{opacity:.35;cursor:not-allowed}.cart-item__qty-value{min-width:32px;height:30px;color:var(--text-primary);background:var(--bg-card);border-left:1px solid var(--border);border-right:1px solid var(--border);justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex}.cart-item__remove{color:var(--text-muted);border-radius:var(--radius-sm);padding:.25rem;transition:color .15s}.cart-item__remove:hover{color:var(--red)}.cart-drawer__footer{border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:1rem;padding:1.25rem 1.5rem;display:flex}.cart-drawer__total{color:var(--text-primary);justify-content:space-between;align-items:center;font-size:1rem;font-weight:700;display:flex}.cart-drawer__total span:last-child{color:var(--gold-light);font-size:1.2rem}.cart-drawer__checkout{justify-content:center;width:100%;padding:.875rem;font-size:1rem}@media (width<=480px){.cart-drawer{width:100vw}}.fav-drawer__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:300;background:#0009;display:none;position:fixed;inset:0}.fav-drawer__backdrop--visible{display:block}.fav-drawer{background:var(--bg-elevated);border-left:1px solid var(--border);z-index:301;flex-direction:column;width:420px;max-width:100vw;height:100dvh;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.fav-drawer--open{transform:translate(0)}.fav-drawer__header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.fav-drawer__title{color:var(--text-primary);align-items:center;gap:.625rem;font-size:1.1rem;font-weight:700;display:flex}.fav-drawer__count{background:var(--red);color:#fff;border-radius:100px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.72rem;font-weight:700;display:inline-flex}.fav-drawer__close{width:32px;height:32px;color:var(--text-muted);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:1rem;transition:color .15s,background .15s;display:flex}.fav-drawer__close:hover{color:var(--text-primary);background:var(--bg-secondary)}.fav-drawer__body{flex:1;padding:1rem 1.5rem;overflow-y:auto}.fav-drawer__empty{color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:3rem 0;display:flex}.fav-drawer__empty-icon{font-size:2.5rem}.fav-drawer__items{flex-direction:column;display:flex}.fav-item{border-bottom:1px solid var(--border);gap:1rem;padding:1rem 0;display:flex;position:relative}.fav-item:last-child{border-bottom:none}.fav-item__img-link{flex-shrink:0}.fav-item__img,.fav-item__img-placeholder{border-radius:var(--radius-sm);border:1px solid var(--border);object-fit:cover;width:80px;height:80px}.fav-item__img-placeholder{background:var(--bg-secondary)}.fav-item__info{flex-direction:column;flex:1;gap:.375rem;min-width:0;padding-right:1.5rem;display:flex}.fav-item__name{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;font-weight:500;line-height:1.3;text-decoration:none;transition:color .15s;display:-webkit-box;overflow:hidden}.fav-item__name:hover{color:var(--gold-light)}.fav-item__price-row{align-items:baseline;gap:.5rem;display:flex}.fav-item__price{color:var(--gold-light);font-size:.95rem;font-weight:700}.fav-item__price-original{color:var(--text-muted);font-size:.8rem;text-decoration:line-through}.fav-item__cart-btn{border-radius:var(--radius-sm);background:var(--purple-dim);border:1px solid var(--border-glow);color:var(--purple-light);width:fit-content;margin-top:auto;padding:.375rem .75rem;font-size:.8rem;font-weight:600;transition:all .2s}.fav-item__cart-btn:hover:not(:disabled){background:var(--purple);border-color:var(--purple);color:#fff}.fav-item__cart-btn:disabled{opacity:.4;cursor:not-allowed}.fav-item__remove{width:24px;height:24px;color:var(--text-muted);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:.75rem;transition:color .15s,background .15s;display:flex;position:absolute;top:1rem;right:0}.fav-item__remove:hover{color:var(--red);background:#e0545414}@media (width<=480px){.fav-drawer{width:100vw}}.header{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0d0b1ad9;height:72px;position:sticky;top:0}.header__inner{align-items:center;gap:2rem;height:100%;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.header__logo-icon{filter:drop-shadow(0 0 8px #c9a43a99);font-size:1.5rem;line-height:1}.header__logo-text{flex-direction:column;line-height:1;display:flex}.header__logo-name{color:var(--text-primary);letter-spacing:-.01em;font-size:1rem;font-weight:700}.header__logo-sub{letter-spacing:.2em;color:var(--gold);text-transform:uppercase;font-size:.6rem;font-weight:600}.header__nav{flex:1;align-items:center;gap:.25rem;display:flex}.header__nav-link{color:var(--text-secondary);border-radius:var(--radius-sm);padding:.5rem .875rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s,background .2s}.header__nav-link:hover{color:var(--text-primary);background:var(--purple-dim)}.header__nav-link--active{color:var(--text-primary)}.header__actions{align-items:center;gap:.25rem;margin-left:auto;display:flex}.header__action-btn{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-secondary);justify-content:center;align-items:center;transition:color .2s,background .2s;display:flex;position:relative}.header__action-btn:hover{color:var(--text-primary);background:var(--bg-elevated)}.header__action-btn:disabled{opacity:.4;cursor:not-allowed}.header__action-btn:disabled:hover{color:var(--text-secondary);background:0 0}.header__cart-badge{background:var(--purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:6px;right:6px}.header__menu-toggle{border-radius:var(--radius-sm);width:40px;height:40px;color:var(--text-secondary);justify-content:center;align-items:center;transition:color .2s,background .2s;display:none}.header__menu-toggle:hover{color:var(--text-primary);background:var(--bg-elevated)}.search-overlay{z-index:99;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0d0b1af7;padding:1rem 0;animation:.15s slide-down;position:fixed;top:72px;left:0;right:0}@keyframes slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-overlay__inner{color:var(--text-muted);align-items:center;gap:.75rem;display:flex}.search-overlay__input{color:var(--text-primary);background:0 0;border:none;flex:1;padding:.25rem 0;font-size:1.05rem}.search-overlay__input::placeholder{color:var(--text-muted)}.search-overlay__input:focus{outline:none}.search-overlay__close{color:var(--text-muted);border-radius:var(--radius-sm);padding:.375rem .625rem;font-size:1rem;transition:color .2s,background .2s}.search-overlay__close:hover{color:var(--text-primary);background:var(--bg-elevated)}.mobile-menu{z-index:98;background:var(--bg-secondary);border-bottom:1px solid var(--border);padding:1rem 0;animation:.15s slide-down;display:none;position:fixed;top:72px;left:0;right:0}.mobile-menu__link{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.875rem 1.5rem;font-size:1rem;font-weight:500;transition:color .2s,background .2s;display:block}.mobile-menu__link:last-child{border-bottom:none}.mobile-menu__link:hover{color:var(--text-primary);background:var(--bg-elevated)}@media (width<=768px){.header__nav{display:none}.header__menu-toggle{display:flex}.mobile-menu{display:block}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);margin-top:auto}.footer__body{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem 1.5rem;display:grid}.footer__logo{align-items:center;gap:.625rem;margin-bottom:1rem;text-decoration:none;display:flex}.footer__logo-icon{filter:drop-shadow(0 0 6px #c9a43a80);font-size:1.4rem;line-height:1}.footer__logo-name{color:var(--text-primary);font-size:.95rem;font-weight:700;display:block}.footer__logo-sub{letter-spacing:.2em;color:var(--gold);text-transform:uppercase;font-size:.55rem;font-weight:600;display:block}.footer__tagline{color:var(--text-muted);margin-bottom:1.25rem;font-size:.85rem;line-height:1.65}.footer__socials{gap:.5rem;display:flex}.footer__social-link{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-muted);justify-content:center;align-items:center;transition:all .2s;display:flex}.footer__social-link:hover{color:var(--text-primary);border-color:var(--border-glow);background:var(--purple-dim)}.footer__col-title{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:1rem;font-size:.8rem;font-weight:700}.footer__links{flex-direction:column;gap:.625rem;display:flex}.footer__link{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--text-primary)}.footer__bottom{border-top:1px solid var(--border);padding:1.25rem 0}.footer__bottom-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.footer__copy{color:var(--text-muted);font-size:.8rem}.footer__legal-links{gap:1.25rem;display:flex}.footer__legal-link{color:var(--text-muted);font-size:.8rem;transition:color .2s}.footer__legal-link:hover{color:var(--text-primary)}.footer__payments{align-items:center;gap:.5rem;display:flex}.footer__payment-icon{opacity:.6;font-size:1.25rem}@media (width<=960px){.footer__body{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1/-1}}@media (width<=560px){.footer__body{grid-template-columns:1fr;padding:2.5rem 1.5rem}.footer__bottom-inner{text-align:left;flex-direction:column;align-items:flex-start}.footer__legal-links{flex-wrap:wrap;gap:.75rem}}.page-header{background:var(--bg-secondary)}.page-header__bar{border-bottom:1px solid var(--border);padding:.75rem 0}.page-header__breadcrumb{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.page-header__breadcrumb-item{align-items:center;gap:.25rem;display:flex}.page-header__breadcrumb-sep{color:var(--text-muted);-webkit-user-select:none;user-select:none;font-size:.8rem;line-height:1}.page-header__breadcrumb-link{color:var(--text-muted);font-size:.82rem;text-decoration:none;transition:color .2s}.page-header__breadcrumb-link:hover{color:var(--purple-light)}.page-header__breadcrumb-current{color:var(--text-primary);font-size:.82rem;font-weight:500}.page-header__hero{padding:3rem 0 3.5rem;position:relative;overflow:hidden}.page-header--decorated .page-header__hero{background:var(--bg-primary);border-bottom:1px solid var(--border)}.page-header__orbs{pointer-events:none;position:absolute;inset:0}.page-header__orb{filter:blur(80px);opacity:.2;border-radius:50%;position:absolute}.page-header__orb--1{background:radial-gradient(circle,#7c3aed,#0000);width:480px;height:480px;top:-150px;right:-80px}.page-header__orb--2{background:radial-gradient(circle,#c9a43a,#0000);width:320px;height:320px;bottom:-80px;left:5%}.page-header__content{z-index:1;position:relative}.page-header__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:block}.page-header__title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.875rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:800}.page-header__desc{color:var(--text-secondary);max-width:540px;font-size:1rem;line-height:1.7}.page-header__desc strong{color:var(--gold-light)}.page-header__extra{margin-top:1.75rem}.page-header__stats{align-items:center;gap:1.5rem;display:flex}.page-header__stat{flex-direction:column;display:flex}.page-header__stat-value{color:var(--text-primary);font-size:1.35rem;font-weight:700;line-height:1}.page-header__stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-top:.2rem;font-size:.72rem}.page-header__stat-divider{background:var(--border);width:1px;height:32px}@media (width<=600px){.page-header__hero{padding:2rem 0 2.5rem}.page-header__stats{gap:1rem}}.hero{background:var(--bg-primary);align-items:center;min-height:calc(100vh - 72px);display:flex;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__orb{filter:blur(80px);opacity:.25;border-radius:50%;position:absolute}.hero__orb--1{background:radial-gradient(circle,#7c3aed,#0000);width:600px;height:600px;animation:8s ease-in-out infinite orb-float;top:-200px;right:-100px}.hero__orb--2{background:radial-gradient(circle,#c9a43a,#0000);width:400px;height:400px;animation:10s ease-in-out infinite reverse orb-float;bottom:-100px;left:10%}.hero__orb--3{background:radial-gradient(circle,#1d4ed8,#0000);width:300px;height:300px;animation:12s ease-in-out 2s infinite orb-float;top:30%;left:40%}@keyframes orb-float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.05)}}.hero__stars{position:absolute;inset:0}.hero__star{width:2px;height:2px;animation:star-twinkle var(--duration,3s) ease-in-out infinite var(--delay,0s);background:#fff;border-radius:50%;position:absolute}.hero__star:nth-child(3n){--duration:4s;opacity:.6}.hero__star:nth-child(5n){--duration:2.5s;opacity:.4;width:3px;height:3px}.hero__star:nth-child(7n){--duration:5s;opacity:.8}.hero__star:first-child{--delay:0s;top:15%;left:5%}.hero__star:nth-child(2){--delay:.3s;top:72%;left:12%}.hero__star:nth-child(3){--delay:.6s;top:35%;left:19%}.hero__star:nth-child(4){--delay:.9s;top:88%;left:27%}.hero__star:nth-child(5){--delay:1.2s;top:10%;left:34%}.hero__star:nth-child(6){--delay:.2s;top:55%;left:42%}.hero__star:nth-child(7){--delay:.5s;top:30%;left:50%}.hero__star:nth-child(8){--delay:.8s;top:80%;left:58%}.hero__star:nth-child(9){--delay:1.1s;top:22%;left:65%}.hero__star:nth-child(10){--delay:1.4s;top:65%;left:73%}.hero__star:nth-child(11){--delay:.1s;top:45%;left:80%}.hero__star:nth-child(12){--delay:.4s;top:18%;left:88%}.hero__star:nth-child(13){--delay:.7s;top:50%;left:8%}.hero__star:nth-child(14){--delay:1s;top:92%;left:16%}.hero__star:nth-child(15){--delay:1.3s;top:62%;left:23%}.hero__star:nth-child(16){--delay:.2s;top:25%;left:31%}.hero__star:nth-child(17){--delay:.6s;top:78%;left:39%}.hero__star:nth-child(18){--delay:1s;top:42%;left:46%}.hero__star:nth-child(19){--delay:1.5s;top:8%;left:54%}.hero__star:nth-child(20){--delay:.3s;top:95%;left:62%}.hero__star:nth-child(21){--delay:.7s;top:38%;left:70%}.hero__star:nth-child(22){--delay:1.1s;top:70%;left:77%}.hero__star:nth-child(23){--delay:0s;top:55%;left:85%}.hero__star:nth-child(24){--delay:.4s;top:32%;left:93%}.hero__star:nth-child(25){--delay:.8s;top:85%;left:3%}.hero__star:nth-child(n+26){left:calc(var(--n,50) * 1%);top:calc(var(--t,50) * 1%)}@keyframes star-twinkle{0%,to{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}}.hero__star--cat{opacity:.18;width:auto;height:auto;animation:cat-star-twinkle var(--duration,5s) ease-in-out infinite var(--delay,0s);background:0 0;border-radius:0;font-size:.6rem;line-height:1}@keyframes cat-star-twinkle{0%,to{opacity:.1;transform:scale(.8)rotate(-10deg)}50%{opacity:.35;transform:scale(1.2)rotate(10deg)}}.hero__cats{pointer-events:none;position:absolute;inset:0}.hero__cat{opacity:0;animation:cat-drift var(--duration,14s) ease-in-out infinite var(--delay,0s);-webkit-user-select:none;user-select:none;filter:blur(.4px);font-size:1rem;position:absolute}.hero__cat:first-child{--duration:14s;--delay:0s;font-size:.85rem;bottom:10%;left:6%}.hero__cat:nth-child(2){--duration:18s;--delay:3s;font-size:1.1rem;bottom:25%;left:20%}.hero__cat:nth-child(3){--duration:16s;--delay:7s;font-size:.75rem;bottom:5%;left:48%}.hero__cat:nth-child(4){--duration:20s;--delay:1s;font-size:1rem;bottom:20%;left:72%}.hero__cat:nth-child(5){--duration:15s;--delay:5s;font-size:.9rem;bottom:35%;left:88%}.hero__cat:nth-child(6){--duration:22s;--delay:10s;font-size:.7rem;bottom:40%;left:35%}@keyframes cat-drift{0%{opacity:0;transform:translateY(0)rotate(-8deg)}8%{opacity:.12}40%{opacity:.18;transform:translateY(-30px)rotate(6deg)}70%{opacity:.14;transform:translateY(-18px)rotate(-4deg)}92%{opacity:.08}to{opacity:0;transform:translateY(-55px)rotate(10deg)}}.hero__content{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:56rem;padding-top:5rem;padding-bottom:5rem;display:flex;position:relative}.hero__badge{background:var(--gold-dim);color:var(--gold);letter-spacing:.08em;text-transform:uppercase;border:1px solid #eac2554d;border-radius:99px;margin-bottom:1.5rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;animation:2.5s ease-in-out infinite badge-pulse;display:inline-block}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.6}}.hero__title{letter-spacing:-.03em;color:var(--primary-light);text-shadow:0 12px 40px #0009;margin-bottom:1.5rem;font-size:clamp(3rem,8vw,5.5rem);font-weight:900;line-height:1.05}.hero__title-accent{background:linear-gradient(135deg, var(--gold-light), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero__desc{color:var(--on-surface-variant);max-width:42rem;margin-bottom:2.5rem;font-size:1rem;line-height:1.65}.hero__actions{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.hero__btn{padding:1rem 2.5rem;font-size:1.05rem}.hero__btn--secondary{background:var(--surface-container-high);color:var(--primary-light);border:1px solid var(--border-glow);border-radius:var(--radius);justify-content:center;align-items:center;font-weight:700;transition:all .2s;display:inline-flex}.hero__btn--secondary:hover{background:var(--surface-container);border-color:var(--purple-light)}@media (width<=600px){.hero{min-height:auto}.hero__content{padding-top:3rem;padding-bottom:3rem}.hero__actions{flex-direction:column;gap:1rem;width:100%}.hero__btn{width:100%}}.stats-band{background:var(--surface-container-low);border-top:1px solid var(--border-glow);border-bottom:1px solid var(--border-glow);padding:4rem 0}.stats-band__grid{text-align:center;grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.stats-band__item{flex-direction:column;gap:.5rem;display:flex}.stats-band__value{font-size:2.25rem;font-weight:900;line-height:1.1}.stats-band__value--gold{color:var(--gold)}.stats-band__value--purple{color:var(--primary-light)}.stats-band__value--gold-light{color:var(--gold-light)}.stats-band__label{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:600}@media (width<=768px){.stats-band__grid{grid-template-columns:1fr;gap:2rem}}.category-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;align-items:center;gap:1rem;padding:1.25rem;transition:all .25s;display:flex;position:relative;overflow:hidden}.category-card:before{content:"";background:linear-gradient(135deg, var(--purple-dim), transparent);opacity:0;transition:opacity .25s;position:absolute;inset:0}.category-card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-card);transform:translateY(-3px)}.category-card:hover:before{opacity:1}.category-card:hover .category-card__arrow{color:var(--gold-light);transform:translate(4px)}.category-card__icon{background:var(--bg-secondary);border-radius:var(--radius-sm);z-index:1;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:2.25rem;display:flex;position:relative}.category-card__info{z-index:1;flex:1;min-width:0;position:relative}.category-card__name{color:var(--text-primary);margin-bottom:.125rem;font-size:.95rem;font-weight:600}.category-card__desc{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.category-card__count{color:var(--purple-light);font-size:.75rem;font-weight:500}.category-card__arrow{color:var(--text-muted);z-index:1;flex-shrink:0;font-size:1.1rem;transition:all .25s;position:relative}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.product-card__link{z-index:0;border-radius:var(--radius);position:absolute;inset:0}.product-card__wishlist,.product-card__add-btn{z-index:1;position:relative}.product-card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-card), var(--shadow-glow);transform:translateY(-4px)}.product-card__image-wrap{background:var(--bg-secondary);aspect-ratio:1;justify-content:center;align-items:center;display:flex;position:relative}.product-card__image{background:linear-gradient(135deg, var(--bg-secondary), var(--bg-elevated));justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.product-card__emoji{object-fit:cover;width:100%;height:100%;transition:opacity .35s,transform .35s;position:absolute}.product-card__no-image{background:var(--bg-elevated);width:100%;height:100%}.product-card__emoji--primary{opacity:1;transform:scale(1)}.product-card__emoji--hover{opacity:0;transform:scale(.8)translateY(8px)}.product-card:hover .product-card__emoji--primary{opacity:0;transform:scale(1.15)translateY(-6px)}.product-card:hover .product-card__emoji--hover{opacity:1;transform:scale(1)translateY(0)}.product-card:hover .product-card__emoji--solo{opacity:1;transform:scale(1.12)}.product-card__badge{letter-spacing:.08em;border-radius:var(--radius-sm);text-transform:uppercase;padding:.25rem .6rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.product-card__badge--new{background:var(--purple);color:#fff}.product-card__badge--sale{background:var(--red);color:#fff}.product-card__badge--hot{color:#fff;background:#ea580c}.product-card__badge--limited{background:var(--gold);color:#0d0b1a}.product-card__wishlist{border:1px solid var(--border);width:32px;height:32px;color:var(--text-muted);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#0d0b1ab3;border-radius:50%;justify-content:center;align-items:center;transition:color .2s,border-color .2s,background .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist:hover,.product-card__wishlist--active{color:var(--red);border-color:var(--red);opacity:1;background:#e054541a}.product-card__body{flex-direction:column;flex:1;gap:.375rem;padding:1rem 1.125rem 1.125rem;display:flex}.product-card__category{color:var(--purple-light);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:500}.product-card__name{color:var(--text-primary);font-size:.95rem;font-weight:600;line-height:1.3}.product-card__rating{align-items:center;gap:.375rem;display:flex}.product-card__stars{gap:1px;display:flex}.star{color:var(--text-muted);font-size:.8rem}.star--filled{color:var(--gold)}.product-card__review-count{color:var(--text-muted);font-size:.75rem}.product-card__footer{justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.product-card__price{flex-direction:column;gap:.2rem;display:flex}.product-card__price-row{align-items:baseline;gap:.5rem;display:flex}.product-card__price-current{color:var(--gold-light);font-size:1.1rem;font-weight:700}.product-card--on-sale .product-card__price-current{color:var(--red)}.product-card__price-original{color:var(--gold-light);font-size:.92rem;font-weight:500;display:inline-block;position:relative}.product-card__price-original:after{content:"";background:var(--red);border-radius:2px;height:3px;position:absolute;top:50%;left:-6px;right:-6px;transform:translateY(-50%)rotate(-18deg)}.product-card__discount{color:var(--red);border-radius:var(--radius-sm);letter-spacing:.03em;background:#e054541a;border:1px dashed #e0545473;align-items:center;width:fit-content;padding:.1rem .4rem;font-size:.68rem;font-weight:700;display:inline-flex}.product-card--on-sale{border-color:#e054542e}.product-card--on-sale:hover{box-shadow:var(--shadow-card), 0 0 20px #e0545414;border-color:#e0545466}.product-card__add-btn{background:var(--purple-dim);border:1px solid var(--border-glow);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--purple-light);flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.product-card__add-btn:hover:not(:disabled){background:var(--purple);border-color:var(--purple);color:#fff;transform:scale(1.05)}.product-card__add-btn:disabled{opacity:.4;cursor:not-allowed;width:auto;padding:0 .5rem;font-size:.7rem}.product-card__add-btn--error{border-color:var(--red);color:var(--red);background:#e0545426}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.375rem;padding-top:2.5rem;display:flex}.pagination__pages{align-items:center;gap:.25rem;display:flex}.pagination__btn,.pagination__page{border-radius:var(--radius-sm);justify-content:center;align-items:center;min-width:36px;height:36px;padding:0 .375rem;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.pagination__btn{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary)}.pagination__btn:hover:not(:disabled){border-color:var(--border-glow);color:var(--text-primary);background:var(--bg-elevated)}.pagination__btn:disabled{opacity:.35;cursor:not-allowed}.pagination__page{color:var(--text-secondary);background:0 0;border:1px solid #0000}.pagination__page:hover{background:var(--bg-elevated);color:var(--text-primary)}.pagination__page--active{background:var(--purple);border-color:var(--purple);color:#fff;font-weight:700}.pagination__ellipsis{width:36px;height:36px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.875rem;display:flex}.pagination__info{color:var(--text-muted);margin-left:.5rem;font-size:.78rem}@media (width<=480px){.pagination__info{display:none}}.address-form{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.address-form__row{gap:.75rem;display:flex}.address-form__field{flex-direction:column;gap:.35rem;display:flex}.address-form__field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.address-form__field label span{color:var(--red)}.address-form__field input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);box-sizing:border-box;width:100%;padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s}.address-form__field input:focus{border-color:var(--purple-light);outline:none}.address-form__field input::placeholder{color:var(--text-muted)}.address-form__field--full{flex:1}.address-form__field--grow{flex:3}.address-form__field--half{flex:1}.address-form__field--small{flex:0 0 90px}.address-form__field--cep{flex:0 0 150px}.address-form__cep-wrap{align-items:center;display:flex;position:relative}.address-form__cep-wrap input{width:100%}.address-form__spinner{border:2px solid var(--border);border-top-color:var(--purple-light);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.6s linear infinite address-form-spin;position:absolute;right:.625rem}@keyframes address-form-spin{to{transform:rotate(360deg)}}.address-form__cep-error{color:var(--red);margin-top:.25rem;font-size:.78rem}.address-form__checkbox{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.address-form__checkbox input{accent-color:var(--purple)}.address-form__save{align-self:flex-start;padding:.625rem 1.25rem;font-size:.875rem}.address-form__error{color:var(--red);border-radius:var(--radius-sm);background:#e0545414;border:1px solid #e0545433;padding:.625rem .875rem;font-size:.875rem}@media (width<=600px){.address-form__row{flex-direction:column;gap:.75rem}.address-form__field--full,.address-form__field--grow,.address-form__field--half,.address-form__field--small,.address-form__field--cep{flex:auto;width:100%}.address-form__save{align-self:stretch;width:100%}}.featured-categories{background:var(--bg-secondary);padding:5rem 0}.featured-categories__grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.featured-categories__status{color:var(--text-muted);padding:1rem 0;font-size:.95rem}@media (width<=960px){.featured-categories__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.featured-categories__grid{grid-template-columns:1fr}}.featured-products{background:var(--bg-primary);padding:5rem 0}.featured-products__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem;font-size:.82rem;font-weight:600;display:block}.featured-products__status{text-align:center;color:var(--text-muted);padding:3rem}.featured-products__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1100px){.featured-products__grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.featured-products__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.featured-products__grid{grid-template-columns:1fr}}.feature-highlights{background:var(--bg-secondary);padding:4rem 0}.feature-highlights__grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.feature-highlights__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius);text-align:center;background:#1e1a3899;border:1px solid #a78bfa1a;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem;display:flex}.feature-highlights__icon{border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;font-size:1.75rem;transition:transform .3s;display:flex}.feature-highlights__card:hover .feature-highlights__icon{transform:scale(1.1)}.feature-highlights__icon--purple{background:var(--purple-dim)}.feature-highlights__icon--gold{background:var(--gold-dim)}.feature-highlights__title{font-size:1.25rem;font-weight:700}.feature-highlights__title--purple{color:var(--primary-light)}.feature-highlights__title--gold{color:var(--gold)}.feature-highlights__desc{color:var(--on-surface-variant);font-size:.875rem;line-height:1.5}@media (width<=900px){.feature-highlights__grid{grid-template-columns:1fr;gap:2rem}}.newsletter-cta{background:var(--bg-primary);padding:4rem 0;position:relative;overflow:hidden}.newsletter-cta__blur{filter:blur(120px);pointer-events:none;border-radius:50%;width:24rem;height:24rem;position:absolute}.newsletter-cta__blur--left{background:#7c3aed33;bottom:-6rem;left:-6rem}.newsletter-cta__blur--right{background:#eac2551a;top:-6rem;right:-6rem}.newsletter-cta__card{z-index:1;background:var(--surface-container);border:2px solid var(--border-glow);text-align:center;border-radius:1.5rem;flex-direction:column;align-items:center;gap:2rem;max-width:56rem;margin:0 auto;padding:4rem 2.5rem;display:flex;position:relative}.newsletter-cta__title{color:var(--primary-light);font-size:clamp(2rem,4vw,2.75rem);font-weight:900}.newsletter-cta__desc{color:var(--on-surface-variant);max-width:36rem;font-size:1rem;line-height:1.6}.newsletter-cta__form{gap:1rem;width:100%;max-width:32rem;display:flex}.newsletter-cta__input{background:var(--surface-container-high);border:1px solid var(--border-glow);border-radius:var(--radius);color:var(--text-primary);outline:none;flex:1;padding:.875rem 1.5rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.newsletter-cta__input::placeholder{color:var(--text-muted)}.newsletter-cta__input:focus{border-color:var(--purple-light);box-shadow:0 0 0 2px var(--purple-dim)}.newsletter-cta__success{color:var(--green);align-items:center;gap:.75rem;font-weight:600;display:flex}.newsletter-cta__hints{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;display:flex}.newsletter-cta__hint{color:var(--text-muted);font-size:.75rem}@media (width<=600px){.newsletter-cta__card{padding:2.5rem 1.5rem}.newsletter-cta__form{flex-direction:column}}.promo-section{background:var(--bg-secondary);padding:5rem 0}.promo-section__grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.promo-deal{border-radius:var(--radius);background:linear-gradient(135deg,#1a0e40,#2d1a5e);border:1px solid #c9a43a4d;flex-direction:column;gap:1.25rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.promo-deal:before{content:"🐉";opacity:.1;pointer-events:none;font-size:8rem;line-height:1;position:absolute;bottom:-1rem;right:-1rem}.promo-deal__eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--gold);font-size:.8rem;font-weight:700}.promo-deal__title{color:var(--text-primary);font-size:1.75rem;font-weight:800}.promo-deal__desc{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.promo-deal__desc strong{color:var(--gold-light)}.promo-deal__countdown{align-items:center;gap:.75rem;display:flex}.countdown-unit{border:1px solid var(--border);border-radius:var(--radius-sm);background:#0000004d;flex-direction:column;align-items:center;min-width:64px;padding:.625rem 1rem;display:flex}.countdown-value{color:var(--gold-light);font-variant-numeric:tabular-nums;font-size:1.75rem;font-weight:800;line-height:1}.countdown-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:.25rem;font-size:.65rem}.countdown-sep{color:var(--gold);margin-top:-.5rem;font-size:1.5rem;font-weight:700}.promo-deal__cta{align-self:flex-start}.promo-newsletter{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.promo-newsletter__icon{font-size:2.5rem;line-height:1}.promo-newsletter__title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.promo-newsletter__desc{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.promo-newsletter__form{gap:.625rem;display:flex}.promo-newsletter__input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);flex:1;min-width:0;padding:.75rem 1rem;font-size:.9rem;transition:border-color .2s}.promo-newsletter__input::placeholder{color:var(--text-muted)}.promo-newsletter__input:focus{border-color:var(--purple-light);outline:none}.promo-newsletter__disclaimer{color:var(--text-muted);font-size:.75rem}.promo-newsletter__success{border-radius:var(--radius-sm);color:var(--green);background:#4ade8014;border:1px solid #4ade8033;align-items:center;gap:.75rem;padding:1rem;font-size:.9rem;display:flex}.promo-newsletter__success span{font-size:1.25rem}@media (width<=768px){.promo-section__grid{grid-template-columns:1fr}.promo-newsletter__form{flex-direction:column}}.cat-sidebar{flex-direction:column;flex-shrink:0;gap:0;width:260px;display:flex}.cat-sidebar__header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.cat-sidebar__title{color:var(--text-primary);font-size:1rem;font-weight:700}.cat-sidebar__clear{color:var(--purple-light);font-size:.78rem;font-weight:500;transition:color .2s}.cat-sidebar__clear:hover{color:var(--gold-light)}.cat-sidebar__section{border-top:1px solid var(--border);padding:1.25rem 0}.cat-sidebar__section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.875rem;font-size:.75rem;font-weight:700}.cat-sidebar__list{flex-direction:column;gap:2px;display:flex}.cat-sidebar__item{border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);text-align:left;align-items:center;gap:.625rem;padding:.5rem .625rem;font-size:.875rem;transition:all .15s;display:flex}.cat-sidebar__item:hover{background:var(--bg-elevated);color:var(--text-primary)}.cat-sidebar__item--active{background:var(--purple-dim);color:var(--purple-light);font-weight:600}.cat-sidebar__item-emoji{text-align:center;flex-shrink:0;width:20px;font-size:1rem}.cat-sidebar__item-name{flex:1}.cat-sidebar__item-count{color:var(--text-muted);background:var(--bg-elevated);border-radius:100px;padding:.1rem .4rem;font-size:.72rem}.cat-sidebar__item--active .cat-sidebar__item-count{color:var(--purple-light);background:#7c3aed33}.cat-sidebar__price-row{align-items:flex-end;gap:.5rem;display:flex}.cat-sidebar__price-sep{color:var(--text-muted);flex-shrink:0;padding-bottom:.5rem}.cat-sidebar__price-field{flex-direction:column;flex:1;gap:.375rem;min-width:0;display:flex}.cat-sidebar__price-label{color:var(--text-muted);font-size:.72rem}.cat-sidebar__price-input-wrap{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;transition:border-color .2s;display:flex;overflow:hidden}.cat-sidebar__price-input-wrap:focus-within{border-color:var(--purple-light)}.cat-sidebar__price-symbol{color:var(--text-muted);flex-shrink:0;padding:0 .4rem 0 .5rem;font-size:.75rem}.cat-sidebar__price-input{color:var(--text-primary);background:0 0;border:none;flex:1;min-width:0;padding:.5rem .5rem .5rem 0;font-size:.875rem}.cat-sidebar__price-input:focus{outline:none}.cat-sidebar__price-input::-webkit-inner-spin-button{-webkit-appearance:none}.cat-sidebar__price-input::-webkit-outer-spin-button{-webkit-appearance:none}.cat-sidebar__toggle{cursor:pointer;align-items:center;gap:.75rem;display:flex}.cat-sidebar__toggle-input{opacity:0;width:0;height:0;position:absolute}.cat-sidebar__toggle-track{background:var(--bg-elevated);border:1px solid var(--border);border-radius:100px;flex-shrink:0;width:40px;height:22px;transition:background .2s,border-color .2s;position:relative}.cat-sidebar__toggle-input:checked+.cat-sidebar__toggle-track{background:var(--purple);border-color:var(--purple)}.cat-sidebar__toggle-thumb{background:var(--text-muted);border-radius:50%;width:16px;height:16px;transition:transform .2s,background .2s;position:absolute;top:2px;left:2px}.cat-sidebar__toggle-input:checked+.cat-sidebar__toggle-track .cat-sidebar__toggle-thumb{background:#fff;transform:translate(18px)}.cat-sidebar__toggle-label{color:var(--text-secondary);font-size:.875rem}.products-toolbar{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.products-toolbar__top{align-items:center;gap:.75rem;display:flex}.products-toolbar__search{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);flex:1;align-items:center;gap:.625rem;padding:0 .875rem;transition:border-color .2s;display:flex}.products-toolbar__search:focus-within{border-color:var(--purple-light);color:var(--text-secondary)}.products-toolbar__search-input{color:var(--text-primary);background:0 0;border:none;flex:1;min-width:0;padding:.625rem 0;font-size:.9rem}.products-toolbar__search-input::placeholder{color:var(--text-muted)}.products-toolbar__search-input:focus{outline:none}.products-toolbar__search-clear{color:var(--text-muted);padding:.25rem;font-size:.8rem;transition:color .2s}.products-toolbar__search-clear:hover{color:var(--text-primary)}.products-toolbar__right{flex-shrink:0;align-items:center;gap:.625rem;display:flex}.products-toolbar__filter-btn{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);align-items:center;gap:.375rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;transition:all .2s;display:none;position:relative}.products-toolbar__filter-btn:hover{border-color:var(--border-glow);color:var(--text-primary)}.products-toolbar__filter-count{background:var(--purple);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex}.products-toolbar__sort{align-items:center;gap:.5rem;display:flex}.products-toolbar__sort-label{color:var(--text-muted);white-space:nowrap;font-size:.8rem}.products-toolbar__sort-select{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b5f8a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;transition:border-color .2s}.products-toolbar__sort-select:focus{border-color:var(--purple-light);outline:none}.products-toolbar__view{border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;overflow:hidden}.products-toolbar__view-btn{width:36px;height:36px;color:var(--text-muted);justify-content:center;align-items:center;transition:all .15s;display:flex}.products-toolbar__view-btn+.products-toolbar__view-btn{border-left:1px solid var(--border)}.products-toolbar__view-btn:hover{color:var(--text-primary);background:var(--bg-elevated)}.products-toolbar__view-btn--active{background:var(--purple-dim);color:var(--purple-light)}.products-toolbar__bottom{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.products-toolbar__count{color:var(--text-muted);flex-shrink:0;font-size:.82rem}.products-toolbar__chips{flex-wrap:wrap;gap:.4rem;display:flex}.products-toolbar__chip{background:var(--purple-dim);border:1px solid var(--border-glow);color:var(--purple-light);border-radius:100px;align-items:center;gap:.3rem;padding:.25rem .625rem;font-size:.78rem;font-weight:500;transition:all .15s;display:flex}.products-toolbar__chip:hover{color:var(--red);background:#e054541a;border-color:#e054544d}@media (width<=768px){.products-toolbar__filter-btn{display:flex}.products-toolbar__sort-label{display:none}}@media (width<=560px){.products-toolbar__top{flex-wrap:wrap}.products-toolbar__search{flex:100%}}.shop-page{flex:1;padding-bottom:5rem}.shop-page__body{align-items:flex-start;gap:2rem;padding-top:2rem;display:flex}.shop-page__sidebar-wrap{flex-shrink:0}.shop-page__sidebar{width:260px;position:sticky;top:calc(72px + 1.5rem)}.shop-page__sidebar-mobile-header{display:none}.shop-page__sidebar-close{color:var(--text-muted);font-size:1rem;transition:color .2s}.shop-page__sidebar-close:hover{color:var(--text-primary)}.shop-page__sidebar-backdrop{display:none}.shop-page__content{flex:1;min-width:0}.shop-page__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.shop-page__grid--list{grid-template-columns:1fr}.shop-page__grid--list .product-card{flex-direction:row}.shop-page__grid--list .product-card__image-wrap{aspect-ratio:auto;flex-shrink:0;width:160px;height:160px}.shop-page__grid--list .product-card__body{flex:1;padding:1.25rem}.shop-status{text-align:center;color:var(--text-muted);padding:5rem 2rem}.shop-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.shop-empty__icon{font-size:3.5rem;line-height:1}.shop-empty__title{color:var(--text-primary);font-size:1.25rem;font-weight:700}.shop-empty__desc{color:var(--text-muted);max-width:320px;font-size:.9rem;line-height:1.6}@media (width<=900px){.shop-page__grid{grid-template-columns:repeat(2,1fr)}.shop-page__sidebar-wrap{z-index:200;pointer-events:none;position:fixed;inset:0}.shop-page__sidebar-wrap--open{pointer-events:auto}.shop-page__sidebar-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;display:block;position:absolute;inset:0}.shop-page__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border);width:300px;padding:1.5rem;transition:transform .25s;position:absolute;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.shop-page__sidebar-wrap--open .shop-page__sidebar{transform:translate(0)}.shop-page__sidebar-mobile-header{color:var(--text-primary);justify-content:space-between;align-items:center;margin-bottom:1.25rem;font-size:1rem;font-weight:700;display:flex}.shop-page__body{padding-top:1.5rem}}@media (width<=560px){.shop-page__grid{grid-template-columns:1fr 1fr;gap:.75rem}.shop-page__grid--list{grid-template-columns:1fr}.shop-page__grid--list .product-card{flex-direction:column}.shop-page__grid--list .product-card__image-wrap{aspect-ratio:1;width:100%;height:auto}}.categories-page{flex:1;padding-bottom:0}.categories-page__section{background:var(--bg-secondary);padding:3.5rem 0 5rem}.categories-page__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.categories-page__status{color:var(--text-muted);text-align:center;padding:2rem 0;font-size:1rem}.cat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;text-decoration:none;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;overflow:hidden}.cat-card:hover{border-color:var(--border-glow);box-shadow:var(--shadow-card), 0 0 30px #7c3aed1f;transform:translateY(-6px)}.cat-card__header{justify-content:center;align-items:center;height:180px;display:flex;position:relative;overflow:hidden}.cat-card__glow{filter:blur(60px);opacity:.5;border-radius:50%;width:200px;height:200px;transition:transform .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cat-card:hover .cat-card__glow{transform:translate(-50%,-50%)scale(1.3)}.cat-card__emoji{z-index:1;filter:drop-shadow(0 4px 16px #00000080);font-size:5rem;line-height:1;transition:transform .3s;position:relative}.cat-card:hover .cat-card__emoji{transform:scale(1.12)translateY(-4px)}.cat-card__badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;letter-spacing:.04em;z-index:1;background:#00000073;border:1px solid #ffffff1f;border-radius:100px;padding:.25rem .625rem;font-size:.7rem;font-weight:700;position:absolute;top:.875rem;right:.875rem}.cat-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1.5rem;display:flex}.cat-card__name{color:var(--text-primary);font-size:1.1rem;font-weight:700;line-height:1.2}.cat-card__desc{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.cat-card__previews{gap:.375rem;margin-top:.25rem;display:flex}.cat-card__preview-item{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:border-color .2s,transform .2s;display:flex}.cat-card:hover .cat-card__preview-item{border-color:var(--border-glow)}.cat-card:hover .cat-card__preview-item:first-child{transform:translateY(-2px)}.cat-card:hover .cat-card__preview-item:nth-child(2){transition-delay:40ms;transform:translateY(-3px)}.cat-card:hover .cat-card__preview-item:nth-child(3){transition-delay:80ms;transform:translateY(-2px)}.cat-card:hover .cat-card__preview-item:nth-child(4){transition-delay:.12s;transform:translateY(-1px)}.cat-card__cta{align-items:center;gap:.25rem;margin-top:auto;padding-top:.75rem;font-size:.875rem;font-weight:600;display:flex}.cat-card__arrow{transition:transform .2s;display:inline-block}.cat-card:hover .cat-card__arrow{transform:translate(4px)}.cat-cta-banner{background:var(--bg-primary);border-top:1px solid var(--border);padding:3rem 0}.cat-cta-banner__inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.cat-cta-banner__title{color:var(--text-primary);margin-bottom:.375rem;font-size:1.35rem;font-weight:700}.cat-cta-banner__desc{color:var(--text-secondary);font-size:.9rem}.cat-cta-banner__btn{white-space:nowrap;flex-shrink:0}@media (width<=1024px){.categories-page__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.categories-page__grid{grid-template-columns:1fr}.cat-card__header{height:140px}.cat-card__emoji{font-size:3.5rem}.cat-cta-banner__inner{flex-direction:column;align-items:flex-start}}.about-page{flex:1}.about-section-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:.625rem;font-size:.75rem;font-weight:700;display:block}.about-section-title{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:0;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;line-height:1.2}.about-section-header{margin-bottom:2.5rem}.about-story{background:var(--bg-primary);padding:5rem 0}.about-story__inner{grid-template-columns:1fr 420px;align-items:center;gap:5rem;display:grid}.about-story__text{flex-direction:column;gap:1.125rem;display:flex}.about-story__text p{color:var(--text-secondary);font-size:.975rem;line-height:1.75}.about-story__cta{align-self:flex-start;margin-top:.5rem}.about-story__visual{height:380px;position:relative}.about-story__card{border-radius:var(--radius);justify-content:center;align-items:center;display:flex;position:absolute}.about-story__card--back{background:var(--bg-secondary);border:1px solid var(--border);opacity:.5;flex-direction:column;gap:1.5rem;font-size:3.5rem;inset:0;transform:rotate(3deg)}.about-story__card--front{background:linear-gradient(135deg, var(--bg-elevated), var(--bg-card));border:1px solid var(--border-glow);box-shadow:var(--shadow-card), var(--shadow-glow);flex-direction:column;gap:.75rem;inset:1.5rem}.about-story__main-emoji{filter:drop-shadow(0 4px 16px #c9a43a66);font-size:5rem}.about-story__card-title{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.about-story__card-sub{color:var(--gold);letter-spacing:.06em;margin:0;font-size:.78rem;font-weight:600}.about-stats{background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 0}.about-stats__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.about-stat{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-card);flex-direction:column;align-items:center;gap:.375rem;padding:1.5rem 1rem;transition:border-color .2s;display:flex}.about-stat:hover{border-color:var(--border-glow)}.about-stat__value{background:linear-gradient(135deg, var(--gold-light), var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;line-height:1}.about-stat__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.75rem}.about-values{background:var(--bg-primary);padding:5rem 0}.about-values__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.about-value-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.875rem;padding:2rem;transition:border-color .25s,transform .25s;display:flex}.about-value-card:hover{border-color:var(--border-glow);transform:translateY(-3px)}.about-value-card__emoji{font-size:2.25rem;line-height:1}.about-value-card__title{color:var(--text-primary);font-size:1.05rem;font-weight:700}.about-value-card__desc{color:var(--text-secondary);font-size:.875rem;line-height:1.7}.about-team{background:var(--bg-secondary);padding:5rem 0}.about-team__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.about-team-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .25s,transform .25s;overflow:hidden}.about-team-card:hover{border-color:var(--border-glow);transform:translateY(-4px)}.about-team-card__avatar{background:linear-gradient(135deg, var(--bg-secondary), var(--bg-elevated));border-bottom:1px solid var(--border);justify-content:center;align-items:center;height:160px;font-size:5rem;display:flex}.about-team-card__info{flex-direction:column;gap:.3rem;padding:1.5rem;display:flex}.about-team-card__title-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:.7rem;font-weight:700}.about-team-card__name{color:var(--text-primary);font-size:1.1rem;font-weight:700}.about-team-card__role{color:var(--purple-light);font-size:.82rem;font-weight:500}.about-team-card__bio{color:var(--text-secondary);margin-top:.5rem;font-size:.855rem;line-height:1.65}.about-cta{background:var(--bg-primary);border-top:1px solid var(--border);padding:6rem 0;position:relative;overflow:hidden}.about-cta__orb{filter:blur(90px);opacity:.18;pointer-events:none;border-radius:50%;position:absolute}.about-cta__orb--1{background:radial-gradient(circle,#7c3aed,#0000);width:500px;height:500px;top:-150px;left:-100px}.about-cta__orb--2{background:radial-gradient(circle,#c9a43a,#0000);width:400px;height:400px;bottom:-120px;right:-60px}.about-cta__inner{z-index:1;position:relative}.about-cta__content{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:600px;margin:0 auto;display:flex}.about-cta__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-size:.8rem;font-weight:700}.about-cta__title{color:var(--text-primary);letter-spacing:-.02em;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.15}.about-cta__desc{color:var(--text-secondary);max-width:480px;font-size:1rem;line-height:1.7}.about-cta__actions{flex-wrap:wrap;justify-content:center;gap:.875rem;margin-top:.5rem;display:flex}@media (width<=1024px){.about-story__inner{grid-template-columns:1fr;gap:3rem}.about-story__visual{width:100%;max-width:420px;height:300px;margin:0 auto}.about-stats__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.about-values__grid,.about-team__grid{grid-template-columns:1fr}}@media (width<=560px){.about-stats__grid{grid-template-columns:repeat(2,1fr)}.about-story{padding:3rem 0}.about-values,.about-team{padding:3.5rem 0}}.product-page{flex:1;padding-bottom:5rem}.product-page-404{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:8rem 2rem;display:flex}.product-page-404 span{font-size:3rem}.product-page-404 h1{color:var(--text-primary);font-size:1.5rem}.product-page-404 p{color:var(--text-muted)}.product-page__main{grid-template-columns:480px 1fr;align-items:start;gap:3.5rem;padding-top:2.5rem;display:grid}.product-page__gallery{flex-direction:column;gap:1rem;display:flex;position:sticky;top:calc(72px + 1.5rem)}.product-page__image{aspect-ratio:1;background:linear-gradient(135deg, var(--bg-secondary), var(--bg-elevated));border:1px solid var(--border);border-radius:var(--radius);justify-content:center;align-items:center;transition:border-color .25s;display:flex;position:relative;overflow:hidden}.product-page__image--on-sale{border-color:#e0545433}.product-page__img{object-fit:contain;width:100%;height:100%;padding:.5rem;transition:transform .4s;animation:.3s img-appear}.product-page__no-image{background:var(--bg-elevated);width:100%;height:100%}@keyframes img-appear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.product-page__image:hover .product-page__img{transform:scale(1.04)translateY(-4px)}.product-page__badge{letter-spacing:.08em;border-radius:var(--radius-sm);text-transform:uppercase;padding:.3rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-page__badge--new{background:var(--purple);color:#fff}.product-page__badge--sale{background:var(--red);color:#fff}.product-page__badge--hot{color:#fff;background:#ea580c}.product-page__badge--limited{background:var(--gold);color:#0d0b1a}.product-page__thumbs{gap:.625rem;display:flex}.product-page__thumb{background:var(--bg-secondary);border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;width:72px;height:72px;padding:0;transition:border-color .2s,transform .2s;overflow:hidden}.product-page__thumb-img{object-fit:cover;width:100%;height:100%}.product-page__thumb:hover{border-color:var(--border-glow);transform:translateY(-2px)}.product-page__thumb--active{border-color:var(--purple-light);background:var(--purple-dim)}.product-page__stock{border-radius:var(--radius-sm);border:1px solid;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.85rem;font-weight:600;display:flex}.product-page__stock--in{color:var(--green);background:#4ade8014;border-color:#4ade8033}.product-page__stock--out{color:var(--red);background:#e0545414;border-color:#e0545433}.product-page__info{flex-direction:column;gap:1rem;display:flex}.product-page__category{text-transform:uppercase;letter-spacing:.08em;color:var(--purple-light);width:fit-content;font-size:.78rem;font-weight:600;text-decoration:none;transition:color .2s}.product-page__category:hover{color:var(--gold-light)}.product-page__name{color:var(--text-primary);letter-spacing:-.01em;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.2}.product-page__rating{align-items:center;gap:.625rem;display:flex}.product-page__stars{gap:2px;display:flex}.product-page__stars .star{color:var(--text-muted);font-size:1rem}.product-page__stars .star--filled{color:var(--gold)}.product-page__rating-label{color:var(--text-muted);font-size:.85rem}.product-page__price-block{flex-direction:column;gap:.25rem;display:flex}.product-page__price-row{align-items:center;gap:.75rem;display:flex}.product-page__price-original{color:var(--gold-light);font-size:1.1rem;font-weight:500;display:inline-block;position:relative}.product-page__price-original:after{content:"";background:var(--red);border-radius:2px;height:2px;position:absolute;top:50%;left:-6px;right:-6px;transform:translateY(-50%)rotate(-18deg)}.product-page__discount{color:var(--red);border-radius:var(--radius-sm);background:#e054541a;border:1px dashed #e0545473;padding:.15rem .5rem;font-size:.8rem;font-weight:700}.product-page__price-current{color:var(--gold-light);font-size:2rem;font-weight:800;line-height:1}.product-page__price-current--sale{color:var(--red)}.product-page__divider{background:var(--border);height:1px}.product-page__description{color:var(--text-secondary);font-size:.95rem;line-height:1.75}.product-page__description p{margin-bottom:.875rem}.product-page__description p:last-child{margin-bottom:0}.product-page__description h1,.product-page__description h2,.product-page__description h3,.product-page__description h4{color:var(--text-primary);margin:1.25rem 0 .5rem;font-weight:700;line-height:1.3}.product-page__description h1{font-size:1.25rem}.product-page__description h2{font-size:1.1rem}.product-page__description h3{font-size:1rem}.product-page__description h4{font-size:.95rem}.product-page__description ul,.product-page__description ol{margin-bottom:.875rem;padding-left:1.5rem}.product-page__description ul{list-style:outside}.product-page__description ol{list-style:decimal}.product-page__description li{margin-bottom:.25rem}.product-page__description strong,.product-page__description b{color:var(--text-primary);font-weight:600}.product-page__description em,.product-page__description i{font-style:italic}.product-page__description a{color:var(--purple-light);text-underline-offset:2px;text-decoration:underline}.product-page__description a:hover{color:var(--gold-light)}.product-page__description img{border-radius:var(--radius-sm);max-width:100%;margin:.5rem 0}.product-page__description table{border-collapse:collapse;width:100%;margin-bottom:.875rem;font-size:.875rem}.product-page__description th,.product-page__description td{border:1px solid var(--border);text-align:left;padding:.5rem .75rem}.product-page__description th{background:var(--bg-elevated);color:var(--text-primary);font-weight:600}.product-page__purchase{flex-direction:column;gap:1rem;display:flex}.product-page__quantity-wrap{flex-direction:column;gap:.5rem;display:flex}.product-page__quantity-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.78rem;font-weight:600}.product-page__quantity{border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:0;width:fit-content;display:flex;overflow:hidden}.product-page__qty-btn{width:40px;height:40px;color:var(--text-secondary);background:var(--bg-elevated);justify-content:center;align-items:center;font-size:1.2rem;transition:all .15s;display:flex}.product-page__qty-btn:hover:not(:disabled){background:var(--purple-dim);color:var(--purple-light)}.product-page__qty-btn:disabled{opacity:.35;cursor:not-allowed}.product-page__qty-value{text-align:center;min-width:48px;color:var(--text-primary);background:var(--bg-card);border-left:1px solid var(--border);border-right:1px solid var(--border);justify-content:center;align-items:center;height:40px;font-size:1rem;font-weight:600;display:flex}.product-page__actions{gap:.75rem;display:flex}.product-page__cart-btn{flex:1;justify-content:center;gap:.625rem;padding:.875rem 1.5rem;font-size:1rem}.product-page__cart-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.product-page__wish-btn{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);width:50px;height:50px;color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.product-page__wish-btn:hover,.product-page__wish-btn--active{color:var(--red);background:#e0545414;border-color:#e0545466}.product-page__related{border-top:1px solid var(--border);margin-top:4rem;padding:4rem 0 0}.product-page__related-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1100px){.product-page__main{grid-template-columns:380px 1fr;gap:2.5rem}.product-page__related-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=860px){.product-page__main{grid-template-columns:1fr}.product-page__gallery{width:100%;max-width:480px;margin:0 auto;position:static}.product-page__related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.product-page__related-grid{grid-template-columns:1fr 1fr;gap:.75rem}}.register-page{flex:1;justify-content:center;align-items:center;min-height:calc(100dvh - 72px);padding:3rem 1rem;display:flex}.register-page__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:480px;padding:2.5rem}.register-page__header{text-align:center;margin-bottom:2rem}.register-page__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.register-page__sub{color:var(--text-muted);font-size:.9rem}.register-page__link{color:var(--purple-light);text-underline-offset:2px;text-decoration:underline}.register-page__form{flex-direction:column;gap:1.25rem;display:flex}.register-page__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.register-page__field{flex-direction:column;gap:.5rem;min-width:0;display:flex}.register-page__field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:600}.register-page__field label span{color:var(--red)}.register-page__password-wrap{align-items:center;gap:.5rem;display:flex}.register-page__password-wrap input{flex:1;min-width:0}.register-page__eye{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);width:2.375rem;height:2.375rem;color:var(--text-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,border-color .15s;display:flex}.register-page__eye:hover{color:var(--text-primary);border-color:var(--purple-light)}.register-page__field input,.register-page__field select{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);box-sizing:border-box;padding:.625rem .875rem;font-size:.95rem;transition:border-color .15s}.register-page__field input::placeholder{color:var(--text-muted)}.register-page__field input:focus,.register-page__field select:focus{border-color:var(--purple-light);outline:none}.register-page__field select{cursor:pointer}.register-page__checkbox{cursor:pointer;color:var(--text-secondary);align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.4;display:flex}.register-page__checkbox input[type=checkbox]{accent-color:var(--purple);flex-shrink:0;margin-top:2px}.register-page__error{color:var(--red);border-radius:var(--radius-sm);background:#e0545414;border:1px solid #e0545433;padding:.625rem .875rem;font-size:.875rem}.register-page__submit{justify-content:center;width:100%;margin-top:.25rem;padding:.875rem;font-size:1rem}@media (width<=520px){.register-page__card{padding:2rem 1.25rem}.register-page__row{grid-template-columns:1fr}}.account-page{flex:1;padding-bottom:5rem}.account-page__body{grid-template-columns:240px 1fr;align-items:start;gap:2.5rem;padding-top:2rem;display:grid}.account-sidebar{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;align-items:center;gap:.5rem;padding:1.75rem 1.5rem;display:flex;position:sticky;top:calc(72px + 1.5rem)}.account-sidebar__avatar{background:var(--purple-dim);border:2px solid var(--border-glow);width:64px;height:64px;color:var(--purple-light);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:800;display:flex}.account-sidebar__name{color:var(--text-primary);text-align:center;font-size:.95rem;font-weight:700}.account-sidebar__email{color:var(--text-muted);text-align:center;margin-bottom:.75rem;font-size:.78rem}.account-sidebar__nav{border-top:1px solid var(--border);flex-direction:column;gap:.25rem;width:100%;padding-top:1rem;display:flex}.account-sidebar__link{text-align:left;border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);padding:.5rem .75rem;font-size:.875rem;text-decoration:none;transition:background .15s,color .15s;display:block}.account-sidebar__link:hover{background:var(--bg-secondary);color:var(--text-primary)}.account-sidebar__link--active{background:var(--purple-dim);color:var(--purple-light);font-weight:600}.account-sidebar__logout{color:var(--text-muted);margin-top:.75rem;padding:.25rem 0;font-size:.82rem;transition:color .15s}.account-sidebar__logout:hover{color:var(--red)}.account-main{flex-direction:column;gap:1.5rem;display:flex}.account-main__status{color:var(--text-muted);padding:2rem 0}.account-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.account-section__title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:.82rem;font-weight:700}.account-section__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.account-field{flex-direction:column;gap:.25rem;display:flex}.account-field--span{grid-column:1/-1}.account-field__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.72rem;font-weight:600}.account-field__value{color:var(--text-primary);font-size:.95rem}@media (width<=900px){.account-page__body{grid-template-columns:1fr}.account-sidebar{position:static}.account-section__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.account-section__grid{grid-template-columns:1fr}}.login-page{flex:1;justify-content:center;align-items:center;min-height:calc(100dvh - 72px);padding:3rem 1rem;display:flex}.login-page__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;padding:2.5rem}.login-page__header{text-align:center;margin-bottom:2rem}.login-page__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.login-page__sub{color:var(--text-muted);font-size:.9rem}.login-page__link{color:var(--purple-light);text-underline-offset:2px;text-decoration:underline}.login-page__form{flex-direction:column;gap:1.25rem;display:flex}.login-page__field{flex-direction:column;gap:.5rem;display:flex}.login-page__field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.82rem;font-weight:600}.login-page__field input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);box-sizing:border-box;padding:.625rem .875rem;font-size:.95rem;transition:border-color .15s}.login-page__field input::placeholder{color:var(--text-muted)}.login-page__field input:focus{border-color:var(--purple-light);outline:none}.login-page__hint{color:var(--text-muted);font-size:.78rem;line-height:1.4}.login-page__error{color:var(--red);border-radius:var(--radius-sm);background:#e0545414;border:1px solid #e0545433;padding:.625rem .875rem;font-size:.875rem}.login-page__forgot{align-self:flex-end;margin-top:.4rem;font-size:.78rem}.login-page__notice{color:var(--green);border-radius:var(--radius-sm);background:#22c55e14;border:1px solid #22c55e33;padding:.75rem .875rem;font-size:.875rem;line-height:1.4}.login-page__devlink{background:var(--bg-secondary);border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);word-break:break-all;margin-top:.5rem;padding:.625rem .75rem;font-size:.78rem}.login-page__devlink a{color:var(--purple-light)}.login-page__back{text-align:center;font-size:.85rem}.login-page__submit{justify-content:center;width:100%;padding:.875rem;font-size:1rem}.login-page__submit:disabled{opacity:.5;cursor:not-allowed}.orders-list{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.order-card{border:1px solid var(--border);border-radius:var(--radius-sm);color:inherit;padding:1rem 1.25rem;text-decoration:none;transition:border-color .15s;display:block}.order-card:hover{border-color:var(--border-glow)}.order-card__cta{color:var(--gold);margin-top:.875rem;font-size:.8rem;font-weight:600;display:inline-block}.order-card__top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.875rem;display:flex}.order-card__id{color:var(--text-primary);font-size:.9rem;font-weight:700}.order-card__status{text-transform:uppercase;letter-spacing:.06em;border-radius:99px;padding:.25rem .625rem;font-size:.72rem;font-weight:700}.order-card__status--pending{color:var(--gold);background:#d4af371f}.order-card__status--paid{color:var(--green);background:#48c78e1f}.order-card__status--shipped{color:var(--purple-light);background:#a78bfa1f}.order-card__status--delivered{color:var(--green);background:#48c78e1f}.order-card__status--cancelled{color:var(--red);background:#e054541f}.order-card__status--default{background:var(--bg-secondary);color:var(--text-muted)}.order-card__info{flex-wrap:wrap;gap:1.25rem;display:flex}.order-card__field{flex-direction:column;gap:.2rem;display:flex}.order-card__label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.7rem;font-weight:600}.order-card__value{color:var(--text-secondary);font-size:.9rem}.order-card__total{color:var(--text-primary);font-weight:700}.orders-empty{flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 0 1rem;display:flex}.orders-empty__text{color:var(--text-muted);font-size:.95rem}.orders-empty__cta{font-size:.875rem}.order-detail__body{padding:2.5rem 0 4rem}.order-detail__message{color:var(--text-muted);padding:1.5rem 0;font-size:.95rem}.order-detail__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.order-detail__title{color:var(--text-primary);margin:0 0 .35rem;font-size:1.5rem}.order-detail__date{color:var(--text-muted);margin:0;font-size:.875rem}.order-detail__status{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:99px;padding:.3rem .75rem;font-size:.72rem;font-weight:700}.order-detail__status--pending{color:var(--gold);background:#d4af371f}.order-detail__status--paid{color:var(--green);background:#48c78e1f}.order-detail__status--shipped{color:var(--purple-light);background:#a78bfa1f}.order-detail__status--delivered{color:var(--green);background:#48c78e1f}.order-detail__status--cancelled{color:var(--red);background:#e054541f}.order-detail__status--default{background:var(--bg-secondary);color:var(--text-muted)}.order-detail__grid{grid-template-columns:1.6fr 1fr;align-items:start;gap:1.5rem;display:grid}.order-detail__aside{flex-direction:column;gap:1.5rem;display:flex}.order-detail__section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.order-detail__section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 1.25rem;font-size:.8rem;font-weight:700}.order-detail__items{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.order-detail__item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 0;display:flex}.order-detail__item-info{flex-direction:column;gap:.25rem;display:flex}.order-detail__item-name{color:var(--text-primary);font-size:.925rem}.order-detail__item-qty{color:var(--text-muted);font-size:.8rem}.order-detail__item-total{color:var(--text-secondary);white-space:nowrap;font-size:.925rem;font-weight:600}.order-detail__totals{flex-direction:column;gap:.625rem;margin:1.25rem 0 0;display:flex}.order-detail__totals-row{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.order-detail__totals-row dt,.order-detail__totals-row dd{margin:0}.order-detail__totals-row--total{border-top:1px solid var(--border);color:var(--text-primary);padding-top:.75rem;font-size:1.05rem;font-weight:700}.order-detail__totals-row--total dd{color:var(--gold)}.order-detail__text{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.order-detail__meta{flex-direction:column;gap:.875rem;margin:0;display:flex}.order-detail__meta-row dt{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .2rem;font-size:.7rem;font-weight:600}.order-detail__meta-row dd{color:var(--text-secondary);margin:0;font-size:.9rem}.order-detail__tracking{letter-spacing:.05em;font-family:monospace}.order-detail__tracking-link{color:var(--gold);text-decoration:underline}.order-detail__tracking-link:hover{color:var(--gold-light)}.order-detail__back{color:var(--gold);margin-top:2rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.order-detail__back:hover{color:var(--gold-light)}@media (width<=768px){.order-detail__grid{grid-template-columns:1fr}}.addresses-group{margin-bottom:1.5rem}.addresses-group:last-of-type{margin-bottom:0}.addresses-group__title{color:var(--text-secondary);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.addresses-group__empty{color:var(--text-muted);padding:.25rem 0 .5rem;font-size:.875rem}.addresses-list{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.address-card{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-secondary);justify-content:space-between;align-items:flex-start;gap:1rem;padding:.875rem 1rem;display:flex}.address-card__body{min-width:0}.address-card__title{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.address-card__badge{text-transform:uppercase;letter-spacing:.05em;color:var(--gold);background:#d4af371f;border-radius:99px;padding:.15rem .45rem;font-size:.66rem;font-weight:700}.address-card__sub{color:var(--text-muted);overflow-wrap:anywhere;margin-top:.15rem;font-size:.8rem}.address-card__delete{color:var(--text-muted);border-radius:var(--radius-sm);flex-shrink:0;padding:.3rem .6rem;font-size:.78rem;font-weight:600;transition:color .15s,background .15s}.address-card__delete:hover:not(:disabled){color:var(--red);background:#e0545414}.address-card__delete:disabled{opacity:.6;cursor:not-allowed}.addresses-add{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.25rem}.addresses-add__btn{padding:.625rem 1.25rem;font-size:.875rem}.addresses-add__header{justify-content:space-between;align-items:center;display:flex}.addresses-add__title{color:var(--text-primary);font-size:.9rem;font-weight:700}.addresses-add__cancel{color:var(--purple-light);padding:.25rem 0;font-size:.82rem;font-weight:600;transition:color .15s}.addresses-add__cancel:hover{color:var(--text-primary)}.addresses-type-toggle{gap:.5rem;margin-top:1rem;display:flex}.addresses-type-toggle__option{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.85rem;transition:border-color .15s,background .15s,color .15s;display:flex}.addresses-type-toggle__option:hover{border-color:var(--purple-light)}.addresses-type-toggle__option--active{border-color:var(--purple);background:var(--purple-dim);color:var(--purple-light);font-weight:600}.addresses-type-toggle__option input{accent-color:var(--purple)}.checkout-page{flex:1;padding-bottom:5rem}.checkout-page__body{flex-direction:column;padding-top:2rem;display:flex}.checkout-page__grid{grid-template-columns:1fr 360px;align-items:start;gap:2rem;display:grid}.checkout-steps{justify-content:center;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.checkout-step{color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.checkout-step--active{color:var(--primary-light)}.checkout-step__num{border:2px solid var(--border-glow);border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.875rem;font-weight:700;display:flex}.checkout-step--active .checkout-step__num{border-color:var(--primary-light)}.checkout-step__label{letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:600}.checkout-step__line{background:var(--border-glow);width:3rem;height:1px}.checkout-main{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.checkout-section{background:var(--surface-container);border:1px solid var(--border-glow);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:1.5rem}.checkout-section__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.checkout-section__head .checkout-section__title{border-bottom:none;margin-bottom:0;padding-bottom:0}.checkout-section__title{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.25rem;font-weight:700}.checkout-section__meta{color:var(--text-muted);white-space:nowrap;font-size:.875rem}.checkout-row-2{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem;display:grid}.checkout-status{color:var(--text-muted);padding:.5rem 0;font-size:.9rem}.checkout-items{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.checkout-item{border-bottom:1px solid var(--border-glow);gap:1rem;padding:1.25rem 0;display:flex}.checkout-item:first-child{padding-top:0}.checkout-item:last-child{border-bottom:none;padding-bottom:0}.checkout-item__checkbox{width:18px;height:18px;accent-color:var(--purple);cursor:pointer;flex-shrink:0;margin-top:.15rem}.checkout-item--deselected{opacity:.45}.checkout-item--deselected .checkout-item__name{text-decoration:line-through}.checkout-item__img{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border-glow);background:var(--bg-secondary);flex-shrink:0;width:88px;height:88px}.checkout-item__img--placeholder{background:var(--bg-elevated)}.checkout-item__info{flex-direction:column;flex:1;justify-content:space-between;gap:.75rem;min-width:0;display:flex}.checkout-item__head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.checkout-item__name{color:var(--primary-light);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1rem;font-weight:700;overflow:hidden}.checkout-item__price{color:var(--gold);white-space:nowrap;flex-shrink:0;font-size:1.1rem;font-weight:700}.checkout-item__controls{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.checkout-item__qty{border:1px solid var(--border-glow);border-radius:var(--radius-sm);background:var(--surface-container-low);align-items:center;padding:.15rem .25rem;display:flex}.checkout-item__qty-btn{width:1.75rem;height:1.75rem;color:var(--primary-light);border-radius:var(--radius-sm);font-size:1.1rem;line-height:1;transition:color .15s,background .15s}.checkout-item__qty-btn:hover:not(:disabled){color:var(--purple-light);background:var(--purple-dim)}.checkout-item__qty-btn:disabled{opacity:.4;cursor:not-allowed}.checkout-item__qty-value{text-align:center;min-width:2rem;font-size:.875rem;font-weight:600}.checkout-item__remove{color:var(--red);letter-spacing:.04em;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;transition:opacity .15s;display:inline-flex}.checkout-item__remove:hover{text-underline-offset:2px;text-decoration:underline}.checkout-address-list{flex-direction:column;gap:.625rem;margin:0 0 1rem;padding:0;list-style:none;display:flex}.checkout-address-list--billing{margin-top:1rem}.checkout-billing-toggle{border-top:1px solid var(--border-glow);margin-top:1rem;padding-top:1rem}.checkout-payment-list{grid-template-columns:1fr 1fr;gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.checkout-shipping-list{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex}.checkout-shipping__price{color:var(--gold);white-space:nowrap;flex-shrink:0;font-size:1.05rem;font-weight:700}.checkout-shipping__price--free{color:var(--green)}.checkout-card{border:1px solid var(--border-glow);border-radius:var(--radius-sm);background:var(--surface-container-low);cursor:pointer;align-items:center;gap:.875rem;padding:.875rem 1rem;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;position:relative}.checkout-card:hover{border-color:var(--purple-light)}.checkout-card--selected{border-color:var(--purple);background:var(--purple-dim);box-shadow:var(--shadow-glow)}.checkout-card__radio{appearance:none;border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .15s;position:relative}.checkout-card--selected .checkout-card__radio{border-color:var(--purple);background:radial-gradient(circle, var(--purple) 45%, transparent 50%)}.checkout-card__body{flex:1;min-width:0}.checkout-card__title{color:var(--text-primary);font-size:.9rem;font-weight:600;line-height:1.3}.checkout-card__sub{color:var(--text-muted);overflow-wrap:anywhere;margin-top:.15rem;font-size:.8rem}.checkout-card__badge{text-transform:uppercase;letter-spacing:.05em;color:var(--gold);background:var(--gold-dim);border-radius:99px;flex-shrink:0;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.checkout-card--payment{gap:.75rem}.checkout-payment__icon{text-align:center;flex-shrink:0;width:28px;font-size:1.25rem}.checkout-payment__discount{color:var(--green);margin-top:.15rem;font-size:.78rem;font-weight:600}.checkout-installments{background:var(--bg-secondary);border-radius:var(--radius-sm);border:1px solid var(--border);align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem 1rem;display:flex}.checkout-installments__label{color:var(--text-secondary);white-space:nowrap;font-size:.8rem;font-weight:600}.checkout-installments__select{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;flex:1;padding:.4rem .625rem;font-size:.875rem}.checkout-installments__select:focus{border-color:var(--purple-light);outline:none}.checkout-add-btn{color:var(--purple-light);text-underline-offset:2px;padding:.25rem 0;font-size:.82rem;font-weight:600;text-decoration:underline;transition:color .15s}.checkout-add-btn:hover{color:var(--text-primary)}.checkout-new-address{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.checkout-form-row{gap:.75rem;display:flex}.checkout-form-field{flex-direction:column;gap:.35rem;display:flex}.checkout-form-field label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.checkout-form-field input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);box-sizing:border-box;width:100%;padding:.5rem .75rem;font-size:.9rem;transition:border-color .15s}.checkout-form-field input:focus{border-color:var(--purple-light);outline:none}.checkout-form-field input::placeholder{color:var(--text-muted)}.checkout-form-field--full{flex:1}.checkout-form-field--grow{flex:3}.checkout-form-field--half{flex:1}.checkout-form-field--small{flex:0 0 90px}.checkout-form-field--cep{flex:0 0 150px}.checkout-cep-wrap{align-items:center;display:flex;position:relative}.checkout-cep-wrap input{width:100%}.checkout-cep-spinner{border:2px solid var(--border);border-top-color:var(--purple-light);border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.6s linear infinite cep-spin;position:absolute;right:.625rem}@keyframes cep-spin{to{transform:rotate(360deg)}}.checkout-cep-error{color:var(--red);margin-top:.25rem;font-size:.78rem}.checkout-form-checkbox{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.checkout-form-checkbox input{accent-color:var(--purple)}.checkout-save-address-btn{align-self:flex-start;padding:.625rem 1.25rem;font-size:.875rem}.checkout-error{color:var(--red);border-radius:var(--radius-sm);background:#e0545414;border:1px solid #e0545433;padding:.625rem .875rem;font-size:.875rem}.checkout-sidebar{flex-direction:column;gap:1.5rem;min-width:0;display:flex;position:sticky;top:calc(72px + 1.5rem)}.checkout-summary{background:var(--bg-card);border:1px solid var(--purple-dim);border-radius:var(--radius);box-shadow:var(--shadow-card);flex-direction:column;gap:.875rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.checkout-summary__glow{filter:blur(2rem);pointer-events:none;background:radial-gradient(circle,#7c3aed2e,#0000 70%);border-radius:50%;width:12rem;height:12rem;position:absolute;top:-6rem;right:-6rem}.checkout-summary>:not(.checkout-summary__glow){z-index:1;position:relative}.checkout-summary__title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.checkout-summary__row{color:var(--on-surface-variant);justify-content:space-between;font-size:.95rem;display:flex}.checkout-summary__row span:last-child{color:var(--text-primary);font-weight:600}.checkout-summary__discount{color:var(--green)!important}.checkout-summary__divider{border-top:1px solid var(--border-glow);margin:.5rem 0}.checkout-summary__total{justify-content:space-between;align-items:flex-end;margin-bottom:.5rem;display:flex}.checkout-summary__total-label{color:var(--text-primary);font-size:1.25rem;font-weight:700}.checkout-summary__total-value{text-align:right}.checkout-summary__total-amount{color:var(--gold);text-shadow:0 0 10px #eac25566;font-size:1.75rem;font-weight:700}.checkout-summary__installments{color:var(--text-muted);margin-top:.15rem;font-size:.875rem}.checkout-submit{justify-content:center;width:100%;padding:.875rem;font-size:1rem}.checkout-submit:disabled{opacity:.5;cursor:not-allowed}.checkout-continue{justify-content:center;width:100%;padding:.75rem}.checkout-summary__secure{background:var(--surface-container);border:1px solid var(--border-glow);border-radius:var(--radius-sm);color:var(--text-muted);align-items:center;gap:.75rem;margin-top:.5rem;padding:.75rem;font-size:.8rem;display:flex}.checkout-summary__secure svg{color:var(--gold);flex-shrink:0}.checkout-coupon{background:var(--surface-container);border:1px solid var(--border-glow);border-radius:var(--radius);padding:1rem}.checkout-coupon__label{letter-spacing:.05em;text-transform:uppercase;color:var(--on-surface-variant);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.checkout-coupon__row{gap:.5rem;display:flex}.checkout-coupon__input{background:var(--bg-primary);border:1px solid var(--border-glow);border-radius:var(--radius-sm);min-width:0;color:var(--text-primary);text-transform:uppercase;flex:1;padding:.5rem .75rem;font-size:.875rem}.checkout-coupon__input:focus{border-color:var(--purple);outline:none}.checkout-coupon__input::placeholder{color:var(--text-muted)}.checkout-coupon__btn{background:var(--purple-dim);color:var(--primary-light);border:1px solid var(--purple);border-radius:var(--radius-sm);letter-spacing:.05em;text-transform:uppercase;padding:.5rem 1rem;font-size:.75rem;font-weight:600;transition:background .15s,color .15s}.checkout-coupon__btn:hover{background:var(--purple);color:var(--on-primary)}.checkout-coupon__msg{color:var(--red);margin-top:.5rem;font-size:.8rem}@media (width<=900px){.checkout-page{overflow-x:hidden}.checkout-page__grid{grid-template-columns:minmax(0,1fr);gap:1.5rem}.checkout-sidebar{position:static}}@media (width<=600px){.checkout-page{padding-bottom:3rem}.checkout-page__body{padding-top:1.25rem}.checkout-page__grid,.checkout-main{gap:1.25rem}.checkout-row-2{grid-template-columns:1fr;gap:1.25rem}.checkout-payment-list{grid-template-columns:1fr}.checkout-section,.checkout-summary{padding:1.15rem}.checkout-form-row{flex-direction:column;gap:.75rem}.checkout-form-field--full,.checkout-form-field--grow,.checkout-form-field--half,.checkout-form-field--small,.checkout-form-field--cep{flex:auto;width:100%}.checkout-save-address-btn{align-self:stretch;width:100%}.checkout-installments{flex-direction:column;align-items:stretch;gap:.5rem}}
