*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--pk-white);color:var(--pk-black);font-family:var(--pk-body-font),Arial,sans-serif;font-size:16px;line-height:1.5}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:-9999px;top:auto}.skip-link:focus{left:1rem;top:1rem;z-index:9999;background:#fff;padding:.75rem 1rem}.page-width{width:min(calc(100% - 32px),var(--pk-page-width));margin-inline:auto}.section{padding:72px 0}.section--tight{padding:38px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.eyebrow{margin:0 0 8px;color:#5a5a5a;font-size:.78rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.eyebrow--accent{color:var(--pk-accent)}h1,h2,h3,h4,.display{font-family:var(--pk-heading-font),Impact,Arial Narrow,sans-serif;font-weight:800;line-height:.95;letter-spacing:-.025em;text-transform:uppercase;margin:0}h1{font-size:clamp(3rem,8vw,7.5rem)}h2{font-size:clamp(2.2rem,5vw,4.5rem)}h3{font-size:clamp(1.25rem,2.2vw,1.75rem)}p{margin:0 0 1rem}.rte p:last-child{margin-bottom:0}.button{-webkit-appearance:none;appearance:none;border:0;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;min-height:50px;padding:.8rem 1.25rem;background:var(--pk-accent);color:#090909;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;clip-path:polygon(0 0,calc(100% - 13px) 0,100% 13px,100% 100%,13px 100%,0 calc(100% - 13px));transition:transform .18s ease,filter .18s ease}.button:hover{transform:translateY(-2px);filter:brightness(1.04)}.button--dark{background:var(--pk-black);color:var(--pk-white)}.button--outline{background:transparent;color:inherit;border:1px solid currentColor;clip-path:none}.button--full{width:100%}.text-link{font-weight:800;text-transform:uppercase;border-bottom:2px solid var(--pk-accent)}.announcement{background:var(--pk-accent);color:#080808;text-align:center;font-size:.76rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase;padding:.55rem 1rem}.site-header{position:sticky;top:0;z-index:40;background:#080808f7;color:#fff;border-bottom:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}.header-logo{display:flex;align-items:center;min-width:150px}.header-logo img{width:auto;max-width:190px;max-height:56px;object-fit:contain}.header-logo__fallback{font-family:var(--pk-heading-font),Impact,sans-serif;font-size:1.65rem;font-style:italic;font-weight:900;letter-spacing:-.04em}.header-logo__fallback span{color:var(--pk-accent)}.header-nav{display:flex;align-items:center;justify-content:center;gap:28px}.header-nav a{position:relative;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;padding:28px 0}.header-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:3px;background:var(--pk-accent);transition:right .2s ease}.header-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.icon-button{width:42px;height:42px;border:0;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer}.icon-button svg{width:22px;height:22px}.cart-count{display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;background:var(--pk-accent);color:#000;font-size:.68rem;font-weight:900;margin-left:-13px;margin-top:-22px}.mobile-menu{display:none}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu__panel{position:absolute;left:0;right:0;top:100%;background:#090909;border-top:1px solid #272727;padding:18px 16px 26px}.mobile-menu__panel a{display:block;padding:14px 4px;border-bottom:1px solid #242424;font-weight:800;text-transform:uppercase}.header-search{position:absolute;left:50%;transform:translate(-50%);top:calc(100% + 12px);width:min(650px,calc(100% - 32px));background:#111;border:1px solid #333;padding:12px;box-shadow:0 18px 50px #00000059}.header-search form{display:flex;gap:8px}.header-search input{flex:1;min-width:0;background:#fff;border:0;padding:14px}.header-search button{border:0;background:var(--pk-accent);font-weight:900;padding:0 18px;text-transform:uppercase}.header-search[hidden]{display:none}.hero{position:relative;overflow:hidden;background:var(--pk-black);color:var(--pk-white);min-height:680px;display:grid;align-items:center}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 78% 42%,rgba(166,255,0,.17),transparent 28%),linear-gradient(120deg,transparent 0 54%,rgba(255,255,255,.035) 54% 55%,transparent 55% 100%),repeating-linear-gradient(105deg,transparent 0 90px,rgba(255,255,255,.025) 91px 92px)}.hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:55px;background:var(--pk-white);clip-path:polygon(0 72%,44% 72%,48% 0,100% 0,100% 100%,0 100%)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:center;gap:50px;padding:84px 0 110px}.hero-copy{max-width:760px}.hero-title .accent{color:var(--pk-accent)}.hero-text{max-width:560px;margin:22px 0 28px;color:#d4d4d4;font-size:clamp(1rem,1.6vw,1.25rem)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-media{position:relative;min-height:470px;display:grid;place-items:center}.hero-media:before{content:"";position:absolute;width:78%;aspect-ratio:1;border:1px solid rgba(166,255,0,.32);border-radius:50%;box-shadow:0 0 80px #a6ff001f,inset 0 0 80px #a6ff000f}.hero-media:after{content:"";position:absolute;width:95%;height:34%;bottom:10%;background:radial-gradient(ellipse,rgba(166,255,0,.25),transparent 68%);filter:blur(18px)}.hero-media img{position:relative;z-index:2;width:100%;height:520px;object-fit:contain;filter:drop-shadow(0 35px 35px rgba(0,0,0,.45))}.hero-mark{position:relative;z-index:2;width:min(430px,92%);filter:drop-shadow(0 25px 45px rgba(0,0,0,.55))}.hero-kicker{display:inline-flex;align-items:center;gap:10px;border-left:4px solid var(--pk-accent);padding-left:12px;margin-bottom:18px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.trust-strip{background:#0c0c0c;color:#fff;border-top:1px solid #292929;border-bottom:1px solid #292929}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-item{display:flex;align-items:center;gap:14px;padding:27px 24px;border-right:1px solid #292929}.trust-item:last-child{border-right:0}.trust-icon{color:var(--pk-accent);width:34px;flex:0 0 34px}.trust-title{font-weight:900;text-transform:uppercase}.trust-sub{color:#aaa;font-size:.82rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.product-card{position:relative;background:#fff;border:1px solid var(--pk-border);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #00000017}.product-card:before{content:"";position:absolute;top:0;left:0;width:72px;height:4px;background:var(--pk-accent);z-index:2}.product-card__media{position:relative;display:block;background:#f3f3f3;aspect-ratio:1/1;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__badge{position:absolute;left:12px;bottom:12px;background:#0a0a0a;color:#fff;padding:6px 9px;font-size:.68rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.product-card__body{padding:18px}.product-card__title{font-size:1.08rem;line-height:1.1;margin-bottom:10px}.price{display:flex;gap:8px;align-items:center;font-weight:900}.price s{color:#8a8a8a;font-weight:500}.price .sale{color:#6aa300}.collection-banner{background:#0b0b0b;color:#fff;padding:74px 0 54px;position:relative;overflow:hidden}.collection-banner:after{content:"";position:absolute;right:-80px;top:-150px;width:420px;height:420px;border:50px solid rgba(166,255,0,.08);transform:rotate(24deg)}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:34px}.filters{align-self:start;border:1px solid var(--pk-border);padding:20px;position:sticky;top:108px}.filters details{border-bottom:1px solid var(--pk-border);padding:14px 0}.filters summary{cursor:pointer;font-weight:900;text-transform:uppercase}.filter-values{display:grid;gap:8px;padding-top:12px;font-size:.9rem}.filter-values label{display:flex;gap:8px;align-items:center}.filter-price{display:grid;grid-template-columns:1fr 1fr;gap:8px}.field{width:100%;border:1px solid #cfcfcf;background:#fff;padding:13px}.sort-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.sort-row select{border:1px solid var(--pk-border);padding:10px 34px 10px 12px;background:#fff}.product-page{padding:58px 0 82px}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);gap:54px}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-gallery__item{background:#f3f3f3}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery img{width:100%;height:100%;aspect-ratio:1/1;object-fit:cover}.product-info{position:sticky;top:110px;align-self:start}.product-vendor{font-size:.76rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#777}.product-title{font-size:clamp(2.5rem,5vw,5.2rem);margin:8px 0 18px}.product-price{font-size:1.45rem;margin-bottom:20px}.product-form{display:grid;gap:16px;margin:24px 0}.product-form label{font-weight:900;text-transform:uppercase;font-size:.8rem}.product-form select,.product-form input{width:100%;border:1px solid #bbb;padding:14px;background:#fff}.product-assurances{margin-top:24px;border-top:1px solid var(--pk-border)}.product-assurance{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid var(--pk-border);font-weight:700}.cart-page,.page-main,.search-page{padding:62px 0 90px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{text-align:left;border-bottom:1px solid var(--pk-border);padding:18px 10px}.cart-product{display:flex;align-items:center;gap:16px}.cart-product img{width:90px;height:90px;object-fit:cover;background:#f2f2f2}.cart-summary{display:flex;justify-content:flex-end;margin-top:28px}.cart-summary__box{width:min(430px,100%);border:1px solid var(--pk-border);padding:24px}.pagination{display:flex;justify-content:center;gap:8px;margin-top:38px}.pagination a,.pagination span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--pk-border)}.pagination .current{background:var(--pk-black);color:#fff}.empty-state{text-align:center;padding:70px 20px;border:1px solid var(--pk-border)}.search-form{display:flex;gap:8px;max-width:700px;margin:26px 0 42px}.search-form input{flex:1;border:1px solid #aaa;padding:14px}.brand-band{background:var(--pk-black);color:#fff;position:relative;overflow:hidden}.brand-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(125deg,transparent 0 64%,rgba(166,255,0,.09) 64% 84%,transparent 84%)}.brand-band__grid{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}.brand-band__image{min-height:430px}.brand-band__image img{width:100%;height:430px;object-fit:cover}.brand-band__copy{padding:64px 0}.brand-band__copy p{color:#c8c8c8;max-width:600px}.newsletter{background:#f0f0f0;border-top:4px solid var(--pk-accent)}.newsletter-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}.newsletter-form{display:flex}.newsletter-form input{flex:1;min-width:0;border:1px solid #aaa;padding:15px}.footer{background:#080808;color:#fff;padding:58px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:38px}.footer-logo img{width:auto;max-width:210px;max-height:90px;object-fit:contain}.footer h3{font-size:1rem;margin-bottom:15px}.footer ul{list-style:none;margin:0;padding:0;display:grid;gap:9px;color:#b9b9b9}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #2b2b2b;margin-top:40px;padding-top:22px;color:#8d8d8d;font-size:.82rem}.socials{display:flex;gap:10px}.socials a{width:38px;height:38px;border:1px solid #3b3b3b;display:grid;place-items:center}.placeholder-svg{width:100%;height:100%;background:#ececec;color:#aaa}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0 0 0 0);white-space:nowrap;border:0}.shopify-payment-button__button{border-radius:0!important;min-height:50px!important}.shopify-policy__container{max-width:900px!important;padding:50px 20px!important}@media(max-width:990px){.header-nav{display:none}.mobile-menu{display:block}.header-inner{grid-template-columns:auto 1fr auto}.header-logo{justify-self:center}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;padding-top:66px}.hero-media{min-height:360px}.hero-media img{height:390px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid #292929}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-layout{grid-template-columns:1fr}.filters{position:static}.product-layout{grid-template-columns:1fr}.product-info{position:static}.brand-band__grid,.newsletter-grid{grid-template-columns:1fr}.brand-band__image{order:2}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.page-width{width:min(calc(100% - 22px),var(--pk-page-width))}.section{padding:52px 0}.header-inner{min-height:66px;gap:8px}.header-logo img{max-width:145px;max-height:48px}.header-actions .account-link{display:none}.hero-grid{gap:20px;padding:54px 0 92px}.hero-media{min-height:280px}.hero-media img{height:320px}.hero-actions .button{width:100%}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid #292929}.trust-item:last-child{border-bottom:0}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card__body{padding:13px}.product-card__title{font-size:.95rem}.section-heading{align-items:flex-start;flex-direction:column}.collection-banner{padding-top:52px}.product-gallery{grid-template-columns:1fr}.product-gallery__item:first-child{grid-column:auto}.product-title{font-size:3.2rem}.cart-table thead{display:none}.cart-table tr{display:grid;grid-template-columns:1fr}.cart-table td{padding:12px 0}.newsletter-form{display:grid;gap:8px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.brand-band__copy{padding:50px 0}.brand-band__image,.brand-band__image img{min-height:300px;height:300px}}.language-picker{display:flex;align-items:center;justify-content:center;min-width:52px;height:38px;border:1px solid #343434;background:#111;color:#fff}.language-form{display:flex;margin:0}.language-form select{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#fff;font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;padding:10px 24px 10px 10px;background-image:linear-gradient(45deg,transparent 50%,var(--pk-accent) 50%),linear-gradient(135deg,var(--pk-accent) 50%,transparent 50%);background-position:calc(100% - 11px) 16px,calc(100% - 7px) 16px;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.language-form select option{background:#111;color:#fff}.language-code{font-size:.75rem;font-weight:900;letter-spacing:.12em;padding:0 10px}.trust-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.trust-grid--five .trust-item{padding-inline:18px}.product-card{overflow:visible}.product-card__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative}.product-price-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px;position:relative}.product-price-row .product-price{margin-bottom:0}.product-share{position:relative;flex:0 0 auto}.share-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid #cfcfcf;background:#fff;color:#0b0b0b;padding:8px 12px;font-weight:900;font-size:.76rem;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:border-color .18s ease,background .18s ease,color .18s ease}.share-toggle:hover,.share-toggle[aria-expanded=true]{border-color:var(--pk-accent);background:#0b0b0b;color:#fff}.share-toggle svg{width:17px;height:17px;flex:0 0 auto}.product-share--compact .share-toggle{min-width:42px;width:42px;height:42px;padding:0}.product-share--compact .share-toggle span{position:absolute!important;overflow:hidden;width:1px;height:1px;padding:0;margin:-1px;clip:rect(0 0 0 0);white-space:nowrap;border:0}.share-menu{position:absolute;z-index:70;right:0;top:calc(100% + 8px);width:220px;background:#0b0b0b;color:#fff;border:1px solid #303030;padding:8px;box-shadow:0 18px 45px #00000047}.share-menu[hidden]{display:none}.share-network{width:100%;display:flex;align-items:center;gap:10px;border:0;border-bottom:1px solid #292929;background:transparent;color:#fff;text-align:left;padding:9px 8px;cursor:pointer;font-size:.82rem;font-weight:800}.share-network:last-child{border-bottom:0}.share-network:hover{background:#181818;color:var(--pk-accent)}.share-network__mark{display:grid;place-items:center;width:29px;height:29px;flex:0 0 29px;border:1px solid #444;color:var(--pk-accent);font-size:.68rem;font-weight:900;letter-spacing:-.02em}.share-toast{position:absolute;z-index:90;right:0;top:calc(100% + 8px);width:min(260px,80vw);background:var(--pk-accent);color:#080808;padding:10px 12px;font-size:.76rem;font-weight:900;box-shadow:0 12px 35px #00000038;opacity:0;transform:translateY(-5px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.share-toast.is-visible{opacity:1;transform:translateY(0)}.newsletter-message{grid-column:1/-1;margin:8px 0 0;font-weight:800}@media(max-width:1100px){.header-inner,.header-nav{gap:18px}.header-actions{gap:4px}}@media(max-width:990px){.trust-grid--five{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-grid--five .trust-item{border-right:1px solid #292929;border-bottom:1px solid #292929}.trust-grid--five .trust-item:nth-child(2n){border-right:0}.trust-grid--five .trust-item:last-child{grid-column:1/-1;border-right:0;border-bottom:0}}@media(max-width:640px){.language-picker{min-width:45px;height:36px}.language-form select{padding:9px 20px 9px 8px;background-position:calc(100% - 9px) 15px,calc(100% - 5px) 15px}.header-actions{gap:0}.header-actions>.icon-button{width:38px;height:38px}.trust-grid--five{grid-template-columns:1fr}.trust-grid--five .trust-item,.trust-grid--five .trust-item:nth-child(2n),.trust-grid--five .trust-item:last-child{grid-column:auto;border-right:0;border-bottom:1px solid #292929}.trust-grid--five .trust-item:last-child{border-bottom:0}.product-card__meta{align-items:flex-end}.product-share--compact .share-toggle{width:38px;height:38px;min-width:38px}.share-menu{position:fixed;left:12px;right:12px;bottom:12px;top:auto;width:auto;max-height:70vh;overflow:auto}.product-price-row{align-items:center}}.language-picker--internal{min-width:56px}.internal-language-select{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#fff;font-size:.75rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;padding:10px 24px 10px 10px;background-image:linear-gradient(45deg,transparent 50%,var(--pk-accent) 50%),linear-gradient(135deg,var(--pk-accent) 50%,transparent 50%);background-position:calc(100% - 11px) 16px,calc(100% - 7px) 16px;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.internal-language-select option{background:#111;color:#fff}html.pk-language-changing body{cursor:progress}@media(max-width:640px){.language-picker--internal{min-width:45px}.internal-language-select{padding:9px 20px 9px 8px;background-position:calc(100% - 9px) 15px,calc(100% - 5px) 15px}}.header-inner{grid-template-columns:auto minmax(0,1fr) auto auto}.mobile-menu{display:none!important}.language-menu{display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.language-picker--internal{min-width:0;height:auto;border:0;background:transparent;color:#fff}.language-option{-webkit-appearance:none;appearance:none;border:0;background:transparent;color:#b7b7b7;padding:7px 2px;font-size:.72rem;font-weight:900;letter-spacing:.11em;line-height:1;text-transform:uppercase;cursor:pointer;transition:color .18s ease,transform .18s ease}.language-option:hover,.language-option:focus-visible{color:#fff;transform:translateY(-1px);outline:none}.language-option.is-active{color:var(--pk-accent)}.language-separator{color:#616161;font-size:.82rem;line-height:1;-webkit-user-select:none;user-select:none}@media(max-width:1180px){.header-inner{gap:18px}.header-nav{gap:17px}.header-nav a{font-size:.76rem}.language-menu{gap:4px}}@media(max-width:990px){.header-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:10px 14px;padding:10px 0 0}.header-logo{grid-column:1;grid-row:1;justify-self:start}.language-menu{grid-column:2;grid-row:1}.header-actions{grid-column:3;grid-row:1}.header-nav{display:flex!important;grid-column:1/-1;grid-row:2;justify-content:flex-start;gap:22px;width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;border-top:1px solid rgba(255,255,255,.1);padding:0 2px}.header-nav::-webkit-scrollbar{display:none}.header-nav a{flex:0 0 auto;padding:14px 0 15px}.header-nav a:after{bottom:7px}}@media(max-width:640px){.header-inner{grid-template-columns:minmax(0,1fr) auto;gap:7px 10px;padding-top:8px}.header-logo{grid-column:1;grid-row:1}.header-logo img{max-width:138px;max-height:44px}.header-actions{grid-column:2;grid-row:1}.language-menu{grid-column:1/-1;grid-row:2;justify-content:center;width:100%;padding:7px 0 8px;border-top:1px solid rgba(255,255,255,.08)}.header-nav{grid-column:1/-1;grid-row:3;gap:20px}.header-nav a{padding:12px 0 13px;font-size:.72rem}.header-nav a:after{bottom:6px}.language-option{font-size:.7rem;padding:4px 2px}.header-actions>.icon-button{width:36px;height:36px}}.product-page{background:linear-gradient(180deg,#f7f7f7 0,#fff 280px);padding:34px 0 88px}.product-breadcrumb{display:flex;align-items:center;gap:9px;min-width:0;margin:0 0 24px;color:#737373;font-size:.76rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;overflow:hidden}.product-breadcrumb a:hover{color:var(--pk-black)}.product-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis}.product-layout--premium{grid-template-columns:minmax(0,1.12fr) minmax(390px,.72fr);gap:58px;align-items:start}.product-media-carousel{min-width:0;position:relative}.product-media-carousel__stage{position:relative;height:var(--pk-gallery-height-desktop,640px);background:#f4f4f4;overflow:hidden;border:1px solid #e2e2e2;isolation:isolate}.product-media-carousel__stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,transparent 0 72%,rgba(166,255,0,.1) 72% 82%,transparent 82%);pointer-events:none;z-index:1}.product-media-carousel__viewport{position:relative;width:100%;height:100%;outline:none;touch-action:pan-y;background:radial-gradient(circle at 50% 47%,#fff 0,#f5f5f5 62%,#ececec)}.product-media-carousel__viewport:focus-visible{box-shadow:inset 0 0 0 3px var(--pk-accent)}.product-media-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:none;place-items:center;opacity:0;transform:translate(2%);transition:opacity .28s ease,transform .28s ease;padding:0;background:transparent}.product-media-carousel__slide[hidden]{display:none}.product-media-carousel__slide.is-active{display:grid;opacity:1;transform:none}.product-media-carousel__image-button{position:relative;z-index:2;width:100%;height:100%;display:grid;place-items:center;padding:var(--pk-gallery-image-padding,24px);border:0;background:transparent;cursor:zoom-in;overflow:hidden}.product-media-carousel__image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center center;padding:0;margin:0;background:transparent}.product-media-carousel__video,.product-media-carousel__model{position:relative;z-index:2;display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;background:#000}.product-media-carousel__video iframe,.product-media-carousel__video video{width:100%;height:100%;object-fit:contain}.product-media-carousel__zoom-hint{position:absolute;left:50%;top:50%;width:66px;height:66px;display:grid;place-items:center;border-radius:50%;background:#000000b8;color:#fff;opacity:0;transform:translate(-50%,-50%) scale(.86);transition:opacity .18s ease,transform .18s ease;pointer-events:none;box-shadow:0 14px 34px #0003}.product-media-carousel__zoom-hint svg{width:28px;height:28px}.product-media-carousel__image-button:hover .product-media-carousel__zoom-hint,.product-media-carousel__image-button:focus-visible .product-media-carousel__zoom-hint{opacity:1;transform:translate(-50%,-50%) scale(1)}.product-media-carousel__image-button:focus-visible{outline:3px solid var(--pk-accent);outline-offset:-3px}.product-carousel-arrow{position:absolute;top:50%;z-index:5;width:48px;height:48px;border:1px solid rgba(0,0,0,.14);background:#fffffff0;color:#111;display:grid;place-items:center;transform:translateY(-50%);cursor:pointer;box-shadow:0 10px 28px #0000001a;transition:background .2s ease,color .2s ease,transform .2s ease}.product-carousel-arrow:hover{background:var(--pk-black);color:#fff;transform:translateY(-50%) scale(1.04)}.product-carousel-arrow svg{width:24px;height:24px}.product-carousel-arrow--prev{left:16px}.product-carousel-arrow--next{right:16px}.product-carousel-tools{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none}.product-carousel-zoom,.product-carousel-count{position:absolute;background:#0a0a0ae6;color:#fff;border:0;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000024}.product-carousel-zoom{right:16px;top:16px;width:48px;height:48px;cursor:pointer;pointer-events:auto}.product-carousel-zoom:hover,.product-carousel-zoom:focus-visible{background:var(--pk-accent);color:#000}.product-carousel-zoom svg{width:22px;height:22px}.product-carousel-count{right:16px;bottom:16px;min-width:62px;height:40px;padding:0 12px;font-size:.78rem;font-weight:800;letter-spacing:.08em}.product-media-carousel__thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;scrollbar-width:thin;scroll-snap-type:x proximity;padding-bottom:4px}.product-media-carousel__thumb{position:relative;flex:0 0 94px;width:94px;height:94px;padding:0;border:2px solid transparent;background:#f4f4f4;cursor:pointer;overflow:hidden;scroll-snap-align:start;transition:border-color .18s ease,transform .18s ease}.product-media-carousel__thumb:hover{transform:translateY(-2px)}.product-media-carousel__thumb.is-active{border-color:var(--pk-black);box-shadow:inset 0 -4px 0 var(--pk-accent)}.product-media-carousel__thumb img{width:100%;height:100%;object-fit:contain;object-position:center;padding:7px;background:#fff}.product-media-carousel__type{position:absolute;right:4px;bottom:4px;width:20px;height:20px;background:#0a0a0a;color:#fff;display:grid;place-items:center;font-size:.62rem;font-weight:900}.product-info--premium{position:sticky;top:116px;background:#fff;border:1px solid #e4e4e4;padding:36px;box-shadow:0 22px 55px #00000012;overflow:hidden}.product-info__accent{position:absolute;left:0;top:0;width:100%;height:5px;background:var(--pk-accent)}.product-title--premium{font-size:clamp(2.25rem,4vw,4.4rem);line-height:.96;margin:4px 0 20px;text-wrap:balance}.product-price-row--premium{align-items:center;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:17px 0;margin-bottom:16px}.product-price-row--premium .product-price{font-size:1.65rem;font-weight:900;letter-spacing:-.02em}.product-highlight-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}.product-highlight-row span{background:#111;color:#fff;padding:7px 10px;font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-highlight-row span:first-child{background:var(--pk-accent);color:#080808}.product-form--premium{gap:18px;margin:0 0 22px}.product-form__field label,.product-form__quantity label{display:block;margin-bottom:8px}.product-select-wrap{position:relative}.product-select-wrap select{-webkit-appearance:none;appearance:none;padding-right:46px;background:#fafafa;border:1px solid #c9c9c9;min-height:54px}.product-select-wrap svg{position:absolute;right:15px;top:50%;width:20px;height:20px;transform:translateY(-50%);pointer-events:none}.product-form__buy-row{display:grid;grid-template-columns:92px 1fr;gap:10px;align-items:end}.product-form__quantity input{min-height:50px;text-align:center;font-weight:800}.product-add-button{min-height:50px}.product-dynamic-checkout{margin-top:-4px}.product-assurances--cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border:0;margin:18px 0 0}.product-assurances--cards .product-assurance{min-height:104px;padding:15px 10px;border:1px solid #e0e0e0;background:#f8f8f8;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-size:.75rem;line-height:1.25;text-transform:uppercase;letter-spacing:.035em}.product-assurance__icon{color:#111;font-size:1.35rem;line-height:1;font-weight:900}.product-details{margin-top:22px;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8}.product-details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:17px 0;cursor:pointer;font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-details summary::-webkit-details-marker{display:none}.product-details summary svg{width:20px;height:20px;transition:transform .2s ease}.product-details[open] summary svg{transform:rotate(180deg)}.product-details__content{padding:0 6px 22px 0;color:#4b4b4b;font-size:.94rem;max-height:480px;overflow:auto}.product-details__content img{height:auto;margin:14px 0}.product-lightbox{width:min(96vw,1500px);height:min(94vh,1100px);padding:0;border:0;background:#111;box-shadow:0 40px 100px #0000008c;overflow:hidden}.product-lightbox::backdrop{background:#000000e0}.product-lightbox__toolbar{position:absolute;z-index:4;right:14px;top:14px;display:flex;align-items:center;gap:7px}.product-lightbox__control,.product-lightbox__close{height:44px;min-width:44px;border:0;background:#fffffff0;color:#090909;display:grid;place-items:center;font-weight:900;cursor:pointer;box-shadow:0 8px 24px #0003}.product-lightbox__control:hover,.product-lightbox__close:hover{background:var(--pk-accent);color:#000}.product-lightbox__reset{padding:0 13px;font-size:.74rem;letter-spacing:.04em}.product-lightbox__scale{height:44px;min-width:64px;padding:0 10px;background:#0a0a0ae0;color:#fff;display:grid;place-items:center;font-size:.72rem;font-weight:900;letter-spacing:.06em}.product-lightbox__close{font-size:1.65rem;line-height:1}.product-lightbox__viewport{width:100%;height:100%;overflow:auto;overscroll-behavior:contain;background:#f2f2f2;scrollbar-width:thin}.product-lightbox__image{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;padding:34px;cursor:zoom-in;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;transition:width .18s ease,height .18s ease}.product-lightbox__image.is-zoomed{cursor:zoom-out}@media(max-width:1100px){.product-layout--premium{gap:32px;grid-template-columns:minmax(0,1fr) minmax(350px,.74fr)}.product-info--premium{padding:28px}}@media(max-width:990px){.product-page{padding-top:24px}.product-layout--premium{grid-template-columns:1fr}.product-info--premium{position:static}}@media(max-width:640px){.product-page{padding:18px 0 58px}.product-breadcrumb{margin-bottom:14px;font-size:.68rem}.product-media-carousel__stage{height:var(--pk-gallery-height-mobile,440px)}.product-media-carousel__image-button{padding:min(var(--pk-gallery-image-padding,24px),18px)}.product-carousel-arrow{width:42px;height:42px}.product-carousel-arrow--prev{left:8px}.product-carousel-arrow--next{right:8px}.product-carousel-zoom{right:8px;top:8px;width:44px;height:44px}.product-carousel-count{right:8px;bottom:8px}.product-media-carousel__zoom-hint{display:none}.product-media-carousel__thumb{flex-basis:76px;width:76px;height:76px}.product-info--premium{padding:25px 18px;border-left:0;border-right:0;box-shadow:none}.product-title--premium{font-size:2.65rem}.product-form__buy-row{grid-template-columns:82px 1fr}.product-assurances--cards{grid-template-columns:1fr}.product-assurances--cards .product-assurance{min-height:auto;flex-direction:row;align-items:center;justify-content:flex-start;padding:13px 14px}.product-lightbox{width:100vw;height:100vh;max-width:none;max-height:none}.product-lightbox__toolbar{left:8px;right:8px;top:8px;justify-content:flex-end;gap:5px}.product-lightbox__control,.product-lightbox__close{height:40px;min-width:40px}.product-lightbox__scale{height:40px;min-width:56px}.product-lightbox__image{padding:18px}}.product-media-carousel--single-source .product-media-carousel__viewport{display:flex;align-items:center;justify-content:center;overflow:hidden}.product-media-carousel--single-source .product-media-carousel__image-button{position:relative;z-index:2;width:100%;height:100%;min-width:0;min-height:0;padding:var(--pk-gallery-image-padding,48px);display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fff}.product-media-carousel--single-source .product-media-carousel__image{display:block!important;flex:0 1 auto;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;object-fit:scale-down!important;object-position:center!important;transform:none!important;margin:auto!important;padding:0!important;background:transparent!important;transition:opacity .16s ease,transform .2s ease}.product-media-carousel--single-source .product-media-carousel__image.is-loading{opacity:.28}.product-media-carousel--single-source .product-media-carousel__image.is-ready{animation:pkGalleryImageIn .22s ease both}@keyframes pkGalleryImageIn{0%{opacity:.35;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.product-media-carousel--single-source .product-media-carousel__thumb img{width:auto!important;height:auto!important;max-width:100%!important;max-height:100%!important;object-fit:scale-down!important;margin:auto!important}@media(max-width:640px){.product-media-carousel--single-source .product-media-carousel__image-button{padding:min(var(--pk-gallery-image-padding,48px),28px)}}.pk-product-tags{padding:0 0 34px;background:#fff}.pk-product-tags__panel{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.6fr);gap:32px;align-items:center;background:#0b0b0b;color:#fff;padding:34px 38px;border-left:5px solid var(--pk-accent)}.pk-product-tags__panel:after{content:"";position:absolute;right:-90px;top:-110px;width:280px;height:280px;border:34px solid rgba(166,255,0,.09);transform:rotate(24deg);pointer-events:none}.pk-product-tags__copy,.pk-product-tags__list{position:relative;z-index:1}.pk-product-tags__copy h2{font-size:clamp(1.8rem,3.7vw,3.2rem);margin:0}.pk-product-tags__list{display:flex;flex-wrap:wrap;gap:10px}.pk-product-tag{display:inline-flex;align-items:center;min-height:38px;padding:8px 13px;border:1px solid rgba(255,255,255,.28);background:#ffffff12;color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.pk-product-tag:before{content:"#";color:var(--pk-accent);margin-right:4px}.pk-related-products{padding:64px 0 78px;background:#f6f6f6;border-top:1px solid #e4e4e4}.pk-related-products__heading h2{font-size:clamp(2.2rem,4.8vw,4.5rem)}.pk-related-products__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.pk-related-products__grid .product-card,.pk-related-products__grid .product-card__media{background:#fff}.pk-related-products__grid .product-card__media img{object-fit:contain;padding:20px}@media(max-width:900px){.pk-product-tags__panel{grid-template-columns:1fr;gap:22px;padding:30px 26px}.pk-related-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pk-related-products__grid .product-card:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 12px)}}@media(max-width:640px){.pk-product-tags{padding-bottom:24px}.pk-product-tags__panel{padding:26px 20px}.pk-product-tags__list{gap:8px}.pk-related-products{padding:48px 0 58px}.pk-related-products__heading{align-items:flex-start;flex-direction:column}.pk-related-products__grid{grid-template-columns:1fr}.pk-related-products__grid .product-card:last-child:nth-child(odd){grid-column:auto;max-width:none}}.footer-privacy-link{margin-top:34px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14)}.footer-privacy-link a{display:inline-flex;align-items:center;gap:9px;color:#d6d6d6;font-size:.76rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase;text-decoration:none;transition:color .18s ease}.footer-privacy-link a:before{content:"";width:8px;height:8px;background:var(--pk-accent);transform:rotate(45deg)}.footer-privacy-link a:hover,.footer-privacy-link a:focus-visible{color:var(--pk-accent);outline:none}.pk-contact-page{padding:72px 0 92px;background:linear-gradient(135deg,#fff 0 69%,#f1f1f1 69% 100%)}.pk-contact-shell{display:grid;grid-template-columns:minmax(0,.8fr) minmax(540px,1.2fr);gap:72px;align-items:start}.pk-contact-intro{position:sticky;top:120px;padding-top:16px}.pk-contact-intro h1{margin:8px 0 18px;font-family:var(--pk-heading-font);font-size:clamp(3.3rem,7vw,6.7rem);font-style:italic;font-weight:900;line-height:.88;letter-spacing:-.055em;text-transform:uppercase}.pk-contact-lead{max-width:540px;margin:0;color:#444;font-size:1.08rem;line-height:1.7}.pk-contact-required{margin:24px 0 0;color:#616161;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.pk-contact-page-content{margin-top:28px;padding-top:24px;border-top:1px solid #d9d9d9}.pk-contact-card{position:relative;background:#fff;border:1px solid #dedede;padding:38px;box-shadow:18px 18px 0 var(--pk-black)}.pk-contact-card:before{content:"";position:absolute;left:-1px;top:-1px;width:86px;height:7px;background:var(--pk-accent)}.pk-contact-form{display:block}.pk-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.pk-contact-field--wide{grid-column:1/-1}.pk-contact-field label{display:block;margin:0 0 9px;color:#111;font-size:.76rem;font-weight:900;letter-spacing:.065em;text-transform:uppercase}.pk-contact-field input,.pk-contact-field select,.pk-contact-field textarea{display:block;width:100%;border:1px solid #cfcfcf;border-radius:0;background:#fafafa;color:#101010;font:inherit;font-size:1rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.pk-contact-field input,.pk-contact-field select{min-height:56px;padding:0 16px}.pk-contact-field textarea{min-height:180px;padding:16px;resize:vertical;line-height:1.55}.pk-contact-field input:focus,.pk-contact-field select:focus,.pk-contact-field textarea:focus{border-color:#111;background:#fff;box-shadow:0 0 0 3px #a6ff0080}.pk-contact-select-wrap{position:relative}.pk-contact-select-wrap select{-webkit-appearance:none;appearance:none;padding-right:48px;cursor:pointer}.pk-contact-select-wrap svg{position:absolute;right:16px;top:50%;width:20px;height:20px;transform:translateY(-50%);pointer-events:none}.pk-contact-captcha{display:grid;grid-template-columns:42px 1fr;gap:14px;align-items:start;margin:24px 0;padding:17px;border:1px solid #d8d8d8;background:#f7f7f7}.pk-contact-captcha__icon{width:42px;height:42px;display:grid;place-items:center;background:var(--pk-black);color:var(--pk-accent)}.pk-contact-captcha__icon svg{width:25px;height:25px}.pk-contact-captcha strong{display:block;font-size:.76rem;font-weight:900;letter-spacing:.065em;text-transform:uppercase}.pk-contact-captcha p{margin:5px 0 0;color:#575757;font-size:.82rem;line-height:1.45}.pk-contact-captcha__disclaimer{margin-top:7px;color:#777;font-size:.7rem;line-height:1.4}.pk-contact-captcha__disclaimer a{color:inherit;text-decoration:underline}.pk-contact-submit{width:100%;min-height:58px;font-size:.86rem;letter-spacing:.07em;text-transform:uppercase}.pk-contact-success,.pk-contact-errors{margin:0 0 24px;padding:16px 18px;border-left:6px solid var(--pk-accent);background:#111;color:#fff}.pk-contact-errors{border-left-color:#ff4d4d}.pk-contact-errors ul{margin:9px 0 0 18px}.pk-contact-errors a{color:#fff;text-decoration:underline}@media(max-width:990px){.pk-contact-shell{grid-template-columns:1fr;gap:38px}.pk-contact-intro{position:static;padding-top:0}.pk-contact-card{box-shadow:10px 10px 0 var(--pk-black)}}@media(max-width:640px){.pk-contact-page{padding:50px 0 70px;background:#fff}.pk-contact-intro h1{font-size:3.5rem}.pk-contact-card{padding:24px 18px;box-shadow:7px 7px 0 var(--pk-black)}.pk-contact-grid{grid-template-columns:1fr;gap:17px}.pk-contact-field--wide{grid-column:auto}.pk-contact-captcha{grid-template-columns:34px 1fr;padding:14px}.pk-contact-captcha__icon{width:34px;height:34px}.footer-privacy-link a{font-size:.7rem;line-height:1.5}}.pk-privacy-choices-page [data-pk-privacy-content]{max-width:780px}.pk-privacy-choices-page [data-pk-privacy-content] p{margin:0 0 1.25rem;line-height:1.75}.pk-privacy-choices-page [data-pk-privacy-content] p:last-child{margin-bottom:0}.product-main-column{min-width:0;display:flex;flex-direction:column;gap:26px}.product-description-panel{position:relative;background:#fff;border:1px solid #dedede;padding:30px 32px 34px;box-shadow:0 18px 44px #0000000e;overflow:hidden}.product-description-panel:after{content:"";position:absolute;right:-96px;bottom:-126px;width:260px;height:260px;border:30px solid rgba(166,255,0,.075);transform:rotate(22deg);pointer-events:none}.product-description-panel__header{position:relative;z-index:1;display:flex;align-items:center;gap:12px;padding-bottom:18px;margin-bottom:22px;border-bottom:1px solid #e2e2e2}.product-description-panel__mark{flex:0 0 7px;width:7px;height:30px;background:var(--pk-accent);transform:skew(-10deg)}.product-description-panel__header h2{margin:0;font-size:clamp(1.65rem,2.8vw,2.65rem);line-height:1;letter-spacing:-.025em}.product-description-panel__layout{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:28px;align-items:start}.product-description-panel__layout.has-visuals{grid-template-columns:minmax(0,1.08fr) minmax(290px,.92fr)}.product-description-panel__copy{min-width:0;color:#444;font-size:1rem;line-height:1.72}.product-description-panel__copy>:first-child,.product-description-panel__visuals>:first-child{margin-top:0}.product-description-panel__copy>:last-child,.product-description-panel__visuals>:last-child{margin-bottom:0}.product-description-panel__copy strong{color:#111}.product-description-panel__copy ul,.product-description-panel__copy ol{padding-left:1.3em}.product-description-panel__visuals{min-width:0;padding:18px;background:#f6f6f6;border:1px solid #e1e1e1}.product-description-panel__visuals[hidden]{display:none!important}.product-description-panel__visuals img{display:block;width:100%!important;max-width:100%!important;height:auto!important;margin:0 auto 16px!important;object-fit:contain!important;background:#fff}.product-description-panel__visuals table{width:100%!important;max-width:100%;margin:0 0 16px;border-collapse:collapse;background:#fff;font-size:.76rem}.product-description-panel__visuals th,.product-description-panel__visuals td{padding:7px;border:1px solid #d9d9d9;text-align:center}.product-description-panel__visuals p,.product-description-panel__visuals figure,.product-description-panel__visuals div{max-width:100%}.product-description-panel__visuals figure{margin:0 0 16px}.product-description-panel__visuals figure:last-child,.product-description-panel__visuals img:last-child,.product-description-panel__visuals table:last-child{margin-bottom:0!important}.product-info--premium{align-self:start}@media(max-width:1279px){.product-description-panel__layout.has-visuals{grid-template-columns:1fr}.product-description-panel__visuals{padding:22px}}@media(max-width:990px){.product-main-column{gap:20px}.product-description-panel{padding:28px 24px 30px}}@media(max-width:640px){.product-description-panel{padding:24px 18px 26px;border-left:0;border-right:0;box-shadow:none}.product-description-panel__header{margin-bottom:18px;padding-bottom:15px}.product-description-panel__header h2{font-size:1.9rem}.product-description-panel__visuals{padding:12px}}.product-side-column{min-width:0;display:flex;flex-direction:column;gap:26px;align-self:start}.product-info--premium{position:sticky;top:116px}.product-description-panel--sidebar{margin-top:0}.product-description-panel__layout--stacked{display:flex;flex-direction:column;gap:24px}.product-description-panel--sidebar .product-description-panel__visuals{order:1;padding:18px;background:#f8f8f8;border:1px solid #e3e3e3}.product-description-panel--sidebar .product-description-panel__copy{order:2}.product-description-panel--sidebar .product-description-panel__visuals img{display:block;width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;background:#fff;margin:0 auto 14px!important}.product-description-panel--sidebar .product-description-panel__visuals table{width:100%!important;background:#fff}.product-description-panel--sidebar .product-description-panel__copy img,.product-description-panel--sidebar .product-description-panel__copy table,.product-description-panel--sidebar .product-description-panel__copy figure{display:none!important}.product-description-panel--sidebar .product-description-panel__copy p:empty,.product-description-panel--sidebar .product-description-panel__copy div:empty{display:none!important}.product-description-panel--sidebar .product-description-panel__copy p,.product-description-panel--sidebar .product-description-panel__copy li{margin-top:0}.product-description-panel--sidebar .product-description-panel__copy p{margin-bottom:.6rem}@media(max-width:990px){.product-side-column{gap:20px}.product-info--premium{position:static}}.product-description-panel--below-gallery{margin-top:2px}.product-description-panel--below-gallery .product-description-panel__layout--stacked{display:flex;flex-direction:column;gap:24px}.product-description-panel--below-gallery .product-description-panel__visuals{order:1;padding:18px;background:#f8f8f8;border:1px solid #e3e3e3}.product-description-panel--below-gallery .product-description-panel__copy{order:2}.product-description-panel--below-gallery .product-description-panel__visuals img{display:block;width:100%!important;max-width:100%!important;height:auto!important;object-fit:contain!important;background:#fff;margin:0 auto 14px!important}.product-description-panel--below-gallery .product-description-panel__visuals table{width:100%!important;background:#fff}.product-description-panel--below-gallery .product-description-panel__copy img,.product-description-panel--below-gallery .product-description-panel__copy table,.product-description-panel--below-gallery .product-description-panel__copy figure{display:none!important}.product-description-panel--below-gallery .product-description-panel__copy p:empty,.product-description-panel--below-gallery .product-description-panel__copy div:empty{display:none!important}.product-description-panel--below-gallery .product-description-panel__copy p,.product-description-panel--below-gallery .product-description-panel__copy li{margin-top:0}.product-description-panel--below-gallery .product-description-panel__copy p{margin-bottom:.7rem}.product-main-column .product-description-panel{max-width:100%}@media(max-width:640px){.product-description-panel--below-gallery .product-description-panel__visuals{padding:12px}}.product-description-panel--below-gallery .product-description-panel__visuals--size-guide{display:block;overflow:hidden}.product-description-panel--below-gallery .product-description-panel__visuals--size-guide img:first-of-type{width:100%!important;max-width:860px!important;max-height:340px!important;object-fit:contain!important;margin:0 auto!important}.product-description-panel--below-gallery .product-description-panel__visuals--size-guide table{font-size:.82rem}
/*# sourceMappingURL=/cdn/shop/t/26/assets/base.css.map */
