/**
 * Canonical Homepage Premium Product Slider.
 *
 * One semantic horizontal composition is shared by desktop, tablet and mobile.
 * Theme Responsive DNA changes variables and proportions through data-stm-layout.
 * No alternate device template, component breakpoint, shadow or blur layer exists.
 */
.stm-home-slider{
	--stm-hs-bg:var(--stm-color-accent,#ff6a00);
	--stm-hs-surface:var(--stm-color-surface,#fff);
	--stm-hs-title:#fff;
	--stm-hs-text:#fff;
	--stm-hs-muted:#fff;
	--stm-hs-accent:var(--stm-color-primary-deep,#111827);
	--stm-hs-border:rgba(255,255,255,.52);
	--stm-hs-primary-bg:#111827;
	--stm-hs-primary-hover:#000;
	--stm-hs-primary-text:#fff;
	--stm-hs-secondary-bg:var(--stm-color-primary-deep,#111827);
	--stm-hs-secondary-hover:#050a14;
	--stm-hs-secondary-text:#fff;
	--stm-hs-nav-bg:#fff;
	--stm-hs-nav-text:var(--stm-color-primary-deep,#111827);
	--stm-hs-max-width:1440px;
	--stm-hs-height-desktop:372px;
	--stm-hs-height-tablet:332px;
	--stm-hs-height-mobile:248px;
	--stm-hs-pad-x-desktop:74px;
	--stm-hs-pad-y-desktop:22px;
	--stm-hs-pad-x-tablet:24px;
	--stm-hs-pad-y-tablet:16px;
	--stm-hs-pad-x-mobile:12px;
	--stm-hs-pad-y-mobile:14px;
	--stm-hs-image-height-desktop:276px;
	--stm-hs-image-height-tablet:214px;
	--stm-hs-image-height-mobile:118px;
	--stm-hs-content-track-desktop:61fr;
	--stm-hs-media-track-desktop:39fr;
	--stm-hs-content-track-tablet:61fr;
	--stm-hs-media-track-tablet:39fr;
	--stm-hs-content-track-mobile:59fr;
	--stm-hs-media-track-mobile:41fr;
	--stm-hs-button-width:210px;
	--stm-hs-button-height:50px;
	--stm-hs-button-gap:12px;
	--stm-hs-button-radius:12px;
	--stm-hs-title-lines:2;
	--stm-hs-transition-duration:520ms;
	--stm-hs-autoplay-duration:5200ms;
	--stm-hs-current-height:var(--stm-hs-height-desktop,372px);
	--stm-hs-current-pad-x:var(--stm-hs-pad-x-desktop,74px);
	--stm-hs-current-pad-y:var(--stm-hs-pad-y-desktop,22px);
	--stm-hs-current-image-height:var(--stm-hs-image-height-desktop,276px);
	--stm-hs-current-content-track:var(--stm-hs-content-track-desktop,61fr);
	--stm-hs-current-media-track:var(--stm-hs-media-track-desktop,39fr);
	position:relative;
	width:100%;
	max-width:100%;
	margin:0;
	padding:0;
	color:var(--stm-hs-text);
	isolation:isolate;
	overflow:hidden;
}
.stm-home-slider,
.stm-home-slider *{box-sizing:border-box}
.stm-home-slider + .stm-features,
.stm-home-slider + .stm-home-tabs,
.stm-home-slider + .stm-ps-section{margin-top:0}
.stm-home-slider__shell{width:100%;max-width:var(--stm-hs-max-width,1440px);margin:0 auto;padding:0}
.stm-home-slider--full .stm-home-slider__shell{max-width:none}
.stm-home-slider__viewport{position:relative;width:100%;max-width:100%;height:var(--stm-hs-current-height);border:0;border-radius:0;background-color:var(--stm-hs-bg);touch-action:pan-y;overflow:hidden;outline:0}
.stm-home-slider__viewport:focus-visible{outline:3px solid #fff;outline-offset:-3px}
.stm-home-slider__track{display:flex;width:100%;height:100%;transform:translate3d(0,0,0);transition:transform var(--stm-hs-transition-duration,520ms) cubic-bezier(.22,.8,.22,1);will-change:transform}
.stm-home-slider--fade .stm-home-slider__track{display:block;transform:none}
.stm-home-slider__slide{position:relative;display:grid;grid-template-areas:"content media";grid-template-columns:minmax(0,var(--stm-hs-current-content-track)) minmax(0,var(--stm-hs-current-media-track));align-items:center;gap:clamp(20px,2.6vw,42px);flex:0 0 100%;width:100%;min-width:100%;max-width:100%;height:100%;padding:var(--stm-hs-current-pad-y) var(--stm-hs-current-pad-x) calc(var(--stm-hs-current-pad-y) + 22px);background-color:var(--stm-hs-bg);background-image:linear-gradient(90deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,.08) 46%,rgba(17,24,39,.08) 46%,rgba(17,24,39,.20) 100%),linear-gradient(135deg,transparent 0%,transparent 62%,rgba(255,255,255,.055) 62%,rgba(255,255,255,.055) 100%);overflow:hidden}
.stm-home-slider--fade .stm-home-slider__slide{position:absolute;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--stm-hs-transition-duration,520ms) ease,visibility var(--stm-hs-transition-duration,520ms) ease}
.stm-home-slider--fade .stm-home-slider__slide.is-active{opacity:1;visibility:visible;pointer-events:auto}
.stm-home-slider--decorated .stm-home-slider__slide::before{content:"";position:absolute;inset:0;z-index:0;background-image:radial-gradient(circle,rgba(255,255,255,.24) 1px,transparent 1.2px);background-size:19px 19px;opacity:.62;pointer-events:none}
.stm-home-slider--decorated .stm-home-slider__slide::after{content:"";position:absolute;z-index:0;top:-76%;right:-9%;width:760px;max-width:58vw;height:760px;max-height:58vw;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:rgba(255,255,255,.055);transform:rotate(-12deg);pointer-events:none}
.stm-home-slider__content,
.stm-home-slider__media{position:relative;z-index:1;min-width:0;min-height:0}
.stm-home-slider__content{grid-area:content;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;max-width:670px;color:var(--stm-hs-title);text-align:left}
.stm-home-slider__campaign{display:grid;justify-items:start;gap:6px;margin:0 0 10px}
.stm-home-slider__eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:29px;margin:0;padding:6px 14px;border:1px solid rgba(255,255,255,.78);border-radius:999px;background:rgba(17,24,39,.16);color:var(--stm-hs-title);font-size:11px;font-weight:850;line-height:1;letter-spacing:.14em;text-transform:uppercase}
.stm-home-slider__eyebrow>span{width:7px;height:7px;border-radius:50%;background:currentColor}
.stm-home-slider__heading{margin:0;color:var(--stm-hs-title);font-size:12px;font-weight:850;line-height:1.2;letter-spacing:.09em;text-transform:uppercase}
.stm-home-slider__heading--raised{display:inline-flex;align-items:center;max-width:100%;padding:6px 10px;border:1px solid var(--stm-commerce-raised-edge-line,var(--stm-raised-edge-line,#cbd5e1));border-top-color:var(--stm-commerce-raised-edge-highlight,var(--stm-raised-edge-highlight,#fff));border-radius:var(--stm-commerce-raised-radius,var(--stm-radius-md,8px));background:var(--stm-commerce-raised-heading-bg,var(--stm-raised-heading-bg,#f3f4f6));color:var(--stm-commerce-raised-heading-text,var(--stm-raised-heading-text,#111827));box-shadow:none}
.stm-home-slider__product-title{display:-webkit-box;width:100%;max-width:710px;margin:0;overflow:hidden;color:var(--stm-hs-title);font-family:var(--stm-font-display,inherit);font-size:36px;font-size:clamp(27px,2.6vw,38px);font-weight:var(--stm-heading-font-weight,800);line-height:1.07;letter-spacing:var(--stm-letter-tight,-.025em);-webkit-box-orient:vertical;-webkit-line-clamp:var(--stm-hs-title-lines,2)}
.stm-home-slider__product-title a{color:inherit;text-decoration:none}
.stm-home-slider__product-title a:hover{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
.stm-home-slider__description{max-width:65ch;margin:12px 0 0;color:var(--stm-hs-text);font-size:13px;font-weight:650;line-height:1.42}
.stm-home-slider__excerpt{display:-webkit-box;max-width:65ch;margin:8px 0 0;overflow:hidden;color:var(--stm-hs-text);font-size:12px;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.stm-home-slider__commerce-row{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:12px;min-height:36px;margin-top:12px}
.stm-home-slider__price{color:var(--stm-hs-title);font-family:var(--stm-font-display,inherit);font-size:34px;font-size:clamp(26px,2.45vw,36px);font-weight:850;line-height:1.02}
.stm-home-slider__price .woocommerce-Price-amount,
.stm-home-slider__price bdi,
.stm-home-slider__price ins{color:inherit}
.stm-home-slider__price del{margin-right:7px;color:var(--stm-hs-muted);font-size:.58em;font-weight:600;opacity:.78}
.stm-home-slider__price ins{text-decoration:none}
.stm-home-slider__stock{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:rgba(255,255,255,.14);color:var(--stm-hs-title);font-size:9px;font-weight:850;line-height:1;text-transform:uppercase;letter-spacing:.07em}
.stm-home-slider__stock.is-out-of-stock{background:rgba(17,24,39,.26)}
.stm-home-slider__actions{display:grid;grid-template-columns:repeat(2,minmax(0,var(--stm-hs-button-width)));gap:var(--stm-hs-button-gap);width:100%;margin-top:14px}
.stm-home-slider__button{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:100%;min-width:0;height:var(--stm-hs-button-height);min-height:var(--stm-hs-button-height);padding:9px 16px;border:1px solid transparent;border-radius:var(--stm-hs-button-radius);font-size:var(--stm-font-size-button,13px);font-weight:var(--stm-button-font-weight,800);line-height:1.2;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color var(--stm-transition-fast,.18s ease),border-color var(--stm-transition-fast,.18s ease),color var(--stm-transition-fast,.18s ease)}
.stm-home-slider__button svg{display:block;flex:0 0 18px;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.stm-home-slider__button--primary{border-color:rgba(255,255,255,.92);background:var(--stm-hs-primary-bg);color:var(--stm-hs-primary-text)}
.stm-home-slider__button--primary:hover{border-color:var(--stm-hs-primary-hover);background:var(--stm-hs-primary-hover);color:var(--stm-hs-primary-text)}
.stm-home-slider__button--secondary{border-color:var(--stm-hs-secondary-bg);background:var(--stm-hs-secondary-bg);color:var(--stm-hs-secondary-text)}
.stm-home-slider__button--secondary:hover{border-color:var(--stm-hs-secondary-hover);background:var(--stm-hs-secondary-hover);color:var(--stm-hs-secondary-text)}
.stm-home-slider__button:focus-visible{outline:2px solid #fff;outline-offset:3px}
.stm-home-slider__media{grid-area:media;display:flex;align-items:center;justify-content:center;height:100%;padding:0}
.stm-home-slider__media::before{content:"";position:absolute;z-index:-1;width:94%;height:88%;border:1px solid rgba(255,255,255,.20);border-radius:34px;transform:rotate(4deg);pointer-events:none}
.stm-home-slider__image-link{position:relative;display:flex;align-items:center;justify-content:center;width:var(--stm-hs-current-image-height);max-width:100%;height:var(--stm-hs-current-image-height);max-height:100%;min-width:0;min-height:0;text-decoration:none}
.stm-home-slider__image-frame{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-width:0;min-height:0;padding:0;border:1px solid rgba(255,255,255,.86);border-radius:24px;background:var(--stm-hs-surface);overflow:hidden;transition:border-color var(--stm-transition-base,.3s ease)}
.stm-home-slider--framed .stm-home-slider__image-frame{border:5px solid var(--stm-hs-accent);outline:1px solid rgba(255,255,255,.92);outline-offset:7px;background:var(--stm-hs-surface)}
.stm-home-slider--framed .stm-home-slider__image-frame::after{content:"";position:absolute;inset:10px;border:2px solid rgba(255,106,0,.78);border-radius:16px;pointer-events:none}
.stm-home-slider__image-link:hover .stm-home-slider__image-frame{border-color:var(--stm-hs-nav-bg)}
.stm-home-slider__image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:18px;object-fit:contain;padding:0;background:var(--stm-hs-surface)}
.stm-home-slider__sale-badge{position:absolute;z-index:2;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:5px 10px;border:2px solid rgba(255,255,255,.96);border-radius:999px;background:var(--stm-hs-accent);color:#fff;font-size:10px;font-weight:850;line-height:1;text-transform:uppercase;letter-spacing:.08em}
.stm-home-slider__arrow{position:absolute;z-index:5;top:50%;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--stm-hs-nav-bg);border-radius:50%;background:var(--stm-hs-nav-bg);color:var(--stm-hs-nav-text);transform:translateY(-50%);cursor:pointer;transition:background-color var(--stm-transition-fast,.18s ease),border-color var(--stm-transition-fast,.18s ease),color var(--stm-transition-fast,.18s ease)}
.stm-home-slider__arrow:hover{border-color:var(--stm-hs-accent);background:var(--stm-hs-accent);color:#fff}
.stm-home-slider__arrow:focus-visible{outline:2px solid #fff;outline-offset:2px}
.stm-home-slider__arrow svg{display:block;width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.stm-home-slider__arrow--prev{left:18px}
.stm-home-slider__arrow--next{right:18px}
.stm-home-slider__dots{position:absolute;z-index:6;left:50%;bottom:12px;display:flex;align-items:center;justify-content:center;gap:7px;max-width:calc(100% - 120px);margin:0;padding:0;transform:translateX(-50%)}
.stm-home-slider__dot{display:block;width:8px;height:8px;min-width:8px;min-height:8px;margin:0;padding:0;border:1px solid rgba(255,255,255,.96);border-radius:999px;background:rgba(255,255,255,.10);cursor:pointer;transition:width var(--stm-transition-fast,.18s ease),background-color var(--stm-transition-fast,.18s ease),border-color var(--stm-transition-fast,.18s ease)}
.stm-home-slider__dot:hover{border-color:#fff;background:rgba(255,255,255,.62)}
.stm-home-slider__dot.is-active{width:28px;border-color:#fff;background:#fff}
.stm-home-slider__dot:focus-visible{outline:2px solid #fff;outline-offset:2px}
.stm-home-slider__counter{position:absolute;z-index:5;right:20px;bottom:11px;display:flex;align-items:center;gap:5px;color:var(--stm-hs-muted);font-size:11px;font-weight:750}
.stm-home-slider__counter b{color:var(--stm-hs-muted);opacity:.72}

html[data-stm-layout="tablet"] .stm-home-slider{
	--stm-hs-current-height:var(--stm-hs-height-tablet,350px);
	--stm-hs-current-pad-x:var(--stm-hs-pad-x-tablet,28px);
	--stm-hs-current-pad-y:var(--stm-hs-pad-y-tablet,18px);
	--stm-hs-current-image-height:var(--stm-hs-image-height-tablet,230px);
	--stm-hs-current-content-track:var(--stm-hs-content-track-tablet,60fr);
	--stm-hs-current-media-track:var(--stm-hs-media-track-tablet,40fr)
}
html[data-stm-layout="tablet"] .stm-home-slider__slide{gap:18px}
html[data-stm-layout="tablet"] .stm-home-slider__product-title{font-size:30px;font-size:clamp(22px,3.2vw,32px)}
html[data-stm-layout="tablet"] .stm-home-slider__actions{grid-template-columns:repeat(2,minmax(0,1fr));max-width:420px}
html[data-stm-layout="tablet"] .stm-home-slider__description{margin-top:10px}
html[data-stm-layout="tablet"] .stm-home-slider__media::before{border-radius:26px}
html[data-stm-layout="tablet"] .stm-home-slider__arrow{width:38px;height:38px}
html[data-stm-layout="tablet"] .stm-home-slider__arrow--prev{left:8px}
html[data-stm-layout="tablet"] .stm-home-slider__arrow--next{right:8px}

html[data-stm-layout="mobile"] .stm-home-slider{
	--stm-hs-current-height:var(--stm-hs-height-mobile,248px);
	--stm-hs-current-pad-x:var(--stm-hs-pad-x-mobile,12px);
	--stm-hs-current-pad-y:var(--stm-hs-pad-y-mobile,14px);
	--stm-hs-current-image-height:var(--stm-hs-image-height-mobile,118px);
	--stm-hs-current-content-track:var(--stm-hs-content-track-mobile,59fr);
	--stm-hs-current-media-track:var(--stm-hs-media-track-mobile,41fr)
}
html[data-stm-layout="mobile"] .stm-home-slider__slide{grid-template-areas:"content media";grid-template-columns:minmax(0,var(--stm-hs-current-content-track)) minmax(0,var(--stm-hs-current-media-track));grid-template-rows:minmax(0,1fr);align-items:center;gap:10px;padding-bottom:calc(var(--stm-hs-current-pad-y) + 16px)}
html[data-stm-layout="mobile"] .stm-home-slider--decorated .stm-home-slider__slide::after{top:-38%;right:-48%;width:360px;max-width:none;height:360px;max-height:none}
html[data-stm-layout="mobile"] .stm-home-slider__content{align-self:stretch;align-items:flex-start;justify-content:flex-start;max-width:none;text-align:left}
html[data-stm-layout="mobile"] .stm-home-slider__campaign{justify-items:start;gap:3px;margin-bottom:6px}
html[data-stm-layout="mobile"] .stm-home-slider__eyebrow{min-height:20px;padding:4px 8px;font-size:8px;letter-spacing:.08em}
html[data-stm-layout="mobile"] .stm-home-slider__eyebrow>span{width:5px;height:5px}
html[data-stm-layout="mobile"] .stm-home-slider__heading{font-size:8px;letter-spacing:.06em}
html[data-stm-layout="mobile"] .stm-home-slider__product-title{font-size:22px;font-size:clamp(18px,5.8vw,23px);line-height:1.08;text-align:left}
html[data-stm-layout="mobile"] .stm-home-slider__description{margin-top:7px;font-size:9.5px;line-height:1.34}
html[data-stm-layout="mobile"] .stm-home-slider__excerpt{margin-top:5px;font-size:8.5px;line-height:1.35;-webkit-line-clamp:1}
html[data-stm-layout="mobile"] .stm-home-slider__commerce-row{justify-content:flex-start;gap:6px;min-height:24px;margin-top:8px}
html[data-stm-layout="mobile"] .stm-home-slider__price{font-size:24px;font-size:clamp(20px,6vw,26px)}
html[data-stm-layout="mobile"] .stm-home-slider__stock{min-height:20px;padding:3px 7px;font-size:7px}
html[data-stm-layout="mobile"] .stm-home-slider__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;margin-top:8px}
html[data-stm-layout="mobile"] .stm-home-slider__button{height:34px;min-height:34px;gap:5px;padding:5px 8px;border-radius:9px;font-size:9px}
html[data-stm-layout="mobile"] .stm-home-slider__button svg{width:12px;height:12px;flex-basis:12px}
html[data-stm-layout="mobile"] .stm-home-slider__media{padding:0}
html[data-stm-layout="mobile"] .stm-home-slider__media::before{width:98%;height:88%;border-radius:18px;transform:rotate(3deg)}
html[data-stm-layout="mobile"] .stm-home-slider__image-link{width:var(--stm-hs-current-image-height);max-width:100%;height:var(--stm-hs-current-image-height);max-height:100%}
html[data-stm-layout="mobile"] .stm-home-slider__image-frame{border-radius:16px}
html[data-stm-layout="mobile"] .stm-home-slider--framed .stm-home-slider__image-frame{border-width:4px;outline-offset:4px}
html[data-stm-layout="mobile"] .stm-home-slider--framed .stm-home-slider__image-frame::after{inset:7px;border-width:1px;border-radius:12px}
html[data-stm-layout="mobile"] .stm-home-slider__image{border-radius:12px}
html[data-stm-layout="mobile"] .stm-home-slider__sale-badge{top:5px;right:5px;min-height:18px;padding:3px 5px;border-width:1px;font-size:7px}
html[data-stm-layout="mobile"] .stm-home-slider__arrow{display:none}
html[data-stm-layout="mobile"] .stm-home-slider__counter{right:7px;bottom:6px;font-size:8px}
html[data-stm-layout="mobile"] .stm-home-slider__dots{bottom:8px;max-width:calc(100% - 24px);gap:5px}
html[data-stm-layout="mobile"] .stm-home-slider__dot{width:6px;height:6px;min-width:6px;min-height:6px}
html[data-stm-layout="mobile"] .stm-home-slider__dot.is-active{width:20px}

@media (prefers-reduced-motion:reduce){
	.stm-home-slider__track,
	.stm-home-slider__slide,
	.stm-home-slider__image-frame,
	.stm-home-slider__button,
	.stm-home-slider__arrow,
	.stm-home-slider__dot{transition:none}
}
