:root{--rc-ink:#1c1a17;--rc-char:#2e2a24;--rc-bone:#f8f4ed;--rc-mat:#f3eee5;--rc-stone:#cfc5b6;--rc-taupe:#5b534a;--rc-brass:#b8955f;--rc-line:rgba(28,26,23,.12)}.guarantee-wrapper,.guarantee-banner{display:none!important}.rc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:0 1.75rem;font-family:var(--text-font-family);font-size:.9375rem;letter-spacing:.04em;line-height:1;text-decoration:none;border:1px solid var(--rc-ink);background:var(--rc-ink);color:var(--rc-bone);transition:opacity .2s ease}.rc-btn:hover{opacity:.85}.rc-btn--ghost{background:transparent;color:var(--rc-ink)}.rc-btn--light{background:var(--rc-bone);border-color:var(--rc-bone);color:var(--rc-ink)}.rc-btn--light-ghost{background:transparent;border-color:#f8f4ed73;color:var(--rc-bone)}.rc-band{background:#fff;color:var(--rc-ink)}.rc-band--bone{background:var(--rc-bone)}.rc-band--dark{background:var(--rc-char);color:var(--rc-bone)}.rc-section{max-width:1440px;margin-inline:auto;padding:clamp(3.5rem,7vw,7rem) clamp(1.25rem,4vw,3rem)}.rc-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1.5rem 3rem;margin-bottom:clamp(2rem,4vw,3.25rem)}.rc-h2{font-family:var(--heading-font-family);font-weight:500;font-size:clamp(2rem,3.4vw,3.25rem);line-height:1.05;letter-spacing:-.01em;margin:0;max-width:20ch}.rc-lede{margin:.875rem 0 0;max-width:48ch;line-height:1.6;color:var(--rc-taupe)}.rc-band--dark .rc-lede{color:#f8f4edbf}.rc-link{color:inherit;font-size:.9375rem;text-decoration:underline;text-underline-offset:.3em;text-decoration-thickness:1px;white-space:nowrap}.rc-hero{background:var(--rc-bone);color:var(--rc-ink)}.rc-hero__inner{max-width:1440px;margin-inline:auto;padding:clamp(2.5rem,6vw,6rem) clamp(1.25rem,4vw,3rem);display:grid;gap:clamp(2.5rem,5vw,5rem);align-items:center}@media(min-width:1000px){.rc-hero__inner{grid-template-columns:minmax(0,5fr) minmax(0,6fr)}}.rc-hero__title{font-family:var(--heading-font-family);font-weight:500;font-size:clamp(2.6rem,5.2vw,5rem);line-height:1.02;letter-spacing:-.015em;margin:0 0 1.25rem;max-width:14ch}.rc-hero__text{font-size:1.0625rem;line-height:1.6;color:var(--rc-taupe);max-width:44ch}.rc-hero__text p{margin:0}.rc-hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.rc-hero__facts{list-style:none;padding:0;margin:2.25rem 0 0;display:flex;flex-wrap:wrap;gap:.625rem 1.75rem;font-size:.875rem;color:var(--rc-taupe)}.rc-hero__facts li{display:flex;align-items:center;gap:.625rem}.rc-hero__facts li:before{content:"";width:6px;height:6px;background:var(--rc-brass);transform:rotate(45deg);flex:none}.rc-hero__wall{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.rc-hero__piece{display:flex;flex-direction:column;color:inherit;text-decoration:none;min-height:0}.rc-hero__mat{display:flex;align-items:center;justify-content:center;background:#fff;aspect-ratio:1/1;padding:clamp(.5rem,1.5vw,1.25rem);overflow:hidden}.rc-hero__mat img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .8s ease}.rc-hero__piece:hover .rc-hero__mat img{transform:scale(1.03)}.rc-hero__caption{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding-top:.625rem;font-size:.8125rem}.rc-hero__name{font-family:var(--heading-font-family);font-size:1.125rem;font-weight:500}.rc-hero__price{color:var(--rc-taupe);white-space:nowrap}@media(max-width:699px){.rc-hero__caption{flex-direction:column;gap:0}.rc-hero__name{font-size:.9375rem}}@media(min-width:700px){.rc-hero__wall{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1.25rem}.rc-hero__piece--1{grid-row:span 2}.rc-hero__piece--1 .rc-hero__mat{aspect-ratio:auto;flex:1 1 auto;min-height:0}}.rc-styles__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2.25rem 1rem}@media(min-width:1000px){.rc-styles__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}.rc-style{display:flex;flex-direction:column;color:inherit;text-decoration:none}.rc-style__mat{display:block;aspect-ratio:4/5;background:var(--rc-mat);overflow:hidden;margin-bottom:1rem}.rc-style__mat img{display:block;width:100%;height:100%;object-fit:contain;padding:12%;mix-blend-mode:multiply;transition:transform .6s ease}.rc-style:hover .rc-style__mat img{transform:scale(1.04)}.rc-style__name{font-family:var(--heading-font-family);font-size:1.5rem;font-weight:500;line-height:1.15}.rc-style__text{margin-top:.375rem;font-size:.9375rem;line-height:1.55;color:var(--rc-taupe)}.rc-style__count{margin-top:auto;padding-top:.75rem;font-size:.8125rem;color:var(--rc-taupe)}.rc-style__count span{display:block;border-top:1px solid var(--rc-stone);padding-top:.625rem}.rc-chips{display:flex;flex-wrap:wrap;gap:.5rem}.rc-chip{-webkit-appearance:none;appearance:none;background:transparent;border:1px solid var(--rc-stone);padding:.625rem 1rem;font:inherit;font-size:.9375rem;line-height:1.2;color:var(--rc-ink);cursor:pointer;border-radius:0}.rc-chip:hover{border-color:var(--rc-ink)}.rc-chip[aria-selected=true],.rc-chip[aria-pressed=true]{background:var(--rc-ink);border-color:var(--rc-ink);color:var(--rc-bone)}.rc-size__panel{display:grid;gap:2rem;margin-top:1.75rem}.rc-size__panel[hidden]{display:none}@media(min-width:1000px){.rc-size__panel{grid-template-columns:minmax(0,5fr) minmax(0,6fr);gap:4rem;align-items:center}}.rc-size__rec{font-family:var(--heading-font-family);font-weight:500;font-size:clamp(2.75rem,5vw,4.25rem);line-height:1;margin:0 0 1rem}.rc-size__panel p{margin:0 0 1.5rem;line-height:1.65;color:var(--rc-taupe);max-width:46ch}.rc-size__figure{background:var(--rc-bone);padding:clamp(1rem,3vw,2.5rem);margin:0}.rc-size__figure svg{display:block;width:100%;height:auto;max-height:420px}.rc-size__figure figcaption{margin-top:.75rem;font-size:.8125rem;color:var(--rc-taupe)}.rc-steps{list-style:none;margin:0;padding:0;display:grid;gap:2.5rem}@media(min-width:900px){.rc-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}}.rc-step{border-top:1px solid var(--rc-ink);padding-top:1.25rem}.rc-step__when{font-size:.875rem;color:var(--rc-taupe)}.rc-step__title{font-family:var(--heading-font-family);font-weight:500;font-size:1.75rem;line-height:1.15;margin:.5rem 0 .625rem}.rc-step p{margin:0;line-height:1.6;color:var(--rc-taupe);max-width:36ch}.rc-statement{display:grid;gap:2rem}@media(min-width:1000px){.rc-statement{grid-template-columns:minmax(0,7fr) minmax(0,4fr);align-items:end;gap:4rem}}.rc-statement__title{font-family:var(--heading-font-family);font-weight:500;font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.02;letter-spacing:-.015em;margin:0;max-width:16ch}.rc-statement__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.rc-reviews{display:grid;gap:2.5rem}@media(min-width:900px){.rc-reviews{grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem}}.rc-review{margin:0}.rc-stars{display:flex;gap:3px;color:var(--rc-brass);margin-bottom:1rem}.rc-stars svg{width:14px;height:14px}.rc-review blockquote{margin:0;font-family:var(--heading-font-family);font-size:1.375rem;line-height:1.35}.rc-review figcaption{margin-top:1.25rem;font-size:.875rem;color:var(--rc-taupe)}.rc-topbar{background:var(--rc-char);color:var(--rc-bone);font-size:.8125rem;letter-spacing:.03em}.rc-topbar__list{display:flex;justify-content:center;gap:2.5rem;list-style:none;margin:0;padding:.625rem 1rem;text-align:center}.rc-topbar a{color:inherit;text-decoration:none}.rc-topbar a:hover{text-decoration:underline;text-underline-offset:.25em}@media(max-width:699px){.rc-topbar__list li:not(:first-child){display:none}}.product-card__figure{background:var(--rc-mat)}.product-card__figure img{mix-blend-mode:multiply}.product-gallery__media{background:var(--rc-mat)}.product-gallery__media img{mix-blend-mode:multiply}.product-card__info{padding-top:.875rem}.rc-assure{list-style:none;margin:.25rem 0 0;padding:1.125rem 0 0;border-top:1px solid var(--rc-line);display:grid;gap:.8rem;font-size:.9375rem;line-height:1.45}.rc-assure li{display:flex;gap:.75rem;align-items:flex-start}.rc-assure svg{flex:none;width:18px;height:18px;margin-top:.1rem;color:var(--rc-brass)}.rc-assure strong{font-weight:500}.rc-assure a{color:inherit;text-decoration:underline;text-underline-offset:.2em}.rc-pdp{display:grid;gap:3.5rem}@media(min-width:1000px){.rc-pdp{grid-template-columns:minmax(0,6fr) minmax(0,5fr);gap:5rem;align-items:start}}.rc-h3{font-family:var(--heading-font-family);font-weight:500;font-size:clamp(1.6rem,2.4vw,2.25rem);line-height:1.1;margin:0}.rc-scale .rc-chips{margin:1.25rem 0}.rc-scale__figure{background:var(--rc-bone);padding:clamp(1rem,3vw,2rem);margin:0}.rc-scale__figure svg{display:block;width:100%;height:auto;max-height:380px}.rc-scale__hint{margin:.875rem 0 0;color:var(--rc-taupe);font-size:.9375rem;line-height:1.55}.rc-specs{margin:1.25rem 0 0;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);border-top:1px solid var(--rc-line)}.rc-specs dt,.rc-specs dd{margin:0;padding:.875rem 0;border-bottom:1px solid var(--rc-line);line-height:1.5}.rc-specs dt{color:var(--rc-taupe);font-size:.875rem;padding-right:1rem}.rc-faq{margin-top:3rem}.rc-faq details{border-bottom:1px solid var(--rc-line)}.rc-faq details:first-of-type{border-top:1px solid var(--rc-line);margin-top:1.25rem}.rc-faq summary{cursor:pointer;list-style:none;padding:1.125rem 0;display:flex;justify-content:space-between;gap:1rem;font-weight:500}.rc-faq summary::-webkit-details-marker{display:none}.rc-faq summary:after{content:"+";font-size:1.25rem;line-height:1;color:var(--rc-taupe)}.rc-faq details[open] summary:after{content:"\2212"}.rc-faq details p{margin:0 0 1.25rem;color:var(--rc-taupe);line-height:1.6;max-width:60ch}.header .bold,.header__link-list a,.header__link-list summary{font-weight:500}:focus-visible{outline:2px solid var(--rc-ink);outline-offset:3px}.rc-band--dark :focus-visible,.rc-topbar :focus-visible{outline-color:var(--rc-bone)}@media(prefers-reduced-motion:reduce){.rc-hero__mat img,.rc-style__mat img{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/roccan.css.map */
