.Header-module__hBw1pG__header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000000d;padding:1rem 0;position:sticky;top:0}.Header-module__hBw1pG__nav{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logo{font-family:var(--font-outfit);color:var(--color-primary);z-index:101;align-items:center;gap:8px;font-size:1.5rem;font-weight:700;display:flex}.Header-module__hBw1pG__links{gap:2rem;display:flex}.Header-module__hBw1pG__link{color:var(--color-text-main);font-weight:500;transition:color .2s}.Header-module__hBw1pG__link:hover{color:var(--color-primary)}.Header-module__hBw1pG__actions{align-items:center;gap:1rem;display:flex}.Header-module__hBw1pG__cartButton,.Header-module__hBw1pG__mobileMenuBtn{color:var(--color-text-main);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex;position:relative}.Header-module__hBw1pG__mobileMenuBtn{display:none}.Header-module__hBw1pG__badge{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.Header-module__hBw1pG__mobileOverlay{z-index:200;visibility:hidden;background-color:#fdfbf7;flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translate(100%)}.Header-module__hBw1pG__mobileOverlay.Header-module__hBw1pG__open{visibility:visible;transform:translate(0)}.Header-module__hBw1pG__mobileLogo{font-family:var(--font-outfit);color:var(--color-primary);opacity:0;flex-direction:column;align-items:center;gap:12px;margin-bottom:2rem;font-size:1.8rem;font-weight:700;transition:all .4s .1s;display:flex;transform:translateY(20px)}.Header-module__hBw1pG__mobileOverlay.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileLogo{opacity:1;transform:translateY(0)}.Header-module__hBw1pG__mobileNav{text-align:center;background-color:#fdfbf7;border-radius:16px;flex-direction:column;gap:2rem;padding:2rem;display:flex}.Header-module__hBw1pG__mobileLink{color:var(--color-text-main);font-size:1.5rem;font-weight:600;font-family:var(--font-outfit);opacity:0;text-decoration:none;transition:all .4s;position:relative;transform:translateY(20px)}.Header-module__hBw1pG__mobileOverlay.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileLink:first-child{opacity:1;transition-delay:.2s;transform:translateY(0)}.Header-module__hBw1pG__mobileOverlay.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileLink:nth-child(2){opacity:1;transition-delay:.3s;transform:translateY(0)}.Header-module__hBw1pG__mobileOverlay.Header-module__hBw1pG__open .Header-module__hBw1pG__mobileLink:nth-child(3){opacity:1;transition-delay:.4s;transform:translateY(0)}.Header-module__hBw1pG__mobileLink:hover{color:var(--color-primary)}.Header-module__hBw1pG__closeBtn{cursor:pointer;color:var(--color-text-main);background:#0000000d;border:none;border-radius:50%;padding:12px;transition:background .2s;position:absolute;top:20px;right:20px}.Header-module__hBw1pG__closeBtn:hover{background:#0000001a}@media (max-width:768px){.Header-module__hBw1pG__links{display:none}.Header-module__hBw1pG__mobileMenuBtn{display:flex}.Header-module__hBw1pG__logo{font-size:1.2rem}}
.Footer-module__S6Hkya__footer{background:var(--color-secondary);color:#fff;margin-top:auto;padding:4rem 0 2rem}.Footer-module__S6Hkya__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__col h3{color:#fdfbf7;margin-bottom:1.5rem;font-size:1.5rem}.Footer-module__S6Hkya__logoContainer{align-items:center;gap:12px;margin-bottom:1.5rem;display:flex}.Footer-module__S6Hkya__logoContainer h3{margin-bottom:0}.Footer-module__S6Hkya__col p{opacity:.8;margin-bottom:1rem;line-height:1.6}.Footer-module__S6Hkya__social{gap:1rem;display:flex}.Footer-module__S6Hkya__copyright{text-align:center;opacity:.6;border-top:1px solid #ffffff1a;padding-top:2rem;font-size:.9rem}
.CartDrawer-module__wN0dRW__overlay{z-index:200;opacity:0;pointer-events:none;background:#0000004d;transition:opacity .3s;position:fixed;inset:0}.CartDrawer-module__wN0dRW__overlay.CartDrawer-module__wN0dRW__open{opacity:1;pointer-events:auto}.CartDrawer-module__wN0dRW__drawer{z-index:201;background:#fff;flex-direction:column;width:100%;max-width:400px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #0000001a}.CartDrawer-module__wN0dRW__drawer.CartDrawer-module__wN0dRW__open{transform:translate(0)}.CartDrawer-module__wN0dRW__header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CartDrawer-module__wN0dRW__title{font-size:1.25rem;font-weight:700;font-family:var(--font-outfit)}.CartDrawer-module__wN0dRW__closeParam{cursor:pointer;color:var(--color-text-main);-webkit-tap-highlight-color:transparent;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;padding:10px;transition:all .2s;display:flex}.CartDrawer-module__wN0dRW__closeParam:hover{background:#e0e0e0;transform:scale(1.05)}.CartDrawer-module__wN0dRW__body{flex:1;padding:1.5rem;overflow-y:auto}.CartDrawer-module__wN0dRW__empty{text-align:center;color:var(--color-text-muted);margin-top:2rem}.CartDrawer-module__wN0dRW__item{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.CartDrawer-module__wN0dRW__itemImage{border-radius:8px;flex-shrink:0;width:60px;height:60px;position:relative;overflow:hidden}.CartDrawer-module__wN0dRW__itemDetails{flex:1}.CartDrawer-module__wN0dRW__itemName{margin-bottom:4px;font-size:.95rem;font-weight:600}.CartDrawer-module__wN0dRW__itemType{color:var(--color-text-muted);text-transform:capitalize;font-size:.8rem}.CartDrawer-module__wN0dRW__itemPrice{color:var(--color-primary);margin-top:4px;font-weight:600}.CartDrawer-module__wN0dRW__footer{background:#f9f9f9;border-top:1px solid #eee;padding:1.5rem}.CartDrawer-module__wN0dRW__total{justify-content:space-between;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.CartDrawer-module__wN0dRW__checkoutBtn{background:var(--color-primary);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;gap:8px;width:100%;padding:1rem;font-weight:700;display:flex}.CartDrawer-module__wN0dRW__checkoutBtn:hover{background:var(--color-primary-dark)}@media (max-width:640px){.CartDrawer-module__wN0dRW__drawer{border-radius:0;flex-direction:column;justify-content:space-between;width:100vw;max-width:none;height:100dvh;display:flex;position:fixed;inset:0;transform:translate(100%)}.CartDrawer-module__wN0dRW__drawer.CartDrawer-module__wN0dRW__open{transform:translate(0)}.CartDrawer-module__wN0dRW__header{z-index:10;background:#fff;flex-shrink:0;padding:16px;position:sticky;top:0}.CartDrawer-module__wN0dRW__body{flex-grow:1;padding:16px 16px 20px;overflow-y:auto}.CartDrawer-module__wN0dRW__footer{padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:#f9f9f9;border-top:1px solid #eee;flex-shrink:0}.CartDrawer-module__wN0dRW__checkoutBtn{width:100%;margin-top:0}.CartDrawer-module__wN0dRW__closeParam{background:#f5f5f5;width:44px;height:44px;padding:12px}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter","Inter Fallback"}
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_8778cd42-module__wRojWG__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_8778cd42-module__wRojWG__variable{--font-outfit:"Outfit","Outfit Fallback"}
:root{--font-inter:"Inter",sans-serif;--font-outfit:"Outfit",sans-serif;--color-bg:#fffbf2;--color-surface:#fff;--color-text-main:#3e3e3e;--color-text-muted:#6b6b6b;--color-primary:#d99330;--color-primary-dark:#b57b26;--color-secondary:#8ba888;--color-accent:#e07a5f;--shadow-soft:0 10px 30px -5px #0000000d;--shadow-hover:0 20px 40px -5px #0000001a;--radius-md:12px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text-main);font-family:var(--font-inter);overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-outfit);color:var(--color-text-main);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-outfit);background:0 0;border:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{border-radius:var(--radius-md);justify-content:center;align-items:center;padding:12px 24px;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 5px 15px #d993304d}.glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80}
