@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap";
:root{--bg:#fffaf3;--surface:#fff;--surface-2:#f5eee4;--text:#171411;--muted:#756b60;--line:#1714111f;--gold:#b9935b;--gold-2:#d9bf8c;--black:#111;--ivory:#fffaf3;--shadow:0 22px 60px #1c140c1a;--shadow-soft:0 12px 34px #1c140c14;--radius:28px;--radius-sm:18px;--nav-h:82px;--ease:cubic-bezier(.2, .8, .2, 1)}[data-theme=dark]{--bg:#0f0d0b;--surface:#171411;--surface-2:#221d18;--text:#f9f1e6;--muted:#c0b4a6;--line:#333;--gold:#d8b472;--gold-2:#f1dba7;--black:#fff;--ivory:#14110f;--shadow:0 24px 70px #00000061;--shadow-soft:0 12px 34px #00000042 --card: #1a1a1a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);transition:background .35s var(--ease), color .35s var(--ease);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.serif{font-family:Cormorant Garamond,Georgia,serif}.container{width:min(1180px,100% - 34px);margin:auto}.eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-size:12px;font-weight:700}.section{padding:82px 0}.section.tight{padding:54px 0}.section-head{justify-content:space-between;align-items:end;gap:22px;margin-bottom:28px;display:flex}.section-head h2{margin:8px 0 0;font-family:Cormorant Garamond,serif;font-size:clamp(34px,4vw,58px);line-height:.98}.section-head p{color:var(--muted);max-width:560px;margin:0}.btn{border:1px solid var(--line);background:var(--text);color:var(--bg);letter-spacing:.04em;transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border .25s var(--ease);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:13px 22px;font-size:13px;font-weight:800;display:inline-flex}.btn:hover{box-shadow:var(--shadow-soft);transform:translateY(-3px)}.btn.light{color:#111;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border-color:#fff9}.btn.ghost{color:var(--text);border-color:var(--line);background:0 0}.btn.gold{background:linear-gradient(135deg, var(--gold), var(--gold-2));color:#171411;border:0}.top-strip{background:var(--text);height:36px;color:var(--bg);letter-spacing:.12em;text-transform:uppercase;justify-content:center;align-items:center;font-size:12px;display:flex}.navbar{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);transition:background .3s var(--ease), box-shadow .3s var(--ease);background:#fffaf3c7;position:sticky;top:0}[data-theme=dark] .navbar{background:#0f0d0bc7}.nav-inner{height:var(--nav-h);grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;display:grid}.brand{letter-spacing:.08em;text-transform:uppercase;font-family:Cormorant Garamond,serif;font-size:34px;font-weight:700}.nav-links{align-items:center;gap:26px;display:flex}.nav-links a{letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:800;position:relative}.nav-links a:after{content:"";background:var(--gold);width:0;height:1px;transition:.25s var(--ease);position:absolute;bottom:-8px;left:0}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-actions{justify-content:end;align-items:center;gap:10px;display:flex}.icon-btn,.hamburger{border:1px solid var(--line);background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;transition:.25s var(--ease);border-radius:50%;place-items:center;display:grid;position:relative}.icon-btn svg,.hamburger svg{stroke-width:2.2px;width:21px;height:21px}.icon-btn:hover,.hamburger:hover{border-color:var(--gold);box-shadow:var(--shadow-soft);transform:translateY(-2px)}.badge{background:var(--gold);color:#111;border-radius:999px;place-items:center;min-width:18px;height:18px;font-size:11px;font-weight:900;display:grid;position:absolute;top:-3px;right:-2px}.hamburger{display:none}.mobile-menu{border-top:1px solid var(--line);background:var(--surface);padding:16px 0;display:none}.mobile-menu.open{display:block}.mobile-menu a{text-transform:uppercase;letter-spacing:.08em;padding:13px 17px;font-size:13px;font-weight:800;display:block}.hero{background:#15110d;height:450px;position:relative;overflow:hidden}.hero-slide{opacity:0;transition:opacity 1s var(--ease), transform 4s linear;position:absolute;inset:0;transform:scale(1.03)}.hero-slide.active{opacity:1;transform:scale(1)}.hero-slide img{object-fit:cover;filter:brightness(.72);width:100%;height:100%}.hero-content{z-index:2;align-items:center;display:flex;position:absolute;inset:0}.hero-copy{color:#fff;max-width:650px;padding:0 17px}.hero-copy h1{text-wrap:balance;margin:12px 0 18px;font-family:Cormorant Garamond,serif;font-size:clamp(46px,7vw,86px);line-height:.93}.hero-copy p{color:#ffffffe0;max-width:530px;margin:0 0 24px;font-size:17px}.hero-buttons{flex-wrap:wrap;gap:12px;display:flex}.hero-dots{z-index:3;gap:8px;display:flex;position:absolute;bottom:26px;right:32px}.dot{background:#ffffff73;border:0;border-radius:99px;width:10px;height:10px}.dot.active{background:var(--gold);width:34px}.inner-hero{background:linear-gradient(135deg, var(--surface-2), var(--bg));border-bottom:1px solid var(--line);align-items:center;min-height:245px;display:flex;position:relative;overflow:hidden}.inner-hero:after{content:"";background:radial-gradient(circle,#b9935b40,#0000 68%);border-radius:50%;width:420px;height:420px;position:absolute;top:-160px;right:-80px}.inner-hero h1{margin:8px 0;font-family:Cormorant Garamond,serif;font-size:clamp(44px,6vw,74px);line-height:.95}.inner-hero p{color:var(--muted);max-width:680px;margin:0}.promo-grid{grid-template-columns:1.25fr .75fr;gap:22px;display:grid}.banner{border-radius:var(--radius);min-height:270px;box-shadow:var(--shadow);isolation:isolate;position:relative;overflow:hidden}.banner.small{min-height:270px}.banner img{object-fit:cover;width:100%;height:100%;transition:transform .8s var(--ease);filter:brightness(.72);position:absolute;inset:0}.banner:hover img{transform:scale(1.06)}.banner-content{color:#fff;z-index:1;background:linear-gradient(#0000,#0000009e);padding:32px;position:absolute;inset:auto 0 0}.banner-content h3{margin:8px 0 10px;font-family:Cormorant Garamond,serif;font-size:clamp(30px,3.6vw,54px);line-height:.95}.banner-content p{color:#ffffffe6;max-width:520px;margin:0 0 18px}.category-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.category-card{background:var(--surface);box-shadow:var(--shadow-soft);border:1px solid var(--line);transition:.3s var(--ease);border-radius:24px;overflow:hidden}.category-card:hover{transform:translateY(-7px)}.category-card img{object-fit:cover;width:100%;height:230px;transition:.6s var(--ease)}.category-card:hover img{transform:scale(1.05)}.category-card div{padding:18px}.category-card h3{margin:0;font-size:18px}.category-card span{color:var(--muted);font-size:13px}.toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.search,.select{border:1px solid var(--line);background:var(--surface);height:48px;color:var(--text);border-radius:999px;outline:0;padding:0 18px}.search{min-width:min(420px,100%)}.filters{flex-wrap:wrap;gap:10px;display:flex}.product-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.product-card{background:var(--surface);border:1px solid var(--line);transition:transform .3s var(--ease), box-shadow .3s var(--ease), border .3s var(--ease);border-radius:26px;position:relative;overflow:hidden;box-shadow:0 4px 18px #00000008}.product-card:hover{box-shadow:var(--shadow);border-color:#b9935b73;transform:translateY(-8px)}.product-media{background:var(--surface-2);height:335px;position:relative;overflow:hidden}.product-media img{object-fit:cover;width:100%;height:100%;transition:.7s var(--ease)}.product-card:hover .product-media img{transform:scale(1.06)}.quick-actions{opacity:0;transition:.3s var(--ease);flex-direction:column;gap:8px;display:flex;position:absolute;top:12px;right:12px;transform:translate(16px)}.product-card:hover .quick-actions{opacity:1;transform:none}.label{color:#111;text-transform:uppercase;letter-spacing:.06em;background:#ffffffe6;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;position:absolute;top:12px;left:12px}.product-info{padding:18px}.product-info h3{margin:0 0 6px;font-size:16px}.product-info .cat{color:var(--muted);font-size:13px}.price{align-items:center;gap:9px;margin-top:11px;font-weight:900;display:flex}.old{color:var(--muted);font-weight:600;text-decoration:line-through}.stars{color:var(--gold);margin-top:10px;font-size:13px}.slider-row{scroll-snap-type:x mandatory;grid-auto-columns:285px;grid-auto-flow:column;gap:20px;padding:6px 0 18px;display:grid;overflow-x:auto}.slider-row::-webkit-scrollbar{height:7px}.slider-row::-webkit-scrollbar-thumb{background:var(--gold);border-radius:99px}.slider-row .product-card{scroll-snap-align:start}.sale-strip{border-radius:var(--radius);background:linear-gradient(135deg, #19130e, var(--gold));color:#fff;justify-content:space-between;align-items:center;gap:24px;padding:46px;display:flex;position:relative;overflow:hidden}.sale-strip h2{margin:8px 0;font-family:Cormorant Garamond,serif;font-size:clamp(36px,5vw,66px);line-height:.9}.sale-strip p{color:#ffffffe0;max-width:560px}.testimonials{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.quote{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:24px;padding:26px}.quote p{color:var(--muted)}.instagram{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.instagram img{object-fit:cover;width:100%;height:180px;transition:.3s var(--ease);border-radius:18px}.instagram img:hover{filter:saturate(1.1);transform:scale(.97)}.newsletter{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-soft);padding:42px}.newsletter h2{margin:0 0 8px;font-family:Cormorant Garamond,serif;font-size:50px}.newsletter form{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;display:flex}.newsletter input{border:1px solid var(--line);background:var(--bg);min-width:min(430px,100%);height:52px;color:var(--text);border-radius:999px;padding:0 20px}.product-detail{grid-template-columns:1.05fr .95fr;align-items:start;gap:46px;display:grid}.gallery{grid-template-columns:92px 1fr;gap:16px;display:grid;position:sticky;top:106px}.thumbs{flex-direction:column;gap:12px;display:flex}.thumbs img{object-fit:cover;border:1px solid var(--line);cursor:pointer;opacity:.72;border-radius:16px;width:92px;height:108px}.thumbs img.active{opacity:1;border-color:var(--gold)}.main-photo{border-radius:var(--radius);background:var(--surface-2);height:680px;box-shadow:var(--shadow);overflow:hidden}.main-photo img{object-fit:cover;width:100%;height:100%}.detail-info h1{margin:12px 0;font-family:Cormorant Garamond,serif;font-size:clamp(44px,5vw,70px);line-height:.9}.detail-info p{color:var(--muted)}.swatches,.sizes{flex-wrap:wrap;gap:10px;margin:12px 0 24px;display:flex}.swatch{border:2px solid var(--surface);width:34px;height:34px;box-shadow:0 0 0 1px var(--line);cursor:pointer;border-radius:50%}.size{border:1px solid var(--line);background:var(--surface);min-width:48px;height:42px;color:var(--text);cursor:pointer;border-radius:999px;font-weight:800}.size:hover,.size.active{border-color:var(--gold);background:var(--gold);color:#111}.detail-actions{flex-wrap:wrap;gap:12px;display:flex}.accordions{border-top:1px solid var(--line);margin-top:26px}.acc{border-bottom:1px solid var(--line);padding:16px 0}.acc summary{cursor:pointer;font-weight:900}.footer{background:var(--text);color:var(--bg);margin-top:60px;padding:62px 0 28px}.footer-grid{grid-template-columns:1.3fr repeat(3,1fr);gap:28px;display:grid}.footer h3,.footer h4{margin-top:0}.footer a,.footer p{color:#fffaf3bf}.wa{z-index:55;color:#fff;width:56px;height:56px;transition:.25s var(--ease);background:#25d366;border-radius:50%;place-items:center;display:grid;position:fixed;bottom:18px;right:18px;box-shadow:0 12px 28px #00000040}.wa:hover{transform:translateY(-4px)}.reveal{opacity:0;transition:opacity .75s var(--ease), transform .75s var(--ease);transform:translateY(24px)}.reveal.show{opacity:1;transform:none}.fade-in{animation:fadeUp .8s var(--ease) both}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@media (max-width:980px){.nav-inner{grid-template-columns:auto 1fr auto}.brand{font-size:28px}.nav-links{display:none}.hamburger{display:grid}.hero{height:450px}.promo-grid,.product-detail{grid-template-columns:1fr}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.testimonials{grid-template-columns:1fr}.instagram{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.gallery{position:static}.main-photo{height:560px}}@media (max-width:620px){:root{--nav-h:70px}.container{width:min(100% - 26px,1180px)}.top-strip{text-align:center;padding:0 8px;font-size:10px}.brand{letter-spacing:.05em;font-size:25px}.nav-actions .hide-sm{display:none}.hero{height:450px}.hero-copy h1{font-size:45px}.hero-copy p{font-size:15px}.hero-dots{right:16px}.section{padding:58px 0}.section-head{display:block}.promo-grid,.category-grid,.product-grid{grid-template-columns:1fr}.banner,.banner.small{min-height:350px}.banner-content{padding:24px}.product-media{height:410px}.sale-strip{padding:32px;display:block}.instagram{grid-template-columns:repeat(2,1fr)}.footer-grid,.gallery{grid-template-columns:1fr}.thumbs{flex-direction:row;order:2;overflow:auto}.thumbs img{width:76px;height:92px}.main-photo{height:540px}.newsletter{padding:30px 18px}.newsletter h2{font-size:38px}.inner-hero{min-height:210px}.icon-btn{width:42px;height:42px}}.category-grid.five{grid-template-columns:repeat(5,1fr)}.video-feature{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);grid-template-columns:minmax(260px,380px) 1fr;align-items:center;gap:34px;padding:26px;display:grid}.reels-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.reel-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-soft);transition:.3s var(--ease);border-radius:28px;padding:12px}.reel-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.reel-card h3{margin:14px 8px 6px;font-family:Cormorant Garamond,serif;font-size:24px}.reel-card .video-frame{width:100%;max-height:none}.video-frame{aspect-ratio:9/16;box-shadow:var(--shadow);background:linear-gradient(145deg,#15110d,#3b2d1f);border-radius:30px;max-height:680px;position:relative;overflow:hidden}.video-frame video{object-fit:cover;width:100%;height:100%;display:block}.video-frame video[src=""],.video-frame video:not([src]){opacity:.22}.video-placeholder{text-align:center;color:#fff;background:linear-gradient(#0000,#00000059);flex-direction:column;justify-content:center;align-items:center;padding:28px;display:flex;position:absolute;inset:0}.video-placeholder span{letter-spacing:.12em;border:1px solid #ffffff73;border-radius:999px;margin-bottom:12px;padding:7px 14px;font-weight:900}.video-placeholder strong{font-family:Cormorant Garamond,serif;font-size:clamp(28px,4vw,44px);line-height:1}.video-placeholder small{color:#fffc;margin-top:10px}.video-copy h3{margin:8px 0 14px;font-family:Cormorant Garamond,serif;font-size:clamp(36px,5vw,66px);line-height:.95}.fit-guides{gap:12px;margin:8px 0 24px;display:grid}.chart-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:20px;padding:15px 17px}.chart-card summary{cursor:pointer;font-weight:900}.table-wrap{margin-top:14px;overflow:auto}.chart-card table{border-collapse:collapse;width:100%;min-width:520px}.chart-card th,.chart-card td{border-bottom:1px solid var(--line);text-align:left;padding:11px;font-size:13px}.chart-card th{color:var(--gold);text-transform:uppercase;letter-spacing:.08em}.footer p{margin:.45rem 0}.footer a:hover{color:var(--gold)}@media (max-width:980px){.category-grid.five{grid-template-columns:repeat(2,1fr)}.video-feature{grid-template-columns:1fr}.reels-grid{grid-template-columns:repeat(2,1fr)}.video-frame{width:min(100%,360px);margin:auto}}@media (max-width:620px){.category-grid.five{grid-template-columns:1fr}.video-feature{padding:16px}.reels-grid{grid-template-columns:1fr}.reel-card{padding:10px}.video-frame{border-radius:24px}}.empty-state{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-soft);padding:42px}.cart-layout{grid-template-columns:1.35fr .65fr;align-items:start;gap:24px;display:grid}.cart-list,.summary-card,.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:24px}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:96px 1fr auto;align-items:center;gap:16px;padding:16px 0;display:grid}.cart-item:last-child{border-bottom:0}.cart-item h3{margin:0 0 4px}.cart-item p{color:var(--muted);margin:.2rem 0}.qty{border:1px solid var(--line);border-radius:999px;align-items:center;gap:10px;padding:6px 10px;display:inline-flex}.qty button,.text-btn{color:var(--text);cursor:pointer;background:0 0;border:0;font-weight:900}.summary-row{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding:12px 0;display:flex}.summary-row.total{border-bottom:0;font-size:20px;font-weight:900}.auth-wrap{grid-template-columns:.9fr 1.1fr;align-items:center;gap:28px;display:grid}.auth-card form{gap:12px;display:grid}.field{border:1px solid var(--line);background:var(--bg);height:50px;color:var(--text);border-radius:999px;outline:0;padding:0 18px}.auth-note{color:var(--muted);font-size:14px}.toast{background:var(--text);color:var(--bg);box-shadow:var(--shadow);opacity:0;pointer-events:none;transition:.25s var(--ease);z-index:100;border-radius:999px;padding:12px 18px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(20px)}.toast.show{opacity:1;transform:translate(-50%)}.search-status{color:var(--muted);font-weight:700}.quick-actions .icon-btn{color:#111;background:#ffffffeb}.product-actions{flex-wrap:wrap;gap:10px;margin-top:14px;display:flex}.product-actions .btn{min-height:42px;padding:10px 14px;font-size:12px}.nav-actions .badge:not(:empty){display:grid}.account-pill{border:1px solid var(--line);text-transform:uppercase;background:var(--surface);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:900}@media (max-width:900px){.cart-layout,.auth-wrap{grid-template-columns:1fr}.cart-item{grid-template-columns:82px 1fr}.cart-item .item-side{grid-column:2}.cart-item img{width:82px;height:104px}}.search-hero{background:radial-gradient(circle at top right, #b9935b38, transparent 34%), linear-gradient(135deg, var(--surface-2), var(--bg));border-bottom:1px solid var(--line);padding:72px 0 46px}.search-hero-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:32px;display:grid}.search-hero h1{margin:10px 0;font-size:clamp(48px,7vw,88px);line-height:.9}.search-hero p{color:var(--muted);max-width:560px}.search-panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-soft);border-radius:30px;padding:24px}.search-panel label{text-transform:uppercase;letter-spacing:.16em;color:var(--gold);margin-bottom:12px;font-size:12px;font-weight:900;display:block}.search-box-pro{border:1px solid var(--line);background:var(--bg);border-radius:999px;align-items:center;gap:12px;height:64px;padding:0 18px;display:flex}.search-box-pro svg{width:22px;height:22px;color:var(--muted)}.search-box-pro input{width:100%;height:100%;color:var(--text);background:0 0;border:0;outline:0;font-size:16px}.search-chips{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.search-chips button{border:1px solid var(--line);background:var(--bg);color:var(--text);cursor:pointer;transition:.25s var(--ease);border-radius:999px;padding:10px 14px;font-weight:800}.search-chips button:hover{border-color:var(--gold);transform:translateY(-2px)}.search-result-head{justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;display:flex}.search-result-head h2{margin:4px 0 0;font-size:clamp(34px,4vw,56px)}.search-grid{padding-top:4px}.auth-card .btn{width:100%}.icon-btn[data-currency].active{border-color:var(--gold);color:var(--gold)}@media (max-width:900px){.search-hero-grid{grid-template-columns:1fr}.search-result-head{flex-direction:column;align-items:start}.search-box-pro{height:58px}}.nav-actions .badge{display:none}.nav-actions .badge.is-visible{display:grid}.chart-card:not([open]) .table-wrap{display:none}.profile-layout{grid-template-columns:.38fr .62fr;align-items:start;gap:26px;display:grid}.profile-stack{gap:22px;display:grid}.profile-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);padding:26px}.profile-avatar{background:linear-gradient(135deg, var(--gold), var(--gold-2));color:#171411;border-radius:50%;place-items:center;width:86px;height:86px;margin-bottom:16px;font-family:Cormorant Garamond,serif;font-size:44px;font-weight:800;display:grid}.profile-card h2{margin:0 0 6px}.profile-actions{gap:10px;margin-top:18px;display:grid}.profile-section-head{justify-content:space-between;align-items:start;gap:16px;margin-bottom:18px;display:flex}.profile-section-head h2{margin:3px 0 0;font-size:clamp(30px,4vw,46px)}.profile-badge{border:1px solid var(--line);color:var(--gold);background:var(--bg);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}.profile-form{grid-template-columns:1fr 1fr;gap:12px;display:grid}.profile-form .textarea{resize:vertical;border-radius:22px;grid-column:1/-1;height:112px;padding-top:15px}.profile-form .btn{grid-column:1/-1;width:max-content}.history-list{gap:14px;display:grid}.history-card{border:1px solid var(--line);background:var(--bg);border-radius:22px;grid-template-columns:1fr auto;gap:8px 16px;padding:18px;display:grid}.history-card p{color:var(--muted);margin:4px 0 0}.history-card ul{color:var(--muted);grid-column:1/-1;margin:8px 0 0;padding-left:18px}@media (max-width:900px){.profile-layout,.profile-form{grid-template-columns:1fr}.profile-form .btn{width:100%}}.cart-layout{grid-template-columns:2fr 420px;gap:40px;display:grid}.cart-item{border:1px solid var(--line);border-radius:18px;gap:20px;margin-bottom:20px;padding:20px;display:flex}.cart-item img{object-fit:cover;border-radius:14px;width:180px;height:220px}.cart-info{flex-direction:column;gap:10px;display:flex}.cart-summary{border:1px solid var(--line);border-radius:20px;height:fit-content;padding:30px;position:sticky;top:120px}.summary-row{justify-content:space-between;margin:18px 0;display:flex}.total{font-size:20px;font-weight:700}@media (max-width:992px){.cart-layout{grid-template-columns:1fr}.cart-item{flex-direction:column}.cart-item img{width:100%;height:auto}}.category-filter{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.filter-btn{border:1px solid var(--line);cursor:pointer;background:0 0;border-radius:999px;padding:12px 22px;transition:all .3s}.filter-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.checkout-form{flex-direction:column;gap:18px;max-width:700px;margin:auto;display:flex}
