:root{--rd-navy: #061c48;--rd-navy-2: #0b2d66;--rd-ink: #070707;--rd-muted: #667085;--rd-paper: #ffffff;--rd-wash: #f5f7fb;--rd-cyan: #10d8d1;--rd-blue: #4ca8f5;--rd-violet: #9c42f5;--rd-purple: #5315dc;--rd-line: rgba(11, 24, 51, .13);--rd-gradient: linear-gradient(105deg, var(--rd-cyan) 0%, var(--rd-blue) 38%, var(--rd-violet) 72%, var(--rd-purple) 100%);--rd-serif: Georgia, "Times New Roman", serif}.rd-section,.rd-section *{box-sizing:border-box}.rd-section img{display:block;max-width:100%}.rd-shell{width:min(1240px,calc(100% - 56px));margin-inline:auto}.rd-pad{padding:112px 0}.rd-section h1,.rd-section h2,.rd-section h3,.rd-product-title h1{margin-top:0;color:var(--rd-ink);font-family:var(--font-heading-family);font-weight:750;letter-spacing:-.055em}.rd-section h1 em,.rd-section h2 em,.rd-section h3 em,.rd-product-title h1 em{font-family:var(--rd-serif);font-weight:400;font-style:italic;letter-spacing:-.045em}.rd-eyebrow{margin:0 0 18px;color:#53627e;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.rd-eyebrow:before{content:"";width:24px;height:2px;margin:0 10px 3px 0;display:inline-block;background:var(--rd-gradient)}.rd-button{min-height:54px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:26px;border:1px solid transparent;color:#fff;background:var(--rd-navy);font-size:12px;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.rd-button:hover,.rd-button:focus-visible{transform:translateY(-2px);box-shadow:0 17px 34px #061c4833}.rd-button--light{color:var(--rd-navy);background:#fff}.rd-text-link{padding-bottom:5px;display:inline-flex;border-bottom:1px solid currentColor;color:var(--rd-navy);font-size:12px;font-weight:700;text-decoration:none}.rd-section-heading{margin-bottom:52px}.rd-section-heading h2{margin-bottom:0;font-size:clamp(43px,4.8vw,68px);line-height:.98}.rd-section-heading--split{display:grid;grid-template-columns:1.15fr .85fr;gap:90px;align-items:end}.rd-section-heading--split>p{max-width:480px;margin:0;color:var(--rd-muted);font-size:14px;line-height:1.75}.rd-section-heading--center{max-width:820px;margin-inline:auto;text-align:center}.rd-section-heading--center .rd-eyebrow:before{display:none}.rd-section-heading--center>p:last-child{margin:21px auto 0;color:var(--rd-muted);font-size:14px}.rd-section-heading--compact{max-width:760px}.announcement-bar-section .utility-bar{background:var(--rd-gradient)!important}.announcement-bar__message{min-height:35px;color:#fff!important;font-size:10px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.section-header{margin-bottom:0!important}.header-wrapper{background:#fffffff5!important;border-bottom:1px solid var(--rd-line)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header{min-height:77px;padding-top:12px!important;padding-bottom:12px!important}.header__heading-logo{max-height:52px;object-fit:contain}.header__menu-item{color:#33415e!important;font-size:13px}.header__menu-item:hover span,.header__active-menu-item{color:var(--rd-purple)!important;text-decoration:none!important}.header__icon{color:var(--rd-navy)}.footer{background:#041635!important;border:0!important}.footer,.footer a,.footer h2,.footer p,.footer small{color:#ffffffb8!important}.footer__content-bottom{border-color:#ffffff1f!important}.rd-room{position:relative;width:100%;aspect-ratio:16/9;min-height:650px;overflow:hidden;color:#fff;background:#211b1b}.rd-room__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.rd-room__content{position:relative;z-index:2;height:100%;padding-top:54px;padding-bottom:44px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;pointer-events:none}.rd-room__content>*{pointer-events:auto}.rd-room__content .rd-eyebrow{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.78)}.rd-room__content h1{max-width:680px;margin-bottom:0;color:#fff;font-size:clamp(58px,6vw,88px);line-height:.9;text-shadow:0 3px 24px rgba(0,0,0,.75)}.rd-room__content>p:not(.rd-eyebrow){max-width:470px;margin:20px 0 0;color:#fff;font-size:14px;line-height:1.65;text-shadow:0 2px 14px rgba(0,0,0,.94)}.rd-room__actions{margin-top:24px}.rd-hotspot{position:absolute;z-index:6;left:var(--x);top:var(--y);width:94px;height:94px;display:grid;place-items:center;border-radius:50%;color:inherit;text-decoration:none;transform:translate(-50%,-50%);outline:none}.rd-hotspot__dot{position:relative;width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;opacity:.06;background:#ffffff14;transition:opacity .18s ease,background .18s ease,box-shadow .18s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.rd-hotspot__dot:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border:1px solid rgba(255,255,255,.55);border-radius:50%;opacity:0}.rd-hotspot__dot i{width:8px;height:8px;border-radius:50%;background:#fff}@keyframes rdHotspotPulse{0%{transform:scale(.75);opacity:.8}70%,to{transform:scale(1.4);opacity:0}}.rd-hotspot:hover .rd-hotspot__dot,.rd-hotspot:focus-visible .rd-hotspot__dot{opacity:1;background:#ffffff40;box-shadow:0 0 0 8px #ffffff1f,0 0 34px #10d8d1cc}.rd-hotspot:hover .rd-hotspot__dot:before,.rd-hotspot:focus-visible .rd-hotspot__dot:before{animation:rdHotspotPulse 2.2s ease-out infinite}.rd-hotspot__card{position:absolute;left:78px;top:50%;width:270px;min-height:108px;padding:12px;display:grid;grid-template-columns:88px 1fr;gap:13px;align-items:center;color:var(--rd-ink);background:#fffffff7;box-shadow:0 18px 55px #0000004d;opacity:0;visibility:hidden;transform:translateY(-50%) translate(-7px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.rd-hotspot--night .rd-hotspot__card{left:auto;right:78px;transform:translateY(-50%) translate(7px)}.rd-hotspot:hover .rd-hotspot__card,.rd-hotspot:focus-visible .rd-hotspot__card{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.rd-hotspot__media{height:82px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#effcff,#eee9ff)}.rd-hotspot__media img{width:92%;height:92%;object-fit:contain;mix-blend-mode:multiply}.rd-hotspot__copy{display:flex;flex-direction:column;align-items:flex-start}.rd-hotspot__copy small{color:#768197;font-size:7px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.rd-hotspot__copy strong{margin-top:7px;color:var(--rd-ink);font-size:15px;line-height:1.1}.rd-hotspot__copy b{margin-top:11px;color:var(--rd-purple);font-size:9px}.rd-room__hint{position:absolute;z-index:3;right:29px;bottom:27px;padding:10px 13px;display:flex;align-items:center;gap:8px;color:#ffffffd1;background:#07080e6b;border:1px solid rgba(255,255,255,.16);font-size:8px;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rd-room__hint span{width:7px;height:7px;border-radius:50%;background:var(--rd-cyan);box-shadow:0 0 13px var(--rd-cyan)}.rd-room__mobile-products{display:none}.rd-trust{border-bottom:1px solid var(--rd-line);background:#fff}.rd-trust__grid{display:grid;grid-template-columns:repeat(4,1fr)}.rd-trust__grid>div{min-height:110px;padding:22px 24px;display:flex;align-items:center;gap:16px;border-left:1px solid var(--rd-line)}.rd-trust__grid>div:last-child{border-right:1px solid var(--rd-line)}.rd-trust__grid>div>span{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border:1px solid rgba(83,21,220,.25);border-radius:50%;color:var(--rd-purple);font-size:9px;font-weight:750}.rd-trust p{margin:0}.rd-trust strong{display:block;color:var(--rd-navy);font-size:11px}.rd-trust small{display:block;margin-top:5px;color:#7a859b;font-size:9px;line-height:1.35}.rd-products{background:#fff}.rd-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.rd-product-card{min-width:0;overflow:hidden;border:1px solid var(--rd-line);background:var(--rd-wash)}.rd-product-card__media{position:relative;height:430px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#eefcff,#ece9ff)}.rd-product-card__media:before{content:"";position:absolute;width:350px;height:350px;border:1px solid rgba(83,21,220,.13);border-radius:50%;background:#ffffff8c}.rd-product-card__media img{position:relative;z-index:2;width:77%;height:84%;object-fit:contain;mix-blend-mode:multiply;transition:transform .45s ease}.rd-product-card__media:hover img{transform:scale(1.035)}.rd-product-card__index{position:absolute;z-index:3;top:24px;left:24px;color:var(--rd-purple);font-size:10px;font-weight:750}.rd-product-card__family{position:absolute;z-index:3;top:19px;right:19px;padding:8px 11px;border:1px solid rgba(6,28,72,.18);border-radius:99px;color:var(--rd-navy);background:#ffffffb8;font-size:8px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.rd-product-card__copy{min-height:290px;padding:34px;display:flex;flex-direction:column;justify-content:space-between;background:#fff}.rd-product-card__copy h3{margin:0;font-size:34px;line-height:1.03}.rd-product-card__copy h3 a{color:var(--rd-ink);text-decoration:none}.rd-product-card__copy p{max-width:500px;margin:15px 0 25px;color:var(--rd-muted);font-size:13px;line-height:1.68}.rd-product-card__bottom{padding-top:22px;display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid var(--rd-line)}.rd-product-card__bottom>span{display:flex;align-items:baseline;gap:10px}.rd-product-card__bottom del{color:#929bae;font-size:11px}.rd-product-card__bottom strong{color:var(--rd-navy);font-size:25px;letter-spacing:-.03em}.rd-circle-link{width:47px;height:47px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--rd-navy);text-decoration:none;transition:transform .2s ease,background .2s ease}.rd-circle-link:hover{transform:translate(3px);background:var(--rd-purple)}.rd-products__action{margin-top:35px;text-align:center}.rd-moments{background:var(--rd-wash)}.rd-moments__grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:265px 265px;gap:16px}.rd-moment{position:relative;min-height:0;overflow:hidden;color:#fff;text-decoration:none}.rd-moment--large{grid-row:1/span 2}.rd-moment>img,.rd-moment>svg{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.rd-moment:hover>img{transform:scale(1.035)}.rd-moment__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#05112d05 30%,#05112dd1)}.rd-moment__copy{position:absolute;left:27px;right:27px;bottom:25px;display:grid;grid-template-columns:1fr auto;align-items:end;gap:8px 20px}.rd-moment__copy small{grid-column:1;color:#ffffffad;font-size:8px;letter-spacing:.13em;text-transform:uppercase}.rd-moment__copy strong{grid-column:1;max-width:430px;font-size:22px;line-height:1.2}.rd-moment__copy i{grid-column:2;grid-row:1/span 2;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:50%;font-style:normal}.rd-choice{color:#fff;background:var(--rd-navy)}.rd-choice__grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:75px;align-items:center}.rd-choice__intro>img{width:82px;height:82px;margin-bottom:32px;object-fit:contain;filter:drop-shadow(0 16px 30px rgba(16,216,209,.17))}.rd-choice .rd-eyebrow{color:#ffffffa6}.rd-choice h2{margin-bottom:0;color:#fff;font-size:clamp(43px,4.6vw,63px);line-height:.98}.rd-choice__intro>p:last-child{max-width:420px;margin:23px 0 0;color:#ffffff9e;font-size:13px;line-height:1.7}.rd-choice__options{border-top:1px solid rgba(255,255,255,.18)}.rd-choice__options>a{min-height:188px;padding:28px 10px;display:grid;grid-template-columns:55px 1fr auto;align-items:center;gap:20px;border-bottom:1px solid rgba(255,255,255,.18);color:#fff;text-decoration:none;transition:padding .22s ease,background .22s ease}.rd-choice__options>a:hover{padding-left:22px;background:#ffffff0a}.rd-choice__options>a>span{color:var(--rd-cyan);font-size:10px}.rd-choice__options small{color:#ffffff80;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.rd-choice__options h3{max-width:580px;margin:8px 0 12px;color:#fff;font-size:29px;line-height:1.08}.rd-choice__options p{margin:0;color:#8fd8ff;font-size:11px}.rd-choice__options>a>b{width:45px;height:45px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.3);border-radius:50%;font-weight:400}.rd-faq{background:#fff}.rd-faq__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:100px}.rd-faq h2{margin-bottom:0;font-size:clamp(42px,4.3vw,60px);line-height:.98}.rd-faq__intro>p:not(.rd-eyebrow){max-width:390px;margin:25px 0 12px;color:var(--rd-muted);font-size:13px;line-height:1.7}.rd-faq__intro>a{color:var(--rd-navy);border-bottom:1px solid currentColor;font-size:12px;font-weight:700;text-decoration:none}.rd-faq__list{border-top:1px solid var(--rd-line)}.rd-faq details{border-bottom:1px solid var(--rd-line)}.rd-faq summary{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:22px;color:var(--rd-navy);cursor:pointer;font-size:18px;font-weight:560;list-style:none}.rd-faq summary::-webkit-details-marker{display:none}.rd-faq summary span{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border:1px solid var(--rd-line);border-radius:50%;font-size:17px;transition:transform .2s ease}.rd-faq details[open] summary span{color:var(--rd-purple);transform:rotate(45deg)}.rd-faq details>div{max-width:690px;padding:0 55px 25px 0;color:var(--rd-muted);font-size:13px;line-height:1.72}.rd-faq details>div p{margin:0}.rd-product-story{background:#fff}.rd-product-story__grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:105px;align-items:start}.rd-product-story h2{max-width:580px;margin-bottom:0;font-size:clamp(45px,4.8vw,68px);line-height:.97}.rd-product-story__text{max-width:690px;margin:1px 0 38px;color:#4f5c73;font-size:16px;line-height:1.8}.rd-product-story__text p{margin-top:0}.rd-highlight-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--rd-line);border-left:1px solid var(--rd-line)}.rd-highlight-grid article{min-height:155px;padding:21px;border-right:1px solid var(--rd-line);border-bottom:1px solid var(--rd-line)}.rd-highlight-grid article>span{color:var(--rd-purple);font-size:8px}.rd-highlight-grid h3{max-width:240px;margin:41px 0 0;font-size:19px;line-height:1.08}.rd-highlight-grid p{margin:8px 0 0;color:var(--rd-muted);font-size:10px;line-height:1.5}.rd-product-banner{position:relative;height:650px;overflow:hidden;background:var(--rd-navy)}.rd-product-banner>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.rd-product-banner__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#03102ae6,#03102a80 47%,#03102a0a 80%)}.rd-product-banner__copy{position:relative;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff}.rd-product-banner .rd-eyebrow{color:#ffffffc2}.rd-product-banner h2{max-width:700px;margin:0;color:#fff;font-family:var(--font-heading-family);font-size:clamp(49px,5.5vw,76px);font-weight:750;letter-spacing:-.055em;line-height:.94}.rd-product-banner h2 em{font-family:var(--rd-serif);font-weight:400;font-style:italic}.rd-product-banner__copy>p:last-child{max-width:470px;margin:25px 0 0;color:#ffffffc4;font-size:14px;line-height:1.72}.rd-steps{color:#fff;background:var(--rd-navy)}.rd-steps .rd-eyebrow{color:#a7b4cc}.rd-steps h2{margin-bottom:0;color:#fff;font-size:clamp(43px,4.5vw,64px);line-height:.98}.rd-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}.rd-steps__grid article{min-height:260px;padding:28px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.rd-steps__grid article>span{color:var(--rd-cyan);font-size:9px}.rd-steps__grid h3{margin:75px 0 14px;color:#fff;font-size:24px;line-height:1.05}.rd-steps__grid p{max-width:300px;margin:0;color:#ffffff9e;font-size:11px;line-height:1.65}.rd-specs{background:var(--rd-wash)}.rd-specs__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:95px}.rd-specs h2{margin-bottom:0;font-size:clamp(43px,4.3vw,61px);line-height:.98}.rd-specs__grid>div>p:last-child{max-width:410px;margin:24px 0 0;color:var(--rd-muted);font-size:13px;line-height:1.7}.rd-specs__list{margin:0;border-top:1px solid var(--rd-line)}.rd-specs__list>div{min-height:72px;padding:18px 5px;display:grid;grid-template-columns:.68fr 1.32fr;gap:20px;align-items:center;border-bottom:1px solid var(--rd-line)}.rd-specs dt{color:#6f7b90;font-size:10px}.rd-specs dd{margin:0;color:var(--rd-navy);font-size:12px;font-weight:550}product-info[id^=MainProduct-]{display:block;padding:30px 0 90px;background:linear-gradient(145deg,#f4fbff,#f7f4ff 52%,#f6f7fb)}.rd-product-breadcrumb{padding-bottom:28px;display:flex;align-items:center;gap:9px;color:#748097;font-size:10px}.rd-product-breadcrumb a{color:inherit;text-decoration:none}.rd-product-breadcrumb a:hover{color:var(--rd-purple)}product-info[id^=MainProduct-] .product{align-items:start}product-info[id^=MainProduct-] .product__media-wrapper{border:1px solid var(--rd-line);background:#ffffffe6}product-info[id^=MainProduct-] .product__media{background:#fff}product-info[id^=MainProduct-] .product__media img{object-fit:contain}product-info[id^=MainProduct-] .thumbnail{border-color:var(--rd-line);border-radius:0}product-info[id^=MainProduct-] .thumbnail[aria-current]{border-color:var(--rd-purple);box-shadow:0 0 0 .1rem var(--rd-purple)}product-info[id^=MainProduct-] .product__info-container{max-width:56rem}product-info[id^=MainProduct-] .product__title h1{margin-bottom:0;color:var(--rd-ink);font-size:clamp(48px,5vw,70px);font-weight:760;letter-spacing:-.055em;line-height:.92}product-info[id^=MainProduct-] .product__title h1 em{font-family:var(--rd-serif);font-weight:400;font-style:italic}product-info[id^=MainProduct-] .product__text.caption-with-letter-spacing{color:#53627e;font-size:10px;letter-spacing:.18em}product-info[id^=MainProduct-] .price--large{color:#3a3a3a!important;font-size:3.4rem}product-info[id^=MainProduct-] .product__info-container .price--large .price-item{color:#3a3a3a!important;-webkit-text-fill-color:#3a3a3a!important}product-info[id^=MainProduct-] .price__sale .price-item--regular{color:#3a3a3a!important;font-size:1.3rem}product-info[id^=MainProduct-] .product-form__input .form__label{color:var(--rd-navy);font-size:1.1rem;font-weight:700}product-info[id^=MainProduct-] .product-form__input input[type=radio]+label{border:1px solid rgba(83,21,220,.25);border-radius:0;color:var(--rd-navy);background:#fff}product-info[id^=MainProduct-] .product-form__input input[type=radio]:checked+label{color:#fff;background:var(--rd-navy)}product-info[id^=MainProduct-] .product-form__submit{min-height:5.8rem;border:0;border-radius:0;color:#fff;background:linear-gradient(105deg,var(--rd-navy),#32147e 56%,var(--rd-purple));box-shadow:0 15px 34px #32147e33;font-size:1.2rem;font-weight:700}product-info[id^=MainProduct-] .product-form__submit:after{display:none}product-info[id^=MainProduct-] .product__description{color:#59667d;font-size:1.3rem;line-height:1.72}product-info[id^=MainProduct-] .accordion{border-color:var(--rd-line)}product-info[id^=MainProduct-] .accordion__title{color:var(--rd-navy);font-size:1.4rem}.rd-main-assurances{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--rd-line);border-left:1px solid var(--rd-line)}.rd-main-assurances span{min-height:64px;padding:11px 9px;display:flex;flex-direction:column;justify-content:center;gap:5px;border-right:1px solid var(--rd-line);border-bottom:1px solid var(--rd-line);color:#667287;font-size:9px;line-height:1.35}.rd-main-assurances b{color:var(--rd-purple);font-size:8px}.collection-hero{padding:95px 0!important;color:#fff;background:var(--rd-navy)}.collection-hero__title{color:#fff!important;font-size:clamp(58px,7vw,96px)!important;letter-spacing:-.055em;line-height:.92}.collection-hero__description{color:#ffffffb3!important}.collection .card-wrapper .card{border:1px solid var(--rd-line);border-radius:0;background:#fff}.collection .card__media{background:linear-gradient(145deg,#eefcff,#ece9ff)}.collection .card__heading{color:var(--rd-ink);font-size:2rem;letter-spacing:-.03em}.collection .price{color:var(--rd-navy);font-weight:700}@media(min-width:750px){product-info[id^=MainProduct-] .product:not(.product--no-media){display:grid!important;grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);column-gap:3rem!important;row-gap:0!important}product-info[id^=MainProduct-] .product:not(.product--no-media) .product__media-wrapper,product-info[id^=MainProduct-] .product:not(.product--no-media) .product__info-wrapper{width:100%!important;max-width:none!important;min-width:0}product-info[id^=MainProduct-] .product:not(.product--no-media) .product__media-wrapper{grid-column:1;grid-row:1}product-info[id^=MainProduct-] .product:not(.product--no-media) .product__info-wrapper{grid-column:2;grid-row:1;padding:0!important}product-info[id^=MainProduct-] .product.product--right:not(.product--no-media) .product__media-wrapper{grid-column:2}product-info[id^=MainProduct-] .product.product--right:not(.product--no-media) .product__info-wrapper{grid-column:1}}@media(min-width:990px){product-info[id^=MainProduct-] .product:not(.product--no-media){grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);column-gap:clamp(4rem,5vw,6.8rem)!important}}@media(max-width:989px){.rd-shell{width:min(100% - 36px,720px)}.rd-pad{padding:84px 0}.rd-section-heading--split,.rd-choice__grid,.rd-faq__grid,.rd-product-story__grid,.rd-specs__grid{grid-template-columns:1fr}.rd-section-heading--split{gap:25px}.rd-choice__grid,.rd-faq__grid,.rd-product-story__grid,.rd-specs__grid{gap:52px}.rd-room{height:700px;min-height:700px;aspect-ratio:auto}.rd-room__image{object-position:58% center}.rd-room__content{padding-top:50px;padding-bottom:150px;justify-content:flex-start}.rd-room__content h1{font-size:65px}.rd-hotspot,.rd-room__hint{display:none}.rd-room__mobile-products{position:absolute;z-index:8;left:50%;bottom:20px;width:min(720px,calc(100% - 36px));display:grid;grid-template-columns:1fr 1fr;gap:8px;transform:translate(-50%)}.rd-room__mobile-products a{min-height:79px;padding:8px;display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:12px;color:var(--rd-ink);background:#fffffff5;text-decoration:none;box-shadow:0 15px 45px #00000038}.rd-room__mobile-products img{width:64px;height:60px;padding:4px;object-fit:contain;background:linear-gradient(145deg,#effcff,#eee9ff);mix-blend-mode:multiply}.rd-room__mobile-products span{display:flex;flex-direction:column}.rd-room__mobile-products small{color:#768197;font-size:7px;letter-spacing:.08em;text-transform:uppercase}.rd-room__mobile-products strong{margin-top:5px;font-size:13px}.rd-room__mobile-products b{padding-right:9px;color:var(--rd-purple)}.rd-trust__grid{grid-template-columns:1fr 1fr}.rd-product-card__media{height:360px}}@media(max-width:749px){.rd-shell{width:calc(100% - 30px)}.rd-section-heading h2{font-size:41px}.rd-room{height:780px;min-height:780px}.rd-room__image{object-position:59% center}.rd-room__content{padding:46px 15px 230px}.rd-room__content h1{max-width:100%;font-size:50px}.rd-room__content>p:not(.rd-eyebrow){max-width:340px;font-size:13px}.rd-room__mobile-products{bottom:18px;width:calc(100% - 30px);grid-template-columns:1fr}.rd-product-grid,.rd-steps__grid{grid-template-columns:1fr}.rd-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rd-trust__grid>div{min-height:94px;padding:12px 8px;gap:8px;border-right:1px solid var(--rd-line)}.rd-trust__grid>div:nth-child(n+3){border-top:1px solid var(--rd-line)}.rd-trust__grid>div>span{width:30px;height:30px;flex-basis:30px}.rd-trust strong{font-size:10px}.rd-trust small{font-size:8px}.rd-product-card__media{height:330px}.rd-product-card__copy{min-height:255px;padding:27px}.rd-product-card__copy h3{font-size:29px}.rd-moments__grid{grid-template-columns:1fr;grid-template-rows:400px 270px 270px}.rd-moment--large{grid-row:auto}.rd-choice__options>a{min-height:170px;grid-template-columns:32px 1fr}.rd-choice__options>a>b{display:none}.rd-choice__options h3{font-size:22px}.rd-faq summary{font-size:15px}.rd-product-story__text{font-size:14px}.rd-highlight-grid{grid-template-columns:1fr}.rd-highlight-grid article{min-height:125px}.rd-highlight-grid h3{margin-top:30px}.rd-product-banner{height:560px}.rd-product-banner>img{object-position:65% center}.rd-product-banner h2{font-size:47px}.rd-steps__grid article{min-height:220px}.rd-steps__grid h3{margin-top:50px}.rd-specs__list>div{grid-template-columns:1fr;gap:7px}product-info[id^=MainProduct-]{padding-bottom:65px}product-info[id^=MainProduct-] .product__title h1{font-size:47px}}@media(prefers-reduced-motion:reduce){.rd-section *,.rd-section *:before,.rd-section *:after{animation-duration:.01ms!important;transition-duration:.01ms!important;animation-iteration-count:1!important}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/rd-theme.css.map */
