:root{--rdsu-black: #050505;--rdsu-near-black: #0b0b0b;--rdsu-charcoal: #171717;--rdsu-white: #ffffff;--rdsu-page: #ffffff;--rdsu-ink: #0b0e12;--rdsu-ink-2: #3d4147;--rdsu-on-dark: #ffffff;--rdsu-light-grey: #3d4147;--rdsu-muted-grey: #6a7078;--rdsu-red: #d71920;--rdsu-dark-red: #920a0f;--rdsu-surface: #f6f7f8;--rdsu-surface-2: #fbfbfc;--rdsu-border: rgba(9, 12, 16, .1);--rdsu-border-strong: rgba(9, 12, 16, .18);--rdsu-eyebrow-size: .75rem;--rdsu-eyebrow-tracking: .18em;--rdsu-section-gap: clamp(2.5rem, 6vw, 5rem);--rdsu-card-radius: 12px;--rdsu-radius-sm: 8px;--rdsu-radius-media: 14px;--rdsu-shadow-sm: 0 1px 2px rgba(9, 12, 16, .05), 0 1px 3px rgba(9, 12, 16, .04);--rdsu-shadow-md: 0 4px 14px -3px rgba(9, 12, 16, .09), 0 2px 6px -2px rgba(9, 12, 16, .06);--rdsu-shadow-lg: 0 18px 42px -20px rgba(9, 12, 16, .26);--rdsu-transition: .25s ease}.rdsu-hero,.rdsu-brand-banner,.rdsu-collection-hero:not(.rdsu-collection-hero--plain),.rdsu-on-dark{--rdsu-ink: #ffffff;--rdsu-ink-2: rgba(255, 255, 255, .82);--rdsu-light-grey: rgba(255, 255, 255, .82);--rdsu-muted-grey: rgba(255, 255, 255, .62);--rdsu-surface: rgba(255, 255, 255, .06);--rdsu-surface-2: rgba(255, 255, 255, .04);--rdsu-border: rgba(255, 255, 255, .14);--rdsu-border-strong: rgba(255, 255, 255, .3);color:#fff}.rdsu-container{width:100%;max-width:1400px;margin-inline:auto;padding-inline:var(--page-margin, 1.25rem)}.rdsu-container--narrow{max-width:1040px}.rdsu-section-pad{padding-block:var(--rdsu-section-gap)}.rdsu-visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap}.rdsu-eyebrow{display:inline-block;margin:0 0 .75rem;font-size:var(--rdsu-eyebrow-size);font-weight:600;letter-spacing:var(--rdsu-eyebrow-tracking);text-transform:uppercase;color:var(--rdsu-red)}.rdsu-rule{display:block;width:56px;height:2px;margin-block:.9rem;background:var(--rdsu-red);border:0}.rdsu-section-header--center .rdsu-rule{margin-inline:auto}.rdsu-section-header{margin-bottom:clamp(1.5rem,4vw,2.75rem);max-width:60ch}.rdsu-section-header--center{margin-inline:auto;text-align:center}.rdsu-section-header__title{margin:0;line-height:1.05;font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--rdsu-ink)}.rdsu-section-header__subtitle{margin:.75rem 0 0;color:var(--rdsu-ink-2);max-width:60ch}.rdsu-section-header--center .rdsu-section-header__subtitle{margin-inline:auto}.rdsu-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.85rem 1.75rem;font-size:.9375rem;font-weight:600;letter-spacing:.02em;text-decoration:none;border-radius:var(--rdsu-radius-sm);border:1px solid transparent;cursor:pointer;transition:background-color var(--rdsu-transition),color var(--rdsu-transition),border-color var(--rdsu-transition),box-shadow var(--rdsu-transition)}.rdsu-btn:focus-visible{outline:2px solid var(--rdsu-red);outline-offset:3px}.rdsu-btn--primary{background:var(--rdsu-red);color:#fff;border-color:var(--rdsu-red)}.rdsu-btn--primary:hover{background:var(--rdsu-dark-red);border-color:var(--rdsu-dark-red);box-shadow:var(--rdsu-shadow-md)}.rdsu-btn--secondary{background:transparent;color:#0b0e12;border-color:#090c1047}.rdsu-btn--secondary:hover{border-color:#0b0e12;background:#090c100d}.rdsu-hero .rdsu-btn--secondary,.rdsu-brand-banner .rdsu-btn--secondary,.rdsu-collection-hero .rdsu-btn--secondary,.rdsu-on-dark .rdsu-btn--secondary{color:#fff;border-color:#ffffff8c}.rdsu-hero .rdsu-btn--secondary:hover,.rdsu-brand-banner .rdsu-btn--secondary:hover,.rdsu-collection-hero .rdsu-btn--secondary:hover,.rdsu-on-dark .rdsu-btn--secondary:hover{border-color:#fff;background:#ffffff1a}.rdsu-btn--block{width:100%}.rdsu-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--rdsu-border);border-radius:var(--rdsu-card-radius);overflow:hidden;transition:border-color var(--rdsu-transition),box-shadow var(--rdsu-transition),transform var(--rdsu-transition)}.rdsu-card:hover{border-color:var(--rdsu-border-strong);box-shadow:var(--rdsu-shadow-md);transform:translateY(-2px)}.rdsu-card__media{position:relative;aspect-ratio:4 / 3;background:var(--rdsu-surface);overflow:hidden}.rdsu-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.rdsu-card:hover .rdsu-card__media img{transform:scale(1.04)}.rdsu-card__body{display:flex;flex-direction:column;gap:.4rem;padding:1rem 1.1rem 1.25rem}.rdsu-card__title{margin:0;font-size:1.0625rem;font-weight:600;color:var(--rdsu-ink)}.rdsu-card__text{margin:0;font-size:.9rem;line-height:1.5;color:var(--rdsu-muted-grey)}.rdsu-card__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.rdsu-grid{display:grid;gap:clamp(.75rem,2vw,1.25rem);grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:750px){.rdsu-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.rdsu-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.rdsu-hero{position:relative;display:grid;align-items:center;min-height:clamp(440px,70vh,760px);overflow:hidden;background:var(--rdsu-black)}.rdsu-hero__media,.rdsu-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.rdsu-hero__media--mobile{display:block}.rdsu-hero__media--desktop{display:none}@media screen and (min-width:750px){.rdsu-hero__media--mobile{display:none}.rdsu-hero__media--desktop{display:block}}.rdsu-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#05050559,#050505b8)}.rdsu-hero__inner{position:relative;z-index:2;width:100%;max-width:640px;padding:clamp(2rem,6vw,4rem) var(--page-margin, 1.25rem);margin-inline:0}.rdsu-hero--center .rdsu-hero__inner{margin-inline:auto;text-align:center}.rdsu-hero--right .rdsu-hero__inner{margin-inline:auto 0}.rdsu-hero__title{margin:0;color:#fff;line-height:1.02;text-wrap:balance;font-size:clamp(2.25rem,5vw,3.75rem);letter-spacing:-.025em}.rdsu-hero__text{margin:1rem 0 0;color:#ffffffd6;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.55;max-width:46ch}.rdsu-hero--center .rdsu-hero__text{margin-inline:auto}.rdsu-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.rdsu-hero--center .rdsu-hero__actions{justify-content:center}.rdsu-icon-row{display:grid;gap:clamp(.75rem,2vw,1.5rem);grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (min-width:750px){.rdsu-icon-row--4{grid-template-columns:repeat(4,minmax(0,1fr))}.rdsu-icon-row--3{grid-template-columns:repeat(3,minmax(0,1fr))}}.rdsu-icon-item{display:flex;flex-direction:column;gap:.55rem;padding:1.35rem 1.15rem;border:1px solid var(--rdsu-border);border-radius:var(--rdsu-card-radius);background:var(--rdsu-surface-2);transition:border-color var(--rdsu-transition),box-shadow var(--rdsu-transition)}.rdsu-icon-item:hover{border-color:var(--rdsu-border-strong);box-shadow:var(--rdsu-shadow-sm)}.rdsu-icon-row--bare .rdsu-icon-item{border:0;background:transparent;padding-inline:0;box-shadow:none}.rdsu-icon-item__icon{width:28px;height:28px;color:var(--rdsu-red)}.rdsu-icon-item__icon svg{width:100%;height:100%}.rdsu-icon-item__title{margin:0;font-size:.95rem;font-weight:600;color:var(--rdsu-ink)}.rdsu-icon-item__text{margin:0;font-size:.85rem;line-height:1.45;color:var(--rdsu-muted-grey)}.rdsu-collection-card .rdsu-card__media{aspect-ratio:1 / 1}.rdsu-collection-card .rdsu-card__title{text-transform:uppercase;letter-spacing:.04em;font-size:.95rem}.rdsu-collection-card__count{font-size:.78rem;color:var(--rdsu-muted-grey)}.rdsu-feature-card .rdsu-card__media{aspect-ratio:16 / 10}.rdsu-feature-card .rdsu-card__body{gap:.5rem;padding-bottom:1.4rem}.rdsu-feature-card__cta{margin-top:.4rem;font-size:.85rem;font-weight:600;letter-spacing:.02em;color:var(--rdsu-red);text-transform:uppercase}.rdsu-feature-card:hover .rdsu-feature-card__cta{color:var(--rdsu-dark-red)}.rdsu-brand-banner{position:relative;display:grid;align-items:center;min-height:clamp(360px,50vh,520px);overflow:hidden;border-radius:var(--rdsu-radius-media);background:var(--rdsu-near-black)}.rdsu-brand-banner__media,.rdsu-brand-banner__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.rdsu-brand-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#050505d9,#05050566)}.rdsu-brand-banner__inner{position:relative;z-index:2;max-width:560px;padding:clamp(2rem,5vw,3.5rem)}.rdsu-brand-banner__buttons{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.rdsu-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:72%;gap:clamp(.75rem,2vw,1.25rem);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.5rem;scrollbar-width:thin}.rdsu-carousel>*{scroll-snap-align:start}@media screen and (min-width:600px){.rdsu-carousel{grid-auto-columns:42%}}@media screen and (min-width:990px){.rdsu-carousel{grid-auto-flow:row;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-columns:auto;overflow:visible}}.rdsu-product-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--rdsu-border);border-radius:var(--rdsu-card-radius);overflow:hidden;transition:border-color var(--rdsu-transition),box-shadow var(--rdsu-transition),transform var(--rdsu-transition)}.rdsu-product-card:hover{border-color:var(--rdsu-border-strong);box-shadow:var(--rdsu-shadow-md);transform:translateY(-2px)}.rdsu-product-card__media{position:relative;aspect-ratio:1 / 1;background:var(--rdsu-surface-2);overflow:hidden}.rdsu-product-card__media img{width:100%;height:100%;object-fit:contain;transition:opacity var(--rdsu-transition)}.rdsu-product-card__media .rdsu-product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.rdsu-product-card:hover .rdsu-product-card__img--hover{opacity:1}.rdsu-product-card__badge{position:absolute;top:.6rem;left:.6rem;z-index:2;padding:.25rem .6rem;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;border-radius:999px}.rdsu-product-card__badge--sale{background:var(--rdsu-red);color:#fff}.rdsu-product-card__badge--sold-out{background:var(--rdsu-charcoal);color:#fff}.rdsu-product-card__body{display:flex;flex-direction:column;gap:.3rem;padding:.9rem .95rem 1.15rem;flex:1 1 auto}.rdsu-product-card__vendor{font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--rdsu-muted-grey)}.rdsu-product-card__title{margin:0;font-size:.9rem;font-weight:500;line-height:1.35;color:var(--rdsu-ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.rdsu-product-card__title a{color:inherit;text-decoration:none}.rdsu-product-card__title a:hover{color:var(--rdsu-red)}.rdsu-product-card__title a:focus-visible{outline:2px solid var(--rdsu-red);outline-offset:2px}.rdsu-product-card__price{margin-top:auto;padding-top:.4rem;display:flex;align-items:baseline;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--rdsu-ink)}.rdsu-product-card__price del{font-weight:400;font-size:.82rem;color:var(--rdsu-muted-grey)}.rdsu-product-card__price ins{text-decoration:none;color:var(--rdsu-red)}.rdsu-rich-text{max-width:80ch}.rdsu-rich-text--center{margin-inline:auto;text-align:center}.rdsu-rich-text__body{color:var(--rdsu-ink-2);line-height:1.7}.rdsu-rich-text__body p{margin:0 0 1rem}.rdsu-rich-text__body a{color:var(--rdsu-red);text-underline-offset:3px}
/*# sourceMappingURL=/cdn/shop/t/27/assets/rdsu-components.css.map */
