:root{--page:#f7f5f0;--surface:#ffffff;--surface-soft:#ece7dc;--ink:#171717;--muted:#6d6a63;--line:#ded8cc;--accent:#111111;--accent-strong:#000000;--warm:#c16f3d;--radius:8px;--max:1180px;--shadow:0 18px 45px rgba(23, 23, 23, 0.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5;letter-spacing:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1}.container{width:min(100% - 32px,var(--max));margin:0 auto}.topbar{display:flex;align-items:center;gap:18px}.brand{display:inline-flex;flex-direction:column;line-height:1}.brand__logo{display:block;max-width:100%;height:auto}.brand__sub{margin-top:4px;color:var(--muted);font-size:11px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.nav{display:flex;align-items:center;gap:18px}.nav ul{display:flex;align-items:center;gap:4px;padding:0;margin:0;list-style:none}.mobile-nav a,.nav a{display:inline-flex;align-items:center;color:var(--muted)}.current-menu-item>a,.mobile-nav a:hover,.nav a:hover{background:var(--surface-soft);color:var(--ink)}.header-actions{display:flex;align-items:center}.product-search{position:relative}.product-search input[type=search]{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);outline:0}.product-search input[type=search]:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(49,95,75,.14)}.icon-button,.product-search button{display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);cursor:pointer}.product-search button{position:absolute;top:0;right:0}.icon-button:hover,.product-search button:hover{border-color:var(--accent);color:var(--accent)}.cart-link{position:relative}.cart-link__count{position:absolute;padding:0 5px;display:inline-grid;place-items:center;border-radius:999px;background:var(--warm);font-weight:800}.mobile-menu{display:none;position:relative}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-nav{display:none;position:absolute;right:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.mobile-nav ul{margin:0;padding:0;list-style:none}.mobile-menu[open] .mobile-nav{display:block}.shop-hero{border-bottom:1px solid var(--line)}.shop-hero__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:28px;align-items:end}.eyebrow{margin:0 0 8px;color:var(--accent);font-size:12px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.page-title,.shop-hero h1{max-width:760px;margin:0;letter-spacing:0}.shop-hero__copy{margin:14px 0 0;color:var(--muted)}.shop-hero__panel{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.shop-hero__panel strong{display:block;margin-bottom:8px;font-size:14px;text-transform:uppercase}.category-strip{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.category-strip a,.filter-chip{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:0;background:var(--page);color:var(--muted);font-size:13px;font-weight:750}.category-strip a:hover,.filter-chip:hover{border-color:var(--accent);color:var(--accent)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin:36px 0 16px}.section-head h2{margin:0;font-size:26px;line-height:1.1}.section-head a{color:var(--accent);font-size:14px;font-weight:800}.product-grid,.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:0;margin:0;list-style:none}.product-card,.woocommerce ul.products li.product{position:relative;min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:transform 160ms,box-shadow 160ms,border-color 160ms}.product-card:hover,.woocommerce ul.products li.product:hover{box-shadow:var(--shadow);transform:translateY(-2px);box-shadow:0 12px 28px rgba(33,41,52,.12);box-shadow:0 4px 22px rgba(33,41,52,.12)}.product-card__image,.woocommerce ul.products li.product a img{aspect-ratio:4/5;object-fit:cover;background:var(--surface-soft)}.product-card__body,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .woocommerce-loop-product__title{padding-left:14px;padding-right:14px}.product-card__body{gap:9px}.product-card__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{margin:0;color:var(--ink)}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.price,.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{color:var(--ink)}.price del{color:var(--muted);font-weight:500}.price ins{color:var(--warm);text-decoration:none}.button,.checkout-button,.product-card .button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:#fff;font-size:14px;line-height:1;cursor:pointer;transition:background 160ms,border-color 160ms}.button:hover,.checkout-button:hover,.product-card .button:hover,.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--accent-strong);border-color:var(--accent-strong);color:#fff}.badge,.onsale{position:absolute;z-index:3;display:inline-flex;align-items:center;padding:0 10px;background:var(--warm);color:#fff;font-size:12px}.page-section{padding:30px 0 46px}.content-panel{width:min(100% - 32px,860px);margin:34px auto 54px}.content-panel h1,.content-panel h2,.content-panel h3{line-height:1.08}.woocommerce .site-main,.woocommerce-page .site-main{padding-bottom:48px}.woocommerce .woocommerce-breadcrumb{width:min(100% - 32px,var(--max));margin:22px auto 10px;color:var(--muted);font-size:13px}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count,.woocommerce div.product,.woocommerce-account .woocommerce,.woocommerce-cart .woocommerce,.woocommerce-checkout .woocommerce,.woocommerce-notices-wrapper,.woocommerce-products-header{width:min(100% - 32px,var(--max));margin-left:auto;margin-right:auto}.woocommerce-products-header{padding:30px 0 12px}.woocommerce-products-header__title{margin:0;font-size:clamp(34px, 5vw, 58px);line-height:.98}.woocommerce .woocommerce-ordering select{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.woocommerce ul.products{clear:both;width:min(100% - 32px,var(--max));margin:18px auto 42px}.woocommerce ul.products::after,.woocommerce ul.products::before{content:none}.woocommerce ul.products li.product{width:auto;margin:0;float:none}.woocommerce ul.products li.product .button{margin:12px 14px 14px}.woocommerce div.product{display:grid;grid-template-columns:minmax(0,0.92fr) minmax(320px,0.78fr);gap:38px;padding-top:34px}.woocommerce div.product div.images,.woocommerce div.product div.summary{width:auto;float:none}.woocommerce div.product div.images img{border-radius:var(--radius);background:var(--surface-soft)}.woocommerce div.product .product_title{margin:0 0 12px;font-size:clamp(34px, 5vw, 58px);line-height:.98}.woocommerce div.product form.cart{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.woocommerce .quantity .qty{width:76px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.related.products,.upsells.products,.woocommerce-tabs{grid-column:1/-1}.woocommerce div.product .woocommerce-tabs ul.tabs{border-bottom:1px solid var(--line)}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs::before{content:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:var(--muted)}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--ink)}.cart-collaterals .cart_totals,.woocommerce form.checkout,.woocommerce form.login,.woocommerce form.register,.woocommerce table.shop_table,.woocommerce-cart-form,.woocommerce-checkout-review-order{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.site-footer{border-top:1px solid var(--line);background:var(--ink)}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-grid p{margin:0;color:rgba(255,255,255,.72);font-size:14px}.footer-links{display:block}.footer-links ul{display:flex;flex-wrap:wrap;gap:14px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:980px){.product-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-hero__inner,.woocommerce div.product{grid-template-columns:1fr}.shop-hero__panel{box-shadow:none}}@media (max-width:760px){.topbar{min-height:64px}.nav,.product-search{display:none}.mobile-menu{display:block}.brand__mark{font-size:18px}.shop-hero{padding-top:26px}.page-title,.shop-hero h1{font-size:42px}.section-head{align-items:flex-start;flex-direction:column}.product-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.footer-grid{align-items:flex-start;flex-direction:column}}@media (max-width:440px){.container{width:min(100% - 24px,var(--max))}.product-grid,.woocommerce ul.products{grid-template-columns:1fr}.page-title,.shop-hero h1{font-size:36px}}:root{--page:#f5f5f5;--surface:#ffffff;--surface-soft:#e9eef0;--ink:#212934;--muted:#6c757d;--line:#e8e8e8;--accent:#111111;--accent-strong:#000000;--warm:#ef8c45;--radius:4px;--max:1180px;--shadow:0 10px 24px rgba(33, 41, 52, 0.09)}body{background:var(--surface);color:var(--ink);font-family:Roboto,"Segoe UI",Arial,sans-serif;font-weight:300}.utility-bar{font-size:13px}.utility-bar__inner{display:flex;align-items:center;justify-content:space-between}.utility-bar__contact{display:flex;align-items:center;flex-wrap:wrap}.utility-bar a,.utility-bar span{display:inline-flex;align-items:center;gap:7px}.brand__mark{text-transform:uppercase;color:var(--accent);text-transform:none}.brand__sub,.eyebrow{letter-spacing:0}.nav ul{gap:14px}.mobile-nav a,.nav a{color:var(--ink)}.current-menu-item>a,.mobile-nav a:hover,.nav a:hover{background:0 0;color:var(--accent)}.cart-link__count{color:var(--ink)}.shop-hero{border-bottom:0}.page-title,.shop-hero h1{font-size:52px;line-height:1.06}.shop-hero__copy{color:#4f5964}.shop-hero__panel{border:0;border-radius:var(--radius);box-shadow:var(--shadow)}.category-strip a,.filter-chip{border-color:#dfe5e8;background:#fff}.shop-listing{padding:30px 0 52px;background:#fff}.shop-listing .woocommerce-breadcrumb{width:auto;margin:0 0 22px}.shop-listing__layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:34px;align-items:start}.shop-listing__main{grid-column:2}.shop-sidebar{grid-column:1;grid-row:1}.shop-sidebar h2{margin:0 0 18px;color:var(--ink)}.shop-categories,.shop-categories ul{margin:0;padding:0;list-style:none}.shop-categories>li{padding:0 0 17px;border-bottom:1px solid var(--line)}.shop-categories__parent{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink)}.shop-categories__parent small{color:var(--muted);font-size:13px}.shop-categories ul{display:grid;gap:8px;padding-top:10px}.shop-categories ul a{color:var(--muted);font-size:16px;font-weight:300}.shop-categories a:hover{color:var(--accent)}.shop-size-filter{display:grid;gap:12px;padding:18px 0 0}.shop-filter-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink);font-size:18px;font-weight:500}.shop-filter-section-title a{color:var(--muted);font-size:13px;font-weight:400;text-decoration:underline}.shop-size-filter__options{display:flex;flex-wrap:wrap;gap:8px}.shop-size-filter__options a{display:inline-grid;place-items:center;min-width:44px;min-height:36px;padding:0 10px;border:1px solid var(--line);background:#fff;color:var(--muted);font-size:14px;line-height:1}.shop-size-filter__options a.is-active,.shop-size-filter__options a:hover{border-color:#111;background:#111;color:#fff}.shop-heading{display:flex;align-items:end;justify-content:space-between;gap:18px}.shop-heading h1{margin:0;line-height:1.2}.shop-heading .eyebrow{color:var(--accent);font-size:13px;text-transform:uppercase}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.shop-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none}.shop-tabs a{display:inline-flex;align-items:center;color:var(--ink)}.shop-tabs a.is-active,.shop-tabs a:hover{color:#fff;background:var(--accent)}.woocommerce .woocommerce-result-count{width:auto;margin:0;color:var(--muted);font-size:14px}.woocommerce .woocommerce-ordering{width:auto;margin:0}.woocommerce .woocommerce-ordering select{border-color:var(--line);border-radius:0}.product-grid--shop{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card,.woocommerce ul.products li.product{box-shadow:0 2px 12px rgba(33,41,52,.08)}.product-card__media{display:block}.product-card__quick{inset:auto 14px 14px;align-items:center;justify-content:center;inset:50% auto auto 50%;transform:translate(-50%,calc(-50% + 8px))}.product-card:hover .product-card__quick{opacity:1;transform:translateY(0);transform:translate(-50%,-50%)}.product-card__body{gap:8px}.product-card__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--ink)}.product-card__rating{min-height:18px;color:#ede861;font-size:14px}.stars-muted{color:#d8d8d8}.product-card__sizes{min-height:20px;margin:0;color:var(--muted);font-size:14px}.price,.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{color:var(--muted)}.button,.checkout-button,.product-card .button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{min-height:40px;border-radius:0;background:var(--accent);border-color:var(--accent);font-weight:600}.badge,.onsale{border-radius:0;background:var(--accent)}.woocommerce nav.woocommerce-pagination ul{display:flex;justify-content:flex-end;gap:6px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-height:42px;display:grid;place-items:center;border:1px solid var(--line);color:var(--ink)}.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--accent);border-color:var(--accent)}.brand-band__head{max-width:560px;margin:0 auto 26px;text-align:center}.brand-band__head h2{margin:0 0 8px}.brand-band__head p{margin:0;color:var(--muted)}.brand-pills{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.brand-pills a{display:grid;place-items:center;padding:12px;background:#fff;text-align:center;box-shadow:0 2px 12px rgba(33,41,52,.06)}.brand-pills a:hover{color:var(--accent)}.footer-social-feed__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.footer-social-feed__head h2{margin:0;line-height:1.2}.footer-social-feed .fts-instagram-inline-block-centered,.footer-social-feed .fts-instagram-wrapper,.footer-social-feed .fts-jal-single-fb-post,.footer-social-feed .fts-twitter-div,.footer-social-feed .fts-youtube-popup-gallery{max-width:100%}.footer-social-feed img{border-radius:0}.footer-social-feed__fallback{display:flex;flex-wrap:wrap;gap:10px}.footer-social-feed__fallback a{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:0 16px;border:1px solid rgba(255,255,255,.22);font-size:14px}.footer-columns{display:grid;grid-template-columns:1.15fr 1fr 1fr 1.15fr;gap:32px;padding:42px 0 30px}.footer-columns h2,.footer-columns h3{margin:0 0 18px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.14);font-size:24px}.footer-columns h2{color:var(--accent)}.footer-contact,.footer-links ul,.footer-list{display:grid;gap:9px;padding:0;margin:0;list-style:none}.footer-contact,.footer-links a,.footer-list a{color:rgba(255,255,255,.68);font-size:15px}.footer-contact a:hover,.footer-links a:hover,.footer-list a:hover{color:var(--accent)}.footer-subscribe{display:flex;min-height:42px}.footer-subscribe input{min-width:0;flex:1;padding:0 12px;border:1px solid rgba(255,255,255,.18);background:0 0;color:#fff}.footer-subscribe button{padding:0 16px;border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer}.footer-bottom{padding:18px 0;border-top:1px solid rgba(255,255,255,.14)}.footer-bottom p{margin:0;color:rgba(255,255,255,.58);font-size:14px}@media (max-width:980px){.shop-listing__layout{grid-template-columns:1fr}.shop-sidebar{padding-bottom:4px}.shop-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.brand-pills,.footer-columns,.product-grid--shop{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.shop-heading,.shop-toolbar,.utility-bar__inner{align-items:flex-start;flex-direction:column}.utility-bar__inner{padding:8px 0}.topbar{min-height:68px}.brand__mark{font-size:28px}.page-title,.shop-hero h1{font-size:36px}.brand-pills,.footer-columns,.product-grid--shop,.shop-categories{grid-template-columns:1fr}}.site-main{background:#fff}.site-header{backdrop-filter:blur(18px);position:relative}.brand__mark{font-size:48px;line-height:1;font-weight:500}.nav{flex:1;justify-content:center}.nav ul{width:min(100%,560px);justify-content:space-between}.header-actions{flex:0 0 auto}.product-search{width:240px}.product-search input[type=search]{font-weight:300}.shop-hero{background:#efefef;padding:58px 0}.shop-hero__inner{align-items:center}.shop-hero h1{max-width:680px;color:var(--ink);font-size:48px;font-weight:200;line-height:1.15}.shop-hero__copy{max-width:640px;font-size:18px;line-height:1.6}.shop-hero__panel{box-shadow:none}.shop-listing{padding-top:48px}.shop-sidebar h2{font-size:30px;font-weight:300}.shop-categories>li{padding-bottom:14px;margin-bottom:14px}.shop-categories__parent{font-size:18px;font-weight:300}.shop-heading{margin-bottom:20px}.shop-heading h1{font-size:22px;font-weight:300}.shop-heading .eyebrow{margin-bottom:4px;color:var(--muted);font-weight:300}.shop-tabs a{min-height:42px;padding:0 14px;color:#212934;font-size:18px;font-weight:300}.shop-tabs a.is-active,.shop-tabs a:hover{background:0 0;color:var(--accent)}.woocommerce .woocommerce-ordering select{height:42px;min-width:260px;padding:0 14px;color:#6c757d;font-weight:300}.woocommerce .woocommerce-result-count{font-weight:300}.product-grid,.product-grid--shop{gap:24px}.product-card__media{aspect-ratio:1/1;display:grid;place-items:center}.product-card__media::before{content:"";inset:0}.product-card:hover .product-card__media::before{opacity:1}.product-card__quick::before{content:"+";font-size:24px;line-height:1}.product-card__body{gap:10px}.product-card__topline{align-items:center;justify-content:flex-end;gap:14px}.product-card__rating{display:none}.product-card__sizes{display:none}.price,.woocommerce div.product p.price,.woocommerce div.product span.price,.woocommerce ul.products li.product .price{color:#6c757d;font-size:18px;font-weight:300;white-space:nowrap}.product-card .button{display:none}.badge,.onsale{top:12px;left:12px;min-height:26px;background:#111;font-weight:400}.brand-band{background:#e9eef0;padding:64px 0}.brand-band__head h2{font-size:48px;font-weight:200}.brand-band__head p{font-size:18px;font-weight:300;line-height:1.6}.brand-pills{gap:24px}.brand-pills a{min-height:86px;color:silver;font-size:22px;font-weight:500;box-shadow:none}.footer-bottom p,.footer-columns h2,.footer-columns h3,.footer-contact,.footer-links a,.footer-list a{font-weight:300}@media (max-width:980px){.brand{min-width:120px}.brand__logo{width:120px}.brand__mark{font-size:40px}.nav ul{gap:18px;justify-content:flex-start}.product-search{width:190px}}.woocommerce div.product .woocommerce-tabs{margin-top:54px;border-top:0}.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.wc-tabs{align-items:flex-end;flex-wrap:wrap;gap:8px;margin:0;padding:0;border:0;border-bottom:1px solid #dee2e6;list-style:none;overflow:visible}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none;content:none}.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.wc-tabs li{display:block;position:relative;margin:0 0 -1px;padding:0;border:1px solid #dee2e6;border-bottom:0;border-radius:4px 4px 0 0;background:#f8f9fa;list-style:none}.woocommerce div.product .woocommerce-tabs ul.tabs li::marker,.woocommerce div.product .woocommerce-tabs ul.wc-tabs li::marker{content:""}.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active{background:#fff;border-color:#111 #111 #fff;box-shadow:inset 0 3px 0 #111;z-index:2}.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a{display:block;padding:13px 20px 14px;color:#6c757d;font-size:16px;font-weight:400;line-height:1.2;text-decoration:none;outline:0}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a:hover,.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a{color:#212934}.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus-visible,.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a:focus-visible{border-radius:3px;box-shadow:0 0 0 3px rgba(17,17,17,.22)}.woocommerce div.product .woocommerce-tabs .panel{margin:0;padding:28px 30px 32px;border:1px solid #dee2e6;background:#fff}.woocommerce div.product .woocommerce-tabs .panel h2{margin:0 0 24px;color:#212934;font-size:26px;font-weight:500;line-height:1.25}.woocommerce div.product .woocommerce-tabs .panel p{color:#6c757d;font-size:16px;line-height:1.7}.woocommerce div.product .woocommerce-tabs table.shop_attributes{width:100%;max-width:560px;margin:0;border:0}.woocommerce div.product .woocommerce-tabs table.shop_attributes tr{border-bottom:1px solid #edf0f2}.woocommerce div.product .woocommerce-tabs table.shop_attributes td,.woocommerce div.product .woocommerce-tabs table.shop_attributes th{padding:13px 0;border:0;background:0 0;font-style:normal;text-align:left}.woocommerce div.product .woocommerce-tabs table.shop_attributes th{width:150px;color:#212934;font-weight:600}.woocommerce div.product .woocommerce-tabs table.shop_attributes td,.woocommerce div.product .woocommerce-tabs table.shop_attributes td p{color:#6c757d;font-weight:300}@media (max-width:760px){.brand__mark{font-size:34px}.shop-hero{padding:42px 0}.shop-hero h1{font-size:36px}.woocommerce .woocommerce-ordering select{min-width:100%;width:100%}.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.wc-tabs{gap:6px}.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.wc-tabs li{flex:1 1 100%;margin-bottom:0;border:1px solid #dee2e6;border-radius:4px}.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active{border-color:#111}.woocommerce div.product .woocommerce-tabs .panel{margin-top:12px;padding:22px 18px;border-top:1px solid #dee2e6}}.woocommerce div.product .related.products,.woocommerce div.product .upsells.products{margin-top:54px}.woocommerce div.product .related.products>h2,.woocommerce div.product .upsells.products>h2{margin:0 0 24px;font-size:30px;line-height:1.25}.woocommerce div.product .related.products ul.products,.woocommerce div.product .upsells.products ul.products{width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:0}.woocommerce div.product .related.products ul.products li.product,.woocommerce div.product .upsells.products ul.products li.product{width:auto;margin:0;float:none}@media (max-width:980px){.woocommerce div.product .related.products ul.products,.woocommerce div.product .upsells.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}.page-id-6 .content-panel,.page-id-7 .content-panel,.woocommerce-cart .content-panel,.woocommerce-checkout .content-panel{width:min(100% - 32px,var(--max));margin-top:46px;margin-bottom:72px}.page-id-6 .page-title,.page-id-7 .page-title,.woocommerce-cart .page-title,.woocommerce-checkout .page-title{margin-bottom:28px;font-size:42px;font-weight:300;line-height:1.15}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px;padding:16px 18px;border:1px solid #dbe7df;border-top:3px solid #111;border-radius:0;background:#f7fbf8;color:#4f5964;font-weight:300;line-height:1.5;list-style:none!important;outline:0!important}.woocommerce .woocommerce-error{display:grid;align-items:stretch;gap:10px;border-color:#c65c5c #f0d4d4 #f0d4d4;background:#fff8f8;list-style:none!important}.woocommerce .woocommerce-error li{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0;padding:0;list-style:none!important}.woocommerce .woocommerce-error li::before,.woocommerce .woocommerce-error::before{display:none!important;content:none!important}.woocommerce .woocommerce-error li::marker{display:none;content:""!important}.woocommerce .woocommerce-error::before,.woocommerce .woocommerce-info::before,.woocommerce .woocommerce-message::before{color:#111}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce a.wc-forward{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;float:none!important;min-height:38px;margin-left:auto;padding:0 14px;border:1px solid #111;background:#111;color:#fff;font-size:14px;font-weight:400;line-height:1;text-decoration:none;white-space:nowrap}.woocommerce-form-coupon-toggle .woocommerce-info{justify-content:flex-start}.woocommerce .showcoupon,.woocommerce .showlogin,.woocommerce-form-coupon-toggle a{color:#111;font-weight:400}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{max-width:680px;margin:0 0 22px;padding:18px;border:1px solid #dee2e6;background:#fff}.woocommerce form.checkout_coupon{display:flex;align-items:end;gap:12px}.woocommerce form.checkout_coupon p{margin:0}.woocommerce form.checkout_coupon .form-row-first{flex:1 1 auto}.woocommerce form.checkout_coupon .form-row-last{flex:0 0 auto}.woocommerce form.checkout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,0.78fr);gap:30px;align-items:start;margin-top:24px;border:0;background:0 0}.woocommerce form.checkout .col2-set{grid-column:1;width:auto;float:none;display:grid;gap:22px}.woocommerce form.checkout .col2-set .col-1,.woocommerce form.checkout .col2-set .col-2{width:auto;float:none}.cart-collaterals .cart_totals,.woocommerce-additional-fields,.woocommerce-billing-fields,.woocommerce-cart-form,.woocommerce-checkout-review-order,.woocommerce-shipping-fields{border:1px solid #dee2e6;background:#fff}.woocommerce-additional-fields,.woocommerce-billing-fields,.woocommerce-shipping-fields{padding:24px 26px}#order_review_heading,.cart_totals h2,.woocommerce-additional-fields h3,.woocommerce-billing-fields h3,.woocommerce-shipping-fields h3{margin:0 0 20px;color:#212934;font-size:24px;font-weight:300;line-height:1.25}#order_review_heading{grid-column:2;margin-bottom:-8px;padding:24px 24px 0;border:1px solid #dee2e6;border-bottom:0;background:#fff}.woocommerce-checkout-review-order{grid-column:2;padding:18px 24px 24px;position:sticky;top:24px}.woocommerce form .form-row{margin:0 0 17px;padding:0}.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:calc(50% - 8px)}.woocommerce form .form-row-first{float:left}.woocommerce form .form-row-last{float:right}.woocommerce form .form-row-wide{clear:both}.woocommerce form .form-row label{display:block;margin-bottom:7px;color:#212934;font-size:14px;font-weight:400}.woocommerce form .required{color:#111}.woocommerce form .optional{color:#a1a8af;font-weight:300}.woocommerce .select2-container .select2-selection--single,.woocommerce input.input-text,.woocommerce select,.woocommerce textarea.input-text{width:100%;min-height:44px;padding:0 13px;border:1px solid #dee2e6;border-radius:0;background:#fff;color:#212934;font-weight:300;outline:0}.woocommerce textarea.input-text{min-height:110px;padding-top:12px;resize:vertical}.woocommerce input.input-text:focus,.woocommerce select:focus,.woocommerce textarea.input-text:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.14)}.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#c65c5c}.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#111}#ship-to-different-address{margin:0}#ship-to-different-address label,.woocommerce-form__label-for-checkbox{display:inline-flex;align-items:center;gap:10px;margin:0 0 18px;cursor:pointer}.woocommerce input[type=checkbox],.woocommerce input[type=radio]{width:18px;height:18px;accent-color:#111111}.woocommerce table.shop_table{overflow:hidden;border:0;border-collapse:collapse;border-radius:0;margin:0}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:14px 0;border-top:1px solid #edf0f2;color:#4f5964;font-weight:300;vertical-align:middle}.woocommerce table.shop_table thead th{border-top:0;color:#212934;font-size:14px;font-weight:500;text-transform:uppercase}.woocommerce table.shop_table .product-name a{color:#212934;font-weight:400}.woocommerce table.shop_table .product-thumbnail img{width:86px;height:104px;object-fit:contain;background:#f8f8f8}.woocommerce table.shop_table .product-remove .remove{width:30px;height:30px;display:inline-grid;place-items:center;border:1px solid #dee2e6;border-radius:50%;color:#6c757d!important;font-size:22px;line-height:1}.woocommerce table.shop_table .product-remove .remove:hover{border-color:#c65c5c;background:#c65c5c;color:#fff!important}.woocommerce .quantity .qty{height:42px;border-radius:0}.woocommerce-cart-form{padding:0;overflow:hidden}.woocommerce-cart-form table.shop_table td,.woocommerce-cart-form table.shop_table th{padding:16px 18px}.woocommerce-cart-form .actions{background:#f8f9fa}.woocommerce-cart-form .coupon{display:flex;align-items:center;gap:10px;float:left}.woocommerce-cart-form .coupon .input-text{min-width:220px}.woocommerce-cart-form button[name=update_cart]{float:right}.cart-collaterals{margin-top:24px}.cart-collaterals .cart_totals{width:min(100%,430px);margin-left:auto;padding:24px}.cart_totals table.shop_table td,.cart_totals table.shop_table th{padding:12px 0}.cart_totals .woocommerce-shipping-methods{margin:0;padding:0;list-style:none}.cart_totals .woocommerce-shipping-methods li{display:flex;align-items:center;gap:8px;margin:0 0 8px}.cart_totals .woocommerce-shipping-methods li::marker{content:""}.wc-proceed-to-checkout{padding-bottom:0}.woocommerce #payment #place_order,.woocommerce .wc-proceed-to-checkout a.checkout-button,.woocommerce-page #payment #place_order{width:100%;min-height:50px;margin:0;background:#111;border-color:#111;color:#fff;font-size:16px;font-weight:500}.woocommerce #payment #place_order:hover,.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,.woocommerce-page #payment #place_order:hover{background:#000;border-color:#000}#payment,.woocommerce-checkout-payment{border:0;background:0 0}.woocommerce-checkout #payment ul.payment_methods{padding:0;border:0}.woocommerce-checkout #payment ul.payment_methods li{margin:0 0 10px}.woocommerce-checkout #payment ul.payment_methods li>label{display:inline-flex;align-items:center;gap:8px;color:#212934;font-size:16px;font-weight:500}.woocommerce-checkout #payment div.payment_box{margin:12px 0 0;padding:12px 14px;color:#6c757d;font-size:14px;line-height:1.6}.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#f8f9fa}.woocommerce-terms-and-conditions-wrapper{color:#6c757d;font-size:14px;line-height:1.6}.woocommerce-terms-and-conditions-wrapper a{color:#111}.woocommerce .cart-empty,.woocommerce .return-to-shop{max-width:720px}.woocommerce .cart-empty{padding:26px;border:1px solid #dee2e6;background:#fff;color:#4f5964}.woocommerce .return-to-shop .button{min-height:46px}@media (max-width:980px){.woocommerce form.checkout{grid-template-columns:1fr}#order_review_heading,.woocommerce form.checkout .col2-set,.woocommerce-checkout-review-order{grid-column:1}.woocommerce-checkout-review-order{position:static}}.shop-filter-button,.shop-filter-toggle{display:none}@media (max-width:760px){.woocommerce .woocommerce-error li,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{align-items:flex-start;flex-direction:column}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-error .wc-forward{margin-left:0;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last{width:100%;float:none}.woocommerce form.checkout_coupon,.woocommerce-cart-form .coupon{align-items:stretch;flex-direction:column}.woocommerce-cart-form .coupon,.woocommerce-cart-form button[name=update_cart]{float:none;width:100%}.woocommerce-cart-form .coupon .input-text{width:100%;min-width:0}.woocommerce table.shop_table_responsive tr td::before{color:#212934;font-weight:500}.woocommerce-cart-form table.shop_table td,.woocommerce-cart-form table.shop_table th{padding:14px 16px}.shop-listing{padding-top:28px}.shop-listing__layout{gap:22px}.shop-sidebar{width:100%;padding:0}.shop-filter-toggle{position:absolute;display:block;width:1px;height:1px;opacity:0;pointer-events:none}.shop-filter-button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;padding:0 16px;border:1px solid #dee2e6;background:#fff;color:#212934;font-size:17px;font-weight:400;line-height:1;cursor:pointer}.shop-filter-button__icon{position:relative;width:18px;height:18px;flex:0 0 18px}.shop-filter-button__icon::after,.shop-filter-button__icon::before{position:absolute;top:50%;left:50%;width:14px;height:2px;background:#111;content:"";transform:translate(-50%,-50%);transition:transform 160ms,opacity 160ms}.shop-filter-button__icon::after{transform:translate(-50%,-50%) rotate(90deg)}.shop-filter-content{display:none;margin-top:10px;padding:16px;border:1px solid #dee2e6;background:#fff}.shop-filter-toggle:checked+.shop-filter-button .shop-filter-button__icon::after{opacity:0;transform:translate(-50%,-50%) rotate(0)}.shop-filter-toggle:checked~.shop-filter-content{display:block}.shop-filter-toggle:focus-visible+.shop-filter-button{outline:rgba(17,17,17,.25) solid 3px;outline-offset:2px}.shop-filter-content h2{display:none}.shop-categories{grid-template-columns:1fr;gap:0}.shop-categories>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.shop-categories ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 14px}.shop-categories ul a{display:block;padding:4px 0}.shop-heading{width:100%;gap:14px}.shop-heading .woocommerce-ordering,.shop-heading .woocommerce-ordering select{width:100%;min-width:0}.shop-toolbar{width:100%;gap:10px;margin-bottom:18px}.shop-tabs{width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.shop-tabs li{flex:0 0 auto}.shop-tabs a{min-height:38px;padding:0 12px;border:1px solid #e5e5e5;white-space:nowrap}.shop-tabs a.is-active,.shop-tabs a:hover{border-color:#111;background:#fff}.woocommerce .woocommerce-result-count{width:100%;margin:0}}@media (max-width:440px){.shop-filter-content{padding:14px}.shop-categories ul{grid-template-columns:1fr}.shop-tabs a{font-size:16px}}@media (max-width:760px){.product-grid--recommendations,.product-grid--shop,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card__body{min-height:92px;gap:7px;padding:10px 10px 12px}.product-card__topline{min-height:18px}.product-card__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{display:-webkit-box;min-height:36px;overflow:hidden;font-size:13px;font-weight:300;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.price,.woocommerce ul.products li.product .price{font-size:14px}.product-card__sizes{overflow:hidden;margin-top:auto;font-size:12px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.product-card__quick{width:36px;min-height:36px}.product-card__quick::before{font-size:20px}}@media (max-width:440px){.product-grid--recommendations,.product-grid--shop,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media (max-width:760px){.site-header{width:100%}.shop-listing .container,.site-header .container{width:min(100% - 24px,var(--max))}.utility-bar{width:100%}.utility-bar__inner{min-height:58px;align-items:flex-start;flex-direction:column;justify-content:center;gap:6px;padding-top:7px;padding-bottom:7px}.utility-bar__contact{width:100%;gap:14px}.utility-bar a,.utility-bar span{min-width:0;font-size:11px;line-height:1.2}.topbar{width:100%;min-height:68px;gap:12px}.brand{min-width:0;flex:1 1 auto}.brand__logo{width:120px}.brand__mark{font-size:30px;line-height:1}.header-actions{flex:0 0 auto;gap:8px;margin-left:auto}.icon-button{width:38px;height:38px;border:0;background:0 0}.mobile-nav{right:0}}@media (max-width:440px){.shop-listing .container,.site-header .container{width:min(100% - 20px,var(--max))}}.qlwapp{--qlwapp-scheme-brand:#111111!important}@media (max-width:760px){body,html{width:100%;max-width:100%;overflow-x:hidden}.product-grid--shop,.shop-heading,.shop-listing,.shop-listing__main,.shop-toolbar,.site-footer,.site-header,.site-main,.site-shell{width:100%;max-width:100%;min-width:0}.brand-band .container,.shop-listing .container,.site-footer .container,.site-header .container{width:calc(100% - 24px);max-width:var(--max)}.shop-filter-button,.shop-filter-content,.shop-tabs,.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-ordering select{max-width:100%;min-width:0}.product-grid--recommendations,.product-grid--shop{overflow:hidden}.product-card{max-width:100%;min-width:0}.qlwapp__container{width:auto!important;max-width:74px!important}.qlwapp__button--bubble .qlwapp__text{display:none!important}.qlwapp__container.qlwapp__container--bottom-right .qlwapp__button{margin-right:14px!important;margin-bottom:14px!important}.grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}}.woocommerce div.product div.images{max-width:100%;overflow:hidden}.woocommerce div.product div.images .thumbnails.slider{width:100%;max-width:100%;margin-top:14px;overflow:hidden}.woocommerce div.product div.images .yith_magnifier_gallery{display:flex!important;flex-wrap:nowrap;gap:10px;width:100%!important;max-width:100%;margin:0!important;padding:0!important;overflow-x:auto;overflow-y:hidden;list-style:none!important;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.woocommerce div.product div.images .flex-control-nav,.woocommerce div.product div.images .flex-control-thumbs,.woocommerce div.product div.images ol.flex-control-nav,.woocommerce div.product div.images ol.flex-control-thumbs{display:flex!important;flex-wrap:nowrap;gap:10px;width:100%!important;max-width:100%;margin:14px 0 0!important;padding:0!important;overflow-x:auto;overflow-y:hidden;list-style:none!important;counter-reset:none!important;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.woocommerce div.product div.images .flex-control-nav li,.woocommerce div.product div.images .flex-control-thumbs li,.woocommerce div.product div.images .yith_magnifier_gallery li,.woocommerce div.product div.images .yith_magnifier_gallery li.yith_magnifier_thumbnail,.woocommerce div.product div.images ol.flex-control-nav li,.woocommerce div.product div.images ol.flex-control-thumbs li{display:block!important;float:none!important;flex:0 0 78px!important;width:78px!important;max-width:78px!important;margin:0!important;padding:0!important;list-style:none!important;text-align:left}.woocommerce div.product div.images .flex-control-nav li::before,.woocommerce div.product div.images .flex-control-nav li::marker,.woocommerce div.product div.images .flex-control-thumbs li::before,.woocommerce div.product div.images .flex-control-thumbs li::marker,.woocommerce div.product div.images .yith_magnifier_gallery li::before,.woocommerce div.product div.images .yith_magnifier_gallery li::marker{display:none;content:""!important}.single-product.woocommerce div.product div.images .flex-control-nav,.single-product.woocommerce div.product div.images .flex-control-thumbs,.single-product.woocommerce div.product div.images .thumbnails.slider{clear:both}.woocommerce div.product div.images .flex-control-nav li img,.woocommerce div.product div.images .flex-control-thumbs li img,.woocommerce div.product div.images .yith_magnifier_gallery a{display:block;border:1px solid #dee2e6;background:#f8f8f8;cursor:pointer}.woocommerce div.product div.images .flex-control-nav li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .yith_magnifier_gallery .active-thumbnail a,.woocommerce div.product div.images .yith_magnifier_gallery a.active-thumbnail{border-color:#111}.woocommerce div.product div.images .flex-control-nav li img,.woocommerce div.product div.images .flex-control-thumbs li img,.woocommerce div.product div.images .yith_magnifier_gallery img{width:100%;height:auto!important;aspect-ratio:1/1;object-fit:cover;border-radius:0}.woocommerce div.product div.images a.yith_magnifier_zoom.woocommerce-main-image{cursor:zoom-in}@media (max-width:760px){.woocommerce div.product{padding-top:24px;gap:24px}.woocommerce div.product div.images,.woocommerce div.product div.summary{min-width:0;max-width:100%}.woocommerce div.product div.images .woocommerce-main-image img,.woocommerce div.product div.images .woocommerce-product-gallery__image img{width:100%;max-height:520px;object-fit:cover;object-position:top center}.woocommerce div.product div.images .thumbnails.slider{margin-top:12px}.woocommerce div.product div.images .yith_magnifier_gallery{gap:8px;padding-bottom:2px!important}.woocommerce div.product div.images .flex-control-nav,.woocommerce div.product div.images .flex-control-thumbs,.woocommerce div.product div.images ol.flex-control-nav,.woocommerce div.product div.images ol.flex-control-thumbs{gap:8px;margin-top:12px!important;padding-bottom:2px!important}.woocommerce div.product div.images .flex-control-nav li,.woocommerce div.product div.images .flex-control-thumbs li,.woocommerce div.product div.images .yith_magnifier_gallery li,.woocommerce div.product div.images .yith_magnifier_gallery li.yith_magnifier_thumbnail,.woocommerce div.product div.images ol.flex-control-nav li,.woocommerce div.product div.images ol.flex-control-thumbs li{flex-basis:72px!important;width:72px!important;max-width:72px!important}body.front-page .page-section .product-grid,body.home .page-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:440px){.brand-band .container,.shop-listing .container,.site-footer .container,.site-header .container{width:calc(100% - 20px)}body.front-page .page-section .product-grid,body.home .page-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.shop-hero--photo{position:relative;min-height:clamp(440px,56vw,680px);display:flex;align-items:center;padding:0;border:0;background-color:#e9eef0;overflow:hidden}.shop-hero--photo::before{position:absolute;inset:0;z-index:1;content:"";background:linear-gradient(90deg,rgba(0,0,0,.72) 0,rgba(0,0,0,.48) 42%,rgba(0,0,0,.08) 100%)}.shop-hero__picture{position:absolute;inset:0;display:block}.shop-hero__image{display:block;width:100%;height:100%;max-width:none;object-fit:cover;object-position:70% 20%}.shop-hero--photo .shop-hero__inner{position:relative;z-index:2;display:block}.shop-hero--photo .shop-hero__content{width:min(100%,620px);padding:82px 0;color:#fff}.shop-hero--photo .eyebrow{color:rgba(255,255,255,.78)}.shop-hero--photo h1{max-width:620px;color:#fff;font-size:clamp(58px, 8vw, 104px);font-weight:500;line-height:.95}.shop-hero--photo .shop-hero__copy{max-width:450px;color:rgba(255,255,255,.82);font-size:19px;line-height:1.55}.hero-gender-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-gender-links a{display:inline-flex;align-items:center;justify-content:center;min-width:134px;min-height:48px;padding:0 22px;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.94);color:#111;font-size:16px;font-weight:400}.hero-gender-links a:hover{border-color:#fff;background:#111;color:#fff}@media (max-width:760px){.shop-hero--photo{min-height:430px}.shop-hero--photo::before{background:linear-gradient(180deg,rgba(0,0,0,.66) 0,rgba(0,0,0,.34) 46%,rgba(0,0,0,.08) 100%)}.shop-hero__image{object-position:62% top}.shop-hero--photo .shop-hero__content{padding:44px 0 240px}.shop-hero--photo h1{font-size:54px}.shop-hero--photo .shop-hero__copy{max-width:310px;font-size:16px}.hero-gender-links{gap:8px;margin-top:20px}.hero-gender-links a{flex:1 1 0;min-width:0;min-height:44px;padding:0 14px}}.page-id-7 .content-panel,.woocommerce-checkout .content-panel{width:min(100% - 32px,1148px);margin-top:44px}.page-id-7 .page-title,.woocommerce-checkout .page-title{margin:0 0 26px;color:#212934;font-size:clamp(40px, 4vw, 56px);font-weight:300;line-height:1.08}.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{min-height:62px;margin-bottom:24px;padding:0 18px;border:1px solid #dee2e6;border-top:4px solid #111;background:#fbfcfc}.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon{color:#111;font-weight:500}.woocommerce-checkout form.checkout{grid-template-columns:minmax(0,1fr) minmax(360px,464px);grid-template-areas:"fields summary";gap:30px;margin-top:0}.woocommerce-checkout form.checkout .col2-set{grid-area:fields}.woocommerce-checkout #order_review_heading{grid-area:summary;align-self:start;z-index:2;margin:0;padding:26px 26px 0;border:0;background:0 0;color:#212934;font-size:26px;font-weight:300}.woocommerce-checkout .woocommerce-checkout-review-order{grid-area:summary;align-self:start;padding:78px 26px 26px;border:1px solid #dee2e6;background:#fff;position:sticky;top:22px}.woocommerce-checkout .woocommerce-additional-fields,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-shipping-fields{border:1px solid #dee2e6;background:#fff}.woocommerce-checkout .woocommerce-additional-fields h3,.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-shipping-fields h3{margin-bottom:24px;font-size:26px}.woocommerce-checkout form .form-row{margin-bottom:18px}.woocommerce-checkout form .form-row label{margin-bottom:8px;color:#212934;font-size:14px;font-weight:500}.woocommerce-checkout .select2-container .select2-selection--single,.woocommerce-checkout input.input-text,.woocommerce-checkout select,.woocommerce-checkout textarea.input-text{min-height:46px;border-color:#d8dde1;color:#212934}.woocommerce-checkout textarea.input-text{min-height:110px}.woocommerce-checkout #ship-to-different-address{padding:25px 30px;border:1px solid #dee2e6;border-bottom:0;background:#fff}.woocommerce-checkout #ship-to-different-address label{margin:0;font-size:24px;font-weight:300;line-height:1.25}.woocommerce-checkout table.shop_table td,.woocommerce-checkout table.shop_table th{padding:14px 0}.woocommerce-checkout table.shop_table thead th{color:#212934;font-size:13px;font-weight:700}.woocommerce-checkout table.shop_table .product-name,.woocommerce-checkout table.shop_table .product-total{color:#4f5964;font-size:15px}.woocommerce-checkout table.shop_table tfoot td,.woocommerce-checkout table.shop_table tfoot th{color:#4f5964}.woocommerce-checkout table.shop_table .order-total td,.woocommerce-checkout table.shop_table .order-total th{color:#212934;font-weight:700}.woocommerce-checkout #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods li,.woocommerce-checkout #shipping_method,.woocommerce-checkout #shipping_method li{margin-left:0;padding-left:0;list-style:none}.woocommerce-checkout #shipping_method li{display:flex;align-items:center;gap:8px;margin:0 0 7px}.woocommerce-checkout #payment ul.payment_methods li::marker,.woocommerce-checkout #shipping_method li::marker{content:""}.woocommerce-checkout #payment ul.payment_methods{margin:20px 0 18px}.woocommerce-checkout #payment ul.payment_methods li{margin-bottom:10px;padding:15px 16px;border:1px solid #dee2e6;background:#fff}.woocommerce-checkout #payment div.payment_box{margin-top:12px;background:#f8f9fa}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{margin-top:18px}.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row{margin-bottom:18px}.woocommerce-checkout .woocommerce-form__label-for-checkbox{align-items:flex-start;margin-bottom:0;color:#212934;font-size:14px;line-height:1.5}.woocommerce-checkout #payment #place_order,.woocommerce-page.woocommerce-checkout #payment #place_order{min-height:52px;margin-top:0;border-radius:0;font-weight:700}.woocommerce-checkout .content-panel article>p:last-child{max-width:720px;margin:24px 0 0;padding:15px 18px;border:1px solid #dee2e6;background:#fbfcfc;color:#6c757d;font-size:15px}body.woocommerce-checkout .qlwapp{bottom:86px!important}@media (max-width:980px){.woocommerce-checkout form.checkout{grid-template-columns:1fr;grid-template-areas:"fields" "summary";gap:22px}.woocommerce-checkout #order_review_heading,.woocommerce-checkout .woocommerce-checkout-review-order{grid-column:1;grid-row:auto}.woocommerce-checkout #order_review_heading{padding:24px 22px 0;border:1px solid #dee2e6;border-bottom:0;background:#fff}.woocommerce-checkout .woocommerce-checkout-review-order{padding:18px 22px 24px;border-top:0;position:static}}@media (max-width:760px){.page-id-7 .content-panel,.woocommerce-checkout .content-panel{width:calc(100% - 24px);margin-top:34px;margin-bottom:50px}.page-id-7 .page-title,.woocommerce-checkout .page-title{margin-bottom:22px;font-size:42px}.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info{align-items:flex-start;min-height:0;padding:16px}.woocommerce-checkout #ship-to-different-address,.woocommerce-checkout .woocommerce-additional-fields,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-shipping-fields{padding:22px 20px}.woocommerce-checkout #ship-to-different-address label{font-size:23px}.woocommerce-checkout table.shop_table_responsive tr td{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;text-align:right!important}.woocommerce-checkout table.shop_table_responsive tr td::before{flex:0 0 auto;color:#212934}.woocommerce-checkout #shipping_method{text-align:left}.woocommerce-checkout #payment ul.payment_methods li{padding:14px}body.woocommerce-cart .qlwapp,body.woocommerce-checkout .qlwapp{display:none!important}}.post-type-archive-product .shop-listing,.tax-product_cat .shop-listing,.tax-product_tag .shop-listing{padding-top:24px;background:#fff}.post-type-archive-product .shop-listing .container,.tax-product_cat .shop-listing .container,.tax-product_tag .shop-listing .container{width:min(100% - 48px,1440px)}.post-type-archive-product .shop-listing .woocommerce-breadcrumb,.tax-product_cat .shop-listing .woocommerce-breadcrumb,.tax-product_tag .shop-listing .woocommerce-breadcrumb{display:none}.post-type-archive-product .shop-listing__layout,.tax-product_cat .shop-listing__layout,.tax-product_tag .shop-listing__layout{grid-template-columns:238px minmax(0,1fr);gap:28px}.post-type-archive-product .shop-sidebar,.tax-product_cat .shop-sidebar,.tax-product_tag .shop-sidebar{position:sticky;top:22px}.post-type-archive-product .shop-filter-content,.tax-product_cat .shop-filter-content,.tax-product_tag .shop-filter-content{border:0;background:0 0}.post-type-archive-product .shop-sidebar h2,.tax-product_cat .shop-sidebar h2,.tax-product_tag .shop-sidebar h2{margin:0 0 22px;color:#111;font-size:18px;font-weight:500}.post-type-archive-product .shop-categories>li,.tax-product_cat .shop-categories>li,.tax-product_tag .shop-categories>li{margin:0;padding:18px 0;border-color:#e5e5e5}.post-type-archive-product .shop-categories__parent,.tax-product_cat .shop-categories__parent,.tax-product_tag .shop-categories__parent{color:#111;font-size:16px;font-weight:500}.post-type-archive-product .shop-categories ul,.tax-product_cat .shop-categories ul,.tax-product_tag .shop-categories ul{gap:10px;padding-top:14px}.post-type-archive-product .shop-categories ul a,.tax-product_cat .shop-categories ul a,.tax-product_tag .shop-categories ul a{color:#555;font-size:15px}.post-type-archive-product .shop-heading,.tax-product_cat .shop-heading,.tax-product_tag .shop-heading{align-items:flex-start;margin:0 0 16px}.post-type-archive-product .shop-heading h1,.tax-product_cat .shop-heading h1,.tax-product_tag .shop-heading h1{color:#111;font-size:clamp(26px, 3vw, 34px);font-weight:500;line-height:1.15}.shop-heading__count{margin:5px 0 0;color:#707072;font-size:16px;font-weight:300}.shop-heading__actions{display:flex;align-items:center;gap:24px}.shop-filter-desktop-label{color:#111;font-size:16px;font-weight:400}.post-type-archive-product .woocommerce .woocommerce-ordering select,.tax-product_cat .woocommerce .woocommerce-ordering select,.tax-product_tag .woocommerce .woocommerce-ordering select{min-width:170px;height:36px;padding:0 28px 0 0;border:0;background-color:transparent;color:#111;font-size:16px}.post-type-archive-product .shop-toolbar,.tax-product_cat .shop-toolbar,.tax-product_tag .shop-toolbar{margin:0 0 26px}.post-type-archive-product .shop-tabs,.tax-product_cat .shop-tabs,.tax-product_tag .shop-tabs{gap:26px}.post-type-archive-product .shop-tabs a,.tax-product_cat .shop-tabs a,.tax-product_tag .shop-tabs a{min-height:30px;padding:0;border:0;background:0 0;color:#707072;font-size:16px;font-weight:400}.post-type-archive-product .shop-tabs a.is-active,.post-type-archive-product .shop-tabs a:hover,.tax-product_cat .shop-tabs a.is-active,.tax-product_cat .shop-tabs a:hover,.tax-product_tag .shop-tabs a.is-active,.tax-product_tag .shop-tabs a:hover{border:0;background:0 0;color:#111}.post-type-archive-product .shop-tabs a.is-active,.tax-product_cat .shop-tabs a.is-active,.tax-product_tag .shop-tabs a.is-active{box-shadow:inset 0 -2px 0 #111}.post-type-archive-product .product-grid--shop,.tax-product_cat .product-grid--shop,.tax-product_tag .product-grid--shop{grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 16px}.post-type-archive-product .product-card,.tax-product_cat .product-card,.tax-product_tag .product-card{border:0;border-radius:0;background:0 0;box-shadow:none;overflow:visible}.post-type-archive-product .product-card:hover,.tax-product_cat .product-card:hover,.tax-product_tag .product-card:hover{transform:none;border:0;box-shadow:none}.post-type-archive-product .product-card__media,.tax-product_cat .product-card__media,.tax-product_tag .product-card__media{aspect-ratio:1/1;background:#f5f5f5;overflow:hidden}.post-type-archive-product .product-card__image,.tax-product_cat .product-card__image,.tax-product_tag .product-card__image{width:100%;height:100%;object-fit:contain;background:0 0}.post-type-archive-product .product-card__media::before,.post-type-archive-product .product-card__quick,.tax-product_cat .product-card__media::before,.tax-product_cat .product-card__quick,.tax-product_tag .product-card__media::before,.tax-product_tag .product-card__quick{display:none}.post-type-archive-product .product-card__body,.tax-product_cat .product-card__body,.tax-product_tag .product-card__body{display:block;min-height:0;padding:13px 0 0}.post-type-archive-product .product-card__topline,.tax-product_cat .product-card__topline,.tax-product_tag .product-card__topline{display:block;min-height:0;margin-top:7px}.post-type-archive-product .product-card .price,.tax-product_cat .product-card .price,.tax-product_tag .product-card .price{display:block;padding:0}@media (max-width:980px){.post-type-archive-product .shop-listing__layout,.tax-product_cat .shop-listing__layout,.tax-product_tag .shop-listing__layout{grid-template-columns:1fr}.post-type-archive-product .shop-listing__main,.post-type-archive-product .shop-sidebar,.tax-product_cat .shop-listing__main,.tax-product_cat .shop-sidebar,.tax-product_tag .shop-listing__main,.tax-product_tag .shop-sidebar{grid-column:auto;grid-row:auto}.post-type-archive-product .shop-sidebar,.tax-product_cat .shop-sidebar,.tax-product_tag .shop-sidebar{order:-1;position:static}.post-type-archive-product .shop-filter-desktop-label,.tax-product_cat .shop-filter-desktop-label,.tax-product_tag .shop-filter-desktop-label{display:none}}@media (max-width:760px){.post-type-archive-product .shop-listing,.tax-product_cat .shop-listing,.tax-product_tag .shop-listing{padding-top:24px}.post-type-archive-product .shop-listing .container,.tax-product_cat .shop-listing .container,.tax-product_tag .shop-listing .container{width:calc(100% - 24px)}.post-type-archive-product .shop-heading,.tax-product_cat .shop-heading,.tax-product_tag .shop-heading{flex-direction:column;gap:14px}.post-type-archive-product .shop-heading .woocommerce-ordering,.post-type-archive-product .shop-heading .woocommerce-ordering select,.post-type-archive-product .shop-heading__actions,.tax-product_cat .shop-heading .woocommerce-ordering,.tax-product_cat .shop-heading .woocommerce-ordering select,.tax-product_cat .shop-heading__actions,.tax-product_tag .shop-heading .woocommerce-ordering,.tax-product_tag .shop-heading .woocommerce-ordering select,.tax-product_tag .shop-heading__actions{width:100%}.post-type-archive-product .shop-filter-button,.tax-product_cat .shop-filter-button,.tax-product_tag .shop-filter-button{border-color:#e5e5e5;font-weight:500}.post-type-archive-product .shop-filter-content,.tax-product_cat .shop-filter-content,.tax-product_tag .shop-filter-content{border-color:#e5e5e5}.post-type-archive-product .product-grid--shop,.tax-product_cat .product-grid--shop,.tax-product_tag .product-grid--shop{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.post-type-archive-product .product-card__body,.tax-product_cat .product-card__body,.tax-product_tag .product-card__body{padding-top:10px}.post-type-archive-product .product-card__title,.tax-product_cat .product-card__title,.tax-product_tag .product-card__title{min-height:0;font-size:13px;font-weight:500}.post-type-archive-product .product-card .price,.tax-product_cat .product-card .price,.tax-product_tag .product-card .price{font-size:13px}}.product-grid,.woocommerce ul.products{gap:36px 16px}.product-card,.woocommerce ul.products li.product{border:0;border-radius:0;background:0 0;box-shadow:none;overflow:visible}.product-card:hover,.woocommerce ul.products li.product:hover{transform:none;border:0;box-shadow:none}.product-card__media,.woocommerce ul.products li.product>a:first-child{aspect-ratio:1/1;display:grid;place-items:center;background:#f5f5f5;overflow:hidden}.product-card__image,.woocommerce ul.products li.product a img{width:100%;height:100%;object-fit:contain;background:0 0}.product-card__media::before,.product-card__quick{display:none}.product-card__body{display:block;min-height:0;padding:13px 0 0}.product-card__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:0;color:#111;font-size:15px;font-weight:400;line-height:1.32}.product-card__topline{display:block;min-height:0;margin-top:7px}.product-card .price,.woocommerce ul.products li.product .price{display:block;padding:0;color:#111;font-size:15px}.related.products,.upsells.products{margin-top:48px}.section-head h2,.woocommerce div.product .related.products>h2,.woocommerce div.product .upsells.products>h2{color:#111;font-weight:500}@media (max-width:760px){.product-grid,.woocommerce ul.products{gap:28px 12px}.product-card__body{padding-top:10px}.product-card__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{display:block;min-height:0;font-size:13px;font-weight:400;line-height:1.35}.product-card .price,.woocommerce ul.products li.product .price{font-size:13px}}.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 2px 12px rgba(33,41,52,.06);backdrop-filter:none}.site-header .container,.utility-bar .container{width:min(100% - 48px,1440px)}.utility-bar{min-height:36px;background:#f5f5f5;color:#111}.utility-bar__inner{min-height:36px;justify-content:flex-end;gap:18px;padding:0;font-size:12px}.utility-bar__inner>span{margin-right:auto}.utility-bar__contact{gap:18px}.utility-bar__social{display:inline-flex;align-items:center;gap:10px;margin-left:2px}.utility-bar a,.utility-bar span{color:#111;font-weight:400}.utility-bar__social a{display:inline-grid;place-items:center;width:24px;height:24px;color:#111;transition:opacity 160ms,transform 160ms}.utility-bar__social a:focus-visible,.utility-bar__social a:hover{opacity:.62;transform:translateY(-1px)}.utility-bar svg{width:13px;height:13px}.utility-bar__social svg{width:15px;height:15px}.topbar{display:grid;grid-template-columns:minmax(0,1fr) 140px minmax(0,1fr);align-items:center;gap:30px;min-height:72px}.brand{grid-column:2;justify-self:center;min-width:0}.brand__logo{width:120px}.nav{grid-column:1;justify-content:flex-start;margin:0}.nav ul{justify-content:flex-start;gap:34px}.mobile-nav a,.nav a{position:relative;min-height:38px;padding:0;border-radius:0;color:#111;font-size:16px;font-weight:400}.nav a::after{content:"";position:absolute;right:0;bottom:5px;left:0;height:1px;background:#111;opacity:0;transform:scaleX(0);transform-origin:center;transition:opacity 160ms,transform 160ms}.mobile-nav a:focus-visible,.mobile-nav a:hover,.nav a:focus-visible,.nav a:hover{background:0 0;color:#111}.nav a:focus-visible::after,.nav a:hover::after,.site-header .current-menu-item>a::after{opacity:1;transform:scaleX(1)}.current-menu-item>a,.site-header .current-menu-item>a{background:0 0;color:#111}.header-actions{grid-column:3;justify-content:flex-end;gap:10px;margin-left:0}.product-search{width:min(22vw,240px)}.product-search input[type=search]{height:40px;padding:0 42px 0 18px;border:0;border-radius:999px;background:#f5f5f5;color:#111;font-size:16px}.product-search input[type=search]:focus{border-color:transparent;background:#efefef;box-shadow:none}.icon-button,.product-search button{width:40px;height:40px;border:0;border-radius:0;background:0 0;color:#111}.icon-button:hover,.product-search button:hover{background:#f5f5f5;color:#111}.cart-link__count{top:1px;right:0;min-width:18px;height:18px;background:#e5e5e5;color:#111;font-size:11px}.mobile-nav{top:calc(100% + 12px);width:min(88vw,340px);padding:18px;border:0;border-radius:0;background:#fff;box-shadow:0 14px 34px rgba(0,0,0,.14)}.mobile-nav ul{display:grid;gap:4px}.mobile-nav a{justify-content:flex-start;min-height:42px}@media (max-width:1100px){.topbar{grid-template-columns:minmax(0,1fr) 132px minmax(0,1fr);gap:18px}.brand__logo{width:120px}.nav ul{gap:22px}.product-search{width:min(20vw,210px)}}@media (max-width:760px){.site-header .container,.utility-bar .container{width:calc(100% - 24px)}.utility-bar{min-height:42px}.utility-bar__inner{min-height:42px;align-items:center;flex-direction:row;justify-content:space-between;gap:10px;padding:0}.utility-bar__inner>span{display:none}.utility-bar__contact{width:auto;justify-content:flex-start;gap:10px}.utility-bar__social{margin-left:auto;gap:6px}.utility-bar a,.utility-bar span{font-size:11px}.topbar{display:flex;position:relative;min-height:68px;gap:12px;justify-content:flex-end}.brand{position:absolute;left:50%;flex:0 0 auto;transform:translateX(-50%)}.brand__logo{width:120px}.nav,.product-search{display:none}.header-actions{flex:0 0 auto;gap:6px;margin-left:auto}.mobile-menu{display:block}}.woocommerce nav.woocommerce-pagination{margin:46px 0 0}.woocommerce nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul.page-numbers{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;border:0;list-style:none!important}.woocommerce nav.woocommerce-pagination ul li{margin:0!important;padding:0!important;border:0;list-style:none!important}.woocommerce nav.woocommerce-pagination ul li::before,.woocommerce nav.woocommerce-pagination ul li::marker{display:none;content:""!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{display:inline-grid;place-items:center;min-width:42px;height:42px;padding:0 12px;border:1px solid #e5e5e5;background:#fff;color:#111;font-size:14px;font-weight:400;line-height:1;text-decoration:none}.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{border-color:#111;background:#111;color:#fff}.woocommerce nav.woocommerce-pagination ul li span.dots{min-width:34px;border-color:transparent;background:0 0;color:#707072}.woocommerce nav.woocommerce-pagination ul li a.next,.woocommerce nav.woocommerce-pagination ul li a.prev{font-size:18px}.woocommerce div.product form.cart,.woocommerce div.product form.cart.variations_form{display:grid;grid-template-columns:1fr;gap:16px;align-items:stretch;margin-top:26px}.woocommerce div.product form.cart table.variations{width:100%;margin:0;border:0;border-collapse:collapse}.woocommerce div.product form.cart table.variations tbody{display:grid;gap:12px}.woocommerce div.product form.cart table.variations tr{display:grid;grid-template-columns:118px minmax(0,1fr);gap:14px;align-items:center}.woocommerce div.product form.cart table.variations tr.ow-variation-row{grid-template-columns:1fr;gap:0}.woocommerce div.product form.cart table.variations td,.woocommerce div.product form.cart table.variations th{display:block;padding:0;border:0;background:0 0;line-height:1.2;text-align:left}.woocommerce div.product form.cart table.variations th.label label{margin:0;color:#111;font-size:15px;font-weight:500}.woocommerce div.product form.cart table.variations tr.ow-variation-row th.label{display:none}.woocommerce div.product form.cart table.variations td.value{display:grid;gap:8px}.woocommerce div.product form.cart table.variations select{width:100%;min-height:48px;padding:0 42px 0 14px;border:1px solid #d8dde1;border-radius:0;background-color:#fff;color:#212934;font-size:15px;font-weight:300}.woocommerce div.product form.cart table.variations select:focus{border-color:#111;box-shadow:0 0 0 3px rgba(17,17,17,.12);outline:0}.woocommerce div.product form.cart table.variations .reset_variations{justify-self:start;color:#707072;font-size:13px;text-decoration:underline;margin-top:2px}.woocommerce div.product form.cart .single_variation_wrap,.woocommerce div.product form.cart .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:1fr;gap:14px;width:100%}.woocommerce div.product form.cart .woocommerce-variation{margin:0}.woocommerce div.product form.cart .quantity{width:100%}.woocommerce div.product form.cart .quantity .qty{width:100%;max-width:120px;height:46px;border-radius:0}.woocommerce div.product form.cart .single_add_to_cart_button,.woocommerce div.product form.cart button.single_add_to_cart_button{width:100%;min-height:52px;margin:0;border-radius:0;background:#111;border-color:#111;color:#fff;font-size:15px;font-weight:700}.woocommerce div.product form.cart .single_add_to_cart_button:hover,.woocommerce div.product form.cart button.single_add_to_cart_button:hover{background:#000;border-color:#000}.woocommerce div.product .product_meta{margin-top:16px;color:#707072;font-size:14px;line-height:1.6}.woocommerce div.product .product_meta a{color:#111}body.single-product .qlwapp{bottom:88px!important}.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce div.product .woocommerce-tabs ul.wc-tabs{display:none}.woocommerce div.product .woocommerce-tabs .panel{border-top:1px solid #dee2e6}.site-main .content-panel .widget_archive,.site-main .content-panel .widget_block,.site-main .content-panel .widget_categories,.site-main .content-panel .widget_pages,.site-main .content-panel .widget_search,.site-main .content-panel .wp-block-archives,.site-main .content-panel .wp-block-categories,.site-main .content-panel .wp-block-page-list,.site-main .content-panel .wp-block-search,.site-main .content-panel li.widget,.site-main .content-panel>.widget-area,.site-main>.widget-area{display:none!important}.woocommerce div.product form.cart table.variations select.ow-native-variation-select{display:none!important;pointer-events:none!important}.woocommerce div.product form.cart table.variations td.ow-variation-value{gap:10px;position:relative;z-index:3}.ow-variation-picker{position:relative;z-index:20;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;pointer-events:auto}.ow-variation-option{position:relative;z-index:21;display:inline-grid;place-items:center;min-height:48px;padding:10px 12px;border:1px solid #d8d8d8;border-radius:4px;background:#fff;color:#111;font-size:16px;font-weight:400;line-height:1.2;text-align:center;cursor:pointer;pointer-events:auto;appearance:none;-webkit-appearance:none}.ow-variation-option:hover{border-color:#111}.ow-variation-option.is-selected{border-color:#111;box-shadow:inset 0 0 0 1px #111}.woocommerce div.product form.cart table.variations tr.ow-variation-row--empty,.woocommerce div.product form.cart table.variations tr.ow-variation-row--single-choice{display:none;pointer-events:none}body.single-product .blockOverlay,body.single-product .blockUI,body.single-product .yith_magnifier_lens,body.single-product .yith_magnifier_loading,body.single-product .yith_magnifier_mousetrap,body.single-product .yith_magnifier_zoom_magnifier{pointer-events:none!important}body.single-product .yith_magnifier_loading{z-index:2!important}body.single-product .yith_magnifier_mousetrap{z-index:1!important}body.single-product form.variations_form,body.single-product form.variations_form .ow-variation-option,body.single-product form.variations_form .ow-variation-picker,body.single-product form.variations_form.loading,body.single-product form.variations_form.processing{pointer-events:auto!important}.ow-image-lightbox{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:28px;background:rgba(0,0,0,.86)}.ow-image-lightbox img{max-width:min(100%,1120px);max-height:calc(100vh - 72px);object-fit:contain;background:#fff}.ow-image-lightbox__close{position:fixed;top:18px;right:18px;display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:0;background:#fff;color:#111;font-size:22px;line-height:1;cursor:pointer}body.single-product div.pp_woocommerce .pp_close{display:grid!important;place-items:center;width:42px!important;height:42px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;color:#111!important;font-size:0!important;line-height:1!important;text-indent:0!important}body.single-product div.pp_woocommerce .pp_close::before{content:"x";color:#111;font-size:26px;font-weight:300}@media (max-width:760px){.woocommerce nav.woocommerce-pagination{margin-top:34px}.woocommerce nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul.page-numbers{justify-content:flex-start;gap:6px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;padding:0 10px}.woocommerce div.product form.cart table.variations tr{grid-template-columns:1fr;gap:7px}.woocommerce div.product form.cart .single_add_to_cart_button,.woocommerce div.product form.cart button.single_add_to_cart_button,.woocommerce div.product form.cart table.variations select{min-height:50px}.woocommerce div.product form.cart .quantity .qty{max-width:100%}body.single-product .qlwapp{display:none!important}.ow-variation-picker{gap:5px}.ow-variation-option{min-height:46px;padding:9px 8px;font-size:14px}}body.single-product .content-area{width:min(100% - 40px,1280px);margin:0 auto}body.single-product .content-area>.site-main{width:100%}body.single-product .woocommerce-breadcrumb{margin:22px 0 18px;color:#707072;font-size:12px;line-height:1.4}body.single-product .woocommerce-breadcrumb a{color:#707072}body.single-product.woocommerce div.product{grid-template-columns:minmax(0,1fr) minmax(360px,420px);gap:clamp(34px,5vw,64px);align-items:start;padding-top:0}body.single-product.woocommerce div.product div.images{width:100%;margin:0;overflow:visible}body.single-product.woocommerce div.product div.summary{position:static;top:auto;width:100%;max-height:none;margin:0;padding:0 0 28px;overflow:visible;scrollbar-width:auto}body.single-product .ow-has-media-grid>.expand-button-hidden,body.single-product .ow-has-media-grid>.thumbnails.slider,body.single-product .ow-has-media-grid>.woocommerce-product-gallery__image,body.single-product .ow-has-media-grid>.zoom-button-hidden{display:none!important}.ow-product-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}.ow-product-media-grid--single{grid-template-columns:1fr}.ow-product-media-grid__item{display:block;position:relative;aspect-ratio:2/3;overflow:hidden;background:#f4f4f4;cursor:zoom-in}.ow-product-media-grid__item img{width:100%;height:100%;border-radius:0!important;object-fit:cover;object-position:top center;transition:transform 220ms}.ow-product-media-grid__item:focus-visible img,.ow-product-media-grid__item:hover img{transform:scale(1.025)}.ow-product-media-grid__item:focus{outline:0}.ow-product-media-grid__item:focus-visible{outline:#111 solid 2px;outline-offset:2px}.ow-product-kicker{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 10px;color:#707072;font-size:14px;line-height:1.3}.ow-product-kicker a{color:#111;font-weight:700}.ow-product-kicker span::before{content:"/";margin-right:8px;color:#b7b7b7}body.single-product.woocommerce div.product .product_title{margin:0 0 10px;color:#111;font-size:clamp(30px, 3.2vw, 46px);font-weight:750;line-height:1.04}body.single-product.woocommerce div.product p.price{margin:0 0 18px;color:#111;font-size:18px;font-weight:500}body.single-product.woocommerce div.product p.price .amount,body.single-product.woocommerce div.product p.price bdi{font-weight:500}body.single-product .woocommerce-product-details__short-description{margin:0 0 22px;color:#707072;font-size:15px;line-height:1.55}body.single-product .woocommerce-product-details__short-description p{margin:0}body.single-product.woocommerce div.product form.cart,body.single-product.woocommerce div.product form.cart.variations_form{gap:16px;margin-top:20px}body.single-product.woocommerce div.product form.cart table.variations tbody::before{content:"Kies je maat";display:block;margin-bottom:2px;color:#111;font-size:15px;font-weight:700}body.single-product.woocommerce div.product form.cart table.variations tr.ow-variation-row{gap:0}body.single-product .ow-variation-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}body.single-product .ow-variation-option{min-height:54px;border-color:#d8d8d8;border-radius:4px;font-size:15px}body.single-product .ow-variation-option:focus-visible,body.single-product .ow-variation-option:hover{border-color:#111;outline:0}body.single-product .ow-variation-option.is-selected{background:#111;color:#fff;box-shadow:none}body.single-product.woocommerce div.product form.cart .single_add_to_cart_button,body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button{min-height:56px;margin-top:2px;border:1px solid #111;background:#111;color:#fff;font-size:15px;font-weight:800}body.single-product.woocommerce div.product form.cart .single_add_to_cart_button.disabled,body.single-product.woocommerce div.product form.cart .single_add_to_cart_button:disabled,body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button.disabled,body.single-product.woocommerce div.product form.cart button.single_add_to_cart_button:disabled{border-color:#d8d8d8;background:#d8d8d8;color:#777}.ow-product-service-list{display:grid;margin:18px 0 22px;padding:0;border:1px solid #e2e2e2;background:#fff;list-style:none}.ow-product-service-list li{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:2px;column-gap:14px;padding:15px 16px}.ow-product-service-list li:last-child{padding-top:0}.ow-product-service-list__icon{display:grid;place-items:center;width:28px;height:28px;color:#111}.ow-product-service-list__text{display:grid;gap:2px}.ow-product-service-list strong{color:#111;font-size:14px;line-height:1.3}.ow-product-service-list span{color:#707072;font-size:13px;line-height:1.4}.ow-product-accordions{border-bottom:1px solid #e2e2e2}.ow-product-accordion{border-top:1px solid #e2e2e2}.ow-product-accordion summary{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:0;color:#111;font-size:15px;font-weight:750;cursor:pointer;list-style:none}.ow-product-accordion summary::-webkit-details-marker{display:none}.ow-product-accordion summary::after{content:"+";margin-left:18px;color:#111;font-size:21px;font-weight:300;line-height:1}.ow-product-accordion[open] summary::after{content:"-"}.ow-product-accordion__content{padding:0 0 22px;color:#555;font-size:14px;line-height:1.7}.ow-product-accordion__content>:first-child{margin-top:0}.ow-product-accordion__content>:last-child{margin-bottom:0}.ow-product-accordion__content ul{margin:0;padding-left:18px}.ow-product-accordion__content a{color:#111;text-decoration:underline;text-underline-offset:3px}.ow-product-detail-list{display:grid;gap:10px;margin:0}.ow-product-detail-list div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px}.ow-product-detail-list dt{color:#111;font-weight:700}.ow-product-detail-list dd{margin:0;color:#555}body.single-product.woocommerce div.product .product_meta,body.single-product.woocommerce div.product .woocommerce-tabs{display:none!important}body.single-product.woocommerce div.product .product-recommendations,body.single-product.woocommerce div.product .related.products,body.single-product.woocommerce div.product .upsells.products{grid-column:1/-1;width:100%;clear:both;margin-top:52px}body.single-product .qlwapp,body.single-product .qlwapp__container{display:none!important}body.single-product .grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}@media (max-width:980px){body.single-product.woocommerce div.product{grid-template-columns:1fr;gap:28px}body.single-product.woocommerce div.product div.summary{position:static;max-height:none;overflow:visible}}@media (max-width:760px){body.single-product .content-area{width:100%}body.single-product .woocommerce-breadcrumb{width:calc(100% - 20px);margin:16px auto 14px}body.single-product.woocommerce div.product{gap:22px}body.single-product.woocommerce div.product div.summary{padding:0 10px 26px}.ow-product-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:100%;padding:0 10px;overflow:visible;scroll-snap-type:none}.ow-product-media-grid__item{flex:none;width:auto;aspect-ratio:1/1;border:1px solid #e2e2e2;scroll-snap-align:none}.ow-product-media-grid--single .ow-product-media-grid__item,.ow-product-media-grid__item:first-child{grid-column:1/-1;aspect-ratio:3/4;border:0}.ow-product-media-grid__item img{object-fit:contain}body.single-product.woocommerce div.product .product_title{font-size:clamp(28px, 8vw, 38px)}body.single-product .ow-variation-option{min-height:50px;font-size:14px}.ow-product-detail-list div{grid-template-columns:1fr;gap:2px}}body.ow-cart-drawer-open{overflow:hidden}.ow-cart-drawer[hidden]{display:none}.ow-cart-drawer{position:fixed;inset:0;z-index:99998;pointer-events:none}.ow-cart-drawer__overlay{position:absolute;inset:0;border:0;background:rgba(0,0,0,0);cursor:pointer;transition:background-color 220ms}.ow-cart-drawer__panel{position:absolute;top:0;right:0;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(100vw,500px);height:100%;background:#fff;color:#111;box-shadow:-18px 0 50px rgba(0,0,0,.18);transform:translateX(100%);transition:transform 240ms;outline:0;pointer-events:auto}.ow-cart-drawer.is-open{pointer-events:auto}.ow-cart-drawer.is-open .ow-cart-drawer__overlay{background:rgba(0,0,0,.74)}.ow-cart-drawer.is-open .ow-cart-drawer__panel{transform:translateX(0)}.ow-cart-drawer.is-loading .ow-cart-drawer__panel::after{content:"";position:absolute;inset:0;z-index:3;background:rgba(255,255,255,.42);cursor:wait}.ow-cart-drawer__content{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:0}.ow-cart-drawer__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:28px 30px 18px}.ow-cart-drawer__header h2{margin:0;color:#111;font-size:17px;font-weight:850;line-height:1.2;text-transform:uppercase}.ow-cart-drawer__actions{display:inline-flex;align-items:center;gap:10px}.ow-cart-drawer__bag{display:grid;place-items:center;width:56px;height:42px;border-radius:0;background:#000;color:#fff}.ow-cart-drawer__close{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:0;background:#fff;color:#111;font-size:30px;font-weight:300;line-height:1;cursor:pointer}.ow-cart-drawer__close:hover{background:#f5f5f5}.ow-cart-drawer__body{min-height:0;padding:0 30px 24px;overflow-y:auto}.ow-cart-drawer__notices .woocommerce-error,.ow-cart-drawer__notices .woocommerce-info,.ow-cart-drawer__notices .woocommerce-message{display:grid;gap:8px;margin:0 0 16px;padding:12px 14px;border:0;background:#f5f5f5;color:#111;font-size:13px;font-weight:400;line-height:1.45;list-style:none}.ow-cart-drawer__notices .woocommerce-error::before,.ow-cart-drawer__notices .woocommerce-info::before,.ow-cart-drawer__notices .woocommerce-message::before{content:none}.ow-cart-drawer__notices .woocommerce-info,.ow-cart-drawer__notices .woocommerce-message{border-top:0}.ow-cart-drawer__notices .woocommerce-error{border-left:3px solid #111}.ow-cart-drawer__notices li,.ow-cart-drawer__notices ol,.ow-cart-drawer__notices ul{margin:0;padding:0;list-style:none}.ow-cart-drawer__notices li+li{margin-top:8px}.ow-cart-drawer__notices .button,.ow-cart-drawer__notices .wc-forward{display:none!important}.ow-cart-progress{margin-bottom:24px}.ow-cart-progress p{margin:0 0 10px;color:#555;font-size:14px;line-height:1.4}.ow-cart-progress p .amount,.ow-cart-progress p bdi{color:#111;font-weight:700}.ow-cart-progress__bar{height:5px;overflow:hidden;border-radius:999px;background:#e5e5e5}.ow-cart-progress__bar span{display:block;height:100%;border-radius:inherit;background:#009ee3}.ow-cart-progress__range{display:flex;justify-content:space-between;margin-top:8px;color:#707072;font-size:12px}.ow-cart-reservation{margin-bottom:22px;padding:14px 16px;background:#f5f5f5;color:#111;font-size:14px;line-height:1.45}.ow-cart-reservation strong{font-weight:800}.ow-cart-items{display:grid;gap:20px}.ow-cart-item{display:grid;grid-template-columns:70px minmax(0,1fr);gap:14px;padding-bottom:20px;border-bottom:1px solid #efefef}.ow-cart-item__image{display:block;background:#f3f3f3}.ow-cart-item__image img{width:70px;height:88px;object-fit:cover}.ow-cart-item__content{display:grid;gap:9px;min-width:0}.ow-cart-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.ow-cart-item__head a{color:#111;font-size:14px;font-weight:700;line-height:1.35}.ow-cart-item__head button{flex:0 0 auto;border:0;background:0 0;color:#111;font-size:21px;line-height:1;cursor:pointer}.ow-cart-item__meta,.ow-cart-item__meta dl,.ow-cart-item__meta p{margin:0;color:#707072;font-size:12px;line-height:1.4}.ow-cart-item__meta dd,.ow-cart-item__meta dt{display:inline;margin:0}.ow-cart-item__meta dt::after{content:": "}.ow-cart-item__meta dd::after{content:" "}.ow-cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.ow-cart-item__price,.ow-cart-item__price .amount,.ow-cart-item__price bdi{color:#111;font-size:14px;font-weight:750}.ow-cart-qty{display:inline-flex;align-items:center;gap:14px}.ow-cart-qty button{display:grid;place-items:center;width:28px;height:28px;border:0;background:0 0;color:#111;font-size:20px;line-height:1;cursor:pointer}.ow-cart-qty button:disabled{color:#b7b7b7;cursor:not-allowed}.ow-cart-qty span{min-width:14px;color:#111;font-size:14px;text-align:center}.ow-cart-recs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:24px -30px 0;padding:22px 30px;background:#f5f5f5}.ow-cart-rec{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;padding:14px;background:#fff}.ow-cart-rec img{width:64px;height:78px;object-fit:cover;background:#f3f3f3}.ow-cart-rec div{display:grid;align-content:center;gap:5px;min-width:0}.ow-cart-rec strong{overflow:hidden;color:#111;font-size:12px;font-weight:650;line-height:1.25;text-overflow:ellipsis}.ow-cart-rec span,.ow-cart-rec span .amount{color:#111;font-size:12px;font-weight:700}.ow-cart-rec a:last-child{color:#111;font-size:11px;font-weight:850;text-transform:uppercase}.ow-cart-coupon{margin-top:28px}.ow-cart-coupon label,.ow-cart-summary h3{display:block;margin:0 0 14px;color:#111;font-size:13px;font-weight:850;line-height:1.3;text-transform:uppercase}.ow-cart-coupon div{display:grid;grid-template-columns:minmax(0,1fr) 154px;gap:12px}.ow-cart-coupon input{width:100%;min-height:52px;padding:0 15px;border:1px solid #cfcfcf;border-radius:0;background:#fff;color:#111;font-size:14px}.ow-cart-coupon button{min-height:52px;border:0;border-radius:0;background:#000;color:#fff;font-size:13px;font-weight:850;text-transform:uppercase;cursor:pointer}.ow-cart-coupon p{margin:10px 0 0;color:#707072;font-size:11px;line-height:1.45}.ow-cart-summary{margin-top:34px}.ow-cart-summary dl{display:grid;gap:12px;margin:0}.ow-cart-summary div{display:flex;justify-content:space-between;gap:18px;color:#555;font-size:14px}.ow-cart-summary dd,.ow-cart-summary dt{margin:0;font-weight:400}.ow-cart-summary__total{color:#111!important;font-weight:850}.ow-cart-summary__total dd,.ow-cart-summary__total dt{font-weight:850}.ow-cart-empty{display:grid;align-content:center;min-height:45vh;text-align:center}.ow-cart-empty h3{margin:0 0 8px;color:#111;font-size:24px}.ow-cart-empty p{margin:0 0 22px;color:#707072}.ow-cart-empty a{justify-self:center;min-width:190px;padding:14px 18px;border-radius:0;background:#111;color:#fff;font-size:14px;font-weight:800;text-align:center}.ow-cart-drawer__footer{padding:18px 30px 20px;border-top:1px solid #efefef;background:#fff}.ow-cart-checkout{display:flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border-radius:0;background:#000;color:#fff;font-size:14px;font-weight:850;text-transform:uppercase}.ow-cart-payments{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-top:16px}.ow-cart-payments span{display:inline-grid;place-items:center;min-width:38px;height:22px;padding:0 7px;border-radius:3px;background:#f1f1f1;color:#111;font-size:10px;font-weight:850}@media (max-width:560px){.woocommerce div.product .related.products ul.products,.woocommerce div.product .upsells.products ul.products{grid-template-columns:1fr}.ow-cart-drawer__panel{width:100vw}.ow-cart-drawer__header{padding:22px 18px 16px}.ow-cart-drawer__body{padding:0 18px 22px}.ow-cart-drawer__footer{padding:16px 18px 18px}.ow-cart-recs{grid-template-columns:1fr;margin-right:-18px;margin-left:-18px;padding-right:18px;padding-left:18px}.ow-cart-coupon div{grid-template-columns:1fr}}.site-footer{padding:0;border-top:1px solid #e5e5e5;background:#fff;color:#111}.footer-nike{padding:42px 0 26px}.footer-nike__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 56px}.footer-nike__section h2{margin:0 0 18px;padding:0;border:0;color:#111;font-size:16px;font-weight:500;line-height:1.3}.footer-nike__legal,.footer-nike__section ul{padding:0;margin:0;list-style:none}.footer-nike__section ul{display:grid;gap:10px}.footer-nike__widget>:last-child{margin-bottom:0}.footer-nike__section--opening .wp-block-list,.footer-nike__section--opening p{margin:0}.footer-opening-hours__list{gap:9px}.footer-nike__section--opening .wp-block-list li,.footer-opening-hours__list li{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:baseline}.footer-nike__section--opening .wp-block-list li b,.footer-nike__section--opening .wp-block-list li strong,.footer-opening-hours__list li span:last-child{color:#111;font-weight:400}.footer-opening-hours__widget table{width:100%;border:0;border-collapse:collapse;font-size:14px!important}.footer-opening-hours__widget td{padding:0 0 9px;border:0;color:#707072;font-weight:400;line-height:1.35;vertical-align:top}.footer-opening-hours__widget td:last-child{color:#111;text-align:right;white-space:nowrap}.footer-nike__legal a,.footer-nike__meta,.footer-nike__section a,.footer-nike__section span{color:#707072;font-size:14px;font-weight:400;line-height:1.35}.footer-nike__legal a:hover,.footer-nike__section a:hover{color:#111}.footer-social-feed{padding:30px 0 34px;border-top:1px solid #e5e5e5;border-bottom:0;background:#fff}.footer-social-feed__head{margin-bottom:18px}.footer-social-feed__head h2{color:#111;font-size:16px;font-weight:500}.footer-social-feed__fallback a{border-color:#e5e5e5;color:#111}.footer-nike__bottom{display:flex;align-items:center;justify-content:flex-start;gap:18px;padding:22px 0 30px;border-top:1px solid #e5e5e5}.footer-nike__legal,.footer-nike__meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px 22px}.footer-nike__locale{display:inline-flex;align-items:center;gap:6px;color:#111}.footer-nike__locale svg{width:14px;height:14px}@media (min-width:761px){.footer-nike__bottom{padding-right:116px}}@media (max-width:900px){.footer-nike__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}}@media (max-width:640px){.footer-nike{padding:18px 0 8px}.footer-nike__columns{grid-template-columns:1fr;gap:0}.footer-nike__section{padding:20px 0;border-bottom:1px solid #e5e5e5}.footer-nike__section h2{margin-bottom:14px}.footer-social-feed{padding:24px 0 28px}.footer-nike__bottom{align-items:flex-start;flex-direction:column;padding:22px 0 94px}}.product-card__media{position:relative;isolation:isolate}.product-card__media::before{content:"";position:absolute;inset:0;z-index:1;display:block!important;background:rgba(17,17,17,.055);opacity:0;pointer-events:none;transition:opacity 180ms}.product-card__image,.woocommerce ul.products li.product a img{transition:transform 220ms;will-change:transform}.product-card__quick{position:absolute;inset:auto 12px 12px auto;width:auto;z-index:2;display:inline-grid!important;place-items:center;min-height:36px;padding:0 15px;border-radius:0;background:#fff;color:#111;box-shadow:0 10px 24px rgba(17,17,17,.14);font-size:13px;font-weight:500;line-height:1;opacity:0;transform:translateY(7px);transition:opacity 180ms,transform 180ms}.product-card__quick::before{content:none!important}.product-card:focus-within .product-card__media::before,.product-card:hover .product-card__media::before{opacity:1}.product-card:focus-within .product-card__image,.product-card:hover .product-card__image,.woocommerce ul.products li.product:focus-within a img,.woocommerce ul.products li.product:hover a img{transform:scale(1.035)}.product-card:focus-within .product-card__quick,.product-card:hover .product-card__quick{opacity:1;transform:translateY(0)}.product-card:focus-within .product-card__title,.product-card:hover .product-card__title{text-decoration:underline;text-underline-offset:3px}@media (hover:none),(prefers-reduced-motion:reduce){.product-card__image,.product-card__media::before,.product-card__quick,.woocommerce ul.products li.product a img{transition:none}.product-card:focus-within .product-card__image,.product-card:hover .product-card__image,.woocommerce ul.products li.product:focus-within a img,.woocommerce ul.products li.product:hover a img{transform:none}}.single-product .product-recommendations .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.single-product #sidebar{display:none!important}.post-type-archive-product .product-card__title,.tax-product_cat .product-card__title,.tax-product_tag .product-card__title{min-height:0;color:#111;font-size:15px!important;font-weight:400!important;line-height:1.32}.post-type-archive-product .product-card .price,.post-type-archive-product .product-card .price .amount,.post-type-archive-product .product-card .price bdi,.tax-product_cat .product-card .price,.tax-product_cat .product-card .price .amount,.tax-product_cat .product-card .price bdi,.tax-product_tag .product-card .price,.tax-product_tag .product-card .price .amount,.tax-product_tag .product-card .price bdi{color:#111;font-size:15px!important}@media (max-width:760px){.post-type-archive-product .product-card .price,.post-type-archive-product .product-card__title,.tax-product_cat .product-card .price,.tax-product_cat .product-card__title,.tax-product_tag .product-card .price,.tax-product_tag .product-card__title{font-size:13px!important}}.post-type-archive-product .product-card__title,.product-card__body a,.product-card__title,.tax-product_cat .product-card__title,.tax-product_tag .product-card__title,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-weight:600!important}.post-type-archive-product .product-card .price,.post-type-archive-product .product-card .price .amount,.post-type-archive-product .product-card .price bdi,.product-card .price,.product-card .price .amount,.product-card .price bdi,.tax-product_cat .product-card .price,.tax-product_cat .product-card .price .amount,.tax-product_cat .product-card .price bdi,.tax-product_tag .product-card .price,.tax-product_tag .product-card .price .amount,.tax-product_tag .product-card .price bdi,.woocommerce ul.products li.product .price,.woocommerce ul.products li.product .price .amount,.woocommerce ul.products li.product .price bdi{font-weight:300!important}.page-id-30 .content-panel{width:min(100% - 48px,var(--max));margin-top:clamp(36px,5vw,64px);margin-bottom:clamp(64px,7vw,96px)}.page-id-30 .content-panel article{max-width:none}.page-id-30 .page-title{margin-bottom:clamp(28px,4vw,48px);max-width:none;font-size:clamp(44px, 7vw, 84px);font-weight:700;line-height:.92}.page-id-30 .wp-block-columns{display:grid!important;grid-template-columns:minmax(280px,0.78fr) minmax(0,1fr);align-items:stretch!important;gap:32px!important;margin:0!important}.page-id-30 .wp-block-column{min-width:0;margin:0!important}.page-id-30 .wp-block-column:first-child,.page-id-30 .wp-block-column:last-child{padding:32px}.page-id-30 .wp-block-column:first-child{background:#f5f5f5}.page-id-30 .wp-block-column:last-child{border:1px solid var(--line);background:#fff}.page-id-30 .wp-block-column p{margin:0 0 22px;color:#5f6368;font-size:16px;line-height:1.65}.page-id-30 .wp-block-column p strong{color:#111;font-weight:600}.page-id-30 .wp-block-column:first-child>p:first-child strong{display:block;margin-bottom:8px;color:#111;font-size:22px;line-height:1.15}.page-id-30 .wp-block-column:last-child>p:first-child{margin-bottom:22px;color:#111;font-size:18px;line-height:1.45}.page-id-30 .wp-block-heading{margin:30px 0 10px;color:#111;font-size:16px;font-weight:600;line-height:1.25}.page-id-30 .wp-block-heading strong{font-weight:600}.page-id-30 .wp-block-table{margin:16px 0 0}.page-id-30 .wp-block-table table{width:100%;border-collapse:collapse;font-size:15px}.page-id-30 .wp-block-table td{padding:13px 0;border:0;border-top:1px solid #dedede;color:#5f6368;vertical-align:top}.page-id-30 .wp-block-table td:last-child{padding-left:18px;color:#111;text-align:right;white-space:nowrap}.page-id-30 .wpcf7 form{margin:0}.page-id-30 .contact-form{display:grid;gap:12px}.page-id-30 .contact-form .form-group,.page-id-30 .contact-form p,.page-id-30 .wpcf7 form>.form-group,.page-id-30 .wpcf7 form>.form-group p{margin:0}.page-id-30 .wpcf7-form-control-wrap{display:block}.page-id-30 .wpcf7 input[type=email],.page-id-30 .wpcf7 input[type=tel],.page-id-30 .wpcf7 input[type=text],.page-id-30 .wpcf7 textarea{width:100%;min-height:54px;padding:0 16px;border:1px solid #d9d9d9;border-radius:0;background:#f7f7f7;color:#111;font:inherit;font-size:15px;font-weight:400;outline:0;transition:border-color 160ms,background-color 160ms}.page-id-30 .wpcf7 textarea{min-height:164px;padding:15px 16px;resize:vertical}.page-id-30 .wpcf7 input::placeholder,.page-id-30 .wpcf7 textarea::placeholder{color:#767676;opacity:1}.page-id-30 .wpcf7 input:focus,.page-id-30 .wpcf7 textarea:focus{border-color:#111;background:#fff}.page-id-30 .wpcf7 .wpcf7-submit{width:100%;min-height:54px;margin-top:12px;padding:0 22px;border:1px solid #111;border-radius:0;background:#111;color:#fff;cursor:pointer;font-size:15px;font-weight:600;line-height:1;transition:background-color 160ms,color 160ms}.page-id-30 .wpcf7 .wpcf7-submit:focus,.page-id-30 .wpcf7 .wpcf7-submit:hover{background:#fff;color:#111}.page-id-30 .wpcf7-spinner{margin:12px 0 0}.page-id-30 .wpcf7-not-valid-tip{margin-top:6px;color:#b00020;font-size:13px}.page-id-30 .wpcf7 form .wpcf7-response-output{margin:18px 0 0;padding:13px 15px;border:1px solid #d9d9d9;color:#111;font-size:14px}.page-id-30 .qlwapp,.page-id-30 .qlwapp__container{display:none!important}.page-id-30 .grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}@media (max-width:860px){.page-id-30 .content-panel{width:min(100% - 32px,var(--max));margin-top:32px}.page-id-30 .page-title{margin-bottom:24px;font-size:clamp(38px, 12vw, 58px)}.page-id-30 .wp-block-columns{grid-template-columns:1fr;gap:16px!important}.page-id-30 .wp-block-column:first-child,.page-id-30 .wp-block-column:last-child{padding:22px}}@media (max-width:420px){.page-id-30 .wp-block-table table{font-size:14px}.page-id-30 .wp-block-table td:last-child{padding-left:12px}}.page-id-2895{overflow-x:hidden}.page-id-2895 .qlwapp,.page-id-2895 .qlwapp__container{display:none!important}.page-id-2895 .grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}.brand-page{min-height:52vh;padding:clamp(64px,8vw,94px) 0}.brand-page .container,.brand-pills--all{max-width:100%;min-width:0}.brand-page .brand-band__head{margin-bottom:28px}.brand-page .brand-band__head h1{margin:0 0 12px;color:#212934;font-size:48px;font-weight:200;line-height:1.1}.brand-pills--all{grid-template-columns:repeat(4,minmax(0,1fr))}.brand-pills--all a{min-height:86px;color:#b8b8b8;text-decoration:none;overflow-wrap:anywhere;transition:color 160ms,transform 160ms}.brand-pills--all a:focus-visible,.brand-pills--all a:hover{color:#111;transform:translateY(-2px)}.brand-page__empty{margin:0;color:var(--muted);text-align:center}@media (max-width:980px){.single-product .product-recommendations .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.brand-pills--all{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.page-id-2895 .brand-page,.page-id-2895 .brand-page .container,.page-id-2895 .site-main{width:100%;max-width:100%;min-width:0}.page-id-2895 .brand-page .container{width:calc(100% - 20px)}.brand-page{padding:48px 0 58px}.brand-page .brand-band__head h1{font-size:38px}.brand-page .brand-band__head p{font-size:16px}.brand-pills--all{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px}.brand-pills--all a{min-height:72px;font-size:17px}}body.woocommerce-checkout{background:#fff}body.woocommerce-checkout .site-header{position:static;border-bottom:0;background:#fff;box-shadow:none;backdrop-filter:none}body.woocommerce-checkout .header-actions,body.woocommerce-checkout .nav,body.woocommerce-checkout .utility-bar{display:none}body.woocommerce-checkout .topbar{min-height:74px;justify-content:flex-start}body.woocommerce-checkout .site-main{padding:0}body.woocommerce-checkout .qlwapp,body.woocommerce-checkout .qlwapp__container{display:none!important}body.woocommerce-checkout .grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}body.woocommerce-checkout .content-panel,body.woocommerce-checkout .woocommerce{width:100%;max-width:none;margin:0}body.woocommerce-checkout .content-panel article{width:100%}body.woocommerce-checkout #order_review_heading,body.woocommerce-checkout .page-title,body.woocommerce-checkout .woocommerce-form-coupon-toggle{display:none}body.woocommerce-checkout .woocommerce-form-login-toggle,body.woocommerce-checkout .woocommerce-notices-wrapper,body.woocommerce-checkout form.login{width:min(100% - 40px,1040px);margin:22px auto 0}body.woocommerce-checkout .woocommerce-notices-wrapper:empty{display:none}body.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:start;width:100%;margin:0;border:0;background:#fff}body.woocommerce-checkout .ow-checkout-shipping-method,body.woocommerce-checkout .woocommerce-checkout-payment,body.woocommerce-checkout form.checkout .col2-set{grid-column:1;width:min(100% - 40px,504px);margin-right:0;justify-self:center}body.woocommerce-checkout form.checkout .col2-set{display:grid;gap:28px;padding-top:38px}body.woocommerce-checkout form.checkout .col2-set .col-1,body.woocommerce-checkout form.checkout .col2-set .col-2{width:100%;float:none}body.woocommerce-checkout .ow-checkout-section,body.woocommerce-checkout .woocommerce-additional-fields,body.woocommerce-checkout .woocommerce-billing-fields,body.woocommerce-checkout .woocommerce-checkout-payment,body.woocommerce-checkout .woocommerce-shipping-fields{padding:0;border:0;background:0 0}body.woocommerce-checkout .ow-checkout-fields{display:grid;gap:28px}body.woocommerce-checkout .ow-checkout-section__head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:14px}body.woocommerce-checkout .ow-checkout-section h3,body.woocommerce-checkout .ow-checkout-section__head h3,body.woocommerce-checkout .woocommerce-additional-fields h3,body.woocommerce-checkout .woocommerce-checkout-payment::before,body.woocommerce-checkout .woocommerce-shipping-fields h3{display:block;margin:0 0 14px;color:#111;font-size:18px;font-weight:850;line-height:1.2;text-transform:uppercase}body.woocommerce-checkout .ow-checkout-section__head h3{margin:0}body.woocommerce-checkout .ow-checkout-section__head a{color:#111;font-size:14px;text-decoration:underline}body.woocommerce-checkout .ow-checkout-shipping-method{margin-top:28px}body.woocommerce-checkout .ow-checkout-shipping-method__message{padding:18px 20px;background:#f5f5f5;color:#707072;font-size:14px;text-align:center}body.woocommerce-checkout form .form-row{margin:0 0 14px;padding:0}body.woocommerce-checkout form .form-row-first,body.woocommerce-checkout form .form-row-last{width:calc(50% - 7px)}body.woocommerce-checkout form .form-row label{margin-bottom:6px;color:#707072;font-size:12px;font-weight:500;line-height:1.3}body.woocommerce-checkout .select2-container .select2-selection--single,body.woocommerce-checkout input.input-text,body.woocommerce-checkout select,body.woocommerce-checkout textarea.input-text{min-height:52px;border:1px solid #d8d8d8;border-radius:0;background:#fff;color:#111;font-size:14px;font-weight:400}body.woocommerce-checkout textarea.input-text{min-height:96px}body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0;color:#111;line-height:50px}body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{height:50px}body.woocommerce-checkout #ship-to-different-address{padding:0;border:0}body.woocommerce-checkout #ship-to-different-address label{margin:0 0 14px;color:#111;font-size:15px;font-weight:600}body.woocommerce-checkout .woocommerce-checkout-payment{margin-top:34px;margin-bottom:72px}body.woocommerce-checkout .woocommerce-checkout-payment::before{content:"Betaling"}body.woocommerce-checkout #payment ul.payment_methods{display:grid;gap:8px;margin:0 0 20px;padding:0;border:0}body.woocommerce-checkout #payment ul.payment_methods li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:0 12px;align-items:center;margin:0;padding:17px 18px;border:1px solid #d8d8d8;background:#fff;list-style:none}body.woocommerce-checkout #payment ul.payment_methods li>input.input-radio{width:18px;height:18px;margin:0;accent-color:#111}body.woocommerce-checkout #payment ul.payment_methods li>label{display:flex;align-items:center;gap:10px;min-width:0;margin:0;color:#111;font-size:15px;font-weight:650;line-height:1.35}body.woocommerce-checkout #payment ul.payment_methods li>label img{width:auto;max-height:24px;margin:0 0 0 auto}body.woocommerce-checkout #payment div.payment_box{grid-column:2;margin-top:12px;padding:13px 14px;background:#f5f5f5;color:#707072;font-size:13px;line-height:1.55}body.woocommerce-checkout #payment div.payment_box::before{content:none}body.woocommerce-checkout #payment .place-order{display:grid;gap:18px;margin:0;padding:0}body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{margin-top:20px}body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .form-row{display:flex;align-items:flex-start;gap:10px;margin:0}body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper input[type=checkbox]{flex:0 0 auto;width:18px;height:18px;margin:1px 0 0;accent-color:#111}body.woocommerce-checkout .woocommerce-form__label-for-checkbox,body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label{margin:0;color:#4d4d4d;font-size:13px;font-weight:400;line-height:1.55}body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a{color:#111;font-weight:600;text-decoration:underline}body.woocommerce-checkout #payment #place_order,body.woocommerce-page.woocommerce-checkout #payment #place_order{min-height:54px;background:#000;border-color:#000;color:#fff;font-size:15px;font-weight:850;text-transform:uppercase;width:100%}body.woocommerce-checkout .woocommerce-checkout-review-order{grid-column:2;grid-row:1/span 20;display:grid;justify-items:center;align-items:start;align-content:start;align-self:start;width:100%;min-height:calc(100vh - 75px);padding:40px 0 72px;border:0;background:#f5f5f5;position:sticky;top:0}body.woocommerce-checkout .content-panel article>p:last-child{width:min(100% - 40px,504px);max-width:none;margin:24px 0 0 max(20px,calc((50vw - 504px)/ 2));padding:15px 18px;border:0;background:#f5f5f5;color:#707072;font-size:14px;line-height:1.55}body.woocommerce-checkout .ow-checkout-review{display:grid;align-self:start;align-content:start;grid-auto-rows:max-content;gap:24px;width:min(100% - 80px,504px)}body.woocommerce-checkout .ow-checkout-summary-products{display:grid;gap:18px}body.woocommerce-checkout .ow-checkout-summary-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:16px;align-items:start}body.woocommerce-checkout .ow-checkout-summary-item__media{position:relative;width:64px;height:64px;border:1px solid #d8d8d8;background:#fff}body.woocommerce-checkout .ow-checkout-summary-item__media img{width:100%;height:100%;object-fit:cover}body.woocommerce-checkout .ow-checkout-summary-item__media span{position:absolute;top:0;right:0;display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;background:#000;color:#fff;font-size:12px;font-weight:800;line-height:1}body.woocommerce-checkout .ow-checkout-summary-item__details{min-width:0}body.woocommerce-checkout .ow-checkout-summary-item__details strong{display:block;margin-bottom:2px;color:#111;font-size:14px;font-weight:650;line-height:1.35}body.woocommerce-checkout .ow-checkout-summary-item__details .variation,body.woocommerce-checkout .ow-checkout-summary-item__details dl,body.woocommerce-checkout .ow-checkout-summary-item__details p{margin:0;color:#707072;font-size:13px;line-height:1.35}body.woocommerce-checkout .ow-checkout-summary-item__details dd,body.woocommerce-checkout .ow-checkout-summary-item__details dt{display:inline;margin:0}body.woocommerce-checkout .ow-checkout-summary-item__details dt::after{content:": "}body.woocommerce-checkout .ow-checkout-summary-item__meta{display:grid;gap:2px;margin:4px 0 0}body.woocommerce-checkout .ow-checkout-summary-item__meta div{display:flex;gap:5px;min-width:0}body.woocommerce-checkout .ow-checkout-summary-item__meta dd,body.woocommerce-checkout .ow-checkout-summary-item__meta dt{display:block;color:#707072;font-size:13px;font-weight:400;line-height:1.35}body.woocommerce-checkout .ow-checkout-summary-item__meta dt::after{content:":"}body.woocommerce-checkout .ow-checkout-summary-item__total,body.woocommerce-checkout .ow-checkout-summary-item__total .amount{color:#111;font-size:14px;font-weight:750;white-space:nowrap}body.woocommerce-checkout .ow-checkout-coupon{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:0;align-items:stretch}body.woocommerce-checkout .ow-checkout-coupon input{height:52px;min-height:52px;padding:0 14px;border:1px solid #d8d8d8;border-right:0;border-radius:0;background:#fff;color:#111;font-size:14px}body.woocommerce-checkout .ow-checkout-coupon button{height:52px;min-height:52px;border:0;border-radius:0;background:#000;color:#fff;font-size:13px;font-weight:850;text-transform:uppercase;cursor:pointer}body.woocommerce-checkout .ow-checkout-coupon button:disabled{background:#d9d9d9;color:#707072;cursor:wait}body.woocommerce-checkout .ow-checkout-coupon__notice{grid-column:1/-1;margin:8px 0 0;color:#707072;font-size:12px}body.woocommerce-checkout .ow-checkout-totals{width:100%;margin-top:2px;border:0;border-collapse:collapse;background:0 0}body.woocommerce-checkout .ow-checkout-totals tbody{display:grid;gap:14px}body.woocommerce-checkout .ow-checkout-totals tr{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:start}body.woocommerce-checkout .ow-checkout-totals td,body.woocommerce-checkout .ow-checkout-totals th{display:block;padding:0;border:0;color:#111;font-size:14px;font-weight:400;vertical-align:top}body.woocommerce-checkout .ow-checkout-totals th{text-align:left}body.woocommerce-checkout .ow-checkout-totals td{text-align:right}body.woocommerce-checkout .ow-checkout-totals .shipping td,body.woocommerce-checkout .ow-checkout-totals .woocommerce-shipping-totals td{text-align:left}body.woocommerce-checkout .ow-checkout-totals .order-total .amount,body.woocommerce-checkout .ow-checkout-totals .order-total td,body.woocommerce-checkout .ow-checkout-totals .order-total th{color:#111;font-size:16px;font-weight:850}body.woocommerce-checkout .ow-checkout-totals .order-total{margin-top:6px;padding-top:20px;border-top:1px solid #dedede}body.woocommerce-checkout .ow-checkout-totals .woocommerce-shipping-methods{display:grid;gap:10px;margin:0;padding:0;text-align:left}body.woocommerce-checkout .ow-checkout-totals .woocommerce-shipping-methods li{list-style:none;margin:0}body.woocommerce-checkout .ow-checkout-totals .woocommerce-shipping-methods label{display:inline-flex;align-items:center;gap:10px;color:#111;font-size:14px;line-height:1.35}body.woocommerce-checkout .ow-checkout-totals .woocommerce-shipping-methods input{width:18px;height:18px;margin:0;accent-color:#111}@media (max-width:980px){body.woocommerce-checkout .nav,body.woocommerce-checkout .utility-bar{display:none}body.woocommerce-checkout form.checkout{grid-template-columns:1fr}body.woocommerce-checkout .ow-checkout-shipping-method,body.woocommerce-checkout .woocommerce-checkout-payment,body.woocommerce-checkout .woocommerce-checkout-review-order,body.woocommerce-checkout form.checkout .col2-set{grid-column:1;grid-row:auto;width:min(100% - 32px,560px);margin-right:auto;margin-left:auto;justify-self:center}body.woocommerce-checkout .woocommerce-checkout-review-order{min-height:0;margin-bottom:48px;padding:28px 20px;border-left:0;background:#f5f5f5;position:static}body.woocommerce-checkout .content-panel article>p:last-child{width:min(100% - 32px,560px);margin-right:auto;margin-left:auto}}@media (max-width:640px){body.woocommerce-checkout .topbar{min-height:66px}body.woocommerce-checkout form.checkout .col2-set{padding-top:28px}body.woocommerce-checkout form .form-row-first,body.woocommerce-checkout form .form-row-last{width:100%;float:none}body.woocommerce-checkout .ow-checkout-coupon,body.woocommerce-checkout .ow-checkout-summary-item{grid-template-columns:1fr}body.woocommerce-checkout .ow-checkout-summary-item{grid-template-columns:58px minmax(0,1fr)}body.woocommerce-checkout .ow-checkout-summary-item__total{grid-column:2}body.woocommerce-checkout .ow-checkout-summary-item__media{width:58px;height:58px}}@media (max-width:760px){body.page-id-6 .content-panel,body.woocommerce-cart .content-panel{width:calc(100% - 24px);margin-top:34px}body.page-id-6 .page-title,body.woocommerce-cart .page-title{margin-bottom:24px;font-size:42px}body.page-id-6 .woocommerce-cart-form,body.woocommerce-cart .woocommerce-cart-form{border:0;background:0 0;overflow:visible}body.page-id-6 .woocommerce-cart-form table.shop_table,body.page-id-6 .woocommerce-cart-form table.shop_table tbody,body.woocommerce-cart .woocommerce-cart-form table.shop_table,body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody{display:block;width:100%;border:0;background:0 0}body.page-id-6 .woocommerce-cart-form table.shop_table thead,body.woocommerce-cart .woocommerce-cart-form table.shop_table thead{display:none}body.page-id-6 .woocommerce-cart-form table.shop_table tr.cart_item,body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item{position:relative;display:grid;grid-template-columns:82px minmax(0,1fr);gap:0 14px;margin-bottom:12px;padding:16px;border:1px solid #e2e2e2;background:#fff}body.page-id-6 .woocommerce-cart-form table.shop_table tr.cart_item td,body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td{display:block;padding:0;border:0;text-align:left!important}body.page-id-6 .woocommerce-cart-form table.shop_table tr.cart_item td::before,body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td::before{content:none!important}body.page-id-6 .woocommerce-cart-form table.shop_table td.product-remove,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove{position:absolute;top:12px;right:12px;z-index:2}body.page-id-6 .woocommerce-cart-form table.shop_table .product-remove .remove,body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove .remove{width:30px;height:30px;border-radius:0;background:#fff}body.page-id-6 .woocommerce-cart-form table.shop_table td.product-thumbnail,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail{grid-row:1/span 4}body.page-id-6 .woocommerce-cart-form table.shop_table .product-thumbnail img,body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail img{width:82px;height:104px;object-fit:cover;background:#f5f5f5}body.page-id-6 .woocommerce-cart-form table.shop_table td.product-name,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name{padding-right:34px}body.page-id-6 .woocommerce-cart-form table.shop_table .product-name a,body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a{color:#111;font-size:15px;font-weight:700;line-height:1.35}body.page-id-6 .woocommerce-cart-form table.shop_table td.product-price,body.page-id-6 .woocommerce-cart-form table.shop_table td.product-subtotal,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal{margin-top:8px;color:#707072;font-size:14px}body.page-id-6 .woocommerce-cart-form table.shop_table td.product-subtotal,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal{color:#111;font-weight:700}body.page-id-6 .woocommerce-cart-form table.shop_table td.product-quantity,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity{display:flex;align-items:center;gap:10px;margin-top:12px}body.page-id-6 .woocommerce-cart-form table.shop_table td.product-quantity::before,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity::before{content:"Aantal"!important;color:#707072;font-size:13px;font-weight:400}body.page-id-6 .woocommerce-cart-form table.shop_table td.actions,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions{display:grid;gap:10px;padding:4px 0 0;background:0 0}body.page-id-6 .woocommerce-cart-form .coupon,body.woocommerce-cart .woocommerce-cart-form .coupon{display:grid;gap:10px;float:none}body.page-id-6 .woocommerce-cart-form .coupon .button,body.page-id-6 .woocommerce-cart-form .coupon .input-text,body.page-id-6 .woocommerce-cart-form button[name=update_cart],body.woocommerce-cart .woocommerce-cart-form .coupon .button,body.woocommerce-cart .woocommerce-cart-form .coupon .input-text,body.woocommerce-cart .woocommerce-cart-form button[name=update_cart]{width:100%;min-height:50px}body.page-id-6 .cart-collaterals,body.woocommerce-cart .cart-collaterals{margin-top:24px}body.page-id-6 .cart-collaterals .cart_totals,body.woocommerce-cart .cart-collaterals .cart_totals{width:100%;padding:22px 20px}body.page-id-6 .cart_totals h2,body.woocommerce-cart .cart_totals h2{font-size:28px}body.page-id-6 .cart_totals .woocommerce-shipping-methods li,body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li{justify-content:flex-start;line-height:1.4}}body.woocommerce-cart{background:#fff}body.woocommerce-cart .site-header{position:static;border-bottom:0;background:#fff;box-shadow:none;backdrop-filter:none}body.woocommerce-cart .header-actions,body.woocommerce-cart .nav,body.woocommerce-cart .utility-bar{display:none}body.woocommerce-cart .topbar{min-height:74px;justify-content:flex-start}body.woocommerce-cart .site-main{padding:0}body.woocommerce-cart .qlwapp,body.woocommerce-cart .qlwapp__container{display:none!important}body.woocommerce-cart .grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important}body.woocommerce-cart .content-panel,body.woocommerce-cart .woocommerce{width:100%;max-width:none;margin:0}body.woocommerce-cart .content-panel article{width:100%}body.woocommerce-cart .page-title{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body.woocommerce-cart .woocommerce{display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,44vw);gap:0;align-items:start;min-height:calc(100vh - 75px)}body.woocommerce-cart .woocommerce-notices-wrapper{grid-column:1/-1;width:min(100% - 40px,1040px);margin:22px auto 0}body.woocommerce-cart .woocommerce-notices-wrapper:empty{display:none}body.woocommerce-cart .woocommerce-cart-form{grid-column:1;grid-row:1;width:min(100% - 40px,504px);margin:0 38px 72px 0;padding-top:0;justify-self:end;border:0;background:#fff}body.woocommerce-cart .woocommerce-cart-form::before{content:"Jouw winkelwagen";display:block;margin:0 0 22px;color:#111;font-size:18px;font-weight:850;line-height:1.2;text-transform:uppercase}body.woocommerce-cart .woocommerce-cart-form table.shop_table,body.woocommerce-cart .woocommerce-cart-form table.shop_table tbody{display:block;width:100%;margin:0;border:0;background:0 0}body.woocommerce-cart .woocommerce-cart-form table.shop_table thead{display:none}body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr) auto;gap:0 16px;align-items:start;padding:0 0 24px;border-bottom:1px solid #dedede;background:0 0}body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td{display:block;padding:0;border:0;text-align:left!important}body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item td::before{content:none!important}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail{grid-column:1;grid-row:1/span 3;position:relative}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img{width:72px;height:72px;border:1px solid #d8d8d8;background:#fff;object-fit:cover}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name{grid-column:2;min-width:0;padding-right:20px}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name a{color:#111;font-size:14px;font-weight:700;line-height:1.35}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name .variation,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name dl{margin:3px 0 0;color:#707072;font-size:13px;line-height:1.35}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price{grid-column:3;color:#111;font-size:14px;font-weight:750;white-space:nowrap}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-subtotal{display:none!important}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity{grid-column:2;display:flex;align-items:center;gap:10px;margin-top:14px}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-quantity::before{content:"Aantal"!important;color:#707072;font-size:13px;font-weight:400}body.woocommerce-cart .woocommerce-cart-form table.shop_table .quantity .qty{width:76px;height:42px;border:1px solid #d8d8d8;border-radius:0;color:#111;font-size:14px}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove{position:absolute;right:0;bottom:22px}body.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove .remove{display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:0;background:0 0;color:#111!important;font-size:20px;font-weight:300}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:24px 0 0;border:0;background:0 0}body.woocommerce-cart .woocommerce-cart-form .coupon{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:12px;float:none}body.woocommerce-cart .woocommerce-cart-form .coupon .input-text{width:100%;min-width:0;min-height:52px;padding:0 14px;border:1px solid #d8d8d8;border-radius:0;color:#111;font-size:14px}body.woocommerce-cart .woocommerce-cart-form .coupon .button,body.woocommerce-cart .woocommerce-cart-form button[name=update_cart]{min-height:52px;border:0;border-radius:0;background:#000;color:#fff;font-size:13px;font-weight:850;text-transform:uppercase}body.woocommerce-cart .cart-collaterals{grid-column:2;grid-row:1;align-self:start;width:100%;min-height:calc(100vh - 75px);margin:0;padding:0 clamp(28px,5vw,78px) 72px 38px;background:#f5f5f5;position:sticky;top:0}body.woocommerce-cart .cart-collaterals .cart_totals{width:100%;margin:0;padding:0;border:0;background:0 0}body.woocommerce-cart .cart_totals h2{display:none}body.woocommerce-cart .cart_totals table.shop_table{width:100%;border:0;background:0 0}body.woocommerce-cart .cart_totals table.shop_table td,body.woocommerce-cart .cart_totals table.shop_table th{padding:8px 0;border:0;color:#111;font-size:14px;font-weight:400;vertical-align:top}body.woocommerce-cart .cart_totals table.shop_table td{text-align:right}body.woocommerce-cart .cart_totals .order-total .amount,body.woocommerce-cart .cart_totals .order-total td,body.woocommerce-cart .cart_totals .order-total th{padding-top:20px;color:#111;font-size:16px;font-weight:850}body.woocommerce-cart .cart_totals .woocommerce-shipping-methods{display:grid;gap:8px;margin:0;padding:0;text-align:left;list-style:none}body.woocommerce-cart .cart_totals .woocommerce-shipping-methods li{display:flex;justify-content:flex-start;align-items:center;gap:8px;margin:0}body.woocommerce-cart .cart_totals .woocommerce-shipping-calculator,body.woocommerce-cart .cart_totals .woocommerce-shipping-destination{color:#707072;font-size:13px;line-height:1.4;text-align:left}body.woocommerce-cart .wc-proceed-to-checkout{margin-top:24px;padding:0}body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{min-height:54px;border-radius:0;background:#000;color:#fff;font-size:15px;font-weight:850;line-height:54px;text-transform:uppercase}@media (max-width:980px){body.woocommerce-cart .woocommerce{display:grid;grid-template-columns:1fr;min-height:0}body.woocommerce-cart .cart-collaterals,body.woocommerce-cart .woocommerce-cart-form{grid-column:1;grid-row:auto;width:min(100% - 32px,560px);margin-right:auto;margin-left:auto;justify-self:center}body.woocommerce-cart .cart-collaterals{min-height:0;margin-bottom:48px;padding:28px 20px;border-left:0;background:#f5f5f5;position:static}}@media (max-width:640px){body.woocommerce-cart .topbar{min-height:66px}body.woocommerce-cart .woocommerce-cart-form{padding-top:28px}body.woocommerce-cart .woocommerce-cart-form table.shop_table tr.cart_item{grid-template-columns:64px minmax(0,1fr);gap:0 14px;padding-bottom:22px}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-thumbnail img{width:64px;height:78px}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-price{grid-column:2;margin-top:8px}body.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-remove{top:-4px;right:0;bottom:auto}body.woocommerce-cart .woocommerce-cart-form .coupon,body.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions{grid-template-columns:1fr}body.woocommerce-cart .woocommerce-cart-form .coupon .button,body.woocommerce-cart .woocommerce-cart-form button[name=update_cart]{width:100%}}