:root{--msx-navy: #172033;--msx-navy-soft: #3a4b61;--msx-blue: #0f63e9;--msx-blue-bright: #22c4f4;--msx-sky: #7dd3fc;--msx-sky-soft: #dff5ff;--msx-ice: #f0faff;--msx-surface: #f7fcff;--msx-silver: #dceff7;--msx-warm: #fff1df;--msx-line: rgba(23, 32, 51, .12);--msx-text: #172033;--msx-muted: #566579;--msx-white: #ffffff;--msx-radius-sm: 14px;--msx-radius-md: 22px;--msx-radius-lg: 32px;--msx-shadow: 0 24px 70px rgba(22, 119, 255, .14)}html{scroll-behavior:smooth}body{color:var(--msx-text);background:var(--msx-white)}.content-for-layout{overflow:clip}.msx-section{position:relative;padding:clamp(6.4rem,8vw,11rem) 0}.msx-section--tight{padding:clamp(3.2rem,5vw,6rem) 0}.msx-page-width{width:min(100% - 4rem,144rem);margin-inline:auto}.msx-eyebrow{margin:0 0 1.4rem;color:var(--msx-blue);font-size:1.2rem;font-weight:700;letter-spacing:.16em;line-height:1.4;text-transform:uppercase}.msx-display,.msx-heading,.msx-card-title{margin:0;color:inherit;font-family:var(--font-heading-family);font-weight:650;letter-spacing:-.04em}.msx-display{max-width:82rem;font-size:clamp(4.4rem,7vw,9rem);line-height:.98}.msx-heading{font-size:clamp(3.2rem,4.5vw,6rem);line-height:1.02}.msx-card-title{font-size:clamp(2.2rem,2.4vw,3.2rem);line-height:1.08}.msx-copy,.msx-copy p{color:var(--msx-muted);font-size:clamp(1.6rem,1.35vw,1.9rem);line-height:1.65}.msx-copy p:first-child{margin-top:0}.msx-copy p:last-child{margin-bottom:0}.msx-button-row{display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:3rem}.msx-button{display:inline-flex;min-height:5.2rem;align-items:center;justify-content:center;gap:.8rem;padding:1.3rem 2.4rem;border:1px solid transparent;border-radius:999px;font-size:1.45rem;font-weight:700;letter-spacing:.01em;line-height:1;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.msx-button:hover{transform:translateY(-2px)}.msx-button--primary{color:var(--msx-white);background:var(--msx-blue);box-shadow:0 14px 34px #1677ff47}.msx-button--primary:hover{color:var(--msx-white);background:#0958d5;box-shadow:0 18px 40px #1677ff5c}.msx-button--secondary{color:var(--msx-navy);border-color:#1c27303d;background:#ffffffe6}.msx-button--secondary:hover{color:var(--msx-blue);border-color:var(--msx-blue)}.msx-button--light{color:var(--msx-navy);background:var(--msx-white)}.msx-button--outline-light{color:var(--msx-white);border-color:#ffffff80;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.msx-icon{width:2.4rem;height:2.4rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.msx-announcement{color:var(--msx-white);background:linear-gradient(90deg,var(--msx-blue),var(--msx-blue-bright))}.msx-announcement__inner{display:flex;min-height:3.8rem;align-items:center;justify-content:center;gap:1rem;padding:.7rem 2rem;text-align:center}.msx-announcement__text,.msx-announcement__link{margin:0;color:inherit;font-size:1.25rem;font-weight:600;line-height:1.4}.msx-announcement__link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.msx-announcement .msx-button{min-height:0;padding:0;border:0;color:var(--msx-white);background:transparent;box-shadow:none;font-size:1.25rem}.msx-announcement .msx-button .msx-icon{width:1.8rem;height:1.8rem}.section-msx-header{position:sticky;z-index:30;top:0}.msx-site-header{border-bottom:1px solid var(--msx-line);background:#ffffffeb;-webkit-backdrop-filter:saturate(160%) blur(18px);backdrop-filter:saturate(160%) blur(18px)}.msx-site-header__inner{display:grid;min-height:7.6rem;grid-template-columns:auto 1fr auto;align-items:center;gap:3.2rem}.msx-site-header__logo{display:inline-flex;max-width:20rem;align-items:center;color:var(--msx-navy);font-size:2.2rem;font-weight:800;line-height:1;text-decoration:none}.msx-site-header__logo img{display:block;width:auto;max-width:100%;height:auto;max-height:4.6rem}.msx-nav,.msx-nav__list{min-width:0}.msx-nav__list,.msx-nav__submenu{margin:0;padding:0;list-style:none}.msx-nav__list{display:flex;align-items:center;justify-content:center;gap:clamp(1.8rem,2.3vw,3.6rem)}.msx-nav__item{position:relative}.msx-nav__link,.msx-nav summary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 0;color:var(--msx-text);font-size:1.4rem;font-weight:650;text-decoration:none;cursor:pointer}.msx-nav__link:hover,.msx-nav summary:hover{color:var(--msx-blue)}.msx-nav details summary{list-style:none}.msx-nav details summary::-webkit-details-marker{display:none}.msx-nav__submenu{position:absolute;top:calc(100% + .8rem);left:-2rem;width:max-content;min-width:22rem;padding:1.2rem;border:1px solid var(--msx-line);border-radius:var(--msx-radius-sm);background:var(--msx-white);box-shadow:var(--msx-shadow)}.msx-nav__submenu a{display:block;padding:1rem 1.2rem;border-radius:1rem;color:var(--msx-text);font-size:1.4rem;text-decoration:none}.msx-nav__submenu a:hover{color:var(--msx-blue);background:var(--msx-ice)}.msx-site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.msx-site-header__country .localization-form__select{min-height:4.4rem;padding:0 3rem 0 1.2rem;color:var(--msx-text);font-weight:600}.msx-mobile-menu{display:none}.msx-mobile-menu>summary{display:grid;width:4.6rem;height:4.6rem;place-items:center;border:1px solid var(--msx-line);border-radius:50%;list-style:none;cursor:pointer}.msx-mobile-menu>summary::-webkit-details-marker{display:none}.msx-mobile-menu__panel{position:absolute;top:100%;right:0;left:0;max-height:calc(100vh - 8rem);padding:2rem;overflow:auto;border-top:1px solid var(--msx-line);background:var(--msx-white);box-shadow:0 30px 50px #1677ff29}.msx-mobile-menu__panel a:not(.msx-button),.msx-mobile-menu__panel summary{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1.4rem 0;border-bottom:1px solid var(--msx-line);color:var(--msx-text);font-size:1.7rem;font-weight:650;text-decoration:none;list-style:none}.msx-mobile-menu__children{padding:0 0 0 1.6rem}.msx-mobile-menu__footer{display:grid;gap:1.4rem;margin-top:2rem}.msx-hero{position:relative;min-height:var(--msx-hero-height, 76rem);display:grid;overflow:hidden;color:var(--msx-hero-text, #fff);isolation:isolate}.msx-hero__media,.msx-hero__media picture,.msx-hero__media img,.msx-hero__placeholder{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.msx-hero__media img{object-fit:cover;object-position:var(--msx-image-position, center)}.msx-hero__placeholder{display:grid;place-items:center;background:radial-gradient(circle at 72% 22%,rgba(255,255,255,.82),transparent 32%),radial-gradient(circle at 18% 85%,rgba(255,241,223,.7),transparent 34%),linear-gradient(135deg,#74c9f5 5%,#dff5ff 55%,#f0faff)}.msx-hero__placeholder svg{width:min(70%,90rem);height:auto;opacity:.12}.msx-hero:after{position:absolute;z-index:-1;content:"";top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(14,64,109,var(--msx-overlay, .72)),rgba(14,64,109,calc(var(--msx-overlay, .72) * .66)) 42%,#0e406d0a 78%)}.msx-hero--center:after{background:rgba(14,64,109,var(--msx-overlay, .6))}.msx-hero__inner{display:flex;min-height:inherit;align-items:center;padding-top:clamp(6rem,9vw,12rem);padding-bottom:clamp(6rem,9vw,12rem)}.msx-hero__content{width:min(100%,var(--msx-content-width, 72rem))}.msx-hero--center .msx-hero__content{margin-inline:auto;text-align:center}.msx-hero--center .msx-display,.msx-hero--center .msx-copy{margin-inline:auto}.msx-hero--center .msx-button-row{justify-content:center}.msx-hero .msx-eyebrow,.msx-hero .msx-copy,.msx-hero .msx-copy p{color:inherit}.msx-hero .msx-copy{max-width:62rem;margin-top:2.4rem;opacity:.88}.msx-trust{border-bottom:1px solid var(--msx-line);background:var(--msx-white)}.msx-trust__grid{display:grid;grid-template-columns:repeat(var(--msx-columns, 4),minmax(0,1fr))}.msx-trust__item{display:flex;min-height:11rem;align-items:center;gap:1.4rem;padding:2.4rem;border-right:1px solid var(--msx-line)}.msx-trust__item:last-child{border-right:0}.msx-trust__icon{display:grid;width:4.6rem;height:4.6rem;flex:0 0 auto;place-items:center;border-radius:50%;color:var(--msx-blue);background:var(--msx-ice)}.msx-trust__title{margin:0 0 .4rem;color:var(--msx-navy);font-size:1.45rem;font-weight:750}.msx-trust__text{margin:0;color:var(--msx-muted);font-size:1.25rem;line-height:1.45}.msx-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(24rem,56rem);align-items:end;gap:4rem;margin-bottom:clamp(3.6rem,6vw,6rem)}.msx-section-heading .msx-copy{margin:0}.msx-product-grid{display:grid;grid-template-columns:repeat(var(--msx-columns, 3),minmax(0,1fr));gap:2rem}.msx-product-card{position:relative;display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid var(--msx-line);border-radius:var(--msx-radius-md);background:var(--msx-white);transition:transform .22s ease,box-shadow .22s ease}.msx-product-card:hover{transform:translateY(-5px);box-shadow:var(--msx-shadow)}.msx-product-card--featured{grid-column:span 2}.msx-product-card__media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:radial-gradient(circle at 68% 28%,rgba(34,196,244,.2),transparent 30%),linear-gradient(145deg,#ffffff,var(--msx-ice))}.msx-product-card__media img,.msx-product-card__media svg{width:100%;height:100%;object-fit:contain;transition:transform .42s ease}.msx-product-card:hover .msx-product-card__media img{transform:scale(1.035)}.msx-product-card__badge{position:absolute;top:1.6rem;left:1.6rem;padding:.7rem 1.1rem;border-radius:999px;color:var(--msx-white);background:var(--msx-blue);font-size:1.1rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.msx-product-card__body{display:flex;flex:1;flex-direction:column;padding:2.6rem}.msx-product-card__kicker{margin:0 0 .8rem;color:var(--msx-blue);font-size:1.15rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.msx-product-card__text{margin:1.2rem 0 0;color:var(--msx-muted);font-size:1.45rem;line-height:1.55}.msx-product-card__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:auto;padding-top:2.4rem}.msx-product-card__actions .msx-button{min-height:4.5rem;padding:1.1rem 1.7rem;font-size:1.3rem}.msx-story{--msx-story-bg: var(--msx-surface);--msx-story-text: var(--msx-text);--msx-story-muted: var(--msx-muted);color:var(--msx-story-text);background:var(--msx-story-bg)}.msx-story--dark{--msx-story-bg: linear-gradient(135deg, #8edbff, #e7f8ff);--msx-story-text: var(--msx-text);--msx-story-muted: #466175}.msx-story--blue{--msx-story-bg: linear-gradient(135deg, #70ceff, #ddf7ff 58%, var(--msx-warm));--msx-story-text: var(--msx-text);--msx-story-muted: #466175}.msx-story__grid{display:grid;min-height:clamp(54rem,65vw,78rem);grid-template-columns:minmax(0,1.08fr) minmax(40rem,.92fr);align-items:stretch}.msx-story--cinematic{position:relative;min-height:clamp(60rem,58vw,82rem);overflow:hidden;isolation:isolate}.msx-story--cinematic .msx-story__grid{position:relative;min-height:inherit;grid-template-columns:repeat(2,minmax(0,1fr))}.msx-story--cinematic .msx-story__grid:after{position:absolute;z-index:-1;content:"";top:0;right:0;bottom:0;left:0;background:linear-gradient(270deg,#f7fcfffa,#f7fcffe6 42%,#f7fcff00 78%);pointer-events:none}.msx-story--cinematic.msx-story--dark .msx-story__grid:after{background:linear-gradient(270deg,#8edbfffa,#8edbffe6 42%,#8edbff00 78%)}.msx-story--cinematic.msx-story--blue .msx-story__grid:after{background:linear-gradient(270deg,#ddf7fffa,#ddf7ffe6 42%,#ddf7ff00 78%)}.msx-story--cinematic.msx-story--reverse .msx-story__grid:after{transform:scaleX(-1)}.msx-story--cinematic .msx-story__media{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;min-height:100%}.msx-story--cinematic .msx-story__content{grid-column:2}.msx-story--cinematic.msx-story--reverse .msx-story__content{grid-column:1;grid-row:1}.msx-story--reverse .msx-story__media{order:2}.msx-story__media{min-height:54rem;overflow:hidden;background:radial-gradient(circle at 58% 32%,rgba(255,255,255,.76),transparent 32%),linear-gradient(145deg,#dff6ff,#9cddfb)}.msx-story__media img,.msx-story__media picture{display:block;width:100%;height:100%}.msx-story__media img{object-fit:cover;object-position:var(--msx-image-position, center)}.msx-story__media svg{width:100%;height:100%;opacity:.18}.msx-story__content{display:flex;align-items:center;padding:clamp(5rem,8vw,12rem)}.msx-story__content-inner{width:min(100%,56rem)}.msx-story .msx-copy,.msx-story .msx-copy p{color:var(--msx-story-muted)}.msx-story__features{display:grid;gap:1.4rem;margin-top:3rem}.msx-feature{display:flex;align-items:flex-start;gap:1.2rem}.msx-feature__icon{display:grid;width:3.8rem;height:3.8rem;flex:0 0 auto;place-items:center;border-radius:50%;color:var(--msx-blue);background:var(--msx-white)}.msx-feature__icon .msx-icon{width:2rem;height:2rem}.msx-feature__title{margin:0;color:inherit;font-size:1.55rem;font-weight:750}.msx-feature__text{margin:.35rem 0 0;color:var(--msx-story-muted);font-size:1.35rem;line-height:1.5}.msx-community{background:var(--msx-surface)}.msx-community__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(40rem,.85fr);gap:2rem}.msx-community__media{min-height:56rem;overflow:hidden;border-radius:var(--msx-radius-lg);background:linear-gradient(145deg,#f0faff,#8fd6f7)}.msx-community__media img,.msx-community__media svg{width:100%;height:100%;object-fit:cover}.msx-community__content{display:flex;flex-direction:column;justify-content:center;padding:clamp(3rem,5vw,7rem);border-radius:var(--msx-radius-lg);color:var(--msx-text);background:linear-gradient(145deg,#86d7fa,#e9f9ff 62%,#fff1df 145%)}.msx-community__content .msx-copy,.msx-community__content .msx-copy p{color:#466175}.msx-social-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:3rem}.msx-social-card{display:flex;min-width:0;align-items:center;gap:1rem;padding:1.4rem;border:1px solid rgba(255,255,255,.72);border-radius:var(--msx-radius-sm);color:var(--msx-text);background:#ffffff7a;text-decoration:none}.msx-social-card:hover{color:var(--msx-blue);background:#ffffffc2}.msx-social-card__icon{display:grid;width:4rem;height:4rem;flex:0 0 auto;place-items:center;border-radius:50%;color:var(--msx-blue);background:var(--msx-white)}.msx-social-card__label{min-width:0;font-size:1.35rem;font-weight:750}.msx-social-card__handle{display:block;overflow:hidden;margin-top:.2rem;color:var(--msx-muted);font-size:1.1rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.msx-support{background:var(--msx-white)}.msx-support__grid{display:grid;grid-template-columns:repeat(var(--msx-columns, 4),minmax(0,1fr));gap:1.6rem}.msx-support-card{display:flex;min-height:28rem;flex-direction:column;padding:3rem;border:1px solid var(--msx-line);border-radius:var(--msx-radius-md);color:var(--msx-text);background:var(--msx-white);text-decoration:none;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.msx-support-card:hover{transform:translateY(-4px);color:var(--msx-text);background:var(--msx-ice);box-shadow:0 18px 45px #1677ff21}.msx-support-card__icon{display:grid;width:5.2rem;height:5.2rem;place-items:center;border-radius:50%;color:var(--msx-blue);background:var(--msx-ice)}.msx-support-card__title{margin:auto 0 .9rem;font-size:2rem;font-weight:750;letter-spacing:-.02em}.msx-support-card__text{margin:0;color:var(--msx-muted);font-size:1.35rem;line-height:1.55}.msx-support-card__arrow{margin-top:1.8rem;color:var(--msx-blue)}.msx-page-hero{color:var(--msx-text);background:radial-gradient(circle at 78% 20%,rgba(255,255,255,.8),transparent 24%),radial-gradient(circle at 14% 88%,rgba(255,241,223,.6),transparent 32%),linear-gradient(135deg,#84d7fb,#e8f8ff)}.msx-page-hero__inner{display:grid;min-height:clamp(34rem,42vw,56rem);align-items:end;padding-top:clamp(7rem,11vw,14rem);padding-bottom:clamp(5rem,8vw,9rem)}.msx-page-hero .msx-copy,.msx-page-hero .msx-copy p{max-width:70rem;color:#466175}.msx-product-detail__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(38rem,.9fr);gap:clamp(4rem,7vw,10rem);align-items:start}.msx-product-detail__gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.msx-product-detail__media{overflow:hidden;border-radius:var(--msx-radius-md);background:var(--msx-surface)}.msx-product-detail__media:first-child{grid-column:1 / -1}.msx-product-detail__media img,.msx-product-detail__media video,.msx-product-detail__media model-viewer{display:block;width:100%;height:auto}.msx-product-detail__info{position:sticky;top:12rem}.msx-product-detail__note{display:flex;align-items:flex-start;gap:1rem;margin-top:2.4rem;padding:1.5rem;border-radius:var(--msx-radius-sm);color:var(--msx-muted);background:var(--msx-ice);font-size:1.3rem;line-height:1.5}.msx-product-detail__description{margin-top:3rem;padding-top:3rem;border-top:1px solid var(--msx-line);color:var(--msx-muted);font-size:1.5rem;line-height:1.7}.msx-collection-intro{padding-bottom:clamp(3rem,5vw,6rem)}.msx-footer{color:#ffffffe0;background:linear-gradient(135deg,#1677ff,#22c4f4)}.msx-footer__top{display:grid;grid-template-columns:minmax(28rem,1.2fr) repeat(3,minmax(16rem,.6fr));gap:clamp(3rem,5vw,7rem);padding-top:clamp(6rem,8vw,10rem);padding-bottom:clamp(5rem,7vw,8rem)}.msx-footer__brand-logo{display:inline-flex;max-width:18rem;color:var(--msx-white);font-size:2.4rem;font-weight:800;text-decoration:none}.msx-footer__brand-logo img{width:auto;max-width:100%;max-height:5rem;filter:brightness(0) invert(1)}.msx-footer__brand p{max-width:38rem;color:#ffffffc7;font-size:1.35rem;line-height:1.7}.msx-footer__title{margin:0 0 1.8rem;color:var(--msx-white);font-size:1.35rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.msx-footer__links{margin:0;padding:0;list-style:none}.msx-footer__links li+li{margin-top:1rem}.msx-footer__links a{color:#ffffffc7;font-size:1.35rem;text-decoration:none}.msx-footer__links a:hover{color:var(--msx-white)}.msx-footer__links .msx-button{display:inline-flex;min-height:4.2rem;padding:1rem 1.5rem;border-color:#ffffff9e;color:var(--msx-text);background:#ffffffeb;font-size:1.25rem}.msx-footer__social{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2.4rem}.msx-footer__social a{display:grid;width:4rem;height:4rem;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%;color:var(--msx-white)}.msx-footer__social a:hover{color:var(--msx-blue);background:#ffffffeb}.msx-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:2.4rem;padding-bottom:2.4rem;border-top:1px solid rgba(255,255,255,.28)}.msx-footer__legal,.msx-footer__policies{display:flex;flex-wrap:wrap;gap:1.2rem;margin:0;padding:0;color:#ffffffad;font-size:1.15rem;list-style:none}.msx-footer__policies a{color:inherit;text-decoration:none}.shopify-section .rich-text__wrapper,.shopify-section .collapsible-content__wrapper,.shopify-section .contact,.shopify-section .main-page-title,.shopify-section .page-width--narrow{max-width:96rem}.shopify-section .collapsible-content summary{border-radius:1.2rem}.shopify-section .accordion{border-color:var(--msx-line)}@media screen and (max-width:1100px){.msx-nav,.msx-site-header__country,.msx-site-header__actions>.msx-button{display:none}.msx-site-header__inner{grid-template-columns:1fr auto}.msx-mobile-menu{display:block}.msx-story__grid,.msx-community__grid,.msx-product-detail__grid{grid-template-columns:1fr}.msx-story--cinematic{min-height:72rem}.msx-story--cinematic .msx-story__grid{grid-template-columns:1fr}.msx-story--cinematic .msx-story__grid:after,.msx-story--cinematic.msx-story--reverse .msx-story__grid:after{transform:none;background:linear-gradient(0deg,#f7fcfffa,#f7fcffe6 42%,#f7fcff00 78%)}.msx-story--cinematic.msx-story--dark .msx-story__grid:after{background:linear-gradient(0deg,#8edbfffa,#8edbffe6 42%,#8edbff00 78%)}.msx-story--cinematic.msx-story--blue .msx-story__grid:after{background:linear-gradient(0deg,#ddf7fffa,#ddf7ffe6 42%,#ddf7ff00 78%)}.msx-story--cinematic .msx-story__content,.msx-story--cinematic.msx-story--reverse .msx-story__content{min-height:inherit;grid-column:1;grid-row:1;align-items:end;padding-top:30rem}.msx-story--reverse .msx-story__media{order:0}.msx-story__media{min-height:52rem}.msx-story__content{padding:clamp(4rem,8vw,8rem) 2rem}.msx-story__content-inner{width:min(100%,72rem);margin-inline:auto}.msx-product-detail__info{position:static}.msx-support__grid,.msx-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){.msx-page-width{width:min(100% - 2.8rem,144rem)}.msx-site-header__inner{min-height:6.6rem}.msx-site-header__logo{max-width:14rem}.msx-display{font-size:clamp(4rem,14vw,6.4rem)}.msx-heading{font-size:clamp(3.2rem,10vw,4.6rem)}.msx-hero{min-height:var(--msx-hero-mobile-height, 68rem)}.msx-hero:after{background:linear-gradient(0deg,rgba(14,64,109,var(--msx-overlay, .78)),#0e406d66 64%,#0e406d1a)}.msx-hero__inner{align-items:end;padding-bottom:5rem}.msx-button-row,.msx-product-card__actions{display:grid;grid-template-columns:1fr}.msx-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.msx-trust__item{min-height:12rem;padding:1.6rem 1rem;border-bottom:1px solid var(--msx-line)}.msx-trust__item:nth-child(2n){border-right:0}.msx-trust__item:nth-last-child(-n+2){border-bottom:0}.msx-trust__icon{width:4rem;height:4rem}.msx-section-heading{grid-template-columns:1fr;gap:2rem}.msx-product-grid{grid-template-columns:1fr}.msx-product-card--featured{grid-column:auto}.msx-story__grid{min-height:0}.msx-story--cinematic,.msx-story--cinematic .msx-story__grid{min-height:68rem}.msx-story__media,.msx-community__media{min-height:42rem}.msx-story__content,.msx-community__content{padding:4.2rem 2rem}.msx-social-grid,.msx-support__grid{grid-template-columns:1fr}.msx-support-card{min-height:23rem}.msx-product-detail__gallery{grid-template-columns:1fr}.msx-product-detail__media:first-child{grid-column:auto}.msx-footer__top{grid-template-columns:1fr}.msx-footer__bottom{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.msx-button,.msx-product-card,.msx-product-card__media img,.msx-support-card{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/msxttly-theme.css.map */
