*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#fafaf9;color:#1c1c1e;line-height:1.5}.container{max-width:1280px;margin:0 auto;padding:0 20px}.header{background:#fff;position:sticky;top:0;z-index:100;border-bottom:1px solid #e5e5e5;padding:15px 0}.header .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.logo a{font-size:1.8rem;font-weight:800;text-decoration:none;background:linear-gradient(135deg,#e67e22,#f39c12);-webkit-background-clip:text;background-clip:text;color:transparent}.mobile-menu-btn{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}.nav{display:flex;gap:25px;align-items:center;flex-wrap:wrap}.nav a{text-decoration:none;color:#3a3a3a;font-weight:500;transition:color .2s}.nav a:hover{color:#e67e22}.cart-count{background:#e67e22;color:#fff;font-size:.7rem;padding:2px 6px;border-radius:50%;margin-left:4px}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:80px 0;text-align:center}.hero h1{font-size:clamp(1.8rem,5vw,3rem);margin-bottom:16px;font-weight:800}.highlight{color:#e67e22}.hero p{font-size:clamp(1rem,4vw,1.2rem);max-width:600px;margin:0 auto 24px;opacity:.9}.btn{display:inline-block;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:600;transition:transform .2s,background .2s;cursor:pointer;border:none}.btn-primary{background:#e67e22;color:#fff}.btn-primary:hover{background:#d35400;transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid #e67e22;color:#e67e22}.btn-outline:hover{background:#e67e22;color:#fff}.features-banner{background:#fff;padding:48px 0;margin:48px 0;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}.feature-icon{font-size:2rem;display:block;margin-bottom:12px}.offer-timer{margin:40px 0}.timer-card{background:linear-gradient(135deg,#e67e22,#f39c12);border-radius:24px;padding:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;color:#fff;box-shadow:0 10px 30px #e67e224d}.timer-content{flex:1}.offer-badge{background:#fff3;padding:5px 12px;border-radius:50px;font-size:.8rem;display:inline-block;margin-bottom:12px}.timer-content h3{font-size:1.5rem;margin-bottom:8px}.timer-content p{margin-bottom:15px;font-size:1rem}.timer-content strong{background:#fff;color:#e67e22;padding:4px 12px;border-radius:20px;font-size:1.1rem}.timer{display:flex;gap:15px;flex-wrap:wrap;margin-top:15px}.timer-box{background:#0000004d;border-radius:12px;padding:12px 18px;text-align:center;min-width:70px}.timer-box span{font-size:1.8rem;font-weight:700;display:block}.timer-box small{font-size:.7rem;opacity:.8}.timer-icon{font-size:4rem;animation:bounce 1s ease infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.section-title{font-size:clamp(1.5rem,5vw,2rem);text-align:center;margin:50px 0 30px;font-weight:700}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:25px;margin:0 auto}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:transform .2s,box-shadow .2s;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.product-card a{text-decoration:none;color:inherit}.product-img{background:#f5f5f5;height:200px;display:flex;align-items:center;justify-content:center}.product-img img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s}.product-card:hover .product-img img{transform:scale(1.05)}.product-info{padding:16px}.product-title{font-weight:600;margin-bottom:8px;font-size:1rem}.product-price{color:#e67e22;font-size:1.3rem;font-weight:700;margin:8px 0}.old-price{text-decoration:line-through;color:#999;font-size:.85rem;margin-left:8px;font-weight:400}.discount-percent{background:#e74c3c;color:#fff;padding:2px 8px;border-radius:20px;font-size:.7rem;margin-left:8px}.sale-badge{position:absolute;top:12px;right:12px;background:#e74c3c;color:#fff;padding:5px 12px;border-radius:20px;font-size:.75rem;font-weight:700;z-index:2}.stock-badge{display:inline-block;font-size:.7rem;padding:4px 8px;border-radius:20px;margin-top:8px}.stock-low{background:#f44;color:#fff}.stock-medium{background:orange;color:#fff}.stock-high{background:#27ae60;color:#fff}.stock-out{background:#999;color:#fff}.add-to-cart{width:100%;background:#1c1c1e;color:#fff;border:none;padding:10px;border-radius:50px;font-weight:600;cursor:pointer;transition:background .2s;margin-top:12px}.add-to-cart:hover{background:#e67e22}.add-to-cart:disabled{opacity:.5;cursor:not-allowed;background:#999}.newsletter{background:linear-gradient(135deg,#e67e22,#f39c12);color:#fff;padding:60px 0;text-align:center;margin:48px 0}.newsletter h3{font-size:1.8rem;margin-bottom:12px}.newsletter-form{display:flex;gap:12px;max-width:500px;margin:24px auto 0;flex-wrap:wrap;justify-content:center}.newsletter-form input{flex:1;padding:12px 20px;border:none;border-radius:50px;font-size:1rem;min-width:200px}.footer{background:#18181b;color:#999;padding:48px 0 24px;margin-top:60px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-bottom:32px}.footer-col h4{color:#fff;margin-bottom:16px;font-size:1rem}.footer-col a{display:block;color:#999;text-decoration:none;margin-bottom:8px;transition:color .2s}.footer-col a:hover{color:#e67e22}.footer-bottom{text-align:center;padding-top:24px;border-top:1px solid #333}.payment-icons{margin-top:12px;font-size:1.5rem}.filter-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;margin:30px 0;padding:15px 0;border-bottom:1px solid #eee}.category-filters{display:flex;gap:10px;flex-wrap:wrap}.filter-chip{background:#f5f5f5;padding:8px 20px;border-radius:50px;cursor:pointer;transition:all .2s;border:none;font-size:.9rem}.filter-chip.active,.filter-chip:hover{background:#e67e22;color:#fff}.sort-select{padding:8px 15px;border:1px solid #ddd;border-radius:30px;background:#fff;cursor:pointer}.collection-title{margin:30px 0 0;font-size:2rem}.social-sidebar{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end}.social-toggle{background:#e67e22;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:transform .2s}.social-toggle:hover{transform:scale(1.1);background:#d35400}.social-icons{display:flex;flex-direction:column;gap:10px;margin-bottom:15px;opacity:0;visibility:hidden;transform:translate(50px);transition:all .3s ease}.social-icons.show{opacity:1;visibility:visible;transform:translate(0)}.social-icon{background:#fff;padding:8px 16px;border-radius:30px;text-decoration:none;font-size:.9rem;font-weight:500;color:#333;box-shadow:0 2px 8px #0000001a;transition:all .2s;white-space:nowrap}.social-icon:hover{background:#e67e22;color:#fff;transform:translate(-5px)}.chatbot-widget{position:fixed;bottom:90px;right:20px;z-index:1000}.chatbot-toggle{background:#e67e22;color:#fff;padding:12px 20px;border-radius:50px;display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:600;box-shadow:0 4px 12px #00000026;transition:all .2s}.chatbot-toggle:hover{background:#d35400;transform:scale(1.05)}.chat-icon{font-size:1.3rem}.chatbot-window{position:absolute;bottom:70px;right:0;width:320px;height:450px;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s ease}.chatbot-window.show{opacity:1;visibility:visible;transform:translateY(0)}.chatbot-header{background:#e67e22;color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;font-weight:600}.chat-close{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}.chatbot-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#f9f9f9}.message{max-width:85%;padding:10px 14px;border-radius:18px;font-size:.9rem}.message.bot{background:#fff;color:#333;align-self:flex-start;border-bottom-left-radius:4px}.message.user{background:#e67e22;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chatbot-input{display:flex;padding:12px;background:#fff;border-top:1px solid #eee;gap:8px}.chatbot-input input{flex:1;padding:10px;border:1px solid #ddd;border-radius:25px;outline:none}.chatbot-input button{background:#e67e22;color:#fff;border:none;padding:10px 18px;border-radius:25px;cursor:pointer;font-weight:600}.cart-container{margin:40px auto;background:#fff;border-radius:20px;padding:30px;min-height:400px}.cart-grid{display:grid;grid-template-columns:1fr 350px;gap:40px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #eee}.item-details{display:flex;gap:20px;align-items:center}.item-image img{width:80px;height:80px;object-fit:cover;border-radius:8px}.item-price{color:#e67e22;font-weight:700}.remove-link{color:#f44;text-decoration:none;font-size:.8rem}.qty-input{width:60px;padding:8px;text-align:center;border:1px solid #ddd;border-radius:8px}.summary{background:#f9f9f9;padding:25px;border-radius:16px;height:fit-content}.summary-row{display:flex;justify-content:space-between;margin:15px 0;padding:10px 0;border-bottom:1px solid #ddd}.total{font-weight:700;font-size:1.2rem;color:#e67e22}.checkout-btn{width:100%;background:#e67e22;color:#fff;border:none;padding:15px;border-radius:50px;cursor:pointer;font-weight:600;font-size:1rem;margin-top:20px}.checkout-btn:hover{background:#d35400}.empty-cart{text-align:center;padding:60px}.empty-collection{text-align:center;padding:60px;color:#666;grid-column:1/-1}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin:48px 0}.product-gallery{position:sticky;top:100px}.main-image{background:#f5f5f5;border-radius:16px;height:400px;display:flex;align-items:center;justify-content:center}.main-image img{max-width:100%;max-height:100%;object-fit:contain}.thumbnail-list{display:flex;gap:12px;margin-top:16px}.thumbnail{width:80px;height:80px;background:#f5f5f5;border-radius:8px;cursor:pointer;border:2px solid transparent;overflow:hidden}.thumbnail img{width:100%;height:100%;object-fit:cover}.thumbnail.active{border-color:#e67e22}.product-title-detail{font-size:2rem;margin-bottom:16px}.product-rating{margin-bottom:16px;color:#f39c12}.product-price-detail{font-size:2rem;font-weight:700;color:#e67e22;margin-bottom:24px}.badge.sale{background:#e74c3c;color:#fff;padding:4px 12px;border-radius:50px;font-size:.8rem;margin-left:12px;vertical-align:middle}.product-description{margin-bottom:24px}.quantity-selector{display:flex;align-items:center;gap:12px;margin:16px 0}.qty-btn{width:40px;height:40px;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;font-size:1.2rem;cursor:pointer}#quantity{width:60px;height:40px;text-align:center;border:1px solid #e5e5e5;border-radius:8px;font-size:1rem}.product-actions{display:flex;gap:16px;margin:24px 0;flex-wrap:wrap}.product-meta{background:#f9f9f9;padding:16px;border-radius:12px}.product-meta p{margin:8px 0}.breadcrumbs{margin-bottom:24px;font-size:.85rem;color:#666}.breadcrumbs a{color:#666;text-decoration:none}@media(max-width:768px){.mobile-menu-btn{display:block}.nav{display:none;width:100%;flex-direction:column;gap:15px;padding:20px 0}.nav.active{display:flex}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-img{height:140px}.features-grid{grid-template-columns:repeat(2,1fr)}.product-detail{grid-template-columns:1fr;gap:24px}.main-image{height:300px}.cart-grid{grid-template-columns:1fr}.cart-item{flex-direction:column;text-align:center;gap:15px}.item-details{flex-direction:column}.timer-box{padding:8px 12px;min-width:55px}.timer-box span{font-size:1.2rem}.timer-icon{font-size:2.5rem}.chatbot-window{width:300px;height:400px;right:-10px}}@media(max-width:480px){.hero h1{font-size:1.5rem}.section-title{margin:30px 0 20px}.footer-grid{grid-template-columns:1fr;text-align:center}.product-title-detail,.product-price-detail{font-size:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
