@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/icon?family=Material+Icons";.notification{position:fixed;top:20px;right:20px;display:flex;align-items:center;padding:16px;border-radius:8px;box-shadow:0 4px 12px #00000026;background-color:#fff;z-index:1070;max-width:400px;min-width:300px}.notification.success{border-left:4px solid #4caf50}.notification.error{border-left:4px solid #f44336}.notification.warning{border-left:4px solid #ff9800}.notification.info{border-left:4px solid #ff4747}.notification-icon{margin-right:16px;display:flex;align-items:center;justify-content:center}.notification-icon i{font-size:24px}.notification.success .notification-icon i{color:var(--success-color)}.notification.error .notification-icon i{color:var(--error-color)}.notification.warning .notification-icon i{color:var(--warning-color)}.notification.info .notification-icon i{color:var(--primary-color)}.notification-content{flex:1}.notification-title{font-weight:600;margin-bottom:4px;color:var(--text-primary)}.notification-message{color:var(--text-secondary);font-size:14px}.notification-close{background:none;border:none;cursor:pointer;color:var(--text-light);padding:4px;display:flex;align-items:center;justify-content:center;margin-left:8px}.notification-close:hover{color:var(--text-primary)}.notification-fade-enter-active,.notification-fade-leave-active{transition:all .3s ease}.notification-fade-enter-from,.notification-fade-leave-to{opacity:0;transform:translate(30px)}.notification-container{position:fixed;top:20px;right:20px;z-index:var(--z-index-tooltip);display:flex;flex-direction:column;gap:10px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto,sans-serif;background-color:#fff;color:#333;line-height:1.6;min-height:100vh;overflow-x:hidden}a{text-decoration:none;color:inherit;transition:color .3s ease}button{cursor:pointer;font-family:Poppins,sans-serif;border:none;outline:none}.material-icons{font-size:24px;vertical-align:middle}.site-footer[data-v-9f258299]{background-color:#f9f9f9;padding:40px 0;margin-top:60px}.simple-footer[data-v-9f258299]{text-align:center;color:#666}.footer-logo[data-v-9f258299]{font-size:24px;font-weight:700;margin-bottom:15px;color:var(--primary-color)}.footer-contact a[data-v-9f258299]{color:var(--primary-color);text-decoration:none}.copyright[data-v-9f258299]{margin-top:20px;font-size:14px}.powered-by[data-v-9f258299]{margin-top:5px;font-size:12px;color:#999}.product-list-page{font-family:Roboto,Noto Sans,sans-serif;color:var(--text-primary);overflow-x:hidden}.header-wrapper{height:60px}.logo a{font-size:28px;font-weight:700;color:var(--primary-color);text-decoration:none;letter-spacing:.5px}.main-nav{display:flex;align-items:center}.nav-menu{list-style:none;margin:0;padding:0;display:flex;gap:30px}.nav-item a{text-decoration:none;color:var(--text-primary);font-weight:500;font-size:16px;padding:8px 0;position:relative;transition:color .3s ease}.nav-item a:after{content:"";position:absolute;width:0;height:3px;bottom:0;left:0;background-color:var(--primary-color);transition:width .3s ease}.nav-item a:hover,.nav-item.active a{color:var(--primary-color)}.nav-item a:hover:after,.nav-item.active a:after{width:100%}.header-actions{display:flex;align-items:center;gap:20px}.auth-links{display:flex;gap:15px;background-color:var(--primary-color);padding:8px 16px;border-radius:20px}.login-link,.register-link{text-decoration:none;font-weight:600;transition:color .3s ease;color:#fff}.login-link:hover,.register-link:hover{color:#fffc}.cart-icon{position:relative;cursor:pointer;font-size:28px;margin-left:20px;display:flex;align-items:center;justify-content:center;color:var(--primary-color);transition:color .3s ease;width:40px;height:40px}.cart-icon:hover{color:var(--primary-color)}.cart-count{position:absolute;top:-8px;right:-8px;background-color:var(--primary-color);color:#fff;font-size:12px;font-weight:600;min-width:20px;height:20px;border-radius:10px;padding:0 6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}.hero-section{padding:100px 0;background:linear-gradient(135deg,var(--primary-color) 0%,#ff9966 100%);color:#fff;position:relative;overflow:hidden;border-radius:0 0 30px 30px;box-shadow:0 10px 30px #0000001a}.hero-content{padding-right:40px}.hero-title{font-size:48px;font-weight:700;color:var(--text-primary);margin-bottom:20px;line-height:1.2}.hero-subtitle{font-size:18px;margin-bottom:30px;max-width:500px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2)}.hero-buttons{display:flex;gap:15px}.btn-primary,.btn-secondary{display:inline-block;padding:14px 28px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 10px #4a6cf733}.btn-secondary{background-color:#fff;color:var(--primary-color);border:1px solid var(--border-color)}.btn-primary:hover{background-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 6px 15px #4a6cf74d}.btn-secondary:hover{background-color:var(--bg-accent);color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 6px 15px #0000000d}.hero-content-image{width:100%;height:100%}.hero-image-placeholder{border-radius:12px;box-shadow:0 20px 40px #0000001a;width:100%;height:400px;background:linear-gradient(135deg,var(--primary-color) 0%,#ff9966 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:600}.placeholder-text{text-align:center;padding:20px}.placehold.section-title{text-align:center;margin-bottom:50px;width:100%}.featured-categories{padding:80px 0}.category-card{height:250px;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 10px 25px #0000001f;margin-bottom:30px;transition:all .3s ease;border:2px solid var(--bg-accent)}.category-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.category-image{height:100%;width:100%}.category-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .category-image img{transform:scale(1.1)}.category-content{position:absolute;bottom:0;left:0;right:0;padding:25px;background:linear-gradient(to top,#000c,#0000);color:#fff;transition:all .3s ease}.category-content h3{font-size:22px;font-weight:600;margin-bottom:10px;color:#fff}.category-link{color:#fff;text-decoration:none;font-weight:500;display:inline-block;position:relative;padding-bottom:2px}.category-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#fff;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.category-link:hover:after{transform:scaleX(1);transform-origin:left}.products-section .container{max-width:1440px;margin:0 auto;padding:0 24px;width:100%}.products-wrapper{display:flex;flex-wrap:wrap;margin:0 -10px;width:calc(100% + 20px)}.product-item{width:280px;padding:0 10px;margin-bottom:20px;box-sizing:border-box}@media(max-width:1200px){.product-item{width:calc(33.33% - 20px)}}@media(max-width:992px){.product-item{width:calc(50% - 20px)}}@media(max-width:576px){.product-item{width:100%;padding:0 5px}}@media(max-width:768px){.product-item{width:50%}}@media(max-width:480px){.product-item{width:100%}}.product-filters{display:flex;justify-content:center;gap:15px;margin-bottom:40px;flex-wrap:wrap;width:100%}.filter-btn{padding:10px 20px;background:var(--bg-secondary);border:none;border-radius:25px;margin-right:12px;font-weight:600;color:var(--text-secondary);transition:all .3s ease;box-shadow:0 3px 10px #0000000d;text-transform:uppercase;letter-spacing:.5px}.filter-btn.active,.filter-btn:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 10px #f36b324d}.product-card{background:#fff;border-radius:15px;box-shadow:0 8px 20px #00000014;transition:all .3s ease;height:100%;position:relative;overflow:hidden;border:1px solid var(--border-color)}.product-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a;border-color:var(--primary-color)}.product-badge{position:absolute;top:15px;left:15px;background-color:var(--primary-color);color:#fff;padding:5px 10px;font-size:12px;font-weight:600;border-radius:4px;z-index:1;box-shadow:0 2px 5px #0000001a}.product-badge.sale{background-color:var(--error-color)}.product-badge.hot{background-color:var(--accent-color)}.product-image{position:relative;overflow:hidden;height:220px;width:100%;background-color:var(--bg-secondary)}.product-image img{width:100%;height:100%;object-fit:contain;transition:all .5s ease;padding:10px}.product-actions{position:absolute;bottom:-50px;left:0;right:0;display:flex;justify-content:center;gap:10px;padding:15px;background-color:#ffffffe6;transition:bottom .3s ease}.action-btn{width:40px;height:40px;border-radius:50%;background-color:#fff;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.action-btn:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.product-info{padding:20px;flex-grow:1;display:flex;flex-direction:column}.product-name{font-size:16px;font-weight:600;margin-bottom:10px;line-height:1.4;height:45px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical;color:var(--text-primary)}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.product-price{font-size:18px;font-weight:700;color:var(--primary-color);margin:0;background-color:var(--bg-accent);padding:4px 8px;border-radius:4px;display:inline-block}.product-rating{display:flex;align-items:center;font-size:14px;color:var(--text-secondary);font-weight:500}.product-rating i{color:#bbb;margin-right:2px}.product-rating .filled{color:#ff9800}.product-rating span{margin-left:5px;font-size:12px}.add-to-cart-btn{width:100%;padding:14px;background-color:var(--primary-color);color:#fff;border:none;border-radius:10px;font-weight:600;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:15px;box-shadow:0 4px 15px #f36b324d;text-transform:uppercase;letter-spacing:.5px}.add-to-cart-btn:hover{background-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;box-shadow:0 5px 15px #4a6cf733}.features-section{padding:60px 0;background-color:var(--bg-accent)}.feature-box{text-align:center;padding:30px 20px;border-radius:12px;background-color:#fff;box-shadow:0 10px 30px #0000000d;transition:all .3s ease;height:100%}.feature-box:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.feature-icon{width:70px;height:70px;margin:0 auto 20px;background-color:var(--bg-accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--primary-color)}.feature-box h4{font-size:18px;font-weight:600;margin-bottom:10px;color:var(--text-primary)}.feature-box p{font-size:14px;color:var(--text-secondary);margin:0}.site-footer{background-color:var(--secondary-color);color:#fff;padding:40px 0;border-top:4px solid var(--primary-color)}.simple-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:15px}.footer-logo{font-size:32px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);margin-bottom:5px}.footer-contact a{color:var(--accent-color);font-weight:600;text-decoration:none;transition:all .3s ease;padding:3px 8px;border-radius:4px;background-color:#ffffff1a}.footer-contact a:hover{text-decoration:underline}.copyright{color:#ffffffe6;font-size:15px;margin-top:15px;font-weight:500;background-color:#0003;padding:10px 20px;border-radius:8px}.footer-top{padding-bottom:50px}.footer-widget p{color:#ffffffb3;margin-bottom:20px;line-height:1.6}.social-links{display:flex;gap:15px}.social-link{width:40px;height:40px;background-color:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.social-link:hover{background-color:var(--primary-color);transform:translateY(-3px)}.widget-title{font-size:18px;font-weight:600;color:#fff;margin-bottom:25px;position:relative;padding-bottom:10px}.widget-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background-color:var(--primary-color)}.widget-list{list-style:none;padding:0;margin:0}.widget-list li{margin-bottom:12px}.widget-list a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.widget-list a:hover{color:#fff;padding-left:5px}.load-more{margin-top:40px}.no-more-products{color:#777;font-style:italic;margin-top:10px}.newsletter-form{display:flex;margin-top:20px}.form-control{flex:1;height:50px;padding:0 20px;border:none;border-radius:8px 0 0 8px;font-size:14px}.newsletter-form .btn-primary{height:50px;padding:0 25px;border-radius:0 8px 8px 0;font-size:14px;font-weight:600}.footer-bottom{padding:20px 0;border-top:1px solid rgba(255,255,255,.1);text-align:center}.copyright p{margin:0;font-size:14px;color:#ffffffb3}@media(max-width:992px){.hero-content{padding-right:0;margin-bottom:40px;text-align:center}.hero-buttons{justify-content:center}.feature-box{margin-bottom:30px}}@media(max-width:768px){.main-nav{display:none}.hero-title{font-size:36px}.hero-subtitle{font-size:16px}.category-card{height:250px}.footer-widget{margin-bottom:40px}}.icon-shopping-cart:before{content:"🛒"}.icon-heart:before{content:"❤️"}.icon-eye:before{content:"👁️"}.icon-star:before{content:"★"}.icon-star.filled:before{content:"⭐"}.icon-truck:before{content:"🚚"}.icon-refresh:before{content:"🔄"}.icon-shield:before{content:"🛡️"}.icon-headphones:before{content:"🎧"}.icon-facebook:before{content:"f"}.icon-twitter:before{content:"t"}.icon-instagram:before{content:"i"}.icon-pinterest:before{content:"p"}.cart-container{max-width:1200px;margin:0 auto;padding:0 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.logo{font-size:28px;font-weight:700;color:#2c3e50;letter-spacing:1px}.nav-links{display:flex;gap:25px}.nav-links a{text-decoration:none;color:#2c3e50;font-weight:500;font-size:16px;transition:color .2s}.nav-links a:hover{color:var(--primary-color)}.cart-content{padding:50px 0}.cart-content h1{margin-bottom:30px;text-align:center;color:#2c3e50;font-size:32px;font-weight:700}.empty-cart{text-align:center;padding:80px 0;background-color:var(--primary-color);border-radius:12px;box-shadow:0 5px 15px #0000000d}.empty-cart-icon{font-size:80px;margin-bottom:25px;color:var(--primary-color)}.empty-cart p{font-size:20px;color:#34495e;margin-bottom:35px}.continue-shopping-btn{display:inline-block;padding:14px 28px;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:6px;transition:all .3s;font-weight:600;letter-spacing:.5px}.continue-shopping-btn:hover{background-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.cart-items{background-color:var(--bg-secondary);border-radius:12px;padding:25px;box-shadow:0 5px 15px #0000000d}.cart-item{display:flex;align-items:center;padding:25px;background-color:#fff;border-radius:10px;margin-bottom:20px;box-shadow:0 3px 10px #00000014;transition:transform .3s,box-shadow .3s}.cart-item:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.item-image{width:80px;height:80px;margin-right:20px}.item-image img{width:100%;height:100%;object-fit:contain}.item-details{flex:1}.item-details h3{font-size:16px;margin-bottom:8px;color:#2c3e50;font-weight:600;line-height:1.4}.item-price{color:var(--primary-color);font-weight:700;font-size:17px}.item-quantity{display:flex;align-items:center;margin:0 20px}.quantity-btn{width:32px;height:32px;background-color:var(--bg-secondary);border:none;border-radius:6px;font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#2c3e50}.quantity-btn:hover{background-color:var(--primary-color);color:#fff}.quantity{margin:0 12px;font-weight:600;font-size:16px;color:#2c3e50}.item-total{font-weight:700;color:#333;width:100px;text-align:right}.remove-btn{background:none;border:none;color:#95a5a6;cursor:pointer;transition:all .3s;font-size:18px}.remove-btn:hover{color:#e74c3c;transform:scale(1.2)}.cart-summary{background-color:#fff;border-radius:10px;padding:25px;margin-top:30px;box-shadow:0 5px 15px #00000014}.summary-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee;font-size:16px;color:#2c3e50}.summary-row.total{font-weight:700;font-size:20px;border-bottom:none;padding-top:18px;color:var(--primary-color);margin-top:5px}.checkout-btn,.clear-cart-btn{width:100%;padding:14px;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s;margin-top:25px;font-weight:600;letter-spacing:.5px}.checkout-btn{background-color:var(--primary-color);color:#fff}.checkout-btn:hover{background-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.clear-cart-btn{background-color:var(--bg-secondary);color:#7f8c8d;margin-top:12px}.clear-cart-btn:hover{background-color:var(--border-color)}.site-footer{text-align:center;padding:30px 0;border-top:1px solid #eee;color:#7f8c8d;background-color:var(--bg-secondary);margin-top:60px;font-size:14px}.checkout-container[data-v-29c61602]{display:grid;grid-template-columns:2fr 1fr;gap:30px;max-width:1200px;margin:0 auto;padding:0 20px;font-family:Roboto,sans-serif;position:relative}@media(max-width:992px){.checkout-container[data-v-29c61602]{grid-template-columns:1fr}}.logo[data-v-29c61602]{font-size:28px;font-weight:700;color:#2c3e50;letter-spacing:1px}.nav-links[data-v-29c61602]{display:flex;gap:25px}.nav-links a[data-v-29c61602]{text-decoration:none;color:#2c3e50;font-weight:500;font-size:16px;transition:color .2s}.nav-links a[data-v-29c61602]:hover{color:var(--primary-color)}.checkout-content[data-v-29c61602]{padding:50px 0}.checkout-content h1[data-v-29c61602]{margin-bottom:35px;text-align:center;color:#2c3e50;font-size:32px;font-weight:700}.empty-checkout[data-v-29c61602]{text-align:center;padding:60px 0}.empty-checkout p[data-v-29c61602]{font-size:18px;color:#666;margin-bottom:30px}.continue-shopping-btn[data-v-29c61602]{display:inline-block;padding:12px 24px;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:4px;transition:background-color .3s}.continue-shopping-btn[data-v-29c61602]:hover{background-color:var(--primary-color)}.checkout-form-container[data-v-29c61602]{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:20px}@media(max-width:768px){.checkout-form-container[data-v-29c61602]{grid-template-columns:1fr}}.order-summary[data-v-29c61602]{background-color:var(--bg-primary);border-radius:12px;padding:25px;height:fit-content;box-shadow:0 5px 15px #0000000d;position:sticky;top:30px}.order-summary h2[data-v-29c61602]{margin-bottom:20px;color:#333}.order-items[data-v-29c61602]{margin-bottom:20px}.order-item[data-v-29c61602]{display:flex;align-items:center;padding:18px;background-color:#fff;border-radius:10px;margin-bottom:15px;box-shadow:0 3px 10px #0000000d;transition:transform .3s}.order-item[data-v-29c61602]:hover{transform:translateY(-3px)}.item-image[data-v-29c61602]{width:60px;height:60px;margin-right:15px}.item-image img[data-v-29c61602]{width:100%;height:100%;object-fit:contain}.item-details[data-v-29c61602]{flex:1}.item-details h3[data-v-29c61602]{font-size:14px;margin-bottom:5px;color:#333}.item-details p[data-v-29c61602]{font-size:12px;color:#666}.item-total[data-v-29c61602]{font-weight:700;color:#333}.order-total[data-v-29c61602]{margin-top:25px;background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 3px 10px #0000000d}.total-row[data-v-29c61602]{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee;font-size:16px;color:#2c3e50}.total-row.grand-total[data-v-29c61602]{font-weight:700;font-size:20px;border-bottom:none;padding-top:18px;color:var(--primary-color);margin-top:5px}.checkout-section[data-v-29c61602]{background-color:var(--bg-primary);border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.checkout-form h2[data-v-29c61602]{margin-bottom:25px;color:#2c3e50;font-size:22px;font-weight:600}.form-group[data-v-29c61602]{margin-bottom:15px}.form-group label[data-v-29c61602]{display:block;margin-bottom:5px;color:#333}.form-group input[data-v-29c61602]{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px}.form-row[data-v-29c61602]{display:grid;grid-template-columns:1fr 1fr;gap:15px}.payment-methods[data-v-29c61602]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px}.payment-method[data-v-29c61602]{justify-content:space-between;background-color:var(--bg-secondary);border:2px solid var(--primary-color);border-radius:10px;padding:20px;display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative;transition:all .3s}.payment-method.active[data-v-29c61602]{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 8px 20px #0000001a;background-color:var(--bg-primary)}.payment-logo[data-v-29c61602]{height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.payment-logo img[data-v-29c61602]{max-height:100%;max-width:100%;object-fit:contain}.payment-logo span[data-v-29c61602]{display:inline-block}.jazzcash-logo[data-v-29c61602]{color:#9d0191}.easypaisa-logo[data-v-29c61602]{color:#00a651}.payment-check[data-v-29c61602]{position:absolute;top:10px;right:10px;color:var(--primary-color);font-weight:700;font-size:18px}.payment-details[data-v-29c61602]{background-color:#fff;border-radius:8px;padding:15px;margin-bottom:20px}.wallet-prompt-content p[data-v-29c61602]{margin-bottom:1.2rem;color:#34495e;font-size:16px;line-height:1.5}.place-order-btn[data-v-29c61602]{width:100%;padding:14px;background-color:var(--primary-color);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:16px;margin-top:25px;transition:all .3s;font-weight:600;letter-spacing:.5px}.place-order-btn[data-v-29c61602]:hover{background-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.wallet-pay-btn[data-v-29c61602]{background-color:var(--success-color);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:1rem;transition:background-color .3s}.wallet-pay-btn[data-v-29c61602]:hover{background-color:var(--success-color)}.wallet-cancel-btn[data-v-29c61602]{background-color:var(--primary-color);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:4px;font-size:1rem;cursor:pointer;margin-top:1rem;margin-left:1rem;transition:background-color .3s}.wallet-cancel-btn[data-v-29c61602]:hover{background-color:var(--primary-color)}.wallet-prompt-actions[data-v-29c61602]{display:flex;gap:1.2rem;justify-content:center;margin-top:1rem}.wallet-logo[data-v-29c61602]{width:120px;height:120px;margin:0 auto 1.5rem;padding:15px;background-color:var(--bg-secondary);border-radius:50%;box-shadow:0 5px 15px #00000014}.wallet-logo img[data-v-29c61602]{width:100%;height:100%;object-fit:contain}.order-confirmation[data-v-29c61602],.wallet-prompt-overlay[data-v-29c61602]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.confirmation-content[data-v-29c61602],.wallet-prompt-content[data-v-29c61602]{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;max-width:500px;width:90%}.confirmation-icon[data-v-29c61602]{width:80px;height:80px;background-color:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 20px}.confirmation-content h2[data-v-29c61602]{color:#333;margin-bottom:15px}.confirmation-content p[data-v-29c61602]{color:#666;margin-bottom:10px}.site-footer[data-v-29c61602]{text-align:center;padding:30px 0;border-top:1px solid #eee;color:#7f8c8d;background-color:var(--bg-secondary);margin-top:60px;font-size:14px}.auth-container{max-width:1200px;margin:0 auto;padding:0 20px}.logo{font-size:24px;font-weight:700;color:#333}.nav-links{display:flex;gap:20px}.nav-links a{text-decoration:none;color:#333;font-weight:500}.nav-links a:hover{color:#ff6b6b}.auth-form-container{display:flex;justify-content:center;padding:60px 0}.auth-form{background-color:var(--bg-secondary);border-radius:8px;padding:30px;width:100%;max-width:400px;box-shadow:0 4px 10px #0000001a}.auth-form h1{text-align:center;margin-bottom:30px;color:#333}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:5px;color:#333}.form-group input{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:16px}.form-actions{margin-top:30px}.auth-button{width:100%;padding:12px;background-color:var(--primary-color);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}.auth-button:hover{background-color:var(--primary-color)}.auth-links{text-align:center;margin-top:20px;color:#666}.auth-links a{color:#ff6b6b;text-decoration:none}.auth-links a:hover{text-decoration:underline}.site-footer{text-align:center;padding:20px 0;border-top:1px solid #eee;color:#666;margin-top:40px}.auth-container[data-v-636bc760]{max-width:1200px;margin:0 auto;padding:0 20px}.logo[data-v-636bc760]{font-size:24px;font-weight:700;color:#333}.nav-links[data-v-636bc760]{display:flex;gap:20px}.nav-links a[data-v-636bc760]{text-decoration:none;color:#333;font-weight:500}.nav-links a[data-v-636bc760]:hover{color:#ff6b6b}.auth-form-container[data-v-636bc760]{display:flex;justify-content:center;padding:60px 0}.auth-form[data-v-636bc760]{background-color:#f9f9f9;border-radius:8px;padding:30px;width:100%;max-width:400px;box-shadow:0 4px 10px #0000001a}.auth-form h1[data-v-636bc760]{text-align:center;margin-bottom:30px;color:#333}.form-group[data-v-636bc760]{margin-bottom:20px}.form-group label[data-v-636bc760]{display:block;margin-bottom:5px;color:#333}.form-group input[data-v-636bc760]{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:16px}.form-actions[data-v-636bc760]{margin-top:30px}.auth-button[data-v-636bc760]{width:100%;padding:12px;background-color:#ff6b6b;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:16px;transition:background-color .3s}.auth-button[data-v-636bc760]:hover{background-color:#ff5252}.auth-links[data-v-636bc760]{text-align:center;margin-top:20px;color:#666}.auth-links a[data-v-636bc760]{color:#ff6b6b;text-decoration:none}.auth-links a[data-v-636bc760]:hover{text-decoration:underline}.site-footer[data-v-636bc760]{text-align:center;padding:20px 0;border-top:1px solid #eee;color:#666;margin-top:40px}.product-card{background-color:#f5f5f5;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px #0000001a;transition:.3s ease;height:100%;display:flex;flex-direction:column;border:1px solid #bdbdbd}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #0000001a;border-color:#ff5722}.product-badge{position:absolute;top:16px;left:16px;background-color:#ff5722;color:#fff;padding:4px 8px;font-size:12px;font-weight:600;border-radius:4px;z-index:1;box-shadow:0 2px 5px #0000001a}.product-badge.sale{background-color:#e74c3c}.product-badge.hot{background-color:#8bc34a;color:#212121}.product-image{height:220px;position:relative;overflow:hidden;flex-shrink:0;background-color:#fff}.product-image img{width:100%;height:100%;object-fit:contain;transition:.5s ease;padding:8px}.product-card:hover .product-image img{transform:scale(1.05);filter:brightness(1.05)}.product-actions{position:absolute;bottom:-50px;left:0;right:0;display:flex;justify-content:center;gap:8px;padding:16px;background-color:#ffffffe6;transition:bottom .3s ease}.product-card:hover .product-actions{bottom:0}.action-btn{width:40px;height:40px;border-radius:50%;background-color:#f5f5f5;border:1px solid #bdbdbd;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease}.action-btn:hover{background-color:#ff5722;color:#fff;border-color:#ff5722}.product-info{padding:24px;flex-grow:1;display:flex;flex-direction:column}.product-name{font-size:16px;font-weight:500;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:45px}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.product-price{font-size:18px;font-weight:700;color:#ff5722;margin:0;background-color:#e0e0e0;padding:4px 8px;border-radius:4px;display:inline-block}.product-rating{display:flex;align-items:center;font-size:14px;color:#757575}.product-rating i{color:#ddd;margin-right:2px}.product-rating i.filled{color:#8bc34a}.product-rating span{margin-left:4px}.add-to-cart-btn{width:100%;padding:8px;background-color:#ff5722;color:#fff;border:none;border-radius:4px;font-weight:500;transition:.3s ease;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:8px;text-transform:uppercase;letter-spacing:.5px}.add-to-cart-btn i{font-size:16px}.add-to-cart-btn:hover{background-color:#ee3900;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.product-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:32px}.filter-btn{padding:8px 24px;background-color:transparent;border:1px solid #bdbdbd;border-radius:4px;font-size:14px;font-weight:500;color:#424242;cursor:pointer;transition:.3s ease;text-transform:uppercase;letter-spacing:.5px}.filter-btn.active,.filter-btn:hover{background-color:#ff5722;color:#fff;border-color:#ff5722;box-shadow:0 2px 5px #ff57224d}.products-grid{display:flex;flex-wrap:wrap;margin:0 -15px}.product-column{padding:0 15px;margin-bottom:32px}.load-more{text-align:center;margin-top:32px}.no-more-products{color:#757575;font-style:italic;margin-top:8px}.checkout-page{padding:32px 0;background-color:#fff;min-height:100vh}.checkout-container{display:grid;grid-template-columns:2fr 1fr;gap:32px}@media(max-width:992px){.checkout-container{grid-template-columns:1fr}}.checkout-section{background-color:#f5f5f5;border-radius:8px;padding:32px;margin-bottom:32px;box-shadow:0 2px 5px #0000001a}.checkout-section-title{font-size:18px;font-weight:600;margin-bottom:24px;padding-bottom:8px;border-bottom:1px solid #bdbdbd;display:flex;align-items:center}.checkout-section-title i{margin-right:8px;color:#ff5722}.order-summary{position:sticky;top:32px}.order-summary-list{margin-bottom:24px}.order-item{display:flex;align-items:center;padding:8px 0;border-bottom:1px solid #bdbdbd}.order-item:last-child{border-bottom:none}.order-item-image{width:60px;height:60px;border-radius:4px;overflow:hidden;margin-right:16px;background-color:#fff}.order-item-image img{width:100%;height:100%;object-fit:contain}.order-item-details{flex:1}.order-item-name{font-size:14px;font-weight:500;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.order-item-price{font-size:14px;color:#ff5722;font-weight:600}.order-item-quantity{font-size:12px;color:#424242}.order-totals{margin-top:24px}.order-total-row{display:flex;justify-content:space-between;padding:4px 0}.order-total-row.final{font-weight:700;font-size:16px;border-top:1px solid #bdbdbd;margin-top:8px;padding-top:16px}.checkout-btn{width:100%;padding:16px;background-color:#ff5722;color:#fff;border:none;border-radius:4px;font-weight:600;font-size:16px;margin-top:24px;cursor:pointer;transition:.3s ease;text-transform:uppercase;letter-spacing:.5px}.checkout-btn:hover{background-color:#ee3900;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.payment-methods{display:flex;flex-wrap:wrap;gap:16px;margin-top:16px}.payment-method{flex:1 0 calc(33.333% - 16px);min-width:100px;border:1px solid #bdbdbd;border-radius:4px;padding:16px;text-align:center;cursor:pointer;transition:.3s ease}.payment-method:hover,.payment-method.active{border-color:#ff5722;background-color:#ff57220d}.payment-method.active{border-width:2px}.payment-method img{height:30px;margin-bottom:4px}.payment-method span{display:block;font-size:12px;color:#424242}.form-group{margin-bottom:24px}.form-label{display:block;margin-bottom:4px;font-weight:500;font-size:14px}.form-control{width:100%;padding:8px;border:1px solid #bdbdbd;border-radius:4px;font-size:16px;transition:.3s ease}.form-control:focus{outline:none;border-color:#ff5722;box-shadow:0 0 0 2px #ff57221a}.form-row{display:flex;gap:16px}.form-row .form-group{flex:1}.saved-addresses{margin-bottom:24px}.address-card{border:1px solid #bdbdbd;border-radius:4px;padding:16px;margin-bottom:16px;cursor:pointer;transition:.3s ease}.address-card:hover,.address-card.active{border-color:#ff5722;background-color:#ff57220d}.address-card.active{border-width:2px}.address-type{font-weight:600;margin-bottom:4px;display:flex;align-items:center}.address-type i{margin-right:4px;color:#ff5722}.address-details{font-size:14px;color:#424242;margin-bottom:4px}.address-actions{display:flex;gap:16px;margin-top:8px}.address-actions button{background:none;border:none;color:#ff5722;font-size:12px;cursor:pointer;padding:0}.address-actions button:hover{text-decoration:underline}.order-confirmation{text-align:center;padding:48px 0}.confirmation-icon{font-size:60px;color:#2ecc71;margin-bottom:24px}.confirmation-title{font-size:24px;margin-bottom:16px}.confirmation-message{color:#424242;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.order-number{background-color:#fff;padding:16px;border-radius:4px;display:inline-block;margin-bottom:32px;font-weight:600}.confirmation-actions{display:flex;justify-content:center;gap:16px}.products-section{padding:48px 0;background-color:#fff;position:relative}.products-section:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#ff5722,#03a9f4,#8bc34a)}.products-section .category-title{text-align:center;margin-bottom:32px}.products-section .category-title h2{font-size:2.5rem;font-weight:800;color:#212121;margin-bottom:8px;text-transform:uppercase;position:relative;display:inline-block}.products-section .category-title h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background-color:#ff5722;border-radius:2px}.products-section .category-title p{font-size:1.1rem;color:#424242;max-width:600px;margin:16px auto 0}.products-section .filter-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:32px}.products-section .filter-buttons .filter-btn{padding:10px 20px;background-color:transparent;border:2px solid #ff5722;color:#ff5722;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;font-size:14px}.products-section .filter-buttons .filter-btn:hover{background-color:#ff57221a;transform:translateY(-2px)}.products-section .filter-buttons .filter-btn.active{background-color:#ff5722;color:#fff}.products-section .products-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}.products-section .products-wrapper .product-item{transition:all .3s ease}.products-section .products-wrapper .product-item:hover{transform:translateY(-5px)}.products-section .products-wrapper .product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 10px 20px #0000001a;transition:all .3s ease;position:relative;height:100%;display:flex;flex-direction:column;border:1px solid #bdbdbd}.products-section .products-wrapper .product-card:hover{box-shadow:0 15px 30px #00000026;border-color:#ff5722}.products-section .products-wrapper .product-card:hover .product-actions{opacity:1;transform:translateY(0)}.products-section .products-wrapper .product-card:hover .product-image img{transform:scale(1.05)}.products-section .products-wrapper .product-card .product-badge{position:absolute;top:15px;left:15px;padding:5px 10px;font-size:12px;font-weight:700;text-transform:uppercase;border-radius:4px;z-index:2;box-shadow:0 2px 5px #0003}.products-section .products-wrapper .product-card .product-badge.elegant,.products-section .products-wrapper .product-card .product-badge.new{background-color:#03a9f4;color:#fff}.products-section .products-wrapper .product-card .product-badge.premium{background-color:#ff5722;color:#fff}.products-section .products-wrapper .product-card .product-badge.limited{background-color:#8bc34a;color:#fff}.products-section .products-wrapper .product-card .product-image{position:relative;overflow:hidden;aspect-ratio:1/1}.products-section .products-wrapper .product-card .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.products-section .products-wrapper .product-card .product-image .product-actions{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;gap:10px;padding:15px;background:linear-gradient(to top,rgba(0,0,0,.7),transparent);opacity:0;transform:translateY(20px);transition:all .3s ease}.products-section .products-wrapper .product-card .product-image .product-actions .action-btn{width:40px;height:40px;border-radius:50%;background-color:#fff;color:#ff5722;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.products-section .products-wrapper .product-card .product-image .product-actions .action-btn:hover{background-color:#ff5722;color:#fff;transform:translateY(-5px)}.products-section .products-wrapper .product-card .product-image .product-actions .action-btn i{font-size:20px}.products-section .products-wrapper .product-card .product-info{padding:20px;display:flex;flex-direction:column;flex-grow:1}.products-section .products-wrapper .product-card .product-info .product-name{font-size:16px;font-weight:600;color:#212121;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;box-orient:vertical;overflow:hidden;height:48px}.products-section .products-wrapper .product-card .product-info .product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.products-section .products-wrapper .product-card .product-info .product-meta .product-price{font-size:18px;font-weight:700;color:#ff5722;background-color:#ff57221a;padding:5px 10px;border-radius:4px}.products-section .products-wrapper .product-card .product-info .product-meta .product-rating{display:flex;align-items:center}.products-section .products-wrapper .product-card .product-info .product-meta .product-rating .stars{display:flex}.products-section .products-wrapper .product-card .product-info .product-meta .product-rating .stars i{color:#ffc107;font-size:14px}.products-section .products-wrapper .product-card .product-info .product-meta .product-rating .rating-count{font-size:12px;color:#757575;margin-left:5px}.products-section .products-wrapper .product-card .product-info .add-to-cart-btn{margin-top:auto;padding:12px 15px;background-color:#ff5722;color:#fff;border:none;border-radius:4px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.products-section .products-wrapper .product-card .product-info .add-to-cart-btn i{font-size:18px}.products-section .products-wrapper .product-card .product-info .add-to-cart-btn:hover{background-color:#ee3900;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.products-section .load-more{margin-top:50px;text-align:center}.products-section .load-more .btn-primary,.products-section .load-more .elegant-btn{padding:15px 30px;background-color:transparent;border:2px solid #ff5722;color:#ff5722;font-weight:700;border-radius:4px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;display:inline-block}.products-section .load-more .btn-primary:hover,.products-section .load-more .elegant-btn:hover{background-color:#ff5722;color:#fff;transform:translateY(-3px);box-shadow:0 6px 15px #00000026}.products-section .load-more .no-more-products{color:#757575;font-style:italic;margin-top:20px;font-size:16px}.features-section{padding:48px 0;background-color:#ff5722;position:relative;color:#fff}.features-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj48cGF0aCBkPSJNMzAgMzAgTDYwIDMwIEw2MCA2MCBMMzAgNjAgWiIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIwLjA1Ii8+PC9zdmc+);opacity:.5}.features-section .section-title{text-align:center;margin-bottom:32px;position:relative;z-index:1}.features-section .section-title h2{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:16px;text-transform:uppercase;letter-spacing:1px}.features-section .section-title p{font-size:1.1rem;color:#fffc;max-width:600px;margin:0 auto}.features-section .feature-box{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;padding:32px;height:100%;transition:all .3s ease;box-shadow:0 10px 30px #0003;text-align:center;border:1px solid rgba(255,255,255,.1);position:relative;z-index:1;overflow:hidden}.features-section .feature-box:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;height:10px;background-color:#03a9f4;transform:translateY(-100%);transition:transform .3s ease}.features-section .feature-box:hover{transform:translateY(-10px);box-shadow:0 15px 40px #0000004d}.features-section .feature-box:hover:before{transform:translateY(0)}.features-section .feature-box:hover .feature-icon{background-color:#03a9f4;transform:scale(1.1)}.features-section .feature-box:hover .feature-icon i{color:#fff}.features-section .feature-box .feature-icon{width:80px;height:80px;margin:0 auto 24px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 5px 15px #0003}.features-section .feature-box .feature-icon i{font-size:36px;color:#ff5722;transition:all .3s ease}.features-section .feature-box h4{font-size:22px;font-weight:700;margin-bottom:16px;color:#fff;text-transform:uppercase;letter-spacing:.5px}.features-section .feature-box p{color:#fffc;line-height:1.6;font-size:16px}@media(max-width:992px){.products-section .products-wrapper{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media(max-width:768px){.products-section .category-title h2{font-size:2rem}.products-section .filter-buttons{gap:10px}.products-section .filter-buttons .filter-btn{padding:8px 15px;font-size:12px}}@media(max-width:576px){.products-section .products-wrapper{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.products-section .product-card .product-info{padding:15px}.products-section .product-card .product-info .product-name{font-size:14px;height:42px}.products-section .product-card .product-info .product-meta .product-price{font-size:16px}}.homepage{overflow-x:hidden}.homepage .site-header{background-color:#ff5722;box-shadow:0 8px 20px #00000026;position:sticky;top:0;z-index:1030;padding:15px 30px}.homepage .site-header .header-wrapper{display:flex;justify-content:space-between;align-items:center}.homepage .site-header .logo{font-size:24px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.homepage .site-header .logo a{color:#fff;text-decoration:none;transition:all .3s ease;display:flex;align-items:center}.homepage .site-header .logo a .logo-img{height:50px;width:auto;transition:all .3s ease}.homepage .site-header .logo a:hover{transform:scale(1.05)}.homepage .site-header .main-nav .nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:40px}.homepage .site-header .main-nav .nav-menu .nav-item{position:relative;padding:10px 0}.homepage .site-header .main-nav .nav-menu .nav-item a{color:#fff;text-decoration:none;font-weight:700;transition:all .3s ease;padding:10px 0;font-size:18px;text-transform:uppercase;letter-spacing:1px}.homepage .site-header .main-nav .nav-menu .nav-item a:hover{color:#8bc34a;transform:translateY(-2px)}.homepage .site-header .main-nav .nav-menu .nav-item.active a{color:#fff;font-weight:800}.homepage .site-header .main-nav .nav-menu .nav-item.active a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background-color:#fff;border-radius:3px}.homepage .site-header .header-actions{display:flex;align-items:center;gap:20px}.homepage .site-header .header-actions .cart-icon{position:relative;cursor:pointer;transition:all .3s ease;background-color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.homepage .site-header .header-actions .cart-icon i{font-size:24px;color:#ff5722;transition:all .3s ease}.homepage .site-header .header-actions .cart-icon:hover{transform:scale(1.1);box-shadow:0 4px 8px #0003}.homepage .site-header .header-actions .cart-icon .cart-count{position:absolute;top:-5px;right:-5px;background-color:#8bc34a;color:#fff;font-size:12px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0000004d}.homepage .hero-section{position:relative;min-height:80vh;display:flex;align-items:center;padding:0;overflow:hidden;background-color:#03a9f4}.homepage .hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.homepage .hero-section .hero-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#ff5722e6,#03a9f4b3);z-index:-1}.homepage .hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,rgba(0,0,0,.5),transparent),url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1IiBoZWlnaHQ9IjUiPgo8cmVjdCB3aWR0aD0iNSIgaGVpZ2h0PSI1IiBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9IjAuMSI+PC9yZWN0Pgo8L3N2Zz4=);z-index:-1}.homepage .hero-section .hero-container{position:relative;z-index:1;padding:40px 0;width:100%;display:flex;justify-content:space-between;align-items:center}.homepage .hero-section .hero-content-wrapper{position:relative;z-index:2;max-width:600px;color:#fff;padding:0 20px}.homepage .hero-section .hero-content-wrapper .hero-tagline{font-size:20px;font-weight:700;letter-spacing:2px;margin-bottom:20px;position:relative;display:inline-block;background-color:#8bc34a;padding:8px 15px;border-radius:4px;text-transform:uppercase;transform:skew(-5deg);box-shadow:0 4px 10px #0003}.homepage .hero-section .hero-content-wrapper .hero-title{font-size:4.5rem;font-weight:900;line-height:1.1;margin-bottom:30px;text-shadow:3px 3px 0 rgba(0,0,0,.2);text-transform:uppercase;letter-spacing:-1px}.homepage .hero-section .hero-content-wrapper .hero-title .highlight{color:#fff;position:relative;display:inline-block;background-color:#ff5722;padding:0 15px;margin:0 -5px;border-radius:4px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.homepage .hero-section .hero-content-wrapper .hero-subtitle{font-size:20px;line-height:1.6;margin-bottom:40px;max-width:500px;background-color:#00000080;padding:15px;border-radius:4px;border-left:5px solid #8bc34a}.homepage .hero-section .hero-content-wrapper .hero-cta{display:flex;gap:20px;margin-bottom:50px}.homepage .hero-section .hero-content-wrapper .hero-cta a{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 30px;border-radius:4px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;box-shadow:0 4px 10px #0003;min-width:200px}.homepage .hero-section .hero-content-wrapper .hero-cta a i{font-size:24px}.homepage .hero-section .hero-content-wrapper .hero-cta a.btn-primary{background-color:#8bc34a;color:#fff;position:relative;overflow:hidden;z-index:1}.homepage .hero-section .hero-content-wrapper .hero-cta a.btn-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s;z-index:-1}.homepage .hero-section .hero-content-wrapper .hero-cta a.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 15px #0000004d}.homepage .hero-section .hero-content-wrapper .hero-cta a.btn-primary:hover:before{left:100%}.homepage .hero-section .hero-content-wrapper .hero-cta a.btn-secondary{background-color:#fff;color:#ff5722}.homepage .hero-section .hero-content-wrapper .hero-cta a.btn-secondary:hover{background-color:#ff5722;color:#fff;transform:translateY(-3px);box-shadow:0 6px 15px #0000004d}.homepage .hero-section .hero-content-wrapper .hero-product-display{display:flex;gap:15px;margin-bottom:30px}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;width:120px}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product img{width:100%;height:120px;object-fit:cover;display:block}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product .product-name{padding:8px;text-align:center;font-size:12px;font-weight:600;color:#212121;background-color:#fff}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product.sport-product-1{transform:rotate(-5deg)}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product.sport-product-2{transform:translateY(10px)}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product.sport-product-3{transform:rotate(5deg)}.homepage .hero-section .hero-content-wrapper .hero-features{display:flex;gap:20px;margin-top:20px;flex-wrap:wrap}.homepage .hero-section .hero-content-wrapper .hero-features .feature-item{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;background-color:#ffffffe6;color:#212121;padding:10px 15px;border-radius:4px;box-shadow:0 4px 8px #0000001a}.homepage .hero-section .hero-content-wrapper .hero-features .feature-item i{font-size:24px;color:#ff5722}.homepage .hero-section .hero-image{position:relative}.homepage .hero-section .hero-image .main-image{width:100%;border-radius:12px;box-shadow:0 8px 20px #00000026;transform:perspective(1000px) rotateY(-5deg);transition:transform .5s ease}.homepage .hero-section .hero-image .main-image:hover{transform:perspective(1000px) rotateY(0)}.homepage .hero-section .hero-image .floating-card{position:absolute;background:#fff;padding:16px;border-radius:8px;box-shadow:0 10px 30px #0000001a;display:flex;align-items:center;gap:8px;border-left:4px solid #ff5722;transition:all .3s ease}.homepage .hero-section .hero-image .floating-card.card-1{top:20%;left:-15%;animation:float 3s ease-in-out infinite alternate;border-left:4px solid #ff5722}.homepage .hero-section .hero-image .floating-card.card-1:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 35px #ff572233}.homepage .hero-section .hero-image .floating-card.card-2{bottom:15%;right:-10%;animation:float 4s ease-in-out infinite alternate-reverse;border-left:4px solid #03a9f4}.homepage .hero-section .hero-image .floating-card.card-2:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 35px #03a9f433}.homepage .hero-section .hero-image .floating-card .card-icon{width:40px;height:40px;background-color:#ff57221a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff5722}.homepage .hero-section .hero-image .floating-card .card-content h4{font-size:14px;margin-bottom:2px;color:#212121}.homepage .hero-section .hero-image .floating-card .card-content p{font-size:12px;color:#424242;margin:0}.homepage .hero-section .shape-divider{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;z-index:10}.homepage .hero-section .shape-divider svg{position:relative;display:block;width:calc(100% + 1.3px);height:80px;filter:drop-shadow(0 -5px 10px rgba(0,0,0,.1))}.homepage .hero-section .shape-divider svg .shape-fill{fill:#f5f5f5}.homepage .categories-section{padding:48px 0;background-color:#ff57220d}.homepage .categories-section .category-title{text-align:center;margin-bottom:32px}.homepage .categories-section .category-title h2{color:#ff5722;position:relative;display:inline-block;margin-bottom:16px;font-size:2.2rem;font-weight:700}.homepage .categories-section .category-title h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(to right,#ff5722,#03a9f4);border-radius:3px}.homepage .categories-section .category-title p{font-size:1.1rem;color:#424242;max-width:600px;margin:0 auto}.homepage .categories-section .category-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.homepage .categories-section .category-cards .category-card{position:relative;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;border:2px solid transparent}.homepage .categories-section .category-cards .category-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #ff572226;border-color:#ff5722}.homepage .categories-section .category-cards .category-card:hover .category-image img{transform:scale(1.05)}.homepage .categories-section .category-cards .category-card:hover .category-content{background:linear-gradient(to right,#ff5722e6,#03a9f4e6)}.homepage .categories-section .category-cards .category-card:hover .category-content h3{transform:translateY(-5px)}.homepage .categories-section .category-cards .category-card:hover .category-content .category-link{opacity:1;transform:translateY(0)}.homepage .categories-section .category-cards .category-card .category-image{position:absolute;top:0;left:0;width:100%;height:100%}.homepage .categories-section .category-cards .category-card .category-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.homepage .categories-section .category-cards .category-card .category-image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.homepage .categories-section .category-cards .category-card .category-content{position:absolute;bottom:0;left:0;right:0;padding:16px;background:linear-gradient(to top,#000000b3,#0000);color:#fff;transition:all .3s ease}.homepage .categories-section .category-cards .category-card .category-content h3{margin-bottom:8px;font-weight:600;transition:transform .3s ease;text-shadow:0 2px 4px rgba(0,0,0,.3)}.homepage .categories-section .category-cards .category-card .category-content .category-link{color:#fff;font-weight:500;font-size:.9rem;display:inline-flex;align-items:center;gap:5px;opacity:.8;transform:translateY(5px);transition:all .3s ease;background:#03a9f44d;padding:5px 12px;border-radius:20px}.homepage .categories-section .category-cards .category-card .category-content .category-link:after{content:"→";transition:transform .3s ease}.homepage .categories-section .category-cards .category-card .category-content .category-link:hover{background:#03a9f4}.homepage .categories-section .category-cards .category-card .category-content .category-link:hover:after{transform:translate(3px)}@media(max-width:992px){.homepage .hero-section{min-height:auto}.homepage .hero-section .hero-content .hero-title{font-size:2.5rem}}@media(max-width:992px){.homepage .hero-section .hero-content-wrapper .hero-title{font-size:3.5rem}.homepage .hero-section .hero-content-wrapper .hero-subtitle{font-size:1.1rem;max-width:90%}.homepage .hero-section .hero-content-wrapper .hero-product-display{gap:15px}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product{width:110px}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product img{height:110px}}@media(max-width:768px){.homepage .hero-section .hero-content-wrapper .hero-title{font-size:2.5rem}.homepage .hero-section .hero-content-wrapper .hero-subtitle{font-size:16px}.homepage .hero-section .hero-content-wrapper .hero-cta{flex-direction:column}.homepage .hero-section .hero-content-wrapper .hero-cta a{width:100%}.homepage .hero-section .hero-content-wrapper .hero-product-display{justify-content:center;flex-wrap:wrap}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product{width:100px}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product img{height:100px}.homepage .hero-section .hero-content-wrapper .hero-features{flex-direction:column;align-items:center;gap:15px}}@media(max-width:576px){.homepage .hero-section .hero-content-wrapper .hero-title{font-size:2rem}.homepage .hero-section .hero-content-wrapper .hero-product-display{gap:8px}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product{width:90px}.homepage .hero-section .hero-content-wrapper .hero-product-display .sport-product img{height:90px}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}:root{--primary-color: #ff5722;--secondary-color: #03a9f4;--accent-color: #8bc34a;--text-primary: #212121;--text-secondary: #424242;--text-light: #757575;--bg-primary: #f5f5f5;--bg-secondary: #ffffff;--bg-accent: #e0e0e0;--border-color: #bdbdbd;--success-color: #2ecc71;--error-color: #e74c3c;--warning-color: #f39c12;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--z-index-dropdown: 1000;--z-index-sticky: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-modal: 1050;--z-index-popover: 1060;--z-index-tooltip: 1070;--shadow-sm: 0 2px 5px rgba(0, 0, 0, .1);--shadow-md: 0 4px 10px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 20px rgba(0, 0, 0, .15);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .1)}body{font-family:Roboto,sans-serif;background-color:#f5f5f5;color:#212121;line-height:1.6;margin:0;padding:0}*{box-sizing:border-box}a{text-decoration:none;color:inherit;transition:.3s ease}a:hover{color:#ff5722}button{cursor:pointer;font-family:Roboto,sans-serif}.container{width:100%;max-width:1170px;margin:0 auto;padding:0 24px}@media(max-width:1200px){.container{max-width:1170px}}@media(max-width:992px){.container{max-width:970px}}@media(max-width:768px){.container{max-width:750px}}.text-primary{color:#ff5722}.text-secondary{color:#03a9f4}.bg-primary{background-color:#ff5722}.bg-secondary{background-color:#03a9f4}.bg-accent{background-color:#8bc34a}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.justify-content-center{justify-content:center}.align-items-center{align-items:center}.flex-column{flex-direction:column}.text-center{text-align:center}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:16px}.mt-4{margin-top:24px}.mt-5{margin-top:32px}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:16px}.mb-4{margin-bottom:24px}.mb-5{margin-bottom:32px}.py-1{padding-top:4px;padding-bottom:4px}.py-2{padding-top:8px;padding-bottom:8px}.py-3{padding-top:16px;padding-bottom:16px}.py-4{padding-top:24px;padding-bottom:24px}.py-5{padding-top:32px;padding-bottom:32px}.px-1{padding-left:4px;padding-right:4px}.px-2{padding-left:8px;padding-right:8px}.px-3{padding-left:16px;padding-right:16px}.px-4{padding-left:24px;padding-right:24px}.px-5{padding-left:32px;padding-right:32px}.btn{display:inline-block;padding:8px 24px;border-radius:4px;font-weight:500;text-align:center;transition:.3s ease;border:none;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background-color:#ff5722;color:#fff}.btn-primary:hover{background-color:#ee3900;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.btn-secondary{background-color:#03a9f4;color:#fff}.btn-secondary:hover{background-color:#2ebcfc;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.btn-outline{background-color:transparent;border:1px solid #bdbdbd;color:#424242}.btn-outline:hover{border-color:#ff5722;color:#ff5722}.section{padding:48px 0}.section-title{text-align:center;margin-bottom:32px}.section-title h2{font-size:32px;margin-bottom:8px;color:#212121;font-weight:700}.section-title p{color:#424242;max-width:600px;margin:0 auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}[class*=col-]{padding-right:15px;padding-left:15px}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}@media(min-width:576px){.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width:768px){.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width:992px){.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width:1200px){.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}}
