@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}:root{--primary-white:#fff;--soft-white:#fafafa;--light-gray:#f5f5f5;--medium-gray:#e0e0e0;--gray:#9e9e9e;--dark-gray:#616161;--primary-black:#212121;--deep-black:#000;--accent-gray:#757575;--hover-gray:#424242}body{font-family:Inter,sans-serif;background-color:var(--primary-white);color:var(--primary-black);line-height:1.6;overflow-x:hidden}a{text-decoration:none!important}.cta-btn{color:var(--primary-white)!important}.cta-btn:hover{color:var(--primary-black)!important}.playfair,.section-title{font-family:Playfair Display,serif;color:var(--primary-black)}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;font-weight:400;letter-spacing:1px}.cta-btn{background:var(--primary-black);color:var(--primary-white);border:1px solid var(--primary-black);padding:1rem 2rem;font-size:.9rem;font-weight:400;text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.cta-btn:hover{background:var(--primary-white);color:var(--primary-black);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.cta-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--light-gray);transition:left .3s ease;z-index:-1}.cta-btn:hover:before{left:0}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.object-fill{object-fit:fill}.object-none{object-fit:none}.object-scale-down{object-fit:scale-down}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.admin-layout{min-height:100vh;background-color:#f8fafc}.admin-layout *{box-sizing:border-box}.fade-in-up{animation:fadeInUp .6s ease forwards}.CartSidebar_overlay__nogPP{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;justify-content:flex-end}.CartSidebar_sidebar__N7AG_{width:400px;max-width:90vw;height:100vh;background:var(--primary-white);box-shadow:-2px 0 10px rgba(0,0,0,.1);display:flex;flex-direction:column;animation:CartSidebar_slideIn___9kTz .3s ease-out}@keyframes CartSidebar_slideIn___9kTz{0%{transform:translateX(100%)}to{transform:translateX(0)}}.CartSidebar_header__QdWkR{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--light-gray)}.CartSidebar_header__QdWkR h2{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--primary-black);margin:0}.CartSidebar_closeBtn__UdD6P{background:none;border:none;font-size:2rem;color:var(--gray);cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.CartSidebar_closeBtn__UdD6P:hover{background:var(--light-gray);color:var(--primary-black)}.CartSidebar_emptyCart__HW_Lt{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.CartSidebar_emptyCart__HW_Lt p{color:var(--gray);font-size:1.1rem;margin-bottom:1.5rem}.CartSidebar_continueShopping__k87K7{padding:.75rem 1.5rem;background:var(--primary-black);color:var(--primary-white);border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.CartSidebar_continueShopping__k87K7:hover{background:var(--hover-gray)}.CartSidebar_items__VcO_k{flex:1 1;overflow-y:auto;padding:1rem}.CartSidebar_item__l86M2{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid var(--light-gray);position:relative}.CartSidebar_itemImage__Hhfj7{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0}.CartSidebar_itemImage__Hhfj7 img{width:100%;height:100%;object-fit:contain}.CartSidebar_itemInfo__dKflC{flex:1 1;min-width:0}.CartSidebar_itemInfo__dKflC h3{font-size:1rem;font-weight:600;color:var(--primary-black);margin:0 0 .5rem;line-height:1.3}.CartSidebar_price__nh4yF{font-size:1.125rem;font-weight:700;color:var(--primary-black);margin:0 0 .5rem}.CartSidebar_stockInfo__Uoqo4{margin-bottom:.75rem}.CartSidebar_stockInfo__Uoqo4 span{padding:3px 8px;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.CartSidebar_inStock__vHBMF{background:rgba(34,197,94,.9);color:#fff}.CartSidebar_lowStock__CFBtd{background:rgba(245,158,11,.9);color:#fff}.CartSidebar_outOfStock__plMOD{background:rgba(239,68,68,.9);color:#fff}.CartSidebar_quantityControls__kI7z0{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.CartSidebar_quantityBtn__ZxUSd{width:32px;height:32px;border:1px solid var(--medium-gray);background:var(--primary-white);color:var(--primary-black);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:600;transition:all .3s ease}.CartSidebar_quantityBtn__ZxUSd:hover:not(:disabled){background:var(--light-gray);border-color:var(--gray)}.CartSidebar_quantityBtn__ZxUSd:disabled{opacity:.5;cursor:not-allowed}.CartSidebar_quantity__bhU5p{font-weight:600;color:var(--primary-black);min-width:20px;text-align:center}.CartSidebar_stockWarning__pMHmM{font-size:.75rem;color:#dc2626;margin:0;font-weight:500}.CartSidebar_removeItem__L0Kmz{background:none;border:none;color:#dc2626;font-size:1.25rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:absolute;top:.5rem;right:.5rem}.CartSidebar_removeItem__L0Kmz:hover{background:rgba(220,38,38,.1);transform:scale(1.1)}.CartSidebar_footer__QG4o8{padding:1.5rem;border-top:1px solid var(--light-gray);background:var(--primary-white)}.CartSidebar_total__MGXQv{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1.125rem;font-weight:600;color:var(--primary-black)}.CartSidebar_checkoutBtn__hoCG7{width:100%;padding:1rem;background:var(--primary-black);color:var(--primary-white);border:none;border-radius:8px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease}.CartSidebar_checkoutBtn__hoCG7:hover{background:var(--hover-gray)}@media (max-width:768px){.CartSidebar_sidebar__N7AG_{width:100vw;max-width:100vw}.CartSidebar_header__QdWkR{padding:1rem}.CartSidebar_header__QdWkR h2{font-size:1.25rem}.CartSidebar_closeBtn__UdD6P{width:36px;height:36px;font-size:1.5rem}.CartSidebar_item__l86M2,.CartSidebar_items__VcO_k{padding:.75rem}.CartSidebar_itemImage__Hhfj7{width:60px;height:60px}.CartSidebar_itemInfo__dKflC h3{font-size:.875rem}.CartSidebar_price__nh4yF{font-size:1rem}.CartSidebar_quantityBtn__ZxUSd{width:28px;height:28px;font-size:1rem}.CartSidebar_removeItem__L0Kmz{width:36px;height:36px;font-size:1.125rem}.CartSidebar_footer__QG4o8{padding:1rem}.CartSidebar_total__MGXQv{font-size:1rem}.CartSidebar_checkoutBtn__hoCG7{padding:.875rem;font-size:.9rem}}@media (max-width:480px){.CartSidebar_sidebar__N7AG_{width:100vw}.CartSidebar_header__QdWkR{padding:.75rem}.CartSidebar_header__QdWkR h2{font-size:1.125rem}.CartSidebar_closeBtn__UdD6P{width:32px;height:32px;font-size:1.25rem}.CartSidebar_items__VcO_k{padding:.5rem}.CartSidebar_item__l86M2{padding:.5rem;gap:.75rem}.CartSidebar_itemImage__Hhfj7{width:50px;height:50px}.CartSidebar_itemInfo__dKflC h3{font-size:.8rem}.CartSidebar_price__nh4yF{font-size:.9rem}.CartSidebar_quantityControls__kI7z0{gap:.25rem}.CartSidebar_quantityBtn__ZxUSd{width:24px;height:24px;font-size:.875rem}.CartSidebar_quantity__bhU5p{font-size:.8rem}.CartSidebar_removeItem__L0Kmz{width:32px;height:32px;font-size:1rem;top:.25rem;right:.25rem}.CartSidebar_footer__QG4o8{padding:.75rem}.CartSidebar_total__MGXQv{font-size:.9rem;margin-bottom:.75rem}.CartSidebar_checkoutBtn__hoCG7{padding:.75rem;font-size:.8rem}.CartSidebar_emptyCart__HW_Lt{padding:1.5rem}.CartSidebar_emptyCart__HW_Lt p{font-size:1rem}.CartSidebar_continueShopping__k87K7{padding:.625rem 1.25rem;font-size:.8rem}}.Header_header__KwdYD{position:fixed;top:0;width:100%;background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;transition:all .3s ease;border-bottom:1px solid var(--light-gray)}.Header_header__KwdYD.Header_scrolled__qIjEW{background:hsla(0,0%,100%,.98);box-shadow:0 2px 20px rgba(0,0,0,.08)}.Header_nav__tNWGY{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem}.Header_logo____uDV{font-size:1.8rem;font-weight:400;color:var(--primary-black);text-decoration:none;letter-spacing:3px;transition:color .3s ease}.Header_logo____uDV:hover{color:var(--dark-gray)}.Header_navLinks__PIPAd{display:flex;list-style:none;gap:2rem}.Header_navLinks__PIPAd a{color:var(--primary-black);text-decoration:none;font-weight:300;font-size:.9rem;letter-spacing:1px;transition:all .3s ease;position:relative;text-transform:uppercase}.Header_navLinks__PIPAd a:hover{color:var(--dark-gray)}.Header_navLinks__PIPAd a:after{content:"";position:absolute;width:0;height:1px;bottom:-5px;left:0;background-color:var(--primary-black);transition:width .3s ease}.Header_navLinks__PIPAd a:hover:after{width:100%}.Header_navIcons__Ktltj{display:flex;gap:1rem;align-items:center}.Header_iconBtn__ilXq_{background:none;border:none;font-size:1.2rem;color:var(--primary-black);cursor:pointer;transition:all .3s ease;position:relative;padding:.5rem;border-radius:50%}.Header_iconBtn__ilXq_:hover{color:var(--dark-gray);background:var(--light-gray)}.Header_cartCount__uzgQz{position:absolute;top:-8px;right:-8px;background:var(--primary-black);color:var(--primary-white);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:400;letter-spacing:.5px}.Header_mobileMenuBtn__9N_AS{display:none;background:none;border:none;font-size:1.5rem;color:var(--primary-black);cursor:pointer;padding:.5rem;border-radius:4px;transition:all .3s ease}.Header_mobileMenuBtn__9N_AS:hover{background:var(--light-gray)}.Header_mobileMenu__YC5Nj{position:absolute;top:100%;left:0;right:0;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--light-gray);box-shadow:0 4px 20px rgba(0,0,0,.1);animation:Header_slideDown__lt4Iq .3s ease-out}@keyframes Header_slideDown__lt4Iq{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header_mobileNavLinks__6HsvX{list-style:none;padding:1rem 2rem;margin:0;display:flex;flex-direction:column;gap:1rem}.Header_mobileNavLinks__6HsvX li{border-bottom:1px solid var(--light-gray);padding-bottom:.5rem}.Header_mobileNavLinks__6HsvX li:last-child{border-bottom:none;padding-bottom:0}.Header_mobileNavLinks__6HsvX a{color:var(--primary-black);text-decoration:none;font-weight:400;font-size:1rem;letter-spacing:1px;transition:all .3s ease;text-transform:uppercase;display:block;padding:.5rem 0}.Header_mobileNavLinks__6HsvX a:hover{color:var(--dark-gray);padding-left:.5rem}@media (max-width:768px){.Header_nav__tNWGY{padding:0 1rem}.Header_logo____uDV{font-size:1.5rem;letter-spacing:2px}.Header_navLinks__PIPAd{display:none}.Header_mobileMenuBtn__9N_AS{display:block}.Header_navIcons__Ktltj{gap:.5rem}.Header_iconBtn__ilXq_{font-size:1.1rem;padding:.4rem}.Header_cartCount__uzgQz{width:18px;height:18px;font-size:.65rem;top:-6px;right:-6px}.Header_mobileNavLinks__6HsvX{padding:1rem}}@media (max-width:480px){.Header_header__KwdYD{padding:.75rem 0}.Header_nav__tNWGY{padding:0 .75rem}.Header_logo____uDV{font-size:1.25rem;letter-spacing:1.5px}.Header_mobileMenuBtn__9N_AS{font-size:1.25rem;padding:.4rem}.Header_iconBtn__ilXq_{font-size:1rem;padding:.3rem}.Header_mobileNavLinks__6HsvX{padding:.75rem}.Header_mobileNavLinks__6HsvX a{font-size:.9rem}}.Footer_footer__pQtti{background:var(--primary-black);color:var(--primary-white);padding:3rem 2rem 1rem;margin-top:4rem;border-top:1px solid var(--light-gray)}.Footer_footerContent__yAl3k{max-width:1400px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin:0 auto 2rem}.Footer_footerSection__UvV_8 h3,.Footer_footerSection__UvV_8 h4{margin-bottom:1rem;color:var(--primary-white);font-weight:400;letter-spacing:1px;text-transform:uppercase}.Footer_footerSection__UvV_8 h3{font-family:Playfair Display,serif;font-size:1.2rem}.Footer_footerSection__UvV_8 h4,.Footer_footerSection__UvV_8 p{font-size:.9rem;color:var(--gray)}.Footer_footerSection__UvV_8 p{line-height:1.6;font-weight:300}.Footer_footerSection__UvV_8 ul{list-style:none}.Footer_footerSection__UvV_8 ul li{margin-bottom:.5rem}.Footer_footerSection__UvV_8 ul li a{color:var(--gray);text-decoration:none;transition:color .3s ease;font-weight:300;font-size:.9rem;letter-spacing:.5px}.Footer_footerSection__UvV_8 ul li a:hover{color:var(--primary-white)}.Footer_footerBottom__YIYBj{text-align:center;padding-top:2rem;border-top:1px solid var(--dark-gray);color:var(--gray);font-size:.8rem;font-weight:300;letter-spacing:.5px}@media (max-width:1024px){.Footer_footerContent__yAl3k{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}}@media (max-width:768px){.Footer_footer__pQtti{padding:2rem 1rem 1rem;margin-top:2rem}.Footer_footerContent__yAl3k{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:1.5rem}.Footer_footerSection__UvV_8 h3{font-size:1.1rem}.Footer_footerSection__UvV_8 h4,.Footer_footerSection__UvV_8 p,.Footer_footerSection__UvV_8 ul li a{font-size:.85rem}.Footer_footerBottom__YIYBj{padding-top:1.5rem;font-size:.75rem}}@media (max-width:480px){.Footer_footer__pQtti{padding:1.5rem .75rem 1rem;margin-top:1.5rem}.Footer_footerContent__yAl3k{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1rem}.Footer_footerSection__UvV_8 h3{font-size:1rem}.Footer_footerSection__UvV_8 h4,.Footer_footerSection__UvV_8 p,.Footer_footerSection__UvV_8 ul li a{font-size:.8rem}.Footer_footerBottom__YIYBj{padding-top:1rem;font-size:.7rem}}.WhatsAppFloat_whatsappFloat__gdoIJ{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:var(--primary-black);color:var(--primary-white);border:2px solid var(--primary-black);border-radius:50%;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:all .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center}.WhatsAppFloat_whatsappFloat__gdoIJ:hover{transform:scale(1.1);background:var(--primary-white);color:var(--primary-black);box-shadow:0 6px 25px rgba(0,0,0,.2)}@media (max-width:768px){.WhatsAppFloat_whatsappFloat__gdoIJ{bottom:1rem;right:1rem;width:50px;height:50px;font-size:1.2rem}}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.20%;descent-override:22.48%;line-gap-override:0.00%;size-adjust:107.40%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}@font-face{font-family:__Playfair_Display_65f816;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_65f816;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Playfair_Display_65f816;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/f7c8bed65df13031-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Playfair_Display_65f816;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/6af6b543dd3be231-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Playfair_Display_Fallback_65f816;src:local("Times New Roman");ascent-override:96.37%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:112.28%}.__className_65f816{font-family:__Playfair_Display_65f816,__Playfair_Display_Fallback_65f816;font-style:normal}.__variable_65f816{--font-playfair:"__Playfair_Display_65f816","__Playfair_Display_Fallback_65f816"}