/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}.nowrap{white-space:nowrap;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.ws-cart-add{display:flex;flex-direction:column;gap:0.875rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--ws-color-border,#e5e7eb);box-sizing:border-box;width:100%;}.ws-cart-add *,.ws-cart-add *::before,.ws-cart-add *::after{box-sizing:border-box;}@media (min-width:600px){.ws-cart-add{gap:1rem;margin-top:1.25rem;padding-top:1.25rem;}}.ws-cart-add__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:0.5rem;}.ws-cart-add__row{display:flex;flex-direction:column;align-items:stretch;gap:0.625rem;}@media (min-width:480px){.ws-cart-add__row{flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:0.75rem;}}.ws-cart-add__row > .quantity-selector{flex:0 0 auto;align-self:flex-start;}@media (min-width:480px){.ws-cart-add__row > .quantity-selector{align-self:stretch;}}.ws-cart-add__row > .button{flex:0 0 auto;font-weight:600;letter-spacing:0.02em;padding:0.625rem 1rem !important;line-height:1.25;font-size:0.9375rem;min-height:2.75rem;}@media (min-width:480px){.ws-cart-add__row > .button{flex:1 1 10rem;padding:0.625rem 1.25rem !important;}}.ws-cart-add .button[aria-busy="true"]::before{content:"";display:inline-block;width:1rem;height:1rem;margin-right:0.5rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:ws-cart-add-spin 0.7s linear infinite;vertical-align:-2px;}@keyframes ws-cart-add-spin{to{transform:rotate(360deg);}}.cart-badge.is-bumping{animation:ws-cart-badge-bump 0.45s cubic-bezier(0.34,1.56,0.64,1);}@keyframes ws-cart-badge-bump{0%{transform:scale(1);}40%{transform:scale(1.18);}100%{transform:scale(1);}}.ws-cart-add__shipping{display:inline-flex;align-items:center;gap:0.375rem;margin:0 0 0.25rem;color:var(--color-green-600,#16a34a);font-size:0.8125rem;font-weight:var(--font-weight-semibold,600);line-height:1.2;}.ws-cart-add__shipping-icon{flex:0 0 auto;}.ws-cart-add__tiers{display:flex;flex-wrap:wrap;gap:0.5rem 1rem;margin:0.25rem 0 0;font-size:0.8125rem;}.ws-cart-add__tier{display:flex;flex-direction:column;gap:0.1rem;}.ws-cart-add__tier-line{white-space:nowrap;color:var(--color-neutral-600,#525252);}.ws-cart-add__tier-qty{font-weight:var(--font-weight-bold,700);}.ws-cart-add__tier-price{color:var(--color-red-600,#dc2626);font-weight:var(--font-weight-semibold,600);}.ws-cart-add__unit{display:flex;flex-wrap:wrap;align-items:center;gap:0.25rem 0.375rem;margin:0.125rem 0 0;color:var(--color-neutral-600,#525252);font-size:0.8125rem;line-height:1.3;}.ws-cart-add__unit-icon{flex:0 0 auto;color:var(--color-neutral-500,#737373);}.ws-cart-add__unit-sep{color:var(--color-neutral-400,#a3a3a3);}.ws-cart-add__unit-price{color:var(--color-neutral-800,#262626);font-weight:var(--font-weight-semibold,600);white-space:nowrap;}.ws-cart-add__tier-unit{color:var(--color-neutral-500,#737373);font-size:0.625rem;line-height:1.2;white-space:nowrap;}.ws-cart-add__tier-unit strong{color:var(--color-neutral-600,#525252);font-weight:var(--font-weight-medium,500);}.ws-cart-add__tier-shipping{color:var(--color-green-600,#16a34a);font-size:0.75rem;font-weight:var(--font-weight-semibold,600);}
.ws-voucher-notice{position:fixed;left:50%;bottom:1.25rem;z-index:1300;max-width:min(28rem,calc(100vw - 2rem));padding:0.875rem 1.25rem;font-size:0.9375rem;font-weight:600;line-height:1.45;text-align:center;color:#ffffff;background-color:var(--color-gray-900,#0f172a);border-radius:0.75rem;box-shadow:0 12px 28px rgba(15,23,42,0.28);opacity:0;pointer-events:none;transform:translate(-50%,0.75rem);transition:opacity 200ms ease-out,transform 200ms ease-out;}.ws-voucher-notice.is-visible{opacity:1;transform:translate(-50%,0);}.ws-voucher-notice--success{background-color:var(--color-gray-900,#0f172a);}.ws-voucher-notice--error{background-color:var(--color-red-700,#B91C1C);}@media (prefers-reduced-motion:reduce){.ws-voucher-notice{transition:none;}}
.ws-compare-button{--ws-compare-size:2rem;--ws-compare-icon:1.05rem;--ws-compare-bg:rgba(255,255,255,0.92);--ws-compare-fg:#374151;--ws-compare-accent:#2563eb;--ws-compare-accent-soft:#eff6ff;width:var(--ws-compare-size);height:var(--ws-compare-size);padding:0;border:1px solid rgba(0,0,0,0.08);background:var(--ws-compare-bg);color:var(--ws-compare-fg);border-radius:999px;position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color 160ms ease,background-color 160ms ease,border-color 160ms ease,transform 120ms ease;}.ws-compare-button--md{--ws-compare-size:2.5rem;--ws-compare-icon:1.3rem;}.ws-compare-button__icon{width:var(--ws-compare-icon);height:var(--ws-compare-icon);}.ws-compare-button__icon-box{stroke:currentColor;fill:transparent;}.ws-compare-button__icon-check{stroke:currentColor;fill:none;opacity:0;transition:opacity 160ms ease;}.ws-compare-button:hover{color:var(--ws-compare-accent);border-color:rgba(37,99,235,0.4);}.ws-compare-button:focus-visible{outline:2px solid var(--ws-compare-accent);outline-offset:2px;}.ws-compare-button[aria-busy="true"]{opacity:0.65;pointer-events:none;}.ws-compare-button.is-selected{color:var(--ws-compare-accent);background:var(--ws-compare-accent-soft);border-color:rgba(37,99,235,0.55);}.ws-compare-button.is-selected .ws-compare-button__icon-check{opacity:1;}.ws-compare-button.is-selected:active{transform:scale(0.92);}.ws-category-page__card-compare{position:absolute;inset-block-start:2.625rem;inset-inline-end:0.5rem;z-index:3;}@media (hover:none),(pointer:coarse){.ws-category-page__card-compare{inset-block-start:2.25rem;}.ws-category-page__card-compare .ws-compare-button{--ws-compare-size:1.625rem;--ws-compare-icon:0.875rem;}}.ws-product-page__gallery-compare{position:absolute;inset-block-start:3.375rem;inset-inline-end:var(--space-3,0.75rem);z-index:4;}@media (min-width:768px){.ws-product-page__gallery-compare{inset-block-start:3.625rem;inset-inline-end:var(--space-4,1rem);}}
.ws-compare-tray{--ws-tray-bg:rgba(255,255,255,0.96);--ws-tray-border:rgba(15,23,42,0.1);--ws-tray-fg:#0f172a;--ws-tray-muted:#64748b;--ws-tray-accent:#2563eb;--ws-tray-accent-fg:#fff;--ws-tray-shadow:0 -10px 40px -10px rgba(15,23,42,0.18),0 -4px 12px -4px rgba(15,23,42,0.08);--ws-tray-radius:20px;position:fixed;left:0;right:0;bottom:0;z-index:60;pointer-events:none;}body:has(.ws-compare-tray:not(.is-empty):not(.is-collapsed)){padding-bottom:200px;}body:has(.ws-compare-tray.is-collapsed){padding-bottom:84px;}@media (min-width:768px){body:has(.ws-compare-tray:not(.is-empty):not(.is-collapsed)){padding-bottom:24px;}body:has(.ws-compare-tray.is-collapsed){padding-bottom:0;}}.ws-compare-tray__inner{background:var(--ws-tray-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--ws-tray-border);box-shadow:var(--ws-tray-shadow);padding:12px 16px 16px;display:flex;flex-direction:column;gap:10px;pointer-events:auto;transform:translateY(0);transition:transform 0.32s cubic-bezier(0.22,1,0.36,1),opacity 0.24s ease;padding-bottom:max(16px,env(safe-area-inset-bottom,16px));}.ws-compare-tray.is-empty .ws-compare-tray__inner,.ws-compare-tray.is-collapsed .ws-compare-tray__inner{transform:translateY(120%);opacity:0;pointer-events:none;}.ws-compare-tray.is-empty.is-open .ws-compare-tray__inner{transform:translateY(0);opacity:1;pointer-events:auto;}.ws-compare-tray__heading{display:flex;align-items:center;justify-content:space-between;gap:8px;}.ws-compare-tray__heading-text{display:flex;align-items:baseline;gap:8px;}.ws-compare-tray__title{font-weight:700;font-size:15px;letter-spacing:-0.01em;color:var(--ws-tray-fg);}.ws-compare-tray__count{font-size:13px;color:var(--ws-tray-muted);}.ws-compare-tray__heading-actions{display:inline-flex;align-items:center;gap:2px;}.ws-compare-tray__clear,.ws-compare-tray__collapse{width:32px;height:32px;border:none;background:transparent;color:var(--ws-tray-muted);border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;transition:background 0.16s ease,color 0.16s ease,transform 0.18s ease;}.ws-compare-tray__clear svg,.ws-compare-tray__collapse svg{width:18px;height:18px;}.ws-compare-tray__clear:hover,.ws-compare-tray__clear:focus-visible,.ws-compare-tray__collapse:hover,.ws-compare-tray__collapse:focus-visible{background:rgba(15,23,42,0.06);color:var(--ws-tray-fg);outline:none;}.ws-compare-tray__slots{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;}.ws-compare-tray__slot{position:relative;aspect-ratio:1 / 1;border-radius:12px;background:rgba(15,23,42,0.04);border:1px dashed rgba(15,23,42,0.18);display:flex;align-items:center;justify-content:center;overflow:hidden;}.ws-compare-tray__slot.is-filled{background:#fff;border-style:solid;border-color:rgba(15,23,42,0.12);}.ws-compare-tray__slot-link{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;text-decoration:none;}.ws-compare-tray__slot-image{width:100%;height:100%;object-fit:cover;}.ws-compare-tray__slot-placeholder{color:var(--ws-tray-muted);width:50%;height:50%;display:flex;align-items:center;justify-content:center;}.ws-compare-tray__slot-placeholder svg{width:100%;height:100%;opacity:0.5;}.ws-compare-tray__slot.is-empty .ws-compare-tray__slot-placeholder{opacity:0.4;}.ws-compare-tray__slot-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:none;background:rgba(15,23,42,0.78);color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;z-index:2;transition:transform 0.16s ease,background 0.16s ease;}.ws-compare-tray__slot-remove svg{width:12px;height:12px;}.ws-compare-tray__slot-remove:hover{background:#ef4444;transform:scale(1.08);}.ws-compare-tray__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--ws-tray-accent);color:var(--ws-tray-accent-fg);text-decoration:none;padding:12px 16px;border-radius:12px;font-weight:600;font-size:14px;letter-spacing:0.01em;width:100%;transition:background 0.16s ease,transform 0.16s ease,opacity 0.16s ease;}.ws-compare-tray__cta svg{width:16px;height:16px;}.ws-compare-tray__cta:hover{background:#1d4ed8;}.ws-compare-tray__cta:active{transform:scale(0.98);}.ws-compare-tray__cta.is-disabled{opacity:0.45;pointer-events:none;background:var(--ws-tray-muted);}.ws-compare-tray__hint{position:fixed;right:16px;bottom:16px;bottom:max(16px,env(safe-area-inset-bottom,16px));width:48px;height:48px;border-radius:50%;border:none;background:var(--ws-tray-accent);color:#fff;display:none;align-items:center;justify-content:center;padding:0;cursor:pointer;box-shadow:0 10px 24px -8px rgba(37,99,235,0.5);pointer-events:auto;z-index:61;transition:transform 0.16s ease;}.ws-compare-tray__hint svg{width:22px;height:22px;}.ws-compare-tray__hint:hover{transform:scale(1.06);}.ws-compare-tray__hint-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:10px;background:#fff;color:var(--ws-tray-accent);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--ws-tray-accent);}.ws-compare-tray.is-collapsed:not(.is-empty) .ws-compare-tray__hint{display:inline-flex;}.ws-compare-tray.is-collapsed.is-open:not(.is-empty) .ws-compare-tray__hint{display:none;}@media (min-width:768px){.ws-compare-tray{left:auto;right:16px;bottom:16px;max-width:380px;width:calc(100% - 32px);}.ws-compare-tray__inner{border-radius:var(--ws-tray-radius);border:1px solid var(--ws-tray-border);padding:14px;}.ws-compare-tray__hint{right:24px;bottom:24px;}}@media (prefers-reduced-motion:reduce){.ws-compare-tray__inner,.ws-compare-tray__cta,.ws-compare-button__check,.ws-compare-button__icon-stack,.ws-compare-button__box{transition:none;}}.ws-compare-toast{position:fixed;left:50%;bottom:96px;transform:translate(-50%,12px);background:#0f172a;color:#fff;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:500;box-shadow:0 10px 24px -8px rgba(15,23,42,0.45);opacity:0;pointer-events:none;transition:opacity 0.18s ease,transform 0.22s ease;z-index:80;max-width:calc(100% - 32px);text-align:center;}.ws-compare-toast.is-visible{opacity:1;transform:translate(-50%,0);}@media (min-width:768px){.ws-compare-toast{left:auto;right:24px;bottom:120px;transform:translateY(12px);}.ws-compare-toast.is-visible{transform:translateY(0);}}
.ws-favorites-button{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:0;background:rgba(255,255,255,0.92);color:var(--color-neutral-700,#334155);border:1px solid rgba(0,0,0,0.08);border-radius:999px;cursor:pointer;transition:color 160ms ease,background-color 160ms ease,border-color 160ms ease,transform 120ms ease;}.ws-favorites-button:hover{color:#e11d48;border-color:rgba(225,29,72,0.4);}.ws-favorites-button:focus-visible{outline:2px solid var(--color-brand-primary,#2563eb);outline-offset:2px;}.ws-favorites-button[aria-busy="true"]{opacity:0.65;pointer-events:none;}.ws-favorites-button__icon{width:100%;height:100%;stroke:currentColor;stroke-width:2;fill:transparent;stroke-linejoin:round;stroke-linecap:round;transition:fill 160ms ease;}.ws-favorites-button.is-favorited{color:#e11d48;border-color:rgba(225,29,72,0.55);background:#fff5f7;}.ws-favorites-button.is-favorited .ws-favorites-button__icon{fill:currentColor;}.ws-favorites-button.is-favorited:active{transform:scale(0.92);}.ws-favorites-button--sm{width:2rem;height:2rem;}.ws-favorites-button--sm .ws-favorites-button__icon{width:1.05rem;height:1.05rem;}.ws-favorites-button--md{width:2.5rem;height:2.5rem;}.ws-favorites-button--md .ws-favorites-button__icon{width:1.3rem;height:1.3rem;}.ws-category-page__card-heart{position:absolute;inset-block-start:0.5rem;inset-inline-end:0.5rem;z-index:3;}@media (hover:none),(pointer:coarse){.ws-category-page__card-heart .ws-favorites-button--sm{width:1.625rem;height:1.625rem;}.ws-category-page__card-heart .ws-favorites-button--sm .ws-favorites-button__icon{width:0.875rem;height:0.875rem;}}.ws-product-page__gallery{position:relative;}.ws-product-page__gallery-heart{position:absolute;inset-block-start:var(--space-3,0.75rem);inset-inline-end:var(--space-3,0.75rem);z-index:4;}@media (min-width:768px){.ws-product-page__gallery-heart{inset-block-start:var(--space-4,1rem);inset-inline-end:var(--space-4,1rem);}}
.ws-swatch-zoom{display:inline-block;flex:none;padding:0;overflow:hidden;border:1px solid rgba(16,24,40,0.14);border-radius:50%;background:#fff;cursor:zoom-in;line-height:0;-webkit-appearance:none;appearance:none;}.ws-swatch-zoom img{display:block;width:100%;height:100%;object-fit:cover;}.ws-swatch-zoom:focus-visible{outline:2px solid #1b4bd8;outline-offset:2px;}html.ws-swatch-lightbox-open{overflow:hidden;}.ws-swatch-lightbox{position:fixed;z-index:1600;inset:0;display:none;align-items:center;justify-content:center;padding:1.5rem;background:rgba(9,12,20,0.88);}.ws-swatch-lightbox.is-open{display:flex;}.ws-swatch-lightbox__figure{display:flex;flex-direction:column;align-items:center;gap:0.75rem;margin:0;max-width:100%;max-height:100%;}.ws-swatch-lightbox__image{display:block;max-width:min(650px,100%);max-height:calc(100vh - 7rem);border-radius:10px;background:#fff;object-fit:contain;}.ws-swatch-lightbox__caption{max-width:100%;color:#f8fafc;font-size:0.95rem;text-align:center;word-break:break-word;}.ws-swatch-lightbox__close{position:absolute;top:0.75rem;right:0.75rem;display:flex;width:44px;height:44px;align-items:center;justify-content:center;border:0;border-radius:50%;background:rgba(255,255,255,0.14);color:#fff;font-size:1.15rem;line-height:1;cursor:pointer;}.ws-swatch-lightbox__close:hover,.ws-swatch-lightbox__close:focus-visible{background:rgba(255,255,255,0.28);}
.ws-product-page{--ws-product-page-radius:var(--radius-lg,0.75rem);--ws-product-page-card-bg:var(--color-white,#fff);--ws-product-page-card-border:1px solid var(--color-neutral-200,#e2e8f0);display:flex;flex-direction:column;gap:var(--space-4,1rem);padding-block:0 var(--space-7,3rem);color:var(--color-neutral-800,#1e293b);}body:has(.ws-product-page){overflow-x:clip;}body:has(.ws-product-page) .layout-content-above,body:has(.ws-lp) .layout-content-above{margin-block-end:0;}body:has(.ws-product-page) .layout-breadcrumb:not(:has(*)),body:has(.ws-product-page) .layout-content-above:not(:has(*)),body:has(.ws-lp) .layout-breadcrumb:not(:has(*)),body:has(.ws-lp) .layout-content-above:not(:has(*)){display:none;}.ws-product-page__tabs{position:relative;left:50%;right:50%;width:100vw;margin-left:-50vw;margin-right:-50vw;margin-block-start:0;margin-block-end:var(--space-4,1rem);background:var(--color-white,#fff);border-bottom:1px solid var(--color-neutral-200,#e2e8f0);box-shadow:0 1px 0 rgba(15,23,42,0.02);}@media (min-width:48rem){body.ws-shop-admin-sidebar-active .ws-product-page__tabs{width:calc(100vw - 16rem);margin-left:calc(-50vw + 8rem);margin-right:calc(-50vw + 8rem);}}.ws-product-page__tabs-inner{width:100%;margin-inline:auto;padding-inline:var(--space-4,1rem);}@media (min-width:768px){.ws-product-page__tabs-inner{padding-inline:var(--space-5,1.5rem);}}@media (min-width:1024px){.ws-product-page__tabs-inner{max-width:1200px;padding-inline:var(--space-6,2rem);}}@media (min-width:1280px){.ws-product-page__tabs-inner{max-width:1280px;}}.ws-product-page__tabs-list{display:flex;gap:var(--space-1,0.25rem);list-style:none;margin:0;padding:0;}.ws-product-page__tabs-item{margin:0;}.ws-product-page__tabs-link{display:inline-flex;align-items:center;height:2.5rem;padding-inline:var(--space-3,0.75rem);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium,500);letter-spacing:0.01em;color:var(--color-neutral-500,#64748b);text-decoration:none;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--transition-fast,150ms ease-in-out),border-color var(--transition-fast,150ms ease-in-out);}.ws-product-page__tabs-link:hover{color:var(--color-neutral-800,#1e293b);}.ws-product-page__tabs-link.is-active{color:var(--color-brand-primary,#1e40af);border-bottom-color:var(--color-brand-primary,#1e40af);}.ws-product-page__tabs-link:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px;border-radius:var(--radius-sm,0.25rem);}.ws-product-page__breadcrumb{font-size:var(--font-size-sm);color:var(--color-neutral-500);}.ws-product-page__breadcrumb .breadcrumb{padding-block:var(--space-4,1rem) 0;}.ws-product-page__eyebrow{font-size:var(--font-size-sm);font-weight:var(--font-weight-medium,500);letter-spacing:0.04em;text-transform:uppercase;color:var(--color-brand-primary,#1e40af);text-decoration:none;width:fit-content;}a.ws-product-page__eyebrow:hover{text-decoration:underline;}.ws-product-page__title{font-size:var(--font-size-2xl);font-weight:var(--font-weight-bold,700);line-height:var(--line-height-tight,1.25);letter-spacing:-0.01em;margin:0;color:var(--color-neutral-900,#0f172a);}.ws-product-page__title--inactive{color:var(--color-red-600,#dc2626);}.ws-product-page__hero{display:grid;gap:var(--space-5,1.5rem);grid-template-columns:minmax(0,1fr);}.ws-product-page__gallery{display:flex;flex-direction:column;gap:var(--space-3,0.75rem);}.ws-product-page__gallery-main{position:relative;aspect-ratio:1 / 1;width:100%;padding:0;display:block;overflow:hidden;background-color:var(--color-neutral-50,#f8fafc);border:var(--ws-product-page-card-border);border-radius:var(--ws-product-page-radius);cursor:zoom-in;transition:box-shadow var(--transition-base,250ms ease-in-out);}.ws-product-page__gallery-main:hover{box-shadow:var(--shadow-md,0 4px 6px rgba(0,0,0,0.07));}.ws-product-page__gallery-main:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px;}.ws-product-page__gallery-image{width:100%;height:100%;object-fit:contain;display:block;}.ws-product-page__gallery-track{display:flex;width:100%;height:100%;will-change:transform;transition:transform 320ms cubic-bezier(0.22,0.61,0.36,1);touch-action:pan-y;}.ws-product-page__gallery-track.is-dragging{transition:none;}.ws-product-page__gallery-slide{position:relative;flex:0 0 100%;width:100%;height:100%;}.ws-product-page__gallery-open{position:absolute;inset:0;z-index:2;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;touch-action:pan-y;}.ws-product-page__gallery-open:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:-2px;}.ws-product-page__gallery-video{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:contain;background:var(--color-neutral-50,#f8fafc);opacity:0;pointer-events:none;transition:opacity 200ms ease-in-out;}.ws-product-page__gallery-main.is-video-active .ws-product-page__gallery-video{opacity:1;}.ws-product-page__gallery-video-toggle{position:absolute;inset:0;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;margin:auto;padding:0;border:0;border-radius:var(--radius-full,9999px);background:rgba(15,23,42,0.42);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);box-shadow:inset 0 0 0 1.5px rgba(255,255,255,0.75);color:#fff;cursor:pointer;transition:opacity 200ms ease-in-out;}.ws-product-page__gallery-video-toggle svg{width:1.5rem;height:1.5rem;margin-left:3px;}.ws-product-page__gallery-main.is-video-active
  .ws-product-page__gallery-video-toggle{opacity:0.55;}.ws-product-page__gallery-main.is-video-active
  .ws-product-page__gallery-video-toggle svg{margin-left:0;}.ws-product-page__gallery-video-toggle:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px;}@media (hover:hover) and (pointer:fine){.ws-product-page__gallery-video-toggle{display:none;}}.ws-product-page__gallery-main.is-beyond-first
  .ws-product-page__gallery-video-toggle{display:none;}.ws-product-page__gallery-thumb-button.is-current{border-color:var(--color-brand-primary);box-shadow:0 0 0 1px var(--color-brand-primary);}.ws-product-page__gallery-badges{position:absolute;top:0;inset-inline-start:0;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:0.4rem;max-width:calc(100% - 3.5rem);pointer-events:none;}.ws-product-page__gallery-discount,.ws-product-page__gallery-campaign,.ws-product-page__gallery-stock{display:inline-block;max-width:100%;padding:0.3rem 0.6rem;border-radius:var(--radius-sm,0.25rem);border-start-start-radius:0;border-end-start-radius:0;font-size:var(--font-size-base,1rem);font-weight:var(--font-weight-bold,700);line-height:1.1;letter-spacing:0.02em;box-shadow:0 2px 6px rgba(15,23,42,0.18);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.ws-product-page__gallery-discount{background:var(--color-red-600,#dc2626);color:var(--color-white,#fff);}.ws-product-page__gallery-badges > :first-child{border-start-start-radius:calc(var(--ws-product-page-radius,0.75rem) - 1px);}.ws-product-page__gallery-stock{padding:0.25rem 0.5rem;background:var(--color-red-700,#b91c1c);color:var(--color-white,#fff);font-size:var(--font-size-xs,0.75rem);letter-spacing:0.01em;}@media (min-width:768px){.ws-product-page__gallery-discount,.ws-product-page__gallery-campaign{padding:0.35rem 0.7rem;font-size:var(--font-size-lg,1.125rem);}.ws-product-page__gallery-stock{padding:0.3rem 0.6rem;font-size:var(--font-size-sm,0.875rem);}}.ws-product-page__gallery-placeholder{aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background-color:var(--color-neutral-50);border:var(--ws-product-page-card-border);border-radius:var(--ws-product-page-radius);color:var(--color-neutral-400);}.ws-product-page__gallery-placeholder svg{width:4rem;height:4rem;}.ws-product-page__gallery-thumbs{display:flex;gap:var(--space-2,0.5rem);list-style:none;margin:0;padding:0;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior-x:contain;scrollbar-width:none;}.ws-product-page__gallery-thumbs::-webkit-scrollbar{display:none;}.ws-product-page__gallery-thumbs{--ws-thumb-fade-start:0;--ws-thumb-fade-end:0;mask-image:linear-gradient(to right,transparent 0,#000 var(--ws-thumb-fade-start),#000 calc(100% - var(--ws-thumb-fade-end)),transparent 100%);}.ws-product-page__gallery-thumbs--fade-start{--ws-thumb-fade-start:2.5rem;}.ws-product-page__gallery-thumbs--fade-end{--ws-thumb-fade-end:2.5rem;}@media (hover:hover) and (pointer:fine){.ws-product-page__gallery-thumbs--overflowing{cursor:grab;}.ws-product-page__gallery-thumbs.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto;user-select:none;}.ws-product-page__gallery-thumbs.is-dragging img{pointer-events:none;}}.ws-product-page__gallery-thumb{flex:0 0 auto;scroll-snap-align:start;margin:0;}.ws-product-page__gallery-thumb-button{width:4.5rem;height:4.5rem;padding:0;display:block;position:relative;background:var(--color-white);border:2px solid var(--color-neutral-200);border-radius:var(--radius-md,0.5rem);cursor:zoom-in;overflow:hidden;transition:border-color var(--transition-fast,150ms ease-in-out),transform var(--transition-fast);}.ws-product-page__gallery-thumb-button:hover{border-color:var(--color-brand-primary,#1e40af);transform:translateY(-1px);}.ws-product-page__gallery-thumb-button:focus-visible{border-color:var(--color-brand-primary);outline:none;}.ws-product-page__gallery-thumb-button img{width:100%;height:100%;object-fit:cover;display:block;}.ws-product-page__gallery-thumb-button--video{position:relative;background:var(--color-neutral-900,#0f172a);color:var(--color-white,#ffffff);text-decoration:none;cursor:pointer;}.ws-product-page__gallery-thumb-video{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;}.ws-product-page__gallery-thumb-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:rgba(0,0,0,0.55);border-radius:999px;color:var(--color-white,#ffffff);pointer-events:none;}.ws-product-page__gallery-thumb-play svg{width:1rem;height:1rem;margin-left:2px;}.ws-product-page__summary{display:flex;flex-direction:column;gap:var(--space-4,1rem);}.ws-product-page__codes{display:flex;flex-wrap:wrap;gap:var(--space-4,1rem);margin:0;padding:0;font-size:var(--font-size-sm);color:var(--color-neutral-500);}.ws-product-page__code{display:inline-flex;align-items:baseline;gap:var(--space-1,0.25rem);margin:0;}.ws-product-page__code dt{font-weight:var(--font-weight-semibold,600);text-transform:uppercase;letter-spacing:0.04em;font-size:var(--font-size-xs);color:var(--color-neutral-400);margin:0;}.ws-product-page__code dd{margin:0;font-variant-numeric:tabular-nums;color:var(--color-neutral-700);}.ws-product-page__tags{display:flex;flex-wrap:wrap;gap:var(--space-2,0.5rem);list-style:none;margin:0;padding:0;}.ws-product-page__tag{display:inline-flex;}.ws-product-page__tag-link{display:inline-flex;align-items:center;padding:0.25rem 0.65rem;font-size:var(--font-size-xs);font-weight:var(--font-weight-medium,500);background:var(--color-neutral-100);color:var(--color-neutral-700);border-radius:var(--radius-full,9999px);text-decoration:none;transition:background-color 120ms ease,color 120ms ease;}.ws-product-page__tag-link:hover,.ws-product-page__tag-link:focus-visible{background:var(--color-neutral-200);color:var(--color-neutral-900);text-decoration:none;}.ws-product-page__tag-link--brand,.ws-product-page__tag-link--family{flex-direction:column;align-items:flex-start;padding:0.3rem 0.75rem;background:var(--color-neutral-900,#0f172a);color:var(--color-neutral-0,#fff);gap:0.05rem;line-height:1.15;}.ws-product-page__tag-link--brand:hover,.ws-product-page__tag-link--brand:focus-visible,.ws-product-page__tag-link--family:hover,.ws-product-page__tag-link--family:focus-visible{background:var(--color-neutral-700,#334155);color:var(--color-neutral-0,#fff);}.ws-product-page__tag-eyebrow{font-size:0.625rem;font-weight:var(--font-weight-medium,500);text-transform:uppercase;letter-spacing:0.04em;opacity:0.7;}.ws-product-page__tag-label{font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold,600);}.ws-product-page__variants{margin-top:var(--space-2,0.5rem);}.ws-product-page__warranty{display:inline-flex;align-items:center;gap:var(--space-2,0.5rem);padding:0.65rem 0.9rem;width:fit-content;background:var(--color-success-light,#dcfce7);color:var(--color-success,#16a34a);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold,600);border-radius:var(--radius-md);}.ws-product-page__out-of-stock{display:inline-flex;align-items:center;padding:0.75rem 1rem;width:fit-content;background:var(--color-danger-light,#fee2e2);color:var(--color-danger,#b91c1c);font-size:var(--font-size-base,1rem);font-weight:var(--font-weight-semibold,600);border-radius:var(--radius-md);text-transform:uppercase;letter-spacing:0.02em;}.ws-product-page__warranty-icon{width:1.25rem;height:1.25rem;flex:0 0 auto;}.ws-product-page__details{display:flex;flex-direction:column;gap:var(--space-5,1.5rem);}.ws-product-page__section{background:var(--ws-product-page-card-bg);border:var(--ws-product-page-card-border);border-radius:var(--ws-product-page-radius);padding:var(--space-5,1.5rem);box-shadow:var(--shadow-sm,0 1px 2px rgba(0,0,0,0.05));}.ws-product-page__section-title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold,600);line-height:var(--line-height-tight,1.25);margin:0 0 var(--space-4,1rem);color:var(--color-neutral-900);}.ws-product-page__prose{font-size:var(--font-size-base);line-height:var(--line-height-relaxed,1.75);color:var(--color-neutral-700);}.ws-product-page__prose > :first-child{margin-top:0;}.ws-product-page__prose > :last-child{margin-bottom:0;}.ws-product-page__specs{display:grid;gap:0;margin:0;padding:0;grid-template-columns:minmax(0,1fr);border-top:1px solid var(--color-neutral-200);}.ws-product-page__spec{display:grid;grid-template-columns:40% minmax(0,1fr);gap:var(--space-3,0.75rem);padding-block:var(--space-3,0.75rem);border-bottom:1px solid var(--color-neutral-200);align-items:baseline;}.ws-product-page__spec-name{margin:0;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium,500);color:var(--color-neutral-500);}.ws-product-page__spec-unit{font-weight:var(--font-weight-regular,400);color:var(--color-neutral-400);}.ws-product-page__spec-value{margin:0;display:inline-flex;align-items:center;gap:var(--space-2,0.5rem);font-size:var(--font-size-base);color:var(--color-neutral-800);}.ws-product-page__spec-swatch{width:1rem;height:1rem;flex:0 0 auto;border-radius:var(--radius-full);background:var(--swatch,var(--color-neutral-200));border:1px solid var(--color-neutral-200);box-shadow:inset 0 0 0 1px rgba(0,0,0,0.06);}.ws-product-page__spec-photo{width:1.5rem;height:1.5rem;}.ws-product-page__spec--warranty-plus .ws-product-page__spec-value{font-weight:var(--font-weight-bold,700);color:var(--ws-warranty-plus-ink);}.ws-product-page__downloads{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-2,0.5rem);grid-template-columns:minmax(0,1fr);}.ws-product-page__download{display:inline-flex;align-items:center;gap:var(--space-3,0.75rem);width:100%;padding:var(--space-3,0.75rem) var(--space-4,1rem);background:var(--color-neutral-50);border:1px solid var(--color-neutral-200);border-radius:var(--radius-md);text-decoration:none;color:var(--color-neutral-800);font-weight:var(--font-weight-medium,500);transition:background-color var(--transition-fast),border-color var(--transition-fast);}.ws-product-page__download:hover,.ws-product-page__download:focus-visible{background:var(--color-brand-light,#dbeafe);border-color:var(--color-brand-primary);color:var(--color-brand-dark,#1e3a8a);outline:none;}.ws-product-page__download-icon{width:1.25rem;height:1.25rem;flex:0 0 auto;color:var(--color-brand-primary);}.ws-product-page__download-label{word-break:break-word;}.ws-product-page__videos{list-style:none;margin:0;padding:0;display:grid;gap:var(--space-4,1rem);grid-template-columns:minmax(0,1fr);}.ws-product-page__video video{width:100%;height:auto;display:block;border-radius:var(--radius-md);background:var(--color-neutral-900);}.ws-product-page__summary{position:relative;z-index:1;margin-top:-1.75rem;padding:var(--space-4,1rem);border:var(--ws-product-page-card-border);border-radius:var(--radius-xl,1rem);background:var(--ws-product-page-card-bg);box-shadow:0 16px 40px -22px rgba(15,23,42,0.45);}.ws-product-page__gallery{margin-inline:calc(var(--space-4,1rem) * -1);}.ws-product-page__gallery-main{border-radius:0;}.ws-product-page__hero{gap:0;}.ws-product-page__gallery-thumbs{display:none;}.ws-product-page__gallery-dots{position:absolute;z-index:3;inset:auto 0 2.5rem;display:flex;justify-content:center;gap:0.3125rem;margin:0;padding:0;list-style:none;pointer-events:none;}.ws-product-page__gallery-dot{pointer-events:auto;width:0.375rem;height:0.375rem;padding:0;border:0;border-radius:var(--radius-full,9999px);background:rgba(15,23,42,0.28);cursor:pointer;}.ws-product-page__gallery-dot.is-current{width:1.125rem;background:var(--color-neutral-900,#0f172a);}.ws-product-page__title{font-size:var(--font-size-xl);}.ws-product-page__assurances{margin-inline:calc(var(--space-4,1rem) * -1);border-radius:0;}.ws-product-page__assurances:last-child{margin-bottom:calc(var(--space-4,1rem) * -1);border-radius:0 0 var(--radius-xl,1rem) var(--radius-xl,1rem);}@media (min-width:48rem){.ws-product-page__summary{margin-top:0;padding:var(--space-5,1.5rem);}.ws-product-page__gallery,.ws-product-page__assurances{margin-inline:0;}.ws-product-page__assurances:last-child{margin-bottom:0;border-radius:var(--radius-md,0.5rem);}.ws-product-page__gallery-main{border-radius:var(--ws-product-page-radius);}.ws-product-page__gallery-thumbs{display:flex;}.ws-product-page__gallery-dots{display:none;}.ws-product-page__hero{gap:var(--space-5,1.5rem);}.ws-product-page__title{font-size:var(--font-size-2xl);}}.ws-product-page__summary .price__prp-discount{display:none;}.ws-product-page__summary > *{order:50;}.ws-product-page__summary > .ws-cart-add{display:contents;}.ws-product-page__ident{order:1;}.ws-product-page__title{order:2;}.ws-product-page__subtitle{order:2;}.ws-product-page__codes{order:3;}.ws-product-page__summary > .ws-cart-add > .ws-cart-add__shipping{order:4;}.ws-product-page__summary > .ws-cart-add > .ws-cart-add__price{order:5;}.ws-product-page__summary > .ws-cart-add > .ws-cart-add__unit{order:5;}.ws-product-page__stock{order:6;}.ws-product-page__summary > .ws-cart-add > .ws-cart-add__tiers{order:7;}.ws-product-page__variants{order:8;}.ws-product-page__summary > .ws-cart-add > .ws-cart-add__row{order:9;}.ws-product-page__points{order:10;}.ws-product-page__ticks{order:10;}.ws-product-page__assurances{order:11;}.ws-product-page__guarantee{order:11;}.ws-product-page__summary > .ws-cross-sell{order:12;}.ws-product-page__tags{order:13;}.ws-product-page__ident{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3,0.75rem);}.ws-product-page__ident-brand{display:inline-flex;align-items:center;padding:0.25rem 0.625rem;border-radius:var(--radius-full,9999px);background:var(--color-brand-light,#dbeafe);color:var(--color-brand-dark,#1e3a8a);font-size:var(--font-size-xs);font-weight:var(--font-weight-semibold,600);text-decoration:none;}.ws-product-page__ident-brand:hover{background:var(--color-brand-primary,#1e40af);color:var(--color-white,#fff);}.ws-product-page__stock{display:flex;align-items:center;gap:0.5rem;margin:0;padding:0.5rem 0.75rem;border-radius:var(--radius-md,0.5rem);font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold,600);}.ws-product-page__stock::before{content:"";width:0.5rem;height:0.5rem;border-radius:var(--radius-full,9999px);background:currentColor;flex:0 0 0.5rem;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 22%,transparent);}.ws-product-page__stock--in{color:var(--color-green-700,#15803d);background:var(--color-green-50,#ecfdf3);}.ws-product-page__stock--low{color:var(--color-amber-700,#b45309);background:var(--color-amber-50,#fff7ed);}.ws-product-page__assurances{display:grid;gap:0.625rem;margin:0;padding:var(--space-4,1rem);list-style:none;border-radius:var(--ws-product-page-radius);background:var(--color-neutral-50,#f8fafc);}.ws-product-page__assurance{display:flex;align-items:center;gap:0.625rem;font-size:var(--font-size-sm);color:var(--color-neutral-700,#334155);}.ws-product-page__assurance-icon{width:1.125rem;height:1.125rem;flex:0 0 1.125rem;color:var(--color-neutral-500,#64748b);}.ws-product-page__assurances{--ws-warranty-plus-ink:#15803d;--ws-warranty-plus-bg:var(--color-success-light,#dcfce7);}.ws-product-page__specs{--ws-warranty-plus-ink:#15803d;}.ws-product-page__assurance-text{display:inline-flex;align-items:center;flex-wrap:wrap;gap:0.375rem;}.ws-product-page__assurance--warranty-plus,.ws-product-page__assurance--dispatch{margin-inline:calc(var(--space-2,0.5rem) * -1);padding:0.5rem var(--space-2,0.5rem);font-weight:var(--font-weight-semibold,600);color:var(--ws-warranty-plus-ink);background:var(--ws-warranty-plus-bg);border-radius:var(--radius-md,0.5rem);box-shadow:inset 0 0 0 1px rgba(22,163,74,0.28);}.ws-product-page__assurance--warranty-plus .ws-product-page__assurance-icon,.ws-product-page__assurance--dispatch .ws-product-page__assurance-icon{color:var(--color-success,#16a34a);}.ws-product-page__dispatch-lead{font-size:var(--font-size-base,1rem);font-weight:var(--font-weight-bold,700);}.ws-product-page__warranty-flag{display:inline-flex;align-items:center;padding:0.0625rem 0.4375rem;border-radius:var(--radius-full,999px);background:var(--color-success,#16a34a);color:#fff;font-size:0.6875rem;font-weight:var(--font-weight-bold,700);line-height:1.5;letter-spacing:0.02em;text-transform:uppercase;white-space:nowrap;}.ws-product-page__keyfacts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2,0.5rem);margin:0;padding:0;list-style:none;}.ws-product-page__keyfact{display:flex;flex-direction:column;gap:0.125rem;padding:0.6875rem 0.8125rem;border:var(--ws-product-page-card-border);border-radius:var(--radius-md,0.5rem);background:var(--ws-product-page-card-bg);}.ws-product-page__keyfact-name{font-size:0.6875rem;font-weight:var(--font-weight-semibold,600);letter-spacing:0.06em;text-transform:uppercase;color:var(--color-neutral-500,#64748b);}.ws-product-page__keyfact-value{display:flex;align-items:center;gap:0.5rem;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium,500);line-height:1.3;color:var(--color-neutral-900,#0f172a);}.ws-product-page__section > summary::-webkit-details-marker{display:none;}.ws-product-page__section-title{display:flex;align-items:center;gap:var(--space-3,0.75rem);cursor:pointer;list-style:none;user-select:none;}.ws-product-page__section-title::after{content:"";width:0.625rem;height:0.625rem;margin-inline-start:auto;border-right:2px solid var(--color-neutral-400,#94a3b8);border-bottom:2px solid var(--color-neutral-400,#94a3b8);transform:rotate(45deg) translate(-0.125rem,-0.125rem);transition:transform var(--transition-fast,150ms ease-in-out);flex:0 0 auto;}.ws-product-page__section[open] > .ws-product-page__section-title::after{transform:rotate(-135deg) translate(-0.125rem,-0.125rem);}.ws-product-page__section-count{font-family:var(--font-family-base);font-size:var(--font-size-sm);font-weight:var(--font-weight-regular,400);color:var(--color-neutral-500,#64748b);}.ws-product-page__section:not([open]) > .ws-product-page__section-title{margin-bottom:0;}.ws-gpsr{margin:var(--space-4,1rem) 0 0;padding-top:var(--space-4,1rem);border-top:1px solid var(--color-neutral-200,#e2e8f0);}.ws-gpsr__note{margin:0;font-size:0.75rem;font-weight:var(--font-weight-semibold,600);letter-spacing:0.04em;text-transform:uppercase;color:var(--color-neutral-500,#64748b);}.ws-gpsr__note-text{margin:0.375rem 0 0;font-size:0.75rem;line-height:1.6;color:var(--color-neutral-500,#64748b);}.ws-gpsr__note-body{white-space:pre-line;}.ws-gpsr__note-link{display:inline;padding:0;border:0;background:none;font:inherit;font-weight:var(--font-weight-bold,700);color:var(--color-neutral-700,#334155);text-align:inherit;text-decoration:none;cursor:pointer;}.ws-gpsr__note-link:hover{color:var(--color-neutral-900,#0f172a);text-decoration:none;}.ws-gpsr__note-link:focus-visible{outline:2px solid var(--color-neutral-500,#64748b);outline-offset:2px;}.ws-gpsr__overlay{position:fixed;inset:0;z-index:1000;background:rgba(15,23,42,0.45);opacity:0;transition:opacity 0.2s ease;}.ws-gpsr__overlay[hidden]{display:none;}.ws-gpsr__overlay.is-open{opacity:1;}.ws-gpsr__panel{position:fixed;inset-block:0;inset-inline-end:0;z-index:1001;display:flex;flex-direction:column;width:min(28rem,100vw);background:#fff;box-shadow:-0.75rem 0 2rem rgba(15,23,42,0.18);transform:translateX(100%);transition:transform 0.24s ease;}.ws-gpsr__panel[aria-hidden="true"]{visibility:hidden;}.ws-gpsr__panel.is-open{transform:translateX(0);}.ws-gpsr__panel-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3,0.75rem);padding:var(--space-4,1rem) var(--space-5,1.25rem);border-bottom:1px solid var(--color-neutral-200,#e2e8f0);}.ws-gpsr__panel-title{margin:0;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold,600);color:var(--color-neutral-900,#0f172a);}.ws-gpsr__panel-close{flex:0 0 auto;width:2rem;height:2rem;border:0;border-radius:999px;background:var(--color-neutral-100,#f1f5f9);color:var(--color-neutral-700,#334155);font-size:1.25rem;line-height:1;cursor:pointer;}.ws-gpsr__panel-close:hover,.ws-gpsr__panel-close:focus-visible{background:var(--color-neutral-200,#e2e8f0);}.ws-gpsr__tabs{display:flex;flex-wrap:wrap;gap:0;padding-inline:var(--space-5,1.25rem);border-bottom:1px solid var(--color-neutral-200,#e2e8f0);}.ws-gpsr__tab{flex:0 0 auto;padding:0.6rem 0.75rem;border:0;border-bottom:2px solid transparent;background:none;font-family:inherit;font-size:0.8125rem;font-weight:var(--font-weight-medium,500);color:var(--color-neutral-500,#64748b);white-space:nowrap;cursor:pointer;}.ws-gpsr__tab[aria-selected="true"]{color:var(--color-neutral-900,#0f172a);border-bottom-color:var(--color-brand-primary);font-weight:var(--font-weight-semibold,600);}.ws-gpsr__panel-body{flex:1 1 auto;overflow-y:auto;padding:var(--space-5,1.25rem);}.ws-gpsr__tabpanel[hidden]{display:none;}.ws-gpsr__party-name{margin:0 0 0.25rem;font-size:var(--font-size-base);font-weight:var(--font-weight-semibold,600);color:var(--color-neutral-900,#0f172a);}.ws-gpsr__party-line{margin:0 0 0.25rem;font-size:var(--font-size-sm);line-height:1.6;color:var(--color-neutral-700,#334155);white-space:pre-line;}.ws-gpsr__safety-text{margin:0;font-size:var(--font-size-sm);line-height:var(--line-height-relaxed,1.75);color:var(--color-neutral-700,#334155);white-space:pre-line;}.ws-product-page__prose.is-clipped{max-height:calc(var(--ws-prose-clip-lines,20) * var(--line-height-relaxed,1.75) * 1em);overflow:hidden;position:relative;}.ws-product-page__prose.is-clipped::after{content:"";position:absolute;inset:auto 0 0;height:7.5rem;background:linear-gradient(180deg,rgba(255,255,255,0),var(--ws-product-page-card-bg,#fff));pointer-events:none;}.ws-product-page__prose-toggle{display:flex;align-items:center;justify-content:center;gap:0.5rem;width:fit-content;min-height:2.75rem;margin:var(--space-4,1rem) auto 0;padding:0.625rem 1.5rem;border:1px solid var(--color-neutral-300,#cbd5e1);border-radius:var(--radius-full,9999px);background:var(--ws-product-page-card-bg,#fff);font-family:inherit;font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold,600);color:var(--color-neutral-900,#0f172a);cursor:pointer;}.ws-product-page__prose-toggle:hover{background:var(--color-neutral-50,#f8fafc);}.ws-product-page__prose-toggle-icon{flex:none;width:1rem;height:1rem;}.ws-product-page__buybar{position:fixed;inset:auto 0 0;z-index:60;display:flex;align-items:center;gap:0.75rem;padding:0.5625rem 1rem;padding-bottom:calc(0.5625rem + env(safe-area-inset-bottom,0px));background:color-mix(in srgb,var(--color-white,#fff) 96%,transparent);backdrop-filter:blur(14px);border-top:1px solid var(--color-neutral-200,#e2e8f0);box-shadow:0 -8px 24px -14px rgba(15,23,42,0.35);transform:translateY(120%);transition:transform var(--transition-base,250ms ease-in-out);}.ws-product-page__buybar.is-visible{transform:none;}.ws-product-page__buybar-info{display:flex;flex-direction:column;min-width:0;}.ws-product-page__buybar-prp{font-size:0.6875rem;line-height:1.2;color:var(--color-neutral-500,#64748b);text-decoration:line-through;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.ws-product-page__buybar-price{font-family:var(--font-family-heading);font-size:var(--font-size-lg);font-weight:var(--font-weight-bold,700);line-height:1.15;color:var(--color-red-600,#dc2626);white-space:nowrap;}.ws-product-page__buybar-note{font-size:0.6875rem;color:var(--color-neutral-500,#64748b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.ws-product-page__buybar-action{flex:1;min-height:3rem;}@media (min-width:64rem){.ws-product-page__buybar{display:none;}}@media (prefers-reduced-motion:reduce){.ws-product-page__buybar{transition:none;}}html.ws-product-lightbox-open{overflow:hidden;}.ws-product-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-3,0.75rem);background:rgba(15,23,42,0.92);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity var(--transition-base,250ms ease-in-out);}.ws-product-lightbox.is-open{opacity:1;pointer-events:auto;}.ws-product-lightbox__viewport{position:relative;width:min(100%,1400px);height:100%;overflow:hidden;touch-action:none;cursor:grab;user-select:none;}.ws-product-lightbox__viewport:active{cursor:grabbing;}.ws-product-lightbox__viewport.is-zoomed{cursor:move;}.ws-product-lightbox__track{display:flex;height:100%;will-change:transform;}.ws-product-lightbox__slide{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center;padding:var(--space-3,0.75rem);box-sizing:border-box;position:relative;}.ws-product-lightbox__image{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;user-select:none;-webkit-user-drag:none;transform-origin:center center;pointer-events:none;border-radius:var(--radius-md);box-shadow:0 20px 50px rgba(0,0,0,0.4);}.ws-product-lightbox__caption{position:absolute;left:50%;bottom:var(--space-5,1.5rem);transform:translateX(-50%);max-width:min(90%,32rem);padding:0.4rem 0.9rem;border-radius:999px;background:rgba(0,0,0,0.72);color:#fff;font-size:0.8125rem;font-weight:600;text-align:center;pointer-events:none;}.ws-product-lightbox__ai{position:absolute;top:var(--space-5,1.5rem);left:var(--space-5,1.5rem);max-width:min(90%,24rem);padding:0.35rem 0.8rem;border-radius:999px;background:rgba(0,0,0,0.78);border:1px solid rgba(255,255,255,0.35);color:#fff;font-size:0.75rem;font-weight:600;pointer-events:none;}.ws-product-lightbox__video{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;pointer-events:auto;border-radius:var(--radius-md);box-shadow:0 20px 50px rgba(0,0,0,0.4);background:var(--color-black,#000);}.ws-product-lightbox__close{position:absolute;top:var(--space-3,0.75rem);right:var(--space-3,0.75rem);z-index:2;width:2.75rem;height:2.75rem;display:inline-flex;align-items:center;justify-content:center;padding:0;background:rgba(255,255,255,0.12);color:var(--color-white);border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius-full);cursor:pointer;backdrop-filter:blur(6px);transition:background-color var(--transition-fast),transform var(--transition-fast);}.ws-product-lightbox__close:hover,.ws-product-lightbox__close:focus-visible{background:rgba(255,255,255,0.22);transform:rotate(90deg);outline:none;}.ws-product-lightbox__close svg{width:1.25rem;height:1.25rem;}.ws-product-lightbox__nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;padding:0;background:rgba(255,255,255,0.12);color:var(--color-white);border:1px solid rgba(255,255,255,0.2);border-radius:var(--radius-full);cursor:pointer;backdrop-filter:blur(6px);transition:background-color var(--transition-fast),transform var(--transition-fast);}.ws-product-lightbox__nav:hover,.ws-product-lightbox__nav:focus-visible{background:rgba(255,255,255,0.22);outline:none;}.ws-product-lightbox__nav.is-disabled{opacity:0.35;cursor:default;}.ws-product-lightbox__nav.is-disabled:hover,.ws-product-lightbox__nav.is-disabled:focus-visible{background:rgba(255,255,255,0.12);transform:translateY(-50%);}.ws-product-lightbox__nav--prev{left:var(--space-3,0.75rem);}.ws-product-lightbox__nav--prev:hover{transform:translateY(-50%) translateX(-2px);}.ws-product-lightbox__nav--next{right:var(--space-3,0.75rem);}.ws-product-lightbox__nav--next:hover{transform:translateY(-50%) translateX(2px);}.ws-product-lightbox__nav svg{width:1.5rem;height:1.5rem;}.ws-product-lightbox__counter{position:absolute;bottom:var(--space-4,1rem);left:50%;z-index:2;transform:translateX(-50%);padding:0.4rem 0.9rem;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium,500);font-variant-numeric:tabular-nums;color:var(--color-white);background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.18);border-radius:var(--radius-full);backdrop-filter:blur(6px);}@media (min-width:768px){.ws-product-lightbox{padding:var(--space-5,1.5rem);}.ws-product-lightbox__nav{width:3.5rem;height:3.5rem;}.ws-product-lightbox__nav--prev{left:var(--space-5,1.5rem);}.ws-product-lightbox__nav--next{right:var(--space-5,1.5rem);}.ws-product-lightbox__close{top:var(--space-5,1.5rem);right:var(--space-5,1.5rem);}}@media (min-width:768px){.ws-product-page__hero{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;margin-bottom:var(--space-2,0.5rem);}.ws-product-page__summary{gap:var(--space-5,1.5rem);}.ws-product-page__downloads{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width:1024px){.ws-product-page__hero{grid-template-columns:minmax(0,1fr) 27.5rem;}.ws-product-page__summary{position:sticky;top:var(--space-5,1.5rem);}.ws-product-page__keyfacts{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:var(--space-3,0.75rem);}.ws-product-page__section-title{font-size:var(--font-size-xl);}.ws-product-page__specs{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--space-6,2rem);}.ws-product-page__videos{grid-template-columns:repeat(2,minmax(0,1fr));}}.ws-product-page__subtitle{margin:calc(var(--space-2,0.5rem) * -1) 0 var(--space-3,0.75rem);color:var(--color-neutral-600,#475569);font-size:var(--font-size-md,1.0625rem);line-height:1.5;}.ws-product-page__ticks{display:grid;gap:var(--space-2,0.5rem);margin:var(--space-4,1rem) 0 0;padding:0;list-style:none;}.ws-product-page__tick{display:flex;align-items:start;gap:var(--space-2,0.5rem);}.ws-product-page__tick-mark{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:20px;height:20px;margin-top:2px;border-radius:50%;background:var(--color-green-50,#f0fdf4);color:var(--color-green-700,#15803d);}.ws-product-page__tick-text{display:grid;gap:2px;font-size:var(--font-size-sm,0.9375rem);line-height:1.45;}.ws-product-page__tick-detail{color:var(--color-neutral-500,#64748b);}.ws-product-page__guarantee{display:flex;align-items:center;gap:var(--space-3,0.75rem);margin-top:var(--space-4,1rem);padding:var(--space-3,0.75rem);border:var(--ws-product-page-card-border);border-radius:var(--ws-product-page-radius);background:var(--color-neutral-50,#f8fafc);}.ws-product-page__guarantee-seal{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:54px;height:54px;padding:4px;border:2px solid var(--color-green-600,#16a34a);border-radius:50%;color:var(--color-green-700,#15803d);font-size:0.62rem;font-weight:800;line-height:1.1;text-align:center;text-transform:uppercase;}.ws-product-page__guarantee-title{margin:0;font-size:var(--font-size-sm,0.9375rem);font-weight:var(--font-weight-bold,700);}.ws-product-page__guarantee-text{margin:2px 0 0;color:var(--color-neutral-600,#475569);font-size:var(--font-size-sm,0.9375rem);line-height:1.45;}.ws-product-page__story{margin-block-end:var(--space-4,1rem);padding:var(--space-4,1rem);border:var(--ws-product-page-card-border);border-radius:var(--ws-product-page-radius);background:var(--ws-product-page-card-bg);}.ws-product-page__story-kicker{margin:0 0 var(--space-1,0.25rem);color:var(--color-neutral-500,#64748b);font-size:var(--font-size-sm,0.9375rem);font-weight:var(--font-weight-medium,500);text-transform:uppercase;letter-spacing:0.04em;}.ws-product-page__story-title{margin:0 0 var(--space-2,0.5rem);font-size:var(--font-size-lg,1.25rem);font-weight:var(--font-weight-bold,700);}.ws-product-page__story-text{margin:0;color:var(--color-neutral-600,#475569);line-height:1.6;}.ws-product-page__story-compare{display:grid;gap:var(--space-3,0.75rem);margin-top:var(--space-3,0.75rem);}@media (min-width:640px){.ws-product-page__story-compare{grid-template-columns:1fr 1fr;}}.ws-product-page__story-figure{position:relative;margin:0;}.ws-product-page__story-figure img{display:block;width:100%;height:auto;border-radius:var(--radius-md,0.5rem);}.ws-product-page__story-caption{display:flex;flex-wrap:wrap;gap:var(--space-1,0.25rem) var(--space-2,0.5rem);align-items:baseline;margin-top:var(--space-1,0.25rem);font-size:var(--font-size-sm,0.9375rem);}.ws-product-page__story-tag{font-weight:var(--font-weight-bold,700);text-transform:uppercase;letter-spacing:0.03em;}.ws-product-page__story-caption-text{color:var(--color-neutral-600,#475569);}.ws-product-page__story-cards{display:grid;gap:var(--space-3,0.75rem);margin:var(--space-3,0.75rem) 0 0;padding:0;list-style:none;}@media (min-width:640px){.ws-product-page__story-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));}}.ws-product-page__story-card{display:grid;gap:var(--space-2,0.5rem);align-content:start;}.ws-product-page__story-card-media{position:relative;}.ws-product-page__story-card-media img{display:block;width:100%;height:auto;border-radius:var(--radius-md,0.5rem);}.ws-product-page__story-card-title{margin:0;font-size:var(--font-size-base,1rem);font-weight:var(--font-weight-bold,700);}.ws-product-page__story-card-text{margin:0;color:var(--color-neutral-600,#475569);font-size:var(--font-size-sm,0.9375rem);line-height:1.5;}.ws-product-page__faq{margin-block-end:var(--space-5,1.5rem);padding:var(--space-4,1rem);border:var(--ws-product-page-card-border);border-radius:var(--ws-product-page-radius);background:var(--ws-product-page-card-bg);}.ws-product-page__faq-title{margin:0 0 var(--space-2,0.5rem);font-size:var(--font-size-lg,1.25rem);font-weight:var(--font-weight-bold,700);}.ws-product-page__faq-item{border-bottom:1px solid var(--color-neutral-200,#e2e8f0);}.ws-product-page__faq-item:last-child{border-bottom:0;}.ws-product-page__faq-question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3,0.75rem);min-height:44px;padding:var(--space-3,0.75rem) 0;font-weight:var(--font-weight-bold,700);list-style:none;cursor:pointer;}.ws-product-page__faq-question::-webkit-details-marker{display:none;}.ws-product-page__faq-question::after{content:"+";flex:0 0 auto;color:var(--color-neutral-500,#64748b);font-size:1.4rem;font-weight:400;line-height:1;}.ws-product-page__faq-item[open] .ws-product-page__faq-question::after{content:"−";}.ws-product-page__faq-answer{padding:0 0 var(--space-3,0.75rem);color:var(--color-neutral-600,#475569);line-height:1.6;}
.ws-lp{background:#fff;--lp-ink:var(--color-neutral-900,#0f172a);--lp-muted:var(--color-neutral-600,#475569);--lp-soft:var(--color-neutral-50,#f8fafc);--lp-line:var(--color-neutral-200,#e2e8f0);--lp-brand:var(--color-brand-primary,#15803d);--lp-brand-soft:color-mix(in srgb,var(--lp-brand) 14%,#fff);--lp-price:var(--color-red-600,#dc2626);--lp-cta:var(--color-red-700,#b91c1c);--lp-cta-hover:var(--color-red-800,#991b1b);--lp-save:#047857;--lp-gold:#fcd34d;--lp-radius:20px;--lp-shadow:0 18px 50px rgb(15 23 42 / 0.09);--lp-display:var(--font-family-heading,system-ui,sans-serif);color:var(--lp-ink);width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow-x:clip;}.ws-lp *,.ws-lp *::before,.ws-lp *::after{box-sizing:border-box;}.ws-lp-wrap{width:min(1180px,100% - 32px);margin:0 auto;}.ws-lp-wrap--narrow{width:min(880px,100% - 32px);}.ws-lp-center{text-align:center;}.ws-lp__tabs{width:min(1180px,100% - 32px);margin:0.75rem auto 0;}.ws-lp__tabs-list{display:flex;gap:0.5rem;margin:0;padding:0;list-style:none;}.ws-lp__tabs-link{display:inline-block;padding:0.35rem 0.8rem;border:1px solid var(--lp-line);border-radius:999px;color:var(--lp-ink);font-size:0.85rem;text-decoration:none;}.ws-lp__tabs-link.is-active{border-color:var(--lp-ink);font-weight:700;}.ws-lp-kicker{margin:0;color:var(--lp-cta);font-size:0.8rem;font-weight:800;letter-spacing:0.08em;text-transform:uppercase;}.ws-lp-kicker--gold{color:var(--lp-gold);}.ws-lp-h2{margin:0.4rem 0 0.9rem;font-family:var(--lp-display);font-size:clamp(1.75rem,1.2rem + 2.2vw,2.75rem);font-weight:800;line-height:1.08;letter-spacing:-0.02em;}.ws-lp-lead{max-width:44rem;margin:0;color:#475569;font-size:clamp(1rem,0.95rem + 0.3vw,1.15rem);}.ws-lp-center.ws-lp-lead,.ws-lp-center .ws-lp-lead{margin-inline:auto;}.ws-lp-sec{padding:clamp(3rem,2rem + 4vw,5.25rem) 0;}.ws-lp-sec--alt{background:var(--lp-soft);}.ws-lp-hero{padding:1rem 0 2.25rem;background-color:#fff;background-image:linear-gradient(180deg,#fff 0%,var(--lp-soft) 100%);}.ws-lp-hero__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem;}@media (min-width:900px){.ws-lp-hero{padding-top:2.25rem;}.ws-lp-hero__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);gap:3rem;align-items:start;}.ws-lp-hero__media{position:sticky;top:1.5rem;}}@media (max-width:899px){.ws-lp-hero__media{margin-inline:-16px;}}.ws-lp-gallery{position:relative;overflow:hidden;background:var(--lp-soft);}@media (min-width:900px){.ws-lp-gallery{border-radius:26px;box-shadow:var(--lp-shadow);}}.ws-lp-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;}.ws-lp-gallery__track::-webkit-scrollbar{display:none;}.ws-lp-gallery__slide{position:relative;flex:0 0 100%;padding:0;border:0;background:#fff;scroll-snap-align:start;cursor:zoom-in;}.ws-lp-gallery__image{display:block;width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;}.ws-lp-gallery--empty{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;color:#94a3b8;}.ws-lp-gallery__badge{position:absolute;top:12px;left:12px;z-index:2;padding:0.3rem 0.7rem;border-radius:999px;background:var(--lp-price);color:#fff;font-size:0.85rem;font-weight:800;pointer-events:none;}.ws-lp-gallery__badge--stock{top:auto;bottom:36px;background:var(--lp-ink);}.ws-lp-gallery__badge[hidden]{display:none;}.ws-lp-gallery__dots{position:absolute;right:0;bottom:12px;left:0;display:flex;justify-content:center;gap:6px;pointer-events:none;}.ws-lp-gallery__dot{width:6px;height:6px;border-radius:3px;background:rgb(15 23 42 / 0.3);transition:width 0.2s ease;}.ws-lp-gallery__dot.is-active{width:18px;background:var(--lp-ink);}@media (min-width:900px){.ws-lp-gallery__dots{display:none;}}.ws-lp-thumbs{display:none;}@media (min-width:900px){.ws-lp-thumbs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:12px;}}.ws-lp-thumbs__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;overflow:hidden;aspect-ratio:1 / 1;padding:0;border:2px solid transparent;border-radius:14px;background:#fff;color:#fff;font-size:0.75rem;font-weight:700;text-decoration:none;cursor:pointer;}.ws-lp-thumbs__item img{width:100%;height:100%;object-fit:cover;}.ws-lp-thumbs__item.is-active{border-color:var(--lp-ink);}.ws-lp-thumbs__item--video{background:var(--lp-ink);}.ws-lp-hero__copy{display:flex;flex-direction:column;min-width:0;}.ws-lp-hero__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.5rem 1rem;}.ws-lp-badge{display:inline-flex;padding:0.35rem 0.75rem;border:1px solid #fde68a;border-radius:999px;background:#fef3c7;color:#92400e;font-size:0.8rem;font-weight:800;}.ws-lp-hero__rating{display:inline-flex;align-items:center;gap:0.45rem;color:var(--lp-ink);font-size:0.9rem;text-decoration:none;}.ws-lp-hero__title{margin:0.8rem 0 0.7rem;font-family:var(--lp-display);font-size:clamp(2rem,1.3rem + 3vw,3.4rem);font-weight:900;line-height:1.03;letter-spacing:-0.03em;}.ws-lp-hero__title--inactive{opacity:0.6;}.ws-lp-hero__sub{margin:0 0 1.1rem;color:#475569;font-size:clamp(1rem,0.95rem + 0.35vw,1.2rem);}.ws-lp-stars{display:inline-flex;gap:1px;color:#f59e0b;}.ws-lp-stars svg{width:16px;height:16px;fill:currentColor;}.ws-lp-stars--md svg{width:20px;height:20px;}.ws-lp-stars__star.is-empty{fill:#e2e8f0;}.ws-lp-ticks{display:flex;flex-direction:column;gap:0.75rem;margin:0 0 1.4rem;padding:0;list-style:none;}.ws-lp-ticks__item{display:flex;align-items:flex-start;gap:0.7rem;}.ws-lp-ticks__tick{display:flex;flex:0 0 1.6rem;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--lp-brand-soft);color:var(--lp-brand);}.ws-lp-ticks__text{display:flex;flex-direction:column;}.ws-lp-ticks__detail{color:var(--lp-muted);font-size:0.93rem;}.ws-lp-card{padding:1.1rem;border:1px solid var(--lp-line);border-radius:var(--lp-radius);background:#fff;box-shadow:var(--lp-shadow);}@media (min-width:600px){.ws-lp-card{padding:1.4rem;}}.ws-lp-offer__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.35rem 0.8rem;}.ws-lp-offer__now{color:var(--lp-price);font-family:var(--lp-display);font-size:clamp(2rem,1.6rem + 1.6vw,2.6rem);font-weight:900;line-height:1;}.ws-lp-offer__old{color:#64748b;font-size:1.1rem;text-decoration:line-through;}.ws-lp-offer__off{padding:0.2rem 0.55rem;border-radius:999px;background:var(--lp-price);color:#fff;font-size:0.85rem;font-weight:800;}.ws-lp-offer__off[hidden]{display:none;}.ws-lp-offer__save{padding:0.25rem 0.6rem;border-radius:999px;background:#ecfdf5;color:var(--lp-save);font-size:0.85rem;font-weight:800;}.ws-lp-offer__save[hidden]{display:none;}.ws-lp-offer__countdown{display:flex;gap:0.5rem;margin:0.7rem 0 0;color:var(--lp-cta);font-weight:700;}.ws-lp-offer__countdown[hidden]{display:none;}.ws-lp-offer__label{margin:1.1rem 0 0.55rem;font-weight:800;}.ws-lp-options{display:flex;flex-direction:column;gap:0.55rem;margin:0;padding:0;list-style:none;}.ws-lp-option{position:relative;display:flex;align-items:center;gap:0.8rem;min-height:3.5rem;padding:0.75rem 0.9rem;border:1.5px solid var(--lp-line);border-radius:14px;color:var(--lp-ink);text-decoration:none;transition:border-color 0.15s ease,background-color 0.15s ease;}a.ws-lp-option:hover{border-color:#94a3b8;}.ws-lp-option.is-current{border-color:var(--lp-ink);background:var(--lp-soft);box-shadow:0 0 0 1px var(--lp-ink);}.ws-lp-option.is-unavailable{opacity:0.5;}.ws-lp-option__radio{flex:0 0 20px;width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;}.ws-lp-option.is-current .ws-lp-option__radio{border:6px solid var(--lp-ink);}.ws-lp-option__text{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;}.ws-lp-option__label{font-weight:800;}.ws-lp-option__sub{color:var(--lp-muted);font-size:0.88rem;}.ws-lp-option__price{display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap;}.ws-lp-option__now{color:var(--lp-price);font-weight:800;}.ws-lp-option__old{color:#64748b;font-size:0.8rem;text-decoration:line-through;}.ws-lp-option__flag{position:absolute;top:-0.7rem;right:0.9rem;padding:0.15rem 0.55rem;border-radius:999px;background:var(--lp-brand);color:#fff;font-size:0.68rem;font-weight:800;letter-spacing:0.04em;text-transform:uppercase;}.ws-lp-tiers{margin-top:0.75rem;padding:0.85rem;border:1.5px solid var(--lp-line);border-radius:16px;background-color:#f8fafc;}.ws-lp-tiers__title{margin:0 0 0.6rem;color:var(--lp-ink);font-size:0.95rem;font-weight:800;}.ws-lp-tiers__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:0.5rem;}.ws-lp-tier{position:relative;display:flex;flex-direction:column;gap:0.15rem;min-height:44px;padding:0.6rem 0.65rem;border:1.5px solid var(--lp-line);border-radius:12px;background-color:#fff;color:var(--lp-ink);font:inherit;text-align:start;cursor:pointer;}.ws-lp-tier:hover{border-color:var(--lp-brand,#15803d);}.ws-lp-tier.is-active{border-color:var(--lp-brand,#15803d);border-width:2px;padding:calc(0.6rem - 0.5px) calc(0.65rem - 0.5px);box-shadow:0 6px 18px rgb(21 128 61 / 0.12);}.ws-lp-tier:focus-visible{outline:3px solid #1d4ed8;outline-offset:2px;}.ws-lp-tier__head{display:flex;align-items:center;justify-content:space-between;gap:0.5rem;}.ws-lp-tier__qty{font-size:0.8rem;font-weight:700;color:#475569;}.ws-lp-tier__line{display:flex;flex-direction:column;align-items:flex-start;gap:0.1rem;}.ws-lp-tier__unit{font-family:var(--lp-display,inherit);font-size:1.05rem;font-weight:900;line-height:1.15;white-space:nowrap;}.ws-lp-tier__per{font-family:inherit;font-size:0.75rem;font-weight:600;color:#64748b;}.ws-lp-tier__save{color:#047857;font-size:0.78rem;font-weight:700;}.ws-lp-tier__save:only-of-type,.ws-lp-tier:not(.is-active) .ws-lp-tier__save{font-weight:600;}.ws-lp-tier__off{flex:none;padding:0.1rem 0.45rem;border-radius:999px;background:#b91c1c;color:#fff;font-size:0.72rem;font-weight:800;letter-spacing:0.01em;}.ws-lp-tier:first-child .ws-lp-tier__save{color:#64748b;font-weight:600;}@media (max-width:430px){.ws-lp-tiers__grid{grid-template-columns:1fr;}.ws-lp-tier__line{flex-direction:row;flex-wrap:wrap;align-items:baseline;justify-content:space-between;column-gap:0.5rem;}.ws-lp-tier__save{text-align:end;}}@media (max-width:340px){.ws-lp-tier__line{flex-direction:column;align-items:flex-start;}.ws-lp-tier__save{text-align:start;}.ws-lp-tier__unit{white-space:normal;}}.ws-lp-qty{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 0.9rem;margin-top:1rem;row-gap:0.35rem;}.ws-lp-qty__stepper{display:inline-flex;align-items:stretch;overflow:hidden;border:1.5px solid var(--lp-line);border-radius:12px;}.ws-lp-qty__button{min-width:44px;min-height:44px;border:0;background:#fff;color:var(--lp-ink);font-size:1.2rem;font-weight:700;cursor:pointer;}.ws-lp-qty__button:disabled{color:#cbd5e1;cursor:default;}.ws-lp-qty__input{width:3.2rem;border:0;border-inline:1.5px solid var(--lp-line);font:inherit;font-weight:800;text-align:center;-moz-appearance:textfield;}.ws-lp-qty__input::-webkit-outer-spin-button,.ws-lp-qty__input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;}.ws-lp-qty__tier,.ws-lp-offer__total{margin:0;color:var(--lp-save);font-size:0.88rem;font-weight:700;}.ws-lp-qty__tier[hidden],.ws-lp-offer__total[hidden],.ws-lp-offer__shipping[hidden]{display:none;}.ws-lp-offer__dispatch{display:flex;align-items:flex-start;gap:0.5rem;margin:1rem 0;color:var(--lp-save);font-size:0.93rem;font-weight:700;}.ws-lp-offer__dispatch svg{flex:0 0 18px;margin-top:1px;}.ws-lp-buy{display:flex;align-items:center;justify-content:center;gap:0.6rem;width:100%;min-height:3.6rem;padding:0.9rem 1.2rem;border:0;border-radius:14px;background:var(--lp-cta);box-shadow:0 10px 22px rgb(185 28 28 / 0.25);color:#fff;font-family:var(--lp-display);font-size:1.2rem;font-weight:800;cursor:pointer;transition:background-color 0.15s ease,transform 0.15s ease;}.ws-lp-buy:hover{background:var(--lp-cta-hover);transform:translateY(-1px);}.ws-lp-buy:focus-visible{outline:3px solid color-mix(in srgb,var(--lp-cta) 40%,transparent);outline-offset:2px;}.ws-lp-buy[aria-busy="true"]{opacity:0.75;cursor:progress;}.ws-lp-offer__note,.ws-lp-offer__shipping{margin:0.6rem 0 0;color:var(--lp-muted);font-size:0.82rem;text-align:center;}.ws-lp-trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-auto-flow:column;gap:0.5rem;margin:1rem 0 0;padding:0;list-style:none;}.ws-lp-trust__item{display:flex;flex-direction:column;align-items:center;gap:0.2rem;padding:0.65rem 0.35rem;border-radius:12px;background:var(--lp-soft);color:#334155;text-align:center;}.ws-lp-trust__item svg{color:var(--lp-brand);}.ws-lp-trust__label{font-size:0.8rem;font-weight:800;}.ws-lp-trust__desc{color:var(--lp-muted);font-size:0.72rem;}.ws-lp-oos{padding:1rem;border-radius:14px;background:var(--lp-soft);font-weight:700;}.ws-lp-proof{display:flex;align-items:center;justify-content:center;gap:0.5rem;margin:0.75rem 0 0;color:#334155;font-size:0.85rem;font-weight:600;}.ws-lp-proof__dot{width:8px;height:8px;border-radius:50%;background:var(--lp-save);box-shadow:0 0 0 4px color-mix(in srgb,var(--lp-save) 20%,transparent);}.ws-lp-stats{padding:1.1rem 0;border-top:1px solid var(--lp-line);border-bottom:1px solid var(--lp-line);background:#fff;}.ws-lp-stats__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0 auto;padding:0;list-style:none;text-align:center;}@media (min-width:900px){.ws-lp-stats__grid{grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-auto-flow:column;}}.ws-lp-stats__grid b{display:block;font-family:var(--lp-display);font-size:1.25rem;}.ws-lp-stats__grid span{color:var(--lp-muted);font-size:0.8rem;}.ws-lp-ba{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin-top:2rem;}@media (min-width:700px){.ws-lp-ba{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;}}.ws-lp-ba__item{position:relative;overflow:hidden;min-height:16rem;margin:0;border-radius:24px;background:#cbd5e1;}.ws-lp-ba__item img{display:block;width:100%;height:100%;min-height:16rem;aspect-ratio:4 / 3;object-fit:cover;}.ws-lp-ba__caption{position:absolute;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;gap:0.4rem;padding:3rem 1.25rem 1.25rem;background:linear-gradient(180deg,transparent,rgb(0 0 0 / 0.72));color:#fff;}.ws-lp-ba__tag{padding:0.2rem 0.55rem;border-radius:6px;background:rgb(15 23 42 / 0.6);font-size:0.72rem;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;}.ws-lp-ba__item--after .ws-lp-ba__tag{background:var(--lp-brand);}.ws-lp-ba__text{font-family:var(--lp-display);font-size:clamp(1.2rem,1rem + 0.8vw,1.6rem);font-weight:800;line-height:1.15;}.ws-lp-cards{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin:2rem 0 0;padding:0;list-style:none;}@media (min-width:700px){.ws-lp-cards{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.25rem;}}.ws-lp-cards__item{padding:1.4rem;border:1px solid var(--lp-line);border-radius:var(--lp-radius);background:#fff;box-shadow:0 8px 30px rgb(0 0 0 / 0.04);}.ws-lp-cards__media{position:relative;overflow:hidden;margin:-0.4rem -0.4rem 1rem;border-radius:14px;}.ws-lp-cards__media img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;}.ws-lp-cards__title,.ws-lp-steps__title{margin:0 0 0.4rem;font-family:var(--lp-display);font-size:1.2rem;font-weight:800;}.ws-lp-cards__text,.ws-lp-steps__text{margin:0;color:var(--lp-muted);}.ws-lp-video{overflow:hidden;margin-top:1.5rem;border-radius:24px;background:var(--lp-ink);box-shadow:var(--lp-shadow);}.ws-lp-video video{display:block;width:100%;max-height:80vh;background:var(--lp-ink);}.ws-lp-steps{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin:2rem 0 0;padding:0;list-style:none;}@media (min-width:700px){.ws-lp-steps{grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.25rem;}}.ws-lp-steps__item{display:flex;gap:1rem;padding:1.4rem;border:1px solid var(--lp-line);border-radius:var(--lp-radius);background:#fff;}@media (min-width:700px){.ws-lp-steps__item{flex-direction:column;gap:0.6rem;}}.ws-lp-steps__num{color:var(--lp-brand);font-family:var(--lp-display);font-size:2.6rem;font-weight:900;line-height:1;}.ws-lp-reviews__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:0.5rem 1.5rem;}.ws-lp-reviews__score{display:flex;align-items:center;gap:0.8rem;margin-bottom:0.9rem;}.ws-lp-reviews__avg{font-family:var(--lp-display);font-size:2.8rem;font-weight:900;line-height:1;}.ws-lp-reviews__count{display:block;color:var(--lp-muted);font-size:0.85rem;}.ws-lp-reviews{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;margin:1.2rem 0 0;padding:0;list-style:none;}@media (min-width:700px){.ws-lp-reviews{grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1.25rem;}}.ws-lp-review{display:flex;flex-direction:column;gap:0.7rem;padding:1.4rem;border:1px solid var(--lp-line);border-radius:var(--lp-radius);background:#fff;}.ws-lp-review__photo{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px;}.ws-lp-review__body{margin:0;color:#334155;font-size:1.02rem;}.ws-lp-review__meta{display:flex;align-items:center;gap:0.6rem;margin:auto 0 0;}.ws-lp-review__meta > span:last-child{display:flex;flex-direction:column;}.ws-lp-review__avatar{display:flex;flex:0 0 2.5rem;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--lp-soft);color:#475569;font-weight:800;}.ws-lp-review__verified{color:var(--lp-save);font-size:0.75rem;font-weight:800;}.ws-lp-guarantee{display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;gap:1.5rem;padding:2rem 1.5rem;border-radius:28px;background:var(--lp-ink);color:#fff;text-align:center;}@media (min-width:700px){.ws-lp-guarantee{grid-template-columns:10rem minmax(0,1fr);justify-items:start;align-items:center;padding:2.4rem 2.8rem;text-align:left;}}.ws-lp-guarantee__seal{display:flex;align-items:center;justify-content:center;width:9rem;height:9rem;padding:0.8rem;border:8px double var(--lp-gold);border-radius:50%;color:var(--lp-gold);font-family:var(--lp-display);font-size:1.15rem;font-weight:900;line-height:1.1;text-align:center;text-transform:uppercase;transform:rotate(-6deg);}.ws-lp-guarantee__title{color:#fff;}.ws-lp-guarantee__text{margin:0;color:#cbd5e1;font-size:1.05rem;}.ws-lp-guarantee__legal{margin:0.8rem 0 0;}.ws-lp-guarantee__legal a{color:#fff;font-weight:700;}.ws-lp-faq{margin-top:1.5rem;}.ws-lp-faq__item{border-bottom:1px solid var(--lp-line);}.ws-lp-faq__q{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:44px;padding:1.1rem 0;font-size:1.05rem;font-weight:800;list-style:none;cursor:pointer;}.ws-lp-faq__q::-webkit-details-marker{display:none;}.ws-lp-faq__q::after{content:"+";flex:0 0 auto;color:var(--lp-muted);font-size:1.5rem;font-weight:400;line-height:1;}.ws-lp-faq__item[open] .ws-lp-faq__q::after{content:"−";}.ws-lp-faq__a{padding:0 0 1.1rem;color:#475569;}.ws-lp-final{background-color:#fff;background-image:linear-gradient(180deg,#fef2f2 0%,#fff 100%);}.ws-lp-final__card{max-width:40rem;margin:1.8rem auto 0;text-align:left;}.ws-lp-final__phone{display:flex;align-items:center;justify-content:center;gap:0.5rem;min-height:44px;margin-top:0.8rem;color:var(--lp-ink);font-weight:700;text-decoration:none;}.ws-lp-sec--safety{padding:2rem 0 3rem;}.ws-lp-sticky{position:fixed;right:0;bottom:0;left:0;z-index:60;border-top:1px solid var(--lp-line);background:#fff;box-shadow:0 -8px 30px rgb(15 23 42 / 0.1);transform:translateY(110%);transition:transform 0.25s ease;}.ws-lp-sticky.ws-lp-sticky--visible{transform:none;}.ws-lp-sticky[hidden]{display:none;}.ws-lp-sticky__inner{display:flex;align-items:center;gap:0.75rem;width:min(1180px,100% - 24px);margin:0 auto;padding:0.6rem 0 calc(0.6rem + env(safe-area-inset-bottom));}.ws-lp-sticky__info{flex:1 1 auto;min-width:0;}.ws-lp-sticky__name{display:block;overflow:hidden;color:var(--lp-muted);font-size:0.75rem;text-overflow:ellipsis;white-space:nowrap;}.ws-lp-sticky .ws-lp-offer--sticky{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;}.ws-lp-sticky .ws-lp-offer__now{font-size:1.3rem;}.ws-lp-sticky .ws-lp-offer__old{font-size:0.8rem;}.ws-lp-sticky .ws-lp-offer__save{padding:0.05rem 0.4rem;font-size:0.72rem;}.ws-lp-sticky .ws-lp-offer__price{flex-wrap:wrap;gap:0.15rem 0.4rem;}.ws-lp-sticky .ws-lp-buy{width:auto;min-height:3rem;padding:0.6rem 1.2rem;font-size:1rem;white-space:nowrap;}@media (max-width:480px){.ws-lp-sticky__name{font-size:0.72rem;}.ws-lp-sticky .ws-lp-offer__now{font-size:1.05rem;}.ws-lp-sticky .ws-lp-offer__old{font-size:0.72rem;}.ws-lp-sticky .ws-lp-offer__save{padding:0;background:none;font-size:0.7rem;}.ws-lp-sticky .ws-lp-buy{min-height:2.75rem;padding:0.5rem 0.9rem;font-size:0.95rem;}}@media (max-width:359px){.ws-lp-sticky .ws-lp-offer--sticky{flex-wrap:wrap;}.ws-lp-sticky .ws-lp-buy{flex:1 1 100%;white-space:normal;}}.ws-lp-sticky__phone{display:inline-flex;flex:0 0 3rem;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:14px;background:var(--lp-brand-soft);color:var(--lp-brand);}body:has(.ws-lp) .site-footer-peek{display:none;}body:has(.ws-lp-sticky){padding-bottom:6rem;}@media (prefers-reduced-motion:reduce){.ws-lp-sticky,.ws-lp-buy{transition:none;}}.ws-lp-off--bump{animation:ws-lp-bump 0.45s ease;}@keyframes ws-lp-bump{40%{transform:scale(1.18);}}.ws-lp-sec--specs{padding-top:0;}.ws-lp-specs{border:1px solid var(--lp-line);border-radius:14px;background:#fff;}.ws-lp-specs__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:44px;padding:1rem 1.25rem;list-style:none;cursor:pointer;}.ws-lp-specs__summary::-webkit-details-marker{display:none;}.ws-lp-specs__summary::after{content:"+";flex:0 0 auto;color:var(--lp-muted);font-size:1.5rem;font-weight:400;line-height:1;}.ws-lp-specs[open] .ws-lp-specs__summary::after{content:"−";}.ws-lp-specs__title{margin:0;font-size:1.05rem;font-weight:800;}.ws-lp-specs__count{color:var(--lp-muted);font-size:0.92rem;}.ws-lp-specs .ws-product-page__specs{padding:0 1.25rem 1rem;}.ws-lp-hero__eyebrow{margin:0 0 0.35rem;color:var(--lp-muted);font-size:0.9rem;font-weight:600;letter-spacing:0.01em;}
/* @license SIL Open Font License 1.1 https://openfontlicense.org/ */
@font-face{font-family:'Schibsted Grotesk';font-style:normal;font-weight:400 700;font-display:swap;src:url('/libraries/schibsted-grotesk/latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}@font-face{font-family:'Schibsted Grotesk';font-style:normal;font-weight:400 700;font-display:swap;src:url('/libraries/schibsted-grotesk/latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:400 700;font-display:swap;src:url('/libraries/hanken-grotesk/latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;}@font-face{font-family:'Hanken Grotesk';font-style:normal;font-weight:400 700;font-display:swap;src:url('/libraries/hanken-grotesk/latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;}
