*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:12px;top:12px;z-index:9999;background:#fff;padding:10px}.page-width{width:min(100% - 32px,1240px);margin-inline:auto}.section{padding:34px 0}.section--soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-head h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.1}.section-head p{margin:6px 0 0;color:var(--muted)}.text-link{font-weight:700;color:var(--primary-dark)}.button{-webkit-appearance:none;appearance:none;border:0;border-radius:var(--radius);min-height:48px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;transition:.2s ease;background:var(--primary);color:#fff}.button:hover{background:var(--primary-dark);transform:translateY(-1px)}.button--secondary{background:#fff;color:var(--primary-dark);border:1px solid var(--primary)}.button--full{width:100%}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;background:var(--accent);color:#3b2a00}.price{display:flex;align-items:baseline;gap:7px;flex-wrap:wrap}.price__current{font-size:1.15rem;font-weight:800}.price__compare{color:var(--muted);text-decoration:line-through;font-size:.9rem}.muted{color:var(--muted)}.announcement{background:var(--primary-dark);color:#fff;font-size:12px;font-weight:800;letter-spacing:.05em;text-align:center;padding:9px 14px}.announcement a{display:block}.site-header{position:sticky;top:0;z-index:50;background:#fffffff7;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border)}.header-main{display:grid;grid-template-columns:auto minmax(260px,1fr) auto;gap:24px;align-items:center;padding:14px 0}.brand{display:flex;align-items:center}.brand img{width:auto;max-height:52px}.brand__text{font-size:24px;font-weight:900;letter-spacing:-.03em;color:var(--primary-dark)}.header-search{position:relative}.header-search input{width:100%;height:46px;border:1px solid var(--border);border-radius:12px;padding:0 48px 0 15px;background:#fff;outline:none}.header-search input:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 18%,transparent)}.header-search button{position:absolute;right:5px;top:5px;width:36px;height:36px;border:0;background:transparent;border-radius:9px}.header-actions{display:flex;align-items:center;gap:14px}.header-action{width:38px;height:38px;display:grid;place-items:center;border-radius:10px}.header-action:hover{background:var(--soft)}.cart-count{position:absolute;margin:-24px 0 0 22px;background:var(--primary-dark);color:#fff;border-radius:999px;font-size:10px;min-width:17px;height:17px;display:grid;place-items:center}.nav-row{border-top:1px solid #f3f4f6}.nav{display:flex;justify-content:center;gap:32px;min-height:46px;align-items:center}.nav a{font-size:13px;font-weight:800;letter-spacing:.04em}.nav a:hover{color:var(--primary-dark)}.mobile-header,.mobile-drawer{display:none}.hero{position:relative;overflow:hidden;border-radius:18px;background:var(--soft)}.hero picture,.hero img{width:100%}.hero__placeholder{aspect-ratio:3/1;display:grid;place-items:center;background:linear-gradient(135deg,var(--soft),#dce9dd);color:var(--primary-dark);font-weight:800}.hero a{display:block}.hero-copy{position:absolute;inset:auto auto 9% 7%;max-width:480px;background:#ffffffe6;padding:20px 24px;border-radius:14px}.hero-copy h2{margin:0 0 6px;font-size:clamp(28px,4vw,52px);line-height:1}.hero-copy p{margin:0;color:var(--muted)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.benefit{background:var(--soft);border-radius:14px;padding:15px;display:flex;align-items:center;gap:11px;min-height:78px}.benefit svg{width:30px;height:30px;flex:0 0 auto;color:var(--primary-dark)}.benefit strong{display:block;font-size:14px}.benefit span{font-size:12px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;min-width:0;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #11182712}.product-card__media{position:relative;background:#f7f7f7;aspect-ratio:4/5;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__badge{position:absolute;left:9px;top:9px}.product-card__body{padding:12px}.product-card__title{font-size:14px;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px;margin-bottom:8px}.installments{font-size:11px;color:var(--muted);margin-top:4px}.empty-state{padding:28px;border:1px dashed var(--border);border-radius:14px;color:var(--muted);text-align:center}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.category-card{position:relative;overflow:hidden;border-radius:16px;min-height:330px;background:var(--soft)}.category-card img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover}.category-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(0,0,0,.56),transparent 58%)}.category-card__content{position:absolute;left:22px;right:22px;bottom:20px;color:#fff;z-index:2}.category-card h3{margin:0;font-size:30px}.category-card p{margin:4px 0 0}.testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.testimonial{border:1px solid var(--border);border-radius:14px;padding:18px;background:#fff}.testimonial .stars{color:#e6a800;letter-spacing:2px}.testimonial p{color:var(--muted)}.newsletter-card{background:var(--primary-dark);color:#fff;border-radius:18px;padding:28px;display:grid;grid-template-columns:1fr minmax(340px,.8fr);gap:28px;align-items:center}.newsletter-card h2{margin:0;font-size:30px}.newsletter-form{display:flex;gap:8px}.newsletter-form input{flex:1;min-width:0;height:48px;border:0;border-radius:10px;padding:0 14px}.newsletter-form .button{background:#fff;color:var(--primary-dark)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.collection-toolbar select{height:42px;border:1px solid var(--border);border-radius:10px;padding:0 36px 0 12px;background:#fff}.pagination{display:flex;justify-content:center;gap:6px;margin-top:28px}.pagination a,.pagination span{min-width:38px;height:38px;border:1px solid var(--border);border-radius:9px;display:grid;place-items:center}.pagination .current{background:var(--primary);color:#fff;border-color:var(--primary)}.product-main{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:42px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr;gap:10px}.product-gallery__item{border-radius:14px;overflow:hidden;background:#f7f7f7}.product-info{position:sticky;top:132px}.product-info h1{margin:0 0 10px;font-size:clamp(26px,3vw,38px);line-height:1.1}.product-price{margin:14px 0 4px}.product-price .price__current{font-size:30px}.product-form-row{display:grid;grid-template-columns:120px 1fr;gap:10px;margin-top:14px}.qty{display:grid;grid-template-columns:38px 44px 38px;height:52px;border:1px solid var(--border);border-radius:10px;overflow:hidden}.qty button{border:0;background:var(--soft);color:var(--primary-dark);font-size:20px}.qty input{width:100%;border:0;text-align:center;-webkit-appearance:textfield;appearance:textfield}.qty input::-webkit-outer-spin-button,.qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.variant-select{width:100%;height:48px;border:1px solid var(--border);border-radius:10px;padding:0 12px;background:#fff;margin-top:10px}.trust-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.trust-item{padding:12px;border-radius:10px;background:var(--soft);font-size:12px}.trust-item strong{display:block}.payment-icons{display:flex;flex-wrap:wrap;gap:5px;margin-top:12px}.payment-icons svg{height:26px;width:auto}.product-description{margin-top:32px;border-top:1px solid var(--border);padding-top:26px}.product-description h2{font-size:24px}.sticky-atc{display:none}.shopify-payment-button{margin-top:8px}.shopify-payment-button__button{border-radius:10px!important;min-height:48px!important}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;align-items:start}.cart-items{border:1px solid var(--border);border-radius:14px;overflow:hidden}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:14px;padding:14px;border-bottom:1px solid var(--border);align-items:center}.cart-item:last-child{border-bottom:0}.cart-item img{width:100px;aspect-ratio:1;object-fit:cover;border-radius:10px}.cart-item h3{margin:0 0 5px;font-size:14px}.cart-recap{border:1px solid var(--border);border-radius:14px;padding:18px;position:sticky;top:132px}.cart-total{display:flex;justify-content:space-between;align-items:baseline;font-size:18px;font-weight:800;padding:12px 0}.cart-actions{display:flex;flex-direction:column;gap:9px}.cart-note{font-size:11px;color:var(--muted);text-align:center;margin-top:10px}.site-footer{background:var(--soft);border-top:1px solid var(--border);margin-top:40px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:28px;padding:38px 0}.footer-grid h3{font-size:13px;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px}.footer-grid ul{list-style:none;padding:0;margin:0}.footer-grid li{margin:7px 0}.footer-grid a{color:var(--muted);font-size:13px}.footer-bottom{border-top:1px solid var(--border);padding:18px 0;text-align:center;color:var(--muted);font-size:12px}.socials{display:flex;gap:9px;margin-top:14px}.socials a{width:34px;height:34px;border:1px solid var(--border);border-radius:9px;display:grid;place-items:center}.floating-whatsapp{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:999px;background:#25d366;color:#fff;display:grid;place-items:center;z-index:70;box-shadow:0 8px 24px #0000002e}.floating-whatsapp svg{width:27px;height:27px}@media(max-width:1024px){.header-main{grid-template-columns:auto 1fr auto}.nav{gap:20px}.product-grid{grid-template-columns:repeat(3,1fr)}.product-main{grid-template-columns:1fr 380px;gap:26px}.footer-grid{grid-template-columns:1fr 1fr}.cart-layout{grid-template-columns:1fr 340px}}@media(max-width:768px){.page-width{width:min(100% - 24px,1240px)}.section{padding:22px 0}.announcement{font-size:10px;padding:8px}.header-main,.nav-row{display:none}.mobile-header{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;padding:10px 0}.mobile-header .brand{justify-content:center}.mobile-header .brand img{max-height:34px}.mobile-toggle{width:42px;height:42px;border:0;border-radius:10px;background:var(--primary);color:#fff}.mobile-actions{display:flex;gap:4px}.mobile-search{grid-column:1/-1;position:relative}.mobile-search input{width:100%;height:42px;border:1px solid var(--border);border-radius:10px;padding:0 44px 0 12px}.mobile-search button{position:absolute;right:4px;top:4px;width:34px;height:34px;border:0;background:transparent}.mobile-menu-details[open] .mobile-drawer{display:block}.mobile-drawer{position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid var(--border);box-shadow:0 12px 20px #00000014;padding:8px 18px 18px}.mobile-drawer a{display:flex;align-items:center;min-height:44px;border-bottom:1px solid #f2f2f2;font-weight:800;font-size:13px}.hero{border-radius:12px}.hero__placeholder{aspect-ratio:3/4}.hero-copy{left:12px;right:12px;bottom:12px;padding:14px 16px}.hero-copy h2{font-size:28px}.benefits{grid-template-columns:repeat(2,1fr);gap:7px}.benefit{min-height:72px;padding:10px;gap:7px}.benefit svg{width:25px;height:25px}.benefit strong{font-size:11px}.benefit span{font-size:9px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.product-card{border-radius:11px}.product-card__body{padding:9px 8px 10px}.product-card__title{font-size:11px;min-height:30px}.price__current{font-size:15px}.price__compare{font-size:10px}.installments{font-size:9px}.category-grid{gap:8px}.category-card{min-height:250px;border-radius:12px}.category-card__content{left:14px;bottom:14px}.category-card h3{font-size:23px}.category-card p{font-size:12px}.testimonials{grid-template-columns:1fr}.newsletter-card{grid-template-columns:1fr;padding:20px}.newsletter-form{flex-direction:column}.collection-toolbar{align-items:flex-start;flex-direction:column}.product-main{display:block}.product-info{position:static;margin-top:18px}.product-gallery{grid-template-columns:1fr}.product-info h1{font-size:26px}.product-form-row{grid-template-columns:104px 1fr;gap:8px}.qty{grid-template-columns:32px 40px 32px;height:48px}.trust-list{grid-template-columns:1fr 1fr}.sticky-atc{position:fixed;display:flex;left:12px;right:12px;bottom:12px;z-index:65}.sticky-atc .button{width:100%;min-height:52px;box-shadow:0 8px 22px #00000029}.template-product{padding-bottom:76px}.template-product .floating-whatsapp{bottom:82px;right:14px;width:52px;height:52px}.cart-layout{display:block}.cart-recap{position:static;margin-top:14px}.cart-item{grid-template-columns:74px 1fr}.cart-item img{width:74px}.cart-item__price{grid-column:2}.footer-grid{grid-template-columns:1fr;padding:26px 0;gap:10px}.footer-grid details{border-bottom:1px solid var(--border)}.footer-grid summary{padding:12px 0;font-weight:800}.footer-grid .footer-col--desktop{display:none}.floating-whatsapp{width:52px;height:52px;right:14px;bottom:14px}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(min-width:769px){.footer-grid details>summary{list-style:none;font-size:13px;text-transform:uppercase;letter-spacing:.05em;font-weight:800;margin-bottom:12px}.footer-grid details>summary::-webkit-details-marker{display:none}.footer-grid details>ul{display:block!important}}@media(max-width:768px){.footer-grid details>summary{padding:12px 0}.footer-grid details>summary::marker{color:var(--primary-dark)}.main-contact-grid{grid-template-columns:1fr!important}}.collection-filters{margin-bottom:18px}.filter-panel{position:relative}.filter-panel>summary{list-style:none;min-height:42px}.filter-panel>summary::-webkit-details-marker{display:none}.filter-panel__content{position:absolute;z-index:20;left:0;top:50px;width:min(720px,calc(100vw - 32px));background:#fff;border:1px solid var(--border);border-radius:14px;padding:16px;box-shadow:0 16px 40px #0000001f;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.filter-group{border:1px solid var(--border);border-radius:10px;padding:0 10px}.filter-group>summary{padding:10px 0;font-weight:800;font-size:13px}.filter-group__body{padding:0 0 10px}.filter-check{display:flex;gap:8px;align-items:center;font-size:12px;margin:7px 0}.filter-price{display:grid;grid-template-columns:1fr 1fr;gap:7px}.filter-price input{width:100%;height:40px;border:1px solid var(--border);border-radius:8px;padding:0 9px}.filter-actions{grid-column:1/-1;display:flex;align-items:center;gap:14px}.filter-actions .button{min-height:42px}@media(max-width:768px){.filter-panel__content{position:fixed;left:12px;right:12px;bottom:12px;top:auto;width:auto;max-height:72vh;overflow:auto;grid-template-columns:1fr}.filter-actions{position:sticky;bottom:-16px;background:#fff;padding:10px 0 4px}}:root{--sport-black:#111111;--sport-ink:#202124;--sport-gray:#6b7280;--sport-line:#d9dce0;--sport-canvas:#f7f7f5}body{font-family:Arial,Helvetica,sans-serif;letter-spacing:-.005em;background:#fff}h1,h2,h3,h4,h5,h6,.section-head h2,.product-info h1,.newsletter-card h2,.category-card h3{font-family:Arial,Helvetica,sans-serif;font-weight:900;letter-spacing:-.045em;color:var(--sport-black)}.section-head h2{font-size:clamp(25px,3vw,38px);text-transform:uppercase}.section-head p{font-size:13px;max-width:640px}.text-link{color:var(--sport-black);text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:900;border-bottom:2px solid var(--sport-black);padding-bottom:3px}.button{border-radius:4px;min-height:50px;padding:0 24px;background:var(--sport-black);color:#fff;font-size:12px;font-weight:900;letter-spacing:.075em;text-transform:uppercase;box-shadow:none}.button:hover{background:var(--primary-dark);transform:none}.button--secondary{background:#fff;color:var(--sport-black);border:2px solid var(--sport-black)}.badge{border-radius:2px;background:var(--sport-black);color:#fff;font-size:10px;letter-spacing:.06em;text-transform:uppercase;padding:7px 9px}.announcement{background:var(--sport-black);color:#fff;min-height:34px;display:grid;place-items:center;padding:7px 14px;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.site-header{background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid #e7e7e7}.header-main{padding:16px 0 13px;gap:28px}.brand img{max-height:48px}.brand__text{color:var(--sport-black);font-weight:900;letter-spacing:-.06em;text-transform:uppercase}.header-search input{height:44px;border-radius:22px;border:1px solid #d7d7d7;background:#f5f5f5;padding-left:18px;font-size:13px}.header-search input:focus{background:#fff;border-color:var(--sport-black);box-shadow:none}.header-search button{border-radius:50%;color:var(--sport-black)}.header-search button svg,.header-action svg,.mobile-toggle svg,.mobile-actions svg{width:22px;height:22px;stroke-width:2.15}.header-actions{gap:8px}.header-action{width:42px;height:42px;border-radius:50%;color:var(--sport-black)}.header-action:hover{background:#f2f2f2}.cart-count{background:var(--primary-dark);font-weight:900;border:2px solid #fff;min-width:19px;height:19px}.nav-row{border-top:1px solid #efefef}.nav{min-height:50px;gap:38px}.nav a{position:relative;color:var(--sport-black);font-size:12px;font-weight:900;letter-spacing:.085em;text-transform:uppercase}.nav a:after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:-7px;background:var(--sport-black);transition:right .18s ease}.nav a:hover{color:var(--sport-black)}.nav a:hover:after{right:0}.hero{border-radius:0;background:var(--sport-canvas)}.hero-copy{left:5%;bottom:8%;max-width:520px;background:transparent;padding:0;border-radius:0;color:#fff;text-shadow:0 1px 18px rgba(0,0,0,.28)}.hero-copy h2{color:#fff;font-size:clamp(34px,5vw,64px);line-height:.92;text-transform:uppercase;letter-spacing:-.055em}.hero-copy p{color:#fff;font-size:15px;font-weight:700;max-width:430px}.benefits{gap:0;border-top:1px solid var(--sport-line);border-bottom:1px solid var(--sport-line)}.benefit{background:#fff;border-radius:0;border-right:1px solid var(--sport-line);padding:18px 20px;min-height:82px}.benefit:last-child{border-right:0}.benefit svg{width:28px;height:28px;color:var(--sport-black);stroke-width:2.15}.benefit strong{font-size:12px;text-transform:uppercase;letter-spacing:.055em;font-weight:900;color:var(--sport-black)}.benefit span{font-size:11px;color:var(--sport-gray)}.product-grid{gap:24px 16px}.product-card{border:0;border-radius:0;background:#fff;transition:none}.product-card:hover{transform:none;box-shadow:none}.product-card__media{background:#f3f3f3;border-radius:0;aspect-ratio:4/5}.product-card__media img{transition:transform .32s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__badge{left:8px;top:8px}.product-card__body{padding:11px 0 0}.product-card__title{min-height:auto;margin:0 0 7px;color:var(--sport-black);font-size:13px;line-height:1.3;font-weight:800;letter-spacing:-.015em}.price__current{color:var(--sport-black);font-weight:900;letter-spacing:-.025em}.price__compare{color:#777}.installments{font-size:10px;color:#747474}.category-grid{gap:12px}.category-card{border-radius:0;min-height:390px;background:#eee}.category-card:after{background:linear-gradient(0deg,#000000a8,#0000 58%)}.category-card__content{left:24px;bottom:22px}.category-card h3{color:#fff;font-size:34px;text-transform:uppercase;line-height:.95;letter-spacing:-.05em}.category-card p{color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em}.testimonials{gap:10px}.testimonial{border:1px solid #dedede;border-radius:0;padding:20px}.testimonial .stars{color:var(--sport-black);letter-spacing:1px}.testimonial p{font-size:13px}.newsletter-card{border-radius:0;background:var(--sport-black);padding:34px}.newsletter-card h2{color:#fff;text-transform:uppercase;font-size:34px;line-height:.95}.newsletter-form input{border-radius:3px;height:50px}.newsletter-form .button{border-radius:3px;color:var(--sport-black)}.collection-toolbar{border-top:1px solid #dedede;border-bottom:1px solid #dedede;padding:12px 0}.collection-toolbar select{border-radius:2px;border:1px solid #ccc;height:44px;font-size:12px;font-weight:800}.filter-panel>summary{border-radius:2px}.filter-panel__content,.filter-group,.filter-price input,.pagination a,.pagination span{border-radius:2px}.pagination .current{background:var(--sport-black);border-color:var(--sport-black)}.product-main{gap:48px}.product-gallery__item{border-radius:0;background:#f2f2f2}.product-info h1{font-size:clamp(28px,3vw,42px);text-transform:uppercase;line-height:.96}.product-price .price__current{font-size:32px}.product-form-row{gap:8px}.qty{border-radius:3px;border:1px solid #cfcfcf;height:50px}.qty button{background:#f2f2f2;color:var(--sport-black);font-weight:900}.variant-select{border-radius:3px;border:1px solid #cfcfcf;font-weight:700}.trust-list{gap:6px}.trust-item{border-radius:0;background:#f4f4f2;border-left:3px solid var(--primary)}.product-description{border-top:2px solid var(--sport-black)}.product-description h2{text-transform:uppercase;font-size:22px}.shopify-payment-button__button{border-radius:3px!important}.cart-items,.cart-recap{border-radius:0;border-color:#d8d8d8}.cart-item img{border-radius:0}.cart-item h3{font-weight:900}.cart-total{border-top:2px solid var(--sport-black);font-weight:900;color:var(--sport-black)}.cart-actions .button:first-child{background:var(--sport-black)}.site-footer{background:#111;color:#fff;border-top:0}.footer-grid h3,.footer-grid details>summary{color:#fff}.footer-grid a{color:#c9c9c9}.footer-grid a:hover{color:#fff}.footer-bottom{border-color:#333;color:#999}.socials a{border-color:#555;color:#fff;border-radius:50%}.floating-whatsapp{width:54px;height:54px;box-shadow:0 8px 22px #00000038}@media(max-width:768px){.section{padding:26px 0}.section-head{align-items:center;margin-bottom:14px}.section-head h2{font-size:22px;letter-spacing:-.045em}.text-link{font-size:9px;letter-spacing:.08em}.mobile-header{grid-template-columns:44px 1fr 44px;padding:10px 0 8px}.mobile-toggle{width:42px;height:42px;border-radius:50%;background:var(--sport-black)}.mobile-actions{justify-content:flex-end}.mobile-actions .header-action{width:42px;height:42px}.mobile-search input{height:42px;border-radius:21px;background:#f4f4f4;font-size:12px}.mobile-drawer{padding:4px 18px 18px}.mobile-drawer a{min-height:50px;color:var(--sport-black);font-size:13px;letter-spacing:.065em;text-transform:uppercase}.hero{border-radius:0}.hero-copy{left:18px;right:18px;bottom:22px;padding:0;background:transparent}.hero-copy h2{font-size:34px;line-height:.94}.hero-copy p{font-size:12px;margin-top:8px}.benefits{grid-template-columns:repeat(2,1fr);border:1px solid #ddd}.benefit{min-height:76px;padding:11px;border-right:1px solid #ddd;border-bottom:1px solid #ddd}.benefit:nth-child(2n){border-right:0}.benefit:nth-last-child(-n+2){border-bottom:0}.benefit strong{font-size:10px}.benefit span{font-size:9px}.product-grid{gap:22px 8px}.product-card__body{padding:8px 0 0}.product-card__title{font-size:11px;min-height:29px}.product-card__badge{font-size:8px;padding:5px 6px}.category-grid{grid-template-columns:1fr;gap:8px}.category-card{min-height:360px}.category-card h3{font-size:30px}.newsletter-card{padding:24px 18px}.newsletter-card h2{font-size:27px}.product-info h1{font-size:28px}.product-form-row{grid-template-columns:104px 1fr}.sticky-atc{left:10px;right:10px;bottom:10px}.sticky-atc .button{border-radius:4px}.footer-grid{gap:0}.footer-grid details{border-bottom:1px solid #333}.footer-grid details>summary{letter-spacing:.06em;text-transform:uppercase}}@media screen and (max-width:768px){.mobile-menu-toggle,.menu-toggle,.header__menu-toggle,.header-menu-toggle{background:transparent!important;background-color:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;width:auto!important;height:auto!important;padding:6px!important}.mobile-menu-toggle svg,.menu-toggle svg,.header__menu-toggle svg,.header-menu-toggle svg{color:#7bae7f!important;stroke:#7bae7f!important;fill:none!important}.header__cart,.header-cart,.cart-link,.header__icon--cart{color:#7bae7f!important}.header__cart svg,.header-cart svg,.cart-link svg,.header__icon--cart svg{color:#7bae7f!important;stroke:#7bae7f!important}}@media screen and (max-width:768px){.mobile-menu-details .mobile-toggle{width:40px!important;height:40px!important;padding:8px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;background-color:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#7bae7f!important;cursor:pointer!important}.mobile-menu-details .mobile-toggle::marker{display:none!important;content:""!important}.mobile-menu-details .mobile-toggle::-webkit-details-marker{display:none!important}.mobile-menu-details .mobile-toggle svg{width:25px!important;height:25px!important;color:#7bae7f!important;fill:none!important;stroke:#7bae7f!important;stroke-width:2!important}.mobile-menu-details .mobile-toggle svg path,.mobile-menu-details .mobile-toggle svg line,.mobile-menu-details .mobile-toggle svg rect{stroke:#7bae7f!important}.mobile-actions .header-action{background:transparent!important;border:0!important;box-shadow:none!important;color:#7bae7f!important;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-actions .header-action svg{width:24px!important;height:24px!important;color:#7bae7f!important;stroke:#7bae7f!important}.mobile-actions .header-action svg path,.mobile-actions .header-action svg line,.mobile-actions .header-action svg rect,.mobile-actions .header-action svg circle{stroke:#7bae7f!important}}.header-action{color:#7bae7f!important;background:transparent!important;border:0!important;box-shadow:none!important}.header-action svg{width:24px!important;height:24px!important;stroke:#7bae7f!important}.header-action svg path,.header-action svg circle,.header-action svg line,.header-action svg polyline{stroke:#7bae7f!important}.mobile-actions{display:flex;align-items:center;gap:16px}@media screen and (min-width:769px){.header-actions{display:flex;align-items:center;gap:16px}}@media screen and (max-width:768px){.mobile-actions .header-action{display:flex;align-items:center;justify-content:center}.mobile-actions .header-action svg{width:23px!important;height:23px!important}}@media screen and (max-width:768px){.mobile-actions{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;flex:0 0 auto!important}.account-menu--mobile{position:relative!important;display:flex!important;align-items:center!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;flex:0 0 auto!important}.account-menu--mobile .account-menu__trigger{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;margin:0!important;padding:4px!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#7bae7f!important;list-style:none!important}.account-menu--mobile .account-menu__trigger::-webkit-details-marker{display:none!important}.account-menu--mobile .account-menu__trigger::marker{content:""!important}.account-menu--mobile .account-menu__trigger svg{width:22px!important;height:22px!important;color:#7bae7f!important;stroke:#7bae7f!important}.account-menu--mobile .account-menu__dropdown{position:absolute!important;top:calc(100% + 12px)!important;right:-42px!important;left:auto!important;z-index:99999!important;width:250px!important;max-width:calc(100vw - 32px)!important;padding:18px!important;background:#fff!important;border:1px solid #E5E7EB!important;border-radius:12px!important;box-shadow:0 14px 35px #1f293729!important;text-align:left!important}.account-menu--mobile .account-menu__title{display:block!important;margin:0 0 6px!important;font-size:16px!important;font-weight:700!important;line-height:1.25!important;color:#1f2937!important}.account-menu--mobile .account-menu__text{display:block!important;margin:0 0 14px!important;font-size:13px!important;font-weight:400!important;line-height:1.45!important;color:#6b7280!important}.account-menu--mobile .account-menu__dropdown a{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;box-sizing:border-box!important;text-decoration:none!important}.account-menu--mobile .account-menu__primary{min-height:42px!important;margin-top:8px!important;padding:10px 14px!important;background:#7bae7f!important;color:#fff!important;border-radius:8px!important;font-size:13px!important;font-weight:700!important}.account-menu--mobile .account-menu__secondary{min-height:42px!important;margin-top:8px!important;padding:10px 14px!important;background:#fff!important;color:#5e8f64!important;border:1px solid #7BAE7F!important;border-radius:8px!important;font-size:13px!important;font-weight:700!important}}@media screen and (max-width:768px){.whatsapp-float,[class*=whatsapp][class*=float],[class*=floating-whatsapp],.floating-whatsapp,.whatsapp-button{position:fixed!important;right:14px!important;bottom:84px!important;z-index:9998!important}}@media screen and (min-width:769px){.whatsapp-float,[class*=whatsapp][class*=float],[class*=floating-whatsapp],.floating-whatsapp,.whatsapp-button{right:20px!important;bottom:24px!important}}@media screen and (max-width:768px){.sticky-atc{left:10px!important;right:82px!important;width:auto!important;box-sizing:border-box!important}.sticky-atc .button{width:100%!important;max-width:100%!important;margin:0!important}}@media screen and (min-width:769px){.product-add-to-cart{background:#111!important;color:#fff!important;border-color:#111!important;transition:all .2s ease!important}.product-add-to-cart:hover{background:#7bae7f!important;border-color:#7bae7f!important}.shopify-payment-button__button,.shopify-payment-button__button--unbranded{background:#111!important;color:#fff!important;border:1px solid #111111!important;border-radius:0!important;min-height:48px!important;font-weight:700!important;text-transform:uppercase!important;transition:all .2s ease!important}.shopify-payment-button__button:hover,.shopify-payment-button__button--unbranded:hover{background:#7bae7f!important;border-color:#7bae7f!important;color:#fff!important}.shopify-payment-button{width:calc(100% - 78px)!important;max-width:calc(100% - 78px)!important;margin-right:78px!important;box-sizing:border-box!important}}@media screen and (min-width:769px){.product-form-row{padding-right:88px!important;box-sizing:border-box!important}.product-form-row .product-add-to-cart{width:auto!important;max-width:none!important;flex:1 1 auto!important;margin:0!important}.shopify-payment-button{width:calc(100% - 88px)!important;max-width:calc(100% - 88px)!important;margin-right:88px!important;box-sizing:border-box!important}}.header-actions,.mobile-actions{display:flex!important;align-items:center!important;gap:14px!important}.header-action,.account-menu__trigger{width:38px!important;height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:10px!important;background:transparent!important;color:#7bae7f!important;transition:all .2s ease!important}.header-action:hover,.account-menu__trigger:hover{background:#f2f7f2!important;color:#5e8f64!important}.header-action svg,.account-menu__trigger svg{width:22px!important;height:22px!important}.cart-count{position:absolute!important;top:-4px!important;right:-4px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:#111!important;color:#fff!important;font-size:10px!important;font-weight:700!important;line-height:1!important;border:2px solid #FFFFFF!important}.account-menu{position:relative!important}.account-menu__dropdown{position:absolute!important;top:calc(100% + 10px)!important;right:0!important;width:260px!important;padding:18px!important;background:#fff!important;border:1px solid #E5E7EB!important;border-radius:14px!important;box-shadow:0 12px 30px #0000001f!important;z-index:9999!important}.account-menu__title{margin:0 0 6px!important;font-size:16px!important;font-weight:800!important;color:#111!important}.account-menu__text{margin:0 0 14px!important;font-size:13px!important;line-height:1.45!important;color:#667085!important}.account-menu__dropdown a{display:flex!important;align-items:center!important;width:100%!important;padding:11px 12px!important;margin-top:7px!important;border-radius:8px!important;text-decoration:none!important;font-size:13px!important;font-weight:700!important;transition:all .2s ease!important}.account-menu__primary{background:#111!important;color:#fff!important;border:1px solid #111111!important}.account-menu__primary:hover{background:#7bae7f!important;border-color:#7bae7f!important}.account-menu__secondary{background:#fff!important;color:#111!important;border:1px solid #D0D5DD!important}.account-menu__secondary:hover{color:#5e8f64!important;border-color:#7bae7f!important;background:#f6faf6!important}.account-menu__logout{color:#667085!important}.account-menu__logout:hover{color:#111!important;background:#f5f5f5!important}@media screen and (max-width:768px){.mobile-actions{gap:10px!important}.header-action,.account-menu__trigger{width:36px!important;height:36px!important}.account-menu__dropdown{position:fixed!important;top:132px!important;left:14px!important;right:14px!important;width:auto!important;padding:18px!important;border-radius:14px!important;box-shadow:0 14px 34px #00000024!important}}.site-header,.header,header.header,.header-main,.header__inner,.page-width.header-main,.mobile-header{background:#000!important}.brand,.header__logo,.site-logo,.header-logo,.header__heading-logo{filter:none!important}.header-action,.account-menu__trigger,.mobile-toggle,.menu-toggle,.header__menu-button,.header-menu-button{color:#fff!important;background:transparent!important}.header-action svg,.account-menu__trigger svg,.mobile-toggle svg,.menu-toggle svg,.header__menu-button svg,.header-menu-button svg{color:#fff!important;stroke:#fff!important}.header-actions a[href*="/cart"],.mobile-actions a[href*="/cart"],a.header-action[href*="/cart"]{position:relative!important;color:#fff!important}.header-actions a[href*="/cart"] svg,.mobile-actions a[href*="/cart"] svg,a.header-action[href*="/cart"] svg{color:#fff!important;stroke:#fff!important}.cart-count{position:absolute!important;top:-5px!important;right:-7px!important;min-width:18px!important;height:18px!important;padding:0 5px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#7bae7f!important;color:#fff!important;border:2px solid #000000!important;border-radius:999px!important;font-size:10px!important;font-weight:800!important;line-height:1!important;transform:none!important;z-index:20!important}.header-search input::placeholder,.mobile-search input::placeholder{color:gray!important}@media screen and (min-width:769px){.header-main{min-height:74px!important}.header-actions{display:flex!important;align-items:center!important;gap:10px!important}.header-action,.account-menu__trigger{width:40px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important;transition:background .2s ease,color .2s ease!important}.header-action:hover,.account-menu__trigger:hover{background:#7bae7f!important;color:#fff!important}}@media screen and (max-width:768px){.mobile-header{background:#000!important;display:grid!important;grid-template-columns:44px 1fr auto!important;align-items:center!important;gap:12px!important}.mobile-toggle{color:#fff!important}.mobile-actions{display:flex!important;align-items:center!important;gap:6px!important}.header-action,.account-menu__trigger{width:38px!important;height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:8px!important}}@media screen and (min-width:769px){.header-action,.account-menu__trigger,.header-actions a,.header-actions button{color:#000!important}.header-action svg,.account-menu__trigger svg,.header-actions a svg,.header-actions button svg{color:#000!important;stroke:#000!important}}@media screen and (max-width:768px){.mobile-toggle,.menu-toggle,.header__menu-button,.header-menu-button{color:#000!important}.mobile-toggle svg,.menu-toggle svg,.header__menu-button svg,.header-menu-button svg{color:#000!important;stroke:#000!important}.header-action,.account-menu__trigger,.mobile-actions a,.mobile-actions button{color:#000!important}.header-action svg,.account-menu__trigger svg,.mobile-actions a svg,.mobile-actions button svg{color:#000!important;stroke:#000!important}}.cart-count{background:#000!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:10px!important;font-weight:700!important;line-height:1!important}.site-header,.header,header.header,.header-main,.header__inner,.page-width.header-main,.mobile-header{background:#fff!important}.brand,.brand img,.header__logo,.header__logo img,.site-logo,.site-logo img,.header-logo,.header-logo img,.header__heading-logo{filter:none!important}.mobile-toggle,.menu-toggle,.header__menu-button,.header-menu-button,.header-action,.account-menu__trigger,.header-actions a,.header-actions button,.mobile-actions a,.mobile-actions button{color:#111!important;background:transparent!important}.mobile-toggle svg,.menu-toggle svg,.header__menu-button svg,.header-menu-button svg,.header-action svg,.account-menu__trigger svg,.header-actions a svg,.header-actions button svg,.mobile-actions a svg,.mobile-actions button svg{color:#111!important;stroke:#111!important}.header-action[href*="/cart"],.header-actions a[href*="/cart"],.mobile-actions a[href*="/cart"],.cart-link,.header-cart,.header__cart{position:relative!important;color:#111!important;background:transparent!important}.header-action[href*="/cart"] svg,.header-actions a[href*="/cart"] svg,.mobile-actions a[href*="/cart"] svg,.cart-link svg,.header-cart svg,.header__cart svg{color:#111!important;stroke:#111!important}.cart-count,.cart-count-bubble,.header__cart-count{position:absolute!important;top:-6px!important;right:-7px!important;min-width:18px!important;width:auto!important;height:18px!important;padding:0 4px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#111!important;color:#fff!important;border:2px solid #ffffff!important;border-radius:50px!important;font-size:9px!important;font-weight:800!important;line-height:1!important;transform:none!important;z-index:50!important}.header-search,.mobile-search{background:transparent!important}.header-search input,.mobile-search input{background:#fff!important;color:#111!important;border:1px solid #e5e7eb!important}.header-search input::placeholder,.mobile-search input::placeholder{color:#777!important}@media screen and (max-width:768px){.site-header,.header,.header-main,.header__inner,.mobile-header{background:#fff!important}.mobile-toggle,.header-action,.account-menu__trigger{color:#111!important}.mobile-toggle svg,.header-action svg,.account-menu__trigger svg{color:#111!important;stroke:#111!important}}@media screen and (min-width:769px){.site-header,.header,.header-main,.header__inner{background:#fff!important}.header-action,.account-menu__trigger{color:#111!important}.header-action svg,.account-menu__trigger svg{color:#111!important;stroke:#111!important}}.cart-count,.cart-count-bubble,.header__cart-count{top:-2px!important;right:-2px!important;min-width:17px!important;width:17px!important;height:17px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:#111!important;color:#fff!important;border:2px solid #ffffff!important;border-radius:50%!important;font-size:9px!important;font-weight:700!important;line-height:17px!important;transform:translate(20%,-20%)!important;z-index:50!important}.header-action[href*="/cart"],.header-actions a[href*="/cart"],.mobile-actions a[href*="/cart"],.cart-link,.header-cart,.header__cart{position:relative!important}@media screen and (min-width:769px){.cart-count,.cart-count-bubble,.header__cart-count{position:absolute!important;top:2px!important;right:0!important;width:16px!important;min-width:16px!important;height:16px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#111!important;color:#fff!important;border:2px solid #ffffff!important;border-radius:50%!important;font-size:9px!important;font-weight:800!important;line-height:1!important;transform:none!important;z-index:50!important}}@media screen and (max-width:768px){.cart-count,.cart-count-bubble,.header__cart-count{position:absolute!important;top:3px!important;right:1px!important;width:16px!important;min-width:16px!important;height:16px!important;padding:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#111!important;color:#fff!important;border:2px solid #ffffff!important;border-radius:50%!important;font-size:9px!important;font-weight:800!important;line-height:1!important;transform:none!important;z-index:50!important}}@media screen and (max-width:768px){.product-gallery{display:flex!important;flex-direction:row!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch;width:100%!important;scrollbar-width:none}.product-gallery::-webkit-scrollbar{display:none}.product-gallery__item{flex:0 0 100%!important;width:100%!important;scroll-snap-align:start!important;margin:0!important}.product-gallery__item img{display:block!important;width:100%!important;height:auto!important;object-fit:cover!important}}@media screen and (min-width:769px){.site-footer{background:#111!important;color:#fff!important;padding:0!important}.site-footer .page-width{max-width:1240px!important;margin:0 auto!important}.footer-grid{display:grid!important;grid-template-columns:1.3fr 1fr 1fr 1fr!important;gap:36px!important;align-items:start!important;padding-top:28px!important;padding-bottom:18px!important}.footer-col--desktop .brand{display:inline-block!important;margin-bottom:12px!important}.footer-col--desktop .brand img{max-width:62px!important;height:auto!important}.footer-col--desktop .muted{max-width:260px!important;margin:0!important;color:#9ca3af!important;font-size:13px!important;line-height:1.5!important}.footer-grid details{display:block!important}.footer-grid summary{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:38px!important;margin:0!important;padding:0 0 8px!important;border-bottom:1px solid rgba(255,255,255,.14)!important;color:#fff!important;font-size:13px!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important;cursor:pointer!important;list-style:none!important}.footer-grid summary::-webkit-details-marker{display:none!important}.footer-grid summary:after{content:"\203a"!important;color:#7bae7f!important;font-size:20px!important;font-weight:700!important;line-height:1!important;transform:rotate(90deg)!important;transition:transform .2s ease!important}.footer-grid details[open] summary:after{transform:rotate(-90deg)!important}.footer-grid details>ul{margin:10px 0 0!important;padding:0!important;list-style:none!important}.footer-grid li{margin:0 0 7px!important}.footer-grid li a{color:#cbd0d6!important;text-decoration:none!important;font-size:12px!important;line-height:1.4!important;transition:color .2s ease!important}.footer-grid li a:hover{color:#7bae7f!important}.site-footer>.page-width:nth-of-type(2){padding-top:14px!important;padding-bottom:14px!important;border-top:1px solid rgba(255,255,255,.08)!important}.site-footer>.page-width:nth-of-type(2) strong{display:block!important;margin:0 0 8px!important;color:#fff!important;font-size:11px!important;font-weight:600!important}.site-footer .payment-icons{display:flex!important;justify-content:center!important;align-items:center!important;gap:6px!important;margin:0!important}.site-footer .payment-icons svg{height:24px!important;width:auto!important}.footer-bottom{margin:0!important;padding:12px 20px!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#8f96a3!important;text-align:center!important;font-size:11px!important;line-height:1.3!important}}.product-gallery{position:relative!important}.gallery-swipe-hint{position:absolute!important;z-index:20!important;display:flex!important;align-items:center!important;gap:7px!important;right:16px!important;bottom:16px!important;padding:8px 13px!important;background:#111111d1!important;color:#fff!important;border-radius:999px!important;font-size:11px!important;font-weight:700!important;line-height:1!important;pointer-events:none!important;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.gallery-swipe-hint strong{font-size:18px!important;line-height:1!important}@media screen and (max-width:768px){.hint-mobile{display:inline!important}.hint-desktop{display:none!important}.gallery-swipe-hint{right:12px!important;bottom:76px!important;padding:8px 12px!important;font-size:10px!important}}@media screen and (min-width:769px){.hint-mobile{display:none!important}.hint-desktop{display:inline!important}.gallery-swipe-hint{right:18px!important;bottom:18px!important}}.menu-socials{width:100%;margin-top:14px;padding-top:16px;padding-bottom:8px;border-top:1px solid #e5e7eb}.menu-socials__title{display:block;margin-bottom:11px;color:#667085;font-size:10px;font-weight:800;line-height:1.2;letter-spacing:.1em;text-transform:uppercase}.menu-socials__links{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.menu-socials__links a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 13px;border:1px solid #d9dde3;border-radius:50px;background:#fff;color:#111!important;font-size:10px!important;font-weight:750!important;line-height:1!important;letter-spacing:.02em;text-decoration:none!important;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.menu-socials__links a:hover{background:#111;border-color:#111;color:#fff!important;transform:translateY(-1px)}@media screen and (max-width:768px){.menu-socials{margin-top:10px;padding-top:15px;padding-bottom:5px}.menu-socials__title{margin-bottom:10px;font-size:10px}.menu-socials__links{gap:7px}.menu-socials__links a{min-height:34px;padding-left:11px;padding-right:11px;font-size:10px!important}}@media screen and (min-width:769px)and (max-width:1024px){.menu-socials{margin-top:12px;padding-top:17px}.menu-socials__links a{min-height:36px;padding-left:14px;padding-right:14px;font-size:11px!important}}@media screen and (min-width:1025px){.menu-socials{margin-top:14px;padding-top:18px}.menu-socials__links{gap:9px}.menu-socials__links a{min-height:36px;padding-left:15px;padding-right:15px;font-size:11px!important}}.mobile-drawer .menu-socials{width:100%!important;margin:10px 0 0!important;padding:16px 0 10px!important;border-top:1px solid #e5e7eb!important;background:transparent!important}.mobile-drawer .menu-socials__title{display:block!important;margin:0 0 11px!important;color:#667085!important;font-size:10px!important;font-weight:800!important;line-height:1.2!important;letter-spacing:.1em!important;text-transform:uppercase!important}.mobile-drawer .menu-socials__links{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0!important}.mobile-drawer .menu-socials__links a{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:0!important;min-height:34px!important;margin:0!important;padding:0 13px!important;background:#fff!important;border:1px solid #d9dde3!important;border-radius:50px!important;color:#111!important;font-size:10px!important;font-weight:750!important;line-height:1!important;letter-spacing:.01em!important;text-transform:none!important;text-decoration:none!important;box-shadow:none!important;transition:all .2s ease!important}.mobile-drawer .menu-socials__links a:hover{background:#111!important;border-color:#111!important;color:#fff!important;transform:translateY(-1px)}.mobile-drawer .menu-socials__links a:active{transform:scale(.97)}@media screen and (max-width:768px){.mobile-drawer .menu-socials{margin-top:8px!important;padding-top:14px!important;padding-bottom:8px!important}.mobile-drawer .menu-socials__title{margin-bottom:10px!important;font-size:9.5px!important}.mobile-drawer .menu-socials__links{gap:6px!important}.mobile-drawer .menu-socials__links a{min-height:33px!important;padding-left:11px!important;padding-right:11px!important;font-size:9.5px!important}}@media screen and (min-width:769px)and (max-width:1024px){.mobile-drawer .menu-socials{padding-top:16px!important}.mobile-drawer .menu-socials__links a{min-height:35px!important;padding-left:13px!important;padding-right:13px!important;font-size:10px!important}}@media screen and (min-width:1025px){.mobile-drawer .menu-socials{padding-top:17px!important}.mobile-drawer .menu-socials__links{gap:8px!important}.mobile-drawer .menu-socials__links a{min-height:36px!important;padding-left:15px!important;padding-right:15px!important;font-size:10.5px!important}}.mobile-drawer__navigation{width:100%!important}.mobile-drawer__link{min-height:48px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 4px!important;border-bottom:1px solid #eceef1!important;color:#111!important;font-size:13px!important;font-weight:800!important;letter-spacing:.04em!important;text-decoration:none!important;text-transform:uppercase!important;transition:color .2s ease,padding .2s ease!important}.mobile-drawer__link:hover{color:#7bae7f!important;padding-left:7px!important}.mobile-drawer__arrow{color:#7bae7f!important;font-size:20px!important;font-weight:400!important;line-height:1!important}.mobile-drawer__account{margin-top:2px!important}.mobile-drawer .menu-socials{width:100%!important;margin-top:12px!important;padding:17px 0 10px!important;border-top:1px solid #e5e7eb!important}.mobile-drawer .menu-socials__intro{margin-bottom:12px!important}.mobile-drawer .menu-socials__title{display:block!important;margin-bottom:5px!important;color:#111!important;font-size:10px!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important}.mobile-drawer .menu-socials__text{max-width:280px!important;margin:0!important;color:#667085!important;font-size:10px!important;line-height:1.45!important}.mobile-drawer .menu-socials__links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin:0!important}.mobile-drawer .menu-socials__item{min-width:0!important;min-height:58px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:8px 5px!important;background:#fff!important;border:1px solid #e2e5e9!important;border-radius:12px!important;color:#111!important;font-size:9px!important;font-weight:700!important;text-decoration:none!important;box-shadow:0 3px 10px #0000000a!important;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease!important}.mobile-drawer .menu-socials__icon{width:26px!important;height:26px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#111!important}.mobile-drawer .menu-socials__icon svg{width:21px!important;height:21px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.mobile-drawer .menu-socials__item:nth-child(2) .menu-socials__icon svg,.mobile-drawer .menu-socials__item:nth-child(3) .menu-socials__icon svg{fill:currentColor!important;stroke:none!important}.mobile-drawer .menu-socials__item:hover{transform:translateY(-2px)!important;background:#f8faf8!important;border-color:#7bae7f!important;box-shadow:0 6px 16px #00000014!important}.mobile-drawer .menu-socials__trust{display:flex!important;align-items:center!important;gap:6px!important;margin-top:11px!important;color:#667085!important;font-size:9px!important;font-weight:600!important}@media screen and (max-width:768px){.mobile-drawer__link{min-height:48px!important;font-size:13px!important}}@media screen and (min-width:769px)and (max-width:1024px){.mobile-drawer__link{min-height:50px!important;font-size:13px!important}}@media screen and (min-width:1025px){.mobile-drawer__link{min-height:50px!important;font-size:13px!important}}.mobile-drawer .menu-socials{margin-top:14px!important;padding-top:16px!important;padding-bottom:8px!important;border-top:1px solid #e6e9ed!important}.mobile-drawer .menu-socials__title{display:block!important;margin-bottom:4px!important;color:#111!important;font-size:10px!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important}.mobile-drawer .menu-socials__text{margin:0 0 12px!important;color:#667085!important;font-size:10px!important;line-height:1.4!important}.mobile-drawer .menu-socials__links{display:flex!important;gap:8px!important;margin:0!important}.mobile-drawer .menu-socials__item{width:74px!important;min-width:74px!important;height:62px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:0!important;background:#fff!important;border:1px solid #dfe3e8!important;border-radius:14px!important;color:#111!important;font-size:9px!important;font-weight:700!important;text-decoration:none!important;box-shadow:0 3px 10px #0000000a!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease!important}.mobile-drawer .menu-socials__icon{width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-drawer .menu-socials__item:nth-child(1) .menu-socials__icon{color:#111!important}.mobile-drawer .menu-socials__item:nth-child(2) .menu-socials__icon{color:#111!important}.mobile-drawer .menu-socials__item:hover{transform:translateY(-2px)!important;background:#f8faf8!important;border-color:#7bae7f!important;box-shadow:0 7px 16px #00000014!important}.mobile-drawer .menu-socials__trust{display:inline-flex!important;align-items:center!important;gap:6px!important;margin-top:10px!important;padding:5px 8px!important;background:#f7f9f7!important;border-radius:999px!important;color:#667085!important;font-size:9px!important;font-weight:600!important}.mobile-drawer .menu-socials__trust-dot{width:6px!important;height:6px!important;display:inline-block!important;border-radius:50%!important;background:#7bae7f!important}.mobile-drawer .menu-socials{margin-top:14px!important;padding:16px 0 12px!important;border-top:1px solid #e5e7eb!important}.mobile-drawer .menu-socials__title{display:block!important;margin:0 0 4px!important;font-size:11px!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:#111!important}.mobile-drawer .menu-socials__text{margin:0 0 14px!important;font-size:10px!important;line-height:1.4!important;color:#667085!important}.mobile-drawer .menu-socials__links{display:flex!important;align-items:flex-start!important;gap:22px!important;margin:0 0 12px!important}.mobile-drawer .menu-socials__item{width:auto!important;min-width:0!important;height:auto!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;color:#111!important;font-size:9px!important;font-weight:700!important;text-decoration:none!important}.mobile-drawer .menu-socials__icon{width:25px!important;height:25px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#111!important}.mobile-drawer .menu-socials__icon svg{width:22px!important;height:22px!important}.mobile-drawer .menu-socials__item:hover{background:transparent!important;border:0!important;box-shadow:none!important;color:#7bae7f!important;transform:translateY(-1px)!important}.mobile-drawer .menu-socials__item:hover .menu-socials__icon{color:#7bae7f!important}.mobile-drawer .menu-socials__trust{display:flex!important;align-items:center!important;width:auto!important;gap:6px!important;margin:4px 0 0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;color:#667085!important;font-size:9px!important;font-weight:500!important}.mobile-drawer .menu-socials__trust-dot{width:6px!important;height:6px!important;flex:0 0 6px!important;display:inline-block!important;background:#7bae7f!important;border-radius:50%!important}.mobile-drawer .menu-socials{padding:16px 0 14px!important;margin:14px 0 0!important;border-top:1px solid #e5e7eb!important}.mobile-drawer .menu-socials__title{margin:0 0 3px!important;padding:0!important;font-size:11px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:1.2px!important;color:#111!important}.mobile-drawer .menu-socials__text{margin:0 0 13px!important;padding:0!important;font-size:9px!important;line-height:1.4!important;color:#667085!important}.mobile-drawer .menu-socials__links{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:26px!important;margin:0 0 12px!important;padding:0!important}.mobile-drawer .menu-socials__links a,.mobile-drawer a.menu-socials__item,.mobile-drawer .menu-socials__item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:45px!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;border:none!important;outline:none!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;background-image:none!important;box-shadow:none!important;color:#111!important;text-decoration:none!important;gap:3px!important}.mobile-drawer .menu-socials__links a:before,.mobile-drawer .menu-socials__links a:after{display:none!important;content:none!important}.mobile-drawer .menu-socials__icon{display:flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;padding:0!important;margin:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#111!important}.mobile-drawer .menu-socials__icon svg{display:block!important;width:20px!important;height:20px!important;fill:none}.mobile-drawer .menu-socials__item span:not(.menu-socials__icon){font-size:9px!important;line-height:1.2!important;font-weight:700!important;color:#111!important}.mobile-drawer .menu-socials__trust{display:flex!important;align-items:center!important;width:auto!important;min-height:0!important;gap:6px!important;margin:3px 0 0!important;padding:0!important;border:none!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#667085!important;font-size:9px!important;line-height:1.3!important;font-weight:500!important}.mobile-drawer .menu-socials__trust-dot{display:block!important;width:6px!important;height:6px!important;min-width:6px!important;padding:0!important;background:#7bae7f!important;border-radius:50%!important}@media(hover:hover){.mobile-drawer .menu-socials__links a:hover{color:#7bae7f!important;background:transparent!important;transform:translateY(-2px)}.mobile-drawer .menu-socials__links a:hover span{color:#7bae7f!important}.mobile-drawer .menu-socials__links a{transition:transform .2s ease,color .2s ease!important}}.mobile-drawer .menu-socials{width:100%!important;margin:16px 0 0!important;padding:18px 0 16px!important;border-top:1px solid #e4e7eb!important}.mobile-drawer .menu-socials__title{display:block!important;margin:0 0 5px!important;color:#111!important;font-size:12px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:.09em!important;text-transform:uppercase!important}.mobile-drawer .menu-socials__text{max-width:320px!important;margin:0 0 14px!important;color:#667085!important;font-size:10px!important;line-height:1.45!important}.mobile-drawer .menu-socials__links{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;width:100%!important;margin:0 0 12px!important;padding:0!important}.mobile-drawer .menu-socials__item{width:100%!important;min-width:0!important;min-height:48px!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;padding:0 12px!important;background:#fff!important;border:1px solid #dde2e7!important;border-radius:10px!important;color:#111!important;text-decoration:none!important;box-shadow:0 2px 8px #11111109!important;transition:border-color .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease!important}.mobile-drawer .menu-socials__icon{width:26px!important;height:26px!important;min-width:26px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#111!important}.mobile-drawer .menu-socials__icon svg{width:21px!important;height:21px!important}.mobile-drawer .menu-socials__item span:not(.menu-socials__icon){color:#111!important;font-size:10px!important;font-weight:800!important;line-height:1!important}.mobile-drawer .menu-socials__item:hover{background:#f8faf8!important;border-color:#7bae7f!important;box-shadow:0 5px 14px #11111112!important;transform:translateY(-1px)!important}.mobile-drawer .menu-socials__item:hover .menu-socials__icon,.mobile-drawer .menu-socials__item:hover span{color:#5f9164!important}.mobile-drawer .menu-socials__trust{display:flex!important;align-items:center!important;gap:7px!important;width:100%!important;margin:0!important;padding:8px 10px!important;background:#f7f9f7!important;border:1px solid #edf0ed!important;border-radius:8px!important;color:#5f6875!important;font-size:9px!important;font-weight:600!important;line-height:1.3!important}.mobile-drawer .menu-socials__trust-dot{width:7px!important;height:7px!important;min-width:7px!important;display:inline-block!important;background:#7bae7f!important;border-radius:50%!important}@media screen and (max-width:768px){.mobile-drawer .menu-socials{padding-top:17px!important}.mobile-drawer .menu-socials__links{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mobile-drawer .menu-socials__item{min-height:46px!important;padding-left:10px!important;padding-right:10px!important}}@media screen and (min-width:769px)and (max-width:1024px){.mobile-drawer .menu-socials__item{min-height:50px!important}.mobile-drawer .menu-socials__item span:not(.menu-socials__icon){font-size:10.5px!important}}@media screen and (min-width:1025px){.mobile-drawer .menu-socials__item{min-height:52px!important}.mobile-drawer .menu-socials__item span:not(.menu-socials__icon){font-size:11px!important}}.mobile-drawer .menu-socials{width:100%!important;margin:16px 0 0!important;padding:18px 0 16px!important;border-top:1px solid #e5e7eb!important}.mobile-drawer .menu-socials__title{display:block!important;margin:0 0 4px!important;font-size:12px!important;font-weight:900!important;line-height:1.2!important;letter-spacing:1.2px!important;text-transform:uppercase!important;color:#111!important}.mobile-drawer .menu-socials__text{display:block!important;margin:0 0 14px!important;font-size:10px!important;line-height:1.4!important;color:#667085!important}.mobile-drawer .menu-socials__links{display:flex!important;flex-direction:column!important;width:100%!important;gap:8px!important;margin:0 0 10px!important;padding:0!important}.mobile-drawer .menu-socials__links a,.mobile-drawer a.menu-socials__item,.mobile-drawer .menu-socials__item{position:relative!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;min-width:0!important;height:48px!important;min-height:48px!important;margin:0!important;padding:0 42px 0 15px!important;background:#111!important;background-color:#111!important;border:1px solid #111111!important;border-radius:4px!important;box-shadow:none!important;color:#fff!important;text-decoration:none!important;gap:11px!important;transition:background .2s ease,border-color .2s ease,transform .2s ease!important}.mobile-drawer .menu-socials__icon{display:flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;min-width:24px!important;margin:0!important;padding:0!important;color:#fff!important;background:transparent!important;border:0!important}.mobile-drawer .menu-socials__icon svg{display:block!important;width:21px!important;height:21px!important;color:#fff!important}.mobile-drawer .menu-socials__icon svg path{stroke:currentColor}.mobile-drawer .menu-socials__item span:not(.menu-socials__icon){color:#fff!important;font-size:11px!important;font-weight:800!important;line-height:1!important;letter-spacing:.03em!important}.mobile-drawer .menu-socials__item:after{content:"\203a"!important;display:block!important;position:absolute!important;right:15px!important;top:50%!important;transform:translateY(-52%)!important;color:#7bae7f!important;font-size:25px!important;font-weight:500!important;line-height:1!important}.mobile-drawer .menu-socials__item:before{display:none!important;content:none!important}@media(hover:hover){.mobile-drawer .menu-socials__item:hover{background:#7bae7f!important;border-color:#7bae7f!important;transform:translateY(-1px)!important}.mobile-drawer .menu-socials__item:hover:after{color:#fff!important}.mobile-drawer .menu-socials__item:hover span,.mobile-drawer .menu-socials__item:hover .menu-socials__icon{color:#fff!important}}.mobile-drawer .menu-socials__trust{display:flex!important;align-items:center!important;width:100%!important;gap:7px!important;margin:0!important;padding:8px 10px!important;background:#f7f9f7!important;border:1px solid #e8ece8!important;border-radius:4px!important;color:#667085!important;font-size:9px!important;font-weight:600!important;line-height:1.2!important}.mobile-drawer .menu-socials__trust-dot{display:block!important;width:7px!important;height:7px!important;min-width:7px!important;background:#7bae7f!important;border-radius:50%!important}@media screen and (max-width:768px){.mobile-drawer .menu-socials__links a,.mobile-drawer .menu-socials__item{height:46px!important;min-height:46px!important;padding-left:14px!important}.mobile-drawer .menu-socials__item span:not(.menu-socials__icon){font-size:10px!important}}@media screen and (min-width:769px)and (max-width:1024px){.mobile-drawer .menu-socials__links a,.mobile-drawer .menu-socials__item{height:48px!important;min-height:48px!important}}@media screen and (min-width:1025px){.mobile-drawer .menu-socials__links a,.mobile-drawer .menu-socials__item{height:50px!important;min-height:50px!important}.mobile-drawer .menu-socials__item span:not(.menu-socials__icon){font-size:11px!important}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/theme.css.map */
