@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}.site-header{background-color:#fff;box-shadow:0 2px 5px #0000001a;position:sticky;top:0;z-index:1030;padding:20px 30px}.container{max-width:1200px;margin:0 auto;padding:0 15px}.header-wrapper{display:flex;justify-content:space-between;align-items:center}.logo a{font-size:24px;font-weight:700;color:#3a4a5c;text-decoration:none;transition:all .3s ease;background:linear-gradient(135deg,#3a4a5c,#c8a97e);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 2px 10px rgba(58,74,92,.2)}.logo i{margin-right:8px;color:var(--primary-color)}.nav-menu{display:flex;list-style:none;margin:0;padding:0;gap:30px}.nav-item{position:relative;padding:20px 0}.nav-item a{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .3s ease;padding:20px 0;font-size:16px}.nav-item.active a{color:#3a4a5c;font-weight:600}.nav-item.active a:after{content:"";position:absolute;bottom:15px;left:0;width:100%;height:2px;background-color:#3a4a5c}.nav-item a:hover{color:#3a4a5c}.auth-links .login-link,.auth-links .register-link{padding:8px 16px;border-radius:20px;font-weight:500;transition:all .3s ease;background:linear-gradient(135deg,#3a4a5c,#c8a97e);color:#fff;text-decoration:none;box-shadow:0 2px 5px #3a4a5c33}.auth-links .login-link{margin-right:8px}.auth-links .login-link:hover,.auth-links .register-link:hover{transform:translateY(-2px);box-shadow:0 4px 8px #3a4a5c4d}.cart-icon{position:relative;cursor:pointer;transition:all .3s ease}.cart-icon:hover{transform:scale(1.1)}.cart-icon:hover i{color:#c8a97e}.cart-count{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#3a4a5c,#c8a97e);color:#fff;font-size:12px;font-weight:600;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #3a4a5c4d}.site-footer[data-v-b3f584f3]{background-color:var(--secondary-color);color:#fff;padding:40px 0;border-top:4px solid var(--primary-color)}.simple-footer[data-v-b3f584f3]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:15px}.footer-logo[data-v-b3f584f3]{font-size:32px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);margin-bottom:5px}.footer-contact a[data-v-b3f584f3]{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[data-v-b3f584f3]:hover{text-decoration:underline}.copyright[data-v-b3f584f3]{color:#ffffffe6;font-size:15px;margin-top:15px;font-weight:500;background-color:#0003;padding:10px 20px;border-radius:8px}*{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}.product-list-page[data-v-61573341]{font-family:Roboto,Noto Sans,sans-serif;color:var(--text-primary);overflow-x:hidden}.header-wrapper[data-v-61573341]{height:60px}.logo a[data-v-61573341]{font-size:28px;font-weight:700;color:var(--primary-color);text-decoration:none;letter-spacing:.5px}.main-nav[data-v-61573341]{display:flex;align-items:center}.nav-menu[data-v-61573341]{list-style:none;margin:0;padding:0;display:flex;gap:30px}.nav-item a[data-v-61573341]{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[data-v-61573341]:after{content:"";position:absolute;width:0;height:3px;bottom:0;left:0;background-color:var(--primary-color);transition:width .3s ease}.nav-item a[data-v-61573341]:hover,.nav-item.active a[data-v-61573341]{color:var(--primary-color)}.nav-item a[data-v-61573341]:hover:after,.nav-item.active a[data-v-61573341]:after{width:100%}.login-link[data-v-61573341],.register-link[data-v-61573341]{text-decoration:none;font-weight:600;transition:color .3s ease;color:#fff}.login-link[data-v-61573341]:hover,.register-link[data-v-61573341]:hover{color:#fffc}.cart-icon[data-v-61573341]{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[data-v-61573341]:hover{color:var(--primary-color)}.cart-count[data-v-61573341]{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[data-v-61573341]{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[data-v-61573341]{padding-right:40px}.hero-title[data-v-61573341]{font-size:48px;font-weight:700;color:var(--text-primary);margin-bottom:20px;line-height:1.2}.hero-subtitle[data-v-61573341]{font-size:18px;margin-bottom:30px;max-width:500px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2)}.hero-buttons[data-v-61573341]{display:flex;gap:15px}.btn-primary[data-v-61573341],.btn-secondary[data-v-61573341]{display:inline-block;padding:14px 28px;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-primary[data-v-61573341]{background-color:var(--primary-color);color:#fff;box-shadow:0 4px 10px #4a6cf733}.btn-secondary[data-v-61573341]{background-color:#fff;color:var(--primary-color);border:1px solid var(--border-color)}.btn-primary[data-v-61573341]:hover{background-color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 6px 15px #4a6cf74d}.btn-secondary[data-v-61573341]:hover{background-color:var(--bg-accent);color:var(--secondary-color);transform:translateY(-3px);box-shadow:0 6px 15px #0000000d}.hero-content-image[data-v-61573341]{width:100%;height:100%}.hero-image-placeholder[data-v-61573341]{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[data-v-61573341]{text-align:center;padding:20px}.placehold.section-title[data-v-61573341]{text-align:center;margin-bottom:50px;width:100%}.featured-categories[data-v-61573341]{padding:80px 0}.category-card[data-v-61573341]{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[data-v-61573341]:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.category-image[data-v-61573341]{height:100%;width:100%}.category-image img[data-v-61573341]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .category-image img[data-v-61573341]{transform:scale(1.1)}.category-content[data-v-61573341]{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[data-v-61573341]{font-size:22px;font-weight:600;margin-bottom:10px;color:#fff}.category-link[data-v-61573341]{color:#fff;text-decoration:none;font-weight:500;display:inline-block;position:relative;padding-bottom:2px}.category-link[data-v-61573341]: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[data-v-61573341]:hover:after{transform:scaleX(1);transform-origin:left}.products-section .container[data-v-61573341]{max-width:1440px;margin:0 auto;padding:0 24px;width:100%}.products-wrapper[data-v-61573341]{display:flex;flex-wrap:wrap;margin:0 -10px;width:calc(100% + 20px)}.product-item[data-v-61573341]{width:280px;padding:0 10px;margin-bottom:20px;box-sizing:border-box}@media(max-width:1200px){.product-item[data-v-61573341]{width:calc(33.33% - 20px)}}@media(max-width:992px){.product-item[data-v-61573341]{width:calc(50% - 20px)}}@media(max-width:576px){.product-item[data-v-61573341]{width:100%;padding:0 5px}}@media(max-width:768px){.product-item[data-v-61573341]{width:50%}}@media(max-width:480px){.product-item[data-v-61573341]{width:100%}}.product-filters[data-v-61573341]{display:flex;justify-content:center;gap:15px;margin-bottom:40px;flex-wrap:wrap;width:100%}.filter-btn[data-v-61573341]{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[data-v-61573341],.filter-btn[data-v-61573341]:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color);box-shadow:0 4px 10px #f36b324d}.product-card[data-v-61573341]{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[data-v-61573341]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a;border-color:var(--primary-color)}.product-badge[data-v-61573341]{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[data-v-61573341]{background-color:var(--error-color)}.product-badge.hot[data-v-61573341]{background-color:var(--accent-color)}.product-image[data-v-61573341]{position:relative;overflow:hidden;height:220px;width:100%;background-color:var(--bg-secondary)}.product-image img[data-v-61573341]{width:100%;height:100%;object-fit:contain;transition:all .5s ease;padding:10px}.product-card:hover .product-image img[data-v-61573341]{transform:scale(1.05);filter:brightness(1.05)}.product-actions[data-v-61573341]{position:absolute;bottom:-50px;left:0;right:0;display:flex;justify-content:center;gap:10px;padding:15px;background-color:#ffffffe6;transition:bottom .3s ease}.product-card:hover .product-actions[data-v-61573341]{bottom:0}.action-btn[data-v-61573341]{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[data-v-61573341]:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.product-info[data-v-61573341]{padding:20px;flex-grow:1;display:flex;flex-direction:column}.product-name[data-v-61573341]{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;color:var(--text-primary)}.product-meta[data-v-61573341]{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.product-price[data-v-61573341]{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[data-v-61573341]{display:flex;align-items:center;font-size:14px;color:var(--text-secondary);font-weight:500}.product-rating i[data-v-61573341]{color:#bbb;margin-right:2px}.product-rating .filled[data-v-61573341]{color:#ff9800}.product-rating span[data-v-61573341]{margin-left:5px;font-size:12px}.add-to-cart-btn[data-v-61573341]{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 i[data-v-61573341]{font-size:16px}.add-to-cart-btn[data-v-61573341]:hover{background-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;box-shadow:0 5px 15px #4a6cf733}.features-section[data-v-61573341]{padding:60px 0;background-color:var(--bg-accent)}.feature-box[data-v-61573341]{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[data-v-61573341]:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001a}.feature-icon[data-v-61573341]{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[data-v-61573341]{font-size:18px;font-weight:600;margin-bottom:10px;color:var(--text-primary)}.feature-box p[data-v-61573341]{font-size:14px;color:var(--text-secondary);margin:0}.simple-footer[data-v-61573341]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:15px}.footer-logo[data-v-61573341]{font-size:32px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3);margin-bottom:5px}.footer-contact a[data-v-61573341]{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[data-v-61573341]:hover{text-decoration:underline}.copyright[data-v-61573341]{color:#ffffffe6;font-size:15px;margin-top:15px;font-weight:500;background-color:#0003;padding:10px 20px;border-radius:8px}.footer-top[data-v-61573341]{padding-bottom:50px}.footer-widget p[data-v-61573341]{color:#ffffffb3;margin-bottom:20px;line-height:1.6}.social-links[data-v-61573341]{display:flex;gap:15px}.social-link[data-v-61573341]{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[data-v-61573341]:hover{background-color:var(--primary-color);transform:translateY(-3px)}.widget-title[data-v-61573341]{font-size:18px;font-weight:600;color:#fff;margin-bottom:25px;position:relative;padding-bottom:10px}.widget-title[data-v-61573341]:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background-color:var(--primary-color)}.widget-list[data-v-61573341]{list-style:none;padding:0;margin:0}.widget-list li[data-v-61573341]{margin-bottom:12px}.widget-list a[data-v-61573341]{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.widget-list a[data-v-61573341]:hover{color:#fff;padding-left:5px}.load-more[data-v-61573341]{margin-top:40px}.no-more-products[data-v-61573341]{color:#777;font-style:italic;margin-top:10px}.newsletter-form[data-v-61573341]{display:flex;margin-top:20px}.form-control[data-v-61573341]{flex:1;height:50px;padding:0 20px;border:none;border-radius:8px 0 0 8px;font-size:14px}.newsletter-form .btn-primary[data-v-61573341]{height:50px;padding:0 25px;border-radius:0 8px 8px 0;font-size:14px;font-weight:600}.footer-bottom[data-v-61573341]{padding:20px 0;border-top:1px solid rgba(255,255,255,.1);text-align:center}.copyright p[data-v-61573341]{margin:0;font-size:14px;color:#ffffffb3}@media(max-width:992px){.hero-content[data-v-61573341]{padding-right:0;margin-bottom:40px;text-align:center}.hero-buttons[data-v-61573341]{justify-content:center}.feature-box[data-v-61573341]{margin-bottom:30px}}@media(max-width:768px){.main-nav[data-v-61573341]{display:none}.hero-title[data-v-61573341]{font-size:36px}.hero-subtitle[data-v-61573341]{font-size:16px}.category-card[data-v-61573341]{height:250px}.footer-widget[data-v-61573341]{margin-bottom:40px}}.icon-shopping-cart[data-v-61573341]:before{content:"🛒"}.icon-heart[data-v-61573341]:before{content:"❤️"}.icon-eye[data-v-61573341]:before{content:"👁️"}.icon-star[data-v-61573341]:before{content:"★"}.icon-star.filled[data-v-61573341]:before{content:"⭐"}.icon-truck[data-v-61573341]:before{content:"🚚"}.icon-refresh[data-v-61573341]:before{content:"🔄"}.icon-shield[data-v-61573341]:before{content:"🛡️"}.icon-headphones[data-v-61573341]:before{content:"🎧"}.icon-facebook[data-v-61573341]:before{content:"f"}.icon-twitter[data-v-61573341]:before{content:"t"}.icon-instagram[data-v-61573341]:before{content:"i"}.icon-pinterest[data-v-61573341]: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)}.checkout-container[data-v-32311bca]{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-32311bca]{grid-template-columns:1fr}}.logo[data-v-32311bca]{font-size:28px;font-weight:700;color:#2c3e50;letter-spacing:1px}.nav-links[data-v-32311bca]{display:flex;gap:25px}.nav-links a[data-v-32311bca]{text-decoration:none;color:#2c3e50;font-weight:500;font-size:16px;transition:color .2s}.nav-links a[data-v-32311bca]:hover{color:var(--primary-color)}.checkout-content[data-v-32311bca]{padding:50px 0}.checkout-content h1[data-v-32311bca]{margin-bottom:35px;text-align:center;color:#2c3e50;font-size:32px;font-weight:700}.empty-checkout[data-v-32311bca]{text-align:center;padding:60px 0}.empty-checkout p[data-v-32311bca]{font-size:18px;color:#666;margin-bottom:30px}.continue-shopping-btn[data-v-32311bca]{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-32311bca]:hover{background-color:var(--primary-color)}.checkout-form-container[data-v-32311bca]{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:20px}@media(max-width:768px){.checkout-form-container[data-v-32311bca]{grid-template-columns:1fr}}.order-summary[data-v-32311bca]{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-32311bca]{margin-bottom:20px;color:#333}.order-items[data-v-32311bca]{margin-bottom:20px}.order-item[data-v-32311bca]{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-32311bca]:hover{transform:translateY(-3px)}.item-image[data-v-32311bca]{width:60px;height:60px;margin-right:15px}.item-image img[data-v-32311bca]{width:100%;height:100%;object-fit:contain}.item-details[data-v-32311bca]{flex:1}.item-details h3[data-v-32311bca]{font-size:14px;margin-bottom:5px;color:#333}.item-details p[data-v-32311bca]{font-size:12px;color:#666}.item-total[data-v-32311bca]{font-weight:700;color:#333}.order-total[data-v-32311bca]{margin-top:25px;background-color:#fff;border-radius:10px;padding:20px;box-shadow:0 3px 10px #0000000d}.total-row[data-v-32311bca]{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-32311bca]{font-weight:700;font-size:20px;border-bottom:none;padding-top:18px;color:var(--primary-color);margin-top:5px}.checkout-section[data-v-32311bca]{background-color:var(--bg-primary);border-radius:8px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #0000001a}.checkout-form h2[data-v-32311bca]{margin-bottom:25px;color:#2c3e50;font-size:22px;font-weight:600}.form-group[data-v-32311bca]{margin-bottom:15px}.form-group label[data-v-32311bca]{display:block;margin-bottom:5px;color:#333}.form-group input[data-v-32311bca]{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px}.form-row[data-v-32311bca]{display:grid;grid-template-columns:1fr 1fr;gap:15px}.payment-methods[data-v-32311bca]{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px}.payment-method[data-v-32311bca]{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-32311bca]{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 8px 20px #0000001a;background-color:var(--bg-primary)}.payment-logo[data-v-32311bca]{height:60px;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.payment-logo img[data-v-32311bca]{max-height:100%;max-width:100%;object-fit:contain}.payment-logo span[data-v-32311bca]{display:inline-block}.jazzcash-logo[data-v-32311bca]{color:#9d0191}.easypaisa-logo[data-v-32311bca]{color:#00a651}.payment-check[data-v-32311bca]{position:absolute;top:10px;right:10px;color:var(--primary-color);font-weight:700;font-size:18px}.payment-details[data-v-32311bca]{background-color:#fff;border-radius:8px;padding:15px;margin-bottom:20px}.wallet-prompt-content p[data-v-32311bca]{margin-bottom:1.2rem;color:#34495e;font-size:16px;line-height:1.5}.place-order-btn[data-v-32311bca]{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-32311bca]:hover{background-color:var(--primary-color);transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.wallet-pay-btn[data-v-32311bca]{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-32311bca]:hover{background-color:var(--success-color)}.wallet-cancel-btn[data-v-32311bca]{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-32311bca]:hover{background-color:var(--primary-color)}.wallet-prompt-actions[data-v-32311bca]{display:flex;gap:1.2rem;justify-content:center;margin-top:1rem}.wallet-logo[data-v-32311bca]{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-32311bca]{width:100%;height:100%;object-fit:contain}.order-confirmation[data-v-32311bca],.wallet-prompt-overlay[data-v-32311bca]{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-32311bca],.wallet-prompt-content[data-v-32311bca]{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;max-width:500px;width:90%}.confirmation-icon[data-v-32311bca]{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-32311bca]{color:#333;margin-bottom:15px}.confirmation-content p[data-v-32311bca]{color:#666;margin-bottom:10px}.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;color:#666}.auth-links a{color:#ff6b6b;text-decoration:none}.auth-links a:hover{text-decoration:underline}.auth-container[data-v-01d22807]{max-width:1200px;margin:0 auto;padding:0 20px}.logo[data-v-01d22807]{font-size:24px;font-weight:700;color:#333}.nav-links[data-v-01d22807]{display:flex;gap:20px}.nav-links a[data-v-01d22807]{text-decoration:none;color:#333;font-weight:500}.nav-links a[data-v-01d22807]:hover{color:#ff6b6b}.auth-form-container[data-v-01d22807]{display:flex;justify-content:center;padding:60px 0}.auth-form[data-v-01d22807]{background-color:#f9f9f9;border-radius:8px;padding:30px;width:100%;max-width:400px;box-shadow:0 4px 10px #0000001a}.auth-form h1[data-v-01d22807]{text-align:center;margin-bottom:30px;color:#333}.form-group[data-v-01d22807]{margin-bottom:20px}.form-group label[data-v-01d22807]{display:block;margin-bottom:5px;color:#333}.form-group input[data-v-01d22807]{width:100%;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:16px}.form-actions[data-v-01d22807]{margin-top:30px}.auth-button[data-v-01d22807]{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-01d22807]:hover{background-color:#ff5252}.product-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px #0000001a;transition:.3s ease;height:100%;display:flex;flex-direction:column;border:1px solid #e8e8e8}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px #0000001a;border-color:#3a4a5c}.product-badge{position:absolute;top:16px;left:16px;background-color:#3a4a5c;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:#8a9caf;color:#2c3e50}.product-image{height:220px;position:relative;overflow:hidden;flex-shrink:0;background-color:#f9f9f9}.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:#fff;border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s ease}.action-btn:hover{background-color:#3a4a5c;color:#fff;border-color:#3a4a5c}.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:#3a4a5c;margin:0;background-color:#f5f5f5;padding:4px 8px;border-radius:4px;display:inline-block}.product-rating{display:flex;align-items:center;font-size:14px;color:#a4b0be}.product-rating i{color:#ddd;margin-right:2px}.product-rating i.filled{color:#8a9caf}.product-rating span{margin-left:4px}.add-to-cart-btn{width:100%;padding:8px;background-color:#3a4a5c;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:#26313d;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 #e8e8e8;border-radius:4px;font-size:14px;font-weight:500;color:#5d6d7e;cursor:pointer;transition:.3s ease;text-transform:uppercase;letter-spacing:.5px}.filter-btn.active,.filter-btn:hover{background-color:#3a4a5c;color:#fff;border-color:#3a4a5c;box-shadow:0 2px 5px #3a4a5c4d}.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:#a4b0be;font-style:italic;margin-top:8px}.checkout-page{padding:32px 0;background-color:#f9f9f9;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:#fff;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 #e8e8e8;display:flex;align-items:center}.checkout-section-title i{margin-right:8px;color:#3a4a5c}.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 #e8e8e8}.order-item:last-child{border-bottom:none}.order-item-image{width:60px;height:60px;border-radius:4px;overflow:hidden;margin-right:16px;background-color:#f9f9f9}.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:#3a4a5c;font-weight:600}.order-item-quantity{font-size:12px;color:#5d6d7e}.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 #e8e8e8;margin-top:8px;padding-top:16px}.checkout-btn{width:100%;padding:16px;background-color:#3a4a5c;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:#26313d;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 #e8e8e8;border-radius:4px;padding:16px;text-align:center;cursor:pointer;transition:.3s ease}.payment-method:hover,.payment-method.active{border-color:#3a4a5c;background-color:#3a4a5c0d}.payment-method.active{border-width:2px}.payment-method img{height:30px;margin-bottom:4px}.payment-method span{display:block;font-size:12px;color:#5d6d7e}.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 #e8e8e8;border-radius:4px;font-size:16px;transition:.3s ease}.form-control:focus{outline:none;border-color:#3a4a5c;box-shadow:0 0 0 2px #3a4a5c1a}.form-row{display:flex;gap:16px}.form-row .form-group{flex:1}.saved-addresses{margin-bottom:24px}.address-card{border:1px solid #e8e8e8;border-radius:4px;padding:16px;margin-bottom:16px;cursor:pointer;transition:.3s ease}.address-card:hover,.address-card.active{border-color:#3a4a5c;background-color:#3a4a5c0d}.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:#3a4a5c}.address-details{font-size:14px;color:#5d6d7e;margin-bottom:4px}.address-actions{display:flex;gap:16px;margin-top:8px}.address-actions button{background:none;border:none;color:#3a4a5c;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:#5d6d7e;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.order-number{background-color:#f9f9f9;padding:16px;border-radius:4px;display:inline-block;margin-bottom:32px;font-weight:600}.confirmation-actions{display:flex;justify-content:center;gap:16px}.hero-section{position:relative;padding:120px 0;background:linear-gradient(135deg,#3a4a5c,#1c242d);color:#fff;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTQ0MCAxMDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIG9wYWNpdHk9IjAuMiI+PGNpcmNsZSBjeD0iNzIwIiBjeT0iNTEyIiByPSI0MDAiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzAwIiBjeT0iODAwIiByPSIyMDAiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMTEwMCIgY3k9IjMwMCIgcj0iMzAwIiBmaWxsPSJ3aGl0ZSIvPjwvZz48L3N2Zz4=);opacity:.1;z-index:0}.hero-section .container{position:relative;z-index:1}.hero-section .hero-content{max-width:600px}.hero-section .hero-content .hero-title{font-size:3.5rem;font-weight:800;margin-bottom:16px;line-height:1.2;text-shadow:0 2px 4px rgba(0,0,0,.2)}.hero-section .hero-content .hero-title span{color:#e5e9ed}.hero-section .hero-content .hero-subtitle{font-size:1.25rem;margin-bottom:32px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2);opacity:.9}.hero-section .hero-content .hero-buttons{display:flex;gap:16px}.hero-section .hero-content .hero-buttons a{padding:14px 28px;border-radius:30px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.hero-section .hero-content .hero-buttons a.btn-primary{background-color:#fff;color:#3a4a5c;box-shadow:0 4px 15px #00000026}.hero-section .hero-content .hero-buttons a.btn-primary:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0003}.hero-section .hero-content .hero-buttons a.btn-secondary{background-color:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.hero-section .hero-content .hero-buttons a.btn-secondary:hover{background-color:#ffffff40;transform:translateY(-3px)}.hero-section .hero-image{position:relative}.hero-section .hero-image img{width:100%;border-radius:12px;box-shadow:0 8px 20px #00000026}.hero-section .hero-image .discount-badge{position:absolute;top:20px;right:20px;background-color:#8a9caf;color:#fff;font-weight:700;padding:12px;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 4px 10px #0003}.hero-section .hero-image .discount-badge span{font-size:.8rem;text-transform:uppercase}.hero-section .hero-image .discount-badge .discount-amount{font-size:1.5rem}.featured-categories{padding:48px 0}.featured-categories .category-cards{display:flex;flex-wrap:wrap;gap:24px}.featured-categories .category-cards .category-card{height:250px;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 4px 10px #0000001a;margin-bottom:24px;transition:all .3s ease;border:2px solid #f5f5f5}.featured-categories .category-cards .category-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026}.featured-categories .category-cards .category-card .category-image{position:absolute;top:0;left:0;width:100%;height:100%}.featured-categories .category-cards .category-card .category-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-categories .category-cards .category-card:hover .category-image img{transform:scale(1.05)}.featured-categories .category-cards .category-card .category-content{position:absolute;bottom:0;left:0;width:100%;padding:24px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent)}.featured-categories .category-cards .category-card .category-content h3{font-size:22px;font-weight:600;margin-bottom:8px;color:#fff}.featured-categories .category-cards .category-card .category-content .category-link{color:#fff;font-weight:500;text-decoration:none;display:inline-flex;align-items:center}.featured-categories .category-cards .category-card .category-content .category-link:after{content:"→";margin-left:5px;transition:transform .3s ease}.featured-categories .category-cards .category-card .category-content .category-link:hover:after{transform:translate(5px)}.products-section{padding:48px 0;background-color:#f9f9f9}.products-section .product-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px;justify-content:center}.products-section .product-filters .filter-btn{padding:10px 20px;background:#fff;border:none;border-radius:25px;font-weight:600;color:#5d6d7e;transition:all .3s ease;box-shadow:0 3px 10px #0000000d}.products-section .product-filters .filter-btn.active,.products-section .product-filters .filter-btn:hover{background-color:#3a4a5c;color:#fff;box-shadow:0 4px 10px #3a4a5c4d}.products-section .products-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}.products-section .products-wrapper .product-item{margin-bottom:24px}.products-section .products-wrapper .product-card{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000001a;transition:all .3s ease;height:100%;position:relative;overflow:hidden;border:1px solid #e8e8e8}.products-section .products-wrapper .product-card.product-card-compact .product-image{height:180px}.products-section .products-wrapper .product-card.product-card-compact .product-info{padding:8px}.products-section .products-wrapper .product-card.product-card-compact .product-info .product-name{font-size:14px;height:40px;margin-bottom:8px}.products-section .products-wrapper .product-card.product-card-compact .product-info .product-meta{margin-bottom:8px}.products-section .products-wrapper .product-card.product-card-compact .product-info .add-to-cart-btn{padding:6px 10px;font-size:13px}.products-section .products-wrapper .product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000026;border-color:#3a4a5c}.products-section .products-wrapper .product-card .product-badge{position:absolute;top:10px;left:10px;background-color:#3a4a5c;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;border-radius:4px;z-index:1}.products-section .products-wrapper .product-card .product-badge.sale{background-color:#8a9caf}.products-section .products-wrapper .product-card .product-badge.hot{background-color:#f39c12}.products-section .products-wrapper .product-card .product-image{position:relative;overflow:hidden;height:200px}.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:-50px;left:0;width:100%;display:flex;justify-content:center;gap:8px;padding:8px;background-color:#ffffffe6;transition:bottom .3s ease}.products-section .products-wrapper .product-card .product-image .product-actions .action-btn{width:36px;height:36px;border-radius:50%;background-color:#fff;border:none;display:flex;align-items:center;justify-content:center;color:#2c3e50;transition:all .3s ease;box-shadow:0 2px 5px #0000001a}.products-section .products-wrapper .product-card .product-image .product-actions .action-btn i{font-size:18px}.products-section .products-wrapper .product-card .product-image .product-actions .action-btn:hover{background-color:#3a4a5c;color:#fff;transform:translateY(-2px)}.products-section .products-wrapper .product-card:hover .product-image img{transform:scale(1.05)}.products-section .products-wrapper .product-card:hover .product-actions{bottom:0}.products-section .products-wrapper .product-card .product-info{padding:24px}.products-section .products-wrapper .product-card .product-info .product-name{font-size:16px;font-weight:600;margin-bottom:8px;line-height:1.4;height:45px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#2c3e50}.products-section .products-wrapper .product-card .product-info .product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.products-section .products-wrapper .product-card .product-info .product-meta .product-price{font-size:18px;font-weight:700;color:#3a4a5c;margin:0;background-color:#f5f5f5;padding:4px 8px;border-radius:4px;display:inline-block}.products-section .products-wrapper .product-card .product-info .product-meta .product-rating{display:flex;align-items:center;font-size:14px;color:#5d6d7e;font-weight:500}.products-section .products-wrapper .product-card .product-info .product-meta .product-rating i{color:#bbb;margin-right:2px;font-size:16px}.products-section .products-wrapper .product-card .product-info .product-meta .product-rating i.filled{color:#f39c12}.products-section .products-wrapper .product-card .product-info .product-meta .product-rating span{margin-left:4px}.products-section .products-wrapper .product-card .product-info .add-to-cart-btn{width:100%;padding:12px;background-color:#3a4a5c;color:#fff;border:none;border-radius:8px;font-weight:600;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 15px #3a4a5c4d}.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:#26313d;transform:translateY(-2px);box-shadow:0 6px 20px #3a4a5c66}.products-section .load-more{margin-top:48px}.products-section .load-more .btn-primary{padding:12px 30px;background-color:#3a4a5c;color:#fff;border:none;border-radius:30px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #3a4a5c4d}.products-section .load-more .btn-primary:hover{background-color:#26313d;transform:translateY(-2px);box-shadow:0 6px 20px #3a4a5c66}.products-section .load-more .no-more-products{color:#5d6d7e;font-style:italic}.features-section{padding:48px 0;background-color:#f9f9f9}.features-section .feature-box{background-color:#fff;padding:24px;border-radius:8px;text-align:center;transition:all .3s ease;height:100%;box-shadow:0 2px 5px #0000001a}.features-section .feature-box:hover{transform:translateY(-5px);box-shadow:0 4px 10px #0000001a}.features-section .feature-box .feature-icon{width:70px;height:70px;background-color:#3a4a5c1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.features-section .feature-box .feature-icon i{font-size:30px;color:#3a4a5c}.features-section .feature-box h4{font-size:18px;font-weight:600;margin-bottom:8px;color:#2c3e50}.features-section .feature-box p{color:#5d6d7e;margin:0}@media(max-width:992px){.hero-section{padding:80px 0}.hero-section .hero-content .hero-title{font-size:2.5rem}.products-wrapper{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-card .product-info{padding:16px}}@media(max-width:768px){.hero-section{padding:60px 0}.hero-section .hero-content .hero-title{font-size:2rem}.hero-section .hero-content .hero-subtitle{font-size:1rem}.hero-section .hero-content .hero-buttons{flex-direction:column;gap:8px}.products-wrapper{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.products-wrapper .product-card .product-info{padding:8px}.products-wrapper .product-card .product-info .product-name{font-size:14px;height:40px;margin-bottom:8px}.products-wrapper .product-card .product-info .product-meta{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:10px}.products-wrapper .product-card .product-info .product-meta .product-price{font-size:16px}.products-wrapper .product-card .product-info .product-meta .product-rating i{font-size:14px}.products-wrapper .product-card .product-info .add-to-cart-btn{padding:8px;font-size:13px}.products-wrapper .product-card .product-info .add-to-cart-btn i{font-size:16px}}@media(max-width:480px){.products-wrapper{grid-template-columns:repeat(2,1fr);gap:8px}.products-wrapper .product-card .product-image{height:150px}.products-wrapper .product-card .product-badge{font-size:10px;padding:3px 6px}.products-wrapper .product-card .product-actions .action-btn{width:30px;height:30px}.products-wrapper .product-card .product-actions .action-btn i{font-size:16px}}.homepage{overflow-x:hidden}.homepage .hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding:0;overflow:hidden}.homepage .hero-section .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://images.unsplash.com/photo-1615634260167-c8cdede054de?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80) center/cover no-repeat;z-index:-2}.homepage .hero-section .hero-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#3a4a5ccc,#c8a97ecc);z-index:-1}.homepage .hero-section .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,#3a4a5cb3,#c8a97eb3),repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0px,rgba(255,255,255,.05) 10px,transparent 10px,transparent 20px);z-index:-1}.homepage .hero-section .hero-container{position:relative;z-index:1;padding:80px 0;width:100%}.homepage .hero-section .hero-content-wrapper{position:relative;z-index:2;max-width:1200px;margin:0 auto;text-align:center;padding:60px 20px}.homepage .hero-section .hero-content-wrapper .hero-tagline{font-size:1rem;font-weight:600;color:#c8a97e;letter-spacing:3px;margin-bottom:16px;text-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;display:inline-block;padding:0 15px}.homepage .hero-section .hero-content-wrapper .hero-tagline:before,.homepage .hero-section .hero-content-wrapper .hero-tagline:after{content:"";position:absolute;top:50%;width:30px;height:1px;background-color:#c8a97e}.homepage .hero-section .hero-content-wrapper .hero-tagline:before{left:-30px}.homepage .hero-section .hero-content-wrapper .hero-tagline:after{right:-30px}.homepage .hero-section .hero-content-wrapper .hero-title{font-size:4.5rem;font-weight:800;color:#fff;margin-bottom:16px;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.homepage .hero-section .hero-content-wrapper .hero-title .highlight{color:#c8a97e;position:relative;display:inline-block}.homepage .hero-section .hero-content-wrapper .hero-title .highlight:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:8px;background-color:#c8a97e66;z-index:-1}.homepage .hero-section .hero-content-wrapper .hero-subtitle{font-size:1.25rem;color:#ffffffe6;margin-bottom:32px;font-weight:500;max-width:700px;margin-left:auto;margin-right:auto}.homepage .hero-section .hero-content-wrapper .hero-cta{display:flex;justify-content:center;gap:24px;margin-bottom:48px}.homepage .hero-section .hero-content-wrapper .hero-cta .btn-primary,.homepage .hero-section .hero-content-wrapper .hero-cta .btn-secondary{padding:14px 28px;border-radius:50px;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 8px 20px #00000026}.homepage .hero-section .hero-content-wrapper .hero-cta .btn-primary i,.homepage .hero-section .hero-content-wrapper .hero-cta .btn-secondary i{font-size:20px}.homepage .hero-section .hero-content-wrapper .hero-cta .btn-primary{background:linear-gradient(135deg,#3a4a5c,#26313d);color:#fff}.homepage .hero-section .hero-content-wrapper .hero-cta .btn-primary:hover{transform:translateY(-5px);box-shadow:0 12px 25px #3a4a5c4d}.homepage .hero-section .hero-content-wrapper .hero-cta .btn-secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.3)}.homepage .hero-section .hero-content-wrapper .hero-cta .btn-secondary:hover{background:#ffffff40;transform:translateY(-5px);box-shadow:0 12px 25px #0003}.homepage .hero-section .hero-content-wrapper .hero-perfume-display{display:flex;justify-content:center;gap:40px;margin-bottom:32px}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle{position:relative;transition:all .5s ease}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle img{height:200px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.3));transition:all .5s ease}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle .perfume-name{position:absolute;bottom:-30px;left:0;right:0;text-align:center;color:#fff;font-weight:600;font-size:1rem;opacity:0;transform:translateY(10px);transition:all .3s ease}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle:hover{transform:translateY(-15px)}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle:hover .perfume-name{opacity:1;transform:translateY(0)}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle.perfume-bottle-1{transform:translateY(20px)}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle.perfume-bottle-2{transform:translateY(-10px);z-index:2}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle.perfume-bottle-2 img{height:220px}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle.perfume-bottle-3{transform:translateY(15px)}.homepage .hero-section .hero-content-wrapper .hero-features{display:flex;justify-content:center;gap:32px;margin-top:32px}.homepage .hero-section .hero-content-wrapper .hero-features .feature-item{display:flex;align-items:center;gap:8px;color:#fff}.homepage .hero-section .hero-content-wrapper .hero-features .feature-item i{font-size:20px;color:#c8a97e}.homepage .hero-section .hero-content-wrapper .hero-features .feature-item span{font-weight:500;font-size:.9rem}.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 #3a4a5c;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 #3a4a5c}.homepage .hero-section .hero-image .floating-card.card-1:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 35px #3a4a5c33}.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 #c8a97e}.homepage .hero-section .hero-image .floating-card.card-2:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 35px #c8a97e33}.homepage .hero-section .hero-image .floating-card .card-icon{width:40px;height:40px;background-color:#3a4a5c1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#3a4a5c}.homepage .hero-section .hero-image .floating-card .card-content h4{font-size:14px;margin-bottom:2px;color:#2c3e50}.homepage .hero-section .hero-image .floating-card .card-content p{font-size:12px;color:#5d6d7e;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:#fff}.homepage .categories-section{padding:48px 0;background-color:#3a4a5c0d}.homepage .categories-section .category-title{text-align:center;margin-bottom:32px}.homepage .categories-section .category-title h2{color:#3a4a5c;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,#3a4a5c,#c8a97e);border-radius:3px}.homepage .categories-section .category-title p{font-size:1.1rem;color:#5d6d7e;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 #3a4a5c26;border-color:#3a4a5c}.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,#3a4a5ce6,#c8a97ee6)}.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:#c8a97e4d;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:#c8a97e}.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-perfume-display{gap:20px}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle img{height:180px}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle-2 img{height:200px}}@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:1rem}.homepage .hero-section .hero-content-wrapper .hero-cta{flex-direction:column;align-items:center;gap:15px}.homepage .hero-section .hero-content-wrapper .hero-cta .btn-primary,.homepage .hero-section .hero-content-wrapper .hero-cta .btn-secondary{width:100%;max-width:280px;justify-content:center}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle img{height:150px}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle-2 img{height:170px}.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-perfume-display{gap:10px}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle img{height:120px}.homepage .hero-section .hero-content-wrapper .hero-perfume-display .perfume-bottle-2 img{height:140px}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(-10px)}}:root{--primary-color: #3a4a5c;--secondary-color: #c8a97e;--accent-color: #8a9caf;--text-primary: #2c3e50;--text-secondary: #5d6d7e;--text-light: #a4b0be;--bg-primary: #ffffff;--bg-secondary: #f9f9f9;--bg-accent: #f5f5f5;--border-color: #e8e8e8;--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:#fff;color:#2c3e50;line-height:1.6;margin:0;padding:0}*{box-sizing:border-box}a{text-decoration:none;color:inherit;transition:.3s ease}a:hover{color:#3a4a5c}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:#3a4a5c}.text-secondary{color:#c8a97e}.bg-primary{background-color:#3a4a5c}.bg-secondary{background-color:#c8a97e}.bg-accent{background-color:#8a9caf}.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:#3a4a5c;color:#fff}.btn-primary:hover{background-color:#26313d;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.btn-secondary{background-color:#c8a97e;color:#fff}.btn-secondary:hover{background-color:#d7c1a2;transform:translateY(-2px);box-shadow:0 4px 10px #0000001a}.btn-outline{background-color:transparent;border:1px solid #e8e8e8;color:#5d6d7e}.btn-outline:hover{border-color:#3a4a5c;color:#3a4a5c}.section{padding:48px 0}.section-title{text-align:center;margin-bottom:32px}.section-title h2{font-size:32px;margin-bottom:8px;color:#2c3e50;font-weight:700}.section-title p{color:#5d6d7e;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%}}
