*,:before,:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0;list-style:none}:root{--primary:#0f4c81;--primary-hover:#0b3d67;--secondary:#1b6ca8;--background-color:#f8fafc;--surface-primary:#fff;--surface-secondary:#f1f5f9;--color:#1e293b;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--border-color:#e2e8f0;--border-strong:#cbd5e1;--hr-color:#dbe3ec;--success:#16a34a;--warning:#f59e0b;--danger:#dc2626;--shadow-sm:0 2px 8px #0f4c810d;--shadow-md:0 8px 24px #0f4c8114;--shadow-lg:0 20px 50px #0f4c811f;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--container-width:1200px;--transition:all .25s ease}body{list-style:0;box-sizing:border-box;background-color:var(--background);margin:0;padding:0}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--primary:#0f4c81;--primary-dark:#0a3559;--secondary:#00a8cc;--background:#f5f8fb;--text:#222;--white:#fff;--border-radius:12px;--container-width:1200px;--shadow:0 10px 30px #00000014}.products-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:350px;display:flex}.products-loading p{color:var(--text-secondary)}.spinner{border:4px solid #ffffff1a;border-top:4px solid var(--primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.hero{background-color:#0000;background-image:linear-gradient(#030c16a6,#030c16a6),url(/hero.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;align-items:center;min-height:100vh;display:flex;position:relative}.hero-overlay{width:100%}.hero-content{color:#fff;max-width:1200px;margin:auto;padding:0 2rem}.hero-badge{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff1a;border-radius:50px;margin-bottom:2rem;padding:.75rem 1.5rem;display:inline-block}.hero-content h1{max-width:850px;margin-bottom:1.5rem;font-size:5rem;line-height:1.1}.hero-content p{max-width:700px;margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.hero-buttons{gap:1rem;margin-bottom:4rem;display:flex}.hero-buttons a{justify-content:center;align-items:center;display:flex}@media (width<=320px){.hero-buttons a{padding:1rem 0}}.btn-primary{color:#fff;background:#0f4c81;border-radius:8px;padding:1rem 2rem;font-weight:600;text-decoration:none}.btn-secondary{color:#fff;border:1px solid #fff;border-radius:8px;padding:1rem 2rem;text-decoration:none}.hero-stats{gap:3rem;display:flex}.hero-stats h3{font-size:2rem}.hero-stats span{color:#fffc}@media (width<=1024px){.hero-content h1{font-size:3.5rem}.hero-content p{font-size:1.1rem}}@media (width<=768px){.hero{min-height:100vh;padding-top:80px;padding-bottom:80px}.hero-content{text-align:center;padding:0 1.5rem}.hero-badge{padding:.6rem 1rem;font-size:.8rem}.hero-content h1{margin-bottom:1rem;font-size:2.5rem;line-height:1.2}.hero-content p{margin-bottom:2rem;font-size:1rem;line-height:1.7}.hero-buttons a{text-align:center;width:100%}.hero-stats{flex-wrap:wrap;justify-content:center;gap:2rem}.hero-stats h3{font-size:1.5rem}}.products-section{background:#f5f8fb;padding:6rem 2rem}.container{max-width:1300px;margin:auto}.products-header{text-align:center;margin-bottom:3rem}.products-header h2{margin-bottom:1rem;font-size:3rem}.products-header p{color:#666}.filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filters button{cursor:pointer;background:#fff;border:none;border-radius:30px;padding:.9rem 1.5rem;box-shadow:0 5px 20px #00000014}.filters button:hover{color:#fff;background:#0f4c81}.products-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}@media (width<=320px){.products-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}.product-card{background:#fff;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 10px 30px #00000014}.product-card:hover{transform:translateY(-8px)}.product-card img{object-fit:cover;width:100%;height:280px}.product-body{padding:1.5rem}.product-category{color:#0f4c81;font-size:.85rem;font-weight:600}.product-body h3{margin:1rem 0}.product-body p{color:#666;line-height:1.7}.product-footer span{font-size:1.4rem;font-weight:700}.product-footer button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:8px;padding:.8rem 1.3rem}.product-card{background:#fff;border-radius:18px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000014}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.product-image-wrapper{position:relative}.product-image{object-fit:cover;width:100%;height:280px;display:block}.product-badge{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#0f4c81f2;border-radius:50px;padding:.5rem .9rem;font-size:.75rem;font-weight:600;position:absolute;top:16px;left:16px}.product-content{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.product-title{color:#222;margin-bottom:.75rem;font-size:1.25rem}.product-description{color:#666;margin-bottom:auto;line-height:1.6}.product-footer{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.product-price{align-items:baseline;gap:.15rem;display:flex}.currency{color:#0f4c81;font-weight:600}.amount{color:#0f4c81;font-size:1.5rem;font-weight:700}.product-button{color:#fff;cursor:pointer;background:#0f4c81;border:none;border-radius:10px;padding:.85rem 1.2rem;font-weight:600;transition:all .2s}.product-button:hover{background:#0a3559}.cta-section{background:var(--base-clr);border-radius:12px;padding:4rem 1rem;position:relative;overflow:hidden}.cta-container{aspect-ratio:16/7;color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#05213ad9,#05213ad9),url(/cta.png);background-position:bottom;background-repeat:repeat,repeat;background-size:auto,auto;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:.0625rem solid #fff9;border-radius:10px;grid-template-columns:repeat(12,1fr);max-width:1200px;margin:0 auto;padding:7.5rem 10px;display:grid;position:relative}.cta-container:before{content:"";mix-blend-mode:plus-lighter;pointer-events:none;background:linear-gradient(#0000 47.42%,#0e0aa280 104.56%);width:100%;height:100%;margin:auto;position:absolute;inset:0}.cta-container>*{grid-column:3/span 8}.cta-title{text-align:center;text-wrap:balance;color:#fff;margin:0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;line-height:1.15}.cta-actions{justify-content:center;gap:10px;margin-top:2rem;display:flex}.cta-button{background:var(--base-clr);color:#fff;border:1px solid #ffffff26;border-radius:2.5rem;justify-content:center;align-items:center;height:2.5rem;padding:0 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s,transform .2s;display:inline-flex}.header .main-cta{letter-spacing:.3px;color:#fff;background:linear-gradient(120deg,#7c5cff,#5b8cff,#00c2ff,#7c5cff) 0 0/250% 250%;border-radius:999px;padding:13px 30px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .35s,box-shadow .35s,background-position .8s;position:relative;box-shadow:0 10px 30px #7c5cff66,0 4px 16px #00c8ff4d}.header .main-cta:hover{background-position:100% 0;transform:translateY(-3px);box-shadow:0 16px 40px #7c5cff99,0 8px 24px #00c8ff66}.cta-button:hover{background:#111;border-color:#ffffff4d;transform:translateY(-1px)}.cta-button:focus-visible{outline-offset:3px;outline:1px solid #fff}@media (width<=768px){.cta-container>*{grid-column:1/-1}.cta-section{padding:3rem 1rem}}@media (width<=769px){.about-container{padding:1rem;margin:2rem auto!important}.cta-container{aspect-ratio:unset;flex-direction:column;justify-content:center;align-items:center;display:flex}}.about-container{color:var(--color);max-width:1200px;margin:6rem auto;padding:2rem;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}.about-hero{text-align:center;margin-bottom:5rem}.about-title{letter-spacing:-.5px;color:#fff;margin-bottom:1rem;font-size:2.6rem;font-weight:600}.about-intro{max-width:750px;margin:0 auto;font-size:1.1rem;line-height:1.7}.about-section{margin-bottom:4.5rem}.about-section h2{margin-bottom:1.2rem;font-size:1.6rem;font-weight:600;position:relative}.about-section h2:after{content:"";background:var(--primary);opacity:.6;width:40px;height:2px;margin-top:.6rem;display:block}.about-section p{text-wrap:balance;max-width:750px;font-size:1rem;line-height:1.8}.about-section.main{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.principles-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.principle-item{border-left:2px solid var(--primary);color:#d6d1e8;padding-left:1rem;font-size:.95rem;line-height:1.6}.about-highlight{background:var(--surface-primary);border:1px solid var(--border-strong);border-radius:1rem;padding:2.5rem}.about-divider{background:var(--hr-color);opacity:.5;height:1px;margin:5rem 0}.disclaimer{max-width:750px;font-size:.9rem}@media (width<=768px){.about-title{font-size:2rem}.about-intro{font-size:1rem}.about-section h2{font-size:1.4rem}}.team-intro{max-width:700px;margin-bottom:3rem}.team-grid{gap:3rem;display:grid}.team-member{border-top:1px solid var(--hr-color);align-items:flex-start;gap:2rem;padding-top:2rem;display:flex}.team-image-wrapper{flex-shrink:0}.team-image{object-fit:cover;border:1px solid var(--border-strong);border-radius:.8rem;width:140px;height:140px}.team-info{max-width:600px}.team-name{margin-bottom:.3rem;font-size:1.2rem;font-weight:600}.team-role{color:var(--primary);margin-bottom:.8rem;font-size:.9rem;display:block}.team-desc{font-size:.95rem;line-height:1.7}@media (width<=768px){.team-member{flex-direction:column}.team-image{width:120px;height:120px}}.about-title{color:var(--text-primary)}.about-intro{color:var(--text-secondary)}.about-section h2{color:var(--text-primary)}.about-section p,.principle-item,.team-intro{color:var(--text-secondary)}.team-name{color:var(--text-primary)}.team-desc{color:var(--text-secondary)}.about-hero{text-align:center;background-color:#0000;background-image:linear-gradient(#041e38bf,#041e38bf),url(/hero.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;min-height:65vh;padding:2rem;display:flex}.about-hero-overlay{max-width:900px}.about-tag{color:#fff;background:#ffffff1f;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;display:inline-flex}.about-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(3rem,7vw,5rem);line-height:1.1}.about-intro{color:#ffffffe6;max-width:750px;margin:0 auto;font-size:1.15rem;line-height:1.8}.contact-page{min-height:100vh}.contact-hero{text-align:center;background-color:#0000;background-image:linear-gradient(#05213ad1,#05213ad1),url(/hero.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;min-height:50vh;padding:2rem;display:flex}.contact-hero-content{max-width:800px}.contact-tag{color:#fff;background:#ffffff1f;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1rem;display:inline-flex}.contact-hero h1{color:#fff;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem)}.contact-hero p{color:#ffffffd9;font-size:1.1rem;line-height:1.8}.contact-container{grid-template-columns:350px 1fr;gap:2rem;max-width:1200px;margin:5rem auto;padding:0 2rem;display:grid}.contact-sidebar{flex-direction:column;gap:1rem;display:flex}.contact-card{border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;border-radius:20px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.contact-card svg{color:var(--primary);flex-shrink:0;font-size:1.5rem}.contact-card h3{color:var(--text-primary);margin-bottom:.4rem}.contact-card p{color:var(--text-secondary);line-height:1.6}.contact-form-wrapper{border:1px solid var(--border-color);box-shadow:var(--shadow-md);background:#fff;border-radius:24px;padding:2rem}.form-header{margin-bottom:2rem}.form-header h2{margin-bottom:.5rem;font-size:2rem}.form-header p{color:var(--text-secondary)}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-form input,.contact-form textarea{border:1px solid var(--border-color);width:100%;transition:var(--transition);border-radius:14px;padding:1rem;font-size:1rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 4px #0f4c8114}.contact-form textarea{resize:vertical;min-height:180px}.contact-form button{background:var(--primary);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:14px;padding:1rem 1.5rem;font-weight:600}.contact-form button:hover{background:var(--primary-hover);transform:translateY(-2px)}.map-section{max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.map-section h2{margin-bottom:1.5rem}.map-placeholder{border:1px solid var(--border-color);background:var(--surface-secondary);height:400px;color:var(--text-muted);border-radius:24px;justify-content:center;align-items:center;display:flex}@media (width<=900px){.contact-container,.form-row{grid-template-columns:1fr}}@media (width<=768px){.contact-hero{min-height:40vh}.contact-container,.map-section{padding:0 1rem}}.checkout-page{max-width:1300px;margin:0 auto;padding:7rem 2rem}.checkout-hero{text-align:center;margin-bottom:4rem}.checkout-badge{color:#10b981;background:#10b9811f;border:1px solid #10b98140;border-radius:999px;margin-bottom:1rem;padding:.5rem 1rem;font-size:.9rem;display:inline-flex}.checkout-hero h1{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.checkout-hero p{max-width:700px;color:var(--text-muted);margin:0 auto}.checkout-grid{grid-template-columns:1.4fr .8fr;gap:2rem;display:grid}.checkout-card,.summary-card,.payment-placeholder{background:var(--surface-primary);border:1px solid var(--border-strong);border-radius:24px;padding:2rem}.checkout-card h2,.summary-card h2{margin-bottom:1.5rem}.checkout-form{flex-direction:column;gap:1rem;display:flex}.checkout-form input,.checkout-form textarea{border:1px solid var(--border-strong);color:#fff;background:#ffffff0a;border-radius:14px;width:100%;padding:1rem 1.2rem}.checkout-form textarea{resize:vertical;min-height:160px}.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--primary);outline:none}.checkout-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;height:56px;font-weight:600;transition:all .25s}.checkout-btn:hover{transform:translateY(-2px)}.summary-items{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.summary-item{border-bottom:1px solid var(--border-strong);justify-content:space-between;gap:1rem;padding-bottom:1rem;display:flex}.summary-item h4{margin-bottom:.3rem}.summary-item span{color:var(--text-muted);font-size:.9rem}.summary-total{justify-content:space-between;font-size:1.2rem;font-weight:700;display:flex}.payment-placeholder{margin-top:1.5rem}.payment-placeholder h3{margin-bottom:.8rem}.payment-placeholder p{color:var(--text-muted);margin-bottom:1rem}.payment-icons{gap:1rem;font-size:2rem;display:flex}@media (width<=992px){.checkout-grid{grid-template-columns:1fr}}.admin-page{max-width:1400px;margin:0 auto;padding:3rem 2rem}.admin-login{background-color:#0000;background-image:linear-gradient(#071829e6,#071829e6),url(/hero.png);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-card{background:#fff;border-radius:24px;flex-direction:column;gap:1rem;width:100%;max-width:450px;padding:2rem;display:flex}.login-card h1{margin:0}.login-card p{color:#666}.login-card input{border:1px solid #ddd;border-radius:12px;padding:1rem}.login-card button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1rem}.admin-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-grid{grid-template-columns:420px 1fr;gap:2rem;display:grid}.admin-form-card,.products-card{background:#fff;border:1px solid #eee;border-radius:24px;padding:2rem}.product-form{flex-direction:column;gap:1rem;display:flex}.product-form input,.product-form textarea{border:1px solid #ddd;border-radius:12px;padding:1rem}.product-form textarea{min-height:120px}.product-form button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1rem}.admin-products{flex-direction:column;gap:1rem;display:flex}.admin-product{border:1px solid #eee;border-radius:16px;align-items:center;gap:1rem;padding:1rem;display:flex}.admin-product img{object-fit:cover;border-radius:12px;width:80px;height:80px}.admin-product h3{margin-bottom:.3rem}.admin-product p{color:#666}.delete-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:10px;margin-left:auto;padding:.75rem 1rem}.logout-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;padding:.9rem 1.2rem}@media (width<=1000px){.admin-grid{grid-template-columns:1fr}}.not-found{text-align:center;background:linear-gradient(#f5f8fb,#dfeffc);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.fish-container{margin-bottom:2rem}.fish{font-size:8rem;animation:3s ease-in-out infinite swim}.error-code{letter-spacing:3px;color:#0f4c81;font-size:.9rem;font-weight:700}.not-found h1{color:#06213b;margin-top:1rem;font-size:3rem}.not-found p{color:#666;max-width:500px;margin-top:1rem;line-height:1.8}.home-button{color:#fff;background:#0f4c81;border-radius:12px;margin-top:2rem;padding:1rem 2rem;font-weight:600;text-decoration:none}@keyframes swim{0%{transform:translate(-10px)}50%{transform:translate(10px)}to{transform:translate(-10px)}}.header{z-index:1000;background:#fff;border-bottom:1px solid #e8e8e8;position:sticky;top:0}.header .container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{color:var(--primary);font-size:1.8rem;font-weight:700}.nav{gap:2rem;display:flex}.nav a{color:var(--text);font-weight:500;text-decoration:none;transition:all .2s}.nav a:hover{color:var(--primary)}.header-actions{align-items:center;gap:1rem;display:flex}.cart-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.menu-btn{cursor:pointer;background:0 0;border:none;font-size:1.8rem;display:none}@media (width<=768px){.header .container{padding:1rem}.menu-btn{display:flex}.nav{background:#fff;border-bottom:1px solid #e8e8e8;flex-direction:column;gap:0;width:100%;max-height:0;transition:max-height .3s;position:absolute;top:80px;left:0;overflow:hidden}.nav.active{max-height:400px}.nav a{border-top:1px solid #f1f1f1;padding:1rem 1.5rem}}.footer{color:#fff;background:#061626;padding-top:5rem}.footer-container{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;max-width:1300px;margin:0 auto;padding:0 2rem;display:grid}.footer-column{flex-direction:column;display:flex}.footer-logo{letter-spacing:3px;color:#fff;margin-bottom:1rem;font-size:2rem}.footer-column h3{margin-bottom:1.5rem;font-size:1.2rem}.footer-column p{color:#ffffffb3;line-height:1.8}.footer-column a{color:#ffffffbf;margin-bottom:.9rem;text-decoration:none;transition:all .2s}.footer-column a:hover{color:#00a8cc;transform:translate(4px)}.social-links{flex-direction:column;margin-top:1rem;display:flex}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;max-width:1300px;margin-top:4rem;margin-left:auto;margin-right:auto;padding:1.5rem 2rem;display:flex}.footer-bottom p{color:#fff9}.footer-legal{gap:2rem;display:flex}.footer-legal a{color:#fff9;text-decoration:none}.footer-legal a:hover{color:#00a8cc}.social-links{flex-direction:row;gap:1rem;width:auto;margin-top:1rem;display:flex}.social-icon{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .25s;display:flex}.social-icon svg{font-size:1.1rem}.social-icon:hover{background:#00a8cc;border-color:#00a8cc;transform:translateY(-3px)}@media (width<=900px){.footer-container{grid-template-columns:1fr;gap:3rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.cart-sidebar{z-index:2000;background:#fff;flex-direction:column;width:400px;max-width:100%;height:100vh;transition:all .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.close-cart{cursor:pointer;background:0 0;border:none;font-size:1.5rem}.cart-item{gap:1rem;margin-bottom:1rem;display:flex}.cart-item img{object-fit:cover;border-radius:12px;width:80px;height:80px}.cart-item-info{flex:1}.remove-item{cursor:pointer;color:#dc143c;background:0 0;border:none}.cart-footer{border-top:1px solid #eee;padding:1.5rem}.cart-total{justify-content:space-between;margin-bottom:1rem;font-size:1.1rem;display:flex}.checkout-btn{background:var(--primary);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;padding:1rem;font-weight:600;text-decoration:none;display:flex}.cart-overlay{opacity:0;visibility:hidden;z-index:1999;background:#00000073;transition:all .3s;position:fixed;inset:0}@media (width<=1100px){.cart-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.cart-overlay.active{opacity:1;visibility:visible}.cart-sidebar{z-index:2000;background:#fff;flex-direction:column;width:450px;max-width:100%;height:100vh;transition:transform .35s;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 40px #00000026}.cart-sidebar.open{transform:translate(0)}.cart-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h2{color:#1a1a1a;font-size:1.35rem;font-weight:700}.close-cart{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:flex}.close-cart:hover{background:#e9e9e9}.cart-items{flex:1;padding:1.25rem;overflow-y:auto}.cart-items::-webkit-scrollbar{width:6px}.cart-items::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:20px}.cart-item{border:1px solid #eee;border-radius:16px;gap:1rem;margin-bottom:1rem;padding:1rem;transition:all .2s;display:flex}.cart-item:hover{border-color:#d7d7d7}.cart-item img{object-fit:cover;border-radius:12px;flex-shrink:0;width:90px;height:90px}.cart-item-info{flex-direction:column;flex:1;display:flex}.cart-item-info h4{color:#222;margin-bottom:.5rem;font-size:.95rem;font-weight:600}.cart-item-info span{color:#777;font-size:.85rem}.cart-item-info strong{color:var(--primary);margin-top:auto;font-size:1rem}.remove-item{color:#dc2626;cursor:pointer;background:#fff2f2;border:none;border-radius:50%;width:34px;height:34px;transition:all .2s}.remove-item:hover{background:#ffe2e2}.cart-footer{background:#fff;border-top:1px solid #eee;padding:1.5rem}.cart-total{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cart-total span{color:#666}.cart-total strong{color:var(--primary);font-size:1.4rem}.checkout-btn{background:var(--primary);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:100%;padding:1rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.checkout-btn:hover{background:#08385f;transform:translateY(-2px)}.empty-cart{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.empty-cart:before{content:"🛒";margin-bottom:1rem;font-size:4rem}.empty-cart h3{color:#222;margin-bottom:.5rem}.empty-cart p{color:#777;max-width:250px}@media (width<=768px){.cart-sidebar{width:100%}.cart-item{padding:.75rem}.cart-item img{width:75px;height:75px}.cart-footer{padding:1rem}.checkout-btn{padding:.9rem}}
