.stm-home-slider{--stm-hs-bg:#ff6a00;--stm-hs-surface:#fff;--stm-hs-media-panel:#fff7ed;--stm-hs-title:#111827;--stm-hs-heading-highlight:#fff;--stm-hs-heading-highlight-bg:#111827;--stm-hs-text:#1f2937;--stm-hs-muted:#263244;--stm-hs-accent:#111827;--stm-hs-border:#fdba74;--stm-hs-badge-bg:#fff1e6;--stm-hs-badge-text:#c2410c;--stm-hs-discount-bg:#fff1e6;--stm-hs-discount-text:#c2410c;--stm-hs-stock-bg:#ecfdf3;--stm-hs-stock-text:#027a48;--stm-hs-media-label-bg:#fff;--stm-hs-media-label-text:#111827;--stm-hs-trust-icon-bg:#fff;--stm-hs-trust-icon-text:#ff6a00;--stm-hs-media-footer-text:#334155;--stm-hs-primary-bg:#111827;--stm-hs-primary-hover:#000;--stm-hs-primary-text:#fff;--stm-hs-secondary-bg:#fff;--stm-hs-secondary-hover:#fff7ed;--stm-hs-secondary-text:#111827;--stm-hs-nav-bg:#fff;--stm-hs-nav-text:#111827;--stm-hs-max-width:1440px;--stm-hs-height-desktop:356px;--stm-hs-height-tablet:320px;--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:236px;--stm-hs-image-height-tablet:190px;--stm-hs-image-height-mobile:96px;--stm-hs-content-track-desktop:66fr;--stm-hs-media-track-desktop:34fr;--stm-hs-content-track-tablet:62fr;--stm-hs-media-track-tablet:38fr;--stm-hs-content-track-mobile:59fr;--stm-hs-media-track-mobile:41fr;--stm-hs-button-width:180px;--stm-hs-button-height:42px;--stm-hs-button-gap:10px;--stm-hs-button-radius:999px;--stm-hs-slider-radius:0;--stm-hs-media-panel-radius:28px;--stm-hs-image-frame-radius:18px;--stm-hs-heading-size-desktop:38px;--stm-hs-heading-size-tablet:32px;--stm-hs-heading-size-mobile:20px;--stm-hs-product-title-desktop:16px;--stm-hs-product-title-tablet:15px;--stm-hs-product-title-mobile:11px;--stm-hs-title-lines:2;--stm-hs-transition-duration:520ms;--stm-hs-current-height:var(--stm-hs-height-desktop);--stm-hs-current-pad-x:var(--stm-hs-pad-x-desktop);--stm-hs-current-pad-y:var(--stm-hs-pad-y-desktop);--stm-hs-current-image-height:var(--stm-hs-image-height-desktop);--stm-hs-current-content-track:var(--stm-hs-content-track-desktop);--stm-hs-current-media-track:var(--stm-hs-media-track-desktop);--stm-hs-current-heading-size:var(--stm-hs-heading-size-desktop);--stm-hs-current-product-title:var(--stm-hs-product-title-desktop);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);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:1px solid rgba(17,24,39,.12);border-radius:var(--stm-hs-slider-radius);background:var(--stm-hs-bg);touch-action:pan-y;overflow:hidden;outline:0}.stm-home-slider__viewport:focus-visible{outline:3px solid var(--stm-hs-title);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) 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:stretch;gap:clamp(22px,3vw,48px);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) + 24px);background-color:var(--stm-hs-bg);background-image:linear-gradient(90deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,.03) 57%,rgba(255,247,237,.13) 57%,rgba(255,247,237,.22) 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) ease,visibility var(--stm-hs-transition-duration) 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(17,24,39,.10) 1px,transparent 1.15px);background-size:21px 21px;mask-image:linear-gradient(90deg,rgba(0,0,0,.34),transparent 58%);pointer-events:none}.stm-home-slider--decorated .stm-home-slider__slide::after{content:"";position:absolute;z-index:0;top:-82%;right:-5%;width:720px;max-width:58vw;height:720px;max-height:58vw;border:1px solid rgba(255,255,255,.30);border-radius:50%;background:rgba(255,247,237,.08);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%;height:100%;max-width:760px;padding:0 0 58px;color:var(--stm-hs-title);text-align:left}.stm-home-slider__campaign{display:grid;justify-items:start;gap:7px;margin:0 0 5px}.stm-home-slider__eyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:23px;margin:0;padding:5px 11px;border:1px solid rgba(194,65,12,.14);border-radius:999px;background:var(--stm-hs-badge-bg);color:var(--stm-hs-badge-text);font-size:9px;font-weight:850;line-height:1;letter-spacing:.11em;text-transform:uppercase}.stm-home-slider__heading{max-width:760px;margin:0;color:var(--stm-hs-title);font-family:var(--stm-font-display,inherit);font-size:var(--stm-hs-current-heading-size);font-weight:var(--stm-heading-font-weight,850);line-height:1.02;letter-spacing:var(--stm-letter-tight,-.035em);text-transform:none}.stm-home-slider__heading span{display:table;margin-top:4px;padding:2px 8px 4px;border-radius:8px;background:var(--stm-hs-heading-highlight-bg);color:var(--stm-hs-heading-highlight)}.stm-home-slider__heading--raised{display:inline-block;padding:8px 12px;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__heading--raised span{background:var(--stm-hs-heading-highlight-bg);color:var(--stm-hs-heading-highlight)}.stm-home-slider__product-title{display:-webkit-box;width:100%;max-width:680px;margin:6px 0 0;overflow:hidden;color:var(--stm-hs-title);font-family:var(--stm-font-display,inherit);font-size:var(--stm-hs-current-product-title);font-weight:800;line-height:1.18;letter-spacing:-.012em;-webkit-box-orient:vertical;-webkit-line-clamp:var(--stm-hs-title-lines)}.stm-home-slider__product-title a{color:inherit;text-decoration:none}.stm-home-slider__product-title a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.stm-home-slider__description{display:-webkit-box;max-width:62ch;margin:6px 0 0;overflow:hidden;color:var(--stm-hs-text);font-size:12px;font-weight:600;line-height:1.38;-webkit-box-orient:vertical;-webkit-line-clamp:2}.stm-home-slider__excerpt{display:-webkit-box;max-width:62ch;margin:4px 0 0;overflow:hidden;color:var(--stm-hs-muted);font-size:10px;line-height:1.35;-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:8px;min-height:28px;margin-top:8px}.stm-home-slider__price{display:flex;align-items:baseline;gap:7px;color:var(--stm-hs-title);font-family:var(--stm-font-display,inherit);font-size:27px;font-weight:850;line-height:1}.stm-home-slider__price .woocommerce-Price-amount,.stm-home-slider__price bdi,.stm-home-slider__price ins{color:inherit}.stm-home-slider__price del{order:-1;margin:0;color:#b42318;font-size:.51em;font-weight:650;opacity:1}.stm-home-slider__price ins{text-decoration:none}.stm-home-slider__discount,.stm-home-slider__stock{display:inline-flex;align-items:center;justify-content:center;min-height:23px;padding:4px 9px;border:1px solid transparent;border-radius:999px;font-size:8px;font-weight:850;line-height:1;text-transform:uppercase;letter-spacing:.055em}.stm-home-slider__discount{border-color:rgba(194,65,12,.14);background:var(--stm-hs-discount-bg);color:var(--stm-hs-discount-text)}.stm-home-slider__stock{border-color:rgba(2,122,72,.18);background:var(--stm-hs-stock-bg);color:var(--stm-hs-stock-text)}.stm-home-slider__stock.is-out-of-stock{border-color:rgba(180,35,24,.18);background:#fef3f2;color:#b42318}.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:9px}.stm-home-slider__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-width:0;height:var(--stm-hs-button-height);min-height:var(--stm-hs-button-height);padding:8px 16px;border:1px solid transparent;border-radius:var(--stm-hs-button-radius);font-size:11px;font-weight:850;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 15px;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.stm-home-slider__button--primary{border-color:var(--stm-hs-primary-bg);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:rgba(17,24,39,.18);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 var(--stm-hs-title);outline-offset:3px}.stm-home-slider__trust{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:680px;padding-top:9px;border-top:1px solid rgba(17,24,39,.18)}.stm-home-slider__trust-item{display:flex;align-items:center;gap:8px;min-width:0;color:var(--stm-hs-title)}.stm-home-slider__trust-item>span{display:inline-flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border:1px solid rgba(17,24,39,.13);border-radius:50%;background:var(--stm-hs-trust-icon-bg);color:var(--stm-hs-trust-icon-text)}.stm-home-slider__trust-item svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.stm-home-slider__trust-item div{display:grid;gap:1px;min-width:0}.stm-home-slider__trust-item strong,.stm-home-slider__trust-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stm-home-slider__trust-item strong{font-size:9px;font-weight:850;line-height:1.2}.stm-home-slider__trust-item small{color:var(--stm-hs-muted);font-size:7px;line-height:1.2}.stm-home-slider__media{grid-area:media;display:flex;align-items:center;justify-content:center;height:100%;padding:0}.stm-home-slider__media-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:390px;height:100%;max-height:310px;padding:17px 13px 10px;border:1px solid transparent;border-radius:var(--stm-hs-media-panel-radius);background:transparent}.stm-home-slider--media-panel .stm-home-slider__media-card{border-color:rgba(17,24,39,.13);background:var(--stm-hs-media-panel)}.stm-home-slider--media-panel .stm-home-slider__media-card::before,.stm-home-slider--media-panel .stm-home-slider__media-card::after{content:"";position:absolute;inset:7px;border:1px solid rgba(17,24,39,.10);border-radius:calc(var(--stm-hs-media-panel-radius) - 7px);pointer-events:none}.stm-home-slider--media-panel .stm-home-slider__media-card::after{inset:15px;border-radius:calc(var(--stm-hs-media-panel-radius) - 13px)}.stm-home-slider__media-label{position:absolute;z-index:4;top:-10px;left:50%;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:4px 12px;border:1px solid rgba(17,24,39,.16);border-radius:999px;background:var(--stm-hs-media-label-bg);color:var(--stm-hs-media-label-text);font-size:9px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.08em;transform:translateX(-50%);white-space:nowrap}.stm-home-slider__image-link{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:var(--stm-hs-current-image-height);max-width:calc(100% - 30px);height:var(--stm-hs-current-image-height);max-height:calc(100% - 43px);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:9px;border:1px solid rgba(17,24,39,.18);border-radius:var(--stm-hs-image-frame-radius);background:var(--stm-hs-surface);overflow:hidden;transition:border-color var(--stm-transition-fast,.18s ease)}.stm-home-slider--framed .stm-home-slider__image-frame{border:1px solid rgba(17,24,39,.20);outline:1px solid rgba(17,24,39,.13);outline-offset:7px}.stm-home-slider--framed .stm-home-slider__image-frame::after{content:"";position:absolute;inset:7px;border:1px solid rgba(255,106,0,.28);border-radius:calc(var(--stm-hs-image-frame-radius) - 5px);pointer-events:none}.stm-home-slider__image-link:hover .stm-home-slider__image-frame{border-color:var(--stm-hs-accent)}.stm-home-slider__image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;border-radius:calc(var(--stm-hs-image-frame-radius) - 7px);object-fit:contain;padding:0;background:var(--stm-hs-surface)}.stm-home-slider__media-footer{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;width:100%;margin-top:11px;padding-top:8px;border-top:1px solid rgba(17,24,39,.13);color:var(--stm-hs-media-footer-text)}.stm-home-slider__media-footer span{display:flex;align-items:center;justify-content:center;gap:4px;min-width:0;overflow:hidden;font-size:6.5px;font-weight:700;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.stm-home-slider__media-footer svg{display:block;flex:0 0 10px;width:10px;height:10px;fill:none;stroke:var(--stm-hs-accent);stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.stm-home-slider__arrow{position:absolute;z-index:8;top:50%;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid rgba(17,24,39,.15);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-title);background:var(--stm-hs-title);color:#fff}.stm-home-slider__arrow:focus-visible{outline:2px solid var(--stm-hs-title);outline-offset:2px}.stm-home-slider__arrow svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.stm-home-slider__arrow--prev{left:15px}.stm-home-slider__arrow--next{right:15px}.stm-home-slider__dots{position:absolute;z-index:9;left:50%;bottom:10px;display:flex;align-items:center;justify-content:center;gap:6px;min-height:24px;max-width:calc(100% - 120px);margin:0;padding:5px 9px;border:1px solid rgba(17,24,39,.12);border-radius:999px;background:rgba(255,255,255,.88);transform:translateX(-50%)}.stm-home-slider__dot{display:block;width:7px;height:7px;min-width:7px;min-height:7px;margin:0;padding:0;border:0;border-radius:999px;background:#9ca3af;cursor:pointer;transition:width var(--stm-transition-fast,.18s ease),background-color var(--stm-transition-fast,.18s ease)}.stm-home-slider__dot:hover{background:var(--stm-hs-title)}.stm-home-slider__dot.is-active{width:27px;background:var(--stm-hs-accent)}.stm-home-slider__dot:focus-visible{outline:2px solid var(--stm-hs-title);outline-offset:2px}.stm-home-slider__counter{position:absolute;z-index:8;right:20px;bottom:10px;display:flex;align-items:center;gap:5px;color:var(--stm-hs-title);font-size:10px;font-weight:800}.stm-home-slider__counter b{opacity:.58}html[data-stm-layout="tablet"] .stm-home-slider{--stm-hs-current-height:var(--stm-hs-height-tablet);--stm-hs-current-pad-x:var(--stm-hs-pad-x-tablet);--stm-hs-current-pad-y:var(--stm-hs-pad-y-tablet);--stm-hs-current-image-height:var(--stm-hs-image-height-tablet);--stm-hs-current-content-track:var(--stm-hs-content-track-tablet);--stm-hs-current-media-track:var(--stm-hs-media-track-tablet);--stm-hs-current-heading-size:var(--stm-hs-heading-size-tablet);--stm-hs-current-product-title:var(--stm-hs-product-title-tablet)}html[data-stm-layout="tablet"] .stm-home-slider__slide{gap:18px;padding-bottom:calc(var(--stm-hs-current-pad-y) + 22px)}html[data-stm-layout="tablet"] .stm-home-slider__content{padding-bottom:52px}html[data-stm-layout="tablet"] .stm-home-slider__heading{max-width:560px}html[data-stm-layout="tablet"] .stm-home-slider__description{font-size:10px;-webkit-line-clamp:1}html[data-stm-layout="tablet"] .stm-home-slider__excerpt{font-size:9px}html[data-stm-layout="tablet"] .stm-home-slider__price{font-size:23px}html[data-stm-layout="tablet"] .stm-home-slider__actions{grid-template-columns:repeat(2,minmax(0,1fr));max-width:360px}html[data-stm-layout="tablet"] .stm-home-slider__button{font-size:10px}html[data-stm-layout="tablet"] .stm-home-slider__trust{gap:8px}html[data-stm-layout="tablet"] .stm-home-slider__trust-item>span{flex-basis:25px;width:25px;height:25px}html[data-stm-layout="tablet"] .stm-home-slider__trust-item strong{font-size:8px}html[data-stm-layout="tablet"] .stm-home-slider__trust-item small{font-size:6.5px}html[data-stm-layout="tablet"] .stm-home-slider__media-card{max-height:275px;padding:16px 10px 9px}html[data-stm-layout="tablet"] .stm-home-slider__arrow{width:36px;height:36px}html[data-stm-layout="tablet"] .stm-home-slider__arrow--prev{left:7px}html[data-stm-layout="tablet"] .stm-home-slider__arrow--next{right:7px}html[data-stm-layout="mobile"] .stm-home-slider{--stm-hs-current-height:var(--stm-hs-height-mobile);--stm-hs-current-pad-x:var(--stm-hs-pad-x-mobile);--stm-hs-current-pad-y:var(--stm-hs-pad-y-mobile);--stm-hs-current-image-height:var(--stm-hs-image-height-mobile);--stm-hs-current-content-track:var(--stm-hs-content-track-mobile);--stm-hs-current-media-track:var(--stm-hs-media-track-mobile);--stm-hs-current-heading-size:var(--stm-hs-heading-size-mobile);--stm-hs-current-product-title:var(--stm-hs-product-title-mobile)}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:8px;padding-bottom:calc(var(--stm-hs-current-pad-y) + 15px)}html[data-stm-layout="mobile"] .stm-home-slider--decorated .stm-home-slider__slide::after{top:-42%;right:-55%;width:330px;max-width:none;height:330px;max-height:none}html[data-stm-layout="mobile"] .stm-home-slider__content{align-self:stretch;justify-content:flex-start;max-width:none;padding-bottom:0}html[data-stm-layout="mobile"] .stm-home-slider__campaign{gap:3px;margin-bottom:3px}html[data-stm-layout="mobile"] .stm-home-slider__eyebrow{min-height:18px;padding:3px 7px;font-size:6.5px;letter-spacing:.07em}html[data-stm-layout="mobile"] .stm-home-slider__heading{line-height:1.02}html[data-stm-layout="mobile"] .stm-home-slider__product-title{margin-top:4px;line-height:1.15}html[data-stm-layout="mobile"] .stm-home-slider__description{margin-top:4px;font-size:7.5px;line-height:1.28;-webkit-line-clamp:1}html[data-stm-layout="mobile"] .stm-home-slider__excerpt{display:none}html[data-stm-layout="mobile"] .stm-home-slider__commerce-row{gap:4px;min-height:20px;margin-top:5px}html[data-stm-layout="mobile"] .stm-home-slider__price{gap:4px;font-size:17px}html[data-stm-layout="mobile"] .stm-home-slider__discount,html[data-stm-layout="mobile"] .stm-home-slider__stock{min-height:17px;padding:3px 5px;font-size:5.5px}html[data-stm-layout="mobile"] .stm-home-slider__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;width:100%;margin-top:6px}html[data-stm-layout="mobile"] .stm-home-slider__button{height:29px;min-height:29px;gap:4px;padding:4px 7px;border-radius:999px;font-size:7px}html[data-stm-layout="mobile"] .stm-home-slider__button svg{width:10px;height:10px;flex-basis:10px}html[data-stm-layout="mobile"] .stm-home-slider__trust{display:none}html[data-stm-layout="mobile"] .stm-home-slider__media{padding:0}html[data-stm-layout="mobile"] .stm-home-slider__media-card{max-height:190px;padding:12px 6px 7px;border-radius:16px}html[data-stm-layout="mobile"] .stm-home-slider--media-panel .stm-home-slider__media-card::before{inset:4px;border-radius:13px}html[data-stm-layout="mobile"] .stm-home-slider--media-panel .stm-home-slider__media-card::after{display:none}html[data-stm-layout="mobile"] .stm-home-slider__media-label{top:-7px;min-height:16px;padding:3px 6px;font-size:5.5px}html[data-stm-layout="mobile"] .stm-home-slider__image-link{max-width:calc(100% - 12px);max-height:calc(100% - 18px)}html[data-stm-layout="mobile"] .stm-home-slider__image-frame{padding:4px;border-radius:11px}html[data-stm-layout="mobile"] .stm-home-slider--framed .stm-home-slider__image-frame{outline-offset:3px}html[data-stm-layout="mobile"] .stm-home-slider--framed .stm-home-slider__image-frame::after{inset:4px;border-radius:8px}html[data-stm-layout="mobile"] .stm-home-slider__image{border-radius:7px}html[data-stm-layout="mobile"] .stm-home-slider__media-footer{display:none}html[data-stm-layout="mobile"] .stm-home-slider__arrow{display:none}html[data-stm-layout="mobile"] .stm-home-slider__counter{right:7px;bottom:5px;font-size:7px}html[data-stm-layout="mobile"] .stm-home-slider__dots{bottom:5px;min-height:18px;max-width:calc(100% - 20px);gap:4px;padding:3px 6px}html[data-stm-layout="mobile"] .stm-home-slider__dot{width:5px;height:5px;min-width:5px;min-height:5px}html[data-stm-layout="mobile"] .stm-home-slider__dot.is-active{width:17px}@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}
}
