/* @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-feedback{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--color-gray-200,#e5e7eb);}.ws-feedback__head{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.75rem 1.5rem;margin-bottom:1.5rem;}.ws-feedback__title{margin:0;font-size:1.5rem;font-weight:700;}.ws-feedback__summary{display:inline-flex;align-items:center;gap:0.5rem;}.ws-feedback__average{font-size:1.5rem;font-weight:700;}.ws-feedback__count{color:var(--color-gray-500,#6b7280);}.ws-feedback-stars{display:inline-flex;letter-spacing:1px;color:var(--color-gray-300,#d1d5db);font-size:1rem;line-height:1;}.ws-feedback-stars--lg{font-size:1.25rem;}.ws-feedback-star.is-on{color:#f59e0b;}.ws-feedback-star.is-half{background:linear-gradient(90deg,#f59e0b 50%,var(--color-gray-300,#d1d5db) 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}.ws-feedback__list{list-style:none;margin:1.5rem 0 0;padding:0;display:grid;gap:1.25rem;}.ws-feedback__empty{color:var(--color-gray-500,#6b7280);}.ws-feedback-review{padding:1rem 1.25rem;border:1px solid var(--color-gray-200,#e5e7eb);border-radius:12px;background:#fff;}.ws-feedback-review__head{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem 0.75rem;}.ws-feedback-review__author{font-weight:600;}.ws-feedback-review__verified{font-size:0.75rem;font-weight:600;color:#15803d;background:#dcfce7;padding:0.1rem 0.5rem;border-radius:999px;}.ws-feedback-review__status{font-size:0.75rem;font-weight:600;padding:0.1rem 0.5rem;border-radius:999px;background:var(--color-gray-100,#f3f4f6);color:var(--color-gray-600,#4b5563);}.ws-feedback-review__status--approved{background:#dcfce7;color:#15803d;}.ws-feedback-review__status--rejected{background:#fee2e2;color:#b91c1c;}.ws-feedback-review__meta{display:flex;align-items:center;gap:0.75rem;margin:0.5rem 0;}.ws-feedback-review__date{font-size:0.8125rem;color:var(--color-gray-500,#6b7280);}.ws-feedback-review__body{margin:0.5rem 0 0;white-space:pre-line;}.ws-feedback-review__photos{list-style:none;display:flex;flex-wrap:wrap;gap:0.5rem;margin:0.75rem 0 0;padding:0;}.ws-feedback-review__photo{position:relative;}.ws-feedback-review__photo img{width:72px;height:72px;object-fit:cover;border-radius:8px;display:block;}.ws-feedback__island{margin-bottom:1.5rem;}.ws-feedback-island{padding:1.25rem;border:1px solid var(--color-gray-200,#e5e7eb);border-radius:12px;background:var(--color-white,#fff);}.ws-feedback-island__title{margin:0 0 0.75rem;font-size:1.125rem;}.ws-feedback-island--anonymous{text-align:center;}.ws-feedback-island__login{font-weight:600;}.ws-feedback-rating-inline{display:inline-flex;align-items:center;gap:0.4rem;text-decoration:none;color:inherit;}.ws-feedback-rating-inline__avg{font-weight:700;}.ws-feedback-rating-inline__count{color:var(--color-gray-500,#6b7280);font-size:0.875rem;}.ws-review-rating{min-inline-size:0;margin:0 0 0.25rem;padding:0;border:0;}.ws-review-rating > legend{display:block;width:100%;margin-bottom:0.5rem;padding:0;}.ws-review-rating > legend .fieldset-legend{font-size:0.9375rem;font-weight:600;color:var(--color-neutral-800,#1e293b);}.ws-review-rating .fieldset-wrapper > div{display:flex;gap:0;}.ws-review-rating .form-item-rating{margin:0;}.ws-review-rating input[type="radio"]{position:absolute;width:1px;height:1px;margin:0;opacity:0;pointer-events:none;}.ws-review-rating label.option{display:block;padding:0.125rem 0.1875rem;cursor:pointer;}.ws-review-rating__star{display:block;color:var(--color-neutral-300,#cbd5e1);font-size:2.25rem;line-height:1.15;transition:color 0.12s ease,transform 0.12s ease;}.ws-review-rating .fieldset-wrapper > div:has(input:checked) .ws-review-rating__star{color:#f59e0b;}.ws-review-rating .form-item-rating:has(input:checked) ~ .form-item-rating .ws-review-rating__star{color:var(--color-neutral-300,#cbd5e1);}@media (hover:hover){.ws-review-rating .fieldset-wrapper > div:hover .ws-review-rating__star{color:#fbbf24;}.ws-review-rating .form-item-rating:hover ~ .form-item-rating .ws-review-rating__star{color:var(--color-neutral-300,#cbd5e1);}.ws-review-rating .form-item-rating:hover .ws-review-rating__star{transform:scale(1.08);}}.ws-review-rating .form-item-rating:has(input:focus-visible) .ws-review-rating__star{border-radius:0.25rem;outline:2px solid var(--color-brand-primary,#1e40af);outline-offset:2px;}.ws-review-rating__hint{position:relative;min-height:1.25rem;margin:0 0 1rem;padding-left:0.1875rem;font-size:0.875rem;font-weight:600;color:#b45309;}.ws-review-rating__hint span{position:absolute;inset-inline-start:0.1875rem;opacity:0;transition:opacity 0.12s ease;}.ws-feedback-form:has(input[name="rating"][value="1"]:checked) .ws-review-rating__hint span:nth-child(1),.ws-feedback-form:has(input[name="rating"][value="2"]:checked) .ws-review-rating__hint span:nth-child(2),.ws-feedback-form:has(input[name="rating"][value="3"]:checked) .ws-review-rating__hint span:nth-child(3),.ws-feedback-form:has(input[name="rating"][value="4"]:checked) .ws-review-rating__hint span:nth-child(4),.ws-feedback-form:has(input[name="rating"][value="5"]:checked) .ws-review-rating__hint span:nth-child(5){opacity:1;}@supports not selector(:has(*)){.ws-review-rating .fieldset-wrapper > div{flex-wrap:wrap;gap:0.75rem 1.25rem;}.ws-review-rating input[type="radio"]{position:static;width:auto;height:auto;opacity:1;pointer-events:auto;}.ws-review-rating label.option{display:inline-block;}.ws-review-rating__star{color:#f59e0b;font-size:1.375rem;}.ws-review-rating__hint{display:none;}}.ws-feedback-form__body{width:100%;}.ws-feedback-form__photos{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.75rem;min-height:150px;padding:1.25rem;border:2px dashed var(--color-gray-300,#d1d5db);border-radius:12px;background:var(--color-gray-50,#f9fafb);text-align:center;transition:border-color 0.15s ease,background-color 0.15s ease;}.ws-feedback-form__photos.is-enhanced:hover{border-color:#64b5f6;background:#f0f7fd;}.ws-feedback-form__photos.is-dragover{border-color:#2196f3;background:#d3e7f8;}.ws-feedback-form__photos.is-enhanced > input[type="file"]{position:absolute;inset:0;z-index:0;width:100%;height:100%;padding:0;opacity:0;cursor:pointer;}.ws-feedback-form__photos.is-enhanced:focus-within{border-color:#2196f3;outline:2px solid #2196f3;outline-offset:2px;}.ws-feedback-photos__prompt{display:flex;flex-direction:column;align-items:center;gap:0.4rem;color:var(--color-gray-500,#6b7280);pointer-events:none;}.ws-feedback-form__photos:not(.is-enhanced) .ws-feedback-photos__prompt{display:none;}.ws-feedback-photos__icon{width:30px;height:30px;color:var(--color-gray-400,#9ca3af);}.ws-feedback-photos__prompt-title{font-size:0.95rem;font-weight:600;color:var(--color-gray-700,#374151);}.ws-feedback-form__photos.has-photos{min-height:0;padding:1rem;}.ws-feedback-form__photos.has-photos .ws-feedback-photos__icon{display:none;}.ws-feedback-form__photos.has-photos .ws-feedback-photos__prompt-title{font-size:0.85rem;font-weight:500;}.ws-feedback-photos__tiles{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;}.ws-feedback-photos__tiles:empty{display:none;}.ws-feedback-photos__tile{position:relative;width:88px;height:88px;margin:0;padding:0;overflow:hidden;border:1px solid var(--color-gray-200,#e5e7eb);border-radius:8px;background:#fff;}.ws-feedback-photos__thumb{display:block;width:100%;height:100%;object-fit:cover;}.ws-feedback-photos__name{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0.35rem;font-size:0.7rem;line-height:1.2;color:var(--color-gray-600,#4b5563);word-break:break-all;}.ws-feedback-form__photos.is-enhanced .ws-feedback-photos__tile input[type="checkbox"],.ws-feedback-form__photos.is-enhanced .ws-feedback-photos__tile label,.ws-feedback-form__photos.is-enhanced > input[name$="_remove_button"]{display:none;}.ws-feedback-photos__remove{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:0;border-radius:50%;background:rgba(17,24,39,0.72);color:#fff;font-size:1rem;line-height:1;cursor:pointer;}.ws-feedback-photos__remove:hover,.ws-feedback-photos__remove:focus-visible{background:#b91c1c;}.ws-feedback-submit-page{max-width:640px;margin:2rem auto;padding:0 1rem;}.ws-feedback-submit-page__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:0.75rem;margin-bottom:1.5rem;}.ws-feedback-submit-page__title{margin:0;}.ws-feedback-submit-page__thanks{font-weight:600;}.ws-feedback__more{display:flex;flex-wrap:wrap;align-items:center;gap:0.75rem 1.25rem;margin-top:1.5rem;}.ws-feedback__more-button{display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;padding:0 1.5rem;border:2px solid var(--color-brand-primary,#1e40af);border-radius:var(--radius-md,0.5rem);background:var(--color-white,#fff);color:var(--color-brand-primary,#1e40af);font:inherit;font-weight:600;cursor:pointer;transition:background-color 0.15s ease,color 0.15s ease;}.ws-feedback__more-button:hover,.ws-feedback__more-button:focus-visible{background:var(--color-brand-primary,#1e40af);color:var(--color-white,#fff);}.ws-feedback__more-button:focus-visible{outline:2px solid var(--color-brand-primary,#1e40af);outline-offset:2px;}.ws-feedback__more-button[disabled]{opacity:0.6;cursor:progress;}.ws-feedback__more-button[hidden]{display:none;}.ws-feedback__more-count{color:var(--color-gray-500,#6b7280);font-size:0.9rem;}.ws-feedback__list-item:focus{outline:none;}
.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{margin-block-end:0;}body:has(.ws-product-page) .layout-breadcrumb:not(:has(*)),body:has(.ws-product-page) .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__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__assurances{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-promo-rows{display:flex;flex-direction:column;gap:2.5rem;margin:2rem auto;max-width:1280px;}.ws-promo-rows--front{margin-top:1rem;}.ws-promo-row{display:flex;flex-direction:column;gap:0.75rem;}.ws-promo-row__media{width:100%;position:relative;}.ws-promo-row__media-link,.ws-promo-row__picture{display:block;width:100%;}.ws-promo-row__image,.ws-promo-row__video{display:block;width:100%;height:auto;max-height:360px;object-fit:cover;border-radius:12px;}.ws-promo-row__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:0 1rem;}@media (max-width:19.999em){.ws-promo-row__head{gap:0.375rem;padding:0 0.125rem;}.ws-promo-row__title{min-width:0;font-size:1rem;}}.ws-promo-row__title{margin:0;font-size:1.25rem;font-weight:700;line-height:1.2;}.ws-promo-row__nav{display:flex;gap:0.5rem;flex:0 0 auto;}.ws-promo-row__arrow{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d1d5db;border-radius:50%;background:#fff;cursor:pointer;color:#111827;transition:background-color 0.15s ease,opacity 0.15s ease;}.ws-promo-row__arrow:hover{background:#f3f4f6;}.ws-promo-row__arrow:disabled{opacity:0.35;cursor:default;}.ws-promo-row__arrow::before{content:"";width:0.55rem;height:0.55rem;border-top:2px solid currentColor;border-right:2px solid currentColor;}.ws-promo-row__arrow--prev::before{transform:rotate(-135deg);margin-left:0.2rem;}.ws-promo-row__arrow--next::before{transform:rotate(45deg);margin-right:0.2rem;}.ws-promo-row__scroller{display:flex;gap:var(--space-1,0.25rem);overflow-x:auto;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x pan-y;scrollbar-width:none;padding:0.25rem 0 1rem;box-sizing:border-box;}@media (min-width:640px){.ws-promo-row__scroller{gap:var(--space-2,0.5rem);}}.ws-promo-row__scroller::-webkit-scrollbar{display:none;}@media (hover:hover) and (pointer:fine){.ws-promo-row__scroller{cursor:grab;}.ws-promo-row__scroller.is-dragging{cursor:grabbing;scroll-snap-type:none;user-select:none;}}.ws-promo-row__grid{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--space-1,0.25rem);}@media (min-width:20em){.ws-promo-row__grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (min-width:640px){.ws-promo-row__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-2,0.5rem);}}@media (min-width:1280px){.ws-promo-row__grid{grid-template-columns:repeat(4,minmax(0,1fr));}}.ws-promo-row__grid .ws-promo-row__item{width:auto;}.ws-promo-row__item{flex:0 0 auto;scroll-snap-align:start;}.ws-promo-row__scroller .ws-promo-row__item{width:100%;}@media (min-width:20em){.ws-promo-row__scroller .ws-promo-row__item{width:calc((100% - var(--space-1,0.25rem)) / 2);}}@media (min-width:640px){.ws-promo-row__scroller .ws-promo-row__item{width:calc((100% - 2 * var(--space-2,0.5rem)) / 3);}}@media (min-width:1280px){.ws-promo-row__scroller .ws-promo-row__item{width:calc((100% - 3 * var(--space-2,0.5rem)) / 4);}}@media (pointer:coarse){.ws-promo-row__arrow{width:2.5rem;height:2.5rem;}}
.ws-recently-viewed{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e5e7eb;}.ws-recently-viewed.ws-promo-rows{margin:2.5rem 0 0;max-width:none;}
/* @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;}
