@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #0e7a80;--primary-alt: #137577;--secondary: #e55a40;--secondary-hover: #ee674e;--rich-black: #111216;--dark-gray: #282c30;--header-wrap: #ebebeb;--star: #fac50a;--muted: #999999;--card-img-bg: #f6f6f6;--section-gray: #878787;--new-arrival-bg: #afafaf;--container: 1280px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.8;color:#222;background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header ul,.site-footer ul,.cat-menu,.mega-panel{list-style:none;margin:0;padding:0}button{font-family:inherit}.st-container{width:100%;max-width:var(--container);margin:0 auto;padding-left:1rem;padding-right:1rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:1040;background:var(--header-wrap);box-shadow:0 1px 2px #00000014}.topbar{background:var(--rich-black);color:#fff;font-size:10px;font-weight:500;padding:.25rem 0;border-bottom:1px solid #1f2937}.topbar a{color:#fff;transition:color .2s}.topbar a:hover{color:var(--secondary)}.topbar .phone-icon{color:var(--secondary);margin-right:.25rem}.topbar-links{gap:1rem}.topbar-links .dropdown-toggle:after{font-size:.55rem;margin-left:.2rem}.main-header{background:var(--dark-gray);min-height:64px;padding:.5rem 0}.logo-desktop{width:200px}.logo-mobile{max-width:150px}.search-wrap{flex:1;max-width:560px;display:flex;align-items:stretch;height:43px}.search-wrap input{flex:1 1 auto;width:auto;min-width:0;height:43px;min-height:43px;max-height:43px;background:#161616;border:1px solid #3a3a3a;border-right:0;border-radius:6px 0 0 6px;color:#fff;padding:0 14px;font-size:13px;line-height:41px;outline:none;box-sizing:border-box;margin:0}.search-wrap input::-moz-placeholder{color:#9ca3af}.search-wrap input::placeholder{color:#9ca3af}.search-wrap button{position:static;flex:0 0 44px;width:44px;height:43px;min-height:43px;max-height:43px;margin:0;padding:0;border:1px solid var(--secondary);border-radius:0 6px 6px 0;background:var(--secondary);color:#fff;display:inline-flex;align-items:center;justify-content:center;line-height:1;box-sizing:border-box;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}.search-wrap button:hover{background:var(--secondary-hover);border-color:var(--secondary-hover)}.header-actions{gap:.75rem}.btn-outline-light-pill{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(255,255,255,.7);color:#fff;border-radius:999px;padding:.35rem .9rem;font-size:12px;font-weight:500;white-space:nowrap;transition:.2s}.btn-outline-light-pill:hover{background:var(--secondary);border-color:var(--secondary);color:#fff}.icon-action{position:relative;color:#fff;font-size:1.15rem;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px}.icon-action .badge-count{position:absolute;top:-2px;right:-4px;background:var(--secondary);color:#fff;font-size:10px;min-width:16px;height:16px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:600}.account-avatar{width:34px;height:34px;border-radius:50%;background:#3a3f45}.cat-nav{background:var(--dark-gray);border-top:1px solid #1f2937}.cat-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:42px}.cat-menu{display:flex;align-items:center;gap:.15rem;flex-wrap:wrap}.cat-item{position:relative}.cat-item>a{display:block;color:#fff;font-size:13px;font-weight:500;padding:.55rem .7rem;transition:color .2s}.cat-item>a:hover,.cat-item:hover>a{color:var(--secondary)}.mega-panel{display:none;position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:8px;box-shadow:0 10px 30px #00000026;padding:.4rem 0;z-index:50}.cat-item:hover .mega-panel{display:block}.mega-panel a{display:block;padding:.45rem 1rem;font-size:13px;color:#333}.mega-panel a:hover{background:var(--primary);color:#fff!important}.cat-ctas{display:flex;gap:.5rem;align-items:center}.animated-border-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.35rem 1rem;border-radius:999px;color:#fff;font-size:12px;font-weight:600;background:var(--dark-gray);z-index:0;overflow:hidden}.animated-border-btn:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:conic-gradient(from var(--angle, 0deg),var(--secondary),transparent 40%,var(--secondary));animation:spinBorder 2.5s linear infinite;z-index:-2;border-radius:inherit}.animated-border-btn:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:var(--dark-gray);border-radius:inherit;z-index:-1}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes spinBorder{to{--angle: 360deg}}.mobile-header{background:#fff;min-height:70px;padding:.5rem 0}.mobile-header .btn-icon{border:0;background:transparent;color:var(--dark-gray);font-size:1.25rem;width:40px;height:40px}:root{--st-header-h: 70px}.page-main{margin-top:var(--st-header-h);padding-bottom:90px}@media (min-width: 1200px){:root{--st-header-h: 140px}.page-main{padding-bottom:0}.mobile-header{display:none!important}.st-app:has(.account-layout){--st-header-h: 96px}}@media (max-width: 1199.98px){.desktop-only{display:none!important}}.hero-section{padding-top:1rem}@media (min-width: 1200px){.hero-section{padding-top:1.25rem}}.hero-grid{display:grid;gap:.75rem}@media (min-width: 1200px){.hero-grid{grid-template-columns:7fr 3fr;gap:.85rem}}.hero-slider,.hero-side{border-radius:4px;overflow:hidden;background:#f3f4f6}.hero-slider{width:100%;aspect-ratio:856 / 400}.hero-slider .swiper-wrapper,.hero-slider .swiper-slide{height:100%}.hero-slider .hero-slide-img,.hero-slider .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-side img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width: 1200px){.hero-slider{height:400px;aspect-ratio:auto}.hero-side{height:400px}}.hero-side{display:none}@media (min-width: 1200px){.hero-side{display:block;height:400px}}.hero-slider .carousel-control-prev,.hero-slider .carousel-control-next{width:40px;height:40px;top:50%;transform:translateY(-50%);background:#00000059;border-radius:50%;opacity:1}.hero-slider .carousel-control-prev{left:12px}.hero-slider .carousel-control-next{right:12px}.hero-slider .carousel-indicators [data-bs-target]{width:8px;height:8px;border-radius:50%;background-color:#fff}.brand-strip{margin-top:1.75rem}.brand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media (min-width: 576px){.brand-grid{grid-template-columns:repeat(6,1fr)}}@media (min-width: 992px){.brand-grid{grid-template-columns:repeat(7,1fr)}}.brand-cell{background:#fff;border:1px solid #eee;border-radius:8px;height:80px;display:flex;align-items:center;justify-content:center;padding:.5rem;transition:.2s}@media (min-width: 992px){.brand-cell{height:96px}}.brand-cell img{max-height:48px;max-width:85%;-o-object-fit:contain;object-fit:contain}.brand-cell:hover{box-shadow:0 4px 14px #00000014}.brand-see-more{background:var(--dark-gray);color:#fff;font-weight:600;font-size:13px}.brand-see-more:hover{background:var(--secondary);color:#fff}.section-block{margin-top:1.75rem}@media (min-width: 768px){.section-block{margin-top:2.5rem}}@media (min-width: 992px){.section-block{margin-top:3.5rem}}.gradient-title{font-size:1.35rem;font-weight:700;background:linear-gradient(90deg,var(--primary),#55633f,var(--secondary));-webkit-background-clip:text;background-clip:text;color:transparent;margin:0}@media (min-width: 992px){.gradient-title{font-size:1.75rem}}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.countdown{display:flex;gap:.4rem;align-items:center}.countdown-box{background:var(--secondary);color:#fff;border-radius:6px;min-width:48px;text-align:center;padding:.25rem .35rem;line-height:1.2}.countdown-box strong{display:block;font-size:14px}.countdown-box span{font-size:9px;letter-spacing:.04em}.circle-link{width:36px;height:36px;border-radius:50%;background:var(--secondary);color:#fff;display:inline-flex;align-items:center;justify-content:center}.prod-carousel-wrap{position:relative}.prod-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.prod-carousel::-webkit-scrollbar{display:none}.prod-carousel .product-card{flex:0 0 calc(50% - 6px);scroll-snap-align:start;min-width:0}@media (min-width: 576px){.prod-carousel .product-card{flex-basis:calc(33.333% - 8px)}}@media (min-width: 768px){.prod-carousel .product-card{flex-basis:calc(25% - 9px)}}@media (min-width: 992px){.prod-carousel .product-card{flex-basis:calc(20% - 9.6px)}}@media (min-width: 1200px){.prod-carousel .product-card{flex-basis:calc(16.666% - 10px)}}.carousel-nav-btn{position:absolute;top:40%;transform:translateY(-50%);z-index:2;width:36px;height:36px;border-radius:50%;border:0;background:var(--secondary);color:#fff;display:none;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003}@media (min-width: 768px){.carousel-nav-btn{display:inline-flex}}.carousel-nav-btn.prev{left:-8px}.carousel-nav-btn.next{right:-8px}.product-card{background:#fff;border-radius:12px 6px 6px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:transform .2s,box-shadow .2s;height:100%;display:flex;flex-direction:column}@media (min-width: 992px){.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}}.product-media{position:relative;display:block;background:var(--card-img-bg);padding:10px;border-radius:7px;margin:8px;overflow:hidden}.product-media img{width:100%;aspect-ratio:1;-o-object-fit:contain;object-fit:contain;transition:transform .3s}.product-card:hover .product-media img{transform:scale(1.05)}.official-badge{position:absolute;top:6px;right:6px;width:40px;height:auto;z-index:1}.product-body{padding:0 12px 12px;flex:1;display:flex;flex-direction:column}.product-title{font-size:13px;font-weight:500;margin:0 0 .35rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}.product-title a:hover{color:var(--primary)}.product-price{display:flex;align-items:baseline;gap:.4rem;flex-wrap:wrap}.price-now{font-weight:700;font-size:14px;color:#111}.product-was{color:var(--muted);font-size:12px}.product-meta{margin-top:auto;padding-top:.5rem;display:flex;align-items:center;justify-content:space-between}.stars{color:var(--star);font-size:12px;letter-spacing:1px}.cart-btn{width:30px;height:30px;border-radius:50%;border:0;background:#ebebeb;color:#333;display:inline-flex;align-items:center;justify-content:center;transition:.2s}.cart-btn:hover{background:var(--secondary);color:#fff}.popular-cats{background:var(--section-gray);border-radius:10px;padding:1rem}.popular-cats .gradient-title,.popular-cats h2{color:#fff;background:none;-webkit-text-fill-color:#fff}.popular-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}@media (min-width: 992px){.popular-grid{grid-template-columns:repeat(8,1fr)}}.pop-cat{text-align:center;color:#fff;font-size:12px;font-weight:500}.pop-cat figure{background:#fff;border-radius:10px;padding:.75rem;margin:0 0 .4rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;transition:.2s}.pop-cat img{max-height:70%;max-width:70%;-o-object-fit:contain;object-fit:contain}.pop-cat:hover{color:var(--secondary)}.pop-cat:hover figure{transform:translateY(-2px)}.dual-banners{display:grid;gap:.75rem}@media (min-width: 768px){.dual-banners{grid-template-columns:1fr 1fr}}.dual-banners a{border-radius:8px;overflow:hidden;display:block}.dual-banners img{width:100%;-o-object-fit:cover;object-fit:cover}.rec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}@media (min-width: 1200px){.rec-grid{grid-template-columns:repeat(8,1fr)}}.rec-card{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;color:#111;border:1px solid #e5e7eb;border-radius:10px;background:#fff;padding:.75rem .5rem;transition:.2s}.rec-card:hover{border-color:var(--primary);box-shadow:0 4px 14px #0000000f;color:#111}.rec-card img{width:65%;margin:0 auto .5rem;aspect-ratio:1;-o-object-fit:contain;object-fit:contain;display:block}.rec-card span{font-size:12px;font-weight:500;color:#111}.new-arrival-panel{background:var(--new-arrival-bg);border-radius:12px;padding:1.25rem 1rem 1.5rem}.new-arrival-panel .gradient-title{color:#fff;background:none;-webkit-text-fill-color:#fff}.btn-see-more{background:var(--dark-gray);color:#fff;border:0;border-radius:999px;padding:.4rem 1.1rem;font-size:12px;font-weight:600}.btn-see-more:hover{background:var(--secondary);color:#fff}.fav-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 576px){.fav-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.fav-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 992px){.fav-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 1200px){.fav-grid{grid-template-columns:repeat(6,1fr)}}.view-more-wrap{text-align:center;margin-top:1.5rem}.btn-view-more{background:var(--dark-gray);color:#fff;border:0;border-radius:8px;padding:.65rem 2rem;font-weight:600;font-size:14px}.btn-view-more:hover{background:var(--secondary);color:#fff}.usp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}@media (min-width: 768px){.usp-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 992px){.usp-grid{grid-template-columns:repeat(6,1fr);gap:2rem}}.usp-icon{width:56px;height:56px;margin:0 auto .75rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 8px 18px #204c5433}.usp-item h3{font-size:14px;font-weight:700;margin:0 0 .35rem}.usp-item p{font-size:12px;color:#555;margin:0;line-height:1.45}.faq-section h2{margin-bottom:.25rem}.faq-columns{-moz-columns:1;columns:1;-moz-column-gap:1rem;column-gap:1rem}@media (min-width: 768px){.faq-columns{-moz-columns:2;columns:2}}.faq-item{-moz-column-break-inside:avoid;break-inside:avoid;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000000a;margin-bottom:.5rem;overflow:hidden}.faq-item button{width:100%;text-align:left;background:transparent;border:0;padding:1rem;font-weight:600;font-size:14px;display:flex;justify-content:space-between;gap:1rem;align-items:center}.faq-item .faq-body{display:none;padding:0 1rem 1rem;font-size:13px;color:#555}.faq-item.open .faq-body{display:block}.faq-item.open button i{transform:rotate(180deg)}.seo-grid{display:grid;gap:1rem}@media (min-width: 768px){.seo-grid{grid-template-columns:1fr 1fr}}.seo-card{background:#f3f4f6;border-radius:12px;overflow:hidden}.seo-card button{width:100%;text-align:left;border:0;background:transparent;padding:1rem 1.1rem;font-weight:700;font-size:14px;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.seo-card .seo-body{display:none;padding:0 1.1rem 1.1rem;font-size:13px;color:#444;line-height:1.7}.seo-card.open .seo-body{display:block}.footer-top{margin-top:3rem;padding:1.5rem 0 2rem;background:#fff}.footer-cards{display:grid;gap:1rem}@media (min-width: 768px){.footer-cards{grid-template-columns:1fr 1fr}}.footer-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;box-shadow:0 2px 10px #0000000a}.footer-card h3{font-size:14px;font-weight:800;letter-spacing:.04em;margin:0 0 .35rem}.footer-card p{font-size:13px;color:#555;margin:0 0 .75rem}.newsletter-form{display:flex;gap:.5rem}.newsletter-form input{flex:1;height:42px;border:1px solid #ddd;border-radius:8px;padding:0 .75rem;outline:none}.newsletter-form button{background:var(--secondary);color:#fff;border:0;border-radius:8px;padding:0 1rem;font-weight:700;font-size:12px;letter-spacing:.03em}.newsletter-form button:hover{background:var(--secondary-hover)}.privacy-note{font-size:11px;color:#888;margin-top:.5rem}.social-row{display:flex;flex-wrap:wrap;gap:.5rem}.social-btn{width:36px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:15px}.social-btn.fb{background:#1877f2}.social-btn.ig{background:#e1306c}.social-btn.li{background:#0a66c2}.social-btn.yt{background:red}.social-btn.tt,.social-btn.x{background:#000}.footer-cols{display:grid;gap:1.5rem 2rem}@media (min-width: 768px){.footer-cols{grid-template-columns:repeat(4,1fr)}}.site-footer{background:var(--dark-gray);color:#fff;padding:2rem 0 1.25rem}.site-footer h4{color:var(--secondary);font-size:15px;font-weight:700;margin:0 0 .75rem}.site-footer p,.site-footer a{color:#ddd;font-size:13px}.site-footer a:hover{color:var(--secondary)}.btn-store{display:inline-flex;margin-top:.75rem;background:var(--secondary);color:#fff!important;border-radius:8px;padding:.45rem 1rem;font-weight:600;font-size:13px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:1.5rem;padding-top:1rem;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;font-size:12px;color:#bbb}.payment-logos{max-height:28px;width:auto}.scroll-top{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:6px;padding:.35rem .75rem;font-size:11px;font-weight:600;letter-spacing:.04em}.scroll-top:hover{background:var(--secondary);border-color:var(--secondary)}.float-feedback{position:fixed;right:12px;bottom:90px;z-index:1030;background:var(--secondary);color:#fff;border-radius:999px;padding:.45rem .9rem;font-size:12px;font-weight:600;box-shadow:0 4px 14px #0003}@media (min-width: 1200px){.float-feedback{bottom:100px;right:24px}}.chat-widget{position:fixed;right:16px;bottom:24px;z-index:1030}.chat-bubble{position:absolute;right:70px;bottom:10px;background:#fff;border-radius:12px;padding:.5rem .75rem;font-size:12px;box-shadow:0 4px 16px #00000026;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.chat-bubble .close-chat{border:0;background:transparent;color:#888;font-size:14px;line-height:1}.chat-btn{width:56px;height:56px;border-radius:50%;overflow:hidden;border:3px solid #25d366;display:block;position:relative;box-shadow:0 4px 16px #0003}.chat-btn img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.chat-btn i{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0084ff;color:#fff;font-size:26px}.chat-btn:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;border:2px solid #25d366;animation:ping 1.5s ease infinite;opacity:.6}@keyframes ping{0%{transform:scale(1);opacity:.6}to{transform:scale(1.35);opacity:0}}.mobile-bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:5px;width:calc(100% - 16px);max-width:700px;background:#141414bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;z-index:1035;display:flex;justify-content:space-around;padding:.55rem .25rem;color:#fff}@media (min-width: 1200px){.mobile-bottom-nav{display:none}}.mobile-bottom-nav a,.mobile-bottom-nav button{display:flex;flex-direction:column;align-items:center;gap:.15rem;color:#fff;font-size:10px;background:transparent;border:0;min-width:56px}.mobile-bottom-nav i{font-size:16px}.mobile-bottom-nav .active{color:var(--secondary)}.offcanvas-st{background:#fff}.offcanvas-st .offcanvas-header{background:var(--dark-gray);color:#fff}.offcanvas-st .nav-link{color:#222;font-weight:500;border-bottom:1px solid #eee;padding:.75rem 0}.offcanvas-st .nav-link:hover{color:var(--primary)}.text-secondary-brand{color:var(--secondary)!important}
