.soe-utility-bar{min-height:3.8rem;color:#eef0f2;background:var(--soe-utility-background, #050505);border-color:#ffffff14}.soe-utility-bar.gradient{background:var(--soe-utility-background, #050505)}.soe-utility-bar__inner{display:flex;width:100%;max-width:160rem;min-height:3.8rem;align-items:center;gap:1.6rem;padding-inline:clamp(1.6rem,2.6vw,4rem)}.soe-utility-bar__messages{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:clamp(1.2rem,2.2vw,3.4rem)}.soe-utility-bar__item{display:inline-flex;min-width:0;min-height:3rem;align-items:center;gap:.8rem;color:#e7e9ec;font-size:1.15rem;font-weight:500;line-height:1.2;letter-spacing:.01em;text-decoration:none;white-space:nowrap}.soe-utility-bar__item:first-child{margin-right:auto}.soe-utility-bar__item:nth-child(2){margin-inline:auto}.soe-utility-bar__item:nth-child(3){margin-left:auto}.soe-utility-bar__item--highlight{min-height:3rem;padding:.45rem 1.25rem;background:#ffffff09;border:1px solid rgba(255,255,255,.09);border-radius:999px;box-shadow:inset 0 1px #ffffff09}.soe-utility-bar__icon{display:inline-grid;width:1.7rem;height:1.7rem;flex:0 0 1.7rem;place-items:center;color:#d9dde1}.soe-utility-bar__item:first-child .soe-utility-bar__icon{color:var(--soe-utility-accent, #ffc21c)}.soe-utility-bar__icon svg{display:block;width:100%;height:100%}.soe-utility-bar__item[href]{transition:color .2s ease,border-color .2s ease,background-color .2s ease}.soe-utility-bar__item[href]:hover{color:#fff;border-color:#fff3;background-color:#ffffff0e}.soe-utility-bar__item:focus-visible{outline:2px solid var(--soe-utility-accent, #ffc21c);outline-offset:2px}.soe-utility-bar__extras{display:flex;flex:0 0 auto;align-items:center;gap:1rem}@media screen and (max-width:989px){.soe-utility-bar__messages{justify-content:center}.soe-utility-bar__item{margin:0}.soe-utility-bar__item:nth-child(n+3){display:none}}@media screen and (max-width:749px){.soe-utility-bar,.soe-utility-bar__inner{min-height:3.6rem}.soe-utility-bar__inner{justify-content:center;padding-inline:1.2rem}.soe-utility-bar__item{display:none;font-size:1.1rem}.soe-utility-bar__item:nth-child(2),.soe-utility-bar__item:only-child{display:inline-flex}.soe-utility-bar__item--highlight{max-width:100%;padding-inline:1rem}.soe-utility-bar__text{overflow:hidden;text-overflow:ellipsis}.soe-utility-bar__extras{display:none}}@media(prefers-reduced-motion:reduce){.soe-utility-bar__item[href]{transition:none}}.soe-categories-directory{display:block;width:100%;overflow:hidden;color:var(--soe-cd-text);background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--soe-cd-accent) 4%,transparent),transparent 28rem),var(--soe-cd-bg);font-family:var(--font-body-family)}.soe-categories-directory *,.soe-categories-directory *:before,.soe-categories-directory *:after{box-sizing:border-box}.soe-categories-directory__inner{width:min(calc(100% - 4rem),var(--soe-cd-max-width));margin:0 auto;padding-block:var(--soe-cd-padding-top) var(--soe-cd-padding-bottom)}.soe-categories-directory__header{margin-bottom:2.4rem;text-align:center}.soe-categories-directory__eyebrow{margin:0 0 .7rem;color:var(--soe-cd-accent);font-size:1.05rem;font-weight:700;letter-spacing:.28em;line-height:1.3;text-transform:uppercase}.soe-categories-directory__title{margin:0;color:var(--soe-cd-text);font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);letter-spacing:-.025em;line-height:1.08}.soe-categories-directory__grid{display:grid;grid-template-columns:none;grid-auto-flow:column;gap:var(--soe-cd-gap);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.soe-categories-directory__grid::-webkit-scrollbar{display:none}.soe-categories-directory--desktop-cols-1 .soe-categories-directory__grid{grid-auto-columns:100%}.soe-categories-directory--desktop-cols-2 .soe-categories-directory__grid{grid-auto-columns:calc((100% - var(--soe-cd-gap)) / 2)}.soe-categories-directory--desktop-cols-3 .soe-categories-directory__grid{grid-auto-columns:calc((100% - (var(--soe-cd-gap) * 2)) / 3)}.soe-categories-directory--desktop-cols-4 .soe-categories-directory__grid{grid-auto-columns:calc((100% - (var(--soe-cd-gap) * 3)) / 4)}.soe-categories-directory--desktop-cols-5 .soe-categories-directory__grid{grid-auto-columns:calc((100% - (var(--soe-cd-gap) * 4)) / 5)}.soe-categories-directory--desktop-cols-6 .soe-categories-directory__grid{grid-auto-columns:calc((100% - (var(--soe-cd-gap) * 5)) / 6)}.soe-categories-directory__carousel{position:relative;display:block;min-width:0}.soe-categories-directory__arrow{position:absolute;top:50%;z-index:4;display:grid;width:4rem;height:4rem;padding:0;place-items:center;color:var(--soe-cd-text);background:#0d0d0df0;border:1px solid var(--soe-cd-border);border-radius:50%;cursor:pointer;transform:translateY(-50%)}.soe-categories-directory__arrow--previous{left:-1.4rem}.soe-categories-directory__arrow--next{right:-1.4rem}.soe-categories-directory__arrow:disabled{cursor:default;opacity:.35}.soe-categories-directory__arrow[hidden]{display:none}.soe-categories-directory__arrow svg{width:2rem;height:2rem;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.soe-categories-directory .soe-categories-directory__card{position:relative;display:flex;min-width:0;min-height:var(--soe-cd-card-height);margin:0;padding:0;overflow:hidden;color:var(--soe-cd-text);background:var(--soe-cd-card);border:1px solid var(--soe-cd-border);border-radius:var(--soe-cd-card-radius);box-shadow:none;text-decoration:none;isolation:isolate;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;scroll-snap-align:start}.soe-categories-directory--ratio-adapt .soe-categories-directory__card{aspect-ratio:2 / 3}.soe-categories-directory--ratio-portrait .soe-categories-directory__card{aspect-ratio:3 / 4}.soe-categories-directory--ratio-square .soe-categories-directory__card{aspect-ratio:1}.soe-categories-directory__card:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgb(0 0 0 / 25%),transparent 45%,rgb(0 0 0 / 16%)),linear-gradient(0deg,rgb(0 0 0 / var(--soe-cd-overlay)) 0%,rgb(0 0 0 / calc(var(--soe-cd-overlay) * .7)) 38%,transparent 74%);content:"";pointer-events:none}.soe-categories-directory__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(145deg,#171717,var(--soe-cd-card))}.soe-categories-directory__image,.soe-categories-directory__placeholder{display:block;width:100%;height:100%;padding:0;object-fit:var(--soe-card-fit, var(--soe-cd-image-fit));object-position:var(--soe-card-position, center center);border-radius:0;box-shadow:none;transition:transform .24s ease,filter .24s ease}.soe-categories-directory__placeholder{padding:18%;color:#3b3b3b;background:#111}.soe-categories-directory__card-icon{position:absolute;top:1.6rem;left:1.6rem;display:grid;width:4.2rem;height:4.2rem;place-items:center;color:var(--soe-cd-accent);background:#040404c7;border:1px solid color-mix(in srgb,var(--soe-cd-accent) 68%,transparent);border-radius:50%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.soe-categories-directory__card-icon svg{width:2rem;height:2rem}.soe-categories-directory__card-content{position:relative;display:flex;width:100%;margin-top:auto;padding:9rem 1.8rem 1.8rem;flex-direction:column;align-items:flex-start}.soe-categories-directory__card-title{margin:0;color:var(--soe-cd-text);font-family:var(--font-heading-family);font-size:clamp(2rem,1.5vw,2.6rem);font-weight:700;letter-spacing:-.025em;line-height:1.08;text-wrap:balance}.soe-categories-directory__card-description{display:-webkit-box;margin:1rem 0 0;overflow:hidden;color:var(--soe-cd-muted);font-size:1.2rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.soe-categories-directory__button{display:inline-flex;min-height:4.4rem;margin-top:1.6rem;padding:.9rem 1.5rem;align-items:center;justify-content:center;gap:1.2rem;color:var(--soe-cd-accent);background:#00000094;border:1px solid var(--soe-cd-accent);border-radius:.7rem;font-size:1.15rem;font-weight:700;line-height:1.2;text-decoration:none;transition:color .2s ease,background .2s ease}.soe-categories-directory__button span{display:inline-flex;width:1.8rem;height:1.8rem}.soe-categories-directory__button svg{width:100%;height:100%}.soe-categories-directory__fallback-link{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.soe-categories-directory__card:hover{border-color:color-mix(in srgb,var(--soe-cd-accent) 72%,var(--soe-cd-border));box-shadow:0 1.2rem 3rem #0000003d,0 0 2rem color-mix(in srgb,var(--soe-cd-accent) 7%,transparent);transform:translateY(-.3rem)}.soe-categories-directory__card:hover .soe-categories-directory__image{transform:scale(1.025)}.soe-categories-directory__card:hover .soe-categories-directory__button,.soe-categories-directory__button:hover{color:#050505;background:var(--soe-cd-accent)}.soe-categories-directory__empty{padding:3rem;color:var(--soe-cd-muted);background:var(--soe-cd-panel);border:1px dashed var(--soe-cd-border);border-radius:var(--soe-cd-panel-radius);text-align:center}.soe-categories-directory :is(a,button,input):focus-visible{outline:2px solid var(--soe-cd-accent);outline-offset:3px}@media screen and (max-width:1199px){.soe-categories-directory--tablet-cols-2 .soe-categories-directory__grid{grid-auto-columns:calc((100% - var(--soe-cd-gap)) / 2)}.soe-categories-directory--tablet-cols-3 .soe-categories-directory__grid{grid-auto-columns:calc((100% - (var(--soe-cd-gap) * 2)) / 3)}.soe-categories-directory--tablet-cols-4 .soe-categories-directory__grid{grid-auto-columns:calc((100% - (var(--soe-cd-gap) * 3)) / 4)}}@media screen and (max-width:749px){.soe-categories-directory__inner{width:min(calc(100% - 3.2rem),var(--soe-cd-max-width))}.soe-categories-directory__eyebrow{font-size:.95rem;letter-spacing:.2em}.soe-categories-directory--mobile-cols-1 .soe-categories-directory__grid{grid-auto-columns:84%}.soe-categories-directory--mobile-cols-2 .soe-categories-directory__grid{grid-auto-columns:calc((100% - var(--soe-cd-gap)) / 2.12)}.soe-categories-directory__arrow{width:3.8rem;height:3.8rem}.soe-categories-directory__arrow--previous{left:-1.2rem}.soe-categories-directory__arrow--next{right:-1.2rem}}@media(prefers-reduced-motion:reduce){.soe-categories-directory__card,.soe-categories-directory__image,.soe-categories-directory__button{transition:none}.soe-categories-directory__card:hover,.soe-categories-directory__card:hover .soe-categories-directory__image{transform:none}}.soe-header-wrapper{display:block;padding:.6rem clamp(.6rem,1.5vw,2rem);background:var(--soe-header-background, #050505);border:0}.soe-header-wrapper.gradient{background:var(--soe-header-background, #050505)}.soe-header-wrapper.header-wrapper--border-bottom{border-bottom:0}.soe-header.header.page-width{width:100%;max-width:160rem;min-height:6.2rem;padding:0 clamp(1.4rem,2vw,2.6rem);background:var(--soe-header-surface, #0a0a0b);border:1px solid var(--soe-header-border, #24262a);border-radius:1.4rem;box-shadow:inset 0 1px #ffffff06}.soe-header .header__heading,.soe-header .header__heading-link{min-width:0}.soe-header .header__heading-link{position:relative;display:inline-flex;min-height:4.4rem;align-items:center;padding:.5rem 1.8rem .5rem 0}.soe-header .header__heading-logo-wrapper{display:flex;width:auto;max-width:7.4rem;align-items:center}.soe-header .header__heading-logo{width:auto;max-width:100%;max-height:4.2rem;object-fit:contain}.soe-header .header__inline-menu{min-width:0;justify-self:center;margin:0}.soe-header .header__inline-menu>.list-menu--inline{flex-wrap:nowrap;align-items:stretch;justify-content:center;gap:clamp(.1rem,.45vw,.7rem)}.soe-header .header__inline-menu>.list-menu--inline>li{display:flex}.soe-header .header__menu-item{position:relative;min-height:5.8rem;padding:1rem clamp(.8rem,.8vw,1.35rem);color:#e6e8eb;font-size:clamp(1.16rem,.78vw,1.36rem);font-weight:500;line-height:1.25;letter-spacing:0;text-decoration:none;white-space:nowrap;transition:color .2s ease,background-color .2s ease}.soe-header .header__menu-item:hover,.soe-header details[open]>.header__menu-item{color:var(--soe-header-accent, #ffc21c);text-decoration:none}.soe-header .header__menu-item span,.soe-header .header__menu-item:hover span,.soe-header details[open]>.header__menu-item{text-decoration:none}.soe-header .header__active-menu-item{position:relative;color:var(--soe-header-accent, #ffc21c);text-decoration:none}.soe-header .header__active-menu-item:after{content:"";position:absolute;right:0;bottom:-2.05rem;left:0;height:.3rem;background:var(--soe-header-accent, #ffc21c);border-radius:.3rem .3rem 0 0}.soe-header .header__menu-item .icon-caret{right:.2rem;width:.9rem;color:currentColor}.soe-header .soe-header__decorative-caret{display:inline-flex;width:.9rem;height:.6rem;align-items:center;margin-left:.7rem}.soe-header .soe-header__decorative-caret .icon-caret{position:static;width:.9rem;height:.6rem}.soe-header .header__submenu,.soe-header .mega-menu__content{color:#f2f3f5;background:#0c0d0f;border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 32px #00000047}.soe-header .header__submenu.global-settings-popup{min-width:24rem;margin-top:.5rem;border-radius:1.2rem}.soe-header .header__submenu .header__menu-item{min-height:4.4rem;color:#dfe2e5;font-size:1.3rem;white-space:normal}.soe-header .header__submenu .header__menu-item:hover,.soe-header .header__submenu .list-menu__item--active{color:var(--soe-header-accent, #ffc21c);background:#ffffff0b}.soe-header .soe-header__view-all-item{margin-top:.4rem;padding-top:.4rem;border-top:1px solid rgba(255,255,255,.1)}.soe-header .soe-header__view-all-link{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;color:var(--soe-header-accent, #ffc21c);font-weight:600}.soe-header .soe-header__submenu-arrow{display:inline-flex;flex:0 0 auto}.soe-header .soe-header__submenu-arrow .icon{width:1.4rem;height:1.4rem}.soe-header .header__icons{align-items:center;padding:0;gap:.2rem}.soe-header .header__icon{display:inline-flex;min-width:4.4rem;min-height:4.4rem;align-items:center;justify-content:center;color:#f6f7f8;border-radius:999px;transition:color .2s ease,background-color .2s ease}.soe-header .header__icon:hover{color:var(--soe-header-accent, #ffc21c);background:#ffffff0b}.soe-header .header__icon:focus-visible,.soe-header .header__menu-item:focus-visible,.soe-header .menu-drawer__menu-item:focus-visible,.soe-header .menu-drawer__close-button:focus-visible{outline:2px solid var(--soe-header-accent, #ffc21c);outline-offset:2px;box-shadow:none}.soe-header .header__icon .icon{width:2rem;height:2rem;stroke-width:1.5}.soe-header .header__icon--cart{margin:0 0 0 1rem}.soe-header .header__icon--cart .svg-wrapper,.soe-header .header__icon--cart .icon{width:4.2rem;height:4.2rem}.soe-header .header__icon--cart:before{content:"";position:absolute;top:1.1rem;bottom:1.1rem;left:-.65rem;width:1px;background:#ffffff1f}.soe-header .cart-count-bubble{top:.45rem;right:.2rem;bottom:auto;left:auto;width:1.8rem;height:1.8rem;color:#090909;font-size:1rem;font-weight:700;background:var(--soe-header-accent, #ffc21c);border:2px solid var(--soe-header-surface, #0a0a0b)}.soe-header .search-modal{color:#f3f4f5;background:#0a0a0b;border-color:#ffffff1f}.soe-header .search-modal .field:after,.soe-header .search-modal .field:before{box-shadow:none}.soe-header .search-modal .field__input{color:#fff;background:#111214;border:1px solid rgba(255,255,255,.16)}.soe-header .menu-drawer,.soe-header .menu-drawer__submenu{color:#f3f4f5;background:#08090a}.soe-header .menu-drawer{border-top:1px solid rgba(255,255,255,.1)}.soe-header .menu-drawer__navigation{padding-block:2rem}.soe-header .menu-drawer__menu-item{min-height:4.8rem;color:#e8eaed;border-bottom:1px solid rgba(255,255,255,.055)}.soe-header .menu-drawer__menu-item:hover,.soe-header .menu-drawer__menu-item--active{color:var(--soe-header-accent, #ffc21c);background:#ffffff0a}.soe-header .menu-drawer__close-button{min-height:4.8rem;color:#f3f4f5}.soe-header .menu-drawer__utility-links{color:#f3f4f5;background:#0e0f11;border-top:1px solid rgba(255,255,255,.08)}@media screen and (min-width:1200px){.soe-header.header{grid-template-areas:"heading navigation icons";grid-template-columns:auto minmax(0,1fr) auto;column-gap:clamp(1.5rem,2vw,3.2rem)}.soe-header .header__heading,.soe-header>.header__heading-link{justify-self:start}.soe-header .header__heading-link:after{content:"";position:absolute;top:1rem;right:0;bottom:1rem;width:1px;background:#ffffff1f}.soe-header .header__inline-menu{display:block}}@media screen and (max-width:1199px){body.overflow-hidden-tablet{overflow:hidden}.soe-header.header{grid-template-areas:"left-icons heading icons";grid-template-columns:auto minmax(0,1fr) auto;column-gap:.6rem}.soe-header header-drawer{display:block;grid-area:left-icons;justify-self:start;margin:0}.soe-header .header__inline-menu{display:none}.soe-header .header__heading,.soe-header .header__heading-link{justify-self:center;text-align:center}.soe-header .header__heading-link{padding-inline:.5rem}.soe-header .header__heading-logo-wrapper{max-width:6.8rem}}@media screen and (max-width:749px){.soe-header-wrapper{padding:.5rem .6rem}.soe-header.header.page-width{min-height:5.8rem;padding-inline:1rem;border-radius:1.2rem}.soe-header .header__heading-logo-wrapper{max-width:6rem}.soe-header .header__icons{gap:0}.soe-header .header__icon--cart{margin-left:.2rem}.soe-header .header__icon--cart:before{display:none}.soe-header .cart-count-bubble{right:-.1rem}}@media screen and (max-width:390px){.soe-header.header.page-width{padding-inline:.6rem}.soe-header .header__heading-logo-wrapper{max-width:5.4rem}.soe-header .header__icon,.soe-header .header__icon .svg-wrapper{width:4rem;min-width:4rem}.soe-header .header__icon--cart .svg-wrapper,.soe-header .header__icon--cart .icon{width:4rem;height:4rem}}@media(prefers-reduced-motion:reduce){.soe-header .header__menu-item,.soe-header .header__icon{transition:none}}.soe-blog-listing{background:var(--soe-blog-bg);color:var(--soe-blog-text);padding:var(--soe-blog-section-top) 16px var(--soe-blog-section-bottom);overflow:clip}.soe-blog-listing *{box-sizing:border-box}.soe-blog-listing__inner{width:min(100%,var(--soe-blog-max-width));margin-inline:auto}.soe-blog-listing__breadcrumb{margin-bottom:18px}.soe-blog-listing__breadcrumb ol{display:flex;align-items:center;gap:8px;min-width:0;margin:0;padding:0;color:var(--soe-blog-muted);font-size:1.2rem;list-style:none}.soe-blog-listing__breadcrumb li{min-width:0}.soe-blog-listing__breadcrumb li:last-child{overflow:hidden;color:var(--soe-blog-text);text-overflow:ellipsis;white-space:nowrap}.soe-blog-listing__breadcrumb a{color:inherit;text-decoration:none;transition:color .2s ease}.soe-blog-listing__breadcrumb a:hover{color:var(--soe-blog-accent)}.soe-blog-listing__breadcrumb svg{display:block;width:14px;stroke:currentColor;stroke-width:1.7}.soe-blog-listing__hero{position:relative;display:flex;align-items:center;min-height:var(--soe-blog-hero-height);overflow:hidden;border:1px solid var(--soe-blog-border);border-radius:var(--soe-blog-hero-radius);background:var(--soe-blog-hero-bg);isolation:isolate}.soe-blog-listing__hero:after{position:absolute;inset:auto 44% -48% -6%;z-index:-1;height:65%;background:radial-gradient(circle,color-mix(in srgb,var(--soe-blog-accent) 20%,transparent),transparent 66%);content:"";pointer-events:none}.soe-blog-listing__hero-image{position:absolute;inset:0 0 0 auto;z-index:-3;width:58%;height:100%}.soe-blog-listing__hero-image img{width:100%;height:100%;object-fit:cover;object-position:var(--soe-blog-image-position)}.soe-blog-listing__hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#000000fa,#000000ed 37%,rgba(0,0,0,var(--soe-blog-overlay)) 66%,#0000002e)}.soe-blog-listing__hero--no-image .soe-blog-listing__hero-shade{background:linear-gradient(125deg,rgba(255,255,255,.025),transparent 42%),radial-gradient(circle at 80% 40%,color-mix(in srgb,var(--soe-blog-accent) 12%,transparent),transparent 34%)}.soe-blog-listing__hero-content{width:min(58%,740px);padding:clamp(28px,4.5vw,68px)}.soe-blog-listing__eyebrow{display:inline-flex;min-height:30px;align-items:center;padding:5px 14px;border:1px solid color-mix(in srgb,var(--soe-blog-accent) 64%,transparent);border-radius:999px;color:var(--soe-blog-accent);font-size:1.05rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.soe-blog-listing__hero h1{max-width:760px;margin:16px 0 12px;color:var(--soe-blog-text);font-family:var(--font-heading-family);font-size:clamp(3.2rem,4vw,6rem);font-weight:700;letter-spacing:-.035em;line-height:1.03}.soe-blog-listing__description{max-width:650px;color:var(--soe-blog-muted);font-size:clamp(1.35rem,1.3vw,1.65rem);line-height:1.65}.soe-blog-listing__description>*{margin:0;color:inherit}.soe-blog-listing__stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.soe-blog-listing__stat{display:inline-flex;min-height:44px;align-items:center;gap:10px;padding:9px 13px;border:1px solid var(--soe-blog-border);border-radius:9px;background:#080808b8;color:color-mix(in srgb,var(--soe-blog-text) 82%,transparent);font-size:1.15rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.soe-blog-listing__stat svg{width:18px;flex:0 0 18px;stroke:var(--soe-blog-accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.soe-blog-listing__toolbar{position:relative;display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr) auto;align-items:center;gap:16px;margin:18px 0;padding:16px;border:1px solid var(--soe-blog-border);border-radius:14px;background:var(--soe-blog-toolbar-bg)}.soe-blog-listing__tag-search{position:relative;display:flex;min-height:48px;align-items:center}.soe-blog-listing__tag-search>svg{position:absolute;left:15px;width:20px;stroke:var(--soe-blog-muted);stroke-linecap:round;stroke-width:1.7;pointer-events:none}.soe-blog-listing__tag-search input{width:100%;min-height:48px;padding:0 44px;border:1px solid var(--soe-blog-border);border-radius:9px;outline:0;background:#080808;color:var(--soe-blog-text);font:inherit;font-size:1.25rem}.soe-blog-listing__tag-search input:focus{border-color:var(--soe-blog-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--soe-blog-accent) 18%,transparent)}.soe-blog-listing__tag-search input::placeholder{color:var(--soe-blog-muted);opacity:.8}.soe-blog-listing__tag-search input::-webkit-search-cancel-button{display:none}.soe-blog-listing__search-clear{position:absolute;right:7px;display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;background:transparent;color:var(--soe-blog-muted);cursor:pointer}.soe-blog-listing__search-clear svg{width:17px;stroke:currentColor;stroke-linecap:round;stroke-width:1.7}.soe-blog-listing__suggestions{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:20;max-height:280px;overflow-y:auto;padding:7px;border:1px solid var(--soe-blog-border);border-radius:10px;background:#0b0b0b;box-shadow:0 18px 45px #00000073}.soe-blog-listing__suggestions a{display:flex;min-height:42px;align-items:center;padding:8px 11px;border-radius:7px;color:var(--soe-blog-text);font-size:1.2rem;text-decoration:none}.soe-blog-listing__suggestions a:hover,.soe-blog-listing__suggestions a:focus-visible{outline:0;background:color-mix(in srgb,var(--soe-blog-accent) 12%,transparent);color:var(--soe-blog-accent)}.soe-blog-listing__suggestions p{margin:0;padding:12px;color:var(--soe-blog-muted);font-size:1.15rem;line-height:1.5}.soe-blog-listing__tag-navigation{min-width:0}.soe-blog-listing__tags{display:flex;align-items:center;gap:9px}.soe-blog-listing__tag{display:inline-flex;min-height:42px;flex:0 0 auto;align-items:center;justify-content:center;padding:8px 18px;border:1px solid var(--soe-blog-border);border-radius:999px;background:#0a0a0a;color:var(--soe-blog-text);font:inherit;font-size:1.15rem;font-weight:600;text-decoration:none;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.soe-blog-listing__tag:hover{border-color:color-mix(in srgb,var(--soe-blog-accent) 62%,transparent);color:var(--soe-blog-accent);transform:translateY(-1px)}.soe-blog-listing__tag.is-active{border-color:var(--soe-blog-accent);background:var(--soe-blog-accent);color:#050505}.soe-blog-listing__tag:focus-visible{outline:2px solid var(--soe-blog-accent);outline-offset:3px}.soe-blog-listing__order-control{position:relative;display:inline-flex;min-height:46px;align-items:center;gap:9px;padding:8px 14px;border:1px solid var(--soe-blog-border);border-radius:9px;color:var(--soe-blog-text);font-size:1.15rem;white-space:nowrap}.soe-blog-listing__order-control>svg:first-child{width:18px;flex:0 0 18px;stroke:var(--soe-blog-muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.soe-blog-listing__order-control select{min-width:132px;padding:0 25px 0 0;border:0;outline:0;background:transparent;color:var(--soe-blog-text);color-scheme:dark;font:inherit;font-weight:600;cursor:pointer;-webkit-appearance:none;appearance:none}.soe-blog-listing__order-control option{background:#0b0b0b;color:var(--soe-blog-text)}.soe-blog-listing__order-control:focus-within{border-color:var(--soe-blog-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--soe-blog-accent) 18%,transparent)}.soe-blog-listing__order-chevron{position:absolute;right:11px;width:16px;stroke:var(--soe-blog-muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7;pointer-events:none}.soe-blog-listing__articles{display:grid;gap:var(--soe-blog-card-gap)}.soe-blog-listing__article{display:grid;grid-template-columns:minmax(280px,36%) minmax(0,1fr) auto;min-height:260px;overflow:hidden;border:1px solid var(--soe-blog-border);border-radius:var(--soe-blog-card-radius);background:linear-gradient(115deg,var(--soe-blog-card-bg),color-mix(in srgb,var(--soe-blog-card-bg) 88%,white));transition:border-color .25s ease,transform .25s ease}.soe-blog-listing__article:hover{border-color:color-mix(in srgb,var(--soe-blog-accent) 38%,var(--soe-blog-border));transform:translateY(-2px)}.soe-blog-listing__article--no-image{grid-template-columns:minmax(0,1fr) auto}.soe-blog-listing__article-image{min-width:0;padding:16px}.soe-blog-listing__article-image a{display:block;width:100%;height:100%;overflow:hidden;border-radius:calc(var(--soe-blog-card-radius) - 6px);background:#070707}.soe-blog-listing__article-img{width:100%;height:100%;min-height:226px;aspect-ratio:var(--soe-blog-article-ratio);object-fit:var(--soe-blog-article-fit);transition:transform .35s ease}.soe-blog-listing__article:hover .soe-blog-listing__article-img{transform:scale(1.025)}.soe-blog-listing__article-content{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:28px clamp(20px,3vw,44px)}.soe-blog-listing__article-tag{align-self:flex-start;padding:5px 12px;border:1px solid color-mix(in srgb,var(--soe-blog-accent) 68%,transparent);border-radius:7px;color:var(--soe-blog-accent);font-size:1.05rem;line-height:1.25}.soe-blog-listing__article-title{margin:13px 0 9px;color:var(--soe-blog-text);font-family:var(--font-heading-family);font-size:clamp(2rem,2vw,2.8rem);font-weight:700;letter-spacing:-.025em;line-height:1.18}.soe-blog-listing__article-title a{color:inherit;text-decoration:none}.soe-blog-listing__article-title a:hover{color:var(--soe-blog-accent)}.soe-blog-listing__article-excerpt{display:-webkit-box;margin:0;overflow:hidden;color:var(--soe-blog-muted);font-size:1.3rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.soe-blog-listing__article-meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:22px;color:var(--soe-blog-muted);font-size:1.05rem}.soe-blog-listing__article-meta span{display:inline-flex;align-items:center;gap:7px}.soe-blog-listing__article-meta svg{width:16px;flex:0 0 16px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.soe-blog-listing__article-action{display:flex;align-items:flex-end;justify-content:flex-end;padding:28px 24px}.soe-blog-listing__article-button,.soe-blog-listing__load-more,.soe-blog-listing__empty a,.soe-blog-listing__empty button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:12px;padding:9px 18px;border:1px solid var(--soe-blog-accent);border-radius:8px;background:transparent;color:var(--soe-blog-accent);font:inherit;font-size:1.15rem;font-weight:700;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.soe-blog-listing__article-button:hover,.soe-blog-listing__load-more:hover,.soe-blog-listing__empty a:hover,.soe-blog-listing__empty button:hover{background:var(--soe-blog-accent);color:#050505;transform:translateY(-1px)}.soe-blog-listing__article-button svg,.soe-blog-listing__load-more svg{width:18px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.soe-blog-listing__pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:34px}.soe-blog-listing__page-numbers{display:flex;align-items:center;gap:7px}.soe-blog-listing__page-link{display:inline-flex;min-width:42px;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--soe-blog-border);border-radius:8px;color:var(--soe-blog-text);font-size:1.15rem;text-decoration:none}.soe-blog-listing__page-link:hover{border-color:var(--soe-blog-accent);color:var(--soe-blog-accent)}.soe-blog-listing__page-link.is-current{border-color:var(--soe-blog-accent);background:color-mix(in srgb,var(--soe-blog-accent) 15%,transparent);color:var(--soe-blog-accent)}.soe-blog-listing__page-link--direction{gap:7px;padding:0 13px}.soe-blog-listing__page-link svg{width:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.soe-blog-listing__page-ellipsis{min-width:30px;color:var(--soe-blog-muted);text-align:center}.soe-blog-listing__load-more-wrap{display:none;justify-content:center;margin-top:34px}.soe-blog-listing.is-js[data-pagination-mode=load_more] .soe-blog-listing__pagination{display:none}.soe-blog-listing.is-js[data-pagination-mode=load_more] .soe-blog-listing__load-more-wrap{display:flex}.soe-blog-listing__load-more[aria-busy=true]{opacity:.65;pointer-events:none}.soe-blog-listing__empty{display:grid;min-height:340px;place-items:center;align-content:center;padding:40px 20px;border:1px solid var(--soe-blog-border);border-radius:var(--soe-blog-card-radius);background:var(--soe-blog-card-bg);text-align:center}.soe-blog-listing__live-empty[hidden]{display:none!important}.soe-blog-listing__empty>svg{width:58px;stroke:var(--soe-blog-accent);stroke-linecap:round;stroke-width:1.3}.soe-blog-listing__empty h2{margin:18px 0 8px;color:var(--soe-blog-text);font-size:clamp(2.2rem,3vw,3.4rem)}.soe-blog-listing__empty p{max-width:580px;margin:0;color:var(--soe-blog-muted);font-size:1.3rem;line-height:1.6}.soe-blog-listing__empty div{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}.soe-blog-listing__empty a+a{border-color:var(--soe-blog-border);color:var(--soe-blog-text)}@media(max-width:1099px){.soe-blog-listing__toolbar{grid-template-columns:minmax(220px,300px) minmax(0,1fr)}.soe-blog-listing__order-control{grid-column:2;justify-self:end}.soe-blog-listing__article{grid-template-columns:minmax(250px,38%) minmax(0,1fr)}.soe-blog-listing__article-action{grid-column:2;padding:0 24px 24px}.soe-blog-listing__article--no-image .soe-blog-listing__article-action{grid-column:1}}@media(max-width:749px){.soe-blog-listing{padding-inline:16px}.soe-blog-listing__breadcrumb{margin-bottom:12px}.soe-blog-listing__breadcrumb ol{gap:5px;font-size:1.05rem}.soe-blog-listing__hero{display:block;min-height:0}.soe-blog-listing__hero-image{position:relative;display:block;width:100%;height:clamp(210px,66vw,320px)}.soe-blog-listing__hero-shade{background:linear-gradient(180deg,#00000014,#000000b8 38%,#000000fa 70%,#000)}.soe-blog-listing__hero--no-image .soe-blog-listing__hero-shade{background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--soe-blog-accent) 12%,transparent),transparent 46%)}.soe-blog-listing__hero-content{width:100%;margin-top:-74px;padding:22px 20px 24px}.soe-blog-listing__hero--no-image .soe-blog-listing__hero-content{margin-top:0;padding-top:34px}.soe-blog-listing__hero h1{margin-top:13px;font-size:clamp(3rem,10vw,4.4rem)}.soe-blog-listing__description{font-size:1.25rem}.soe-blog-listing__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:20px}.soe-blog-listing__stat{min-width:0;font-size:1.05rem}.soe-blog-listing__toolbar{display:block;margin:14px 0;padding:12px}.soe-blog-listing__tag-navigation{margin-top:12px}.soe-blog-listing__tags--scroll{width:100%;overflow-x:auto;padding:3px 2px 8px;scroll-snap-type:x proximity;scrollbar-width:none}.soe-blog-listing__tags--scroll::-webkit-scrollbar{display:none}.soe-blog-listing__tags--scroll .soe-blog-listing__tag{scroll-snap-align:start}.soe-blog-listing__tags--wrap{flex-wrap:wrap}.soe-blog-listing__tag{min-height:44px}.soe-blog-listing__order-control{display:flex;width:100%;margin-top:12px}.soe-blog-listing__order-control select{width:100%}.soe-blog-listing__article,.soe-blog-listing__article--no-image{display:flex;min-height:0;flex-direction:column}.soe-blog-listing__article-image{padding:12px 12px 0}.soe-blog-listing__article-image a{aspect-ratio:var(--soe-blog-article-ratio)}.soe-blog-listing__article-img{min-height:0}.soe-blog-listing__article-content{padding:20px 18px 16px}.soe-blog-listing__article-title{font-size:2.2rem}.soe-blog-listing__article-meta{margin-top:17px}.soe-blog-listing__article-action{width:100%;padding:0 18px 20px}.soe-blog-listing__article-button{width:100%}.soe-blog-listing__pagination{gap:7px}.soe-blog-listing__page-link--direction span{display:none}.soe-blog-listing__page-link--direction{width:42px;padding:0}.soe-blog-listing__page-numbers{gap:4px}.soe-blog-listing__page-link{min-width:40px;min-height:40px}}@media(prefers-reduced-motion:reduce){.soe-blog-listing__article,.soe-blog-listing__article-img,.soe-blog-listing__tag,.soe-blog-listing__article-button,.soe-blog-listing__load-more{transition:none}}.soe-cart{min-height:70vh;overflow:clip;background:var(--soe-cart-bg);color:var(--soe-cart-text)}.soe-cart,.soe-cart *{box-sizing:border-box}.soe-cart [hidden]{display:none!important}.soe-cart__cart-items,.soe-cart__form{display:block}.soe-cart__inner{width:min(100% - 40px,var(--soe-cart-max-width));margin:0 auto;padding-block:var(--soe-cart-padding-top) var(--soe-cart-padding-bottom)}.soe-cart__header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:26px}.soe-cart__breadcrumb{display:flex;align-items:center;gap:9px;margin-bottom:18px;color:var(--soe-cart-muted);font-size:1.2rem}.soe-cart__breadcrumb a{color:inherit;text-decoration:none}.soe-cart__breadcrumb a:hover{color:var(--soe-cart-accent)}.soe-cart__breadcrumb svg{width:14px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.soe-cart__breadcrumb span{color:var(--soe-cart-accent)}.soe-cart__header h1{margin:0;color:var(--soe-cart-text);font-family:var(--font-heading-family);font-size:clamp(3.8rem,5vw,6.4rem);font-weight:700;letter-spacing:-.045em;line-height:.98}.soe-cart__description{margin-top:14px;color:var(--soe-cart-muted);font-size:1.4rem;line-height:1.6}.soe-cart__description>*{margin:0;color:inherit}.soe-cart__continue{display:inline-flex;min-height:44px;flex:0 0 auto;align-items:center;gap:12px;padding:8px 2px;color:var(--soe-cart-accent);font-size:1.3rem;font-weight:600;text-decoration:none}.soe-cart__continue svg{width:22px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:transform .2s ease}.soe-cart__continue:hover svg{transform:translate(4px)}.soe-cart__continue:focus-visible{outline:2px solid var(--soe-cart-accent);outline-offset:5px}.soe-cart__layout{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(320px,1fr);align-items:start;gap:var(--soe-cart-gap)}.soe-cart__items-panel,.soe-cart__summary{border:1px solid var(--soe-cart-border);border-radius:var(--soe-cart-panel-radius);background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 45%),var(--soe-cart-panel)}.soe-cart__table-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,125px) minmax(195px,210px) minmax(110px,125px);gap:14px;align-items:center}.soe-cart .soe-cart__line.cart-item{display:grid;grid-template-columns:minmax(0,1fr) minmax(110px,125px) minmax(195px,210px) minmax(110px,125px);gap:14px;align-items:center;margin:0}.soe-cart__table-header--without-unit-price,.soe-cart .soe-cart__line.cart-item.soe-cart__line--without-unit-price{grid-template-columns:minmax(0,1fr) minmax(195px,210px) minmax(110px,125px)}.soe-cart__table-header{min-height:62px;padding:0 24px;border-bottom:1px solid var(--soe-cart-border);color:var(--soe-cart-muted);font-size:1.05rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.soe-cart__table-header span:not(:first-child){text-align:center}.soe-cart__line{position:relative;min-height:190px;padding:24px 28px;border-bottom:1px solid var(--soe-cart-border)}.soe-cart__line:last-child{border-bottom:0}.soe-cart__line-product{display:flex;min-width:0;overflow:hidden;align-items:center;gap:clamp(18px,1.6vw,26px)}.soe-cart__line-image{--soe-cart-line-image-size: min(var(--soe-cart-image-size), 12vw);display:block;width:var(--soe-cart-line-image-size);height:var(--soe-cart-line-image-size);box-sizing:border-box;flex:0 0 var(--soe-cart-line-image-size);overflow:hidden;padding:clamp(10px,.9vw,14px);border:1px solid var(--soe-cart-border);border-radius:var(--soe-cart-image-radius);background:var(--soe-cart-card)}.soe-cart__line-image--empty{display:grid;place-items:center}.soe-cart__line-image--empty svg{width:38px;stroke:var(--soe-cart-muted);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3}.soe-cart__line-img{display:block;width:100%;height:100%;min-width:100%;min-height:100%;max-width:none;image-rendering:auto;object-fit:contain;object-position:center}.soe-cart__line-details{min-width:0;overflow:hidden}.soe-cart__line-title{display:inline-block;max-width:100%;overflow-wrap:anywhere;white-space:normal;color:var(--soe-cart-text);font-size:clamp(1.45rem,1.45vw,1.85rem);font-weight:700;line-height:1.32;text-decoration:none}.soe-cart__line-title:hover{color:var(--soe-cart-accent)}.soe-cart__options,.soe-cart__properties{display:grid;gap:4px;margin:10px 0 0;color:var(--soe-cart-muted);font-size:1.2rem}.soe-cart__options div,.soe-cart__properties div{display:flex;flex-wrap:wrap;gap:5px}.soe-cart__options dt,.soe-cart__options dd,.soe-cart__properties dt,.soe-cart__properties dd{margin:0}.soe-cart__properties a{color:var(--soe-cart-accent)}.soe-cart__selling-plan{margin:8px 0 0;color:var(--soe-cart-muted);font-size:1.15rem}.soe-cart__availability{display:flex;align-items:center;gap:8px;margin:12px 0 0;color:color-mix(in srgb,var(--soe-cart-available) 78%,white);font-size:1.15rem}.soe-cart__availability>span{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--soe-cart-available);box-shadow:0 0 0 3px color-mix(in srgb,var(--soe-cart-available) 15%,transparent)}.soe-cart__availability.is-unavailable{color:var(--soe-cart-muted)}.soe-cart__availability.is-unavailable>span{background:var(--soe-cart-muted);box-shadow:none}.soe-cart__line-discounts{display:grid;gap:5px;margin:12px 0 0;padding:0;list-style:none}.soe-cart__line-discounts li{display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:var(--soe-cart-accent);font-size:1.08rem}.soe-cart__line-discounts svg{width:15px;fill:currentColor}.soe-cart__line-discounts strong{margin-left:2px}.soe-cart__line-price,.soe-cart__line-subtotal{display:grid;justify-items:center;gap:4px;color:var(--soe-cart-text);font-size:1.35rem;text-align:center}.soe-cart__line-price s,.soe-cart__line-subtotal s{color:var(--soe-cart-muted);font-size:1.1rem}.soe-cart__line-price small{color:var(--soe-cart-muted);font-size:1rem}.soe-cart__line-quantity{min-width:0}.soe-cart__quantity-row{display:flex;align-items:center;justify-content:center;gap:10px}.soe-cart .soe-cart__line cart-remove-button{display:block;flex:0 0 44px;margin:0}.soe-cart__quantity{display:grid;min-width:138px;grid-template-columns:44px minmax(46px,1fr) 44px;overflow:hidden;border:1px solid var(--soe-cart-border);border-radius:10px;background:#080808}.soe-cart__quantity button,.soe-cart__quantity input{width:100%;height:46px;min-width:0;margin:0;padding:0;border:0;outline:0;background:transparent;color:var(--soe-cart-text);text-align:center}.soe-cart__quantity button{display:grid;cursor:pointer;place-items:center}.soe-cart__quantity button:hover{color:var(--soe-cart-accent);background:#ffffff09}.soe-cart__quantity button:focus-visible,.soe-cart__remove:focus-visible{outline:2px solid var(--soe-cart-accent);outline-offset:-2px}.soe-cart__quantity button svg{width:14px;pointer-events:none}.soe-cart__quantity input{-webkit-appearance:textfield;appearance:textfield;font:inherit;font-size:1.3rem;font-weight:600}.soe-cart__quantity input::-webkit-inner-spin-button,.soe-cart__quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.soe-cart__remove{display:grid;width:44px;height:44px;place-items:center;border:0;border-radius:8px;background:transparent;color:var(--soe-cart-accent)}.soe-cart__remove:hover{background:color-mix(in srgb,var(--soe-cart-accent) 10%,transparent)}.soe-cart__remove svg{width:20px;fill:currentColor}.soe-cart__line-error{min-height:16px;margin-top:7px;color:#ff8686;font-size:1.05rem;text-align:center}.soe-cart__line-subtotal{position:relative}.soe-cart__line-subtotal .loading__spinner{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.soe-cart__note{display:block;padding:24px 28px 28px;border-top:1px solid var(--soe-cart-border)}.soe-cart__note-heading label{display:flex;align-items:center;gap:10px;color:var(--soe-cart-text);font-size:1.25rem;font-weight:650}.soe-cart__note-heading svg{width:22px;stroke:var(--soe-cart-accent);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.soe-cart__note textarea{display:block;width:min(100%,620px);min-height:118px;margin-top:15px;padding:15px 17px;resize:vertical;border:1px solid var(--soe-cart-border);border-radius:10px;outline:0;background:#070707;color:var(--soe-cart-text);font:inherit;font-size:1.2rem;line-height:1.55}.soe-cart__note textarea:focus{border-color:var(--soe-cart-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--soe-cart-accent) 16%,transparent)}.soe-cart__note textarea::placeholder{color:var(--soe-cart-muted);opacity:.8}.soe-cart__note-meta{display:flex;width:min(100%,620px);justify-content:space-between;gap:20px;margin-top:8px;color:var(--soe-cart-muted);font-size:1.05rem;line-height:1.45}.soe-cart__update{min-height:46px;margin-top:14px;padding:10px 18px;border:1px solid var(--soe-cart-accent);border-radius:8px;background:transparent;color:var(--soe-cart-accent)}.soe-cart__summary-wrap.is-empty{display:none}.soe-cart__summary{position:relative;padding:30px 28px 26px}.soe-cart__summary--sticky{position:sticky;top:110px}.soe-cart__summary-badge{position:absolute;top:-27px;left:50%;display:grid;width:54px;height:54px;transform:translate(-50%);place-items:center;border:1px solid color-mix(in srgb,var(--soe-cart-accent) 65%,transparent);border-radius:50%;background:#0a0a0a;color:var(--soe-cart-accent);box-shadow:0 0 24px color-mix(in srgb,var(--soe-cart-accent) 14%,transparent)}.soe-cart__summary-badge svg{width:28px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.soe-cart__summary h2{margin:4px 0 23px;color:var(--soe-cart-text);font-size:1.65rem;font-weight:700}.soe-cart__summary-rows{display:grid;gap:17px;padding-bottom:22px;border-bottom:1px solid var(--soe-cart-border)}.soe-cart__summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;color:var(--soe-cart-muted);font-size:1.2rem;line-height:1.35}.soe-cart__summary-row>span{display:inline-flex;align-items:center;gap:7px}.soe-cart__summary-row>strong{color:var(--soe-cart-text);font-weight:600;text-align:right}.soe-cart__discounts .soe-cart__summary-row{color:var(--soe-cart-accent)}.soe-cart__discounts svg{width:15px;fill:currentColor}.soe-cart__tooltip{position:relative;display:inline-grid;width:18px;height:18px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:1rem;cursor:help}.soe-cart__tooltip>span{position:absolute;right:-18px;bottom:calc(100% + 9px);z-index:5;display:none;width:220px;padding:10px 12px;border:1px solid var(--soe-cart-border);border-radius:8px;background:#111;color:var(--soe-cart-text);font-size:1.05rem;font-weight:400;line-height:1.45;box-shadow:0 12px 30px #00000080}.soe-cart__tooltip:hover>span,.soe-cart__tooltip:focus>span{display:block}.soe-cart__total{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;color:var(--soe-cart-text);font-size:1.65rem}.soe-cart__total strong{font-size:clamp(2rem,2.1vw,2.8rem);font-weight:700;text-align:right}.soe-cart__total-notice{margin:14px 0 20px;color:var(--soe-cart-muted);font-size:1.08rem;line-height:1.55}.soe-cart__unavailable-message{margin:0 0 14px;padding:10px 12px;border:1px solid rgba(255,112,112,.35);border-radius:8px;color:#ff9b9b;font-size:1.1rem;line-height:1.45}.soe-cart__checkout{display:flex;width:100%;min-height:58px;align-items:center;justify-content:center;gap:12px;padding:12px 20px;border:1px solid var(--soe-cart-accent);border-radius:8px;background:linear-gradient(135deg,color-mix(in srgb,var(--soe-cart-accent) 82%,white),var(--soe-cart-accent));color:#080808;font:inherit;font-size:1.45rem;font-weight:750;cursor:pointer;transition:filter .2s ease,transform .2s ease}.soe-cart__checkout svg{width:23px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.soe-cart__checkout:hover{filter:brightness(1.08);transform:translateY(-1px)}.soe-cart__checkout:focus-visible{outline:2px solid var(--soe-cart-text);outline-offset:3px}.soe-cart__checkout:disabled,.soe-cart__checkout[aria-busy=true]{cursor:not-allowed;opacity:.55;transform:none}.soe-cart__checkout[aria-busy=true]{pointer-events:none}.soe-cart__secure{display:flex;align-items:center;justify-content:center;gap:8px;margin:15px 0 0;color:var(--soe-cart-muted);font-size:1.08rem}.soe-cart__secure svg{width:18px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.soe-cart__payments{display:flex;align-items:center;gap:12px;margin-top:23px;color:var(--soe-cart-muted);font-size:1.08rem}.soe-cart__payment-methods{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0;padding:0;list-style:none}.soe-cart__payment-methods li{display:grid;place-items:center}.soe-cart__payment-methods svg{width:42px;height:auto}.soe-cart__cart-errors{margin-top:12px;color:#ff9b9b;font-size:1.1rem;line-height:1.45}.soe-cart__empty{display:grid;min-height:470px;place-items:center;align-content:center;padding:48px 24px;border:1px solid var(--soe-cart-border);border-radius:var(--soe-cart-panel-radius);background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 45%),var(--soe-cart-panel);text-align:center}.soe-cart__empty-icon{display:grid;width:74px;height:74px;place-items:center;border:1px solid color-mix(in srgb,var(--soe-cart-accent) 55%,transparent);border-radius:50%;color:var(--soe-cart-accent);box-shadow:0 0 30px color-mix(in srgb,var(--soe-cart-accent) 10%,transparent)}.soe-cart__empty-icon svg{width:36px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.soe-cart__empty h2{margin:22px 0 9px;color:var(--soe-cart-text);font-size:clamp(2.5rem,4vw,4rem)}.soe-cart__empty p{max-width:600px;margin:0;color:var(--soe-cart-muted);font-size:1.3rem;line-height:1.6}.soe-cart__empty a{display:inline-flex;min-height:50px;align-items:center;justify-content:center;margin-top:25px;padding:12px 24px;border:1px solid var(--soe-cart-accent);border-radius:8px;background:var(--soe-cart-accent);color:#070707;font-weight:700;text-decoration:none}.soe-cart__empty a:focus-visible{outline:2px solid var(--soe-cart-text);outline-offset:3px}.soe-cart .cart__items--disabled{pointer-events:none;opacity:.58}@media screen and (max-width:1240px){.soe-cart__layout{grid-template-columns:1fr}.soe-cart__summary--sticky{position:static}}@media screen and (max-width:899px){.soe-cart__inner{width:min(100% - 32px,var(--soe-cart-max-width));padding-top:max(28px,calc(var(--soe-cart-padding-top) * .7));padding-bottom:max(36px,calc(var(--soe-cart-padding-bottom) * .75))}.soe-cart__header{display:grid;gap:10px;margin-bottom:20px}.soe-cart__breadcrumb{margin-bottom:13px;font-size:1.05rem}.soe-cart__header h1{font-size:clamp(3.5rem,13vw,5.2rem)}.soe-cart__description{font-size:1.2rem}.soe-cart__continue{width:fit-content}.soe-cart__table-header{display:none}.soe-cart__items-panel{border-radius:calc(var(--soe-cart-panel-radius) - 2px)}.soe-cart .soe-cart__line.cart-item,.soe-cart .soe-cart__line.cart-item.soe-cart__line--without-unit-price{display:grid;min-height:0;grid-template-columns:minmax(0,1fr);gap:17px;padding:20px 18px}.soe-cart__line-product{display:grid;grid-template-columns:104px minmax(0,1fr);align-items:start;gap:16px}.soe-cart__line-image{--soe-cart-line-image-size: 104px;width:var(--soe-cart-line-image-size);height:var(--soe-cart-line-image-size);max-width:100%;flex-basis:var(--soe-cart-line-image-size);padding:9px}.soe-cart__line-title{font-size:1.4rem}.soe-cart__options,.soe-cart__properties{margin-top:7px;font-size:1.08rem}.soe-cart__availability{margin-top:9px;font-size:1.05rem}.soe-cart__line-price,.soe-cart__line-subtotal,.soe-cart__line-quantity{display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:right}.soe-cart__line-price:before,.soe-cart__line-subtotal:before,.soe-cart__line-quantity:before{content:attr(data-label);color:var(--soe-cart-muted);font-size:1.05rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.soe-cart__line-price{flex-wrap:wrap}.soe-cart__line-price small{width:100%}.soe-cart__quantity-row{justify-content:flex-end}.soe-cart__quantity{min-width:132px;grid-template-columns:44px 44px 44px}.soe-cart__note{padding:21px 16px 23px}.soe-cart__note textarea{width:100%}.soe-cart__note-meta{width:100%;flex-direction:column;gap:5px}.soe-cart__summary{padding:31px 20px 22px}.soe-cart__summary h2{margin-top:2px}.soe-cart__total{font-size:1.4rem}.soe-cart__payments{align-items:flex-start;flex-direction:column}.soe-cart__tooltip>span{right:auto;left:-20px;width:min(220px,calc(100vw - 72px))}.soe-cart__empty{min-height:390px;padding:38px 20px}}@media screen and (max-width:420px){.soe-cart__line-product{grid-template-columns:88px minmax(0,1fr);gap:13px}.soe-cart__line-image{--soe-cart-line-image-size: 88px;width:var(--soe-cart-line-image-size);height:var(--soe-cart-line-image-size);flex-basis:var(--soe-cart-line-image-size);padding:7px}}@media(prefers-reduced-motion:reduce){.soe-cart__continue svg,.soe-cart__checkout{transition:none}}.soe-product{display:block;overflow:clip;background:var(--soe-product-bg, #050505);color:var(--soe-product-text, #fff)}.soe-product .soe-product__container{width:min(100%,var(--soe-product-max-width, 1440px));max-width:none;margin-inline:auto;padding-inline:clamp(1.6rem,3vw,4rem)}.soe-product__breadcrumb{display:flex;align-items:center;gap:.8rem;min-width:0;margin-bottom:1.8rem;color:var(--soe-product-muted, #a0a0a0);font-size:1.2rem;line-height:1.5}.soe-product__breadcrumb a,.soe-product__breadcrumb span{color:inherit;text-decoration:none}.soe-product__breadcrumb a:hover,.soe-product__breadcrumb a:focus-visible,.soe-product__breadcrumb [aria-current=page]{color:var(--soe-product-text, #fff)}.soe-product__breadcrumb [aria-current=page]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.soe-product .soe-product__layout{gap:var(--soe-product-gap, 3rem);margin:0;padding:clamp(1rem,1.8vw,2.4rem);border:.1rem solid var(--soe-product-border, #292929);border-radius:var(--soe-product-radius, 16px);background:linear-gradient(135deg,color-mix(in srgb,var(--soe-product-panel, #090909) 94%,white 6%),var(--soe-product-panel, #090909))}.soe-product .soe-product__layout .soe-product__gallery.product__media-wrapper,.soe-product .soe-product__layout .soe-product__info.product__info-wrapper{width:100%;max-width:none;min-width:0;padding:0}.soe-product__gallery media-gallery{min-width:0}.soe-product__gallery .product__media-list,.soe-product__gallery .thumbnail-list{margin:0}.soe-product__gallery .product-media-container,.soe-product__gallery .global-media-settings{overflow:hidden;border:.1rem solid var(--soe-product-border, #292929);border-radius:calc(var(--soe-product-radius, 16px) - 4px);background:var(--soe-product-card, #0d0d0d);box-shadow:none}.soe-product__gallery .thumbnail{overflow:hidden;border:.1rem solid var(--soe-product-border, #292929);border-radius:.8rem;background:var(--soe-product-card, #0d0d0d);box-shadow:none}.soe-product__gallery .thumbnail[aria-current=true]{border-color:var(--soe-product-accent, #efb810);box-shadow:0 0 0 .1rem var(--soe-product-accent, #efb810)}.soe-product__gallery .slider-button{width:4.4rem;height:4.4rem;border:.1rem solid var(--soe-product-border, #292929);border-radius:50%;color:var(--soe-product-text, #fff);background:color-mix(in srgb,var(--soe-product-card, #0d0d0d) 88%,transparent)}.soe-product__info-panel{padding:clamp(1.8rem,2.4vw,3.2rem);border:.1rem solid var(--soe-product-border, #292929);border-radius:calc(var(--soe-product-radius, 16px) - 4px);background:var(--soe-product-card, #0d0d0d)}.soe-product .product__info-container>*+*{margin-block:1.4rem 0}.soe-product .product__title{margin:0}.soe-product .product__title>a{display:none}.soe-product .product__title h1{max-width:24ch;margin:0;color:var(--soe-product-text, #fff);font-size:clamp(2.5rem,3vw,4.2rem);line-height:1.08;letter-spacing:-.035em}.soe-product__vendor{margin:0;color:var(--soe-product-accent, #efb810);font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.soe-product__badges{display:flex;flex-wrap:wrap;gap:.8rem;min-height:0}.soe-product__badges:empty{display:none}.soe-product__badges span,.soe-product .price__badge-sale,.soe-product .price__badge-sold-out{display:inline-flex;min-height:2.8rem;align-items:center;padding:.4rem 1rem;border:.1rem solid color-mix(in srgb,var(--soe-product-accent, #efb810) 65%,transparent);border-radius:999px;color:var(--soe-product-accent, #efb810);background:color-mix(in srgb,var(--soe-product-accent, #efb810) 10%,transparent);font-size:1.05rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.soe-product .price__badge-sale{border-color:color-mix(in srgb,var(--soe-product-sale, #e3363a) 70%,transparent);color:var(--soe-product-sale, #e3363a);background:color-mix(in srgb,var(--soe-product-sale, #e3363a) 10%,transparent)}.soe-product .price{color:var(--soe-product-text, #fff)}.soe-product .price--large{font-size:clamp(2.4rem,2.5vw,3.6rem);font-weight:800}.soe-product .price--on-sale .price-item--regular{color:var(--soe-product-muted, #a0a0a0)}.soe-product .price--on-sale .price-item--sale{color:var(--soe-product-accent, #efb810)}.soe-product__short-description{margin:0;color:var(--soe-product-muted, #a0a0a0);font-size:1.35rem;line-height:1.65}.soe-product .rating-star{--color-rating-star: var(--soe-product-accent, #efb810)}.soe-product .rating-wrapper{display:flex;align-items:center;gap:.7rem}.soe-product .product-form__input .form__label,.soe-product .product-form__quantity .quantity__label{margin-bottom:.8rem;color:var(--soe-product-text, #fff);font-size:1.2rem;font-weight:650}.soe-product .product-form__input input[type=radio]+label{min-height:4rem;margin:0 .6rem .7rem 0;padding:.9rem 1.3rem;border-color:var(--soe-product-border, #292929);border-radius:.6rem;color:var(--soe-product-text, #fff);background:var(--soe-product-panel, #090909)}.soe-product .product-form__input input[type=radio]:checked+label{border-color:var(--soe-product-accent, #efb810);color:#050505;background:var(--soe-product-accent, #efb810)}.soe-product .product-form__input input[type=radio]:disabled+label,.soe-product .product-form__input input[type=radio].disabled+label{opacity:.38}.soe-product .select__select,.soe-product .quantity{min-height:4.6rem;border:.1rem solid var(--soe-product-border, #292929);border-radius:.6rem;color:var(--soe-product-text, #fff);background:var(--soe-product-panel, #090909);box-shadow:none}.soe-product .quantity:after,.soe-product .select:after{box-shadow:none}.soe-product .quantity__button,.soe-product .quantity__input{color:var(--soe-product-text, #fff)}.soe-product .product__inventory,.soe-product__shipping{display:flex;align-items:center;gap:.7rem;color:var(--soe-product-success, #45c879);font-size:1.2rem}.soe-product__shipping .svg-wrapper{width:1.8rem;height:1.8rem;color:var(--soe-product-accent, #efb810)}.soe-product .product-form__buttons{max-width:none}.soe-product .product-form__submit,.soe-product .shopify-payment-button__button,.soe-product .shopify-payment-button__button--unbranded{min-height:5rem;border-radius:.6rem;font-weight:750;letter-spacing:.02em}.soe-product .product-form__submit{border:.1rem solid var(--soe-product-accent, #efb810);color:#050505;background:var(--soe-product-accent, #efb810)}.soe-product .product-form__submit:after,.soe-product .shopify-payment-button__button:after{box-shadow:none}.soe-product .shopify-payment-button__button,.soe-product .shopify-payment-button__button--unbranded{border:.1rem solid var(--soe-product-accent, #efb810);color:var(--soe-product-accent, #efb810);background:var(--soe-product-panel, #090909)}.soe-product__payment-trust{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.2rem 1.4rem;border:.1rem solid var(--soe-product-border, #292929);border-radius:.8rem;background:var(--soe-product-panel, #090909)}.soe-product__payment-copy{display:flex;align-items:center;gap:.9rem;min-width:0}.soe-product__payment-copy>span:last-child{display:grid;gap:.2rem}.soe-product__payment-copy strong{color:var(--soe-product-text, #fff);font-size:1.15rem}.soe-product__payment-copy small{color:var(--soe-product-muted, #a0a0a0);font-size:.95rem}.soe-product__payment-icon{display:grid;width:3.6rem;height:3.6rem;flex:0 0 auto;place-items:center;border:.1rem solid color-mix(in srgb,var(--soe-product-accent, #efb810) 60%,transparent);border-radius:50%;color:var(--soe-product-accent, #efb810)}.soe-product__payment-icon svg{width:1.8rem;height:1.8rem}.soe-product__payment-types{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.soe-product__payment-types svg{width:auto;height:2rem}.soe-product .product__view-details,.soe-product .share-button{color:var(--soe-product-muted, #a0a0a0)}.soe-product__tabs{margin-top:clamp(2rem,4vw,4.8rem);overflow:hidden;border:.1rem solid var(--soe-product-border, #292929);border-radius:var(--soe-product-radius, 16px);background:var(--soe-product-card, #0d0d0d)}.soe-product__tab-list{display:flex;overflow-x:auto;scrollbar-width:thin;border-bottom:.1rem solid var(--soe-product-border, #292929);background:var(--soe-product-panel, #090909)}.soe-product__tab{min-width:max-content;min-height:5.2rem;padding:1.2rem clamp(1.6rem,3vw,3.2rem);border:0;border-bottom:.2rem solid transparent;color:var(--soe-product-muted, #a0a0a0);background:transparent;font:inherit;font-size:1.25rem;font-weight:650;cursor:pointer}.soe-product__tab[aria-selected=true]{border-bottom-color:var(--soe-product-accent, #efb810);color:var(--soe-product-accent, #efb810)}.soe-product__tab:focus-visible{outline:.2rem solid var(--soe-product-accent, #efb810);outline-offset:-.4rem}.soe-product__tab-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,.55fr);gap:clamp(2rem,4vw,5rem);align-items:center;padding:clamp(2rem,4vw,4.8rem)}.soe-product__tab-panel[hidden]{display:none}.soe-product__tab-panel:not(:has(.soe-product__tab-image)){grid-template-columns:1fr}.soe-product__tab-copy{color:var(--soe-product-muted, #a0a0a0);font-size:1.35rem;line-height:1.75}.soe-product__tab-copy :is(h2,h3,h4,strong){color:var(--soe-product-text, #fff)}.soe-product__tab-copy li::marker{color:var(--soe-product-accent, #efb810)}.soe-product__tab-image{overflow:hidden;border:.1rem solid var(--soe-product-border, #292929);border-radius:calc(var(--soe-product-radius, 16px) - 4px);background:var(--soe-product-panel, #090909)}.soe-product__tab-image img{display:block;width:100%;height:auto;aspect-ratio:16 / 10;object-fit:cover}.soe-product__recommendations{background:#050505}.soe-product__recommendations .related-products{width:min(100%,1440px);max-width:none}.soe-product__recommendations .related-products__heading{color:#fff;font-size:clamp(2rem,2.5vw,3rem);text-align:left}.soe-product__recommendations .card-wrapper{overflow:hidden;border:.1rem solid #292929;border-radius:1.2rem;background:#0d0d0d}.soe-product__recommendations .card,.soe-product__recommendations .card__inner{background:transparent}.soe-product__recommendations .card__heading a,.soe-product__recommendations .price{color:#fff}@media screen and (min-width:990px){.soe-product .soe-product__layout:not(.product--no-media){display:grid;grid-template-columns:minmax(0,1.15fr) minmax(36rem,.85fr);align-items:start}.soe-product .soe-product__layout.product--right:not(.product--no-media){grid-template-columns:minmax(36rem,.85fr) minmax(0,1.15fr)}.soe-product .soe-product__layout.product--right .soe-product__gallery{order:2}.soe-product .soe-product__layout.product--right .soe-product__info{order:1}.soe-product .product--thumbnail_slider media-gallery{display:grid;grid-template-columns:7.6rem minmax(0,1fr);gap:1.2rem;align-items:start}.soe-product .product--thumbnail_slider media-gallery>slider-component:first-of-type{grid-column:2;grid-row:1;min-width:0}.soe-product .product--thumbnail_slider .thumbnail-slider{grid-column:1;grid-row:1;flex-direction:column;align-items:stretch;align-self:stretch;min-width:0}.soe-product .product--thumbnail_slider .thumbnail-list.slider--tablet-up{display:flex;width:100%;min-width:0;max-height:min(68rem,calc(100vh - 16rem));box-sizing:border-box;flex:1 1 auto;flex-direction:column;gap:.9rem;overflow-y:auto;padding:.2rem;scroll-snap-type:y proximity}.soe-product .product--thumbnail_slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:100%;flex:0 0 auto;scroll-snap-align:start}.soe-product .product--thumbnail_slider .thumbnail-slider .slider-button{display:flex;flex:0 0 auto;align-self:center;transform:rotate(90deg)}}@media screen and (max-width:989px){.soe-product .soe-product__layout{gap:2rem}.soe-product .soe-product__info-wrapper{padding:0}.soe-product__tab-panel{grid-template-columns:1fr}}@media screen and (max-width:749px){.soe-product .soe-product__container{padding-inline:1.6rem}.soe-product__breadcrumb{align-items:flex-start;overflow:hidden}.soe-product__breadcrumb [aria-current=page]{white-space:normal}.soe-product .soe-product__layout{padding:1rem;border-radius:1.2rem}.soe-product__info-panel{padding:1.8rem 1.4rem}.soe-product .product__title h1{font-size:clamp(2.4rem,8vw,3.2rem)}.soe-product__payment-trust{align-items:flex-start;flex-direction:column}.soe-product__payment-types{justify-content:flex-start}.soe-product__tab-list{scroll-snap-type:x proximity}.soe-product__tab{min-height:4.8rem;scroll-snap-align:start}.soe-product__tab-panel{padding:2rem 1.6rem}}@media(prefers-reduced-motion:reduce){.soe-product *,.soe-product *:before,.soe-product *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.section.soe-benefits-section{margin-top:0}.soe-benefits-bar{display:block;width:100%;overflow:hidden;color:var(--soe-benefits-heading);background:var(--soe-benefits-bg);font-family:var(--font-body-family)}.soe-benefits-bar *,.soe-benefits-bar *:before,.soe-benefits-bar *:after{box-sizing:border-box}.soe-benefits-bar__inner{width:min(calc(100% - 4rem),var(--soe-benefits-max-width));margin:0 auto;padding-block:var(--soe-benefits-padding-top) var(--soe-benefits-padding-bottom)}.soe-benefits-bar__grid{display:grid;grid-template-columns:repeat(var(--soe-benefits-columns-desktop),minmax(0,1fr));gap:var(--soe-benefits-gap);padding:var(--soe-benefits-padding-y) var(--soe-benefits-padding-x);background:var(--soe-benefits-container);border:1px solid var(--soe-benefits-border);border-radius:var(--soe-benefits-radius)}.soe-benefits-bar__item{position:relative;display:flex;min-width:0;min-height:5.6rem;margin:0;padding:.6rem 2rem;align-items:center;gap:1.4rem;color:var(--soe-benefits-heading);background:transparent;border:0;border-radius:0;box-shadow:none;text-decoration:none}.soe-benefits-bar--align-left .soe-benefits-bar__item{justify-content:flex-start}.soe-benefits-bar--align-center .soe-benefits-bar__item{justify-content:center}.soe-benefits-bar--align-right .soe-benefits-bar__item{justify-content:flex-end}.soe-benefits-bar__grid--separated .soe-benefits-bar__item:not(:first-child):before{position:absolute;top:10%;bottom:10%;left:calc(var(--soe-benefits-gap) * -.5);width:1px;background:var(--soe-benefits-separator);content:""}.soe-benefits-bar--desktop-2 .soe-benefits-bar__item:nth-child(odd):before,.soe-benefits-bar--desktop-3 .soe-benefits-bar__item:nth-child(3n+1):before,.soe-benefits-bar--desktop-4 .soe-benefits-bar__item:nth-child(4n+1):before,.soe-benefits-bar--desktop-5 .soe-benefits-bar__item:nth-child(5n+1):before,.soe-benefits-bar--desktop-6 .soe-benefits-bar__item:nth-child(6n+1):before{display:none}.soe-benefits-bar__icon{display:inline-flex;width:var(--soe-benefits-icon-size);height:var(--soe-benefits-icon-size);flex:0 0 auto;color:var(--soe-benefit-icon-color, var(--soe-benefits-accent))}.soe-benefits-bar__icon svg{width:100%;height:100%}.soe-benefits-bar__content{display:flex;min-width:0;flex-direction:column}.soe-benefits-bar__heading{color:var(--soe-benefits-heading);font-size:1.25rem;line-height:1.3}.soe-benefits-bar__description{margin-top:.35rem;color:var(--soe-benefits-description);font-size:1.05rem;line-height:1.35}.soe-benefits-bar__item:focus-visible{outline:2px solid var(--soe-benefits-accent);outline-offset:3px}@media screen and (max-width:1199px){.soe-benefits-bar__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.soe-benefits-bar__grid--separated .soe-benefits-bar__item:nth-child(odd):before{display:none}}@media screen and (max-width:749px){.soe-benefits-bar__inner{width:min(calc(100% - 3.2rem),var(--soe-benefits-max-width))}.soe-benefits-bar__grid{grid-template-columns:repeat(var(--soe-benefits-columns-mobile),minmax(0,1fr));padding:1rem}.soe-benefits-bar__item,.soe-benefits-bar--align-center .soe-benefits-bar__item,.soe-benefits-bar--align-right .soe-benefits-bar__item{padding:1.2rem;justify-content:flex-start}.soe-benefits-bar__grid--separated .soe-benefits-bar__item:before{display:none}}.soe-blog-hub{display:block;width:100%;overflow:clip;padding:var(--soe-blog-padding-top) 18px var(--soe-blog-padding-bottom);background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--soe-blog-accent) 4%,transparent),transparent 32rem),var(--soe-blog-bg);color:var(--soe-blog-text);color-scheme:dark;font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight)}.soe-blog-hub__inner{width:min(100%,var(--soe-blog-max-width));margin-inline:auto}.soe-blog-hub__visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.soe-blog-hub__navigation-shell{margin-bottom:var(--soe-blog-section-gap)}.soe-blog-hub__navigation{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:14px}.soe-blog-hub__navigation-link{display:flex;min-width:0;min-height:56px;align-items:center;justify-content:center;gap:10px;padding:10px 14px;border:1px solid var(--soe-blog-border);border-radius:calc(var(--soe-blog-radius) - 2px);background:linear-gradient(145deg,color-mix(in srgb,var(--soe-blog-card) 92%,white 3%),var(--soe-blog-card));color:var(--soe-blog-muted);font-size:1.1rem;font-weight:var(--font-body-weight-bold, 700);line-height:1.25;text-align:center;text-decoration:none;transition:border-color .22s ease,color .22s ease,background-color .22s ease,transform .22s ease}.soe-blog-hub__navigation-link:hover,.soe-blog-hub__navigation-link.is-active{border-color:color-mix(in srgb,var(--soe-blog-accent) 72%,transparent);background:color-mix(in srgb,var(--soe-blog-accent) 6%,var(--soe-blog-card));color:var(--soe-blog-accent)}.soe-blog-hub__navigation-link:hover{transform:translateY(-2px)}.soe-blog-hub__navigation-link:focus-visible,.soe-blog-hub__featured-image-link:focus-visible,.soe-blog-hub__featured-title a:focus-visible,.soe-blog-hub__featured-button:focus-visible,.soe-blog-hub__view-all:focus-visible,.soe-blog-hub__article-image-link:focus-visible,.soe-blog-hub__article-title a:focus-visible,.soe-blog-hub__article-cta:focus-visible,.soe-blog-hub__community-item-inner:focus-visible,.soe-blog-hub__newsletter-fields input:focus-visible,.soe-blog-hub__newsletter-fields button:focus-visible{outline:2px solid var(--soe-blog-accent);outline-offset:3px}.soe-blog-hub__navigation-icon,.soe-blog-hub__category-icon,.soe-blog-hub__community-main-icon,.soe-blog-hub__community-item-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;color:var(--soe-blog-accent)}.soe-blog-hub__navigation-icon svg{width:20px;height:20px;stroke:currentcolor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.soe-blog-hub__featured{display:grid;grid-template-columns:minmax(0,var(--soe-featured-media-width, 458.667px)) minmax(0,1fr);height:260px;min-height:0;margin-bottom:var(--soe-blog-section-gap);overflow:hidden;border:1px solid var(--soe-blog-border);border-radius:var(--soe-blog-radius);background:linear-gradient(115deg,var(--soe-blog-card),color-mix(in srgb,var(--soe-blog-card) 92%,white 5%));box-shadow:0 18px 50px #00000038}.soe-blog-hub__featured-image-link{display:block;width:100%;min-width:0;min-height:0;height:100%;aspect-ratio:var(--soe-featured-media-ratio, 1.777778);text-decoration:none}.soe-blog-hub__featured-image{position:relative;height:100%;min-height:0;overflow:hidden;background:#050505}.soe-blog-hub__featured-image:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;background:linear-gradient(90deg,transparent 65%,rgba(0,0,0,.34))}.soe-blog-hub__featured-image-element,.soe-blog-hub__featured-placeholder,.soe-blog-hub__featured-placeholder svg{display:block;width:100%;height:100%}.soe-blog-hub__featured-image-element{max-width:none;image-rendering:auto;object-fit:contain;object-position:center}.soe-blog-hub__featured-placeholder svg{opacity:.28}.soe-blog-hub__featured-content{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:clamp(20px,2.4vw,34px)}.soe-blog-hub__featured-topline{display:flex;min-height:28px;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:12px}.soe-blog-hub__badge{display:inline-flex;align-items:center;gap:8px;padding:5px 10px;border:1px solid color-mix(in srgb,var(--soe-blog-accent) 75%,transparent);border-radius:6px;background:#050505;color:var(--soe-blog-accent);font-size:.95rem;font-weight:var(--font-body-weight-bold, 700);line-height:1;letter-spacing:.05em;text-transform:uppercase}.soe-blog-hub__badge svg{width:14px;height:14px;stroke:currentcolor;stroke-width:1.7}.soe-blog-hub__featured-comments,.soe-blog-hub__comment-count{display:inline-flex;align-items:center;gap:5px;color:var(--soe-blog-muted)}.soe-blog-hub__featured-comments{font-size:1.1rem}.soe-blog-hub__featured-comments svg,.soe-blog-hub__comment-count svg{width:16px;height:16px;stroke:currentcolor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.soe-blog-hub__featured-title{max-width:720px;margin:0 0 12px;font-family:var(--font-heading-family);font-size:clamp(1.9rem,1.8vw,2.5rem);font-style:var(--font-heading-style);font-weight:var(--font-body-weight-bold, 700);line-height:1.18;letter-spacing:-.025em}.soe-blog-hub__featured-title a,.soe-blog-hub__article-title a{color:var(--soe-blog-text);text-decoration:none}.soe-blog-hub__featured-title a:hover,.soe-blog-hub__article-title a:hover{color:var(--soe-blog-accent)}.soe-blog-hub__featured-excerpt{display:-webkit-box;max-width:720px;margin:0;overflow:hidden;color:var(--soe-blog-muted);font-size:1.1rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.soe-blog-hub__featured-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-top:auto;padding-top:18px}.soe-blog-hub__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px;color:var(--soe-blog-muted);font-size:.95rem;line-height:1.35}.soe-blog-hub__meta>:not(:first-child):before{margin-right:9px;color:color-mix(in srgb,var(--soe-blog-muted) 52%,transparent);content:"\2022"}.soe-blog-hub__featured-button{display:inline-flex;min-width:144px;min-height:44px;flex:0 0 auto;align-items:center;justify-content:center;gap:18px;padding:10px 18px;border:1px solid color-mix(in srgb,var(--soe-blog-accent) 70%,transparent);border-radius:7px;color:var(--soe-blog-accent);font-size:1rem;font-weight:var(--font-body-weight-bold, 700);text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.soe-blog-hub__featured-button:hover{background:var(--soe-blog-accent);color:#050505;transform:translateY(-2px)}.soe-blog-hub__categories{display:grid;gap:var(--soe-blog-section-gap)}.soe-blog-hub__category{scroll-margin-top:24px}.soe-blog-hub__category-header{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px}.soe-blog-hub__category-title{display:flex;min-width:0;align-items:center;gap:10px;margin:0;color:var(--soe-blog-text);font-family:var(--font-heading-family);font-size:1.35rem;font-style:var(--font-heading-style);font-weight:var(--font-body-weight-bold, 700);line-height:1.25}.soe-blog-hub__category-icon svg{width:21px;height:21px;stroke:currentcolor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.soe-blog-hub__view-all,.soe-blog-hub__article-cta{display:inline-flex;align-items:center;gap:8px;color:var(--soe-blog-accent);font-size:1rem;font-weight:var(--font-body-weight-bold, 700);text-decoration:none}.soe-blog-hub__view-all{min-height:44px;flex:0 0 auto;justify-content:flex-end;padding-inline:8px 2px}.soe-blog-hub__view-all:hover span:last-child,.soe-blog-hub__article-cta:hover span:last-child{transform:translate(3px)}.soe-blog-hub__view-all span:last-child,.soe-blog-hub__article-cta span:last-child{transition:transform .18s ease}.soe-blog-hub__articles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.soe-blog-hub__article-card{display:grid;min-width:0;height:112px;min-height:0;max-height:112px;overflow:hidden;grid-template-columns:minmax(0,var(--soe-article-media-width, 195.556px)) minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr);align-items:center;border:1px solid var(--soe-blog-border);border-radius:calc(var(--soe-blog-radius) - 3px);background:linear-gradient(135deg,var(--soe-blog-card),color-mix(in srgb,var(--soe-blog-card) 94%,white 3%));transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.soe-blog-hub__article-card:hover{border-color:color-mix(in srgb,var(--soe-blog-accent) 42%,var(--soe-blog-border));box-shadow:0 12px 28px #0003;transform:translateY(-2px)}.soe-blog-hub__article-card--no-image{grid-template-columns:minmax(0,1fr) auto}.soe-blog-hub__article-image-link{display:block;min-width:0;min-height:0;height:110px;align-self:stretch;overflow:hidden;aspect-ratio:var(--soe-article-media-ratio, 1.777778);background:#050505;text-decoration:none}.soe-blog-hub__article-image,.soe-blog-hub__article-image-placeholder,.soe-blog-hub__article-image-placeholder svg{display:block;width:100%;height:100%}.soe-blog-hub__article-image{min-width:100%;min-height:100%;max-width:none;image-rendering:auto;object-fit:contain;object-position:center}.soe-blog-hub__article-image-placeholder svg{opacity:.22}.soe-blog-hub__article-content{display:flex;min-width:0;min-height:0;flex-direction:column;justify-content:center;padding:14px 10px 13px 16px}.soe-blog-hub__article-title{display:-webkit-box;margin:0 0 12px;overflow:hidden;font-family:var(--font-heading-family);font-size:1.25rem;font-style:var(--font-heading-style);font-weight:var(--font-body-weight-bold, 700);line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.soe-blog-hub__article-card .soe-blog-hub__meta{gap:5px 10px;font-size:.9rem}.soe-blog-hub__article-card .soe-blog-hub__meta>:not(:first-child):before{margin-right:6px}.soe-blog-hub__article-cta{min-width:94px;align-self:center;justify-content:center;padding:14px 14px 14px 6px;white-space:nowrap}.soe-blog-hub__empty-state{display:flex;min-height:112px;align-items:center;justify-content:center;padding:24px;border:1px dashed var(--soe-blog-border);border-radius:calc(var(--soe-blog-radius) - 3px);background:var(--soe-blog-card);color:var(--soe-blog-muted);text-align:center}.soe-blog-hub__featured--empty .soe-blog-hub__empty-state{border:0;border-radius:0}.soe-blog-hub__community{display:grid;grid-template-columns:minmax(310px,1.2fr) minmax(0,2fr);align-items:center;gap:20px;margin-top:var(--soe-blog-section-gap);padding:18px 24px;border:1px solid var(--soe-blog-border);border-radius:var(--soe-blog-radius);background:var(--soe-blog-container)}.soe-blog-hub__community-intro{display:flex;min-width:0;align-items:center;gap:18px}.soe-blog-hub__community-main-icon{width:64px;height:52px}.soe-blog-hub__community-main-icon svg{width:58px;height:48px;stroke:currentcolor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.soe-blog-hub__community h2,.soe-blog-hub__newsletter h2{margin:0 0 5px;color:var(--soe-blog-text);font-family:var(--font-heading-family);font-size:1.55rem;font-weight:700;line-height:1.25}.soe-blog-hub__community p,.soe-blog-hub__newsletter p{margin:0;color:var(--soe-blog-muted);font-size:1rem;line-height:1.45}.soe-blog-hub__community-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.soe-blog-hub__community-item{min-width:0}.soe-blog-hub__community-items--separated .soe-blog-hub__community-item+.soe-blog-hub__community-item{border-left:1px solid var(--soe-blog-border)}.soe-blog-hub__community-item-inner{display:flex;height:100%;min-height:62px;align-items:center;gap:12px;padding:6px 18px;color:inherit;text-decoration:none}.soe-blog-hub__community-item-inner[href]:hover strong{color:var(--soe-blog-accent)}.soe-blog-hub__community-item-icon{width:34px;height:34px}.soe-blog-hub__community-item-icon svg{width:30px;height:30px;stroke:currentcolor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.soe-blog-hub__community-item strong,.soe-blog-hub__community-item small{display:block}.soe-blog-hub__community-item strong{margin-bottom:3px;color:var(--soe-blog-text);font-size:1.02rem;line-height:1.25;transition:color .18s ease}.soe-blog-hub__community-item small{color:var(--soe-blog-muted);font-size:.86rem;line-height:1.35}.soe-blog-hub__newsletter{display:grid;grid-template-columns:minmax(100px,.35fr) minmax(280px,1.15fr) minmax(380px,1.6fr);align-items:center;gap:22px;margin-top:var(--soe-blog-section-gap);padding:20px 34px;overflow:hidden;border:1px solid var(--soe-blog-border);border-radius:var(--soe-blog-radius);background:radial-gradient(circle at 12% 50%,color-mix(in srgb,var(--soe-blog-accent) 13%,transparent),transparent 18%),linear-gradient(105deg,var(--soe-blog-container),color-mix(in srgb,var(--soe-blog-container) 92%,white 4%))}.soe-blog-hub__newsletter-visual{display:flex;min-height:82px;align-items:center;justify-content:center;color:var(--soe-blog-accent)}.soe-blog-hub__newsletter-visual>svg{width:112px;height:76px;overflow:visible;filter:drop-shadow(0 0 13px color-mix(in srgb,var(--soe-blog-accent) 35%,transparent));stroke:currentcolor;stroke-width:1.25;stroke-linecap:round;stroke-linejoin:round}.soe-blog-hub__newsletter-image{display:block;width:130px;height:82px;object-fit:contain}.soe-blog-hub__newsletter-action{min-width:0}.soe-blog-hub__newsletter-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:46px;overflow:hidden;border:1px solid var(--soe-blog-border);border-radius:7px;background:#080808}.soe-blog-hub__newsletter-fields:focus-within{border-color:color-mix(in srgb,var(--soe-blog-accent) 70%,transparent)}.soe-blog-hub__newsletter-fields input{width:100%;min-width:0;min-height:44px;padding:10px 16px;border:0;border-radius:0;outline:0;background:transparent;box-shadow:none;color:var(--soe-blog-text);font:inherit;font-size:1rem}.soe-blog-hub__newsletter-fields input::placeholder{color:color-mix(in srgb,var(--soe-blog-muted) 84%,transparent);opacity:1}.soe-blog-hub__newsletter-fields button{min-width:145px;min-height:44px;padding:10px 20px;border:0;border-radius:6px;background:var(--soe-blog-accent);color:#050505;cursor:pointer;font:inherit;font-size:1rem;font-weight:700;transition:filter .18s ease,transform .18s ease}.soe-blog-hub__newsletter-fields button:hover{filter:brightness(1.08)}.soe-blog-hub__newsletter-privacy{display:flex;align-items:center;gap:6px;margin-top:8px!important;font-size:.82rem!important}.soe-blog-hub__newsletter-privacy svg{width:14px;height:14px;flex:0 0 auto;stroke:currentcolor;stroke-width:1.3}.soe-blog-hub__form-message{margin-top:8px!important;font-size:.92rem!important}.soe-blog-hub__form-message--success{color:var(--soe-blog-accent)!important}.soe-blog-hub__form-message--error,.soe-blog-hub__form-message--error a{color:#ff7a7d!important}.soe-blog-hub__form-message ul{margin:0;padding-left:18px}@media screen and (max-width:1100px){.soe-blog-hub__navigation{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;padding:1px 1px 8px;scroll-snap-type:inline mandatory;scrollbar-width:none}.soe-blog-hub__navigation::-webkit-scrollbar{display:none}.soe-blog-hub__navigation-link{min-width:200px;flex:1 0 200px;scroll-snap-align:start}.soe-blog-hub__community{grid-template-columns:1fr}.soe-blog-hub__newsletter{grid-template-columns:110px minmax(220px,.85fr) minmax(340px,1.35fr);padding-inline:22px}}@media screen and (max-width:900px){.soe-blog-hub__featured{grid-template-columns:minmax(0,var(--soe-featured-media-width-tablet, 440.889px)) minmax(0,1fr);height:250px}.soe-blog-hub__featured-content{padding:24px}.soe-blog-hub__featured-footer{align-items:flex-start;flex-direction:column;padding-top:20px}.soe-blog-hub__articles{grid-template-columns:1fr}.soe-blog-hub__newsletter{grid-template-columns:100px 1fr}.soe-blog-hub__newsletter-action{grid-column:1 / -1}}@media screen and (max-width:749px){.soe-blog-hub{padding-inline:16px}.soe-blog-hub__navigation-shell,.soe-blog-hub__featured{margin-bottom:max(22px,var(--soe-blog-section-gap))}.soe-blog-hub__navigation--wrap{flex-wrap:wrap;overflow:visible}.soe-blog-hub__navigation--wrap .soe-blog-hub__navigation-link{min-width:min(100%,210px)}.soe-blog-hub__navigation-link{min-height:50px;flex-basis:185px;min-width:185px;justify-content:flex-start;font-size:1.08rem;text-align:left}.soe-blog-hub__featured{grid-template-columns:1fr;height:auto}.soe-blog-hub__featured-image-link{width:100%;height:auto;aspect-ratio:var(--soe-featured-media-ratio, 1.777778)}.soe-blog-hub__featured-image{width:100%;height:100%;min-height:0}.soe-blog-hub__featured-image:after{background:linear-gradient(0deg,rgba(0,0,0,.22),transparent 42%)}.soe-blog-hub__featured-content{padding:22px 18px}.soe-blog-hub__featured-title{font-size:clamp(1.9rem,5.8vw,2.35rem)}.soe-blog-hub__featured-footer{gap:16px}.soe-blog-hub__featured-button{width:100%}.soe-blog-hub__category-header{align-items:flex-start}.soe-blog-hub__category-title{padding-top:9px;font-size:1.25rem}.soe-blog-hub__articles--mobile-carousel{grid-auto-flow:column;grid-auto-columns:minmax(84vw,1fr);grid-template-columns:none;overflow-x:auto;overscroll-behavior-inline:contain;padding:1px 1px 10px;scroll-snap-type:inline mandatory;scrollbar-width:none}.soe-blog-hub__articles--mobile-carousel::-webkit-scrollbar{display:none}.soe-blog-hub__articles--mobile-carousel .soe-blog-hub__article-card{scroll-snap-align:start}.soe-blog-hub__article-card{height:auto;min-height:0;max-height:none;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto}.soe-blog-hub__article-card--no-image{grid-template-columns:minmax(0,1fr)}.soe-blog-hub__article-cta{min-height:44px;grid-column:1;justify-self:end;margin-top:0;padding:4px 16px 14px}.soe-blog-hub__article-card--no-image .soe-blog-hub__article-cta{grid-column:1}.soe-blog-hub__article-image-link{width:100%;height:auto;min-height:0;grid-row:auto;aspect-ratio:var(--soe-article-media-ratio, 1.777778)}.soe-blog-hub__article-content{padding:14px 16px 8px}.soe-blog-hub__community{padding:20px 18px}.soe-blog-hub__community-items{grid-template-columns:1fr}.soe-blog-hub__community-items--mobile-2{grid-template-columns:repeat(2,minmax(0,1fr))}.soe-blog-hub__community-items--separated .soe-blog-hub__community-item+.soe-blog-hub__community-item{border-top:1px solid var(--soe-blog-border);border-left:0}.soe-blog-hub__community-items--mobile-2.soe-blog-hub__community-items--separated .soe-blog-hub__community-item+.soe-blog-hub__community-item{border-top:0;border-left:1px solid var(--soe-blog-border)}.soe-blog-hub__community-items--mobile-2.soe-blog-hub__community-items--separated .soe-blog-hub__community-item:nth-child(n+3){border-top:1px solid var(--soe-blog-border)}.soe-blog-hub__community-items--mobile-2.soe-blog-hub__community-items--separated .soe-blog-hub__community-item:nth-child(odd){border-left:0}.soe-blog-hub__community-item-inner{padding:14px 10px}.soe-blog-hub__newsletter{grid-template-columns:82px minmax(0,1fr);gap:16px;padding:20px 18px}.soe-blog-hub__newsletter-visual,.soe-blog-hub__newsletter-image{width:82px;min-height:62px;height:62px}.soe-blog-hub__newsletter-visual>svg{width:82px;height:58px}.soe-blog-hub__newsletter-fields{grid-template-columns:1fr;gap:8px;overflow:visible;border:0;background:transparent}.soe-blog-hub__newsletter-fields input{min-height:46px;border:1px solid var(--soe-blog-border);border-radius:7px;background:#080808}.soe-blog-hub__newsletter-fields button{width:100%;min-height:46px}}@media screen and (max-width:480px){.soe-blog-hub__article-card{grid-template-columns:minmax(0,1fr)}.soe-blog-hub__article-card .soe-blog-hub__meta{gap:4px 7px}.soe-blog-hub__article-content{padding-inline:14px}.soe-blog-hub__article-title{font-size:1.15rem}.soe-blog-hub__article-cta{padding-inline:14px}.soe-blog-hub__community-intro{align-items:flex-start}.soe-blog-hub__community-main-icon{width:44px;height:40px}.soe-blog-hub__community-main-icon svg{width:42px;height:38px}.soe-blog-hub__community-items--mobile-2{grid-template-columns:1fr}.soe-blog-hub__community-items--mobile-2.soe-blog-hub__community-items--separated .soe-blog-hub__community-item+.soe-blog-hub__community-item{border-top:1px solid var(--soe-blog-border);border-left:0}.soe-blog-hub__newsletter{grid-template-columns:1fr;text-align:center}.soe-blog-hub__newsletter-visual{width:100%}.soe-blog-hub__newsletter-action{grid-column:auto;text-align:left}}@media(prefers-reduced-motion:reduce){.soe-blog-hub *,.soe-blog-hub *:before,.soe-blog-hub *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.section.soe-categories-lower-section{margin-top:0}.soe-categories-lower{display:block;width:100%;overflow:hidden;color:var(--soe-lower-text);background:var(--soe-lower-bg);font-family:var(--font-body-family)}.soe-categories-lower *,.soe-categories-lower *:before,.soe-categories-lower *:after{box-sizing:border-box}.soe-categories-lower__inner{width:min(calc(100% - 4rem),var(--soe-lower-max-width));margin:0 auto;padding-block:var(--soe-lower-padding-top) var(--soe-lower-padding-bottom)}.soe-categories-lower__panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);overflow:hidden;background:var(--soe-lower-panel);border:1px solid var(--soe-lower-border);border-radius:var(--soe-lower-radius)}.soe-categories-lower__panel--single{grid-template-columns:1fr}.soe-categories-lower__catalog,.soe-categories-lower__newsletter{position:relative;min-width:0;padding:3rem}.soe-categories-lower__catalog{display:grid;align-items:center}.soe-categories-lower__catalog--image{grid-template-columns:minmax(9rem,14rem) minmax(0,1fr);gap:2.4rem}.soe-categories-lower__catalog+.soe-categories-lower__newsletter{border-left:1px solid var(--soe-lower-border)}.soe-categories-lower__catalog-media{display:flex;min-height:14rem;align-items:center;justify-content:center}.soe-categories-lower__catalog-image{display:block;width:100%;max-height:17rem;object-fit:contain}.soe-categories-lower__kicker{margin:0 0 .6rem;color:var(--soe-lower-muted);font-size:1.25rem;line-height:1.4}.soe-categories-lower__title{margin:0;color:var(--soe-lower-text);font-family:var(--font-heading-family);font-size:clamp(2.1rem,2vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.12}.soe-categories-lower__title strong{color:var(--soe-lower-accent);font-weight:inherit}.soe-categories-lower__description{margin:.9rem 0 0;color:var(--soe-lower-muted);font-size:1.25rem;line-height:1.5}.soe-categories-lower__catalog-button{display:inline-flex;min-height:4.4rem;margin-top:1.6rem;padding:.9rem 1.5rem;align-items:center;justify-content:center;gap:1.2rem;color:var(--soe-lower-accent);background:#00000094;border:1px solid var(--soe-lower-accent);border-radius:.7rem;font-size:1.15rem;font-weight:700;line-height:1.2;text-decoration:none;transition:color .2s ease,background .2s ease}.soe-categories-lower__catalog-button span{display:inline-flex;width:1.8rem;height:1.8rem}.soe-categories-lower__catalog-button svg{width:100%;height:100%}.soe-categories-lower__catalog-button:hover{color:#050505;background:var(--soe-lower-accent)}.soe-categories-lower__newsletter{display:flex;flex-direction:column;justify-content:center}.soe-categories-lower__newsletter-form{margin-top:1.7rem}.soe-categories-lower__newsletter-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;background:#070707;border:1px solid var(--soe-lower-border);border-radius:.8rem}.soe-categories-lower__newsletter-fields:focus-within{border-color:var(--soe-lower-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--soe-lower-accent) 18%,transparent)}.soe-categories-lower__newsletter-input{width:100%;min-width:0;min-height:4.8rem;padding:0 1.6rem;color:var(--soe-lower-text);background:transparent;border:0;border-radius:0;font:inherit;font-size:1.25rem;outline:0}.soe-categories-lower__newsletter-input::placeholder{color:var(--soe-lower-muted)}.soe-categories-lower__newsletter-button{min-width:13rem;min-height:4.8rem;padding:0 2rem;color:#050505;background:var(--soe-lower-accent);border:0;border-radius:0;cursor:pointer;font:inherit;font-size:1.2rem;font-weight:750}.soe-categories-lower__message{margin:1rem 0 0;font-size:1.15rem}.soe-categories-lower__message--success{color:var(--soe-lower-accent)}.soe-categories-lower__message--error{color:#ff8e8e}.soe-categories-lower__newsletter-note{display:flex;margin:1rem 0 0;align-items:center;gap:.6rem;color:var(--soe-lower-muted);font-size:1.05rem}.soe-categories-lower__newsletter-note span{display:inline-flex;width:1.5rem;height:1.5rem}.soe-categories-lower__newsletter-note svg{width:100%;height:100%}.soe-categories-lower :is(a,button,input):focus-visible{outline:2px solid var(--soe-lower-accent);outline-offset:3px}@media screen and (max-width:749px){.soe-categories-lower__inner{width:min(calc(100% - 3.2rem),var(--soe-lower-max-width))}.soe-categories-lower__panel{grid-template-columns:1fr}.soe-categories-lower__catalog,.soe-categories-lower__newsletter{padding:2.4rem 2rem}.soe-categories-lower__catalog+.soe-categories-lower__newsletter{border-top:1px solid var(--soe-lower-border);border-left:0}.soe-categories-lower__catalog--image{grid-template-columns:8rem minmax(0,1fr);gap:1.6rem}}@media screen and (max-width:430px){.soe-categories-lower__newsletter-fields{grid-template-columns:1fr;overflow:visible;background:transparent;border:0;gap:1rem}.soe-categories-lower__newsletter-input,.soe-categories-lower__newsletter-button{width:100%;border-radius:.8rem}.soe-categories-lower__newsletter-input{background:#070707;border:1px solid var(--soe-lower-border)}.soe-categories-lower__catalog--image{grid-template-columns:1fr;gap:2rem}.soe-categories-lower__catalog-media{width:100%;min-height:0;aspect-ratio:4 / 3;overflow:hidden;border-radius:.8rem;justify-self:stretch}.soe-categories-lower__catalog-image{width:100%;height:100%;max-height:none;object-fit:cover}}@media(prefers-reduced-motion:reduce){.soe-categories-lower__catalog-button{transition:none}}.soe-category-carousel{position:relative;display:block;overflow:hidden;isolation:isolate;color:#f5f6f7;background:radial-gradient(circle at 50% -30%,rgba(122,128,136,.13),transparent 47%),linear-gradient(180deg,#08090a,#030404);border-block:1px solid rgba(205,210,216,.12)}.soe-category-carousel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.025) 48%,transparent 75%)}.soe-category-carousel__inner{width:min(100%,160rem);margin-inline:auto;padding:var(--soe-padding-top) clamp(1.6rem,4vw,6rem) var(--soe-padding-bottom)}.soe-category-carousel__header{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:clamp(1.8rem,2.8vw,3.2rem)}.soe-category-carousel__heading{max-width:92rem;margin:0;color:#f7f7f7;font-size:clamp(2.4rem,3vw,4rem);font-weight:700;line-height:1.08;letter-spacing:.035em;text-transform:uppercase;text-wrap:balance}.soe-category-carousel__controls{display:flex;flex:0 0 auto;gap:.8rem;transition:opacity .18s ease,visibility .18s ease}.soe-category-carousel[data-overflowing=false] .soe-category-carousel__controls{visibility:hidden;opacity:0;pointer-events:none}.soe-category-carousel__button{display:grid;width:4rem;height:4rem;padding:0;place-items:center;color:#f4f5f6;cursor:pointer;background:#151719b8;border:1px solid rgba(206,211,217,.42);border-radius:50%;box-shadow:inset 0 1px #ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:color .18s ease,background-color .18s ease,border-color .18s ease,opacity .18s ease}.soe-category-carousel__button:not(:disabled):hover{color:#fff;background:#2d3034db;border-color:#e7eaeeb8}.soe-category-carousel__button:focus-visible{outline:2px solid #f1f3f4;outline-offset:3px}.soe-category-carousel__button:disabled{cursor:default;opacity:.28}.soe-category-carousel__button .svg-wrapper{width:1.2rem;height:1.2rem}.soe-category-carousel__button--previous svg{transform:rotate(90deg)}.soe-category-carousel__button--next svg{transform:rotate(-90deg)}.soe-category-carousel__glass{padding:clamp(1.2rem,2vw,2.2rem);overflow:hidden;background:linear-gradient(145deg,#272a2d6b,#0a0b0cad);border:1px solid rgba(198,203,209,.18);border-radius:clamp(1.8rem,2.4vw,2.8rem);box-shadow:inset 0 1px #ffffff0b;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.soe-category-carousel__track{--soe-gap: clamp(1.2rem, 1.8vw, 2.6rem);display:flex;gap:var(--soe-gap);margin:0;padding:.8rem .4rem 1.2rem;overflow-x:auto;overflow-y:hidden;cursor:grab;scroll-behavior:smooth;scroll-padding-inline:.4rem;scroll-snap-type:x proximity;scrollbar-width:none;touch-action:pan-x;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}.soe-category-carousel__track::-webkit-scrollbar{display:none}.soe-category-carousel__track:focus-visible{outline:1px solid rgba(235,238,241,.72);outline-offset:5px;border-radius:1.2rem}.soe-category-carousel__track.is-dragging{cursor:grabbing;scroll-behavior:auto;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.soe-category-carousel__item{flex:0 0 calc((100% - (var(--soe-gap) * 1.7)) / 2.7);min-width:0;scroll-snap-align:start}.soe-category-carousel__card{display:flex;height:100%;align-items:center;color:#f2f3f4;text-align:center;text-decoration:none;flex-direction:column;gap:clamp(1.1rem,1.5vw,1.6rem)}.soe-category-carousel__media{position:relative;display:grid;width:min(100%,17rem);aspect-ratio:1;overflow:hidden;place-items:center;background:radial-gradient(circle at 40% 30%,rgba(85,90,96,.3),transparent 52%),#121416;border:1px solid rgba(207,212,218,.44);border-radius:50%;box-shadow:inset 0 1px #ffffff1a,0 8px 22px #0003;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.soe-category-carousel__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 0 1px #ffffff06}.soe-category-carousel__image,.soe-category-carousel__placeholder{display:block;width:100%;height:100%;transition:transform .24s ease,filter .24s ease}.soe-category-carousel__image{padding:0;object-fit:cover;object-position:center}.soe-category-carousel__placeholder{padding:18%;color:#ccd1d661;background:transparent}.soe-category-carousel__name{display:-webkit-box;min-height:2.8em;overflow:hidden;color:#e7e9eb;font-size:clamp(1.25rem,1.35vw,1.6rem);font-weight:600;line-height:1.4;letter-spacing:.035em;text-wrap:balance;-webkit-box-orient:vertical;-webkit-line-clamp:2}.soe-category-carousel__card:focus-visible{outline:none}.soe-category-carousel__card:focus-visible .soe-category-carousel__media{border-color:#f6f7f8e0;box-shadow:inset 0 1px #ffffff24,0 0 0 3px #edf0f32e,0 10px 26px #00000042}@media screen and (min-width:750px){.soe-category-carousel__item{flex-basis:calc((100% - (var(--soe-gap) * 3.5)) / 4.5)}}@media screen and (min-width:990px){.soe-category-carousel__item{flex-basis:calc((100% - (var(--soe-gap) * 5)) / 6)}}@media screen and (min-width:1280px){.soe-category-carousel__item{flex-basis:calc((100% - (var(--soe-gap) * 6)) / 7)}}@media screen and (min-width:1540px){.soe-category-carousel__item{flex-basis:calc((100% - (var(--soe-gap) * 7)) / 8)}}@media(hover:hover)and (pointer:fine){.soe-category-carousel__card:hover .soe-category-carousel__media{border-color:#e8ebefad;box-shadow:inset 0 1px #ffffff21,0 12px 28px #0000004d,0 0 18px #d5dadf14;transform:translateY(-4px)}.soe-category-carousel__card:hover .soe-category-carousel__image{filter:brightness(1.04);transform:scale(1.03)}}@media screen and (max-width:749px){.soe-category-carousel__inner{padding-top:calc(var(--soe-padding-top) * .75);padding-bottom:calc(var(--soe-padding-bottom) * .75)}.soe-category-carousel__header{align-items:flex-end;gap:1.2rem}.soe-category-carousel__heading{font-size:clamp(2.2rem,7vw,3rem)}.soe-category-carousel__button{width:3.6rem;height:3.6rem}.soe-category-carousel__glass{padding-inline:.8rem}.soe-category-carousel__media{width:min(100%,14rem)}}@media(prefers-reduced-motion:reduce){.soe-category-carousel__track{scroll-behavior:auto}.soe-category-carousel__button,.soe-category-carousel__media,.soe-category-carousel__image,.soe-category-carousel__placeholder{transition:none}}.soe-showcase{display:block;width:100%;overflow:hidden;padding:var(--soe-showcase-pad-top) 0 var(--soe-showcase-pad-bottom);background:var(--soe-showcase-bg);color:var(--soe-showcase-text)}.soe-showcase,.soe-showcase *{box-sizing:border-box}.soe-showcase__container{width:min(calc(100% - 3.2rem),var(--soe-showcase-max-width));margin-inline:auto}.soe-showcase__panel{overflow:hidden;padding:clamp(1.8rem,2.5vw,3.2rem);border:1px solid var(--soe-showcase-border);border-radius:calc(var(--soe-showcase-radius) + .4rem);background:radial-gradient(circle at 22% 4%,rgba(255,194,28,.035),transparent 28%),var(--soe-showcase-bg)}.soe-showcase__heading-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:1.6rem}.soe-showcase__heading{margin:0;color:var(--soe-showcase-text);font-size:clamp(1.8rem,1.7vw,2.4rem);font-weight:650;line-height:1.2;letter-spacing:-.02em}.soe-showcase__accent{color:var(--soe-showcase-accent)}.soe-showcase__view-all{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;min-height:4.4rem;color:var(--soe-showcase-muted);font-size:1.2rem;line-height:1.2;text-decoration:none;transition:color .18s ease}.soe-showcase__view-all svg{width:1.7rem;height:1.7rem;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.soe-showcase__view-all:hover{color:var(--soe-showcase-text)}.soe-showcase__view-all:hover svg{transform:translate(.3rem)}.soe-showcase__view-all:focus-visible,.soe-showcase__collection-card:focus-visible,.soe-showcase__product-media:focus-visible,.soe-showcase__product-title a:focus-visible,.soe-showcase__quick-add a:focus-visible,.soe-showcase__quick-add button:focus-visible,.soe-showcase__benefit-link:focus-visible,.soe-showcase__arrow:focus-visible,.soe-showcase__slider:focus-visible,.soe-showcase__products-track:focus-visible{outline:2px solid var(--soe-showcase-accent);outline-offset:3px}.soe-showcase__slider-shell{position:relative;min-width:0}.soe-showcase__slider,.soe-showcase__products-track{scrollbar-width:none;-ms-overflow-style:none}.soe-showcase__slider::-webkit-scrollbar,.soe-showcase__products-track::-webkit-scrollbar{display:none}.soe-showcase__collections-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--soe-showcase-collection-columns-desktop) - 1) * var(--soe-showcase-gap)) / var(--soe-showcase-collection-columns-desktop));gap:var(--soe-showcase-gap);overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory}.soe-showcase__collection-item{min-width:0;scroll-snap-align:start}.soe-showcase__collection-card{display:flex;min-width:0;min-height:22rem;height:100%;overflow:hidden;flex-direction:column;border:1px solid var(--soe-showcase-border);border-radius:var(--soe-showcase-radius);background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 48%),var(--soe-showcase-card);color:var(--soe-showcase-text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.soe-showcase__collection-card:hover{transform:translateY(-.3rem);border-color:color-mix(in srgb,var(--soe-showcase-accent) 65%,transparent);background-color:color-mix(in srgb,var(--soe-showcase-card) 94%,white)}.soe-showcase__collection-media{display:block;min-height:0;flex:0 0 auto;overflow:hidden}.soe-showcase__collection-image{display:block;width:100%;height:auto;min-height:0;max-height:none;object-fit:contain;object-position:center;transition:transform .22s ease,filter .22s ease}.soe-showcase__collection-card:hover .soe-showcase__collection-image{transform:scale(1.025);filter:brightness(1.07)}.soe-showcase__collection-footer{display:flex;align-items:center;gap:1rem;min-height:6.4rem;padding:1rem 1.2rem;border-top:1px solid rgba(255,255,255,.055)}.soe-showcase__collection-icon{display:grid;place-items:center;flex:0 0 3.4rem;width:3.4rem;height:3.4rem;border:1px solid var(--soe-showcase-border);border-radius:50%;color:var(--soe-showcase-text);background:#ffffff06}.soe-showcase__collection-icon svg,.soe-showcase__benefit-icon svg{width:2.1rem;height:2.1rem;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.soe-showcase__collection-copy,.soe-showcase__benefit-copy{display:grid;min-width:0;gap:.2rem}.soe-showcase__collection-copy strong{overflow:hidden;font-size:1.35rem;font-weight:650;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.soe-showcase__collection-copy small{overflow:hidden;color:var(--soe-showcase-muted);font-size:1.05rem;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.soe-showcase__products{margin-top:clamp(2.6rem,3.2vw,4rem);padding-top:clamp(2.2rem,2.8vw,3.2rem);border-top:1px solid rgba(255,255,255,.075)}.soe-showcase__products-track{gap:var(--soe-showcase-gap)}.soe-showcase__products-track--grid{display:grid;grid-template-columns:repeat(var(--soe-showcase-product-columns-desktop),minmax(0,1fr))}.soe-showcase__products-track--slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--soe-showcase-product-columns-desktop) - 1) * var(--soe-showcase-gap)) / var(--soe-showcase-product-columns-desktop));overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory}.soe-showcase__product-card{position:relative;display:flex;min-width:0;overflow:hidden;flex-direction:column;scroll-snap-align:start;border:1px solid var(--soe-showcase-border);border-radius:var(--soe-showcase-radius);background:var(--soe-showcase-card);transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.soe-showcase__product-card:hover{transform:translateY(-.3rem);border-color:color-mix(in srgb,var(--soe-showcase-accent) 58%,transparent);background-color:color-mix(in srgb,var(--soe-showcase-card) 95%,white)}.soe-showcase__product-media{position:relative;display:grid;place-items:center;width:100%;overflow:hidden;background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.06),transparent 60%),var(--soe-showcase-secondary)}.soe-showcase__product-card--square .soe-showcase__product-media{aspect-ratio:1}.soe-showcase__product-card--portrait .soe-showcase__product-media{aspect-ratio:4 / 5}.soe-showcase__product-card--landscape .soe-showcase__product-media{aspect-ratio:4 / 3}.soe-showcase__product-card--adapt .soe-showcase__product-media{min-height:20rem}.soe-showcase__product-image{display:block;width:100%;height:100%;transition:transform .22s ease,filter .22s ease}.soe-showcase__product-card--fit-contain .soe-showcase__product-image{object-fit:contain}.soe-showcase__product-card--fit-cover .soe-showcase__product-image{object-fit:cover}.soe-showcase__product-card:hover .soe-showcase__product-image{transform:scale(1.025);filter:brightness(1.055)}.soe-showcase__sold-out{position:absolute;top:1rem;left:1rem;z-index:1;padding:.55rem .9rem;border:1px solid var(--soe-showcase-border);border-radius:999px;color:var(--soe-showcase-muted);background:#050505d9;font-size:1rem;line-height:1}.soe-showcase__product-info{display:flex;min-height:12.2rem;flex:1 1 auto;flex-direction:column;padding:1.3rem 1.4rem 1.5rem}.soe-showcase__product-title{display:-webkit-box;overflow:hidden;margin:0;min-height:3.6rem;color:var(--soe-showcase-text);font-size:1.35rem;font-weight:520;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.soe-showcase__product-title a{color:inherit;text-decoration:none}.soe-showcase__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .8rem;margin-top:.8rem;color:var(--soe-showcase-text);font-size:1.35rem;font-weight:620;line-height:1.25}.soe-showcase__price s{color:var(--soe-showcase-muted);font-size:1.1rem;font-weight:400}.soe-showcase__rating-row{display:flex;align-items:center;gap:.5rem;margin-top:.8rem;min-height:1.8rem}.soe-showcase__rating{position:relative;display:inline-block;color:#ffffff2e;font-size:1.25rem;line-height:1;letter-spacing:.1rem}.soe-showcase__rating:before{content:"\2605\2605\2605\2605\2605";position:absolute;inset:0 auto 0 0;width:calc(var(--soe-rating) / var(--soe-rating-max) * 100%);overflow:hidden;color:var(--soe-showcase-accent);white-space:nowrap}.soe-showcase__rating-count{color:var(--soe-showcase-muted);font-size:1.05rem}.soe-showcase__quick-add{margin-top:auto;padding-top:1.1rem}.soe-showcase__quick-add form{margin:0}.soe-showcase__quick-add button,.soe-showcase__quick-add a{display:flex;align-items:center;justify-content:center;width:100%;min-height:4.4rem;padding:.9rem 1.2rem;border:1px solid var(--soe-showcase-border);border-radius:calc(var(--soe-showcase-radius) * .55);color:var(--soe-showcase-text);background:#ffffff06;font:inherit;font-size:1.1rem;font-weight:650;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer}.soe-showcase__quick-add button:hover,.soe-showcase__quick-add a:hover{border-color:var(--soe-showcase-accent)}.soe-showcase__quick-add button:disabled{cursor:not-allowed;opacity:.5}.soe-showcase__arrow{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:4.4rem;height:4.4rem;padding:0;border:1px solid var(--soe-showcase-border);border-radius:50%;color:var(--soe-showcase-text);background:#0d0d0df0;cursor:pointer;transform:translateY(-50%);transition:border-color .18s ease,background-color .18s ease,opacity .18s ease}.soe-showcase__arrow--previous{left:-1.8rem}.soe-showcase__arrow--next{right:-1.8rem}.soe-showcase__arrow:hover:not(:disabled){border-color:var(--soe-showcase-accent);background:#171717}.soe-showcase__arrow:disabled{cursor:default;opacity:.35}.soe-showcase__arrow[hidden]{display:none}.soe-showcase__arrow svg{width:2rem;height:2rem;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.soe-showcase__benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:clamp(2.8rem,3.6vw,4.4rem);padding-top:clamp(2rem,2.5vw,2.8rem);border-top:1px solid rgba(255,255,255,.075)}.soe-showcase__benefit{min-width:0;padding:.4rem clamp(1.2rem,2vw,2.6rem)}.soe-showcase__benefit:first-child{padding-left:0}.soe-showcase__benefit:last-child{padding-right:0}.soe-showcase__benefits--separated .soe-showcase__benefit+.soe-showcase__benefit{border-left:1px solid rgba(255,255,255,.1)}.soe-showcase__benefit-link,.soe-showcase__benefit>.soe-showcase__benefit-icon:first-child{color:inherit}.soe-showcase__benefit-link,.soe-showcase__benefit{align-items:center}.soe-showcase__benefit-link,.soe-showcase__benefit:not(:has(.soe-showcase__benefit-link)){display:flex;gap:1.1rem}.soe-showcase__benefit-link{min-height:4.4rem;text-decoration:none}.soe-showcase__benefit-icon{display:grid;place-items:center;flex:0 0 3.4rem;width:3.4rem;height:3.4rem;color:var(--soe-showcase-icon)}.soe-showcase__benefit-icon--accent{color:var(--soe-showcase-accent)}.soe-showcase__benefit-copy strong{color:var(--soe-showcase-text);font-size:1.2rem;font-weight:620;line-height:1.3}.soe-showcase__benefit-copy small{color:var(--soe-showcase-muted);font-size:1rem;line-height:1.35}.soe-showcase__placeholder{color:#ffffff24;background:transparent}@media screen and (max-width:989px){.soe-showcase__collections-track{grid-auto-columns:calc((100% - 2 * var(--soe-showcase-gap)) / 3)}.soe-showcase__products-track--grid{grid-template-columns:repeat(3,minmax(0,1fr))}.soe-showcase__products-track--slider{grid-auto-columns:calc((100% - 2 * var(--soe-showcase-gap)) / 3)}.soe-showcase__benefit{padding-inline:1.2rem}}@media screen and (max-width:749px){.soe-showcase{padding-top:max(1.6rem,calc(var(--soe-showcase-pad-top) * .7));padding-bottom:max(1.6rem,calc(var(--soe-showcase-pad-bottom) * .7))}.soe-showcase__container{width:calc(100% - 3.2rem)}.soe-showcase__panel{padding:1.6rem}.soe-showcase__heading-row{align-items:flex-start;gap:1rem;margin-bottom:1.3rem}.soe-showcase__heading{font-size:1.75rem}.soe-showcase__view-all{flex:0 0 auto;max-width:47%;min-height:4.4rem;font-size:1.05rem;text-align:right}.soe-showcase__collections-track{grid-auto-columns:calc((100% - (var(--soe-showcase-collection-columns-mobile) - 1) * var(--soe-showcase-gap)) / var(--soe-showcase-collection-columns-mobile));scroll-padding-inline:0}.soe-showcase__collection-card{min-height:18rem}.soe-showcase__collection-media,.soe-showcase__collection-image{min-height:0}.soe-showcase__collection-image{max-height:none}.soe-showcase__collection-footer{min-height:6rem;gap:.7rem;padding:.8rem}.soe-showcase__collection-icon{flex-basis:2.8rem;width:2.8rem;height:2.8rem}.soe-showcase__collection-icon svg{width:1.7rem;height:1.7rem}.soe-showcase__collection-copy strong{font-size:1.15rem}.soe-showcase__collection-copy small{font-size:.95rem;white-space:normal}.soe-showcase__products{margin-top:2.4rem;padding-top:2rem}.soe-showcase__products-track--grid,.soe-showcase__products-track--slider{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--soe-showcase-product-columns-mobile) - 1) * var(--soe-showcase-gap)) / var(--soe-showcase-product-columns-mobile));gap:var(--soe-showcase-gap);overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory}.soe-showcase__product-card--adapt .soe-showcase__product-media{min-height:14rem}.soe-showcase__product-info{min-height:11.5rem;padding:1rem}.soe-showcase__product-title{min-height:4.5rem;font-size:1.18rem;-webkit-line-clamp:3}.soe-showcase__price{font-size:1.2rem}.soe-showcase__rating{font-size:1.05rem;letter-spacing:.04rem}.soe-showcase__arrow{width:4rem;height:4rem}.soe-showcase__arrow--previous{left:-1.2rem}.soe-showcase__arrow--next{right:-1.2rem}.soe-showcase__benefits{grid-template-columns:repeat(var(--soe-showcase-benefit-columns-mobile),minmax(0,1fr));gap:2rem 0;margin-top:2.8rem;padding-top:2rem}.soe-showcase__benefit,.soe-showcase__benefit:first-child,.soe-showcase__benefit:last-child{padding:0 1rem}.soe-showcase__benefit:nth-child(odd){padding-left:0}.soe-showcase__benefit:nth-child(2n){padding-right:0}.soe-showcase__benefits--separated .soe-showcase__benefit+.soe-showcase__benefit{border-left:0}.soe-showcase__benefits--separated .soe-showcase__benefit:nth-child(2n){border-left:1px solid rgba(255,255,255,.1)}.soe-showcase__benefit-link,.soe-showcase__benefit:not(:has(.soe-showcase__benefit-link)){align-items:flex-start;gap:.7rem}.soe-showcase__benefit-icon{flex-basis:2.8rem;width:2.8rem;height:2.8rem}.soe-showcase__benefit-icon svg{width:2rem;height:2rem}.soe-showcase__benefit-copy strong{font-size:1.05rem}.soe-showcase__benefit-copy small{font-size:.92rem}}@media(prefers-reduced-motion:reduce){.soe-showcase__collections-track,.soe-showcase__products-track{scroll-behavior:auto}.soe-showcase__collection-card,.soe-showcase__collection-image,.soe-showcase__product-card,.soe-showcase__product-image,.soe-showcase__view-all,.soe-showcase__view-all svg,.soe-showcase__arrow{transition:none}}.soe-community{width:100%;overflow:hidden;padding:var(--soe-community-pad-top) 0 var(--soe-community-pad-bottom);color:var(--soe-community-text);background:var(--soe-community-bg)}.soe-community,.soe-community *{box-sizing:border-box}.soe-community__container{width:min(calc(100% - 3.2rem),var(--soe-community-max-width));margin-inline:auto}.soe-community__main,.soe-community__trust-bar{border:1px solid var(--soe-community-border);border-radius:var(--soe-community-radius);background:radial-gradient(circle at 16% 5%,rgba(239,184,16,.035),transparent 27%),var(--soe-community-bg)}.soe-community__main{padding:clamp(1.8rem,2.4vw,3rem)}.soe-community__top{display:grid;grid-template-columns:minmax(22rem,.7fr) minmax(0,2.3fr);align-items:stretch;gap:clamp(1.8rem,2.4vw,3rem)}.soe-community__intro{display:flex;justify-content:center;flex-direction:column}.soe-community__intro--center{align-items:center;text-align:center}.soe-community__heading{margin:0;color:var(--soe-community-text);font-size:clamp(2rem,2vw,2.8rem);font-weight:650;line-height:1.15;letter-spacing:-.025em}.soe-community__description{max-width:34rem;margin-top:1rem;color:var(--soe-community-muted);font-size:1.35rem;line-height:1.5}.soe-community__description p{margin:0}.soe-community__button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;gap:1rem;min-height:4.4rem;margin-top:1.8rem;padding:1rem 1.6rem;border:1px solid var(--soe-community-accent);border-radius:.8rem;color:var(--soe-community-accent);background:#ffffff04;font-size:1.1rem;font-weight:650;line-height:1.15;letter-spacing:.035em;text-decoration:none;text-transform:uppercase;transition:color .2s ease,background-color .2s ease,transform .2s ease}.soe-community__intro--center .soe-community__button{align-self:center}.soe-community__button svg{width:1.8rem;height:1.8rem;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.soe-community__button:hover{color:#050505;background:var(--soe-community-accent);transform:translateY(-.2rem)}.soe-community__carousel-shell{position:relative;display:block;min-width:0}.soe-community__carousel-arrow{position:absolute;top:50%;z-index:3;display:none;place-items:center;width:4rem;height:4rem;padding:0;border:1px solid var(--soe-community-border);border-radius:50%;color:var(--soe-community-text);background:#0d0d0df0;cursor:pointer;transform:translateY(-50%)}.soe-community__carousel-arrow--previous{left:-1.2rem}.soe-community__carousel-arrow--next{right:-1.2rem}.soe-community__carousel-arrow:disabled{cursor:default;opacity:.35}.soe-community__carousel-arrow[hidden]{display:none}.soe-community__carousel-arrow svg{width:2rem;height:2rem;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.soe-community__gallery{display:grid;min-width:0;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--soe-community-gallery-columns-desktop) - 1) * var(--soe-community-gallery-gap)) / var(--soe-community-gallery-columns-desktop));gap:var(--soe-community-gallery-gap);overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:none}.soe-community__gallery::-webkit-scrollbar,.soe-community__socials::-webkit-scrollbar{display:none}.soe-community__gallery-item{min-width:0;scroll-snap-align:start}.soe-community__gallery-link{display:block;width:100%;height:100%;overflow:hidden;aspect-ratio:var(--soe-community-gallery-ratio);border:1px solid var(--soe-community-border);border-radius:var(--soe-community-gallery-radius);background:var(--soe-community-card)}.soe-community__gallery-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .22s ease,filter .22s ease}a.soe-community__gallery-link:hover .soe-community__gallery-image{transform:scale(1.025);filter:brightness(1.07)}.soe-community__social-section{margin-top:clamp(2.2rem,2.8vw,3.2rem);padding-top:clamp(1.8rem,2.2vw,2.6rem);border-top:1px solid rgba(255,255,255,.075);scroll-margin-top:12rem}.soe-community__social-heading{margin:0 0 1.4rem;color:var(--soe-community-text);font-size:1.6rem;font-weight:620;line-height:1.2}.soe-community__socials{display:grid;grid-auto-flow:column;grid-auto-columns:calc(100% / var(--soe-community-social-columns-desktop));overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.soe-community__social-item{min-width:0;padding:0 2rem;scroll-snap-align:start}.soe-community__social-item:first-child{padding-left:0}.soe-community__social-item:last-child{padding-right:0}.soe-community__socials--separated .soe-community__social-item+.soe-community__social-item{border-left:1px solid var(--soe-community-border)}.soe-community__social-link{display:flex;align-items:center;gap:1.4rem;min-width:0;min-height:5.6rem;color:var(--soe-community-text);text-decoration:none;transition:color .2s ease,transform .2s ease}.soe-community__social-icon{display:grid;place-items:center;flex:0 0 calc(var(--soe-community-icon-size) + 2.4rem);width:calc(var(--soe-community-icon-size) + 2.4rem);height:calc(var(--soe-community-icon-size) + 2.4rem);border:1px solid var(--soe-community-accent);border-radius:50%;color:var(--soe-community-text);background:#ffffff04;transition:color .2s ease,background-color .2s ease,transform .2s ease}.soe-community__social-icon svg{width:var(--soe-community-icon-size);height:var(--soe-community-icon-size);stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.soe-community__social-handle{min-width:0;overflow-wrap:anywhere;font-size:clamp(1.5rem,1.65vw,2.2rem);font-weight:620;line-height:1.2}.soe-community__social-link:hover{color:var(--soe-community-accent);transform:translateY(-.2rem)}.soe-community__social-link:hover .soe-community__social-icon{color:#050505;background:var(--soe-community-accent);transform:scale(1.04)}.soe-community__social-link--placeholder{opacity:.55}.soe-community__trust-bar{display:grid;grid-template-columns:minmax(24rem,.8fr) minmax(0,2.2fr);align-items:center;gap:2rem;margin-top:1.2rem;padding:clamp(1.5rem,2vw,2.4rem) clamp(1.8rem,2.4vw,3rem);background:var(--soe-community-secondary)}.soe-community__brand{display:flex;align-items:center;gap:1.6rem;min-width:0}.soe-community__logo{display:block;width:auto;max-width:14rem;height:auto;max-height:5rem;object-fit:contain}.soe-community__shop-name{font-size:2rem}.soe-community__brand p{margin:0;color:var(--soe-community-muted);font-size:1.1rem;line-height:1.4}.soe-community__trust-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.soe-community__trust-item{display:flex;align-items:center;min-width:0;gap:1rem;padding:.4rem 1.6rem}.soe-community__trust-items--separated .soe-community__trust-item+.soe-community__trust-item{border-left:1px solid var(--soe-community-border)}.soe-community__trust-link{display:flex;align-items:center;width:100%;min-height:4.4rem;gap:1rem;color:inherit;text-decoration:none}.soe-community__trust-icon{display:grid;place-items:center;flex:0 0 3.4rem;width:3.4rem;height:3.4rem;color:var(--soe-community-text)}.soe-community__trust-icon--accent{color:var(--soe-community-accent)}.soe-community__trust-icon svg{width:2.3rem;height:2.3rem;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.soe-community__trust-copy{display:grid;min-width:0;gap:.2rem}.soe-community__trust-copy strong{color:var(--soe-community-text);font-size:1.05rem;font-weight:620;line-height:1.3}.soe-community__trust-copy small{color:var(--soe-community-muted);font-size:.9rem;line-height:1.35}.soe-community__button:focus-visible,.soe-community__carousel-arrow:focus-visible,.soe-community__gallery:focus-visible,.soe-community__gallery-link:focus-visible,.soe-community__socials:focus-visible,.soe-community__social-link:focus-visible,.soe-community__trust-link:focus-visible{outline:2px solid var(--soe-community-accent);outline-offset:3px}.soe-community__placeholder{color:#ffffff26;background:transparent}@media screen and (max-width:989px){.soe-community__top{grid-template-columns:minmax(20rem,.85fr) minmax(0,1.6fr)}.soe-community__gallery{grid-auto-columns:calc((100% - 2 * var(--soe-community-gallery-gap)) / 3)}.soe-community__trust-bar{grid-template-columns:1fr}.soe-community__trust-items{grid-template-columns:repeat(2,minmax(0,1fr))}.soe-community__trust-items--separated .soe-community__trust-item:nth-child(odd){border-left:0}}@media screen and (max-width:749px){.soe-community{padding-top:max(1.6rem,calc(var(--soe-community-pad-top) * .7));padding-bottom:max(1.6rem,calc(var(--soe-community-pad-bottom) * .7))}.soe-community__container{width:calc(100% - 3.2rem)}.soe-community__main{padding:1.6rem}.soe-community__top{grid-template-columns:minmax(0,1fr);gap:2rem}.soe-community__heading{font-size:2.1rem}.soe-community__description{font-size:1.3rem}.soe-community__button{width:100%}.soe-community__gallery{grid-auto-columns:calc((100% - (var(--soe-community-gallery-columns-mobile) - 1) * var(--soe-community-gallery-gap)) / var(--soe-community-gallery-columns-mobile))}.soe-community__carousel-arrow{display:grid}.soe-community__social-section{margin-top:2.4rem;padding-top:2rem}.soe-community__socials{grid-auto-flow:initial;grid-auto-columns:initial;overflow-x:visible}.soe-community__socials--mobile-grid{grid-template-columns:repeat(var(--soe-community-social-columns-mobile),minmax(0,1fr));gap:1rem}.soe-community__socials--mobile-carousel{grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:calc((100% - (var(--soe-community-social-columns-mobile) - 1) * 1rem) / var(--soe-community-social-columns-mobile));gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.soe-community__social-item,.soe-community__social-item:first-child,.soe-community__social-item:last-child{padding:0}.soe-community__socials--separated .soe-community__social-item+.soe-community__social-item{border-left:0}.soe-community__social-link{min-height:6rem;padding:.7rem;border:1px solid var(--soe-community-border);border-radius:1rem;background:#ffffff04}.soe-community__social-handle{font-size:1.45rem}.soe-community__trust-bar{padding:1.8rem 1.6rem}.soe-community__brand{align-items:flex-start;flex-direction:column;gap:1rem}.soe-community__brand--mobile-center{align-items:center;text-align:center}.soe-community__trust-items{grid-template-columns:repeat(var(--soe-community-trust-columns-mobile),minmax(0,1fr));gap:1.6rem 0}.soe-community__trust-item{align-items:flex-start;padding:0 1rem}.soe-community__trust-item:nth-child(odd){padding-left:0}.soe-community__trust-item:nth-child(2n){padding-right:0}.soe-community__trust-items--separated .soe-community__trust-item+.soe-community__trust-item{border-left:0}.soe-community__trust-items--separated .soe-community__trust-item:nth-child(2n){border-left:1px solid var(--soe-community-border)}}@media(prefers-reduced-motion:reduce){.soe-community__gallery,.soe-community__socials{scroll-behavior:auto}.soe-community__button,.soe-community__gallery-image,.soe-community__social-link,.soe-community__social-icon{transition:none}}.soe-contact-page{display:block;width:100%;overflow:hidden;color:var(--soe-contact-text);background:radial-gradient(circle at 50% 0%,color-mix(in srgb,var(--soe-contact-accent) 4%,transparent),transparent 35rem),var(--soe-contact-bg);font-family:var(--font-body-family)}.soe-contact-page *,.soe-contact-page *:before,.soe-contact-page *:after{box-sizing:border-box}.soe-contact-page__inner{width:min(calc(100% - 4rem),var(--soe-contact-width));margin:0 auto;padding-block:var(--soe-contact-padding-top) var(--soe-contact-padding-bottom)}.soe-contact-page__hero{position:relative;max-width:84rem;margin:0 auto 3.2rem;text-align:var(--soe-contact-align);isolation:isolate}.soe-contact-page__hero--decorated:before,.soe-contact-page__hero--decorated:after{position:absolute;top:50%;z-index:-1;width:28rem;height:12rem;opacity:.42;background:radial-gradient(circle,var(--soe-contact-accent) 0 1px,transparent 2px) 0 0 / 3.2rem 3.2rem,linear-gradient(90deg,transparent 0 12%,color-mix(in srgb,var(--soe-contact-accent) 48%,transparent) 12% 12.5%,transparent 12.5% 36%,color-mix(in srgb,var(--soe-contact-accent) 35%,transparent) 36% 36.5%,transparent 36.5%);content:"";transform:translateY(-50%)}.soe-contact-page__hero--decorated:before{right:calc(100% + 5rem)}.soe-contact-page__hero--decorated:after{left:calc(100% + 5rem);transform:translateY(-50%) scaleX(-1)}.soe-contact-page__title{margin:0;color:var(--soe-contact-text);font-family:var(--font-heading-family);font-size:clamp(3.6rem,5vw,6rem);font-weight:700;letter-spacing:-.035em;line-height:1.04}.soe-contact-page__description{max-width:72rem;margin:1.6rem auto 0;color:var(--soe-contact-muted);font-size:clamp(1.45rem,1.4vw,1.75rem);line-height:1.65}.soe-contact-page--hero-left .soe-contact-page__description{margin-left:0}.soe-contact-page__description p,.soe-contact-page__brand-description p{margin:0}.soe-contact-page__info-cards{display:grid;grid-template-columns:repeat(var(--soe-contact-info-columns),minmax(0,1fr));gap:var(--soe-contact-info-gap);margin-bottom:2.4rem}.soe-contact-page__info-card{display:flex;min-width:0;min-height:13.5rem;padding:2.2rem;align-items:center;gap:1.8rem;color:var(--soe-contact-text);background:linear-gradient(145deg,color-mix(in srgb,var(--soe-contact-card) 92%,white),var(--soe-contact-card));border:1px solid var(--soe-contact-border);border-radius:var(--soe-contact-radius);text-decoration:none;transition:border-color .2s ease,transform .2s ease}.soe-contact-page__info-card:hover{border-color:color-mix(in srgb,var(--soe-contact-accent) 60%,var(--soe-contact-border));transform:translateY(-.2rem)}.soe-contact-page__info-icon,.soe-contact-page__quick-icon{display:grid;flex:0 0 auto;place-items:center;color:var(--soe-contact-accent);border:1px solid color-mix(in srgb,var(--soe-contact-accent) 75%,transparent);border-radius:50%}.soe-contact-page__info-icon{width:6.2rem;height:6.2rem}.soe-contact-page__info-icon svg{width:3rem;height:3rem}.soe-contact-page svg{stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.soe-contact-page__info-copy{display:flex;min-width:0;flex-direction:column}.soe-contact-page__info-copy strong{font-size:1.55rem;line-height:1.25}.soe-contact-page__info-copy>span{margin-top:.7rem;overflow-wrap:anywhere;color:var(--soe-contact-text);font-size:1.35rem;line-height:1.45}.soe-contact-page__info-copy small{margin-top:.55rem;color:var(--soe-contact-accent);font-size:1.15rem;line-height:1.4}.soe-contact-page__layout{display:grid;grid-template-columns:minmax(0,1.58fr) minmax(30rem,.92fr);align-items:stretch;gap:2.4rem}.soe-contact-page__form-card,.soe-contact-page__sidebar{min-width:0;background:var(--soe-contact-card);border:1px solid var(--soe-contact-border);border-radius:var(--soe-contact-radius)}.soe-contact-page__form-card{padding:clamp(2.2rem,3vw,4rem);border-color:color-mix(in srgb,var(--soe-contact-accent) 55%,var(--soe-contact-border));box-shadow:inset 0 1px color-mix(in srgb,var(--soe-contact-accent) 15%,transparent)}.soe-contact-page__section-title,.soe-contact-page__quick-title{margin:0;color:var(--soe-contact-text);font-family:var(--font-heading-family);font-weight:700;letter-spacing:-.02em}.soe-contact-page__section-title{margin-bottom:2.4rem;font-size:clamp(2.2rem,2.5vw,3.2rem)}.soe-contact-page__form{display:grid;gap:1.7rem}.soe-contact-page__field{display:grid;gap:.7rem}.soe-contact-page__field label{color:var(--soe-contact-text);font-size:1.2rem;font-weight:600;line-height:1.35}.soe-contact-page__field :is(input,select,textarea){width:100%;min-width:0;margin:0;padding:1.25rem 1.4rem;color:var(--soe-contact-text);background:var(--soe-contact-input);border:1px solid var(--soe-contact-border);border-radius:var(--soe-contact-input-radius);box-shadow:none;font:inherit;font-size:1.3rem;line-height:1.4}.soe-contact-page__field :is(input,select){min-height:4.8rem}.soe-contact-page__field textarea{min-height:15rem;resize:vertical}.soe-contact-page__field select{-webkit-appearance:auto;appearance:auto;color-scheme:dark}.soe-contact-page__field ::placeholder{color:color-mix(in srgb,var(--soe-contact-muted) 78%,transparent);opacity:1}.soe-contact-page__field-error{color:#ff9a9a;font-size:1.15rem}.soe-contact-page__submit{display:inline-flex;width:100%;min-height:5.2rem;margin-top:.3rem;padding:1.2rem 2rem;align-items:center;justify-content:center;gap:1rem;color:#050505;background:linear-gradient(110deg,color-mix(in srgb,var(--soe-contact-accent) 78%,white),var(--soe-contact-accent));border:1px solid var(--soe-contact-accent);border-radius:var(--soe-contact-input-radius);cursor:pointer;font:inherit;font-size:1.35rem;font-weight:700;transition:filter .18s ease,transform .18s ease}.soe-contact-page__submit:hover{filter:brightness(1.08);transform:translateY(-.1rem)}.soe-contact-page__submit span,.soe-contact-page__privacy span,.soe-contact-page__trust span{display:inline-flex;flex:0 0 auto}.soe-contact-page__submit span{width:1.8rem;height:1.8rem}.soe-contact-page__privacy,.soe-contact-page__trust{display:flex;margin:0;align-items:center;justify-content:center;gap:.8rem;color:var(--soe-contact-muted);font-size:1.05rem;line-height:1.45;text-align:center}.soe-contact-page__privacy span,.soe-contact-page__trust span{width:1.5rem;height:1.5rem;color:var(--soe-contact-accent)}.soe-contact-page__status{padding:1.3rem 1.5rem;border:1px solid var(--soe-contact-border);border-radius:var(--soe-contact-input-radius);font-size:1.25rem;line-height:1.5}.soe-contact-page__status--success{display:flex;align-items:center;gap:.8rem;color:#d9f7df;background:#2373362e;border-color:#5abe706b}.soe-contact-page__status--success span{display:inline-flex;width:1.8rem;height:1.8rem}.soe-contact-page__status--error{color:#ffd1d1;background:#96232329;border-color:#e65a5a61}.soe-contact-page__status--error ul{margin:0;padding-left:2rem}.soe-contact-page__status--error a{color:inherit}.soe-contact-page__sidebar{display:flex;padding:clamp(2rem,2.5vw,3rem);flex-direction:column}.soe-contact-page__brand-card{display:flex;padding:.5rem 1rem 2.6rem;align-items:center;flex-direction:column;text-align:center}.soe-contact-page__logo{display:block;width:min(100%,var(--soe-contact-logo-width));max-height:9rem;object-fit:contain}.soe-contact-page__logo-fallback{font-family:var(--font-heading-family);font-size:3rem;letter-spacing:.08em}.soe-contact-page__brand-title{margin:1.2rem 0 0;color:var(--soe-contact-accent);font-family:var(--font-heading-family);font-size:1.4rem;font-weight:700;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}.soe-contact-page__brand-description{max-width:38rem;margin-top:1.6rem;color:var(--soe-contact-muted);font-size:1.25rem;line-height:1.65}.soe-contact-page__quick-help{padding:2rem;background:color-mix(in srgb,var(--soe-contact-input) 78%,transparent);border:1px solid var(--soe-contact-border);border-radius:calc(var(--soe-contact-radius) * .75)}.soe-contact-page__quick-title{margin-bottom:1.5rem;font-size:1.65rem}.soe-contact-page__quick-list{display:grid;gap:.8rem}.soe-contact-page__quick-help-item{display:grid;width:100%;min-width:0;min-height:4.8rem;margin:0;padding:.8rem 1rem;grid-template-columns:3rem minmax(0,1fr) 2rem;align-items:center;gap:1rem;color:var(--soe-contact-text);background:var(--soe-contact-card);border:1px solid var(--soe-contact-border);border-radius:var(--soe-contact-input-radius);cursor:pointer;font:inherit;font-size:1.15rem;line-height:1.35;text-align:left;transition:border-color .18s ease,background .18s ease}.soe-contact-page__quick-help-item:hover,.soe-contact-page__quick-help-item[aria-pressed=true]{background:color-mix(in srgb,var(--soe-contact-accent) 7%,var(--soe-contact-card));border-color:color-mix(in srgb,var(--soe-contact-accent) 62%,var(--soe-contact-border))}.soe-contact-page__quick-icon{width:3rem;height:3rem;border:0}.soe-contact-page__quick-icon svg{width:1.8rem;height:1.8rem}.soe-contact-page__quick-arrow{width:2rem;height:2rem;color:var(--soe-contact-accent)}.soe-contact-page__inbox-status{min-height:0;margin:1.2rem 0 0;color:var(--soe-contact-muted);font-size:1.05rem;line-height:1.45}.soe-contact-page__inbox-status:empty{display:none}.soe-contact-page__trust{margin-top:auto;padding-top:2rem}.soe-contact-page :is(a,button,input,select,textarea):focus-visible{outline:2px solid var(--soe-contact-accent);outline-offset:3px}@media screen and (max-width:989px){.soe-contact-page__layout{grid-template-columns:minmax(0,1.25fr) minmax(28rem,.75fr)}.soe-contact-page__info-card{padding:1.8rem}.soe-contact-page__info-icon{width:5.2rem;height:5.2rem}}@media screen and (max-width:749px){.soe-contact-page__inner{width:min(calc(100% - 3.2rem),var(--soe-contact-width))}.soe-contact-page__hero{margin-bottom:2.4rem}.soe-contact-page__hero--decorated:before,.soe-contact-page__hero--decorated:after{display:none}.soe-contact-page__description{font-size:1.35rem}.soe-contact-page__info-cards{grid-template-columns:repeat(var(--soe-contact-info-columns-mobile),minmax(0,1fr))}.soe-contact-page__layout{grid-template-columns:1fr}.soe-contact-page__info-card,.soe-contact-page__sidebar{min-height:0}}@media screen and (max-width:480px){.soe-contact-page__info-cards{grid-template-columns:1fr}.soe-contact-page__form-card,.soe-contact-page__sidebar{padding:2rem 1.6rem}.soe-contact-page__quick-help{padding:1.4rem}.soe-contact-page__info-icon{width:5rem;height:5rem}}@media(prefers-reduced-motion:reduce){.soe-contact-page__info-card,.soe-contact-page__submit,.soe-contact-page__quick-help-item{transition:none}.soe-contact-page__info-card:hover,.soe-contact-page__submit:hover{transform:none}}.soe-featured-hero{position:relative;isolation:isolate;overflow:hidden;width:100%;background:var(--soe-hero-bg);color:var(--soe-hero-text);border-top:1px solid rgba(255,255,255,.045);border-bottom:1px solid var(--soe-hero-border)}.soe-featured-hero__ambient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;opacity:.72;background:linear-gradient(90deg,transparent 0 52%,rgba(255,255,255,.018) 52% 52.1%,transparent 52.1%),repeating-linear-gradient(90deg,transparent 0 92px,rgba(255,255,255,.012) 93px,transparent 94px);-webkit-mask-image:linear-gradient(to bottom,black,transparent 94%);mask-image:linear-gradient(to bottom,black,transparent 94%)}.soe-featured-hero__inner{padding-top:var(--soe-hero-pad-top);padding-bottom:var(--soe-hero-pad-bottom)}.soe-featured-hero__main{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);align-items:center;min-height:clamp(52rem,63vw,66rem)}.soe-featured-hero__content{position:relative;z-index:2;max-width:58rem;padding:4.8rem 2rem 4.8rem 0}.soe-featured-hero__badge{display:inline-flex;align-items:center;min-height:3.2rem;margin:0 0 1.8rem;padding:.7rem 1.5rem;border:1px solid color-mix(in srgb,var(--soe-hero-accent) 48%,transparent);border-radius:999px;color:var(--soe-hero-accent);background:#ffffff05;font-size:1.1rem;font-weight:650;line-height:1.2;letter-spacing:.07em;text-transform:uppercase}.soe-featured-hero__heading{margin:0;max-width:none;color:var(--soe-hero-text);font-size:clamp(4rem,5.15vw,7.2rem);font-weight:760;line-height:.98;letter-spacing:-.042em;text-wrap:balance}.soe-featured-hero__heading span{display:block;white-space:nowrap}.soe-featured-hero__heading-accent{color:var(--soe-hero-accent)}.soe-featured-hero__description{max-width:49rem;margin-top:2rem;color:var(--soe-hero-muted);font-size:clamp(1.45rem,1.45vw,1.75rem);line-height:1.55}.soe-featured-hero__description p{margin:0}.soe-featured-hero__actions{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:2.8rem}.soe-featured-hero__button{display:inline-flex;justify-content:center;align-items:center;gap:1.4rem;min-height:5rem;padding:1.25rem 2.5rem;border:1px solid transparent;border-radius:.6rem;color:inherit;font-size:1.3rem;font-weight:700;line-height:1.1;letter-spacing:.025em;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.soe-featured-hero__button svg{width:1.9rem;height:1.9rem;flex:0 0 auto}.soe-featured-hero__button--primary{color:#090909;border-color:var(--soe-hero-accent);background:linear-gradient(180deg,#ffd84a,var(--soe-hero-accent));box-shadow:0 .8rem 2.4rem #ffbe001f}.soe-featured-hero__button--secondary{color:var(--soe-hero-text);border-color:var(--soe-hero-border);background:#ffffff05;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.soe-featured-hero__button:hover{transform:translateY(-2px)}.soe-featured-hero__button--primary:hover{box-shadow:0 1.1rem 3rem #ffbe002e}.soe-featured-hero__button--secondary:hover{border-color:#ffffff6b;background:#ffffff0d}.soe-featured-hero__button:focus-visible{outline:2px solid var(--soe-hero-accent);outline-offset:3px}.soe-featured-hero__media{position:relative;align-self:stretch;display:flex;align-items:flex-end;justify-content:center;min-width:0;padding-top:1rem}.soe-featured-hero__media--left{justify-content:flex-start}.soe-featured-hero__media--right{justify-content:flex-end}.soe-featured-hero__media-glow{position:absolute;right:7%;bottom:12%;left:7%;z-index:-1;height:25%;border-radius:50%;background:#ffbe0021;filter:blur(6rem);opacity:.55}.soe-featured-hero__media picture{display:flex;align-items:flex-end;justify-content:inherit;width:100%;height:100%;overflow:hidden}.soe-featured-hero__image{display:block;width:100%;max-width:91rem;height:100%;max-height:64rem;object-fit:var(--soe-hero-desktop-image-fit);object-position:center bottom;filter:drop-shadow(0 2.6rem 3.8rem rgba(0,0,0,.44))}.soe-featured-hero__media--left .soe-featured-hero__image{object-position:left bottom}.soe-featured-hero__media--right .soe-featured-hero__image{object-position:right bottom}.soe-featured-hero__placeholder{width:min(100%,62rem);height:auto;max-height:52rem;color:#ffffff24}.soe-featured-hero__benefits{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-top:0;padding:2.2rem 0 .4rem;border-top:1px solid rgba(255,255,255,.1)}.soe-featured-hero__benefit{display:flex;align-items:center;gap:1.2rem;min-width:0;padding:.4rem 2rem}.soe-featured-hero__benefit:first-child{padding-left:0}.soe-featured-hero__benefit+.soe-featured-hero__benefit{border-left:1px solid rgba(255,255,255,.1)}.soe-featured-hero__benefit-icon{display:grid;place-items:center;flex:0 0 3.6rem;width:3.6rem;height:3.6rem;color:var(--soe-hero-accent)}.soe-featured-hero__benefit-icon svg{width:2.7rem;height:2.7rem;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.soe-featured-hero__benefit-copy{display:grid;min-width:0;gap:.25rem;line-height:1.25}.soe-featured-hero__benefit-copy strong{overflow:hidden;color:var(--soe-hero-text);font-size:1.25rem;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.soe-featured-hero__benefit-copy small{overflow:hidden;color:var(--soe-hero-muted);font-size:1.05rem;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:989px){.soe-featured-hero__main{grid-template-columns:minmax(0,1fr);min-height:0}.soe-featured-hero__content{max-width:66rem;padding:4.2rem 0 1.6rem}.soe-featured-hero__heading{font-size:clamp(4rem,8.6vw,6.4rem)}.soe-featured-hero__media{min-height:clamp(34rem,62vw,56rem);margin-top:.5rem;padding-top:0}.soe-featured-hero__image{max-height:55rem}.soe-featured-hero__benefits{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:2rem;padding-top:2.2rem}.soe-featured-hero__benefit:nth-child(odd){padding-left:0;border-left:0}}@media screen and (max-width:749px){.soe-featured-hero__inner{padding-top:max(1.2rem,calc(var(--soe-hero-pad-top) * .55));padding-bottom:max(2.4rem,calc(var(--soe-hero-pad-bottom) * .7))}.soe-featured-hero__ambient{opacity:.42}.soe-featured-hero__content{padding-top:3rem}.soe-featured-hero__badge{margin-bottom:1.4rem;font-size:1rem}.soe-featured-hero__heading{max-width:none;font-size:clamp(3.45rem,10.5vw,5.3rem);letter-spacing:-.045em}.soe-featured-hero__description{margin-top:1.6rem;font-size:1.45rem}.soe-featured-hero__actions{gap:1rem;margin-top:2.2rem}.soe-featured-hero__button{flex:1 1 100%;min-height:4.8rem;padding-inline:1.8rem}.soe-featured-hero__media{min-height:29rem;margin-top:1rem}.soe-featured-hero__image{max-height:34rem;object-fit:var(--soe-hero-mobile-image-fit)}.soe-featured-hero__benefits{gap:1.8rem 0;padding-top:2rem}.soe-featured-hero__benefit{align-items:flex-start;gap:.8rem;padding:0 .8rem 0 1.2rem}.soe-featured-hero__benefit:nth-child(odd){padding-left:0}.soe-featured-hero__benefit-icon{flex-basis:3rem;width:3rem;height:3rem}.soe-featured-hero__benefit-icon svg{width:2.3rem;height:2.3rem}.soe-featured-hero__benefit-copy strong,.soe-featured-hero__benefit-copy small{white-space:normal}.soe-featured-hero__benefit-copy strong{font-size:1.15rem}.soe-featured-hero__benefit-copy small{font-size:1rem}}@media(prefers-reduced-motion:reduce){.soe-featured-hero__button{transition:none}}.soe-featured-product{display:block;color:var(--soe-fp-text);background:var(--soe-fp-bg);overflow:clip}.soe-featured-product *,.soe-featured-product *:before,.soe-featured-product *:after{box-sizing:border-box}.soe-featured-product__section{padding-block:var(--soe-fp-padding-top) var(--soe-fp-padding-bottom)}.soe-featured-product__page{width:min(calc(100% - 32px),var(--soe-fp-max-width));margin-inline:auto}.soe-featured-product__shell,.soe-featured-product__bottom-benefits,.soe-featured-product__placeholder{border:1px solid var(--soe-fp-border);border-radius:var(--soe-fp-radius);background:var(--soe-fp-card)}.soe-featured-product__shell{padding:clamp(18px,2.2vw,34px)}.soe-featured-product__layout{display:grid;grid-template-columns:minmax(180px,.72fr) minmax(300px,1.2fr) minmax(340px,1fr);gap:var(--soe-fp-gap);align-items:stretch}.soe-featured-product--intro-after .soe-featured-product__intro{grid-column:2;grid-row:1}.soe-featured-product--intro-after .soe-featured-product__gallery{grid-column:1;grid-row:1}.soe-featured-product--no-intro .soe-featured-product__layout{grid-template-columns:minmax(0,1.28fr) minmax(340px,.92fr)}.soe-featured-product__intro{padding:clamp(8px,1.4vw,22px) 0;align-self:start}.soe-featured-product__eyebrow{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:5px 12px;color:var(--soe-fp-accent);border:1px solid color-mix(in srgb,var(--soe-fp-accent) 72%,transparent);border-radius:999px;background:color-mix(in srgb,var(--soe-fp-accent) 7%,transparent);font-size:1.1rem;font-weight:700;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.soe-featured-product__eyebrow-icon,.soe-featured-product__sales-icon,.soe-featured-product__feature-icon,.soe-featured-product__trust-icon,.soe-featured-product__bottom-icon,.soe-featured-product__button-icon{display:inline-flex;flex:0 0 auto}.soe-featured-product__eyebrow-icon svg,.soe-featured-product__sales-icon svg,.soe-featured-product__feature-icon svg,.soe-featured-product__trust-icon svg,.soe-featured-product__button-icon svg{width:18px;height:18px}.soe-featured-product__heading{margin:clamp(18px,2vw,28px) 0 14px;color:var(--soe-fp-text);font-size:clamp(3rem,3.2vw,5.4rem);font-weight:720;letter-spacing:-.045em;line-height:.98}.soe-featured-product__heading span{display:block}.soe-featured-product__heading-highlight{color:var(--soe-fp-accent)}.soe-featured-product__description{max-width:34rem;color:var(--soe-fp-muted);font-size:clamp(1.35rem,1vw,1.55rem);line-height:1.55}.soe-featured-product__description>*{margin-block:0}.soe-featured-product__gallery{position:relative;display:flex;flex-direction:column;min-width:0;gap:12px}.soe-featured-product__media-stage{position:relative;display:grid;flex:1 1 auto;min-height:0;overflow:hidden;border:1px solid var(--soe-fp-border);border-radius:calc(var(--soe-fp-radius) * .72);background:radial-gradient(circle at 68% 75%,color-mix(in srgb,var(--soe-fp-accent) 15%,transparent),transparent 38%),var(--soe-fp-secondary);aspect-ratio:var(--soe-fp-media-ratio)}.soe-featured-product__media-slide{min-width:0;min-height:0}.soe-featured-product__media-slide[hidden]{display:none}.soe-featured-product__zoom-trigger{position:relative;display:block;width:100%;height:100%;padding:0;overflow:hidden;border:0;color:var(--soe-fp-text);background:transparent;cursor:zoom-in}.soe-featured-product__zoom-trigger:focus-visible{outline:2px solid var(--soe-fp-accent);outline-offset:-3px}.soe-featured-product__zoom-icon{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--soe-fp-border);border-radius:50%;color:var(--soe-fp-text);background:#060606d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:color .18s ease,border-color .18s ease,transform .18s ease}.soe-featured-product__zoom-icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.soe-featured-product__zoom-trigger:hover .soe-featured-product__zoom-icon{color:var(--soe-fp-accent);border-color:var(--soe-fp-accent);transform:scale(1.04)}.soe-featured-product__zoom-dialog{width:min(94vw,1400px);max-width:none;max-height:94vh;margin:auto;padding:12px;overflow:visible;border:1px solid var(--soe-fp-border);border-radius:var(--soe-fp-radius);color:var(--soe-fp-text);background:var(--soe-fp-card);box-shadow:0 24px 80px #0000008c}.soe-featured-product__zoom-dialog[open]{display:grid}.soe-featured-product__zoom-dialog::backdrop{background:#000000db;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}body.soe-featured-product-zoom-open{overflow:hidden}.soe-featured-product__zoom-content{display:grid;place-items:center;min-height:min(76vh,780px);overflow:hidden;border-radius:calc(var(--soe-fp-radius) * .72);background:var(--soe-fp-secondary)}.soe-featured-product__zoom-image{display:block;width:auto;max-width:100%;height:auto;max-height:88vh;object-fit:contain}.soe-featured-product__zoom-close{position:absolute;top:-16px;right:-16px;z-index:2;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid var(--soe-fp-border);border-radius:50%;color:var(--soe-fp-text);background:#111;cursor:pointer}.soe-featured-product__zoom-close:hover,.soe-featured-product__zoom-close:focus-visible{color:var(--soe-fp-accent);border-color:var(--soe-fp-accent)}.soe-featured-product__zoom-close svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}.soe-featured-product__main-image{display:block;width:100%;height:100%;min-height:0;object-fit:var(--soe-fp-image-fit);object-position:center}.soe-featured-product__main-image--placeholder{padding:12%;color:color-mix(in srgb,var(--soe-fp-muted) 30%,transparent)}.soe-featured-product__sales-badge{position:absolute;inset:auto auto 16px 16px;display:flex;align-items:center;gap:9px;max-width:calc(100% - 32px);padding:9px 13px;color:var(--soe-fp-text);border:1px solid var(--soe-fp-border);border-radius:10px;background:color-mix(in srgb,var(--soe-fp-card) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.soe-featured-product__sales-icon{color:var(--soe-fp-accent)}.soe-featured-product__sales-badge strong,.soe-featured-product__sales-badge small{display:block}.soe-featured-product__sales-badge strong{font-size:1.15rem;letter-spacing:.06em;line-height:1.2}.soe-featured-product__sales-badge small{margin-top:2px;color:var(--soe-fp-muted);font-size:1.1rem}.soe-featured-product__thumbnails{display:flex;gap:10px;max-width:100%;padding:2px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--soe-fp-border) transparent}.soe-featured-product__thumbnail{flex:0 0 70px;width:70px;height:70px;padding:4px;overflow:hidden;color:var(--soe-fp-text);border:1px solid var(--soe-fp-border);border-radius:10px;background:var(--soe-fp-secondary);cursor:pointer;transition:border-color .18s ease,transform .18s ease}.soe-featured-product__thumbnail.is-active{border-color:var(--soe-fp-accent)}.soe-featured-product__thumbnail:hover{transform:translateY(-2px)}.soe-featured-product__thumbnail-image{display:block;width:100%;height:100%;border-radius:7px;object-fit:contain}.soe-featured-product__details{display:flex;flex-direction:column;min-width:0;padding:clamp(20px,2vw,32px);border:1px solid var(--soe-fp-border);border-radius:calc(var(--soe-fp-radius) * .72);background:var(--soe-fp-secondary)}.soe-featured-product__product-label,.soe-featured-product__minor-heading{margin:0;color:var(--soe-fp-accent);font-size:1.1rem;font-weight:700;letter-spacing:.09em;line-height:1.3;text-transform:uppercase}.soe-featured-product__product-title{margin:8px 0 0;color:var(--soe-fp-text);font-size:clamp(2.4rem,2.3vw,3.8rem);font-weight:700;letter-spacing:-.035em;line-height:1.08}.soe-featured-product__rating{display:flex;align-items:center;gap:9px;margin-top:12px;color:var(--soe-fp-muted);font-size:1.25rem}.soe-featured-product__stars{position:relative;display:inline-block;color:color-mix(in srgb,var(--soe-fp-muted) 30%,transparent);font-size:1.7rem;letter-spacing:.08em;line-height:1}.soe-featured-product__stars-fill{position:absolute;inset:0 auto 0 0;overflow:hidden;color:var(--soe-fp-accent);white-space:nowrap}.soe-featured-product__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:18px}.soe-featured-product__price{color:var(--soe-fp-text);font-size:clamp(2.2rem,1.9vw,3.1rem);font-weight:700;line-height:1.15}.soe-featured-product__compare-price{color:var(--soe-fp-muted);font-size:1.4rem}.soe-featured-product__shipping-pill{padding:6px 10px;color:var(--soe-fp-accent);border:1px solid color-mix(in srgb,var(--soe-fp-accent) 22%,transparent);border-radius:999px;background:color-mix(in srgb,var(--soe-fp-accent) 8%,transparent);font-size:1.08rem;font-weight:650}.soe-featured-product__features{display:grid;gap:11px;margin:20px 0 0;padding:18px 0;color:var(--soe-fp-muted);border-block:1px solid var(--soe-fp-border);list-style:none}.soe-featured-product__features li{display:flex;align-items:flex-start;gap:10px;font-size:1.25rem;line-height:1.45}.soe-featured-product__feature-icon{margin-top:1px;color:var(--soe-fp-accent)}.soe-featured-product__compatibility{margin-top:16px}.soe-featured-product__minor-heading{color:var(--soe-fp-muted)}.soe-featured-product__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px}.soe-featured-product__chip{display:inline-flex;align-items:center;min-height:32px;padding:5px 10px;color:var(--soe-fp-text);border:1px solid var(--soe-fp-border);border-radius:7px;background:color-mix(in srgb,var(--soe-fp-text) 4%,transparent);font-size:1.1rem}.soe-featured-product__form{margin-top:18px}.soe-featured-product__variant-field{margin-bottom:14px}.soe-featured-product__variant-field label,.soe-featured-product__quantity-wrap>label{display:block;margin-bottom:7px;color:var(--soe-fp-muted);font-size:1.05rem;font-weight:650;letter-spacing:.07em;text-transform:uppercase}.soe-featured-product__variant-field select{width:100%;min-height:44px;padding:0 38px 0 12px;color:var(--soe-fp-text);border:1px solid var(--soe-fp-border);border-radius:8px;background-color:var(--soe-fp-card);color-scheme:dark}.soe-featured-product__purchase-row{display:grid;grid-template-columns:minmax(118px,.35fr) minmax(190px,1fr);gap:12px;align-items:end}.soe-featured-product__quantity{display:grid;grid-template-columns:44px 1fr 44px;min-height:48px;overflow:hidden;border:1px solid var(--soe-fp-border);border-radius:8px;background:var(--soe-fp-card)}.soe-featured-product__quantity button,.soe-featured-product__quantity input{min-width:0;color:var(--soe-fp-text);border:0;background:transparent;text-align:center}.soe-featured-product__quantity button{min-width:44px;min-height:44px;font-size:1.8rem;cursor:pointer}.soe-featured-product__quantity input{width:100%;-webkit-appearance:textfield;appearance:textfield;font-size:1.35rem}.soe-featured-product__quantity input::-webkit-inner-spin-button,.soe-featured-product__quantity input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.soe-featured-product__buy-button,.soe-featured-product__details-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:48px;padding:10px 18px;border-radius:8px;font-size:1.22rem;font-weight:750;letter-spacing:.05em;line-height:1.2;text-align:center;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:color .18s ease,border-color .18s ease,background-color .18s ease,transform .18s ease}.soe-featured-product__buy-button{color:#050505;border:1px solid var(--soe-fp-accent);background:var(--soe-fp-accent)}.soe-featured-product__buy-button:hover:not(:disabled){transform:translateY(-1px);background:color-mix(in srgb,var(--soe-fp-accent) 88%,white)}.soe-featured-product__buy-button:disabled{opacity:.5;cursor:not-allowed}.soe-featured-product__details-button{margin-top:9px;color:var(--soe-fp-text);border:1px solid var(--soe-fp-border);background:transparent}.soe-featured-product__details-button:hover{color:var(--soe-fp-accent);border-color:var(--soe-fp-accent)}.soe-featured-product__trust{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:18px;padding-top:17px;border-top:1px solid var(--soe-fp-border)}.soe-featured-product__trust-item,.soe-featured-product__bottom-item{display:flex;align-items:center;min-width:0;gap:10px}.soe-featured-product__trust-icon{color:var(--soe-fp-text)}.soe-featured-product__trust-item strong,.soe-featured-product__trust-item small,.soe-featured-product__bottom-item strong,.soe-featured-product__bottom-item small{display:block}.soe-featured-product__trust-item strong{color:var(--soe-fp-text);font-size:1.08rem;line-height:1.25}.soe-featured-product__trust-item small{margin-top:2px;color:var(--soe-fp-muted);font-size:.98rem;line-height:1.3}.soe-featured-product__bottom-benefits{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:14px;padding:clamp(18px,2vw,26px)}.soe-featured-product__bottom-item{justify-content:center;padding-inline:clamp(12px,2.5vw,42px)}.soe-featured-product__bottom-item+.soe-featured-product__bottom-item{border-left:1px solid var(--soe-fp-border)}.soe-featured-product__bottom-icon{color:var(--soe-fp-accent)}.soe-featured-product__bottom-icon svg{width:clamp(34px,3vw,48px);height:clamp(34px,3vw,48px)}.soe-featured-product__bottom-item strong{color:var(--soe-fp-text);font-size:1.35rem;line-height:1.3}.soe-featured-product__bottom-item small{max-width:30rem;margin-top:3px;color:var(--soe-fp-muted);font-size:1.15rem;line-height:1.35}.soe-featured-product__placeholder{display:grid;grid-template-columns:minmax(180px,360px) 1fr;gap:30px;align-items:center;padding:30px}.soe-featured-product__placeholder-image{width:100%;color:var(--soe-fp-muted);background:var(--soe-fp-secondary);border-radius:calc(var(--soe-fp-radius) * .7)}.soe-featured-product__placeholder h2{margin:16px 0 8px;color:var(--soe-fp-text)}.soe-featured-product__placeholder p{color:var(--soe-fp-muted)}.soe-featured-product :is(button,a,select,input):focus-visible{outline:2px solid var(--soe-fp-accent);outline-offset:3px}@media screen and (max-width:1199px){.soe-featured-product__layout,.soe-featured-product--no-intro .soe-featured-product__layout{grid-template-columns:minmax(0,1fr) minmax(320px,.86fr)}.soe-featured-product__intro,.soe-featured-product--intro-after .soe-featured-product__intro{grid-column:1 / -1;grid-row:auto;padding-bottom:0}.soe-featured-product--intro-after .soe-featured-product__gallery{grid-column:auto;grid-row:auto}.soe-featured-product__heading{max-width:60rem}.soe-featured-product__heading span{display:inline}}@media screen and (max-width:749px){.soe-featured-product__page{width:min(calc(100% - 32px),var(--soe-fp-max-width))}.soe-featured-product__shell{padding:12px}.soe-featured-product__zoom-icon{top:10px;right:10px;width:40px;height:40px}.soe-featured-product__zoom-dialog{width:calc(100vw - 24px);max-height:92vh;padding:8px}.soe-featured-product__zoom-content{min-height:50vh}.soe-featured-product__zoom-close{top:8px;right:8px}.soe-featured-product__layout,.soe-featured-product--no-intro .soe-featured-product__layout{grid-template-columns:minmax(0,1fr);gap:14px}.soe-featured-product__intro,.soe-featured-product--intro-after .soe-featured-product__intro{grid-column:1}.soe-featured-product__heading{font-size:clamp(3rem,11vw,4.4rem)}.soe-featured-product__heading span{display:block}.soe-featured-product__media-stage{min-height:320px}.soe-featured-product__details{padding:20px 16px}.soe-featured-product__purchase-row{grid-template-columns:1fr}.soe-featured-product__quantity-wrap{width:min(100%,180px)}.soe-featured-product__trust{grid-template-columns:1fr 1fr}.soe-featured-product__bottom-benefits{grid-template-columns:1fr;padding:8px 18px}.soe-featured-product__bottom-item{justify-content:flex-start;padding:16px 0}.soe-featured-product__bottom-item+.soe-featured-product__bottom-item{border-top:1px solid var(--soe-fp-border);border-left:0}.soe-featured-product__placeholder{grid-template-columns:1fr;padding:18px}}@media(prefers-reduced-motion:reduce){.soe-featured-product__thumbnail,.soe-featured-product__buy-button,.soe-featured-product__details-button{transition:none}}.soe-main-article{display:block;overflow:clip;color:var(--soe-article-text);background:var(--soe-article-bg);font-family:var(--font-body-family)}.soe-main-article *,.soe-main-article *:before,.soe-main-article *:after{box-sizing:border-box}.soe-main-article__inner{width:min(calc(100% - 32px),var(--soe-article-max-width));margin-inline:auto;padding-block:var(--soe-article-padding-top) var(--soe-article-padding-bottom)}.soe-main-article__breadcrumb{margin-bottom:18px;overflow:hidden;color:var(--soe-article-muted);font-size:1.15rem}.soe-main-article__breadcrumb ol{display:flex;min-width:0;margin:0;padding:0;align-items:center;gap:8px;list-style:none;white-space:nowrap}.soe-main-article__breadcrumb li{display:flex;min-width:0;align-items:center;gap:8px}.soe-main-article__breadcrumb li:not(:last-child):after{color:color-mix(in srgb,var(--soe-article-muted) 55%,transparent);content:"\203a"}.soe-main-article__breadcrumb a{color:inherit;text-decoration:none}.soe-main-article__breadcrumb li:last-child span{display:block;overflow:hidden;color:var(--soe-article-text);text-overflow:ellipsis}.soe-main-article__hero{display:grid;grid-template-areas:"content media" "actions media";grid-template-columns:minmax(0,42%) minmax(0,58%);overflow:hidden;background:radial-gradient(circle at 38% 72%,color-mix(in srgb,var(--soe-article-accent) 12%,transparent),transparent 34%),var(--soe-article-card);border:1px solid var(--soe-article-border);border-radius:var(--soe-article-radius)}.soe-main-article__hero-content{grid-area:content;padding:clamp(28px,4vw,58px) clamp(24px,4vw,56px) 20px;align-self:end}.soe-main-article__category{display:inline-flex;margin:0 0 16px;padding:6px 10px;color:var(--soe-article-accent);background:color-mix(in srgb,var(--soe-article-accent) 7%,#050505);border:1px solid color-mix(in srgb,var(--soe-article-accent) 64%,transparent);border-radius:999px;font-size:1rem;font-weight:750;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}.soe-main-article__title{margin:0;color:var(--soe-article-text);font-family:var(--font-heading-family);font-size:clamp(3rem,4.2vw,6rem);font-weight:750;letter-spacing:-.045em;line-height:1.02}.soe-main-article__excerpt{display:-webkit-box;margin:18px 0 0;overflow:hidden;color:var(--soe-article-muted);font-size:clamp(1.35rem,1.2vw,1.6rem);line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.soe-main-article__meta{display:flex;margin-top:22px;align-items:center;flex-wrap:wrap;gap:10px 18px;color:var(--soe-article-muted);font-size:1.15rem}.soe-main-article__meta>span,.soe-main-article__meta>a{display:inline-flex;align-items:center;gap:7px;color:inherit;text-decoration:none}.soe-main-article__meta-icon{display:inline-flex;width:17px;height:17px}.soe-main-article__meta-icon svg{width:100%;height:100%}.soe-main-article__hero-media{position:relative;grid-area:media;min-height:var(--soe-article-hero-height);overflow:hidden;background:#050505}.soe-main-article__hero-image,.soe-main-article__hero-placeholder{display:block;width:100%;height:100%;object-fit:var(--soe-article-hero-fit);object-position:center}.soe-main-article__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgb(0 0 0 / calc(var(--soe-article-overlay) * .9)),transparent 36%),linear-gradient(0deg,rgb(0 0 0 / calc(var(--soe-article-overlay) * .65)),transparent 38%);pointer-events:none}.soe-main-article__hero-logo{position:absolute;right:20px;bottom:16px;z-index:1;width:min(110px,20%);height:auto}.soe-main-article__actions{display:flex;grid-area:actions;padding:0 clamp(24px,4vw,56px) clamp(28px,4vw,48px);align-items:center;flex-wrap:wrap;gap:9px}.soe-main-article__action,.soe-main-article__social{display:inline-flex;min-width:44px;min-height:44px;padding:0 15px;align-items:center;justify-content:center;gap:8px;color:var(--soe-article-text);background:#070707;border:1px solid var(--soe-article-border);border-radius:8px;cursor:pointer;font:inherit;font-size:1.15rem;text-decoration:none;transition:border-color .2s ease,color .2s ease,background .2s ease}.soe-main-article__action>span:first-child{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;font-weight:750}.soe-main-article__action svg{width:100%;height:100%}.soe-main-article__social svg{width:18px;height:18px;fill:currentColor}.soe-main-article__action:hover,.soe-main-article__action[aria-pressed=true],.soe-main-article__social:hover{color:var(--soe-article-accent);border-color:color-mix(in srgb,var(--soe-article-accent) 60%,transparent)}.soe-main-article__layout{display:grid;grid-template-areas:"content sidebar";grid-template-columns:minmax(0,72%) minmax(260px,28%);margin-top:var(--soe-article-block-gap);align-items:start;gap:var(--soe-article-block-gap)}.soe-main-article__content{grid-area:content;min-width:0;padding:clamp(24px,3vw,38px);color:color-mix(in srgb,var(--soe-article-text) 88%,transparent);background:#000;border:1px solid var(--soe-article-border);border-radius:var(--soe-article-radius);font-size:var(--soe-article-font-size);line-height:1.72}.soe-main-article__content>:first-child{margin-top:0}.soe-main-article__content>:last-child{margin-bottom:0}.soe-main-article__content p{margin-block:0 var(--soe-article-paragraph-gap)}.soe-main-article__content :is(h2,h3,h4){color:var(--soe-article-text);font-family:var(--font-heading-family);font-weight:750;letter-spacing:-.025em;line-height:1.2;scroll-margin-top:110px}.soe-main-article__content h2{margin:1.8em 0 .55em;font-size:clamp(2.2rem,2.4vw,3.2rem)}.soe-main-article__content h3{margin:1.55em 0 .5em;font-size:clamp(1.8rem,1.8vw,2.35rem)}.soe-main-article__content h4{margin:1.4em 0 .45em;font-size:clamp(1.55rem,1.4vw,1.9rem)}.soe-main-article--heading-accent .soe-main-article__content h2{padding-left:13px;border-left:3px solid var(--soe-article-accent)}.soe-main-article__content :is(ul,ol){margin:0 0 var(--soe-article-paragraph-gap);padding-left:1.5em}.soe-main-article__content li+li{margin-top:.45em}.soe-main-article__content a{color:var(--soe-article-accent);text-underline-offset:.2em}.soe-main-article--links-clean .soe-main-article__content a{text-decoration:none}.soe-main-article__content :is(img,video){max-width:100%;height:auto;border-radius:calc(var(--soe-article-radius) * .65)}.soe-main-article__content :is(iframe,embed){display:block;width:100%;max-width:100%;border:0}.soe-main-article__content table{display:block;width:100%;max-width:100%;margin-block:var(--soe-article-paragraph-gap);overflow-x:auto;border-collapse:collapse}.soe-main-article__content :is(th,td){padding:12px 14px;border:1px solid var(--soe-article-border)}.soe-main-article__content blockquote,.soe-main-article__content .soe-article-quote{margin:var(--soe-article-paragraph-gap) 0;padding:20px 22px;color:var(--soe-article-text);background:linear-gradient(90deg,color-mix(in srgb,var(--soe-article-accent) 13%,#090909),#090909);border:1px solid color-mix(in srgb,var(--soe-article-accent) 48%,transparent);border-left:4px solid var(--soe-article-accent);border-radius:10px}.soe-main-article--editorial-components .soe-main-article__content :is(.soe-article-tip,.soe-article-highlight,.soe-article-impact,.soe-article-comparison,.soe-article-callout){margin:var(--soe-article-paragraph-gap) 0;padding:20px;background:linear-gradient(135deg,color-mix(in srgb,var(--soe-article-accent) 8%,#090909),#090909);border:1px solid color-mix(in srgb,var(--soe-article-accent) 42%,var(--soe-article-border));border-radius:10px}.soe-main-article__sidebar{display:grid;grid-area:sidebar;min-width:0;gap:14px}.soe-main-article__reading-time,.soe-main-article__side-cta{background:var(--soe-article-card);border:1px solid var(--soe-article-border);border-radius:calc(var(--soe-article-radius) * .85)}.soe-main-article__reading-time{display:flex;min-height:78px;padding:16px 20px;align-items:center;gap:13px}.soe-main-article__reading-icon{display:inline-flex;width:34px;height:34px;flex:0 0 auto;color:var(--soe-article-accent)}.soe-main-article__reading-time strong,.soe-main-article__reading-time small{display:block}.soe-main-article__reading-time strong{color:var(--soe-article-text);font-size:1.2rem}.soe-main-article__reading-time small{margin-top:2px;color:var(--soe-article-muted);font-size:1rem}.soe-main-article__side-cta{position:relative;min-height:280px;overflow:hidden;background:radial-gradient(circle at 84% 88%,color-mix(in srgb,#783b98 30%,transparent),transparent 42%),var(--soe-article-card)}.soe-main-article__side-cta-copy{position:relative;z-index:2;padding:22px}.soe-main-article__side-cta h2,.soe-main-article__section-heading h2,.soe-main-article__comments-panel h2,.soe-main-article__newsletter h2{margin:0;color:var(--soe-article-text);font-family:var(--font-heading-family);font-weight:750;letter-spacing:-.025em;line-height:1.15}.soe-main-article__side-cta h2{font-size:2rem}.soe-main-article__side-cta p{margin:10px 0 0;color:var(--soe-article-muted);font-size:1.15rem;line-height:1.5}.soe-main-article__side-cta a{display:inline-flex;min-height:42px;margin-top:16px;padding:0 15px;align-items:center;gap:10px;color:#050505;background:var(--soe-article-accent);border-radius:6px;font-size:1.1rem;font-weight:750;text-decoration:none}.soe-main-article__side-cta a span{display:inline-flex;width:18px;height:18px}.soe-main-article__side-cta-image{position:absolute;inset:auto 0 0;z-index:1;width:100%;height:52%;object-fit:cover;object-position:center;-webkit-mask-image:linear-gradient(transparent,#000 34%);mask-image:linear-gradient(transparent,#000 34%)}.soe-main-article__discovery,.soe-main-article__engagement{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:var(--soe-article-block-gap);align-items:start;gap:var(--soe-article-block-gap)}.soe-main-article__discovery--single,.soe-main-article__engagement--single,.soe-main-article__engagement{grid-template-columns:1fr}.soe-main-article__recommended,.soe-main-article__related,.soe-main-article__comments,.soe-main-article__newsletter{min-width:0}.soe-main-article__section-heading{display:flex;min-height:44px;margin-bottom:12px;align-items:center;justify-content:space-between;gap:16px}.soe-main-article__section-heading h2,.soe-main-article__comments-panel h2,.soe-main-article__newsletter h2{font-size:clamp(2rem,2vw,2.7rem)}.soe-main-article__carousel-buttons{display:flex;gap:6px}.soe-main-article__carousel-buttons button{display:inline-flex;width:34px;height:34px;padding:0;align-items:center;justify-content:center;color:var(--soe-article-text);background:#060606;border:1px solid var(--soe-article-border);border-radius:50%;cursor:pointer}.soe-main-article__carousel-buttons button:disabled{opacity:.35;cursor:default}.soe-main-article__product-track,.soe-main-article__related-track{margin:0;padding:0;list-style:none}.soe-main-article__recommended--grid .soe-main-article__product-track,.soe-main-article__related--grid .soe-main-article__related-track{display:grid}.soe-main-article__recommended--grid .soe-main-article__product-track{grid-template-columns:repeat(var(--soe-article-product-columns),minmax(0,1fr));gap:10px}.soe-main-article__related--grid .soe-main-article__related-track{grid-template-columns:repeat(var(--soe-article-related-columns),minmax(0,1fr));gap:10px}.soe-main-article__recommended--slider .soe-main-article__product-track,.soe-main-article__related--slider .soe-main-article__related-track{display:flex;overflow-x:auto;gap:10px;scrollbar-width:none;scroll-behavior:smooth;scroll-snap-type:x mandatory}.soe-main-article__recommended--slider .soe-main-article__product-track::-webkit-scrollbar,.soe-main-article__related--slider .soe-main-article__related-track::-webkit-scrollbar{display:none}.soe-main-article__recommended--slider .soe-main-article__product-item,.soe-main-article__related--slider .soe-main-article__related-card{width:calc((100% - 20px) / 3);min-width:calc((100% - 20px) / 3);scroll-snap-align:start}@media screen and (min-width:1200px){.soe-main-article--product-desktop-4 .soe-main-article__recommended--slider .soe-main-article__product-item,.soe-main-article--related-desktop-4 .soe-main-article__related--slider .soe-main-article__related-card{width:calc((100% - 30px)/4);min-width:calc((100% - 30px)/4)}.soe-main-article--related-desktop-2 .soe-main-article__related--slider .soe-main-article__related-card{width:calc((100% - 10px)/2);min-width:calc((100% - 10px)/2)}}.soe-main-article__product-item{min-width:0}.soe-main-article__product-item .card-wrapper,.soe-main-article__product-item .card{height:100%}.soe-main-article__product-item .card{overflow:hidden;background:var(--soe-article-card);border:1px solid var(--soe-article-border);border-radius:calc(var(--soe-article-radius) * .72)}.soe-main-article__product-item .card__content{padding-inline:4px}.soe-main-article__product-item .card__heading a,.soe-main-article__product-item .price{color:var(--soe-article-text)}.soe-main-article__product-item .quick-add{margin-inline:10px}.soe-main-article__product-item .quick-add__submit{min-height:42px;color:#050505;background:var(--soe-article-accent);border-color:var(--soe-article-accent);border-radius:6px}.soe-main-article__related-card{display:flex;min-width:0;height:100%;flex-direction:column;overflow:hidden;background:var(--soe-article-card);border:1px solid var(--soe-article-border);border-radius:calc(var(--soe-article-radius) * .72)}.soe-main-article__related-media{display:block;aspect-ratio:16 / 9;overflow:hidden}.soe-main-article__related-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.soe-main-article__related-card:hover .soe-main-article__related-image{transform:scale(1.035)}.soe-main-article__related-copy{display:flex;padding:14px;flex:1;flex-direction:column}.soe-main-article__related-category{align-self:flex-start;color:var(--soe-article-accent);font-size:.9rem;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.soe-main-article__related-title{margin:7px 0 12px;font-family:var(--font-heading-family);font-size:1.3rem;line-height:1.3}.soe-main-article__related-title a{color:var(--soe-article-text);text-decoration:none}.soe-main-article__related-time{display:flex;margin:auto 0 0;align-items:center;gap:6px;color:var(--soe-article-muted);font-size:.98rem}.soe-main-article__related-time span{display:inline-flex;width:14px;height:14px}.soe-main-article__newsletter,.soe-main-article__comments-panel{padding:clamp(20px,3vw,32px);background:var(--soe-article-card);border:1px solid var(--soe-article-border);border-radius:var(--soe-article-radius)}.soe-main-article__comments-layout{display:grid;gap:var(--soe-article-block-gap)}.soe-main-article__comments-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.soe-main-article__comments-count{display:inline-flex;min-width:32px;height:32px;padding:0 9px;align-items:center;justify-content:center;flex:0 0 auto;color:#050505;background:var(--soe-article-accent);border-radius:999px;font-size:1.05rem;font-weight:800}.soe-main-article__comments-empty{margin:18px 0 0;padding:18px;color:var(--soe-article-muted);background:#070707;border:1px dashed var(--soe-article-border);border-radius:8px;font-size:1.15rem;line-height:1.55}.soe-main-article__comment-list{display:grid;margin-top:18px;gap:10px}.soe-main-article__comment{padding:16px;color:var(--soe-article-muted);background:#070707;border:1px solid var(--soe-article-border);border-radius:8px;font-size:1.2rem;line-height:1.55}.soe-main-article__comment footer{display:flex;margin-top:10px;justify-content:space-between;gap:12px;color:var(--soe-article-text);font-size:1.05rem}.soe-main-article__comment-form{display:grid;margin-top:18px;gap:12px}.soe-main-article__comment-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.soe-main-article__comment-form label{display:block;margin-bottom:6px;color:var(--soe-article-muted);font-size:1.05rem}.soe-main-article__comment-form :is(input,textarea),.soe-main-article__newsletter-input{width:100%;color:var(--soe-article-text);background:#050505;border:1px solid var(--soe-article-border);border-radius:6px;font:inherit;font-size:1.2rem;outline:0}.soe-main-article__comment-form input{min-height:46px;padding:0 13px}.soe-main-article__comment-form textarea{min-height:120px;padding:12px 13px;resize:vertical}.soe-main-article__comment-form button,.soe-main-article__newsletter-button{min-height:44px;padding:0 20px;color:#050505;background:var(--soe-article-accent);border:1px solid var(--soe-article-accent);border-radius:6px;cursor:pointer;font:inherit;font-size:1.1rem;font-weight:750}.soe-main-article__comment-form button{justify-self:end;min-width:180px}.soe-main-article__moderation,.soe-main-article__newsletter-privacy{margin:0;color:var(--soe-article-muted);font-size:1rem;line-height:1.45}.soe-main-article__form-message,.soe-main-article__newsletter-message{margin:0;padding:10px 12px;border:1px solid var(--soe-article-border);border-radius:6px;font-size:1.05rem}.soe-main-article__form-message--success,.soe-main-article__newsletter-message--success{color:var(--soe-article-accent)}.soe-main-article__form-message--error,.soe-main-article__newsletter-message--error{color:#ffb4b4}.soe-main-article__newsletter{display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 90% 18%,color-mix(in srgb,var(--soe-article-accent) 10%,transparent),transparent 34%),var(--soe-article-card)}@media screen and (min-width:990px){.soe-main-article__engagement--single .soe-main-article__comments-layout:not(.soe-main-article__comments-layout--single){grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:start}.soe-main-article--newsletter-horizontal .soe-main-article__newsletter{display:grid;grid-template-columns:minmax(0,.9fr) minmax(300px,1.1fr);align-items:center;gap:24px}.soe-main-article--newsletter-horizontal .soe-main-article__newsletter-form{margin-top:0}}.soe-main-article__newsletter-copy{display:flex;align-items:flex-start;gap:15px}.soe-main-article__newsletter-copy p{margin:9px 0 0;color:var(--soe-article-muted);font-size:1.15rem;line-height:1.5}.soe-main-article__newsletter-icon{display:inline-flex;width:42px;height:42px;flex:0 0 auto;color:var(--soe-article-accent)}.soe-main-article__newsletter-form{margin-top:20px}.soe-main-article__newsletter-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;overflow:hidden;border:1px solid var(--soe-article-border);border-radius:7px}.soe-main-article__newsletter-input{min-width:0;min-height:48px;padding:0 14px;border:0;border-radius:0}.soe-main-article__newsletter-button{min-width:128px;border:0;border-radius:0}.soe-main-article__newsletter-message{display:flex;margin-top:10px;align-items:center;gap:7px}.soe-main-article__newsletter-message svg,.soe-main-article__newsletter-privacy svg{width:16px;height:16px}.soe-main-article__newsletter-privacy{display:flex;margin-top:10px;align-items:center;gap:6px}.soe-main-article__app-block{margin-top:var(--soe-article-block-gap)}.soe-main-article :is(a,button,input,textarea,summary):focus-visible{outline:2px solid var(--soe-article-accent);outline-offset:3px}@media screen and (max-width:1199px){.soe-main-article__hero{grid-template-columns:minmax(0,46%) minmax(0,54%)}.soe-main-article__layout{grid-template-columns:minmax(0,68%) minmax(250px,32%)}.soe-main-article__recommended--slider .soe-main-article__product-item,.soe-main-article__related--slider .soe-main-article__related-card{width:calc((100% - 10px)/2);min-width:calc((100% - 10px)/2)}}@media screen and (max-width:989px){.soe-main-article__hero{grid-template-areas:"content media" "actions actions";grid-template-columns:1fr 1fr}.soe-main-article__hero-media{min-height:min(var(--soe-article-hero-height),420px)}.soe-main-article__layout{display:grid;grid-template-areas:none;grid-template-columns:1fr}.soe-main-article__sidebar{display:contents}.soe-main-article__content{grid-area:auto;order:1}.soe-main-article__reading-time{order:2}.soe-main-article__side-cta{order:3}.soe-main-article__side-cta{min-height:230px}.soe-main-article__side-cta-image{right:0;left:auto;width:48%;height:100%;-webkit-mask-image:linear-gradient(90deg,transparent,#000 32%);mask-image:linear-gradient(90deg,transparent,#000 32%)}.soe-main-article__discovery,.soe-main-article__engagement{grid-template-columns:1fr}}@media screen and (max-width:749px){.soe-main-article__inner{width:min(calc(100% - 32px),var(--soe-article-max-width));padding-top:max(20px,calc(var(--soe-article-padding-top) * .72))}.soe-main-article__breadcrumb{margin-bottom:14px;font-size:1rem}.soe-main-article__breadcrumb li:nth-child(2){display:none}.soe-main-article__hero{grid-template-areas:"content" "media" "actions";grid-template-columns:1fr}.soe-main-article__hero-content{padding:24px 20px 20px}.soe-main-article__title{font-size:clamp(2.8rem,10vw,4.4rem)}.soe-main-article__excerpt{-webkit-line-clamp:4}.soe-main-article__hero-media{min-height:0;aspect-ratio:16 / 10;border-block:1px solid var(--soe-article-border)}.soe-main-article__hero-image{object-fit:contain}.soe-main-article__hero-overlay{background:linear-gradient(0deg,rgb(0 0 0 / calc(var(--soe-article-overlay) * .6)),transparent 48%)}.soe-main-article__actions{padding:16px 20px 20px}.soe-main-article__action{flex:1 1 auto}.soe-main-article__layout,.soe-main-article__discovery,.soe-main-article__engagement{margin-top:max(16px,calc(var(--soe-article-block-gap) * .75));gap:max(16px,calc(var(--soe-article-block-gap) * .75))}.soe-main-article__content{padding:22px 18px}.soe-main-article__side-cta{min-height:300px}.soe-main-article__side-cta-image{inset:auto 0 0;width:100%;height:48%;-webkit-mask-image:linear-gradient(transparent,#000 34%);mask-image:linear-gradient(transparent,#000 34%)}.soe-main-article__recommended--grid .soe-main-article__product-track{grid-template-columns:repeat(var(--soe-article-product-columns-mobile),minmax(0,1fr))}.soe-main-article__related--grid .soe-main-article__related-track{grid-template-columns:1fr}.soe-main-article--related-mobile-slider .soe-main-article__related-track{display:flex;overflow-x:auto;gap:10px;scrollbar-width:none;scroll-snap-type:x mandatory}.soe-main-article--related-mobile-slider .soe-main-article__related-card{width:82%;min-width:82%;scroll-snap-align:start}.soe-main-article--related-mobile-stacked .soe-main-article__related-track{display:grid;grid-template-columns:1fr;overflow:visible}.soe-main-article--related-mobile-stacked .soe-main-article__related-card{width:100%;min-width:0}.soe-main-article__recommended--slider .soe-main-article__product-item,.soe-main-article__related--slider .soe-main-article__related-card{width:82%;min-width:82%}.soe-main-article--product-mobile-1 .soe-main-article__recommended--slider .soe-main-article__product-item{width:86%;min-width:86%}.soe-main-article--product-mobile-2 .soe-main-article__recommended--slider .soe-main-article__product-item{width:calc((100% - 10px)/2);min-width:calc((100% - 10px)/2)}.soe-main-article__comment-fields{grid-template-columns:1fr}.soe-main-article__comments-panel{padding:20px 18px}.soe-main-article__comment footer{flex-direction:column;align-items:flex-start;gap:4px}.soe-main-article__comment-form button{width:100%;justify-self:stretch}.soe-main-article__newsletter-fields{grid-template-columns:1fr;overflow:visible;border:0;gap:10px}.soe-main-article__newsletter-input,.soe-main-article__newsletter-button{width:100%;min-height:48px;border:1px solid var(--soe-article-border);border-radius:7px}.soe-main-article__newsletter-button{border-color:var(--soe-article-accent)}}@media(prefers-reduced-motion:reduce){.soe-main-article *,.soe-main-article *:before,.soe-main-article *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.soe-newsletter{display:block;overflow:clip;color:var(--soe-nl-title);background:var(--soe-nl-bg)}.soe-newsletter *,.soe-newsletter *:before,.soe-newsletter *:after{box-sizing:border-box}.soe-newsletter__section{padding-top:clamp(28px,4vw,var(--soe-nl-padding-top));padding-bottom:var(--soe-nl-padding-bottom)}.soe-newsletter__inner{width:min(calc(100% - 32px),var(--soe-nl-max-width));margin-inline:auto}.soe-newsletter__card{position:relative;min-height:320px;padding:clamp(34px,5vw,var(--soe-nl-inner-padding)) clamp(20px,5vw,var(--soe-nl-inner-padding));overflow:hidden;background:radial-gradient(circle at 65% 115%,color-mix(in srgb,var(--soe-nl-accent) 14%,transparent),transparent 34%),var(--soe-nl-container);border:1px solid var(--soe-nl-border);border-radius:var(--soe-nl-radius)}.soe-newsletter--glow .soe-newsletter__card:after{position:absolute;right:8%;bottom:0;left:35%;height:1px;background:linear-gradient(90deg,transparent,var(--soe-nl-accent),transparent);box-shadow:0 0 18px color-mix(in srgb,var(--soe-nl-accent) 45%,transparent);content:""}.soe-newsletter__pattern{position:absolute;top:14%;width:min(34vw,390px);height:66%;opacity:var(--soe-nl-pattern-opacity);background-image:radial-gradient(circle,var(--soe-nl-accent) 1px,transparent 1.4px);background-size:9px 9px;-webkit-mask-image:linear-gradient(90deg,#000,transparent);mask-image:linear-gradient(90deg,#000,transparent);pointer-events:none;transform:skewY(12deg)}.soe-newsletter__pattern--left{left:-30px}.soe-newsletter__pattern--right{right:-30px;-webkit-mask-image:linear-gradient(270deg,#000,transparent);mask-image:linear-gradient(270deg,#000,transparent);transform:skewY(-12deg)}.soe-newsletter__content{position:relative;z-index:2;width:min(100%,760px);margin-inline:auto}.soe-newsletter--desktop-center .soe-newsletter__content{text-align:center}.soe-newsletter--desktop-left .soe-newsletter__content{margin-left:0;text-align:left}.soe-newsletter--desktop-right .soe-newsletter__content{margin-right:0;text-align:right}.soe-newsletter__icon{display:inline-flex;width:58px;height:58px;align-items:center;justify-content:center;color:var(--soe-nl-accent);background:color-mix(in srgb,var(--soe-nl-accent) 5%,var(--soe-nl-container));border:1px solid var(--soe-nl-border);border-radius:50%;box-shadow:0 0 20px color-mix(in srgb,var(--soe-nl-accent) 8%,transparent)}.soe-newsletter__icon svg{width:28px;height:28px}.soe-newsletter__heading{margin:18px 0 0;color:var(--soe-nl-title);font-size:clamp(2.7rem,3.5vw,var(--soe-nl-title-desktop));font-weight:700;letter-spacing:-.035em;line-height:1.1}.soe-newsletter__separator{display:block;width:42px;height:2px;margin-top:16px;background:var(--soe-nl-accent)}.soe-newsletter--desktop-center .soe-newsletter__separator{margin-inline:auto}.soe-newsletter--desktop-right .soe-newsletter__separator{margin-left:auto}.soe-newsletter__description{max-width:650px;margin-top:14px;color:var(--soe-nl-description);font-size:clamp(1.3rem,1.2vw,1.55rem);line-height:1.55}.soe-newsletter--desktop-center .soe-newsletter__description{margin-inline:auto}.soe-newsletter--desktop-right .soe-newsletter__description{margin-left:auto}.soe-newsletter__description>*{margin-block:0}.soe-newsletter__form{width:min(100%,var(--soe-nl-form-width));margin-top:22px}.soe-newsletter--desktop-center .soe-newsletter__form{margin-inline:auto}.soe-newsletter--desktop-right .soe-newsletter__form{margin-left:auto}.soe-newsletter__field-wrap{display:grid;grid-template-columns:minmax(0,1fr) 78px;min-height:58px;overflow:hidden;background:var(--soe-nl-input);border:1px solid var(--soe-nl-border);border-radius:var(--soe-nl-form-radius);box-shadow:0 0 16px color-mix(in srgb,var(--soe-nl-accent) 7%,transparent)}.soe-newsletter__field{min-width:0;min-height:56px;padding:0 18px;color:var(--soe-nl-input-text);background:transparent;border:0;outline:0;font:inherit;font-size:1.4rem}.soe-newsletter__field::placeholder{color:var(--soe-nl-description);opacity:.85}.soe-newsletter__submit{display:inline-flex;min-width:58px;min-height:56px;padding:0;align-items:center;justify-content:center;color:#050505;background:var(--soe-nl-button);border:0;cursor:pointer;transition:filter .2s ease,transform .2s ease}.soe-newsletter__submit:hover{filter:brightness(1.08)}.soe-newsletter__submit svg{width:24px;height:24px}.soe-newsletter__message{display:flex;margin:12px 0 0;padding:10px 12px;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;border:1px solid var(--soe-nl-secondary-border);border-radius:7px;font-size:1.2rem;line-height:1.4}.soe-newsletter__message svg{width:18px;height:18px}.soe-newsletter__message--success{color:var(--soe-nl-title);border-color:color-mix(in srgb,var(--soe-nl-accent) 40%,transparent)}.soe-newsletter__message--success svg{color:var(--soe-nl-accent)}.soe-newsletter__message--error{color:#ffd8d8;border-color:#ff828273}.soe-newsletter__privacy{display:flex;margin:12px 0 0;align-items:center;justify-content:center;gap:7px;color:var(--soe-nl-description);font-size:1.15rem;line-height:1.4}.soe-newsletter__privacy span{display:inline-flex;flex:0 0 auto;color:var(--soe-nl-accent)}.soe-newsletter__privacy svg{width:17px;height:17px}.soe-newsletter__visual{position:absolute;top:0;bottom:0;z-index:1;width:34%;pointer-events:none}.soe-newsletter__visual--right{right:0}.soe-newsletter__visual--left{left:0}.soe-newsletter__visual-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;opacity:.52}.soe-newsletter :is(button,input):focus-visible{outline:2px solid var(--soe-nl-accent);outline-offset:3px}@media screen and (max-width:1099px){.soe-newsletter__visual{width:38%;opacity:.55}}@media screen and (max-width:749px){.soe-newsletter__card{min-height:0;padding:36px 18px}.soe-newsletter__visual{inset:auto 0 0 auto;width:55%;height:46%;opacity:.2}.soe-newsletter__content{width:100%}.soe-newsletter__heading{font-size:var(--soe-nl-title-mobile)}.soe-newsletter--mobile-center .soe-newsletter__content{margin-inline:auto;text-align:center}.soe-newsletter--mobile-center .soe-newsletter__separator,.soe-newsletter--mobile-center .soe-newsletter__description,.soe-newsletter--mobile-center .soe-newsletter__form{margin-inline:auto}.soe-newsletter--mobile-left .soe-newsletter__content{margin-left:0;text-align:left}.soe-newsletter--mobile-left .soe-newsletter__separator,.soe-newsletter--mobile-left .soe-newsletter__description,.soe-newsletter--mobile-left .soe-newsletter__form{margin-right:auto;margin-left:0}.soe-newsletter--mobile-right .soe-newsletter__content{margin-right:0;text-align:right}.soe-newsletter--mobile-right .soe-newsletter__separator,.soe-newsletter--mobile-right .soe-newsletter__description,.soe-newsletter--mobile-right .soe-newsletter__form{margin-right:0;margin-left:auto}}@media screen and (max-width:479px){.soe-newsletter--mobile-form-inline .soe-newsletter__field-wrap{grid-template-columns:minmax(0,1fr) 64px}.soe-newsletter--mobile-form-stacked .soe-newsletter__field-wrap{grid-template-columns:1fr;overflow:visible;background:transparent;border:0;box-shadow:none;gap:10px}.soe-newsletter--mobile-form-stacked .soe-newsletter__field,.soe-newsletter--mobile-form-stacked .soe-newsletter__submit{width:100%;min-height:56px;border:1px solid var(--soe-nl-border);border-radius:var(--soe-nl-form-radius)}.soe-newsletter--mobile-form-stacked .soe-newsletter__field{background:var(--soe-nl-input)}}@media(prefers-reduced-motion:reduce){.soe-newsletter__submit{transition:none}}.soe-trust-newsletter{display:block;color:var(--soe-tn-text);background:var(--soe-tn-bg);overflow:clip}.soe-trust-newsletter *,.soe-trust-newsletter *:before,.soe-trust-newsletter *:after{box-sizing:border-box}.soe-trust-newsletter__section{padding-block:var(--soe-tn-padding-top) var(--soe-tn-padding-bottom)}.soe-trust-newsletter__page{width:min(calc(100% - 32px),var(--soe-tn-max-width));margin-inline:auto}.soe-trust-newsletter__cards{display:grid;grid-template-columns:repeat(var(--soe-tn-desktop-columns),minmax(0,1fr));gap:var(--soe-tn-card-gap)}.soe-trust-newsletter__card{position:relative;display:flex;flex-direction:column;min-width:0;min-height:100%;padding:clamp(20px,2.3vw,34px);overflow:hidden;color:var(--soe-tn-text);border:1px solid var(--soe-tn-border);border-radius:var(--soe-tn-card-radius);background:radial-gradient(circle at 50% -12%,color-mix(in srgb,var(--soe-tn-accent) 11%,transparent),transparent 34%),var(--soe-tn-card);text-decoration:none;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.soe-trust-newsletter--glow .soe-trust-newsletter__card:before{content:"";position:absolute;top:0;left:28%;width:44%;height:1px;background:linear-gradient(90deg,transparent,var(--soe-tn-accent),transparent);box-shadow:0 0 12px color-mix(in srgb,var(--soe-tn-accent) 35%,transparent)}.soe-trust-newsletter--hover .soe-trust-newsletter__card:hover{border-color:color-mix(in srgb,var(--soe-tn-accent) 62%,transparent);box-shadow:0 10px 30px color-mix(in srgb,var(--soe-tn-accent) 7%,transparent);transform:translateY(-3px)}.soe-trust-newsletter__card-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(18px,2vw,28px)}.soe-trust-newsletter__card--center .soe-trust-newsletter__card-main{grid-template-columns:1fr;justify-items:center;text-align:center}.soe-trust-newsletter__card--right .soe-trust-newsletter__card-main{grid-template-columns:minmax(0,1fr) auto;text-align:right}.soe-trust-newsletter__card--right .soe-trust-newsletter__card-icon{grid-column:2;grid-row:1}.soe-trust-newsletter__card--right .soe-trust-newsletter__card-copy{grid-column:1;grid-row:1}.soe-trust-newsletter__card-icon{display:inline-flex;align-self:start;width:clamp(58px,5.5vw,82px);color:var(--soe-tn-icon-color);filter:drop-shadow(0 0 8px color-mix(in srgb,var(--soe-tn-icon-color) 23%,transparent))}.soe-trust-newsletter__card-icon svg{display:block;width:100%;height:auto}.soe-trust-newsletter__eyebrow{margin:0;color:var(--soe-tn-accent);font-size:1.05rem;font-weight:750;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.soe-trust-newsletter__card-heading{margin:10px 0 0;color:var(--soe-tn-text);font-size:clamp(2rem,2vw,3.1rem);font-weight:700;letter-spacing:-.025em;line-height:1.12}.soe-trust-newsletter__accent-line{display:block;width:42px;height:2px;margin-top:16px;background:var(--soe-tn-accent)}.soe-trust-newsletter__card--center .soe-trust-newsletter__accent-line{margin-inline:auto}.soe-trust-newsletter__card--right .soe-trust-newsletter__accent-line{margin-left:auto}.soe-trust-newsletter__card-description{margin-top:14px;color:var(--soe-tn-muted);font-size:clamp(1.24rem,1vw,1.45rem);line-height:1.65}.soe-trust-newsletter__card-description>*{margin-block:0}.soe-trust-newsletter__card-link{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:var(--soe-tn-accent);font-size:1.15rem;text-decoration:none}.soe-trust-newsletter__card-link span,.soe-trust-newsletter__contact-arrow{display:inline-flex}.soe-trust-newsletter__card-link svg{width:16px;height:16px}.soe-trust-newsletter__card-footer{margin-top:auto;padding-top:24px}.soe-trust-newsletter__card-footer:before{content:"";display:block;height:1px;margin-bottom:18px;background:var(--soe-tn-secondary-border)}.soe-trust-newsletter__payments{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px}.soe-trust-newsletter__payment-icon{display:inline-flex;max-width:44px;opacity:1}.soe-trust-newsletter__payment-icon svg{display:block;width:100%;height:auto}.soe-trust-newsletter__card-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.soe-trust-newsletter__feature{display:flex;align-items:flex-start;min-width:0;gap:8px}.soe-trust-newsletter__feature-icon{display:inline-flex;flex:0 0 22px;color:var(--soe-tn-accent)}.soe-trust-newsletter__feature-icon svg{width:22px;height:22px}.soe-trust-newsletter__feature strong,.soe-trust-newsletter__feature small{display:block;overflow-wrap:anywhere}.soe-trust-newsletter__feature strong{color:var(--soe-tn-text);font-size:1.02rem;line-height:1.3}.soe-trust-newsletter__feature small{margin-top:2px;color:var(--soe-tn-muted);font-size:.95rem;line-height:1.3}.soe-trust-newsletter__contact{display:flex;margin-top:clamp(22px,3vw,34px)}.soe-trust-newsletter__contact--left{justify-content:flex-start}.soe-trust-newsletter__contact--center{justify-content:center}.soe-trust-newsletter__contact--right{justify-content:flex-end}.soe-trust-newsletter__contact-button{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;width:min(100%,var(--soe-tn-contact-width));min-height:48px;padding:12px 22px;color:var(--soe-tn-text);border:1px solid var(--soe-tn-accent);border-radius:7px;background:var(--soe-tn-card);font-size:1.15rem;font-weight:700;letter-spacing:.22em;text-decoration:none;text-transform:uppercase;transition:color .2s ease,background-color .2s ease,transform .2s ease}.soe-trust-newsletter__contact-button:hover{color:#050505;background:var(--soe-tn-accent);transform:translateY(-2px)}.soe-trust-newsletter__contact-arrow{color:var(--soe-tn-accent)}.soe-trust-newsletter__contact-button:hover .soe-trust-newsletter__contact-arrow{color:#050505}.soe-trust-newsletter__contact-arrow svg{width:20px;height:20px}.soe-trust-newsletter :is(a,button):focus-visible{outline:2px solid var(--soe-tn-accent);outline-offset:3px}@media screen and (max-width:1099px){.soe-trust-newsletter__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.soe-trust-newsletter--desktop-1 .soe-trust-newsletter__cards{grid-template-columns:1fr}.soe-trust-newsletter__card-features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.soe-trust-newsletter__page{width:min(calc(100% - 32px),var(--soe-tn-max-width))}.soe-trust-newsletter__cards{grid-template-columns:repeat(var(--soe-tn-mobile-columns),minmax(0,1fr))}.soe-trust-newsletter__card{padding:22px 18px}.soe-trust-newsletter__card-main{grid-template-columns:1fr;gap:14px}.soe-trust-newsletter__card--right .soe-trust-newsletter__card-icon,.soe-trust-newsletter__card--right .soe-trust-newsletter__card-copy{grid-column:1;grid-row:auto}.soe-trust-newsletter__card--right .soe-trust-newsletter__card-icon{justify-self:end}.soe-trust-newsletter__card-icon{width:58px}.soe-trust-newsletter__card-features{grid-template-columns:repeat(2,minmax(0,1fr))}.soe-trust-newsletter__contact-button{width:100%}}@media screen and (max-width:479px){.soe-trust-newsletter--mobile-2 .soe-trust-newsletter__card{padding:18px 12px}.soe-trust-newsletter--mobile-2 .soe-trust-newsletter__card-heading{font-size:1.75rem}.soe-trust-newsletter--mobile-2 .soe-trust-newsletter__card-description{font-size:1.15rem}.soe-trust-newsletter--mobile-2 .soe-trust-newsletter__card-features{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.soe-trust-newsletter__card,.soe-trust-newsletter__contact-button{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/8/compiled_assets/styles.css.map */
