*{margin:0;padding:0;box-sizing:border-box}body{font-family:Amazon Ember,Arial,sans-serif;background:#eaeded;padding-top:100px}.main-container{max-width:1500px;margin:0 auto;padding:0 1rem}.btn-primary{background:#f90;color:#131921;padding:.8rem 2rem;border:none;border-radius:8px;font-weight:700;cursor:pointer;display:inline-block;text-decoration:none;transition:all .2s}.btn-primary:hover{background:#e68900;transform:translateY(-2px)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.btn-secondary{background:transparent;border:2px solid #ff9900;color:#f90;padding:.7rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .2s}.btn-secondary:hover{background:#f90;color:#131921;transform:translateY(-2px)}.section-title{font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;letter-spacing:-.5px;color:#131921}.toast{position:fixed;bottom:20px;right:20px;background:#232f3e;color:#fff;padding:12px 24px;border-radius:8px;z-index:9999;animation:slideIn .3s ease;box-shadow:0 4px 20px #0003}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:9998;display:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.cart-overlay.active{display:block}.coming-badge{display:inline-block;background:#ff6b35;color:#fff;font-size:.65rem;font-weight:700;padding:2px 10px;border-radius:20px;margin-left:8px;text-transform:uppercase;letter-spacing:.5px}.hero-section{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);border-radius:16px;padding:4rem 2rem;margin-bottom:2rem;text-align:center;color:#fff;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000026}.hero-section:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,153,0,.12) 0%,transparent 70%);animation:heroGlow 8s ease-in-out infinite}@keyframes heroGlow{0%,to{transform:translate(0)}50%{transform:translate(-20%,-20%)}}.hero-content{position:relative;z-index:1}.hero-logo-wrapper{display:inline-block;text-align:center;margin-bottom:1.5rem}.hero-logo{max-width:180px;display:block;margin:0 auto;border-radius:12px;box-shadow:0 4px 20px #ff990040}.hero-brand-name{display:block;font-size:1.2rem;font-weight:700;color:#f90;letter-spacing:3px;margin-top:.5rem;text-transform:uppercase}.hero-section h1{font-size:3.8rem;font-weight:800;letter-spacing:-1px;margin-bottom:.5rem}.hero-section h1 .highlight{color:#f90}.hero-section p{font-size:1.4rem;max-width:700px;margin:0 auto 1.5rem;font-weight:300;opacity:.9}.hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:1.5rem}.hero-features span{background:#ffffff1a;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.hero-features span:hover{background:#f903;border-color:#f90}.cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin:1rem 0 2rem}.cat-card{background:#fff;border-radius:12px;padding:1.2rem;text-align:center;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px #0000000d;border:1px solid #eee}.cat-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 30px #0000001f;border-color:#f90}.cat-icon{font-size:2.2rem}.cat-name{font-weight:600;margin-top:.3rem}.cat-count{font-size:.7rem;color:#007185;margin-top:.2rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.product-card{background:#fff;border-radius:12px;padding:1rem;text-decoration:none;color:inherit;display:block;transition:all .3s ease;border:1px solid #eee;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px #0000001f}.product-img{height:160px;display:flex;align-items:center;justify-content:center;background:#f7f8f8;border-radius:8px;margin-bottom:.8rem;overflow:hidden}.product-img img{max-width:100%;max-height:140px;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-img img{transform:scale(1.05)}.product-title{font-weight:600;font-size:.9rem;margin-bottom:.3rem;color:#333}.product-price{font-size:1rem;font-weight:700;color:#b12704;margin:.5rem 0}.product-rating{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#555;margin:.3rem 0}.product-rating .stars{color:#ffa41c;letter-spacing:1px}.product-rating .review-count{color:#007185;font-size:.75rem}.add-cart{width:100%;padding:.5rem;background:#ffd814;border:none;border-radius:20px;cursor:pointer;font-weight:600;margin-bottom:5px;transition:all .2s}.add-cart:hover{background:#f7ca00;transform:scale(1.02)}.add-cart:disabled{opacity:.6;cursor:wait;transform:none!important}.buy-now{width:100%;padding:.5rem;background:#f90;border:none;border-radius:20px;cursor:pointer;font-weight:600;color:#131921;transition:all .2s}.buy-now:hover{background:#e68900;transform:scale(1.02)}.buy-now:disabled{opacity:.6;cursor:wait;transform:none!important}.cart-drawer{position:fixed;top:0;right:-500px;width:100%;max-width:480px;height:100%;background:#fff;z-index:9999;transition:right .4s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;box-shadow:-4px 0 30px #00000026}.cart-drawer.open{right:0}.cart-item{display:flex;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #eee}.cart-item img{border-radius:8px;object-fit:contain}.cart-item.updating{opacity:.5;transition:opacity .2s}.guarantees{background:#fff;border-radius:12px;padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center;margin:2rem 0;box-shadow:0 1px 3px #0000000d}.guarantees i{font-size:2rem;color:#f90}.guarantees h3{font-size:1.2rem;margin:.5rem 0}.testimonials{background:#fff;border-radius:12px;padding:2rem;margin:2rem 0}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.testimonial-card{background:#f9f9f9;padding:1.5rem;border-radius:12px;border:1px solid #eee;transition:all .3s ease}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014}.stars{color:#ffa41c;font-size:1rem;margin-bottom:.5rem}.review-text{font-style:italic;margin-bottom:.5rem;line-height:1.5}.customer-name{font-weight:700;color:#007185;margin-top:.5rem}.review-date{font-size:.7rem;color:#999;margin-top:.3rem}.flavours-banner{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:12px;padding:2rem;margin:2rem 0;text-align:center}.flavours-banner h2{color:#b85c00;font-size:2rem}.pagination{text-align:center;margin-top:2rem}.pagination a,.pagination span{display:inline-block;padding:.5rem 1rem;margin:0 .2rem;border:1px solid #ddd;border-radius:4px;text-decoration:none;font-size:1rem;transition:all .2s}.pagination .current{background:#f90;border-color:#f90;color:#131921;font-weight:700}.pagination a:hover{background:#f5f5f5}.breadcrumbs{padding:.5rem 0;font-size:.8rem;color:#555}.breadcrumbs ul{list-style:none;display:flex;flex-wrap:wrap;gap:.3rem}.breadcrumbs li:not(:last-child):after{content:"\203a";margin-left:.3rem;color:#999}.breadcrumbs a{color:#007185;text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.support-chat{position:fixed;bottom:20px;right:20px;z-index:2000}.chat-toggle{background:#f90;color:#131921;padding:12px 20px;border-radius:40px;cursor:pointer;display:flex;align-items:center;gap:8px;font-weight:600;box-shadow:0 4px 20px #ff99004d;transition:all .3s ease;border:none}.chat-toggle:hover{background:#e68900;transform:scale(1.05)}.chat-window{position:fixed;bottom:90px;right:20px;width:350px;height:450px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;display:none;flex-direction:column;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-window.open{display:flex}.chat-header{background:#131921;color:#fff;padding:12px 15px;display:flex;justify-content:space-between;align-items:center}.chat-messages{flex:1;overflow-y:auto;padding:15px;background:#f5f5f5}.message{margin-bottom:12px;display:flex}.message.support{justify-content:flex-start}.message.user{justify-content:flex-end}.message-content{max-width:80%;padding:10px 14px;border-radius:18px;font-size:13px;line-height:1.4;animation:messageIn .2s ease}@keyframes messageIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.message.support .message-content{background:#fff;color:#333;border:1px solid #ddd}.message.user .message-content{background:#f90;color:#131921}.chat-input{display:flex;padding:12px;border-top:1px solid #eee;background:#fff}.chat-input input{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:25px;outline:none;transition:border .2s}.chat-input input:focus{border-color:#f90}.chat-input button{background:#f90;border:none;border-radius:50%;width:36px;height:36px;margin-left:8px;cursor:pointer;transition:all .2s}.chat-input button:hover{transform:scale(1.1)}.view-all{text-align:center;margin-top:1rem}.view-all-reviews{text-align:center;margin-top:1.5rem}.coming-soon-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:12px;text-align:center;margin:2rem 0}.coming-soon-banner a{color:#f90}.footer-back{background:#37475a;text-align:center;padding:1rem;cursor:pointer;color:#fff;transition:background .2s}.footer-back:hover{background:#485769}.footer-main{background:#232f3e;color:#fff}.footer-grid{max-width:1500px;margin:0 auto;padding:2rem 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem}.footer-grid h4{margin-bottom:1rem;font-size:1rem}.footer-grid a{display:block;color:#ddd;text-decoration:none;font-size:.8rem;margin-bottom:.7rem;transition:color .2s}.footer-grid a:hover{color:#fff;text-decoration:underline}.footer-grid p{font-size:.8rem;margin:.5rem 0;color:#ddd}.payment-icons{font-size:2rem;margin-top:.5rem}.payment-icons i{margin-right:.5rem}.footer-logo{text-align:center;padding:1.5rem;border-top:1px solid #3a4553}.footer-logo img{border-radius:8px}.copyright{font-size:.7rem;margin-top:1rem;color:#aaa}.related-products{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.related-products .product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}@media(max-width:768px){body{padding-top:160px}.hero-section h1{font-size:2.2rem}.hero-section p{font-size:1rem}.hero-features{gap:.8rem}.hero-features span{font-size:.7rem;padding:.3rem 1rem}.chat-window{width:300px;right:10px;bottom:80px}.section-title{font-size:1.5rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/theme.css.map */
