*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#4a90e2;--primary-light:#7fb3e8;--primary-dark:#2b5c8e;--primary-gradient:linear-gradient(135deg,#4a90e2,#357abd);--secondary-color:#5ba3d9;--accent-color:#89cff0;--accent-light:#b8e3f5;--dark-color:#1a2332;--text-color:#2c3e50;--text-light:#5d6d7e;--light-color:#f5f9fc;--white:#fff;--border-color:#e1ecf4;--gradient-primary:linear-gradient(135deg,#4a90e2,#357abd);--gradient-secondary:linear-gradient(135deg,#5ba3d9,#4a90e2);--gradient-light:linear-gradient(180deg,#f5f9fc,#fff);--gradient-overlay:linear-gradient(135deg,#4a90e2e6,#357abde6);--shadow-sm:0 2px 8px #4a90e21a;--shadow-md:0 4px 16px #4a90e226;--shadow-lg:0 8px 32px #4a90e233;--shadow-xl:0 16px 48px #4a90e240;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--z-loading:10000;--z-modal:9000;--z-header:1000;--z-dropdown:100}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f9fc;background:var(--light-color);color:#2c3e50;color:var(--text-color);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:#1a2332;color:var(--dark-color);font-family:Playfair Display,serif;font-weight:700;line-height:1.2}h1{font-size:3.5rem;font-weight:800}h2{font-size:2.5rem;font-weight:700}h3{font-size:2rem;font-weight:600}h4{font-size:1.5rem}a{color:inherit;text-decoration:none}a,button{transition:.3s ease;transition:var(--transition-normal)}button{border:none;cursor:pointer;font-family:Poppins,sans-serif;outline:none}.btn{border-radius:24px;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 2rem;transition:all .3s ease;transition:all var(--transition-normal)}.btn:before{background:#fff3;content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s ease;transition:width var(--transition-normal);width:0;z-index:-1}.btn:hover:before{width:100%}.btn-primary{background:linear-gradient(135deg,#4a90e2,#357abd);background:var(--gradient-primary);box-shadow:0 4px 16px #4a90e226;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-primary:hover{box-shadow:0 8px 32px #4a90e233;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#fff;background:var(--white);border:2px solid #4a90e2;border:2px solid var(--primary-color);color:#4a90e2;color:var(--primary-color)}.btn-secondary:hover{background:#4a90e2;background:var(--primary-color);box-shadow:0 4px 16px #4a90e226;box-shadow:var(--shadow-md);color:#fff;color:var(--white);transform:translateY(-2px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn ease-in .5s ease;animation:fadeIn var(--transition-slow) ease-in}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.slide-in-left{animation:slideInLeft .6s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.slide-in-right{animation:slideInRight .6s ease-out}@keyframes slideInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.slide-in-bottom{animation:slideInBottom .6s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.scale-in{animation:scaleIn .5s ease-out}.float{animation:float 3s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pulse{animation:pulse 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.shimmer{animation:shimmer 2s infinite;background:linear-gradient(90deg,#f5f9fc,#b8e3f5 50%,#f5f9fc);background:linear-gradient(90deg,var(--light-color) 0,var(--accent-light) 50%,var(--light-color) 100%);background-size:1000px 100%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate{animation:rotate 2s linear infinite}.bounce{animation:bounce 1s ease-in-out infinite}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#4a90e2,#357abd);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.section{padding:5rem 0}.section-title{text-align:center}.section-subtitle{color:#5d6d7e;font-size:1.1rem;font-weight:400;margin-bottom:3rem;text-align:center}@media (max-width:768px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.section{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (max-width:480px){h1{font-size:2rem}h2{font-size:1.75rem}.btn{font-size:.9rem;padding:.75rem 1.5rem}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f5f9fc;background:var(--light-color)}::-webkit-scrollbar-thumb{background:#4a90e2;background:var(--primary-color);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#2b5c8e;background:var(--primary-dark)}.header{left:0;padding:1.25rem 0;position:fixed;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:var(--z-header)}.header.scrolled{padding:.875rem 0}.navbar{gap:2rem;justify-content:space-between;padding:0}.logo,.navbar{align-items:center;display:flex}.logo{flex-shrink:0;gap:1rem;transition:transform var(--transition-normal);z-index:10}.logo:hover{transform:scale(1.05)}.logo-icon{align-items:center;display:flex;flex-shrink:0;height:50px;justify-content:center;transition:transform .4s ease;width:50px}.header.scrolled .logo-icon{height:45px;width:45px}.logo-image{filter:drop-shadow(0 4px 8px rgba(74,144,226,.3));height:100%;object-fit:contain;transition:filter var(--transition-normal);width:100%}.logo:hover .logo-image{filter:drop-shadow(0 6px 12px rgba(74,144,226,.5))}.logo-text{display:flex;flex-direction:column;gap:.15rem}.logo:hover .logo-svg{filter:drop-shadow(0 6px 12px rgba(74,144,226,.5))}.logo-title{font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;line-height:1;text-shadow:0 2px 4px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1)}.header.scrolled .logo-title{font-size:1.2rem}.nav-menu{flex:1 1;justify-content:center;list-style:none;margin:0;padding:0}.nav-link,.nav-menu{display:flex;gap:.5rem}.nav-link{align-items:center;border-radius:var(--radius-lg);font-size:1rem;font-weight:600;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-link:before{background:var(--gradient-primary);border-radius:10px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .3s ease;width:60%}.nav-link:hover{background:#4a90e21a;transform:translateY(-2px)}.nav-link:hover:before{transform:translateX(-50%) scaleX(1)}.nav-link.active{background:#4a90e226;font-weight:700}.nav-link.active:before{transform:translateX(-50%) scaleX(1)}.nav-icon{font-size:1.2rem;transition:transform var(--transition-normal)}.nav-link:hover .nav-icon{transform:scale(1.2) rotate(5deg)}.cart-button{align-items:center;background:var(--gradient-primary);border-radius:var(--radius-xl);box-shadow:0 4px 15px #4a90e24d;color:#fff;display:flex;flex-shrink:0;font-weight:700;gap:.75rem;overflow:hidden;padding:.875rem 1.75rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.cart-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.cart-button:hover:before{left:100%}.cart-button:hover{box-shadow:0 8px 25px #4a90e266;transform:translateY(-3px) scale(1.05)}.cart-button:active{transform:translateY(-1px) scale(1.02)}.cart-icon{font-size:1.4rem}.cart-badge{align-items:center;animation:pulse-badge 2s ease-in-out infinite;background:linear-gradient(135deg,#ff6b6b,#ff5252);border-radius:50%;box-shadow:0 4px 12px #ff525280;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:24px;justify-content:center;min-width:24px;position:absolute;right:-8px;top:-8px}@keyframes pulse-badge{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.cart-text{font-size:1rem}.mobile-menu-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#4a90e226;border:2px solid #4a90e233;border-radius:12px;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.75rem;transition:all .3s ease;z-index:calc(var(--z-header) + 2)}.mobile-menu-button:hover{background:#4a90e240;transform:scale(1.05)}.hamburger-line{border-radius:3px;height:3px;transition:all .3s cubic-bezier(.4,0,.2,1);width:28px}.hamburger-line,.mobile-menu-button.active{background:var(--primary-color)}.mobile-menu-button.active .hamburger-line{background:#fff}.mobile-menu-button.active .hamburger-line:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-menu-button.active .hamburger-line:nth-child(2){opacity:0;transform:translateX(-20px)}.mobile-menu-button.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.mobile-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;box-shadow:-4px 0 30px #4a90e233;height:calc(100vh - 90px);overflow-y:auto;position:fixed;right:-100%;top:90px;transition:right .4s cubic-bezier(.4,0,.2,1);width:280px;z-index:calc(var(--z-header) + 1)}.mobile-menu.open{right:0}.mobile-nav-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:2rem 1.5rem}.mobile-nav-link{align-items:center;border-radius:var(--radius-md);color:var(--text-color);display:flex;font-size:1.1rem;font-weight:600;gap:1rem;overflow:hidden;padding:1.25rem 1.5rem;position:relative;transition:all .3s ease}.mobile-nav-link:before{background:var(--gradient-primary);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s ease;width:4px}.mobile-nav-link:hover{background:var(--light-color);color:var(--primary-color);transform:translateX(8px)}.mobile-nav-link:hover:before{transform:scaleY(1)}.mobile-nav-link.active{background:var(--gradient-primary);box-shadow:var(--shadow-md);color:#fff}.mobile-nav-link .nav-icon{font-size:1.5rem}.mobile-overlay{animation:fadeIn .3s ease-in;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a2332b3;height:calc(100vh - 90px);left:0;position:fixed;top:90px;width:100%;z-index:var(--z-header)}@media (max-width:992px){.desktop-menu{display:none}.mobile-menu-button{display:flex}.cart-text{display:none}.cart-button{border-radius:50%;height:55px;justify-content:center;padding:0;width:55px}}@media (max-width:768px){.logo-text{display:none}.navbar{padding:0}.logo-icon{height:45px;width:45px}.header.scrolled .logo-icon{height:42px;width:42px}.mobile-menu,.mobile-overlay{height:calc(100vh - 80px);top:80px}.cart-button{height:50px;width:50px}}@media (max-width:480px){.header{padding:1rem 0}.header.scrolled{padding:.75rem 0}.logo-icon{height:40px;width:40px}.header.scrolled .logo-icon{height:38px;width:38px}.cart-button{height:45px;width:45px}.cart-icon{font-size:1.2rem}.mobile-menu{width:100%}.mobile-menu-button{padding:.6rem}.hamburger-line{width:24px}}.footer{background:linear-gradient(to bottom,var(--dark-color),#0f1419);color:#fff;margin-top:auto}.footer-top{border-bottom:1px solid #ffffff1a;padding:4rem 0 3rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr}.footer-column{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.footer-logo-icon{flex-shrink:0;height:50px;width:50px}.footer-logo-icon .logo-svg{filter:drop-shadow(0 4px 8px rgba(74,144,226,.4));height:100%;width:100%}.footer-brand{color:#fff;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;margin:0}.footer-description{color:#fffc;font-size:.95rem;line-height:1.7;margin:0}.social-links{display:flex;gap:.75rem}.social-link{align-items:center;background:#ffffff1a;border:2px solid #0000;border-radius:50%;display:flex;height:45px;justify-content:center;transition:all var(--transition-normal);width:45px}.social-link:hover{background:var(--gradient-primary);border-color:#fff3;box-shadow:0 8px 20px #4a90e266;transform:translateY(-5px) scale(1.1)}.social-icon{font-size:1.5rem}.footer-title{color:#fff;font-size:1.2rem;font-weight:700;margin:0 0 .5rem;padding-bottom:.75rem;position:relative}.footer-title:after{background:var(--gradient-primary);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:50px}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.footer-link{align-items:center;color:#fffc;display:inline-flex;font-size:.95rem;gap:.5rem;padding-left:0;position:relative}.footer-link,.footer-link:before{transition:all var(--transition-normal)}.footer-link:before{content:"→";opacity:0;transform:translateX(-10px)}.footer-link:hover{color:var(--primary-light);padding-left:1.5rem}.footer-link:hover:before{opacity:1;transform:translateX(0)}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:flex-start;display:flex;gap:.75rem}.contact-icon{align-items:center;background:#ffffff1a;border-radius:8px;display:flex;flex-shrink:0;font-size:1.3rem;height:28px;justify-content:center;width:28px}.contact-link,.contact-text{color:#fffc;font-size:.95rem;line-height:1.6;transition:color var(--transition-normal)}.contact-link:hover{color:var(--primary-light)}.footer-bottom{background:#0000004d;padding:2rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.copyright,.developer{color:#ffffffb3;font-size:.9rem;margin:0}.developer-name{color:var(--primary-light);font-weight:600}@media (max-width:992px){.footer-grid{gap:2.5rem;grid-template-columns:1fr 1fr}}@media (max-width:768px){.footer-top{padding:3rem 0 2rem}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-column{gap:1rem}.footer-bottom-content{flex-direction:column;text-align:center}}@media (max-width:480px){.footer-logo{flex-direction:column}.footer-description,.footer-logo{text-align:center}.social-links{justify-content:center}.footer-title{text-align:center}.footer-title:after{left:50%;transform:translateX(-50%)}.contact-item,.footer-links{align-items:center}.contact-item{flex-direction:column;text-align:center}}.loading-screen{align-items:center;animation:fadeOut .5s ease-out 2s forwards;background:linear-gradient(135deg,#4a90e2,#357abd);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:var(--z-loading)}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.loading-content{position:relative;text-align:center;z-index:2}.loading-logo{display:inline-block;margin-bottom:2rem;position:relative}.loading-logo-image{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:70%;object-fit:contain;width:70%;z-index:2}.logo-circle{align-items:center;background:#fff;border-radius:50%;box-shadow:0 20px 60px #0000004d;display:flex;height:120px;justify-content:center;overflow:visible;position:relative;width:120px}.logo-circle:before{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#7fb3e8,#89cff0);border-radius:50%;content:"";inset:-10px;opacity:.3;position:absolute}.logo-svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:80px;width:80px}.loading-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:1px;margin-bottom:.5rem}.loading-subtitle{color:#ffffffe6;font-size:1.1rem;font-weight:300;margin-bottom:3rem}.loading-progress{margin:0 auto;max-width:300px}.progress-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:10px;height:6px;margin-bottom:1rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#fff,#b8e3f5);border-radius:10px;box-shadow:0 0 20px #ffffff80;height:100%;transition:width .3s ease}.progress-text{color:#fff;font-size:.9rem;font-weight:600;letter-spacing:2px}.loading-decorations{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.decoration-dot{animation:float 4s ease-in-out infinite;background:#fff3;border-radius:50%;height:20px;position:absolute;width:20px}.dot-1{animation-delay:0s;left:15%;top:20%}.dot-2{animation-delay:1s;right:20%;top:30%}.dot-3{animation-delay:2s;bottom:25%;left:25%}.dot-4{animation-delay:3s;bottom:35%;right:15%}@media (max-width:768px){.loading-title{font-size:2rem}.loading-subtitle{font-size:1rem}.logo-circle{height:100px;width:100px}}.product-card{background:#fff;border:2px solid #0000;border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all var(--transition-normal)}.product-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-xl);transform:translateY(-10px)}.product-image-container{background:var(--light-color);overflow:hidden;padding-top:100%;position:relative;width:100%}.product-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .6s ease;width:100%}.product-card:hover .product-image{transform:scale(1.1)}.product-overlay{align-items:flex-end;background:linear-gradient(0deg,#4a90e2f2 0,#4a90e2b3 50%,#0000);display:flex;height:100%;justify-content:center;left:0;opacity:0;padding:1.5rem;position:absolute;top:0;transition:opacity var(--transition-normal);width:100%}.product-card:hover .product-overlay{opacity:1}.quick-view-btn{background:#fff;border:none;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);color:var(--primary-color);cursor:pointer;font-size:1rem;font-weight:700;padding:.875rem 2rem;transform:translateY(20px);transition:all var(--transition-normal)}.product-card:hover .quick-view-btn{transform:translateY(0)}.quick-view-btn:hover{background:var(--primary-color);color:#fff;transform:scale(1.05)}.quick-view-btn.added{background:#4caf50;color:#fff}.quick-view-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.product-badges{display:flex;flex-wrap:wrap;gap:.5rem;left:1rem;position:absolute;right:1rem;top:1rem;z-index:2}.category-badge{background:var(--gradient-primary);color:#fff;text-transform:uppercase}.category-badge,.stock-badge{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:.4rem 1rem}.stock-badge.low-stock{background:linear-gradient(135deg,#ff9800,#ff5722);color:#fff}.stock-badge.out-of-stock{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff}.featured-badge{background:linear-gradient(135deg,gold,orange);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);color:#fff;font-size:.75rem;font-weight:700;padding:.4rem 1rem}.product-info{display:flex;flex:1 1;flex-direction:column;gap:1rem;padding:1.5rem}.product-name{color:var(--dark-color);font-size:1.25rem;font-weight:700;line-height:1.3}.product-description,.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin:0;overflow:hidden}.product-description{color:var(--text-light);font-size:.95rem;line-height:1.6}.product-footer{align-items:center;border-top:2px solid var(--border-color);display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.product-price{display:flex;flex-direction:column;gap:.25rem}.price-label{color:var(--text-light);font-size:.8rem;font-weight:500}.price-value{color:var(--primary-color);font-family:Playfair Display,serif;font-size:1.25rem;font-weight:800}.product-stock{align-items:center;background:var(--light-color);border-radius:var(--radius-md);display:flex;gap:.5rem;padding:.5rem 1rem}.stock-icon{font-size:1rem}.stock-text{color:var(--text-color);font-size:.85rem;font-weight:600}@media (max-width:768px){.product-info{padding:1.25rem}.product-name{font-size:1.1rem}.product-description{font-size:.9rem}.price-value{font-size:1.1rem}.quick-view-btn{font-size:.9rem;padding:.75rem 1.5rem}}@media (max-width:480px){.product-footer{align-items:flex-start;flex-direction:column;gap:1rem}.product-stock{justify-content:center;width:100%}}.hero{align-items:center;display:flex;min-height:100vh;overflow:hidden;padding-top:0;position:relative}.hero-background{z-index:0}.hero-background,.hero-gradient{height:100%;left:0;position:absolute;top:0;width:100%}.hero-gradient{background:linear-gradient(135deg,#4a90e2,#357abd 50%,#2b5c8e)}.hero-particles{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.particle{animation:float-particle 20s ease-in-out infinite;background:#fff3;border-radius:50%;height:20px;position:absolute;width:20px}.particle-1{animation-delay:0s;animation-duration:25s;left:10%;top:20%}.particle-2{animation-delay:3s;animation-duration:20s;height:15px;left:80%;top:60%;width:15px}.particle-3{animation-delay:1s;animation-duration:30s;height:25px;left:30%;top:80%;width:25px}.particle-4{animation-delay:5s;animation-duration:22s;left:70%;top:40%}.particle-5{animation-delay:2s;animation-duration:28s;height:18px;left:50%;top:10%;width:18px}.particle-6{animation-delay:4s;animation-duration:26s;height:22px;left:15%;top:70%;width:22px}@keyframes float-particle{0%,to{opacity:.3;transform:translate(0) scale(1)}25%{opacity:.5;transform:translate(100px,-50px) scale(1.2)}50%{opacity:.2;transform:translate(-50px,100px) scale(.8)}75%{opacity:.6;transform:translate(80px,50px) scale(1.1)}}.hero-pattern{background-image:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff14 0,#0000 50%);height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.hero-content{grid-gap:5rem;align-items:center;display:grid;gap:5rem;grid-template-columns:1.2fr 1fr;min-height:100vh;padding-bottom:80px;padding-top:100px;position:relative;z-index:2}.hero-text{color:#fff}.hero-badge{align-items:center;animation:bounce-in 1s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff40;border-radius:var(--radius-xl);box-shadow:0 8px 32px #0000001a;display:inline-flex;font-size:.95rem;font-weight:700;gap:.75rem;letter-spacing:.5px;margin-bottom:2rem;padding:.75rem 1.5rem}@keyframes bounce-in{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.badge-icon{animation:rotate-icon 2s ease-in-out infinite;font-size:1.3rem}@keyframes rotate-icon{0%,to{transform:rotate(0deg)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}.hero-title{color:#fff;display:flex;flex-direction:column;font-size:4rem;font-weight:900;gap:.5rem;line-height:1.1;margin-bottom:2rem}.title-line{animation:fade-in-up .8s ease-out forwards;display:block;opacity:0}.title-line:first-child{animation-delay:.2s}.title-line:nth-child(2){animation-delay:.4s}.title-highlight{-webkit-text-fill-color:#0000;animation:fade-in-up .8s ease-out .6s forwards;background:linear-gradient(135deg,#fff,#b8e3f5);-webkit-background-clip:text;background-clip:text;display:block;opacity:0;text-shadow:0 4px 20px #ffffff4d}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-description{color:#fffffff2;font-size:1.2rem;font-weight:400;line-height:1.9;margin-bottom:3rem;max-width:90%}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:4rem}.btn{align-items:center;border-radius:var(--radius-xl);display:inline-flex;font-size:1.05rem;font-weight:700;gap:.75rem;justify-content:center;overflow:hidden;padding:1.125rem 2.5rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1}.btn-glow{box-shadow:0 0 20px #ffffff4d,0 10px 30px #0003}.btn-primary{background:linear-gradient(135deg,#fff,#f0f9ff);color:var(--primary-color)}.btn-primary:hover{box-shadow:0 0 30px #ffffff80,0 15px 40px #0000004d;transform:translateY(-4px) scale(1.02)}.btn-secondary{background:#0000;border:2px solid #fff6;color:#fff}.btn-outline:hover{background:#ffffff26;border-color:#fff;transform:translateY(-4px) scale(1.02)}.btn-shine{background:linear-gradient(90deg,#0000,#fff6,#0000);height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%;z-index:-1}.btn:hover .btn-shine{left:100%}.hero-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.stat-item{animation:fade-in-up .8s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:var(--radius-lg);opacity:0;padding:2rem 1rem;text-align:center;transition:all .4s ease}.stat-item:hover{background:#fff3;box-shadow:0 10px 30px #0003;transform:translateY(-8px) scale(1.05)}.stat-icon{animation:bounce 2s infinite;font-size:2.5rem;margin-bottom:1rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.stat-number{color:#fff;font-size:2.8rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 4px 10px #0003}.stat-label{color:#fffffff2;font-size:.95rem;font-weight:600}.hero-image{animation:zoom-in 1s ease-out;position:relative}@keyframes zoom-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.hero-image-wrapper{position:relative;transition:transform .3s ease}.image-frame{border-radius:var(--radius-xl);box-shadow:0 20px 60px #0006;overflow:hidden;position:relative;transform:rotate(-3deg);transition:transform .5s ease}.hero-image-wrapper:hover .image-frame{transform:rotate(0deg)}.hero-img{display:block;height:auto;transition:transform .6s ease;width:100%}.hero-image-wrapper:hover .hero-img{transform:scale(1.1)}.image-overlay{background:linear-gradient(135deg,#4a90e233,#0000);height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.floating-badge{animation:float 3s ease-in-out infinite;background:#fff;border-radius:var(--radius-xl);box-shadow:0 10px 30px #0003;padding:.75rem 1.5rem;position:absolute}.badge-1{animation-delay:0s;right:-20px;top:20%}.badge-2{animation-delay:1.5s;bottom:30%;left:-30px}.badge-text{color:var(--primary-color);font-size:.9rem;font-weight:700}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.scroll-indicator{animation:fade-in 1.5s ease-out 2s forwards;bottom:40px;left:50%;opacity:0;position:absolute;text-align:center;transform:translateX(-50%);z-index:3}.mouse{border:2px solid #ffffff80;border-radius:20px;height:40px;margin:0 auto 10px;position:relative;width:26px}.mouse-wheel{animation:scroll-wheel 1.5s infinite;background:#fffc;border-radius:2px;height:10px;left:50%;position:absolute;top:8px;transform:translateX(-50%);width:4px}@keyframes scroll-wheel{0%{opacity:1;top:8px}to{opacity:0;top:20px}}.scroll-text{color:#ffffffe6;font-size:.85rem;font-weight:600;letter-spacing:.5px}.hero-wave{bottom:0;left:0;line-height:0;overflow:hidden;position:absolute;width:100%;z-index:3}.hero-wave svg{display:block;height:100px;position:relative;width:calc(100% + 1.3px)}.trust-section{background:var(--light-color);border-bottom:2px solid #4a90e21a;padding:2rem 0}.trust-badges{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.trust-badge{align-items:center;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;gap:.75rem;justify-content:center;padding:1.5rem;transition:all .3s ease}.trust-badge:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.trust-icon{font-size:2rem}.trust-text{color:var(--text-color);font-size:.95rem;font-weight:700}.featured-section{background:var(--light-color);padding:6rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-badge{align-items:center;background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:var(--radius-xl);box-shadow:0 4px 15px #4a90e24d;color:#fff;display:inline-flex;font-size:.95rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem;overflow:hidden;padding:.5rem 1.5rem;position:relative}.section-badge.shine:before{animation:shine 3s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:50%}@keyframes shine{0%{left:-100%}to{left:200%}}.badge-sparkle{animation:sparkle 1.5s infinite}@keyframes sparkle{0%,to{opacity:1;transform:scale(1) rotate(0deg)}50%{opacity:.7;transform:scale(1.2) rotate(180deg)}}.section-title{font-size:3rem;font-weight:800;margin-bottom:1.5rem}.section-subtitle{color:var(--text-light);font-size:1.2rem;line-height:1.7;margin:0 auto;max-width:650px}.featured-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0 auto 4rem;max-width:1100px}.product-wrapper{animation:fade-in-up .6s ease-out forwards;opacity:0}.featured-cta{text-align:center}.btn-arrow{font-size:1.2rem;transition:transform .3s ease}.btn:hover .btn-arrow{transform:translateX(5px)}.features-section{background:#fff;padding:6rem 0}.features-header{margin-bottom:5rem;text-align:center}.features-title{color:var(--dark-color);font-size:2.8rem;font-weight:800;margin-bottom:1rem}.features-subtitle{color:var(--text-light);font-size:1.15rem}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{animation:fade-in-up .6s ease-out forwards;background:var(--light-color);border:2px solid #0000;border-radius:var(--radius-xl);opacity:0;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:before{background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transition:transform .4s ease;width:100%}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{background:#fff;border-color:var(--primary-color);box-shadow:0 20px 50px #4a90e226;transform:translateY(-12px)}.feature-icon-wrapper{align-items:center;background:linear-gradient(135deg,var(--primary-color),var(--primary-light));border-radius:50%;display:flex;height:90px;justify-content:center;margin:0 auto 2rem;position:relative;transition:all .4s ease;width:90px}.feature-icon-wrapper:before{background:linear-gradient(135deg,var(--primary-light),var(--accent-color));border-radius:50%;content:"";inset:-5px;opacity:0;position:absolute;transition:opacity .4s ease;z-index:-1}.feature-card:hover .feature-icon-wrapper:before{animation:pulse 1.5s infinite;opacity:.3}.feature-icon{font-size:3rem;transition:transform .4s ease}.feature-card:hover .feature-icon{transform:scale(1.2) rotateY(180deg)}.feature-title{color:var(--dark-color);font-size:1.6rem;font-weight:700;margin-bottom:1rem}.feature-description{color:var(--text-light);font-size:1.05rem;line-height:1.8;margin:0}.feature-accent{background:var(--gradient-primary);bottom:0;height:5px;left:0;position:absolute;transform:scaleX(0);transition:transform .4s ease;width:100%}.feature-card:hover .feature-accent{transform:scaleX(1)}.testimonial-section{background:linear-gradient(135deg,var(--light-color) 0,#fff 100%);padding:6rem 0}.testimonial-title{color:var(--dark-color);font-size:2.8rem;font-weight:800;margin-bottom:4rem;text-align:center}.testimonials-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1100px}.testimonial-card{background:#fff;border-left:4px solid var(--primary-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:3rem 2.5rem;position:relative;transition:all .4s ease}.testimonial-card:before{color:#4a90e21a;content:'"';font-family:Georgia,serif;font-size:6rem;left:20px;line-height:1;position:absolute;top:-20px}.testimonial-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-10px)}.testimonial-stars{color:gold;font-size:1.3rem;margin-bottom:1.5rem}.testimonial-text{color:var(--text-color);font-size:1.05rem;font-style:italic;line-height:1.8;margin-bottom:2rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:var(--gradient-primary);border-radius:50%;display:flex;flex-shrink:0;font-size:1.8rem;height:50px;justify-content:center;width:50px}.author-name{color:var(--dark-color);font-size:1.1rem;font-weight:700;margin:0}.author-location{color:var(--text-light);font-size:.95rem;margin:0}.cta-section{background:linear-gradient(135deg,#4a90e2,#357abd);overflow:hidden;padding:6rem 0;position:relative}.cta-background,.cta-pattern{height:100%;left:0;position:absolute;top:0;width:100%}.cta-pattern{background-image:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff14 0,#0000 50%)}.cta-content{margin:0 auto;max-width:800px;position:relative;text-align:center;z-index:2}.cta-title{font-size:3rem;font-weight:900;margin-bottom:1.5rem}.cta-description{color:#fffffff2;font-size:1.25rem;line-height:1.8;margin-bottom:3rem}.btn-light{background:#fff;color:var(--primary-color)}.btn-light:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-5px) scale(1.05)}.btn-large{font-size:1.2rem;padding:1.5rem 3.5rem}@media (max-width:992px){.hero-content{gap:3rem;grid-template-columns:1fr}.hero-title{font-size:3rem}.hero-image{margin:0 auto;max-width:500px;order:-1}.trust-badges{grid-template-columns:repeat(2,1fr)}.section-title{font-size:2.5rem}}@media (max-width:768px){.hero{min-height:auto;padding:0}.hero-content{min-height:auto;padding-bottom:60px;padding-top:140px}.hero-title{font-size:2.5rem}.hero-description{font-size:1.05rem;max-width:100%}.hero-buttons{flex-direction:column;width:100%}.btn{justify-content:center;width:100%}.hero-stats{gap:1.5rem;grid-template-columns:1fr}.trust-badges{gap:1rem;grid-template-columns:1fr}.section-title{font-size:2rem}.section-subtitle{font-size:1.05rem}.featured-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.features-grid{gap:2rem}.features-grid,.testimonials-grid{grid-template-columns:1fr}.cta-title{font-size:2.2rem}.cta-description{font-size:1.1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-stats{gap:1rem}.stat-item{padding:1.5rem 1rem}.stat-number{font-size:2.2rem}.featured-grid{grid-template-columns:1fr}.section-title{font-size:1.75rem}.features-title,.testimonial-title{font-size:2rem}.cta-title{font-size:1.8rem}}.products-page{background:var(--light-color);min-height:100vh;padding-top:80px}.products-header{background:linear-gradient(135deg,#4a90e2,#357abd);overflow:hidden;padding:4rem 0;position:relative}.products-header-bg{background-image:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);height:100%;left:0;position:absolute;top:0;width:100%}.products-header-content{color:#fff;position:relative;text-align:center;z-index:2}.products-title{color:#fff;font-size:3rem;font-weight:800;margin-bottom:1rem}.products-subtitle{color:#fffffff2;font-size:1.15rem;line-height:1.7;margin:0 auto;max-width:700px}.products-filters-section{background:#fff;box-shadow:0 4px 20px #4a90e214;padding:3rem 0;position:-webkit-sticky;position:sticky;top:80px;z-index:100}.filters-wrapper{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.search-box{align-items:center;background:var(--light-color);border:2px solid #0000;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex:1 1;min-width:300px;padding:.75rem 1.5rem;position:relative;transition:all var(--transition-normal)}.search-box:focus-within{background:#fff;border-color:var(--primary-color);box-shadow:var(--shadow-md)}.search-icon{color:var(--text-light);font-size:1.3rem;margin-right:.75rem}.search-input{background:#0000;border:none;color:var(--text-color);flex:1 1;font-size:1rem;outline:none}.search-input::placeholder{color:var(--text-light)}.clear-search{align-items:center;background:var(--primary-color);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:28px;justify-content:center;transition:all var(--transition-normal);width:28px}.clear-search:hover{background:var(--primary-dark);transform:rotate(90deg)}.category-filter{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.category-btn{background:var(--light-color);border:2px solid #0000;border-radius:var(--radius-lg);color:var(--text-color);cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all var(--transition-normal);white-space:nowrap}.category-btn:hover{background:var(--primary-light);box-shadow:var(--shadow-md);color:#fff;transform:translateY(-2px)}.category-btn.active{background:var(--gradient-primary);border-color:var(--primary-color);box-shadow:var(--shadow-md);color:#fff}.filter-info{align-items:center;border-top:2px solid var(--border-color);display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:1.5rem}.results-count{color:var(--text-light);font-size:1rem}.results-count strong{color:var(--primary-color);font-weight:700}.clear-filters-btn{align-items:center;background:var(--light-color);border:2px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-color);cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1.25rem;transition:all var(--transition-normal)}.clear-filters-btn:hover{background:var(--primary-color);border-color:var(--primary-color);box-shadow:var(--shadow-sm);color:#fff;transform:translateY(-2px)}.products-grid-section{padding:3rem 0 5rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.product-item{transition:transform var(--transition-normal)}.no-results{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:5rem 2rem;text-align:center}.no-results-icon{font-size:5rem;margin-bottom:1.5rem}.no-results-title{color:var(--dark-color);font-size:2rem;margin-bottom:1rem}.no-results-text{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}@media (max-width:992px){.products-title{font-size:2.5rem}.products-filters-section{position:relative;top:0}.filters-wrapper{flex-direction:column}.search-box{min-width:100%}.category-filter{justify-content:center}}@media (max-width:768px){.products-page{padding-top:70px}.products-header{padding:3rem 0}.products-title{font-size:2rem}.products-subtitle{font-size:1rem}.products-filters-section{padding:2rem 0}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.filter-info{align-items:flex-start;flex-direction:column}.clear-filters-btn{justify-content:center;width:100%}}@media (max-width:480px){.products-title{font-size:1.75rem}.products-grid{grid-template-columns:1fr}.category-filter{width:100%}.category-btn{flex:1 1;text-align:center}.no-results{padding:3rem 1.5rem}.no-results-icon{font-size:4rem}.no-results-title{font-size:1.5rem}}.cart-page{background:var(--light-color);min-height:100vh;padding:120px 0 5rem}.cart-page.empty-cart{align-items:center;display:flex;justify-content:center}.empty-cart-content{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);max-width:500px;padding:4rem 2rem;text-align:center}.empty-cart-icon{font-size:6rem;margin-bottom:2rem}.empty-cart-title{color:var(--dark-color);font-size:2rem;margin-bottom:1rem}.empty-cart-text{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.cart-header{margin-bottom:3rem;text-align:center}.cart-title{color:var(--dark-color);font-size:2.5rem;margin-bottom:.5rem}.cart-subtitle{color:var(--text-light);font-size:1.1rem}.cart-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 400px}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{grid-gap:1.5rem;background:#fff;border:2px solid #0000;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:grid;gap:1.5rem;grid-template-columns:120px 1fr auto auto;padding:1.5rem;transition:all var(--transition-normal)}.cart-item:hover{border-color:var(--primary-color);box-shadow:var(--shadow-md)}.cart-item-image{border-radius:var(--radius-md);flex-shrink:0;height:120px;overflow:hidden;width:120px}.cart-item-image img{height:100%;object-fit:cover;width:100%}.cart-item-details{display:flex;flex-direction:column;gap:.5rem}.cart-item-name{color:var(--dark-color);font-size:1.25rem;font-weight:700;margin:0}.cart-item-category{color:var(--text-light);font-size:.9rem;margin:0}.cart-item-price{color:var(--primary-color);font-size:1.15rem;font-weight:700;margin:.5rem 0 0}.cart-item-actions{align-items:center;display:flex;flex-direction:column;gap:1rem}.quantity-control{align-items:center;background:var(--light-color);border-radius:var(--radius-md);display:flex;gap:.5rem;padding:.5rem}.quantity-btn{align-items:center;background:var(--primary-color);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;transition:all var(--transition-normal);width:32px}.quantity-btn:hover:not(:disabled){background:var(--primary-dark);transform:scale(1.1)}.quantity-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.5}.quantity-value{color:var(--text-color);font-size:1.1rem;font-weight:700;min-width:40px;text-align:center}.remove-btn{align-items:center;background:#0000;border:2px solid #f44336;border-radius:var(--radius-md);color:#f44336;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all var(--transition-normal)}.remove-btn:hover{background:#f44336;color:#fff;transform:translateY(-2px)}.cart-item-subtotal{display:flex;flex-direction:column;gap:.25rem;text-align:right}.subtotal-label{color:var(--text-light);font-size:.85rem;margin:0}.subtotal-value{color:var(--primary-color);font-size:1.3rem;font-weight:800;margin:0}.cart-summary{background:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.summary-title{border-bottom:2px solid var(--border-color);color:var(--dark-color);font-size:1.5rem;margin:0 0 1.5rem;padding-bottom:1rem}.summary-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.summary-row{align-items:center;color:var(--text-color);display:flex;font-size:1rem;justify-content:space-between}.shipping-note{color:var(--text-light);font-size:.85rem;font-style:italic}.summary-divider{background:var(--border-color);height:1px;margin:.5rem 0}.total-row{color:var(--dark-color);font-size:1.2rem;font-weight:700}.total-price{color:var(--primary-color);font-size:1.5rem;font-weight:800}.checkout-btn{align-items:center;background:var(--gradient-primary);border:none;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.75rem;justify-content:center;margin-bottom:1rem;padding:1.25rem;transition:all var(--transition-normal);width:100%}.checkout-btn:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.continue-shopping{border-radius:var(--radius-md);color:var(--primary-color);display:block;font-weight:600;padding:1rem;text-align:center;transition:all var(--transition-normal)}.continue-shopping:hover,.payment-info{background:var(--light-color)}.payment-info{border-left:4px solid var(--primary-color);border-radius:var(--radius-md);margin-top:2rem;padding:1.5rem}.info-title{color:var(--dark-color);font-size:1rem;font-weight:700;margin:0 0 1rem}.info-list{display:flex;flex-direction:column;gap:.5rem;list-style:none;margin:0;padding:0}.info-list li{color:var(--text-color);font-size:.9rem}@media (max-width:992px){.cart-content{grid-template-columns:1fr}.cart-summary{position:relative;top:0}}@media (max-width:768px){.cart-page{padding:100px 0 3rem}.cart-title{font-size:2rem}.cart-item{gap:1rem;grid-template-columns:100px 1fr}.cart-item-image{height:100px;width:100px}.cart-item-actions,.cart-item-subtotal{flex-direction:row;grid-column:1/-1;justify-content:space-between}.cart-item-subtotal{align-items:center;border-top:1px solid var(--border-color);padding-top:1rem;text-align:left}}@media (max-width:480px){.empty-cart-icon{font-size:4rem}.empty-cart-title{font-size:1.5rem}.cart-item{grid-template-columns:1fr;text-align:center}.cart-item-image{height:200px;margin:0 auto;width:100%}.cart-item-details{align-items:center}}.about-page{min-height:100vh;padding-top:80px}.about-hero{background:linear-gradient(135deg,#4a90e2,#357abd);overflow:hidden;padding:5rem 0;position:relative}.about-hero-bg{background-image:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);height:100%;left:0;position:absolute;top:0;width:100%}.about-hero-content{color:#fff;position:relative;text-align:center;z-index:2}.about-title{color:#fff;font-size:3rem;font-weight:800;margin-bottom:1rem}.about-subtitle{color:#fffffff2;font-size:1.25rem;line-height:1.7;margin:0 auto;max-width:700px}.about-story{background:#fff;padding:5rem 0}.story-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.story-text{display:flex;flex-direction:column;gap:1.5rem}.section-title{color:var(--dark-color);font-size:2.5rem;margin-bottom:1rem}.text-center{text-align:center}.story-paragraph{color:var(--text-color);font-size:1.1rem;line-height:1.8;margin:0}.story-paragraph strong{color:var(--primary-color);font-weight:700}.story-image{border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);overflow:hidden}.story-image img{display:block;height:auto;transition:transform .6s ease;width:100%}.story-image:hover img{transform:scale(1.05)}.about-values{background:var(--light-color);padding:5rem 0}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.value-card{background:#fff;border:2px solid #0000;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem 2rem;text-align:center;transition:all var(--transition-normal)}.value-card:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-10px)}.value-icon{display:inline-block;font-size:3.5rem;margin-bottom:1.5rem;transition:transform var(--transition-normal)}.value-card:hover .value-icon{transform:scale(1.2) rotate(5deg)}.value-title{color:var(--dark-color);font-size:1.5rem;margin-bottom:1rem}.value-description{color:var(--text-light);font-size:1rem;line-height:1.7;margin:0}.about-vision-mission{background:#fff;padding:5rem 0}.vm-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:3rem}.vm-card{background:linear-gradient(135deg,var(--light-color) 0,#fff 100%);border-left:6px solid var(--primary-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:3rem 2.5rem}.vm-icon{font-size:3rem;margin-bottom:1rem}.vm-title{color:var(--dark-color);font-size:2rem;margin-bottom:1.5rem}.vm-text{color:var(--text-color);font-size:1.1rem;line-height:1.8;margin:0}.vm-list{display:flex;flex-direction:column;gap:1rem;list-style:none;margin:0;padding:0}.vm-list li{color:var(--text-color);font-size:1.05rem;line-height:1.6;padding-left:2rem;position:relative}.vm-list li:before{color:var(--primary-color);content:"✓";font-size:1.2rem;font-weight:700;left:0;position:absolute}.about-contact-cta{background:linear-gradient(135deg,#4a90e2,#357abd);overflow:hidden;padding:5rem 0;position:relative}.about-contact-cta:before{background-image:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.cta-box{color:#fff;margin:0 auto;max-width:700px;position:relative;text-align:center;z-index:2}.cta-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-text{color:#fffffff2;font-size:1.15rem;line-height:1.7;margin-bottom:2.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-buttons .btn{font-size:1.1rem;padding:1.25rem 2.5rem}.cta-buttons .btn-primary{background:#fff;color:var(--primary-color)}.cta-buttons .btn-primary:hover{background:var(--light-color);transform:translateY(-3px) scale(1.05)}.cta-buttons .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-buttons .btn-secondary:hover{background:#fff;color:var(--primary-color)}@media (max-width:992px){.story-content{gap:3rem;grid-template-columns:1fr}.story-image{order:-1}.vm-grid{grid-template-columns:1fr}}@media (max-width:768px){.about-page{padding-top:70px}.about-hero{padding:3rem 0}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.about-contact-cta,.about-story,.about-values,.about-vision-mission{padding:3rem 0}.values-grid{grid-template-columns:1fr}.vm-card{padding:2rem 1.5rem}.cta-title{font-size:2rem}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}}@media (max-width:480px){.about-title{font-size:2rem}.story-paragraph{font-size:1rem}.vm-title{font-size:1.5rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;width:100%}
/*# sourceMappingURL=main.e374e0a1.css.map*/