@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--primary-color:#0d9488;--primary-dark:#0f766e;--primary-light:#ccfbf1;--secondary-color:#0ea5e9;--accent-color:#f59e0b;--bg-color:#f8fafc;--white:#fff;--text-dark:#0f172a;--text-muted:#64748b;--font-heading:"Outfit", sans-serif;--font-body:"Plus Jakarta Sans", sans-serif;--shadow-sm:0 4px 6px -1px #0000000d, 0 2px 4px -1px #00000008;--shadow-md:0 10px 25px -5px #00000014, 0 8px 10px -6px #0000000d;--shadow-lg:0 25px 50px -12px #00000026;--shadow-glow:0 0 30px #0d94884d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700;line-height:1.2}h2{color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);display:inline-block;position:relative}h2:after{content:"";background:linear-gradient(90deg, var(--primary-color), var(--secondary-color));border-radius:4px;width:60px;height:4px;position:absolute;bottom:-10px;left:0}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.5rem}.glass{-webkit-backdrop-filter:blur(16px);background:#ffffffb3;border:1px solid #fff6}.btn{font-family:var(--font-heading);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.875rem 2rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:var(--white);box-shadow:0 10px 20px -10px var(--primary-color)}.btn-primary:hover{box-shadow:0 15px 30px -10px var(--primary-color);transform:translateY(-3px)scale(1.02)}.btn-outline{color:var(--text-dark);background:0 0;border:2px solid #e2e8f0}.btn-outline:hover{border-color:var(--primary-color);color:var(--primary-color);transform:translateY(-2px)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes gradientBG{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.animate-fade-up{opacity:0;animation:1s cubic-bezier(.16,1,.3,1) forwards fadeUp}.section-header{text-align:center;margin-bottom:4rem}.section-header h2:after{left:50%;transform:translate(-50%)}.subtitle{color:var(--text-muted);max-width:600px;margin:1.5rem auto 0;font-size:1.125rem}.bg-blob{filter:blur(80px);z-index:0;opacity:.5;pointer-events:none;border-radius:50%;position:absolute}.blob-1{background:var(--primary-light);width:400px;height:400px;top:-100px;right:-100px}.blob-2{background:#e0f2fe;width:500px;height:500px;bottom:-100px;left:-100px}.navbar{z-index:1000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.navbar.scrolled{padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary-color);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:800;display:flex}.logo:hover{transform:translateY(-1px)}.navbar-logo-img{object-fit:contain;border-radius:4px;width:auto;height:48px;max-height:40px}.logo-icon{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.icon-sun{color:#fbbf24;position:absolute}.icon-drop{color:var(--secondary-color);background:#fff;border-radius:50%;position:absolute;bottom:-2px;right:-2px}.desktop-nav{align-items:center;gap:2.5rem;display:flex}.cart-toggle-btn{color:var(--text-dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .3s;display:flex;position:relative}.cart-toggle-btn:hover{color:var(--primary-color)}.cart-badge{color:#fff;border:2px solid var(--white);background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-dark);font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-color)}.btn-sm{padding:.5rem 1.25rem;font-size:.875rem}.mobile-toggle{color:var(--text-dark);cursor:pointer;background:0 0;border:none;display:none}.mobile-nav{background:var(--white);width:100%;box-shadow:var(--shadow-lg);border-top:1px solid var(--bg-color);padding:2rem;display:none;position:absolute;top:100%;left:0}.mobile-nav.open{display:block}.mobile-nav-links{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.mobile-nav-links a{font-size:1.25rem;font-weight:600}@media (width<=768px){.desktop-nav{display:none}.mobile-toggle{display:block}}.footer{background-color:var(--text-dark);color:var(--white);padding-top:5rem}.footer-container{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.footer-logo{color:var(--white);margin-bottom:1.5rem}.footer-desc{color:var(--text-muted);max-width:400px}.footer h4{color:var(--white);margin-bottom:1.5rem;font-size:1.25rem}.footer-links ul,.footer-products ul{flex-direction:column;gap:1rem;display:flex}.footer li,.footer a{color:var(--text-muted);transition:color .3s}.footer a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid #ffffff1a;padding:1.5rem 0;font-size:.9rem}@media (width<=768px){.footer-container{grid-template-columns:1fr;gap:2.5rem}}.hero{background:var(--bg-color);align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:radial-gradient(circle at 15%,#0d948814,#0000 25%),radial-gradient(circle at 85% 30%,#0ea5e914,#0000 25%);position:absolute;inset:0}.hero-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-content{padding-right:2rem}.badge{background:var(--primary-light);color:var(--primary-dark);letter-spacing:.5px;border:1px solid #0d948833;border-radius:999px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.hero h1{color:var(--text-dark);margin-bottom:1.5rem;font-size:clamp(3rem,6vw,4.5rem)}.hero h1 span{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-muted);max-width:90%;margin-bottom:2.5rem;font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.8}.hero-btns{gap:1rem;margin-bottom:3rem;display:flex}.hero-stats{border-top:1px solid #0000000d;gap:3rem;padding-top:2rem;display:flex}.stat-item h4{color:var(--text-dark);margin-bottom:.25rem;font-size:2rem}.stat-item p{color:var(--text-muted);margin:0;font-size:.875rem}.hero-image{position:relative}.hero-image-inner{box-shadow:var(--shadow-lg);border-radius:30px;position:relative;overflow:hidden}.hero-image img{width:100%;height:auto;transition:transform .6s;display:block;transform:scale(1.05)}.hero-image:hover img{transform:scale(1)}.floating-card{background:var(--white);box-shadow:var(--shadow-md);z-index:10;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.5rem;animation:6s ease-in-out infinite float;display:flex;position:absolute}.card-1{animation-delay:0s;top:10%;left:-10%}.card-2{animation-delay:-3s;bottom:15%;right:-5%}.icon-wrapper{background:var(--primary-light);width:48px;height:48px;color:var(--primary-color);border-radius:12px;justify-content:center;align-items:center;display:flex}.floating-card h5{margin-bottom:.25rem;font-size:1rem}.floating-card p{margin:0;font-size:.875rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (width<=992px){.hero-container{text-align:center;grid-template-columns:1fr;padding:4rem 0}.hero-content{padding-right:0}.hero p{margin:0 auto 2.5rem}.hero-btns,.hero-stats{justify-content:center}.floating-card{display:none}}.products-section{background-color:var(--white)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:3rem;display:grid}@media (width<=768px){.products-grid{gap:1.5rem;margin-top:2rem}}.product-card{background:var(--white);box-shadow:var(--shadow-md);border:1px solid var(--bg-color);border-radius:20px;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.product-image-wrapper{height:240px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-icon-overlay{background:var(--white);width:60px;height:60px;box-shadow:var(--shadow-md);color:var(--primary-color);z-index:2;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-20px;right:20px}.product-icon-overlay svg{width:28px;height:28px}.product-content{padding:2rem 1.5rem 1.5rem}.product-content h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem}.product-content p{color:var(--text-muted);min-height:48px;margin-bottom:1.5rem;font-size:.95rem}.btn-link{color:var(--primary-color);font-size:.95rem;font-weight:600;transition:color .3s;display:inline-block}.btn-link:hover{color:var(--secondary-color)}.work-slider-section{background-color:var(--bg-color);padding:6rem 0;overflow:hidden}.slider-container{max-width:1000px;box-shadow:var(--shadow-lg);background:var(--white);border-radius:24px;margin:0 auto;padding:1rem;position:relative}.slider-viewport{border-radius:16px;position:relative;overflow:hidden}.slider-track{will-change:transform;transition:transform .6s cubic-bezier(.25,1,.5,1);display:flex}.slide{box-sizing:border-box;min-width:100%;padding:0 .5rem}.slide-image-wrapper{border-radius:16px;width:100%;height:500px;position:relative;overflow:hidden}.slide-image{object-fit:cover;width:100%;height:100%}.slide-overlay{width:100%;color:var(--white);background:linear-gradient(#0000 0%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:3rem 2rem 2rem;display:flex;position:absolute;bottom:0;left:0}.slide-category{text-transform:uppercase;letter-spacing:2px;color:var(--accent-color);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.slide-title{color:var(--white);margin:0;font-size:2rem;font-weight:700}.slider-btn{background:var(--white);width:50px;height:50px;box-shadow:var(--shadow-md);color:var(--primary-color);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.slider-btn:hover{background:var(--primary-color);color:var(--white);transform:translateY(-50%)scale(1.1)}.prev-btn{left:-25px}.next-btn{right:-25px}.slider-dots{justify-content:center;gap:.75rem;margin-top:1.5rem;display:flex}.dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.dot.active{background:var(--primary-color);border-radius:10px;width:24px}@media (width<=768px){.slide-image-wrapper{height:350px}.slide-title{font-size:1.5rem}.slider-btn{width:40px;height:40px}.prev-btn{left:10px}.next-btn{right:10px}.slider-container{padding:.5rem}}.about-section{background-color:var(--bg-color);overflow:hidden}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}.about-image-wrapper{position:relative}.about-image-grid{justify-content:center;display:flex;position:relative}.img-1{width:80%;box-shadow:var(--shadow-lg);object-fit:cover;border-radius:24px}.img-2{border:4px solid var(--white);width:200px;height:200px;box-shadow:var(--shadow-lg);object-fit:cover;background:#fff;border-radius:20px;padding:1rem;position:absolute;bottom:-40px;right:0}.experience-badge{background:var(--white);box-shadow:var(--shadow-lg);border-radius:16px;align-items:center;gap:1rem;padding:1.5rem;display:flex;position:absolute;top:40px;left:-20px}.experience-badge h2{color:var(--primary-color);margin:0;font-size:2.5rem}.experience-badge p{color:var(--text-dark);margin:0;font-size:.9rem;font-weight:600;line-height:1.2}.about-content h4{text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:1rem}.about-content h2{text-align:left;margin-bottom:1.5rem}.about-content h2:after{left:0;transform:none}.about-text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.05rem}.about-features{grid-template-columns:1fr 1fr;gap:1rem;margin:2rem 0 2.5rem;display:grid}.about-features li{color:var(--text-dark);align-items:center;gap:.75rem;font-weight:500;display:flex}.feature-icon{color:var(--secondary-color);flex-shrink:0}@media (width<=992px){.about-container{grid-template-columns:1fr;gap:4rem}.about-image-wrapper{margin-bottom:2rem}.img-2{width:150px;height:150px}.about-features{grid-template-columns:1fr}}.contact-section{background-color:var(--white);position:relative}.contact-container{background:var(--bg-color);box-shadow:var(--shadow-lg);border-radius:24px;grid-template-columns:1fr 1.5fr;display:grid;overflow:hidden}.contact-info{background:linear-gradient(135deg, var(--primary-color), var(--secondary-color));color:var(--white);padding:3rem;position:relative;overflow:hidden}.contact-info h3{color:var(--white);margin-bottom:1rem;font-size:1.75rem}.contact-desc{color:#fffc;margin-bottom:3rem}.info-list{z-index:2;flex-direction:column;gap:2rem;display:flex;position:relative}.info-list li{align-items:flex-start;gap:1rem;display:flex}.icon-box{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.info-list strong{margin-bottom:.25rem;font-size:1.1rem;display:block}.info-list p{color:#ffffffe6;font-size:.95rem}.bg-circle-1{background:#ffffff1a;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-50px;right:-50px}.bg-circle-2{background:#ffffff1a;border-radius:50%;width:100px;height:100px;position:absolute;top:50px;right:-50px}.contact-form-wrapper{background:var(--white);padding:3rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-dark);font-size:.95rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{background:var(--bg-color);border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s,box-shadow .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0f766e1a}.btn-submit{align-self:flex-start;margin-top:1rem}@media (width<=992px){.contact-container{grid-template-columns:1fr}.contact-info,.contact-form-wrapper{padding:2.5rem 1.5rem}.info-list{gap:1.5rem}}.shop-section{background-color:var(--bg-color);min-height:100vh;padding-bottom:6rem}.shop-hero{background:var(--white);text-align:center;border-bottom:1px solid #0000000d;padding:160px 0 60px}.shop-hero h1{background:linear-gradient(135deg, var(--text-dark), var(--primary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem)}.shop-container{z-index:10;margin-top:-40px;position:relative}.premium-product-card{background:var(--white);border:1px solid #00000008;border-radius:24px;flex-direction:column;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 10px 30px -10px #00000014}.premium-product-card:hover{transform:translateY(-8px)scale(1.01);box-shadow:0 20px 40px -10px #0000001f}.product-image-container{background:#f8fafc;width:100%;padding-top:75%;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0}.premium-product-card:hover .product-image{transform:scale(1.08)}.product-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--primary-color);box-shadow:var(--shadow-sm);text-transform:uppercase;letter-spacing:1px;background:#ffffffe6;border-radius:999px;padding:.4rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:16px;left:16px}.product-info{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.product-title{color:var(--text-dark);margin-bottom:.75rem;font-size:1.35rem;font-weight:700;line-height:1.3}.product-desc{color:var(--text-muted);flex-grow:1;margin-bottom:2rem;font-size:.95rem;line-height:1.6}.product-footer{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.product-price{color:var(--text-dark);font-size:1.5rem;font-weight:800}.btn-icon{gap:.5rem;padding:.6rem 1.5rem}@media (width<=768px){.shop-hero{padding:120px 0 40px}.product-info{padding:1.5rem}.product-title,.product-price{font-size:1.25rem}}.checkout-section{background:var(--bg-color);min-height:100vh;padding-top:140px;padding-bottom:6rem}.flex-center{justify-content:center;align-items:center;display:flex}.checkout-grid{grid-template-columns:1.5fr 1fr;align-items:start;gap:3rem;display:grid}.checkout-form-container,.order-summary{background:var(--white);box-shadow:var(--shadow-md);border-radius:20px;padding:2.5rem}.checkout-form-container h2,.order-summary h2{margin-bottom:2rem;font-size:1.5rem}.checkout-form-container h2:after,.order-summary h2:after{display:none}.checkout-form{flex-direction:column;gap:1.5rem;display:flex}.summary-items{border-bottom:1px solid var(--bg-color);flex-direction:column;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.summary-item{color:var(--text-dark);justify-content:space-between;display:flex}.summary-total{color:var(--primary-color);justify-content:space-between;font-size:1.25rem;display:flex}.success-card{text-align:center;background:var(--white);box-shadow:var(--shadow-lg);border-radius:24px;max-width:500px;padding:4rem}.success-card h2{color:var(--primary-color);margin:1.5rem 0 1rem;font-size:1.75rem}.success-card h2:after{display:none}.redirect-text{color:var(--text-muted);margin-top:2rem;font-size:.875rem}.mt-4{margin-top:1.5rem}@media (width<=992px){.checkout-grid{grid-template-columns:1fr}}@media (width<=768px){.checkout-form-container,.order-summary{padding:1.5rem}}.admin-login-section{background:var(--bg-color);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:var(--white);box-shadow:var(--shadow-lg);text-align:center;border-radius:24px;width:100%;max-width:400px;padding:3rem}.login-card h2{margin-bottom:2rem;font-size:1.75rem}.login-card h2:after{display:none}.admin-input{border:1px solid #e2e8f0;border-radius:8px;width:100%;margin-bottom:1.5rem;padding:1rem;font-size:1rem}.btn-block{width:100%}.admin-layout{background:#f1f5f9;min-height:100vh;padding-top:80px;display:flex}.admin-sidebar{background:var(--white);border-right:1px solid #e2e8f0;flex-direction:column;width:250px;height:calc(100vh - 80px);padding:2rem 1rem;display:flex;position:fixed}.admin-logo{color:var(--primary-color);margin-bottom:2rem;padding-left:1rem;font-size:1.25rem;font-weight:800}.admin-nav{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.admin-nav-btn{color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:600;transition:all .2s;display:flex}.admin-nav-btn:hover,.admin-nav-btn.active{color:var(--primary-color);background:#0f766e1a}.admin-logout-btn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:600;display:flex}.admin-content{flex-grow:1;margin-left:250px;padding:2.5rem}.panel-header{margin-bottom:2rem}.panel-header h2{text-align:left;margin:0}.panel-header h2:after{display:none}.add-product-form{background:var(--white);box-shadow:var(--shadow-sm);border-radius:16px;margin-bottom:2rem;padding:2rem}.add-product-form h4{margin-bottom:1.5rem;font-size:1.1rem}.form-row{gap:1rem;margin-bottom:1rem;display:flex}.form-row input{border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:.75rem 1rem}.admin-table-container{background:var(--white);box-shadow:var(--shadow-sm);border-radius:16px;overflow:hidden}.admin-table{border-collapse:collapse;width:100%}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:1rem 1.5rem}.admin-table th{color:var(--text-muted);background:#f8fafc;font-weight:600}.action-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;display:inline-flex}.action-btn.delete{color:#ef4444}.action-btn.delete:hover{background:#fee2e2}.status-badge{border-radius:99px;padding:.25rem .75rem;font-size:.85rem;font-weight:600}.status-badge.pending{color:#d97706;background:#fef3c7}.status-badge.processing{color:#2563eb;background:#dbeafe}.status-badge.shipped{color:#4f46e5;background:#e0e7ff}.status-badge.delivered{color:#16a34a;background:#dcfce3}.status-select{border:1px solid #e2e8f0;border-radius:6px;padding:.5rem}@media (width<=992px){.admin-layout{flex-direction:column}.admin-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;flex-direction:row;align-items:center;width:100%;height:auto;padding:1rem;position:relative}.admin-nav{flex-direction:row;margin-left:1rem}.admin-content{margin-left:0;padding:1rem}.form-row{flex-direction:column}}.cart-drawer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1050;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;position:fixed;inset:0}.cart-drawer-overlay.open{opacity:1;pointer-events:auto}.cart-drawer{background:var(--white);z-index:1100;flex-direction:column;width:100%;max-width:400px;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-450px;box-shadow:-10px 0 40px #0000001a}.cart-drawer.open{right:0}.cart-header{border-bottom:1px solid var(--bg-color);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h3{color:var(--text-dark);align-items:center;gap:.75rem;margin:0;font-size:1.25rem;display:flex}.close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.close-btn:hover{background:var(--bg-color);color:var(--text-dark)}.cart-items{flex-direction:column;flex-grow:1;gap:1.5rem;padding:1.5rem;display:flex;overflow-y:auto}.cart-item{border-bottom:1px solid var(--bg-color);align-items:center;gap:1rem;padding-bottom:1.5rem;display:flex}.cart-item-img{object-fit:cover;border-radius:12px;width:80px;height:80px}.cart-item-info{flex-grow:1}.cart-item-info h4{color:var(--text-dark);margin-bottom:.25rem;font-size:1rem}.cart-item-price{color:var(--primary-color);margin-bottom:.5rem;font-size:.95rem;font-weight:600}.qty-controls{align-items:center;gap:.75rem;display:flex}.qty-btn{background:var(--bg-color);cursor:pointer;border:1px solid #e2e8f0;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-weight:600;display:flex}.qty-btn:hover{background:#e2e8f0}.remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;padding:.5rem}.remove-btn:hover{color:#dc2626}.cart-footer{background:var(--bg-color);border-top:1px solid #0000000d;padding:1.5rem}.cart-total{color:var(--text-dark);justify-content:space-between;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.empty-cart{text-align:center;color:var(--text-muted);margin-top:3rem}
