:root{--bg: #0a0a0a;--bg-soft: #0f140e;--surface: rgba(255, 255, 255, .04);--surface-strong: rgba(255, 255, 255, .08);--border: rgba(123, 191, 67, .2);--gold: #7bbf43;--gold-soft: #b6e37b;--red: #325f1f;--text: #ffffff;--muted: rgba(255, 255, 255, .72);--shadow: 0 24px 60px rgba(0, 0, 0, .45);--radius: 8px;--container: 1200px}*{box-sizing:border-box}html,body{overflow-x:hidden;max-width:100%}html{scroll-behavior:smooth}body{margin:0;font-family:Plus Jakarta Sans,sans-serif;background:radial-gradient(circle at top left,rgba(123,191,67,.18),transparent 30%),radial-gradient(circle at top right,rgba(123,191,67,.1),transparent 20%),linear-gradient(180deg,#080a08,#0a0a0a 55%,#040604);color:var(--text);line-height:1.6;animation:pageIn .5s ease;position:relative}body:before{content:"";position:fixed;top:-20%;left:-20%;width:140%;height:140%;background:radial-gradient(circle at center,rgba(123,191,67,.08),transparent 60%);pointer-events:none;z-index:0}@keyframes pageIn{0%{opacity:0}to{opacity:1}}img{display:block;width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.container{width:min(calc(100% - 2rem),var(--container));margin:0 auto}main,.site-footer,.back-to-top{position:relative;z-index:1}.site-header{position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(to right,#000000d9,#00280099);border-bottom:1px solid rgba(123,191,67,.15);transition:background .3s ease,border-color .3s ease}.site-header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,#00ff88,#7bbf43,#00ff88,transparent);background-size:200% 100%;animation:navSweep 2.5s linear infinite}.site-header.scrolled{background:#0a0a0ae6;border-color:#7bbf432e}@keyframes navSweep{0%{background-position:0% 50%}to{background-position:100% 50%}}.navbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.site-header .logo{padding:0;background:transparent;border-radius:0;width:auto}.logo img{display:block;width:auto;height:auto;max-width:100%;object-fit:contain}.site-header .logo img{height:66px;aspect-ratio:1 / 1;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28)) drop-shadow(0 0 14px rgba(123,191,67,.16))}.nav-toggle{width:48px;height:48px;display:inline-flex;flex-direction:column;justify-content:center;gap:5px;border:1px solid rgba(123,191,67,.4);border-radius:8px;background:transparent;color:var(--text)}.nav-toggle:hover{box-shadow:0 0 10px #7bbf434d}.nav-toggle span{display:block;width:20px;height:2px;margin:0 auto;background:var(--text);transition:transform .3s ease,opacity .3s ease}.nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-menu{position:absolute;top:calc(100% + .5rem);left:1rem;right:1rem;display:grid;gap:.4rem;padding:1rem;border-radius:10px;background:#0f0f0ffa;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.nav-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-menu a{position:relative;padding:.75rem .85rem;border-radius:8px;color:var(--muted);transition:all .25s ease}.nav-menu a:after{content:"";position:absolute;left:.85rem;right:.85rem;bottom:.35rem;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-soft));border-radius:2px;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.nav-menu a:hover:after,.nav-menu a.active:after{transform:scaleX(1);transform-origin:left}.nav-menu a:hover,.nav-menu a.active{color:#fff;background:#7bbf431f;box-shadow:0 0 12px #7bbf4340}.hero,.page-hero{position:relative;overflow:hidden}.hero{min-height:85vh;display:flex;align-items:center;clip-path:polygon(0 0,100% 0,100% 88%,0 100%)}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;overflow:hidden;object-fit:cover;filter:brightness(.9) contrast(1.1) saturate(1.05);z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000b3,#00000080,#00000059),linear-gradient(to bottom,#0000001a,#0000004d);z-index:1}.hero-content,.page-hero .container{position:relative;z-index:1;padding:6rem 0}.hero-content{max-width:840px;z-index:2;transition:opacity .3s ease}.eyebrow,.kicker{display:inline-block;margin-bottom:1rem;color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700}h1,h2,h3,h4{margin:0;font-family:Bebas Neue,sans-serif;line-height:1;text-transform:uppercase;letter-spacing:.03em}h1{font-size:clamp(3.4rem,9vw,7rem);max-width:10ch}h2{font-size:clamp(2.2rem,5vw,3.5rem)}h3{font-size:1.7rem}p{margin:0;color:var(--muted)}.hero p,.page-hero p{max-width:42rem;margin-top:1rem;font-size:1.06rem}.hero h1,.page-hero h1{text-shadow:0 4px 20px rgba(0,0,0,.8),0 0 18px rgba(123,191,67,.15)}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 1.4rem;border-radius:6px;border:1px solid transparent;font-weight:700;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--gold) 0%,#5e9c2c 100%);color:#081005;box-shadow:0 10px 30px #7bbf4347}.btn-primary:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(123,191,67,.35) 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.btn-primary:hover:after{opacity:1}.btn-primary:hover{transform:translateY(-3px) scale(1.02)}.btn-secondary{border-color:#fff3;background:#ffffff08;color:var(--text)}.trust-row{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-start;margin-top:2rem}.trust-row span{padding:.65rem .9rem;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#ffffff0a;color:var(--text);font-size:.92rem;transition:all .25s ease}.trust-row span:hover{border-color:#7bbf4366;box-shadow:0 0 10px #7bbf4333}.trust-row span i{font-size:.85rem;margin-right:.4rem;color:var(--gold)}.live-stock i{color:#0f8;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.scroll-indicator{width:2px;height:30px;background:linear-gradient(180deg,#7bbf43,transparent);margin:20px auto 0;border-radius:999px;animation:scrollPulse 1.5s infinite}@keyframes scrollPulse{0%{opacity:0;transform:translateY(0)}50%{opacity:1}to{opacity:0;transform:translateY(10px)}}.section{padding:5rem 0}section,div{max-width:100%}.section-alt{background:linear-gradient(180deg,#ffffff04,#fff0)}.section-heading{display:grid;gap:.7rem;margin-bottom:2rem}.brand-ticker{overflow:hidden;background:#ffffff08;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);padding:1.1rem 0}.ticker-track{display:flex;gap:2rem;white-space:nowrap;animation:ticker 20s linear infinite;width:max-content}.ticker-track span{font-family:Bebas Neue,sans-serif;font-size:1.1rem;letter-spacing:.18em;color:var(--muted)}.ticker-track span:nth-child(2n){color:var(--gold);font-size:.7rem}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-grid,.feature-grid,.brand-grid-large,.trade-split,.content-grid,.contact-grid,.about-card-grid,.product-layout{display:grid;gap:1.25rem}.brand-card,.brand-detail-card,.trade-panel,.content-card,.contact-form,.map-placeholder,.story-visual,.product-info-panel,.product-gallery{background:linear-gradient(180deg,#ffffff0b,#ffffff05);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.brand-card,.brand-detail-card{overflow:hidden}.brand-card,.category-card,.product-card{cursor:pointer}.brand-detail-card img,.category-card img{transition:transform .45s ease}.brand-detail-card:hover img,.category-card:hover img{transform:scale(1.05)}.brand-card{display:block;position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.06);background:#ffffff05;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}.brand-card:hover{transform:translateY(-6px) scale(1.01);border-color:var(--gold);box-shadow:0 20px 50px #7bbf432e,0 8px 25px #00000080}.brand-card-image{position:relative;aspect-ratio:4 / 3;overflow:hidden}.brand-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .6s ease;filter:brightness(.85) saturate(.9)}.brand-card:hover .brand-card-image img{transform:scale(1.08);filter:brightness(1) saturate(1)}.brand-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.7) 100%);transition:opacity .4s ease}.brand-card:hover .brand-card-overlay{opacity:.6}.brand-card:before,.feature-card:before,.product-card:before,.category-card:after{content:"";position:absolute;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-soft));transform:scaleX(0);transform-origin:left;transition:transform .4s ease;z-index:2}.brand-card:before,.feature-card:before,.product-card:before{top:0}.category-card:after{bottom:0}.brand-card:hover:before,.feature-card:hover:before,.product-card:hover:before,.category-card:hover:after{transform:scaleX(1)}.brand-card-info{padding:1.2rem 1.25rem 1.4rem}.brand-card-info h3{padding:0;margin:0;font-size:1.5rem;letter-spacing:.05em}.brand-card-info p{margin-top:.35rem;font-size:.88rem;color:var(--muted);letter-spacing:.01em}.brand-card-cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:.8rem;font-size:.85rem;font-weight:700;color:var(--gold);opacity:0;transform:translate(-10px);transition:opacity .3s ease .1s,transform .3s ease .1s}.brand-card:hover .brand-card-cta{opacity:1;transform:translate(0)}.brand-detail-card,.trade-panel,.content-card,.contact-form,.product-info-panel,.product-gallery{padding:1.25rem}.brand-detail-card p,.trade-panel p,.content-card p{margin-top:.8rem}.brand-detail-card .btn,.centered-cta .btn,.trade-panel .btn{margin-top:1.2rem}.category-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:.75rem}.category-card:nth-child(1){grid-column:1 / -1}.category-card{position:relative;overflow:hidden;border-radius:var(--radius);border:1px solid rgba(255,255,255,.06);transition:transform .4s ease,border-color .4s ease}.category-card:hover{transform:translateY(-4px);border-color:var(--gold)}.category-card img{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover;transition:transform .6s ease,filter .5s ease;filter:brightness(.7) saturate(.85)}.category-card:nth-child(1) img{aspect-ratio:21 / 9}.category-card:hover img{transform:scale(1.06);filter:brightness(.85) saturate(1)}.category-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d,#000000bf);transition:background .4s ease}.category-card:hover .category-overlay{background:linear-gradient(180deg,#0000,#000000a6)}.category-label{position:absolute;bottom:0;left:0;right:0;padding:1.2rem 1.4rem;z-index:2;display:flex;align-items:center;justify-content:space-between}.category-name{font-family:Bebas Neue,sans-serif;font-size:1.6rem;letter-spacing:.06em;color:var(--text);text-shadow:0 2px 12px rgba(0,0,0,.6)}.category-cta{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:var(--gold);opacity:0;transform:translate(-8px);transition:opacity .3s ease,transform .3s ease}.category-card:hover .category-cta{opacity:1;transform:translate(0)}.feature-card{position:relative;padding:2rem 1.5rem;background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);overflow:hidden;transition:transform .4s ease,border-color .4s ease}.feature-card:hover{transform:translateY(-6px) scale(1.01);border-color:#7bbf434d;box-shadow:0 20px 50px #7bbf432e,0 8px 25px #00000080}.feature-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#7bbf431f;border:1px solid rgba(123,191,67,.24);margin-bottom:1.2rem}.feature-icon i{font-size:1.1rem;color:var(--gold)}.feature-stat{font-family:Bebas Neue,sans-serif;font-size:2.8rem;line-height:1;letter-spacing:.02em;color:var(--gold);margin-bottom:.3rem}.feature-card h3{font-size:1.3rem;margin-bottom:.5rem}.feature-card p{font-size:.88rem;line-height:1.55;color:var(--muted)}.product-card{position:relative;display:block;scroll-snap-align:start;background:linear-gradient(180deg,#ffffff0a,#ffffff04);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);overflow:hidden;transition:transform .4s ease,border-color .4s ease,box-shadow .4s ease}.product-card:hover{transform:translateY(-6px) scale(1.01);border-color:var(--gold);box-shadow:0 20px 50px #7bbf432e,0 8px 25px #00000080}.product-card img{background:#111;aspect-ratio:1 / 1;object-fit:contain;padding:.75rem;transition:transform .5s ease}.product-card:hover img{transform:scale(1.05)}.product-card h3{padding:.8rem 1.1rem 0;font-size:1.15rem}.product-card p{padding:.4rem 1.1rem 1.6rem;color:var(--gold-soft);font-weight:700;font-size:1.05rem}.product-view{position:absolute;left:1.1rem;bottom:.8rem;color:var(--gold);font-size:.85rem;font-weight:700;opacity:0;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease}.product-card:hover .product-view{opacity:1;transform:translateY(0)}.product-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,280px);gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x proximity}.product-row::-webkit-scrollbar{height:6px}.product-row::-webkit-scrollbar-track{background:#ffffff0a;border-radius:3px}.product-row::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}.trade-panel ul,.content-card ul,.product-description ul{margin:1rem 0 0;padding-left:1.2rem;color:var(--muted)}.trade-panel{position:relative;overflow:hidden}.trade-panel-alt{background:linear-gradient(180deg,#325f1f4d,#ffffff08),linear-gradient(180deg,#ffffff0b,#ffffff05)}.trade-panel-image{min-height:360px;padding:0;background-size:cover;background-position:center}.trade-panel-image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000000bd,#00000085)}.trade-panel-gym{background-image:url(https://muaythai-boxing.com/cdn/shop/files/trade-accounts-available.jpg?v=1738509450&width=800)}.trade-panel-wholesale{background-image:url(https://muaythai-boxing.com/cdn/shop/collections/collection-tuff-home.jpg?v=1738515553&width=800)}.trade-panel-content{position:relative;z-index:1;padding:1.5rem;height:100%;display:flex;flex-direction:column}.page-hero{padding-top:2rem;background:linear-gradient(120deg,#000000d6,#00000085),radial-gradient(circle at 20% 20%,rgba(123,191,67,.28),transparent 32%),linear-gradient(135deg,#0c0f0c,#121412 55%,#0b0d0b);border-bottom:1px solid rgba(255,255,255,.06)}.page-hero-brands,.collection-hero{min-height:62vh;display:flex;align-items:center;background:#090b09}.page-hero-brands .hero-video,.collection-hero .hero-video{transform:scale(1.05);filter:brightness(.85) contrast(1.12) saturate(1.1)}.page-hero-brands:after,.collection-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 40%,rgba(123,191,67,.12),transparent 50%);pointer-events:none;z-index:1}.page-hero-brands .container,.collection-hero .container,.page-hero-about .container,.page-hero-contact .container,.page-hero-trade .container{position:relative;padding:7rem 0 6rem}.page-hero-about{min-height:62vh;display:flex;align-items:center;background:linear-gradient(120deg,#0000002e,#00000014),url(../assets/about.jpg) center/cover no-repeat;filter:brightness(.9) contrast(1.1);animation:subtleZoom 12s ease-in-out infinite alternate}.page-hero-contact{min-height:62vh;display:flex;align-items:center;background:linear-gradient(120deg,#0000002e,#00000014),url(../assets/talk.jpg) center/cover no-repeat;filter:brightness(.9) contrast(1.1);animation:subtleZoom 12s ease-in-out infinite alternate}.page-hero-trade{min-height:56vh;display:flex;align-items:center}@keyframes subtleZoom{0%{background-size:100%}to{background-size:110%}}.centered-cta{text-align:center}.centered-cta p{max-width:42rem;margin:1rem auto 0}.contact-form{display:grid;gap:.85rem}.contact-form label,.product-form__label{font-size:.95rem;font-weight:600}.contact-form input,.contact-form textarea,.product-form__select{width:100%;padding:.95rem 1rem;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:var(--text)}.contact-form input:focus,.contact-form textarea:focus,.product-form__select:focus{outline:2px solid rgba(123,191,67,.35);border-color:#7bbf4373}.contact-card-group,.product-thumbs{display:grid;gap:1.25rem}.map-placeholder,.story-visual{display:grid;background:linear-gradient(135deg,#7bbf4324,#325f1f1f),#ffffff08}.story-visual{overflow:hidden}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.collection-product-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.product-page{padding-top:3rem}.product-layout{align-items:start}.product-gallery img:first-child{border-radius:var(--radius);background:#111;object-fit:contain}.product-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}.product-thumbs img{aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius);background:#111}.product-price{margin-top:1rem;color:var(--gold-soft);font-family:Bebas Neue,sans-serif;font-size:2rem;letter-spacing:.04em}.product-compare{margin-top:.2rem;text-decoration:line-through}.product-form{display:grid;gap:.75rem;margin-top:1.5rem}.product-form__submit{margin-top:.5rem}.product-description{margin-top:1.5rem;color:var(--muted)}.product-description p+p{margin-top:1rem}.footer-cta{border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:linear-gradient(135deg,#7bbf431f,#325f1f1a);padding:3rem 0}.footer-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-cta h2{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:.5rem}.footer-cta p{max-width:480px;font-size:.95rem}.footer-cta-buttons{display:flex;gap:.75rem;flex-shrink:0}.footer-main{background:#070707;padding:3.5rem 0 2.5rem}.footer-grid{display:grid;gap:2rem}.footer-brand .logo{width:100px;margin-bottom:1rem;display:inline-flex}.footer-brand .logo img{height:100px;width:100px;filter:drop-shadow(0 8px 22px rgba(0,0,0,.28)) drop-shadow(0 0 16px rgba(123,191,67,.12))}.footer-tagline{font-size:.88rem;line-height:1.6;color:var(--muted);max-width:300px;margin-bottom:1.2rem}.social-links{display:flex;gap:.6rem}.social-links a{width:40px;height:40px;display:inline-grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.1);color:var(--muted);transition:color .25s ease,border-color .25s ease,background .25s ease}.social-links a:hover{color:var(--gold);border-color:#7bbf434d;background:#7bbf4314}.footer-grid h4{font-size:1.1rem;margin-bottom:1rem;letter-spacing:.06em}.footer-links{display:flex;flex-direction:column;gap:.55rem}.footer-links a{color:var(--muted);font-size:.9rem;transition:color .25s ease,padding-left .25s ease}.footer-links a:hover{color:var(--gold);padding-left:4px}.footer-contact{display:flex;flex-direction:column;gap:.7rem;margin-bottom:1.2rem}.footer-contact p{font-size:.88rem;color:var(--muted);display:flex;gap:.6rem;align-items:flex-start}.footer-contact i{color:var(--gold);font-size:.85rem;margin-top:3px;flex-shrink:0}.footer-contact a{color:var(--muted);transition:color .25s ease}.footer-contact a:hover{color:var(--gold)}.payment-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.5rem}.payment-row i{font-size:1.8rem;color:#ffffff59;transition:color .25s ease}.payment-row i:hover{color:var(--text)}.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.2rem 0;background:#050505}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.footer-bottom p{font-size:.82rem;color:#fff6}.footer-credit{font-family:Bebas Neue,sans-serif;letter-spacing:.1em;font-size:.85rem!important;color:#7bbf4373!important}.back-to-top{position:fixed;right:1.25rem;bottom:1.25rem;width:46px;height:46px;border:0;border-radius:50%;display:inline-grid;place-items:center;background:var(--gold);color:#111;box-shadow:0 12px 28px #00000059;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease;z-index:1200}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}[data-animate]{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}[data-animate].is-visible{opacity:1;transform:translateY(0)}@media(min-width:768px){.nav-toggle{display:none}.nav-menu{position:static;display:flex;align-items:center;gap:.35rem;padding:0;background:transparent;border:0;box-shadow:none;opacity:1;pointer-events:auto;transform:none}.brand-grid,.feature-grid,.brand-grid-large,.contact-grid,.trade-split,.content-grid,.product-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.about-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.category-grid{grid-template-columns:repeat(3,1fr)}.category-card:nth-child(1){grid-column:1 / -1}.category-name{font-size:1.8rem}.footer-grid{grid-template-columns:1.6fr .8fr .8fr 1fr}}@media(min-width:768px){.category-card:nth-child(5){grid-column:1 / 2}.category-card:nth-child(6){grid-column:2 / 4}}@media(max-width:767px){.site-header{padding:.5rem 1rem}.site-header:after{height:1.5px;opacity:.7}.navbar{min-height:auto}.site-header .logo img{width:auto;height:48px}.trust-row{gap:.6rem;justify-content:flex-start}.footer-cta-inner{flex-direction:column;text-align:center;align-items:center}.footer-cta p{margin:0 auto}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1 / -1;text-align:center}.footer-tagline{max-width:100%;margin:0 auto 1.2rem}.social-links{justify-content:center}.footer-bottom-inner{justify-content:center;text-align:center}.category-grid{grid-template-columns:1fr;gap:.6rem}.category-card img,.category-card:nth-child(1) img{aspect-ratio:16 / 9}.category-name{font-size:1.4rem}.category-cta,.brand-card-cta,.product-view{opacity:1;transform:translate(0)}.brand-grid{grid-template-columns:1fr;gap:1rem}.brand-card-image{aspect-ratio:16 / 10}.page-hero-brands .container,.collection-hero .container,.page-hero-about .container,.page-hero-contact .container,.page-hero-trade .container{padding:5rem 0 4rem}}@media(min-width:1024px){.section{padding:6.25rem 0}.brand-grid,.brand-grid-large{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.page-hero-about,.page-hero-contact{min-height:62vh;display:flex;align-items:center;filter:brightness(.9) contrast(1.1);animation:subtleZoom 12s ease-in-out infinite alternate}.product-row{display:flex;gap:24px;overflow:hidden;position:relative;width:100%}.product-row::-webkit-scrollbar{display:none}.product-card img{width:100%;height:320px;object-fit:cover;display:block;background:#111}.product-card h3{padding:18px 18px 8px;color:#fff;font-size:22px;line-height:1.1;text-transform:uppercase}.product-card p{padding:0 18px 22px;color:#9fe870;font-size:30px;font-weight:700}.product-row-track{display:flex;gap:24px;width:max-content;animation:productScroll 35s linear infinite}.product-row:hover .product-row-track{animation-play-state:paused}@keyframes productScroll{0%{transform:translate(0)}to{transform:translate(-35%)}}@media(max-width:768px){.product-row{overflow:hidden;padding-bottom:10px}.product-row-track{gap:16px;animation:productScroll 18s linear infinite}.product-card{min-width:220px;max-width:220px}.product-card img{height:240px;object-fit:contain;background:#fff;padding:10px}.product-card h3{font-size:14px;line-height:1.3;padding:14px 14px 6px}.product-card p{font-size:18px;padding:0 14px 16px}}@media(max-width:768px){.product-view{display:none}}.product-row{display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding-bottom:18px}.collection-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}@media(max-width:1024px){.collection-product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.collection-product-grid{grid-template-columns:repeat(2,1fr);gap:18px}.collection-product-grid .product-card{min-width:unset;max-width:unset}}.collection-product-grid::-webkit-scrollbar,.product-row::-webkit-scrollbar{height:6px}.collection-product-grid::-webkit-scrollbar-track,.product-row::-webkit-scrollbar-track{background:#ffffff0d;border-radius:999px}.collection-product-grid::-webkit-scrollbar-thumb,.product-row::-webkit-scrollbar-thumb{background:#7ddc32;border-radius:999px}.product-card{min-width:260px;max-width:260px;background:#080808eb;border:1px solid rgba(126,211,33,.15);border-radius:18px;overflow:hidden;flex-shrink:0;transition:transform .3s ease}.product-card:hover{transform:translateY(-6px)}.product-card img{width:100%;height:320px;object-fit:contain;background:#fff;padding:14px}.product-card h3{font-size:1.1rem;line-height:1.2;padding:18px 18px 6px;color:#fff;text-transform:uppercase}.product-card p{padding:0 18px;color:#9fe870;font-weight:700;font-size:1.8rem;margin-bottom:10px}.product-view{display:block;padding:0 18px 20px;color:#9fe870;font-weight:700}@media(max-width:768px){.product-card{min-width:220px;max-width:220px}.product-card img{height:240px}.product-card h3{font-size:.95rem;min-height:72px}.product-card p{font-size:1rem;margin-bottom:4px}.product-view{font-size:.95rem;padding-bottom:16px}}@media screen and (max-width:768px){.product-layout{display:flex!important;flex-direction:column!important;gap:24px}.product-gallery,.product-info-panel{width:100%!important;max-width:100%!important}.product-info-panel h1{font-size:3rem!important;line-height:.95!important}.product-main-image img{width:100%!important;height:auto!important;display:block}.product-thumbs{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px}.product-thumb{min-width:72px;border-radius:10px;overflow:hidden}.product-thumb img{width:72px;height:72px;object-fit:cover}.product-description{font-size:14px;line-height:1.7}.product-form__submit{width:100%}}.collection-product-grid{display:grid!important;grid-template-columns:repeat(4,1fr);gap:28px}@media(max-width:1024px){.collection-product-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.collection-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}.collection-product-grid .product-card img{width:100%;height:320px;object-fit:contain;background:#fff;padding:12px}.collection-product-grid .product-card h3{font-size:1rem;line-height:1.25;padding:16px 16px 8px;min-height:70px}.collection-product-grid .product-card p{padding:0 16px 18px;margin:0;color:#9fe870;font-size:1.5rem;font-weight:700}.collection-product-grid .product-view{display:none!important}@media screen and (max-width:768px){.product-layout{display:flex!important;flex-direction:column!important;gap:24px}.product-gallery,.product-info-panel{width:100%!important;max-width:100%!important}.product-info-panel{padding:20px!important}.product-info-panel h1{font-size:2.8rem!important;line-height:.92!important;word-break:break-word}.product-main-image img{width:100%!important;height:auto!important;display:block}.product-thumbs{display:flex!important;gap:10px;overflow-x:auto;padding-bottom:8px}.product-thumb{min-width:72px;border-radius:10px;overflow:hidden;border:2px solid transparent}.product-thumb.active{border-color:#7bbf43}.product-thumb img{width:72px;height:72px;object-fit:cover;display:block}.product-description{font-size:14px;line-height:1.7}.product-form__submit{width:100%}}.collection-filters{margin-bottom:32px;padding:24px;background:#080808eb;border:1px solid rgba(126,211,33,.15);border-radius:18px}.filter-group{margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:12px}.collection-filters{background:linear-gradient(180deg,#080808f5,#0c120af5);border:1px solid rgba(123,191,67,.18);border-radius:20px;padding:22px;box-shadow:0 0 25px #7bbf4314,0 10px 30px #00000073}.filter-top h3{font-size:2rem;margin-bottom:14px;color:#fff}.filter-top select{width:100%;height:46px;background:#111;border:1px solid rgba(123,191,67,.2);color:#fff;border-radius:10px;padding:0 14px;margin-bottom:20px}.filter-group{border-bottom:1px solid rgba(255,255,255,.06);padding:14px 0}.filter-group summary{cursor:pointer;list-style:none;color:#9fe870;font-weight:700;font-size:15px;transition:color .2s ease}.filter-group summary:hover{color:#c7ff9d}.filter-values{margin-top:12px}.filter-option{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:#ffffffd1;font-size:14px}.filter-option input{accent-color:#7bbf43}.collection-filters .btn{width:100%;margin-top:18px;border-radius:12px}@media(min-width:1024px){.main-collection .container{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:start}.collection-toolbar,.collection-product-grid,.pagination{grid-column:2}.collection-filters{position:sticky;top:120px;margin-bottom:0}}@media(max-width:768px){.collection-filters{margin-bottom:24px;padding:18px}}@media screen and (max-width:768px){.collection-filters{padding:14px;margin-bottom:20px;border-radius:14px}.filter-group{margin-bottom:10px;padding-bottom:10px}.filter-group summary{font-size:15px;padding:6px 0}.filter-option{font-size:13px;margin-bottom:8px}.collection-toolbar{margin-bottom:18px}.collection-product-grid{grid-template-columns:repeat(2,1fr);gap:14px}.collection-product-grid .product-card{min-width:unset;max-width:unset;border-radius:14px}.collection-product-grid .product-card img{height:180px;padding:10px}.collection-product-grid .product-card h3{font-size:13px;line-height:1.25;min-height:52px;padding:12px 12px 4px}.collection-product-grid .product-card p{font-size:18px;padding:0 12px 14px}.collection-filters .btn{width:100%}}.collection-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}.collection-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px;width:100%}.collection-product-grid .product-card{min-width:unset!important;max-width:unset!important;width:100%}.collection-product-grid .product-card img{height:280px;object-fit:contain;background:#fff;padding:14px}@media screen and (max-width:768px){.collection-layout{grid-template-columns:1fr}.collection-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px}.collection-product-grid .product-card img{height:180px}}.collection-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;width:100%!important;overflow:visible!important}.collection-product-grid .product-card{width:100%!important;max-width:100%!important;min-width:0!important}.collection-product-grid .product-card img{width:100%;height:280px;object-fit:contain;background:#fff;padding:12px}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}@media screen and (max-width:768px){.collection-layout{grid-template-columns:1fr}.collection-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.collection-product-grid .product-card img{height:180px}}.main-collection .container{display:block!important}.collection-layout{display:grid!important;grid-template-columns:280px 1fr!important;gap:32px!important;align-items:start!important}.collection-product-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:24px!important;width:100%!important}.collection-product-grid .product-card{width:100%!important;min-width:0!important;max-width:100%!important}.collection-product-grid .product-card img{width:100%!important;height:280px!important;object-fit:contain!important;background:#fff!important;padding:12px!important}@media screen and (max-width:768px){.collection-layout{grid-template-columns:1fr!important}.collection-product-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.collection-product-grid .product-card img{height:180px!important}}@media screen and (max-width:768px){.collection-filters{padding:16px}.filter-group{margin-bottom:0;padding-bottom:0}.filter-group summary{padding:14px 0;font-size:14px}.filter-values{padding-bottom:12px}.collection-filters .btn{margin-top:14px;min-height:46px;font-size:14px}}.cart-items{display:flex;flex-direction:column;gap:24px}.cart-item{display:flex;gap:24px;background:#050505;border:1px solid rgba(130,255,74,.18);border-radius:24px;padding:18px}.cart-item-image img{width:130px;height:130px;object-fit:cover;border-radius:16px;background:#fff}.cart-item-details{flex:1}.cart-item-details h3{margin-bottom:12px}.cart-item-details p{color:#9fe870;font-weight:700;font-size:28px;margin-bottom:18px}.cart-actions{display:flex;align-items:center;gap:14px}.cart-actions input{width:70px;height:44px;background:#101010;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;padding:0 12px}.cart-remove{color:#ff6b6b;text-decoration:none;font-weight:700}.cart-footer{margin-top:42px;display:flex;flex-direction:column;align-items:flex-end;gap:20px}.cart-footer h2{font-size:64px;line-height:1}.cart-buttons{display:flex;gap:16px}@media(max-width:768px){.cart-item{flex-direction:column}.cart-item-image img{width:100%;height:auto}.cart-footer{align-items:flex-start}.cart-footer h2{font-size:42px}.cart-buttons{width:100%;flex-direction:column}.cart-buttons .btn{width:100%}}@media(max-width:768px){.product-page,.product-layout,.main-product,.product-section,.product-container{display:flex;flex-direction:column!important;grid-template-columns:1fr!important}.product-gallery,.product-images,.product-media{width:100%!important;max-width:100%!important}.product-gallery img,.product-images img,.product-media img{width:100%!important;height:auto!important;object-fit:contain}.product-info,.product-details{width:100%!important;max-width:100%!important;padding:24px 0!important}.product-info h1,.product-details h1{font-size:52px!important;line-height:.95!important}.product-info p,.product-details p{font-size:15px!important}.product-thumbnails{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px}.product-thumbnails img{width:72px!important;height:72px!important;object-fit:cover;flex-shrink:0}.product-form button,.product-info button,.product-details button{width:100%}}.sold-out-label{color:#ff6b6b;font-weight:700}.cart-icon-link{color:#fff;text-decoration:none;font-weight:700;transition:.2s ease}.cart-icon-link:hover{color:#9fe870}.product-form select,.product-form option,select,option{background:#111!important;color:#fff!important}.product-form select{border:1px solid rgba(130,255,74,.18);border-radius:12px;padding:14px 16px;font-size:16px;-webkit-appearance:none;appearance:none}.product-card.sold-out{opacity:.72}@media(max-width:768px){.collection-hero{min-height:420px}}.product-card{transition:transform .2s ease}.product-card:active{transform:scale(.98)}.collection-product-grid{overflow:hidden}.product-card-content{display:flex;flex-direction:column;justify-content:space-between;min-height:120px}.product-card-content h3{min-height:48px}.product-card-content p,.sold-out-label{margin-top:auto}@media screen and (max-width:768px){.product-card .btn,.product-card .view-product,.product-card .view-btn{display:none}}.product-card{display:flex!important;flex-direction:column!important}.product-card h3{min-height:58px!important;display:flex;align-items:flex-start}.product-card p,.product-card .sold-out-label{margin-top:auto!important;padding-top:10px!important}.product-view{display:none!important}.collection-product-grid .product-card{display:flex;flex-direction:column}.collection-product-grid .product-card h3{height:58px!important;overflow:hidden;margin-bottom:12px}.collection-product-grid .product-card p,.collection-product-grid .product-card .sold-out-label{margin-top:0!important;padding-top:0!important}
/*# sourceMappingURL=/cdn/shop/t/7/assets/theme.css.map */
