:root{--rpm-bg:#f1f0ec;--rpm-panel:#ffffff;--rpm-ink:#111111;--rpm-muted:#73736f;--rpm-line:rgba(17,17,17,.14);--rpm-dark:#151515;--rpm-radius:18px;--rpm-radius-lg:28px;--rpm-page:1420px;--rpm-gutter:clamp(18px,3vw,44px);--rpm-ease:cubic-bezier(.22,.61,.36,1)}html{scroll-behavior:smooth}body{background:var(--rpm-bg);color:var(--rpm-ink)}body.template-index .page-wrapper{background:var(--rpm-bg)}body.template-index #MainContent{overflow:visible}body.template-index .rpm-home{overflow-x:clip}.rpm-page{width:min(var(--rpm-page),calc(100% - (var(--rpm-gutter) * 2)));margin-inline:auto}.rpm-kicker{font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.12em;font-weight:650;color:var(--rpm-muted)}.rpm-display{font-size:clamp(42px,6.4vw,98px);line-height:.91;letter-spacing:-.055em;font-weight:560;margin:0}.rpm-h2{font-size:clamp(34px,4.5vw,70px);line-height:.96;letter-spacing:-.045em;font-weight:560;margin:0}.rpm-h3{font-size:clamp(25px,2.2vw,38px);line-height:1;letter-spacing:-.035em;margin:0}.rpm-copy{font-size:clamp(15px,1.15vw,18px);line-height:1.55;color:var(--rpm-muted);max-width:580px;margin:0}.rpm-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:52px;padding:0 22px;border:1px solid var(--rpm-ink);border-radius:999px;background:var(--rpm-ink);color:#fff;text-decoration:none;font-size:13px;font-weight:650;letter-spacing:.01em;transition:transform .28s var(--rpm-ease),background .28s,color .28s}.rpm-btn:hover{transform:translateY(-2px)}.rpm-btn--light{background:#fff;color:var(--rpm-ink);border-color:#fff}.rpm-btn--ghost{background:transparent;color:var(--rpm-ink);border-color:var(--rpm-line)}.rpm-arrow{font-size:18px;line-height:1;transition:transform .25s var(--rpm-ease)}.rpm-btn:hover .rpm-arrow,.rpm-link:hover .rpm-arrow{transform:translate(4px)}.rpm-link{display:inline-flex;align-items:center;gap:14px;color:inherit;text-decoration:none;font-size:13px;font-weight:650}body.template-index .header-section,body.template-collection .header-section,body.template-product .header-section{background:transparent!important;border:0!important}body.template-index #header-group{position:absolute;left:0;right:0;top:0;z-index:30}#header-component{max-width:var(--rpm-page);width:calc(100% - (var(--rpm-gutter) * 2));margin:18px auto 0;background:#fffffff5!important;border:1px solid rgba(17,17,17,.08)!important;border-radius:999px!important;box-shadow:0 10px 30px #0000000d;padding-inline:10px;transition:background .25s,box-shadow .25s}#header-component .header__row{min-height:66px}#header-component .header__heading-link,#header-component .header-logo__link{font-weight:750!important;letter-spacing:-.035em!important;text-transform:uppercase!important}#header-component a,#header-component button{font-size:12px!important;font-weight:600!important;letter-spacing:.02em!important}#header-component .header__column--left,#header-component .header__column--right{gap:10px}@media(max-width:749px){#header-component{width:calc(100% - 24px);margin-top:12px}.header__row{min-height:58px!important}}.rpm-home{background:var(--rpm-bg)}.rpm-hero{position:relative;padding:118px var(--rpm-gutter) 0;min-height:100svh}.rpm-hero__shell{width:min(var(--rpm-page),100%);margin:auto;position:relative;min-height:calc(100svh - 118px);border-radius:var(--rpm-radius-lg);overflow:hidden;background:#d9d7d1;display:flex;align-items:flex-end}.rpm-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.01);animation:rpmHeroIn 1.15s var(--rpm-ease) both}.rpm-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d 25%,#0000009e)}.rpm-hero__content{position:relative;z-index:2;color:#fff;padding:clamp(28px,4vw,62px);width:min(820px,76%);display:grid;gap:24px}.rpm-hero__content .rpm-copy{color:#ffffffc7;max-width:520px}.rpm-hero__eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.13em;color:#ffffffbf;font-weight:650}.rpm-hero__actions{display:flex;gap:12px;flex-wrap:wrap}.rpm-float{position:absolute;z-index:4;background:#fffffff5;color:var(--rpm-ink);border:1px solid rgba(17,17,17,.08);border-radius:16px;padding:17px 18px;min-width:154px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 12px 30px #00000012;animation:rpmFloatIn .8s .25s var(--rpm-ease) both}.rpm-float__label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--rpm-muted);margin-bottom:8px}.rpm-float__value{font-size:21px;letter-spacing:-.035em;font-weight:650;white-space:nowrap}.rpm-float--one{top:22%;right:4%}.rpm-float--two{right:13%;bottom:19%}.rpm-float--three{top:18%;left:4%}@keyframes rpmHeroIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1.01)}}@keyframes rpmFloatIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.rpm-section{padding:clamp(74px,9vw,138px) 0}.rpm-section--tight{padding:clamp(60px,7vw,106px) 0}.rpm-headrow{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:40px;align-items:end;margin-bottom:48px}.rpm-headrow__aside{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.rpm-section-title{display:grid;gap:14px}.rpm-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rpm-product-card{color:inherit;text-decoration:none;display:block;group:auto}.rpm-product-card__media{aspect-ratio:1.18;background:#e7e6e1;border-radius:var(--rpm-radius);overflow:hidden;position:relative}.rpm-product-card__media img{width:100%;height:100%;object-fit:contain;padding:7%;transition:transform .55s var(--rpm-ease)}.rpm-product-card:hover .rpm-product-card__media img{transform:scale(1.035)}.rpm-product-card__meta{padding:17px 2px 0;display:grid;grid-template-columns:1fr auto;gap:8px 20px;align-items:start}.rpm-product-card__vendor{font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:var(--rpm-muted);grid-column:1/-1}.rpm-product-card__title{font-size:17px;line-height:1.25;letter-spacing:-.02em;font-weight:560}.rpm-product-card__price{font-size:15px;font-weight:560;white-space:nowrap}.rpm-empty-product{display:grid;place-items:center;height:100%;padding:30px;color:var(--rpm-muted);font-size:13px;text-align:center}.rpm-services{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.rpm-service-main{min-height:620px;border-radius:var(--rpm-radius-lg);overflow:hidden;position:relative;background:#191919;color:#fff}.rpm-service-main img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.rpm-service-main:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#000000b8)}.rpm-service-main__content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:38px;display:grid;gap:14px}.rpm-service-main__content .rpm-copy{color:#ffffffbf}.rpm-service-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.rpm-service-tile{min-height:300px;background:#fff;border-radius:var(--rpm-radius);padding:28px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(17,17,17,.07)}.rpm-service-tile--dark{background:var(--rpm-dark);color:#fff}.rpm-service-tile--dark .rpm-copy{color:#ffffffab}.rpm-service-number{font-size:11px;letter-spacing:.11em;color:var(--rpm-muted)}.rpm-service-tile--image{padding:0;overflow:hidden}.rpm-service-tile--image img{width:100%;height:100%;object-fit:cover}.rpm-proof{background:var(--rpm-dark);color:#fff;border-radius:var(--rpm-radius-lg);padding:clamp(34px,5vw,70px);display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:end}.rpm-proof .rpm-kicker{color:#ffffff80}.rpm-proof .rpm-copy{color:#ffffffa3}.rpm-proof__quote{display:grid;gap:26px}.rpm-proof__quote q{font-size:clamp(28px,3.3vw,51px);line-height:1.03;letter-spacing:-.04em;font-weight:500}.rpm-proof__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff29;border:1px solid rgba(255,255,255,.16);border-radius:18px;overflow:hidden}.rpm-proof__stat{background:var(--rpm-dark);padding:22px 20px;display:grid;gap:8px}.rpm-proof__stat strong{font-size:28px;letter-spacing:-.04em}.rpm-proof__stat span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80}.rpm-person{display:grid;grid-template-columns:.88fr 1.12fr;gap:18px;align-items:stretch}.rpm-person__image{min-height:660px;background:#d9d7d1;border-radius:var(--rpm-radius-lg);overflow:hidden;position:relative}.rpm-person__image img{width:100%;height:100%;object-fit:cover;filter:saturate(.8)}.rpm-person__image:after{content:"PLACEHOLDER \2014  REPLACE WITH ROBBIE / SHOP PHOTO";position:absolute;left:18px;bottom:18px;background:#ffffffeb;padding:10px 12px;border-radius:999px;font-size:9px;letter-spacing:.08em;font-weight:700}.rpm-person__copy{border-radius:var(--rpm-radius-lg);background:#fff;padding:clamp(34px,5vw,72px);display:flex;flex-direction:column;justify-content:space-between;gap:50px}.rpm-person__identity{display:grid;gap:8px}.rpm-person__identity strong{font-size:23px;letter-spacing:-.03em}.rpm-person__identity span{font-size:12px;color:var(--rpm-muted)}.rpm-editorial{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.rpm-story{color:#fff;text-decoration:none;min-height:560px;border-radius:var(--rpm-radius-lg);overflow:hidden;position:relative;background:#292929}.rpm-story img{position:absolute;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--rpm-ease)}.rpm-story:hover img{transform:scale(1.025)}.rpm-story:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000a,#000000b8)}.rpm-story__content{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:32px;display:grid;gap:13px}.rpm-story__meta{font-size:10px;text-transform:uppercase;letter-spacing:.11em;color:#ffffffa6}.rpm-cta{position:relative;min-height:620px;border-radius:var(--rpm-radius-lg);overflow:hidden;color:#fff;display:flex;align-items:flex-end}.rpm-cta img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.rpm-cta:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000014,#000000b8)}.rpm-cta__content{position:relative;z-index:2;padding:clamp(32px,5vw,70px);display:grid;gap:22px;width:min(760px,90%)}.rpm-cta__content .rpm-copy{color:#ffffffb3}.rpm-faq{display:grid;grid-template-columns:.72fr 1.28fr;gap:70px}.rpm-faq__list{border-top:1px solid var(--rpm-line)}.rpm-faq details{border-bottom:1px solid var(--rpm-line);padding:0}.rpm-faq summary{list-style:none;cursor:pointer;padding:23px 0;display:flex;justify-content:space-between;gap:20px;font-size:17px;font-weight:560;letter-spacing:-.015em}.rpm-faq summary::-webkit-details-marker{display:none}.rpm-faq summary:after{content:"+";font-size:21px;font-weight:400}.rpm-faq details[open] summary:after{content:"\2212"}.rpm-faq details p{margin:0 0 24px;max-width:720px;color:var(--rpm-muted);line-height:1.6}.rpm-final{background:#fff;border-radius:var(--rpm-radius-lg);padding:clamp(40px,6vw,90px);display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:end}.rpm-final__aside{display:grid;justify-items:start;gap:22px}body.template-collection #MainContent{padding-top:120px;background:var(--rpm-bg)}.rpm-collection-intro{padding:58px 0 30px}.rpm-collection-intro__inner{display:grid;grid-template-columns:1fr auto;gap:35px;align-items:end;padding-bottom:30px;border-bottom:1px solid var(--rpm-line)}.rpm-collection-intro h1{font-size:clamp(42px,5vw,74px);line-height:.95;letter-spacing:-.05em;margin:10px 0 0;font-weight:560}.rpm-collection-intro p{color:var(--rpm-muted);max-width:620px;line-height:1.55}.rpm-collection-count{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--rpm-muted)}body.template-collection .product-grid-container{background:var(--rpm-bg)!important}.product-grid__item .product-card{background:transparent!important}.product-grid__item img{border-radius:16px!important}.product-grid__item .product-card__content{padding-top:10px!important}body.template-product #MainContent{padding-top:125px;background:var(--rpm-panel)}body.template-product .product-information{--page-width:var(--rpm-page)}body.template-product .product-information__grid{gap:clamp(34px,5vw,76px)!important}body.template-product .product-information__media{background:#f3f2ee;border-radius:20px;overflow:hidden}body.template-product .product-details{padding:22px 0!important}body.template-product .product-details h1{font-size:clamp(34px,4vw,58px)!important;line-height:.98!important;letter-spacing:-.045em!important;font-weight:560!important}body.template-product .price{font-size:20px!important;font-weight:600!important}body.template-product .buy-buttons button{min-height:56px!important;border-radius:999px!important;font-weight:650!important}body.template-product .variant-picker__option-values button,body.template-product .variant-picker__option-values label{border-radius:999px!important}.rpm-product-eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.11em;color:var(--rpm-muted);display:flex;gap:14px;flex-wrap:wrap}.rpm-product-eyebrow b{color:var(--rpm-ink);font-weight:650}body.template-product .accordion,body.template-product details{border-color:var(--rpm-line)!important}footer{background:var(--rpm-bg)}footer .section{border-top-color:var(--rpm-line)!important}.rpm-reveal{opacity:0;transform:translateY(22px);transition:opacity .75s var(--rpm-ease),transform .75s var(--rpm-ease)}.rpm-reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.rpm-reveal,.rpm-hero__image,.rpm-float{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}}@media(max-width:900px){.rpm-headrow,.rpm-proof,.rpm-person,.rpm-faq,.rpm-final,.rpm-services{grid-template-columns:1fr}.rpm-products{grid-template-columns:repeat(2,1fr)}.rpm-service-main,.rpm-person__image{min-height:520px}.rpm-faq{gap:36px}.rpm-float--two{right:4%;bottom:16%}.rpm-float--three{display:none}}@media(max-width:650px){.rpm-hero{padding:90px 12px 0}.rpm-hero__shell{min-height:760px;border-radius:20px}.rpm-hero__content{width:100%;padding:25px}.rpm-display{font-size:48px}.rpm-float{min-width:126px;padding:13px}.rpm-float__value{font-size:16px}.rpm-float--one{top:17%;right:14px}.rpm-float--two{right:14px;bottom:31%}.rpm-section{padding:78px 0}.rpm-products,.rpm-service-grid{grid-template-columns:1fr}.rpm-service-tile{min-height:230px}.rpm-service-main{min-height:520px}.rpm-proof__stats{grid-template-columns:1fr}.rpm-person__image{min-height:500px}.rpm-editorial{grid-template-columns:1fr}.rpm-story{min-height:440px}.rpm-cta{min-height:540px}.rpm-final{padding:34px 24px}.rpm-page{width:calc(100% - 28px)}.rpm-collection-intro__inner{grid-template-columns:1fr}.rpm-collection-count{justify-self:start}}.rpm-header-wrap{width:100%}.rpm-site-header{max-width:var(--rpm-page);width:calc(100% - (var(--rpm-gutter) * 2));min-height:66px;margin:18px auto 0;background:#fffffff5;border:1px solid rgba(17,17,17,.08);border-radius:999px;box-shadow:0 10px 30px #0000000d;padding:8px 12px 8px 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;position:relative;z-index:40;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.rpm-site-header__logo{font-size:13px;font-weight:780;letter-spacing:-.035em;text-transform:uppercase;color:var(--rpm-ink);text-decoration:none;white-space:nowrap}.rpm-site-header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2vw,34px)}.rpm-site-header__nav a,.rpm-site-header__utilities a{font-size:11px;line-height:1;text-transform:uppercase;letter-spacing:.06em;font-weight:650;color:var(--rpm-ink);text-decoration:none;position:relative;padding:12px 0}.rpm-site-header__nav a:after{content:"";position:absolute;height:1px;left:0;right:100%;bottom:6px;background:var(--rpm-ink);transition:right .25s var(--rpm-ease)}.rpm-site-header__nav a:hover:after{right:0}.rpm-site-header__utilities{display:flex;align-items:center;gap:10px}.rpm-site-header__utility{border:1px solid var(--rpm-line);border-radius:999px!important;padding:13px 15px!important}.rpm-site-header__cart{background:var(--rpm-ink);color:#fff!important;border-color:var(--rpm-ink)!important}.rpm-site-header__mobile{display:none;position:relative}.rpm-site-header__mobile summary{list-style:none;border:1px solid var(--rpm-line);border-radius:999px;padding:11px 14px;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:650;cursor:pointer}.rpm-site-header__mobile summary::-webkit-details-marker{display:none}.rpm-site-header__mobile-panel{position:absolute;right:0;top:48px;width:min(320px,calc(100vw - 42px));background:#fff;border:1px solid var(--rpm-line);border-radius:18px;padding:12px;box-shadow:0 18px 45px #0000001a;display:grid}.rpm-site-header__mobile-panel a{padding:14px 10px;color:var(--rpm-ink);text-decoration:none;border-bottom:1px solid var(--rpm-line);font-size:13px}.rpm-site-header__mobile-panel a:last-child{border:0}body.template-index #header-group,.template-collection #header-group,.template-product #header-group{position:absolute;inset:0 0 auto;z-index:35}@media(max-width:980px){.rpm-site-header__nav{display:none}.rpm-site-header{grid-template-columns:1fr auto}.rpm-site-header__utilities .rpm-site-header__hide-tablet{display:none}.rpm-site-header__mobile{display:block}.rpm-site-header__utilities{justify-self:end}}@media(max-width:650px){.rpm-site-header{width:calc(100% - 24px);margin-top:12px;min-height:58px;padding:7px 8px 7px 16px}.rpm-site-header__logo{font-size:11px}.rpm-site-header__utilities{gap:6px}.rpm-site-header__utility{padding:11px 12px!important}.rpm-site-header__utilities .rpm-site-header__search{display:none}}#header-component.rpm-site-header{padding-inline:20px!important;border-radius:999px!important;background:#fffffff5!important}@media(max-width:650px){#header-component.rpm-site-header{padding-inline:16px 8px!important}}.rpm-footer{padding:18px 0 28px;background:var(--rpm-bg)}.rpm-footer__cta{background:var(--rpm-dark);color:#fff;border-radius:var(--rpm-radius-lg);padding:clamp(34px,5vw,74px);display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end}.rpm-footer__cta h2{font-size:clamp(42px,5.4vw,82px);line-height:.92;letter-spacing:-.055em;font-weight:560;margin:14px 0 0}.rpm-footer__cta-side{display:grid;gap:24px;justify-items:start}.rpm-footer__cta-side p{color:#ffffff9e;font-size:15px;line-height:1.55;margin:0;max-width:430px}.rpm-footer__nav{padding:34px 4px 26px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--rpm-line)}.rpm-footer__nav nav{display:flex;gap:24px;flex-wrap:wrap}.rpm-footer__nav nav a{color:var(--rpm-ink);text-decoration:none;font-size:11px;text-transform:uppercase;letter-spacing:.06em;font-weight:650}.rpm-footer__legal{display:flex;justify-content:space-between;gap:20px;padding:18px 4px 0;color:var(--rpm-muted);font-size:10px;text-transform:uppercase;letter-spacing:.07em}body.template-page #MainContent,body.template-blog #MainContent,body.template-article #MainContent,body.template-search #MainContent,body.template-cart #MainContent,body.template-404 #MainContent{padding-top:130px;background:var(--rpm-bg)}body.template-page .section-wrapper .section,body.template-blog .blog-posts,body.template-article .section,body.template-search .section,body.template-cart .section,body.template-404 .section{max-width:var(--rpm-page);margin-inline:auto}body.template-page h1,body.template-blog h1,body.template-article h1,body.template-404 h1{letter-spacing:-.045em!important;font-weight:560!important}body.template-blog .blog-post-item img{border-radius:18px!important}body.template-blog .blog-posts-container{gap:18px!important}@media(max-width:780px){.rpm-footer__cta{grid-template-columns:1fr}.rpm-footer__nav{align-items:flex-start;flex-direction:column}.rpm-footer__legal{flex-direction:column}.rpm-footer__nav nav{gap:15px 20px}}:root{--font-body--family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-subheading--family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading--family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-accent--family: "Space Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body,button,input,select,textarea{font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.rpm-home,.rpm-site-header,.rpm-footer,body.template-collection #MainContent,body.template-product #MainContent,body.template-page #MainContent,body.template-blog #MainContent,body.template-article #MainContent,body.template-search #MainContent,body.template-cart #MainContent,body.template-404 #MainContent{font-family:"Space Grotesk",var(--font-body--family),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.rpm-display,.rpm-h2,.rpm-h3,.rpm-proof__quote q,.rpm-footer__cta h2,.rpm-collection-intro h1,body.template-product .product-details h1{font-family:"Space Grotesk",var(--font-heading--family),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}.rpm-display{font-size:clamp(44px,4.25vw,68px);line-height:.96;letter-spacing:-.043em;font-weight:700}.rpm-h2{font-size:clamp(36px,3.8vw,60px);line-height:.98;letter-spacing:-.04em;font-weight:700}.rpm-h3{font-size:clamp(24px,2vw,34px);line-height:1.03;letter-spacing:-.032em;font-weight:650}.rpm-copy{font-size:15px;line-height:1.5}.rpm-kicker,.rpm-hero__eyebrow,.rpm-product-card__vendor,.rpm-service-number,.rpm-story__meta,.rpm-product-eyebrow{font-weight:600;letter-spacing:.07em}.rpm-reveal{opacity:1;transform:none;transition:opacity .62s var(--rpm-ease),transform .62s var(--rpm-ease)}.rpm-reveal.rpm-reveal--pending{opacity:0;transform:translateY(18px)}.rpm-reveal.rpm-reveal--pending.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.rpm-reveal,.rpm-reveal.rpm-reveal--pending,.rpm-reveal.rpm-reveal--pending.is-visible{opacity:1!important;transform:none!important;transition:none!important}}.rpm-btn{min-height:52px;padding:4px 4px 4px 20px;gap:18px;border:0;border-radius:14px;background:#111;color:#fff;box-shadow:none;font-size:14px;line-height:1;font-weight:600;letter-spacing:-.012em;transition:transform .22s var(--rpm-ease),opacity .22s var(--rpm-ease)}.rpm-btn .rpm-arrow{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;margin:0;border-radius:11px;background:#fff;color:#111;font-size:17px;line-height:1;transition:transform .22s var(--rpm-ease),background .22s var(--rpm-ease)}.rpm-btn:hover{transform:translateY(-1px);opacity:.96}.rpm-btn:hover .rpm-arrow{transform:none}.rpm-btn--light,.rpm-btn--ghost{background:#fff;color:#111;border:0}.rpm-btn--light .rpm-arrow,.rpm-btn--ghost .rpm-arrow{background:#111;color:#fff}.rpm-btn--ghost{box-shadow:inset 0 0 0 1px #1111110d}.rpm-site-header{min-height:70px;margin-top:14px;padding:7px 0;background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;gap:28px}#header-component.rpm-site-header{padding-inline:0!important;border-radius:0!important;background:transparent!important}.rpm-site-header__logo{font-size:14px;font-weight:700;letter-spacing:-.035em}.rpm-site-header__nav{gap:7px}.rpm-site-header__nav a,.rpm-site-header__utilities a{font-size:12px;line-height:1;text-transform:none;letter-spacing:-.01em;font-weight:500}.rpm-site-header__nav a{padding:14px 19px;border-radius:12px;background:#ffffffb8;border:1px solid rgba(17,17,17,.025)}.rpm-site-header__nav a:after{display:none}.rpm-site-header__utilities{gap:7px}.rpm-site-header__utility{min-height:44px;display:inline-flex;align-items:center;border:0;background:#ffffffc7;border-radius:12px!important;padding:0 16px!important}.rpm-site-header__cart{min-height:48px;background:#111;color:#fff!important;border-radius:12px!important;padding:0 19px!important}.rpm-hero__content{width:min(700px,68%);gap:20px}.rpm-hero__content .rpm-copy{max-width:440px}@media(max-width:980px){.rpm-site-header{padding-inline:0}}@media(max-width:650px){.rpm-display{font-size:46px}.rpm-site-header{width:calc(100% - 24px);margin-top:10px;padding:4px 0}#header-component.rpm-site-header{padding-inline:0!important}.rpm-hero__content{width:100%}.rpm-btn{min-height:50px;padding-left:18px}.rpm-btn .rpm-arrow{width:42px;height:42px;flex-basis:42px}}.rpm-site-header__cart{gap:12px;padding:4px 4px 4px 16px!important}.rpm-site-header__cart-arrow{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#fff;color:#111;font-size:16px}@media(min-width:990px){body.template-index #MainContent{overflow:visible!important;min-height:auto;flex:none}body.template-index #MainContent>.shopify-section{flex:none;min-height:0}body.template-index .rpm-home{overflow-x:clip;overflow-y:visible}}.rpm-hero__stats{position:absolute;z-index:4;right:clamp(24px,3.3vw,52px);bottom:clamp(24px,3.3vw,52px);display:flex;flex-direction:column;align-items:flex-end;gap:8px;pointer-events:none}.rpm-hero__stats .rpm-float{position:relative;inset:auto;min-width:174px;margin:0;animation:rpmFloatIn .8s .25s var(--rpm-ease) both}.rpm-hero__stats .rpm-float:nth-child(2){animation-delay:.34s}.rpm-hero__stats .rpm-float:nth-child(3){animation-delay:.43s}@media(max-width:900px){.rpm-hero__stats .rpm-float--three{display:block}}@media(max-width:650px){.rpm-hero__shell{display:block}.rpm-hero__content{position:absolute;top:26px;left:20px;right:20px;bottom:auto;width:auto;padding:0;gap:16px}.rpm-hero__eyebrow{margin-bottom:0}.rpm-hero__content .rpm-copy{max-width:330px;color:#ffffffe6}.rpm-hero__actions{margin-top:2px}.rpm-hero__stats{left:20px;right:auto;bottom:22px;align-items:flex-start;gap:8px}.rpm-hero__stats .rpm-float{min-width:144px;padding:12px 14px}.rpm-hero__stats .rpm-float__label{margin-bottom:5px}}@media(min-width:981px){#header-component.rpm-site-header{padding-left:16px!important;padding-right:16px!important}.rpm-site-header__logo{font-family:"Space Grotesk",var(--font-heading--family),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:16px;line-height:1;font-weight:700;letter-spacing:-.035em}}@media(max-width:980px){#header-component.rpm-site-header{padding-left:10px!important;padding-right:10px!important}.rpm-site-header__mobile>summary.rpm-site-header__menu-trigger{width:48px;height:48px;min-width:48px;min-height:48px;padding:0!important;display:grid;place-items:center;background:#111!important;border:1px solid #111!important;border-radius:13px!important;color:#fff!important;cursor:pointer;box-shadow:none}.rpm-site-header__mobile>summary.rpm-site-header__menu-trigger:hover{background:#191919!important}.rpm-site-header__menu-lines{position:relative;display:block;width:18px;height:12px}.rpm-site-header__menu-lines:before,.rpm-site-header__menu-lines:after{content:"";position:absolute;left:0;width:18px;height:1.5px;border-radius:999px;background:#fff}.rpm-site-header__menu-lines:before{top:2.5px}.rpm-site-header__menu-lines:after{bottom:2.5px}}@media(max-width:650px){#header-component.rpm-site-header{padding-left:10px!important;padding-right:10px!important}}@media(min-width:981px){#header-component.rpm-site-header .rpm-site-header__logo{font-family:"Space Grotesk",var(--font-heading--family),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:18px!important;line-height:1!important;font-weight:700!important;letter-spacing:-.035em!important}}@media(max-width:980px){.rpm-site-header__menu-lines{position:relative;display:block;width:18px;height:1.5px;border-radius:999px;background:#fff}.rpm-site-header__menu-lines:before,.rpm-site-header__menu-lines:after{content:"";position:absolute;left:0;width:18px;height:1.5px;border-radius:999px;background:#fff}.rpm-site-header__menu-lines:before{top:-5.5px}.rpm-site-header__menu-lines:after{bottom:-5.5px}}body.template-product #MainContent{padding-top:112px;background:#f4f3ef}body.template-product .rpm-product-breadcrumbs{padding-top:34px;padding-bottom:18px;display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#777772;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:650}body.template-product .rpm-product-breadcrumbs a{color:#777772;text-decoration:none;transition:color .2s}body.template-product .rpm-product-breadcrumbs a:hover{color:#111}body.template-product .rpm-product-breadcrumbs span:last-child{color:#111}body.template-product .product-information{--page-width:var(--rpm-page);padding-bottom:58px!important}body.template-product .product-information__grid{gap:clamp(30px,4vw,64px)!important;align-items:start}body.template-product .product-information__media{background:#ebeae5!important;border-radius:22px!important;overflow:hidden;min-height:min(700px,68vh);display:grid;align-items:center}body.template-product .product-media-container,body.template-product .product-media,body.template-product .product-media img{background:#ebeae5!important}body.template-product .product-media img{object-fit:contain!important}body.template-product .product-details{padding:8px 0 20px!important}body.template-product .product-details>.group-block{gap:22px!important}body.template-product .product-details h1{font-size:clamp(36px,3.7vw,58px)!important;line-height:.98!important;letter-spacing:-.047em!important;font-weight:650!important;max-width:17ch;margin:0!important}body.template-product .product-details .price{font-size:22px!important;font-weight:650!important;letter-spacing:-.025em!important}body.template-product .product-details .price *{font-size:inherit!important}body.template-product .buy-buttons-block accelerated-checkout,body.template-product .shopify-payment-button{display:none!important}body.template-product .buy-buttons-block .product-form-buttons{gap:8px!important}body.template-product .buy-buttons-block .add-to-cart-button,body.template-product .buy-buttons-block button[name=add]{min-height:58px!important;border-radius:14px!important;background:#111!important;color:#fff!important;border-color:#111!important;font-size:13px!important;font-weight:700!important;letter-spacing:.01em!important}body.template-product .quantity-selector{border-radius:14px!important;overflow:hidden!important}body.template-product .variant-picker__option-values button,body.template-product .variant-picker__option-values label{border-radius:10px!important;min-height:46px!important}body.template-product .variant-picker__option-label{font-size:11px!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-weight:650!important}body.template-product .divider{border-color:var(--rpm-line)!important}.rpm-purchase-heading-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;color:#74746f;font-size:10px;line-height:1.2;text-transform:uppercase;letter-spacing:.075em;font-weight:650}.rpm-purchase-heading-meta__vendor{color:#111}.rpm-purchase-heading-meta__separator{opacity:.5}.rpm-purchase-heading-meta strong{font-weight:650;color:#111}.rpm-purchase-meta{display:grid;gap:14px}.rpm-purchase-meta__facts{display:flex;flex-wrap:wrap;gap:8px}.rpm-purchase-fact{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 11px;border:1px solid rgba(17,17,17,.12);border-radius:999px;background:#fff;color:#282824;font-size:10px;font-weight:650;letter-spacing:.02em}.rpm-purchase-fact i{width:7px;height:7px;border-radius:50%;background:#232323}.rpm-purchase-fact--available i{background:#4b744c}.rpm-purchase-fact--muted i{background:#a09f98}.rpm-purchase-fact__label{text-transform:uppercase;letter-spacing:.07em;color:#85857f;font-size:9px;margin-right:2px}.rpm-purchase-meta__summary{font-size:14px;line-height:1.55;color:#666660;margin:0;max-width:48ch}.rpm-product-no-media{min-height:min(700px,68vh);width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:44px;color:#9b9a94;background:radial-gradient(circle at 50% 45%,#f5f4f0 0,#ebeae5 65%)}.rpm-product-no-media span{font-size:10px;letter-spacing:.12em;font-weight:700}.rpm-product-no-media strong{font-size:clamp(38px,6vw,76px);line-height:.9;letter-spacing:-.055em;color:#d1d0c9;text-transform:uppercase;margin:18px 0 14px;max-width:8ch}.rpm-product-no-media small{font-size:11px}.rpm-canonical{background:#fff;border-radius:32px 32px 0 0;padding:clamp(72px,8vw,122px) 0 clamp(90px,10vw,150px);border-top:1px solid rgba(17,17,17,.08)}.rpm-canonical__intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1.2fr);gap:40px;align-items:end;padding-bottom:clamp(42px,6vw,78px);border-bottom:1px solid var(--rpm-line)}.rpm-canonical__intro h2{font-size:clamp(34px,4vw,60px);line-height:.98;letter-spacing:-.045em;font-weight:650;margin:0;max-width:15ch;justify-self:end}.rpm-canonical__layout{display:grid;grid-template-columns:minmax(160px,.28fr) minmax(0,1fr);gap:clamp(40px,7vw,110px);padding-top:48px}.rpm-canonical__nav-inner{position:sticky;top:110px;display:grid;gap:2px}.rpm-canonical__nav a{color:#777772;text-decoration:none;font-size:11px;padding:8px 0;transition:color .2s}.rpm-canonical__nav a:hover{color:#111}.rpm-canonical__content{min-width:0}.rpm-data-section{padding:0 0 clamp(54px,6vw,88px);margin:0 0 clamp(54px,6vw,88px);border-bottom:1px solid var(--rpm-line);scroll-margin-top:120px}.rpm-data-section:last-child{margin-bottom:0;border-bottom:0;padding-bottom:0}.rpm-data-section__eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.085em;color:#7c7c77;font-weight:650;margin:0 0 15px}.rpm-data-section h3{font-size:clamp(27px,3vw,44px);line-height:1;letter-spacing:-.04em;font-weight:620;margin:0 0 28px}.rpm-data-section__lead{font-size:clamp(17px,1.55vw,23px);line-height:1.45;letter-spacing:-.02em;margin:0;color:#292925;max-width:48em}.rpm-data-section__prose{font-size:15px;line-height:1.72;color:#343430;max-width:63em}.rpm-data-section__prose--subdued{color:#6f6f69;margin-top:22px}.rpm-data-section__prose>div:first-child,.rpm-data-section__prose p:first-child{margin-top:0}.rpm-data-section__prose>div:last-child,.rpm-data-section__prose p:last-child{margin-bottom:0}.rpm-data-section__heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:26px}.rpm-data-section__heading-row h3{margin:0}.rpm-data-section__heading-row>span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#8b8b85;white-space:nowrap}.rpm-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--rpm-line);border:1px solid var(--rpm-line);border-radius:18px;overflow:hidden;margin-top:36px}.rpm-feature{background:#faf9f6;padding:22px;display:grid;grid-template-columns:32px 1fr;gap:14px}.rpm-feature>span{font-size:9px;color:#8c8c86;letter-spacing:.06em}.rpm-feature p{font-size:14px;line-height:1.45;margin:0;color:#20201d}.rpm-key-specs,.rpm-spec-table{border-top:1px solid var(--rpm-line)}.rpm-key-specs:empty{display:none}.rpm-spec-row{display:grid;grid-template-columns:minmax(140px,.7fr) minmax(0,1.3fr);gap:24px;padding:15px 0;border-bottom:1px solid var(--rpm-line);font-size:13px;align-items:start}.rpm-spec-row span{color:#777772}.rpm-spec-row strong{font-weight:580;color:#171714;overflow-wrap:anywhere}.rpm-spec-row--key strong{font-size:14px}.rpm-disclosure{margin-top:22px;border:1px solid var(--rpm-line);border-radius:16px;overflow:hidden}.rpm-disclosure summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;padding:17px 19px;font-size:12px;font-weight:650}.rpm-disclosure summary::-webkit-details-marker{display:none}.rpm-disclosure__count{font-size:10px;color:#888882}.rpm-disclosure .rpm-spec-table{padding:0 19px 8px;background:#faf9f6}.rpm-disclosure:not([open]) .rpm-spec-table{display:none}.rpm-fitment-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}.rpm-fitment-head>div{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.rpm-fitment-head h3{margin:0}.rpm-fitment-head>strong{font-size:34px;letter-spacing:-.04em;white-space:nowrap}.rpm-fitment-head>strong small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#878781;font-weight:600;text-align:right;margin-top:3px}.rpm-chip{font-size:9px;text-transform:uppercase;letter-spacing:.06em;padding:8px 10px;border:1px solid var(--rpm-line);border-radius:999px;color:#585853}.rpm-fitment-footnote{font-size:11px;color:#8b8b85;line-height:1.5;margin:24px 0 0;padding-top:18px;border-top:1px solid var(--rpm-line)}.rpm-clean-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--rpm-line)}.rpm-clean-list li{padding:15px 2px;border-bottom:1px solid var(--rpm-line);font-size:14px}.rpm-clean-list li:before{content:"\2713";display:inline-block;width:30px;color:#777772}.rpm-document-list{border-top:1px solid var(--rpm-line)}.rpm-document-row{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:17px 2px;border-bottom:1px solid var(--rpm-line);text-decoration:none;color:#111}.rpm-document-row>span{display:grid;gap:4px}.rpm-document-row small{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#868680}.rpm-document-row strong{font-size:14px;font-weight:580}.rpm-document-row b{font-size:18px;font-weight:400;transition:transform .2s}.rpm-document-row:hover b{transform:translate(3px,-3px)}.rpm-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rpm-info-grid>div{background:#f6f5f1;border-radius:16px;padding:22px;min-height:140px}.rpm-info-grid small,.rpm-shipping-facts small,.rpm-evidence small,.rpm-test-card small{font-size:9px;text-transform:uppercase;letter-spacing:.075em;color:#85857f;display:block;margin-bottom:12px}.rpm-info-grid p{font-size:14px;line-height:1.55;margin:0}.rpm-info-grid .rte{font-size:13px;line-height:1.6}.rpm-shipping-facts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.rpm-shipping-facts>span{min-width:130px;flex:1;background:#f6f5f1;padding:16px;border-radius:14px;font-size:13px}.rpm-shipping-facts small{margin-bottom:6px}.rpm-evidence{background:#161616;color:#fff;border:0!important;border-radius:24px;padding:clamp(28px,4vw,52px)!important;margin-left:-clamp(16px,2vw,28px);margin-right:-clamp(16px,2vw,28px)}.rpm-evidence .rpm-data-section__eyebrow{color:#ffffff73}.rpm-evidence__masthead{display:flex;justify-content:space-between;align-items:start;gap:30px;border-bottom:1px solid rgba(255,255,255,.14);padding-bottom:30px;margin-bottom:30px}.rpm-evidence__masthead h3{margin:0;max-width:13ch}.rpm-evidence__badge{background:#fff;color:#111;border-radius:999px;padding:10px 13px;font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.rpm-evidence__verdict,.rpm-evidence__recommend{max-width:55em;font-size:16px;line-height:1.6;margin-top:24px}.rpm-evidence__verdict .metafield-rich_text_field,.rpm-evidence__recommend .metafield-rich_text_field{color:#fff}.rpm-procon{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.rpm-procon>div{border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:22px}.rpm-procon ul{margin:0;padding-left:18px}.rpm-procon li{margin:7px 0;font-size:13px;color:#ffffffbf}.rpm-test-records{margin-top:34px}.rpm-test-card{background:#f4f3ef;color:#111;border-radius:19px;padding:clamp(22px,3vw,34px)}.rpm-test-card__top{display:flex;justify-content:space-between;gap:24px;align-items:start}.rpm-test-card__top h4{font-size:clamp(23px,2.2vw,34px);line-height:1;letter-spacing:-.035em;margin:0}.rpm-test-card__top>span{font-size:9px;text-transform:uppercase;letter-spacing:.06em;border:1px solid var(--rpm-line);border-radius:999px;padding:8px 10px}.rpm-build-strip{margin-top:28px;padding:18px 0;border-top:1px solid var(--rpm-line);border-bottom:1px solid var(--rpm-line);display:grid;grid-template-columns:90px 1fr auto;gap:15px;align-items:center}.rpm-build-strip small{margin:0}.rpm-build-strip strong{font-size:16px}.rpm-build-strip>span{color:#70706a;font-size:12px}.rpm-test-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--rpm-line);border-radius:14px;overflow:hidden;margin-top:18px}.rpm-test-stats>span{background:#fff;padding:18px;display:grid;gap:6px}.rpm-test-stats strong{font-size:25px;letter-spacing:-.04em}.rpm-test-stats small{margin:0}.rpm-test-card__copy{font-size:14px;line-height:1.65;margin-top:25px}.rpm-test-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.rpm-test-links a{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;background:#111;color:#fff;text-decoration:none;border-radius:12px;padding:13px 15px;font-size:11px;font-weight:650}.rpm-test-links b{font-size:15px;font-weight:400}.rpm-linked-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rpm-linked-product{color:#111;text-decoration:none;display:grid;gap:13px}.rpm-linked-product__media{aspect-ratio:1.1;background:#efeee9;border-radius:16px;overflow:hidden;display:grid;place-items:center}.rpm-linked-product__media img{width:100%;height:100%;object-fit:contain;padding:8%}.rpm-linked-product__media span{font-size:26px;font-weight:650;line-height:.9;letter-spacing:-.05em;color:#d1d0ca;text-align:center}.rpm-linked-product>div:last-child{display:grid;gap:4px}.rpm-linked-product small{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#85857f}.rpm-linked-product strong{font-size:14px;line-height:1.25;font-weight:580}.rpm-linked-product>div:last-child>span{font-size:13px;color:#555550}body.template-product .sticky-add-to-cart__bar{border-radius:16px!important;box-shadow:0 12px 38px #00000024!important}body.template-product .sticky-add-to-cart__button{border-radius:11px!important;background:#111!important;color:#fff!important}@media(max-width:900px){body.template-product #MainContent{padding-top:92px}.rpm-canonical__intro{grid-template-columns:1fr}.rpm-canonical__intro h2{justify-self:start}.rpm-canonical__layout{grid-template-columns:1fr}.rpm-canonical__nav{display:none}.rpm-linked-products{grid-template-columns:repeat(2,1fr)}}@media(max-width:749px){body.template-product .rpm-product-breadcrumbs{padding-top:24px;padding-bottom:12px}.product-information.section--page-width{padding-inline:14px!important}.product-information__grid{gap:18px!important}.product-information__media{min-height:360px!important;border-radius:18px!important}.rpm-product-no-media{min-height:360px}.product-details{padding-top:10px!important}.product-details>.group-block{gap:18px!important}body.template-product .product-details h1{font-size:clamp(32px,10vw,44px)!important;max-width:100%}.rpm-canonical{border-radius:24px 24px 0 0}.rpm-canonical__intro{padding-bottom:38px}.rpm-canonical__layout{padding-top:32px}.rpm-feature-grid,.rpm-info-grid,.rpm-procon{grid-template-columns:1fr}.rpm-spec-row{grid-template-columns:minmax(105px,.8fr) minmax(0,1.2fr);gap:15px}.rpm-fitment-head{align-items:start}.rpm-fitment-head>strong{font-size:27px}.rpm-evidence{margin-inline:-2px;border-radius:19px}.rpm-evidence__masthead{flex-direction:column}.rpm-build-strip{grid-template-columns:1fr;gap:5px}.rpm-test-stats{grid-template-columns:repeat(3,1fr)}.rpm-linked-products{grid-template-columns:1fr 1fr}body.template-product .sticky-add-to-cart__bar{border-radius:0!important}}@media(max-width:520px){.rpm-linked-products,.rpm-test-stats{grid-template-columns:1fr}.rpm-data-section__heading-row{align-items:start;flex-direction:column}.rpm-fitment-head{flex-direction:column}.rpm-fitment-head>strong small{text-align:left}}.rpm-test-data-banner{display:block;width:fit-content;padding:8px 10px;border-radius:8px;background:#fff0dc;color:#7e4c12;border:1px solid #e7c697;font-size:8px;line-height:1;text-transform:uppercase;letter-spacing:.075em;font-weight:750}body.template-product #MainContent{background:#f3f2ee}body.template-product .product-information{padding-top:0!important;padding-bottom:72px!important}body.template-product .product-information__grid{gap:clamp(38px,5vw,78px)!important}body.template-product .product-information__media{background:#e9e8e3!important;border-radius:18px!important;box-shadow:inset 0 0 0 1px #11111109}body.template-product .product-details{padding:10px 0 28px!important}body.template-product .product-details>.group-block{width:100%!important;max-width:560px;margin-left:auto}body.template-product .product-details>.group-block>.group-block-content{gap:18px!important}body.template-product .product-details>.group-block>.group-block-content>.rpm-purchase-heading-meta{order:-20}body.template-product .product-details>.group-block>.group-block-content>.group-block{order:-15}body.template-product .product-details>.group-block>.group-block-content>.rpm-purchase-meta{order:-10}body.template-product .product-details>.group-block>.group-block-content>.divider{order:-5}body.template-product .product-details>.group-block>.group-block-content>variant-picker,body.template-product .product-details>.group-block>.group-block-content>.variant-picker{order:0}body.template-product .product-details>.group-block>.group-block-content>.buy-buttons-block{order:5}body.template-product .product-details>.group-block>.group-block-content>.text-block.rte{display:none!important}body.template-product .product-information>.disclosures__container{display:none!important}body.template-product .rpm-purchase-heading-meta{margin:0 0 -3px;font-size:10px;letter-spacing:.09em;color:#76766f}body.template-product .rpm-purchase-heading-meta__vendor{font-weight:720;color:#111}body.template-product .rpm-purchase-heading-meta strong{font-weight:720}body.template-product .product-details h1{font-size:clamp(38px,3.55vw,56px)!important;line-height:.98!important;letter-spacing:-.05em!important;font-weight:650!important;max-width:15ch!important;text-wrap:balance}body.template-product .product-details product-price{margin-top:0!important}body.template-product .product-details .price{font-size:24px!important;font-weight:620!important;letter-spacing:-.035em!important}body.template-product .rpm-purchase-meta{gap:13px;margin:0 0 3px}body.template-product .rpm-purchase-meta__facts{gap:7px}body.template-product .rpm-purchase-fact{background:transparent;border-color:#11111121;min-height:30px;padding:0 10px;font-size:9.5px}body.template-product .rpm-purchase-meta__summary{font-size:14px;line-height:1.58;color:#62625c;max-width:46ch}body.template-product .rpm-test-data-banner{margin-bottom:2px}body.template-product .product-details .divider{margin:6px 0!important}body.template-product .variant-picker__option-values{gap:7px!important}body.template-product .variant-picker__option-values button,body.template-product .variant-picker__option-values label{border-radius:8px!important;min-height:44px!important;background:#fff!important}body.template-product .variant-picker__option-values input:checked+label{background:#111!important;color:#fff!important}body.template-product .variant-picker__option-label{font-size:10px!important;letter-spacing:.085em!important}body.template-product .buy-buttons-block .product-form-buttons{gap:9px!important}body.template-product .buy-buttons-block .add-to-cart-button,body.template-product .buy-buttons-block button[name=add]{--button-background-color:#111;--button-color:#fff;--button-border-color:#111;min-height:60px!important;border-radius:10px!important;background:#111!important;color:#fff!important;border-color:#111!important;font-size:12px!important;letter-spacing:.025em!important;text-transform:uppercase}body.template-product .quantity-selector{min-height:48px;border-radius:10px!important;background:#fff!important;border:1px solid rgba(17,17,17,.12)!important}body.template-product .quantity-selector button{min-width:46px!important}body.template-product .rpm-canonical{border-radius:28px 28px 0 0;padding-top:clamp(68px,7vw,104px)}body.template-product .rpm-canonical__intro{align-items:start}body.template-product .rpm-canonical__intro h2{font-size:clamp(36px,4.2vw,62px);max-width:13ch}body.template-product .rpm-data-section h3{font-weight:600}body.template-product .rpm-spec-row strong{font-weight:560}@media(min-width:1100px){body.template-product .product-information__grid:not(.product-information--media-none).product-information--media-left{grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr)}}@media(max-width:749px){body.template-product .product-information{padding-bottom:44px!important}body.template-product .product-details>.group-block{max-width:none;margin:0}body.template-product .product-details>.group-block>.group-block-content{gap:16px!important}body.template-product .product-details h1{font-size:clamp(34px,10vw,46px)!important;max-width:100%!important}body.template-product .product-details .price{font-size:22px!important}body.template-product .rpm-purchase-meta__summary{font-size:13px}body.template-product .rpm-product-breadcrumbs{font-size:9px}body.template-product .buy-buttons-block .add-to-cart-button,body.template-product .buy-buttons-block button[name=add]{min-height:56px!important}body.template-product .rpm-canonical{border-radius:22px 22px 0 0;padding-top:56px}}body.template-product .product-details h1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}body.template-product .product-details h1.rpm-product-title--expanded{display:block;-webkit-line-clamp:unset;overflow:visible}body.template-product .product-details .text-block.h3>.rpm-product-title-toggle{-webkit-appearance:none;appearance:none;position:relative;display:inline-block!important;align-self:flex-start!important;width:fit-content!important;max-inline-size:none!important;margin:7px 0 0!important;padding:0 0 1px!important;border:0;border-bottom:1px solid currentColor;background:transparent;color:#85857e!important;font-family:var(--font-body--family)!important;font-style:normal!important;font-size:9px!important;font-weight:600!important;letter-spacing:.1em!important;line-height:1.2!important;text-align:left!important;text-transform:uppercase!important;text-wrap:nowrap!important;cursor:pointer}body.template-product .product-details .text-block.h3>.rpm-product-title-toggle:before{content:"";position:absolute;top:-7px;right:-9px;bottom:-7px;left:-9px}body.template-product .product-details .text-block.h3>.rpm-product-title-toggle:focus-visible{outline:2px solid #111;outline-offset:4px}@media(min-width:750px){body.template-product .product-details.sticky-content--desktop{top:calc(var(--header-group-height, 72px) + 20px)!important}body.template-product .rpm-site-header__nav a:not(.rpm-site-header__cart),body.template-product .rpm-site-header__utility:not(.rpm-site-header__cart){background:#fffffff7;box-shadow:0 1px #11111109}}body.template-product .rpm-site-header__cart{background:#111!important;color:#fff!important;border-color:#111!important;box-shadow:none!important}body.template-product .sticky-add-to-cart__bar:before{background:#fff!important;border-color:#1111111a!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.template-product .sticky-add-to-cart__bar{background:#fff!important}body.template-product .sticky-add-to-cart__info[data-has-image=false]{padding-left:0!important}.rpm-purchase-fact--tested{background:#111!important;border-color:#111!important;color:#fff!important}.rpm-purchase-fact--tested i{background:#9bc39b!important}.rpm-fitment-status{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:54px;padding:9px 13px;border:1px solid rgba(17,17,17,.13);border-radius:10px;background:#fff;color:#171714}.rpm-fitment-status__indicator{width:9px;height:9px;border-radius:50%;background:#a09f98;box-shadow:0 0 0 4px #a09f981f}.rpm-fitment-status__copy{display:grid;gap:3px;min-width:0}.rpm-fitment-status__copy small{color:#85857f;font-size:8px;font-weight:680;letter-spacing:.085em;line-height:1;text-transform:uppercase}.rpm-fitment-status__copy strong{font-size:11px;font-weight:650;line-height:1.25;overflow-wrap:anywhere}.rpm-fitment-status__arrow{font-size:18px;font-weight:400;line-height:1}.rpm-fitment-status[data-fitment-state=checking] .rpm-fitment-status__indicator{background:#b68a39;box-shadow:0 0 0 4px #b68a3921}.rpm-fitment-status[data-fitment-state=fits]{border-color:#3068344d;background:#f4f8f3}.rpm-fitment-status[data-fitment-state=fits] .rpm-fitment-status__indicator{background:#39723c;box-shadow:0 0 0 4px #39723c21}.rpm-fitment-status[data-fitment-state=does-not-fit]{border-color:#9635304d;background:#fbf4f3}.rpm-fitment-status[data-fitment-state=does-not-fit] .rpm-fitment-status__indicator{background:#963530;box-shadow:0 0 0 4px #9635301f}body.template-product .product-information__media{min-height:0}body.template-product .product-information__media media-gallery{--gallery-aspect-ratio:4 / 3!important;width:100%}body.template-product .rpm-canonical__intro--compact{display:block;padding-bottom:clamp(24px,3vw,38px)}.rpm-product-no-media{box-sizing:border-box;overflow:hidden}.rpm-product-no-media strong{display:block;width:100%;max-width:min(100%,12ch);margin-inline:auto;overflow-wrap:anywhere;word-break:break-word;text-align:center}.rpm-disclosure summary:after{content:"+";margin-left:12px;font-size:16px;font-weight:400;line-height:1}.rpm-disclosure[open] summary:after{content:"\2212"}.rpm-disclosure__count{margin-left:auto}body.template-product .quantity-selector button:disabled,body.template-product .quantity-selector input:disabled{opacity:.35;cursor:not-allowed}@media(max-width:749px){body.template-product .product-details h1{-webkit-line-clamp:3}body.template-product .product-details h1.rpm-product-title--expanded{-webkit-line-clamp:unset}.rpm-product-no-media strong{font-size:clamp(30px,11vw,54px);max-width:10ch}body.template-product .product-information__media media-gallery{--gallery-aspect-ratio:1 / 1!important}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/rpm-framer.css.map */
