:root{--rc-white:#ffffff;--rc-black:#000000;--rc-burgundy:#6d001a;--rc-burgundy-hover:#550014;--rc-sand:#f3f1ef;--rc-hairline:rgba(0,0,0,.05);--rc-line:rgba(0,0,0,.12);--rc-muted:rgba(0,0,0,.55);--rc-track:rgba(0,0,0,.16);--rc-hairline-inv:rgba(255,255,255,.14);--rc-line-inv:rgba(255,255,255,.24);--rc-muted-inv:rgba(255,255,255,.66);--rc-s1:4px;--rc-s2:8px;--rc-s3:12px;--rc-s4:16px;--rc-s5:24px;--rc-s6:32px;--rc-s7:48px;--rc-s8:64px;--rc-r:12px;--rc-r-lg:24px;--rc-ease:.18s cubic-bezier(.2,0,.2,1);--rc-head:"Schibsted Grotesk","Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--rc-sans:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--rc-serif:"Playfair Display",Georgia,"Times New Roman",serif;--rc-wrap:1400px;--rc-gutter:20px}@media(min-width:990px){:root{--rc-gutter:40px}}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--rc-white);color:var(--rc-black);font-family:var(--rc-sans);font-size:16px;line-height:1.6;text-wrap:pretty;-webkit-font-smoothing:antialiased}@media(min-width:990px){body{font-size:17px}}img,svg,video{max-width:100%;height:auto;display:block}p,figure{margin:0}ul,ol{margin:0;padding:0}a{color:inherit}button,input,select,textarea{font:inherit;color:inherit}:focus-visible{outline:2px solid var(--rc-burgundy);outline-offset:2px}.rc-skip{position:absolute;left:-9999px;top:0;z-index:100;background:var(--rc-white);color:var(--rc-black);padding:var(--rc-s3) var(--rc-s5);border-radius:var(--rc-r)}.rc-skip:focus{left:var(--rc-s3);top:var(--rc-s3)}.rc-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.rc-wrap{max-width:var(--rc-wrap);margin-inline:auto;padding-inline:var(--rc-gutter)}.rc-section{padding-block:var(--rc-pt,var(--rc-s7)) var(--rc-pb,var(--rc-s7))}@media(min-width:990px){.rc-section{padding-block:var(--rc-pt-d,var(--rc-s8)) var(--rc-pb-d,var(--rc-s8))}}.rc-section--sand{background:var(--rc-sand)}.rc-section--black{background:var(--rc-black);color:var(--rc-white)}.rc-section--black .rc-muted{color:var(--rc-muted-inv)}.rc-section--black .rc-eyebrow{color:var(--rc-white)}h1,h2,h3,.rc-h1,.rc-h2,.rc-h3{font-family:var(--rc-head);font-weight:700;margin:0;letter-spacing:-.015em;text-wrap:balance}h1,.rc-h1{font-size:32px;line-height:1.1}@media(min-width:900px){h1,.rc-h1{font-size:clamp(38px,4vw,56px)}}h2,.rc-h2{font-size:26px;line-height:1.15}@media(min-width:990px){h2,.rc-h2{font-size:40px}}h3,.rc-h3{font-size:20px;line-height:1.25}@media(min-width:990px){h3,.rc-h3{font-size:24px}}.rc-eyebrow{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--rc-burgundy);margin:0 0 var(--rc-s3)}.rc-lede{margin-top:var(--rc-s4);color:var(--rc-muted);max-width:56ch}.rc-note{font-size:13px;line-height:1.6;color:var(--rc-muted);max-width:74ch}.rc-note a{color:var(--rc-burgundy)}.rc-muted{color:var(--rc-muted)}.rc-cta{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding-inline:var(--rc-s6);border:1px solid var(--rc-burgundy);border-radius:var(--rc-r);background:var(--rc-burgundy);color:var(--rc-white);font-family:var(--rc-sans);font-weight:600;font-size:15px;line-height:1;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;cursor:pointer;text-align:center;transition:background-color var(--rc-ease),transform var(--rc-ease)}.rc-cta:hover{background:var(--rc-burgundy-hover);border-color:var(--rc-burgundy-hover)}.rc-cta:active{transform:scale(.985)}.rc-cta[disabled],.rc-cta[aria-disabled=true]{background:var(--rc-line);border-color:transparent;color:var(--rc-muted);cursor:not-allowed;pointer-events:none}.rc-cta--ghost{background:transparent;color:var(--rc-burgundy)}.rc-cta--ghost:hover{background:var(--rc-hairline);border-color:var(--rc-burgundy);color:var(--rc-burgundy)}.rc-cta--light{background:var(--rc-white);border-color:var(--rc-white);color:var(--rc-burgundy)}.rc-cta--light:hover{background:#ebebeb;border-color:#ebebeb}.rc-cta--full{width:100%}.rc-link{display:inline-flex;align-items:center;gap:var(--rc-s2);color:var(--rc-burgundy);font-weight:600;font-size:15px;text-decoration:none}.rc-link:hover{text-decoration:underline}.rc-section--black .rc-link{color:var(--rc-white)}.rc-stars{--rc-fill:100%;position:relative;display:inline-block;align-self:start;font-size:16px;line-height:1;letter-spacing:2px;color:var(--rc-track)}.rc-stars:before{content:"\2605\2605\2605\2605\2605"}.rc-stars i{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--rc-fill);overflow:hidden;color:var(--rc-burgundy);font-style:normal}.rc-stars i:before{content:"\2605\2605\2605\2605\2605"}.rc-section--black .rc-stars{color:var(--rc-line-inv)}.rc-section--black .rc-stars i{color:var(--rc-white)}.rc-check{width:15px;height:15px;flex:none;fill:var(--rc-burgundy)}.rc-shot{position:relative;overflow:hidden;border-radius:var(--rc-r);aspect-ratio:var(--rc-ratio,1/1)}.rc-shot img{width:100%;height:100%;object-fit:cover;object-position:var(--rc-focal,center)}.rc-shot--lg{border-radius:var(--rc-r-lg)}.rc-shot--contain img{object-fit:contain}.rc-shot--empty{border:1px dashed var(--rc-line);border-radius:var(--rc-r);display:grid;place-items:center;text-align:center;padding:var(--rc-s5)}.rc-shot--empty span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--rc-muted);line-height:1.8}.rc-seal{width:84px;height:84px;flex:none;color:currentColor}.rc-seal circle{fill:none;stroke:currentColor}.rc-seal text{fill:currentColor;font-family:var(--rc-sans)}.rc-seal__n{font-family:var(--rc-head);font-weight:700;font-size:34px;letter-spacing:-.02em}.rc-seal__d{font-size:9.5px;font-weight:600;letter-spacing:.16em}.shopify-section:empty{display:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/27/assets/base.css.map */
