pk-anime-accordion{display:block;background:var(--pa-bg);padding:var(--pa-top) 0 var(--pa-bottom);overflow:hidden}pk-anime-accordion *{box-sizing:border-box}.pa-heading{text-align:center;font-family:var(--font-heading-family,inherit);font-size:32px;margin:0 16px 20px}.pa-strip{overflow:hidden;background:var(--pa-strip-bg);color:var(--pa-strip-text);padding:var(--pa-strip-pad) 0}.pa-ticker{display:flex;width:max-content;animation:pa-marquee var(--pa-speed) linear infinite}.pa-ticker-copy{display:flex;flex-shrink:0}.pa-ticker span{display:block;white-space:nowrap;font-size:var(--pa-strip-size);font-weight:800;line-height:1.25;padding-right:48px}.pa-strip-bottom .pa-ticker{animation-direction:reverse}.pa-panels{display:flex;gap:var(--pa-gap);height:var(--pa-height);margin:6px var(--pa-side)}.pa-panel{flex:1 1 0;min-width:0;position:relative;isolation:isolate;overflow:hidden;border-radius:var(--pa-radius);background:var(--pa-panel-bg);color:var(--pa-text);transition:flex-grow .55s cubic-bezier(.2,.7,.2,1)}.pa-panel.is-active{flex-grow:var(--pa-grow)}.pa-media,.pa-media picture,.pa-media img,.pa-media video,.pa-media svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.pa-media img,.pa-media video{object-fit:cover;object-position:var(--pa-x) var(--pa-y)!important}.pa-media picture{z-index:0}.pa-media video{z-index:1}.pa-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,transparent 35%,#0008);background-color:rgb(0 0 0 / var(--pa-overlay));pointer-events:none}.pa-open{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;width:100%;height:100%;background:none;border:0;padding:20px;color:inherit;cursor:pointer;text-align:left;font:inherit}.pa-open span{position:absolute;left:16px;bottom:20px;writing-mode:vertical-rl;transform:rotate(180deg);font-size:18px;font-weight:800;text-shadow:0 1px 8px #000}.pa-panel.is-active .pa-open span{top:20px;bottom:auto;writing-mode:horizontal-tb;transform:none}.pa-content{position:absolute;z-index:4;left:18px;right:18px;bottom:18px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s}.pa-panel.is-active .pa-content{opacity:1;visibility:visible;pointer-events:auto;transition-delay:.15s}.pa-content p{font-size:15px;line-height:1.5;margin:0 0 12px;max-width:38em;text-shadow:0 1px 6px #000}.pa-content a{display:inline-flex;gap:16px;align-items:center;min-height:44px;padding:10px 15px;max-width:100%;background:var(--pa-button-bg);color:var(--pa-button-text);border-radius:24px;font-size:13px;font-weight:700;line-height:1.3;text-decoration:none}.pa-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.pa-open:focus-visible{outline:3px solid var(--pa-text);outline-offset:-6px}.pa-content a:focus-visible{outline:3px solid currentColor;outline-offset:3px}@keyframes pa-marquee{to{transform:translate(-50%)}}@media(max-width:749px){.pa-panels{height:auto;flex-direction:column;margin:6px var(--pa-side-m)}.pa-panel{flex:none;height:var(--pa-closed-m);transition:height .45s cubic-bezier(.2,.7,.2,1)}.pa-panel.is-active{flex:none;height:var(--pa-height-m)}.pa-open{padding:12px}.pa-open span,.pa-panel.is-active .pa-open span{writing-mode:horizontal-tb;transform:none;left:16px;top:50%;bottom:auto;translate:0 -50%;font-size:16px}.pa-panel.is-active .pa-open span{top:18px;translate:none}.pa-content{left:16px;right:16px;bottom:16px}.pa-content p{font-size:14px}.pa-ticker span{font-size:min(var(--pa-strip-size),14px);padding-right:32px}.pa-heading{font-size:25px}}@media(prefers-reduced-motion:reduce){.pa-panel,.pa-content{transition:none}}pk-collection-gallery{display:block;overflow:hidden;background:var(--pk-bg);color:var(--pk-fg);padding:var(--pk-top) 16px var(--pk-bottom)}pk-collection-gallery *{box-sizing:border-box}pk-collection-gallery[data-full-width=true] .pk-gallery-inner{max-width:none}.pk-gallery-inner{max-width:var(--pk-max);margin:auto;position:relative}.pk-gallery-header{text-align:center;margin:0 auto 26px;max-width:780px}.pk-gallery-header h2{font-family:var(--font-heading-family,inherit);font-size:var(--pk-heading);line-height:1.12;letter-spacing:-.04em;color:var(--pk-fg);margin:0;font-weight:800}.pk-gallery-header h2 span{color:var(--pk-accent)}.pk-gallery-subtitle{font-size:14px;line-height:1.6;margin:10px auto 0}.pk-gallery-subtitle p{margin:0}.pk-gallery-stage{position:relative;display:flex;gap:20px;overflow:auto;padding:12px 0 20px;touch-action:pan-y}.pk-gallery-card{aspect-ratio:var(--pk-ratio);width:min(var(--pk-card),85%);flex-shrink:0;border-radius:var(--pk-radius);background:var(--pk-card-bg);color:var(--pk-card-text);box-shadow:0 3px 12px #0003;overflow:hidden}.pk-gallery-link{display:grid;height:100%;grid-template-rows:minmax(0,1fr) auto;color:inherit;text-decoration:none;-webkit-user-drag:none}.pk-gallery-image{position:relative;min-height:0;background:var(--pk-card-bg)}.pk-gallery-image picture{display:block;width:100%;height:100%}.pk-gallery-image img,.pk-gallery-image svg{display:block;width:100%;height:100%;object-fit:var(--pk-fit);-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.pk-gallery-badge{position:absolute;top:16px;left:50%;transform:translate(-50%);max-width:90%;border-radius:30px;padding:6px 14px;background:var(--pk-accent);color:#fff;font-size:11px;line-height:1.25;text-align:center;font-weight:700}.pk-gallery-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}.pk-gallery-caption>div{min-width:0}.pk-gallery-caption h3{color:inherit;font-family:var(--font-heading-family,inherit);font-size:19px;font-weight:800;line-height:1.15;margin:0;overflow-wrap:anywhere}.pk-gallery-caption p{font-size:11px;line-height:1.4;margin:5px 0 0;overflow-wrap:anywhere}.pk-gallery-cta{flex-shrink:0;max-width:45%;background:var(--pk-btn-bg);color:var(--pk-btn-text);border-radius:5px;font-size:11px;line-height:1.25;font-weight:700;padding:11px;text-align:center;overflow-wrap:anywhere}.pk-gallery-controls{display:none;align-items:center;justify-content:center;gap:16px;margin-top:12px}.pk-ready .pk-gallery-controls{display:flex}.pk-gallery-controls button{border:0;cursor:pointer}.pk-gallery-controls>button{width:44px;height:44px;border-radius:50%;background:var(--pk-fg);color:var(--pk-bg);font:28px/1 sans-serif}.pk-gallery-dots{display:flex;gap:0;flex-wrap:wrap;justify-content:center}.pk-gallery-dots button{width:24px;height:44px;background:transparent;padding:8px;position:relative}.pk-gallery-dots button:after{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--pk-fg);opacity:.25}.pk-gallery-dots button[aria-current=true]:after{background:var(--pk-accent);opacity:1}pk-collection-gallery :focus-visible{outline:3px solid var(--pk-accent);outline-offset:3px}.pk-gallery-status{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.pk-ready .pk-gallery-stage{display:block;overflow:visible;padding:0}.pk-ready .pk-gallery-card{position:absolute;left:50%;top:50%;width:var(--pk-auto-card,var(--pk-card));max-width:80%;transition:transform .4s ease,filter .4s ease,opacity .4s ease;will-change:transform}@media(min-width:750px){.pk-gallery-controls>button{position:absolute;top:50%;z-index:20;background:var(--pk-bg);color:var(--pk-fg);box-shadow:0 2px 10px #0002}.pk-gallery-controls>[data-step="-1"]{left:0}.pk-gallery-controls>[data-step="1"]{right:0}}@media(max-width:749px){pk-collection-gallery{padding:var(--pk-pad-m) 12px}.pk-gallery-header{margin-bottom:18px}.pk-gallery-header h2{font-size:var(--pk-heading-m)}.pk-gallery-subtitle{font-size:13px;max-width:34em}.pk-ready .pk-gallery-card{width:var(--pk-mobile);max-width:90%}.pk-gallery-caption{padding:12px;gap:8px;flex-wrap:wrap}.pk-gallery-caption h3{font-size:18px}.pk-gallery-cta{font-size:10px}.pk-gallery-badge{top:12px;font-size:10px}}@media(prefers-reduced-motion:reduce){.pk-ready .pk-gallery-card{transition:none}}.pk-oversize-product__size-guide-trigger{min-height:50.4px;padding:11.2px 16px;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;border:0;border-bottom:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;font-size:12.16px;font-weight:850;text-transform:uppercase;cursor:pointer}.pk-oversize-product__size-guide-trigger:hover{border-color:#e50914;color:#e50914}.pk-oversize-product__size-guide{width:min(calc(100% - 32px),1024px);height:min(90dvh,832px);max-height:calc(100dvh - 32px);padding:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--pk-size-guide-text) 16%,transparent);border-radius:var(--pk-size-guide-radius);background:var(--pk-size-guide-bg);color:var(--pk-size-guide-text);box-shadow:0 32px 80px #00000057}.pk-oversize-product__size-guide[open]{display:grid;grid-template-rows:auto auto minmax(0,1fr)}.pk-oversize-product__size-guide::backdrop{background:#070c12c7;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pk-oversize-product__size-guide-head{min-height:75.2px;padding:13.6px clamp(16px,2.4vw,32px);display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--pk-size-guide-bg)}.pk-oversize-product__size-guide-intro{min-width:0}.pk-oversize-product__size-guide-intro span{color:var(--pk-size-guide-accent);font-size:9.92px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.pk-oversize-product__size-guide-intro h2{margin-top:3.2px;font-family:var(--font-heading--family);font-size:clamp(21.6px,2.5vw,30.4px);line-height:1.05}.pk-oversize-product__size-guide-head>button{width:44px;height:44px;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--pk-size-guide-text) 20%,transparent);border-radius:50%;background:transparent;color:var(--pk-size-guide-text);font-size:23.2px;line-height:1;cursor:pointer}.pk-oversize-product__size-guide-head>button:hover{border-color:var(--pk-size-guide-accent);color:var(--pk-size-guide-accent)}.pk-oversize-product__size-guide-tabs{margin-inline:clamp(16px,3.4vw,44px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid color-mix(in srgb,var(--pk-size-guide-text) 18%,transparent)}.pk-oversize-product__size-guide-tabs button{min-height:62.4px;padding:12px 16px;border:1px solid transparent;border-bottom:0;background:transparent;color:color-mix(in srgb,var(--pk-size-guide-text) 68%,transparent);font-size:15.04px;font-weight:650;cursor:pointer}.pk-oversize-product__size-guide-tabs button[aria-selected=true]{border-color:color-mix(in srgb,var(--pk-size-guide-text) 18%,transparent);background:color-mix(in srgb,var(--pk-size-guide-text) 3%,var(--pk-size-guide-bg));color:var(--pk-size-guide-text);font-weight:850;box-shadow:inset 0 3px var(--pk-size-guide-accent)}.pk-oversize-product__size-guide-tabs button:focus-visible{position:relative;z-index:1;outline:2px solid var(--pk-size-guide-accent);outline-offset:-3px}.pk-oversize-product__size-guide-content{min-height:0;overflow:hidden}.pk-oversize-product__size-guide-tab-panel{height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.pk-oversize-product__size-guide-tab-panel[hidden]{display:none}.pk-oversize-product__size-guide-panel{width:min(100%,768px);margin-inline:auto;padding:clamp(24px,3.5vw,44px)}.pk-oversize-product__size-guide-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.pk-oversize-product__size-guide-toolbar h3{font-family:var(--font-heading--family);font-size:clamp(16.8px,2vw,21.6px);line-height:1.2}.pk-oversize-product__size-guide-toolbar h3>span{color:color-mix(in srgb,var(--pk-size-guide-text) 55%,transparent);font-size:.72em}.pk-oversize-product__size-guide-units{min-width:142.4px;padding:3.2px;display:grid;grid-template-columns:1fr 1.25fr;border:1px solid color-mix(in srgb,var(--pk-size-guide-text) 20%,transparent);border-radius:999px}.pk-oversize-product__size-guide-units button{min-height:40px;padding:7.2px 11.2px;border:0;border-radius:999px;background:transparent;color:var(--pk-size-guide-text);font-size:11.2px;font-weight:800;cursor:pointer}.pk-oversize-product__size-guide-units button[aria-pressed=true]{background:var(--pk-size-guide-accent);color:#fff}.pk-oversize-product__size-guide-table-wrap{margin-top:22.4px;overflow-x:auto;border:1px solid color-mix(in srgb,var(--pk-size-guide-text) 16%,transparent);border-radius:min(var(--pk-size-guide-radius),16px)}.pk-oversize-product__size-guide-table{width:100%;min-width:448px;border-collapse:separate;border-spacing:0;table-layout:fixed;color:var(--pk-size-guide-text);font-size:clamp(13.76px,1.5vw,16px)}.pk-oversize-product__size-guide-table caption{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.pk-oversize-product__size-guide-table th,.pk-oversize-product__size-guide-table td{padding:16px 12.8px;border-right:1px solid color-mix(in srgb,var(--pk-size-guide-text) 12%,transparent);border-bottom:1px solid color-mix(in srgb,var(--pk-size-guide-text) 12%,transparent);text-align:center}.pk-oversize-product__size-guide-table tr>*:last-child{border-right:0}.pk-oversize-product__size-guide-table tbody tr:last-child>*{border-bottom:0}.pk-oversize-product__size-guide-table thead th{background:color-mix(in srgb,var(--pk-size-guide-text) 5%,var(--pk-size-guide-bg));font-weight:850}.pk-oversize-product__size-guide-table thead th:first-child,.pk-oversize-product__size-guide-table tbody th{width:22%;text-align:left}.pk-oversize-product__size-guide-table tbody th{font-weight:800}.pk-oversize-product__size-guide-table td{font-variant-numeric:tabular-nums}.pk-oversize-product__size-guide-table td small{color:color-mix(in srgb,var(--pk-size-guide-text) 58%,transparent);font-size:.78em;white-space:nowrap}.pk-oversize-product__size-guide-tolerance{margin-top:14.4px;color:color-mix(in srgb,var(--pk-size-guide-text) 68%,transparent);font-size:12.48px;font-style:italic}.pk-oversize-product__size-guide-measure{width:min(100%,928px);margin-inline:auto;padding:clamp(20px,3.5vw,44px);display:grid;grid-template-columns:minmax(0,1.15fr) minmax(272px,.85fr);align-items:start;gap:clamp(24px,4vw,48px)}.pk-oversize-product__size-guide-media{min-width:0;overflow:hidden;border:1px solid color-mix(in srgb,var(--pk-size-guide-text) 12%,transparent);border-radius:min(var(--pk-size-guide-radius),16px);background:#fff}.pk-oversize-product__size-guide-media img{width:100%;height:auto;display:block;object-fit:contain;object-position:center}.pk-oversize-product__size-guide-copy h3{font-family:var(--font-heading--family);font-size:clamp(18.4px,2vw,24px);line-height:1.2}.pk-oversize-product__size-guide-note,.pk-oversize-product__size-guide-rte{margin-top:16px;color:color-mix(in srgb,var(--pk-size-guide-text) 78%,transparent);font-size:14.4px;line-height:1.7}.pk-oversize-product__size-guide-note>*+*,.pk-oversize-product__size-guide-rte>*+*{margin-top:11.2px}@media(max-width:749px){.pk-oversize-product__size-guide{width:calc(100vw - 20px);height:min(88dvh,768px);max-width:none;max-height:calc(100dvh - 20px);margin:auto;top:0;right:0;bottom:0;left:0;box-sizing:border-box;border-radius:min(var(--pk-size-guide-radius),14px)}.pk-oversize-product__size-guide-head{min-height:60.8px;padding:8.8px 12.8px 5.6px 16px;justify-content:flex-end}.pk-oversize-product__size-guide-intro{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.pk-oversize-product__size-guide-head>button{width:44px;height:44px;font-size:22.4px}.pk-oversize-product__size-guide-tabs{margin-inline:13.6px}.pk-oversize-product__size-guide-tabs button{min-height:58.4px;padding:10.4px 5.6px;font-size:clamp(14.08px,4.2vw,16px)}.pk-oversize-product__size-guide-panel{padding:20.8px 13.6px 26.4px}.pk-oversize-product__size-guide-toolbar{display:grid;justify-items:center;gap:13.6px;text-align:center}.pk-oversize-product__size-guide-toolbar h3{max-width:448px;font-size:clamp(15.2px,4.5vw,17.92px)}.pk-oversize-product__size-guide-units{width:139.2px;min-width:0}.pk-oversize-product__size-guide-units button{min-height:37.6px;padding:6.4px 7.2px;font-size:10.24px}.pk-oversize-product__size-guide-table-wrap{width:100%;margin-top:17.6px}.pk-oversize-product__size-guide-table{min-width:0;table-layout:fixed;font-size:clamp(13.12px,4vw,15.2px)}.pk-oversize-product__size-guide-table th,.pk-oversize-product__size-guide-table td{padding:14.4px 6.4px;overflow-wrap:anywhere}.pk-oversize-product__size-guide-table thead th:first-child,.pk-oversize-product__size-guide-table tbody th{width:24%}.pk-oversize-product__size-guide-table td small{display:inline;font-size:.72em}.pk-oversize-product__size-guide-tolerance{font-size:11.52px}.pk-oversize-product__size-guide-measure{padding:18.4px 13.6px 28px;grid-template-columns:minmax(0,1fr);gap:20px}.pk-oversize-product__size-guide-media{border-radius:min(var(--pk-size-guide-radius),10px)}.pk-oversize-product__size-guide-copy h3{font-size:17.6px}.pk-oversize-product__size-guide-note,.pk-oversize-product__size-guide-rte{margin-top:12.8px;font-size:13.76px;line-height:1.62}}pk-roa-size-guide{display:block}pk-roa-size-guide h2,pk-roa-size-guide h3{color:var(--pk-size-guide-text);margin-bottom:0}pk-roa-size-guide .pk-oversize-product__size-guide-trigger{width:100%}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map */
