.storefront-index{--storefront-index-page:var(--storefront-page,var(--storefront-color-page,#fff));--storefront-index-surface:var(--storefront-surface,var(--storefront-color-surface,#f4f5f6));--storefront-index-text:var(--storefront-text,var(--storefront-color-text,#111315));--storefront-index-muted:var(--storefront-muted,var(--storefront-color-muted,#66717c));--storefront-index-border:var(--storefront-border,var(--storefront-color-border,#d9dde1));--storefront-index-primary:var(--storefront-primary,var(--storefront-color-primary,#d71920));--storefront-index-secondary:var(--storefront-secondary,var(--storefront-color-secondary,#35414b));--storefront-index-heading:var(--storefront-heading-font,"Inter","Helvetica Neue",Arial,sans-serif);--storefront-index-body:var(--storefront-body-font,"Inter","Helvetica Neue",Arial,sans-serif);--storefront-index-container:var(--storefront-container-width,1440px);--storefront-index-button-radius:var(--storefront-button-radius,2px);--storefront-index-card-radius:var(--storefront-card-radius,0px);--storefront-index-shadow:var(--storefront-shadow,0 12px 30px rgba(17,19,21,0.08));--storefront-index-gap:var(--storefront-section-gap,64px);background:var(--storefront-index-page);color:var(--storefront-index-text);font-family:var(--storefront-index-body);font-size:calc(16px*var(--storefront-body-scale, 1));font-weight:var(--storefront-body-weight,400);line-height:var(--storefront-line-height,1.5);min-width:0;overflow:clip}.storefront-index *,.storefront-index :after,.storefront-index :before{box-sizing:border-box}.storefront-index img{display:block;max-width:100%}.storefront-index a{color:inherit;text-decoration:none}.storefront-index button,.storefront-index input,.storefront-index select{color:inherit;font:inherit}.storefront-index h1,.storefront-index h2,.storefront-index h3,.storefront-index p{margin:0}.storefront-index h1,.storefront-index h2,.storefront-index h3{font-family:var(--storefront-index-heading);font-weight:var(--storefront-heading-weight,800);letter-spacing:0}.storefront-index__container{margin-inline:auto;max-width:var(--storefront-index-container);padding-inline:32px;width:100%}.storefront-index__visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.storefront-index__skip-link{background:var(--storefront-index-text);color:var(--storefront-index-page);left:16px;padding:10px 14px;position:fixed;top:12px;transform:translateY(-160%);transition:transform .16s ease;z-index:1000}.storefront-index__skip-link:focus{transform:translateY(0)}.storefront-index__announcement{align-items:center;background:var(--storefront-index-text);color:var(--storefront-index-page);display:flex;font-size:12px;font-weight:700;justify-content:space-between;letter-spacing:0;min-height:32px;padding:7px max(24px,calc(50vw - var(--storefront-index-container)/2 + 32px));text-transform:uppercase}.storefront-index__announcement span:last-child{color:#cbd1d6;font-weight:500;text-transform:none}.storefront-index__header{background:var(--storefront-index-page);border-bottom:1px solid var(--storefront-index-border);box-shadow:0 0 0 rgba(17,19,21,0);position:sticky;top:var(--storefront-shell-header-height,0);transition:box-shadow .18s ease,border-color .18s ease;z-index:50}.storefront-index__header:focus-within{border-color:var(--storefront-index-secondary);box-shadow:var(--storefront-index-shadow)}.storefront-index__header-inner{align-items:center;display:grid;gap:28px;grid-template-columns:minmax(180px,260px) minmax(280px,1fr) auto;margin-inline:auto;max-width:var(--storefront-index-container);min-height:72px;padding:12px 32px;width:100%}.storefront-index__brand{align-items:center;display:flex;gap:12px;min-width:0}.storefront-index__brand:hover .storefront-index__brand-mark{background:var(--storefront-index-primary)}.storefront-index__brand-mark{align-items:center;background:var(--storefront-index-text);border-radius:var(--storefront-index-card-radius);color:var(--storefront-index-page);display:inline-flex;flex:0 0 40px;font-size:12px;font-weight:800;height:40px;justify-content:center;overflow:hidden;transition:background-color .16s ease;width:40px}.storefront-index__brand-mark img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.storefront-index__brand-name{font-family:var(--storefront-index-heading);font-size:18px;font-weight:800;line-height:1.15;overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:nowrap}.storefront-index__search{align-items:stretch;border:1px solid var(--storefront-index-text);border-radius:var(--storefront-index-button-radius);display:grid;grid-template-columns:minmax(0,1fr) auto;height:44px;min-width:0;transition:box-shadow .16s ease}.storefront-index__search:focus-within{box-shadow:0 0 0 3px rgba(215,25,32,.2)}.storefront-index__search input{background:transparent;border:0;min-width:0;outline:0;padding:0 14px}.storefront-index__search input::-moz-placeholder{color:var(--storefront-index-muted);opacity:1}.storefront-index__search input::placeholder{color:var(--storefront-index-muted);opacity:1}.storefront-index__search button{background:var(--storefront-index-text);border:0;color:var(--storefront-index-page);cursor:pointer;font-size:13px;font-weight:700;min-width:88px;padding:0 16px;transition:background-color .16s ease}.storefront-index__search button:hover{background:var(--storefront-index-primary)}.storefront-index__actions,.storefront-index__actions a{align-items:center;display:flex}.storefront-index__actions a{font-size:13px;font-weight:700;gap:8px;min-height:44px;padding:0 2px 0 14px}.storefront-index__actions strong{align-items:center;background:var(--storefront-index-primary);border-radius:50%;color:#fff;display:inline-flex;font-size:11px;height:24px;justify-content:center;min-width:24px;padding:0 6px}.storefront-index__category-nav{border-top:1px solid var(--storefront-index-border);overflow-x:auto;scrollbar-width:thin}.storefront-index__category-track{align-items:stretch;display:flex;margin-inline:auto;max-width:var(--storefront-index-container);min-width:-moz-max-content;min-width:max-content;padding-inline:32px}.storefront-index__category-track a{border-bottom:2px solid transparent;color:var(--storefront-index-muted);font-size:12px;font-weight:700;padding:13px 18px 11px;transition:border-color .14s ease,color .14s ease}.storefront-index__category-track a:first-child{padding-left:0}.storefront-index__category-track a:hover{color:var(--storefront-index-text)}.storefront-index__category-track .storefront-index__category-link--active{border-color:var(--storefront-index-primary);color:var(--storefront-index-text)}.storefront-index__hero{background:var(--storefront-index-surface);height:500px;isolation:isolate;overflow:hidden;position:relative}.storefront-index__hero>img{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:var(--storefront-hero-focal-x,72%) var(--storefront-hero-focal-y,50%);object-position:var(--storefront-hero-focal-x,72%) var(--storefront-hero-focal-y,50%);position:absolute;width:100%;z-index:-1}.storefront-index__hero-copy{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;margin-inline:auto;max-width:var(--storefront-index-container);opacity:1;padding:44px 32px;transform:translateY(0);transition:opacity .52s ease,transform .52s ease;width:100%}@starting-style{.storefront-index__hero-copy{opacity:0;transform:translateY(18px)}}.storefront-index__hero-copy h1{font-size:calc(68px*var(--storefront-heading-scale, 1));line-height:.98;max-width:620px;overflow-wrap:anywhere}.storefront-index__hero-copy p{color:var(--storefront-index-secondary);font-size:18px;line-height:1.55;margin-top:20px;max-width:500px}.storefront-index__eyebrow{color:var(--storefront-index-primary);display:block;font-size:11px;font-weight:800;margin-bottom:16px;text-transform:uppercase}.storefront-index__primary-action,.storefront-index__secondary-action{align-items:center;border-radius:var(--storefront-index-button-radius);display:inline-flex;font-size:13px;font-weight:800;justify-content:center;min-height:46px;padding:0 20px;transition:background-color .16s ease,color .16s ease,transform .16s ease}.storefront-index__primary-action{background:var(--storefront-index-primary);color:#fff;margin-top:28px}.storefront-index__primary-action:hover{background:var(--storefront-index-text);transform:translateY(-2px)}.storefront-index__catalogue{padding-block:var(--storefront-index-gap);scroll-margin-top:132px}.storefront-index__catalogue-heading{align-items:end;border-bottom:1px solid var(--storefront-index-text);display:flex;justify-content:space-between;padding-bottom:22px}.storefront-index__catalogue-heading .storefront-index__eyebrow{margin-bottom:8px}.storefront-index__catalogue-heading h2{font-size:calc(38px*var(--storefront-heading-scale, 1));line-height:1.05}.storefront-index__catalogue-heading>p{color:var(--storefront-index-muted);font-size:13px;padding-bottom:3px}.storefront-index__catalogue-heading>p strong{color:var(--storefront-index-text);font-size:18px}.storefront-index__toolbar{align-items:end;background:var(--storefront-index-surface);border-bottom:1px solid var(--storefront-index-border);display:flex;gap:12px;justify-content:flex-end;padding:14px}.storefront-index__toolbar label{display:grid;gap:5px}.storefront-index__toolbar label>span{color:var(--storefront-index-muted);font-size:10px;font-weight:800;text-transform:uppercase}.storefront-index__toolbar select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background:var(--storefront-index-page);border:1px solid var(--storefront-index-border);border-radius:var(--storefront-index-button-radius);height:38px;min-width:170px;padding:0 32px 0 10px}.storefront-index__toolbar button{background:var(--storefront-index-text);border:1px solid var(--storefront-index-text);border-radius:var(--storefront-index-button-radius);color:var(--storefront-index-page);cursor:pointer;font-size:12px;font-weight:800;height:38px;min-width:76px;padding:0 14px}.storefront-index__toolbar button:hover{background:var(--storefront-index-primary);border-color:var(--storefront-index-primary)}.storefront-index__product-grid{display:grid;gap:32px 18px;grid-template-columns:repeat(var(--storefront-products-desktop-columns,4),minmax(0,1fr));margin-top:28px}.storefront-index__product-card{background:var(--storefront-index-page);border:1px solid transparent;border-radius:var(--storefront-index-card-radius);min-width:0;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.storefront-index__product-card:hover{border-color:var(--storefront-index-border);box-shadow:var(--storefront-index-shadow);transform:translateY(-3px)}.storefront-index__product-card:hover .storefront-index__product-media img{transform:scale(1.025)}.storefront-index__product-media{aspect-ratio:var(--storefront-product-image-ratio,1/1);background:var(--storefront-index-surface);overflow:hidden;position:relative}.storefront-index__product-media>a,.storefront-index__product-media>div{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.storefront-index__product-media img{height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .24s ease;width:100%}.storefront-index__product-media>a>span,.storefront-index__product-media>div>span{color:var(--storefront-index-muted);font-size:32px;font-weight:800}.storefront-index__product-badge{background:var(--storefront-index-primary);color:#fff;font-size:10px;font-weight:800;left:10px;line-height:1;max-width:calc(100% - 20px);overflow-wrap:anywhere;padding:8px 9px;position:absolute;text-transform:uppercase;top:10px}.storefront-index__product-body{display:flex;flex-direction:column;justify-content:space-between;min-height:132px;padding:14px 12px 12px}.storefront-index__product-labels{min-width:0}.storefront-index__product-labels>small,.storefront-index__product-labels>span{color:var(--storefront-index-muted);display:block;font-size:10px;font-weight:700;line-height:1.3;text-transform:uppercase}.storefront-index__product-labels h3{font-size:15px;line-height:1.3;margin-top:7px;overflow-wrap:anywhere}.storefront-index__product-labels h3 a:hover{color:var(--storefront-index-primary)}.storefront-index__product-labels>small{margin-top:6px;text-transform:none}.storefront-index__product-price{align-items:end;display:flex;gap:8px;justify-content:space-between;margin-top:16px}.storefront-index__product-price strong{font-size:14px;overflow-wrap:anywhere}.storefront-index__product-price a{border-bottom:1px solid var(--storefront-index-text);font-size:11px;font-weight:800;padding-bottom:1px}.storefront-index__product-price a:hover{border-color:var(--storefront-index-primary);color:var(--storefront-index-primary)}.storefront-index__empty{align-items:center;border-bottom:1px solid var(--storefront-index-border);display:grid;gap:28px;grid-template-columns:auto minmax(0,1fr) auto;min-height:220px;padding:32px 0}.storefront-index__empty>span{color:var(--storefront-index-border);font-family:var(--storefront-index-heading);font-size:68px;font-weight:800;line-height:1}.storefront-index__empty h3{font-size:24px}.storefront-index__empty p{color:var(--storefront-index-muted);margin-top:8px}.storefront-index__empty a{border-bottom:1px solid var(--storefront-index-text);font-size:12px;font-weight:800;padding-bottom:3px}.storefront-index__pagination{display:flex;justify-content:center;margin-top:44px}.storefront-index__pagination nav{max-width:100%}.storefront-index__services{background:var(--storefront-index-surface);border-bottom:1px solid var(--storefront-index-border);border-top:1px solid var(--storefront-index-border)}.storefront-index__services .storefront-index__container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding-block:30px}.storefront-index__service{align-items:flex-start;display:grid;gap:14px;grid-template-columns:28px minmax(0,1fr);min-width:0;padding:0 28px}.storefront-index__service:first-child{padding-left:0}.storefront-index__service:not(:first-child){border-left:1px solid var(--storefront-index-border)}.storefront-index__service>span{color:var(--storefront-index-primary);font-size:11px;font-weight:800;padding-top:3px}.storefront-index__service h2{font-size:15px;line-height:1.25}.storefront-index__service p{color:var(--storefront-index-muted);font-size:12px;margin-top:5px;overflow-wrap:anywhere}.storefront-index__closing{background:var(--storefront-index-text);color:var(--storefront-index-page);display:grid;grid-template-columns:minmax(0,1.75fr) minmax(320px,.75fr);min-height:420px}.storefront-index__closing-media{min-height:420px;overflow:hidden}.storefront-index__closing-media img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.storefront-index__closing-copy{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:56px 44px}.storefront-index__closing-copy h2{font-size:calc(36px*var(--storefront-heading-scale, 1));line-height:1.08;overflow-wrap:anywhere}.storefront-index__closing-copy p{color:#cbd1d6;font-size:14px;margin-top:16px;max-width:360px}.storefront-index__secondary-action{border:1px solid #fff;color:#fff;margin-top:26px}.storefront-index__secondary-action:hover{background:#fff;color:var(--storefront-index-text);transform:translateY(-2px)}.storefront-index__footer{background:var(--storefront-index-page);border-top:1px solid var(--storefront-index-border)}.storefront-index__footer .storefront-index__container{align-items:center;display:flex;justify-content:space-between;min-height:84px;padding-block:18px}.storefront-index__footer .storefront-index__container>div{align-items:baseline;display:flex;gap:12px}.storefront-index__footer .storefront-index__container>div strong{font-family:var(--storefront-index-heading);font-size:15px}.storefront-index__footer .storefront-index__container>div span{color:var(--storefront-index-muted);font-size:11px}.storefront-index__footer nav{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-end}.storefront-index__footer nav a{color:var(--storefront-index-muted);font-size:11px;font-weight:700}.storefront-index__footer nav a:hover{color:var(--storefront-index-primary)}.storefront-index :where(a,button,input,select):focus-visible{outline:3px solid var(--storefront-index-primary);outline-offset:3px}@media (max-width:980px){.storefront-index__announcement,.storefront-index__container{padding-inline:24px}.storefront-index__header-inner{gap:18px;grid-template-columns:minmax(160px,220px) minmax(220px,1fr) auto;padding-inline:24px}.storefront-index__category-track{padding-inline:24px}.storefront-index__hero{height:440px}.storefront-index__hero-copy{padding-inline:24px}.storefront-index__hero-copy h1{font-size:calc(52px*var(--storefront-heading-scale, 1));max-width:500px}.storefront-index__hero-copy p{font-size:16px;max-width:420px}.storefront-index__product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.storefront-index__services .storefront-index__container{padding-block:26px}.storefront-index__service{padding-inline:18px}.storefront-index__closing{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr)}.storefront-index__closing-copy{padding:42px 30px}.storefront-index__closing-copy h2{font-size:calc(30px*var(--storefront-heading-scale, 1))}}@media (max-width:640px){.storefront-index__container{padding-inline:16px}.storefront-index__announcement{min-height:30px;padding-inline:16px}.storefront-index__announcement span:last-child{display:none}.storefront-index__header-inner{gap:10px;grid-template-columns:minmax(0,1fr) auto;min-height:0;padding:10px 16px 12px}.storefront-index__brand-name{font-size:16px}.storefront-index__brand-mark{flex-basis:36px;height:36px;width:36px}.storefront-index__search{grid-column:1/-1;grid-row:2;height:42px}.storefront-index__actions{grid-column:2;grid-row:1}.storefront-index__category-track{padding-inline:16px}.storefront-index__category-track a{padding-inline:14px}.storefront-index__hero{height:390px}.storefront-index__hero>img{-o-object-position:68% center;object-position:68% center;opacity:.22}.storefront-index__hero-copy{padding:34px 16px}.storefront-index__hero-copy h1{font-size:calc(38px*var(--storefront-heading-scale, 1));line-height:1.02;max-width:420px}.storefront-index__hero-copy p{color:var(--storefront-index-text);font-size:15px;max-width:360px}.storefront-index__catalogue{padding-block:46px}.storefront-index__catalogue-heading{align-items:flex-start}.storefront-index__catalogue-heading h2{font-size:calc(30px*var(--storefront-heading-scale, 1))}.storefront-index__toolbar{align-items:stretch;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:12px 0}.storefront-index__toolbar select{min-width:0;width:100%}.storefront-index__toolbar button{grid-column:1/-1;width:100%}.storefront-index__product-grid{gap:24px 10px;grid-template-columns:repeat(var(--storefront-products-mobile-columns,2),minmax(0,1fr));margin-top:18px}.storefront-index__product-card:hover{box-shadow:none;transform:none}.storefront-index__product-badge{font-size:8px;left:7px;max-width:calc(100% - 14px);padding:6px 7px;top:7px}.storefront-index__product-body{min-height:128px;padding:11px 6px 8px}.storefront-index__product-labels h3{font-size:13px}.storefront-index__product-price{align-items:flex-start;flex-direction:column;margin-top:12px}.storefront-index__product-price strong{font-size:12px}.storefront-index__empty{align-items:start;gap:16px;grid-template-columns:1fr;padding-block:40px}.storefront-index__empty>span{font-size:48px}.storefront-index__empty a{justify-self:start}.storefront-index__services .storefront-index__container{grid-template-columns:1fr;padding-block:10px}.storefront-index__service{padding:20px 0}.storefront-index__service:not(:first-child){border-left:0;border-top:1px solid var(--storefront-index-border)}.storefront-index__closing{grid-template-columns:1fr}.storefront-index__closing-media{min-height:260px}.storefront-index__closing-copy{min-height:300px;padding:38px 20px}.storefront-index__footer .storefront-index__container{align-items:flex-start;flex-direction:column;gap:18px;padding-block:24px}.storefront-index__footer nav{justify-content:flex-start}}@media (prefers-reduced-motion:reduce){.storefront-index *,.storefront-index :after,.storefront-index :before{scroll-behavior:auto!important;transition-duration:.01ms!important}}
