.rs-catalogue{padding-top:58px;padding-bottom:80px}.rs-catalogue__header{display:flex;align-items:flex-end;justify-content:space-between;gap:35px}.rs-catalogue__header>div{max-width:750px;min-width:0}.rs-catalogue h1{font:800 clamp(46px,6.5vw,94px)/1 var(--rs-heading);letter-spacing:-.055em;margin:19px 0 22px;overflow-wrap:anywhere}.rs-catalogue h1>span{color:var(--rs-orange)}.rs-catalogue__intro{color:var(--rs-muted);font-size:15px;line-height:1.75;max-width:620px}.rs-catalogue__intro p{margin:0 0 10px}.rs-catalogue__search{width:300px;max-width:100%;flex-shrink:0;padding-bottom:3px}.rs-catalogue__search label{font-size:12px;font-weight:600;display:block;margin-bottom:8px}.rs-catalogue__search>div{display:flex;border:1px solid #7c7e70;border-radius:3px;min-height:48px;background:#fffaf2}.rs-catalogue__search input[type=search]{min-width:0;width:100%;border:0;background:transparent;padding:12px;font:inherit;font-size:13px;color:var(--rs-ink)}.rs-catalogue__search button{min-width:48px;min-height:48px;background:var(--rs-yellow);border:0;border-left:1px solid var(--rs-line);font-size:22px;cursor:pointer}.rs-catalogue__categories{display:flex;flex-wrap:wrap;gap:9px;border-bottom:1px solid var(--rs-line);padding:35px 0 25px;margin-bottom:24px}.rs-catalogue__categories a{display:flex;align-items:center;min-height:44px;padding:10px 16px;border:1px solid var(--rs-line);border-radius:30px;font-size:12px;text-decoration:none;line-height:1.4}.rs-catalogue__categories a:hover{border-color:var(--rs-ink)}.rs-catalogue__categories a[aria-current=page]{background:var(--rs-ink);color:var(--rs-paper);border-color:var(--rs-ink)}.rs-catalogue__toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.rs-catalogue__toolbar>p{font-size:12px;color:var(--rs-muted);margin:0}.rs-catalogue__sort{display:flex;align-items:center;gap:10px;font-size:12px}.rs-catalogue__sort label{white-space:nowrap}.rs-catalogue__sort select{max-width:220px;min-width:0;font:inherit;min-height:44px;padding:9px 32px 9px 11px;background:#fffaf2;color:var(--rs-ink);border:1px solid var(--rs-line);border-radius:3px}.rs-catalogue__sort button{min-height:44px;border:1px solid var(--rs-ink);border-radius:3px;background:transparent;color:inherit;padding:9px 13px;cursor:pointer;font:inherit}.rs-catalogue__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:35px 25px}.rs-catalogue__empty{text-align:center;padding:65px 20px}.rs-catalogue__empty h2{font:800 32px/1.15 var(--rs-heading);margin:0 0 14px}.rs-catalogue__empty p{color:var(--rs-muted);margin:0 0 24px}.rs-catalogue__pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:42px 0 0}.rs-catalogue__pagination>*{display:grid;place-items:center;min-width:44px;min-height:44px;border:1px solid var(--rs-line);border-radius:50%;font-size:13px;text-decoration:none}.rs-catalogue__pagination a:hover{background:var(--rs-yellow)}.rs-catalogue__pagination [aria-current=page]{background:var(--rs-ink);color:var(--rs-paper);border-color:var(--rs-ink)}.rs-catalogue__help{margin-top:65px;background:var(--rs-green);color:var(--rs-paper);padding:32px 36px;border-radius:4px;display:flex;align-items:center;justify-content:space-between;gap:24px}.rs-catalogue__help h2{font:800 30px/1.1 var(--rs-heading);letter-spacing:-1px;margin:0 0 10px}.rs-catalogue__help p{font-size:13px;line-height:1.65;margin:0;color:#e1e4d8}.rs-catalogue__help .rs-button{flex-shrink:0}@media(max-width:1099px){.rs-catalogue__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rs-catalogue__header{align-items:flex-start;flex-direction:column}.rs-catalogue__search{width:360px}}@media(max-width:799px){.rs-catalogue__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}.rs-catalogue__help{padding:27px;align-items:flex-start;flex-direction:column}.rs-catalogue__help h2{font-size:27px}}@media(max-width:599px){.rs-catalogue{padding-top:38px;padding-bottom:50px}.rs-catalogue__header{gap:20px}.rs-catalogue h1{font-size:50px;letter-spacing:-2.5px}.rs-catalogue__grid{grid-template-columns:1fr;gap:29px}.rs-catalogue__categories{gap:7px;padding-top:25px}.rs-catalogue__categories a{font-size:11px;padding:9px 13px}.rs-catalogue__toolbar{align-items:flex-start;flex-direction:column;gap:14px}.rs-catalogue__sort{gap:7px;width:100%}.rs-catalogue__sort select{width:100%;flex:1;max-width:none}.rs-catalogue__help{margin-top:42px;padding:24px}.rs-catalogue__intro{font-size:14px}}.rs-collections{padding-top:58px;padding-bottom:80px}.rs-collections__header{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:42px}.rs-collections__header>div{max-width:800px;min-width:0}.rs-collections h1{font:800 clamp(45px,6vw,88px)/1.02 var(--rs-heading);letter-spacing:-.05em;margin:20px 0 0;overflow-wrap:anywhere}.rs-collections h1>span{color:var(--rs-orange)}.rs-collections__header>p{max-width:330px;min-width:220px;font-size:14px;line-height:1.8;color:var(--rs-muted);margin:0 0 5px}.rs-collections__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:35px 27px}.rs-collections__card{display:block;min-width:0;text-decoration:none}.rs-collections__image{position:relative;aspect-ratio:1.4;overflow:hidden;display:grid;place-items:center;background:#fff;border:1px solid var(--rs-line);border-radius:4px}.rs-collections__image img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.rs-collections__card:hover img{transform:scale(1.035)}.rs-collections__image>span:first-child{font-size:100px;color:var(--rs-orange)}.rs-collections__number{position:absolute;top:14px;left:14px;background:var(--rs-paper);width:33px;height:33px;display:grid;place-items:center;font-size:10px;letter-spacing:1px;border-radius:50%}.rs-collections__title{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 0;border-bottom:1px solid var(--rs-line)}.rs-collections h2{font:800 clamp(23px,2.4vw,35px)/1.12 var(--rs-heading);letter-spacing:-1px;margin:0}.rs-collections__title p{font-size:12px;color:var(--rs-muted);margin:7px 0 0}.rs-collections__arrow{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--rs-line);border-radius:50%;font-size:23px;flex-shrink:0}.rs-collections__card:hover .rs-collections__arrow{background:var(--rs-yellow);border-color:var(--rs-yellow)}.rs-collections__footer{border-top:1px solid var(--rs-line);margin-top:50px;padding-top:30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.rs-collections__footer p{font-size:14px;color:var(--rs-muted);margin:0}@media(max-width:999px){.rs-collections__header{align-items:flex-start;flex-direction:column;gap:20px}.rs-collections__header>p{max-width:580px}.rs-collections__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 20px}}@media(max-width:599px){.rs-collections{padding-top:38px;padding-bottom:50px}.rs-collections h1{font-size:48px;letter-spacing:-2.4px}.rs-collections__grid{grid-template-columns:1fr;gap:25px}.rs-collections h2{font-size:31px}.rs-collections__header{margin-bottom:30px}.rs-collections__footer{align-items:flex-start;flex-direction:column;gap:20px;margin-top:35px}}@media(prefers-reduced-motion:reduce){.rs-collections__image img{transition:none}}.rs-contact{background:var(--rs-paper);color:var(--rs-ink);padding-block:92.8px 96px}.rs-contact-layout{display:grid;grid-template-columns:1fr 1.08fr;gap:clamp(48px,8vw,128px);align-items:start}.rs-contact h1{font:800 clamp(48px,5.9vw,96px)/1.03 var(--rs-heading);letter-spacing:-.065em;max-width:10ch;margin:17.6px 0 27.2px}.rs-contact h1>span{color:var(--rs-orange)}.rs-contact-lede{font-size:17.6px;line-height:1.75;color:var(--rs-muted);max-width:432px}.rs-contact-direct{margin-top:40px}.rs-contact-direct a{padding:19.2px 32px 19.2px 0;border-top:1px solid var(--rs-line);position:relative;display:flex;flex-direction:column;gap:6.4px;text-decoration:none;color:inherit}.rs-contact-direct a:last-child{border-bottom:1px solid var(--rs-line)}.rs-contact-direct a>span:first-child{font-size:11.2px;font-weight:600;text-transform:uppercase;letter-spacing:.13em;color:var(--rs-muted)}.rs-contact-direct strong{font-size:clamp(17.6px,1.6vw,24px);font-weight:600;letter-spacing:-.03em;overflow-wrap:anywhere}.rs-contact-direct .rs-contact-arrow{position:absolute;right:4.8px;top:50%;font-size:22.4px;transform:translateY(-50%)}.rs-contact-address{margin-block:32px;line-height:1.7}.rs-contact-note{margin-top:40px;background:var(--rs-yellow);padding:24px;display:flex;gap:19.2px;align-items:center;max-width:464px;transform:rotate(-1.3deg)}.rs-contact-note>span{font-size:54.4px;line-height:1;color:var(--rs-orange)}.rs-contact-note p{margin:0;font:600 23.2px/1.14 var(--rs-heading);letter-spacing:-.04em;max-width:14ch}.rs-contact-form-panel{background:#fffdf8;border:1px solid var(--rs-line);border-radius:3px;padding:clamp(24px,3.2vw,48px)}.rs-contact-form-panel h2{font:600 clamp(27.2px,2.8vw,44.8px)/1.1 var(--rs-heading);letter-spacing:-.05em;margin:0 0 9.6px}.rs-contact-required{font-size:12.48px;color:var(--rs-muted);margin:0 0 32px}.rs-contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:22.4px 17.6px}.rs-contact-field{min-width:0}.rs-contact-field--full{grid-column:1/-1}.rs-contact-field label{display:block;font-size:13.12px;font-weight:600;margin-bottom:8px}.rs-contact-field input,.rs-contact-field textarea{width:100%;border:1px solid #7c7e70;border-radius:2px;background:transparent;padding:13.6px 12.8px;font:inherit;font-size:15.2px;color:var(--rs-ink);min-height:48px;box-sizing:border-box}.rs-contact-field textarea{resize:vertical;line-height:1.6}.rs-contact-field input::placeholder,.rs-contact-field textarea::placeholder{color:#6c6d61;opacity:1}.rs-contact-field input:focus-visible,.rs-contact-field textarea:focus-visible{outline:2px solid var(--rs-green);outline-offset:2px}.rs-contact-field input[aria-invalid=true]{border-color:#9c311a}.rs-contact-field small{display:block;margin-top:6.4px;color:#8e2c18;font-size:12.48px}.rs-contact-submit{width:100%;display:flex;justify-content:space-between;margin-top:28.8px;cursor:pointer}.rs-contact-privacy{color:var(--rs-muted);font-size:11.84px;line-height:1.7;margin:16px 0 0}.rs-contact-privacy a{color:inherit;text-underline-offset:.15em}.rs-contact-feedback{padding:20.8px;margin-bottom:24px;font-size:15.2px;line-height:1.65}.rs-contact-feedback p{margin:8px 0 0}.rs-contact-feedback--success{background:#e5ecda;color:#233c21;border:1px solid #9eaf83}.rs-contact-feedback--error{background:#f9e5db;color:#832813;border:1px solid #c89982}.rs-contact-feedback ul{padding-left:19.2px;margin-bottom:0}.rs-contact-original{padding-top:48px}@media(max-width:960px){.rs-contact-layout{gap:40px}.rs-contact-form-panel{padding:24px}.rs-contact-fields{grid-template-columns:1fr}.rs-contact h1{font-size:clamp(48px,6vw,80px)}}@media(max-width:640px){.rs-contact{padding-block:48px 64px}.rs-contact-layout{grid-template-columns:1fr;gap:41.6px}.rs-contact h1{font-size:clamp(40px,11vw,68px);max-width:none}.rs-contact-note{max-width:none;margin-top:28.8px}.rs-contact-note p{max-width:none}.rs-contact-direct{margin-top:28.8px}.rs-contact-form-panel{padding:24px 18.4px}.rs-contact-field input,.rs-contact-field textarea{font-size:16px}}.rs-section .rs-featured{padding-block:78px 80px}.rs-section .rs-featured__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px}.rs-section .rs-featured__heading .rs-eyebrow{margin:0 0 15px;font-size:10px}.rs-section .rs-featured__heading h2{font:800 clamp(31px,3.4vw,52px)/1.1 var(--rs-heading);letter-spacing:-2px;margin:0;color:var(--rs-ink)}.rs-section .rs-featured__heading h2>span{color:var(--rs-orange)}.rs-section .rs-featured__description{font:400 13px/1.8 var(--rs-body);color:var(--rs-muted);padding-bottom:4px;flex-shrink:0;max-width:250px}.rs-section .rs-featured__description p{margin:0}.rs-section .rs-featured__categories{display:flex;flex-wrap:wrap;gap:9px;margin:31px 0 29px;padding-bottom:27px;border-bottom:1px solid var(--rs-line)}.rs-section .rs-featured__chip{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--rs-line);border-radius:30px;padding:10px 15px;font:600 11px/1.5 var(--rs-body);color:var(--rs-ink);text-decoration:none;transition:background .2s,border-color .2s}.rs-section .rs-featured__chip:hover{border-color:var(--rs-ink);background:#eee8db}.rs-section .rs-featured__chip--all{background:var(--rs-ink);border-color:var(--rs-ink);color:var(--rs-paper)}.rs-section .rs-featured__chip--all:hover{background:var(--rs-green);color:var(--rs-paper)}.rs-section .rs-featured__chip svg,.rs-section .rs-featured__bottom svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.rs-section .rs-featured__subheading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:21px}.rs-section .rs-featured__subheading>p{font:600 12px/1.6 var(--rs-body);margin:0;color:var(--rs-ink)}.rs-section .rs-featured__subheading>span{display:flex;gap:15px;align-items:center;font:400 11px/1.5 var(--rs-body);color:var(--rs-muted)}.rs-section .rs-featured__subheading>span>span{font-size:27px;color:var(--rs-orange)}.rs-section .rs-featured__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:27px}.rs-section .rs-featured__bottom{margin-top:28px;display:flex;justify-content:space-between;gap:20px;align-items:center}.rs-section .rs-featured__bottom p{display:flex;gap:8px;font:400 11px/1.8 var(--rs-body);color:var(--rs-muted);align-items:center;margin:0}.rs-section .rs-featured__bottom p svg{color:var(--rs-orange)}.rs-section .rs-featured__bottom .rs-link{flex-shrink:0}.rs-section .rs-featured__empty{font:400 15px/1.7 var(--rs-body);padding:40px 0}@media(max-width:950px){.rs-section .rs-featured{padding-block:63px 60px}.rs-section .rs-featured__heading h2{font-size:35px}.rs-section .rs-featured__description{font-size:12px;max-width:190px}.rs-section .rs-featured__grid{gap:20px}.rs-section .rs-featured__chip{padding:9px 14px}}@media(max-width:700px){.rs-section .rs-featured{padding:53px 6% 50px}.rs-section .rs-featured__heading{align-items:flex-start;flex-direction:column;gap:13px}.rs-section .rs-featured__heading .rs-eyebrow{font-size:8px;letter-spacing:1.3px;margin-bottom:13px}.rs-section .rs-featured__heading h2{font-size:36px;letter-spacing:-1.5px;max-width:380px}.rs-section .rs-featured__description{font-size:13px;max-width:330px}.rs-section .rs-featured__categories{gap:8px;margin:24px 0;padding-bottom:24px}.rs-section .rs-featured__chip{font-size:11px;padding:9px 12px}.rs-section .rs-featured__subheading>span{display:none}.rs-section .rs-featured__grid{grid-template-columns:1fr;gap:30px}.rs-section .rs-featured__bottom{margin-top:23px;flex-direction:column;gap:21px;align-items:flex-start}.rs-section .rs-featured__bottom p{font-size:11px}}.rs-footer{border-top:1px solid var(--rs-line);background:var(--rs-paper);padding:50px 0 25px}.rs-footer-main{display:grid;grid-template-columns:1.5fr .8fr 1.1fr 1fr;gap:40px;padding-bottom:40px}.rs-footer .rs-wordmark{font-size:31px}.rs-footer .rs-wordmark-star{font-size:33px}.rs-footer-brand>p{font-size:12px;color:var(--rs-muted);margin-top:17px}.rs-footer-small{display:block;font-size:9px;letter-spacing:.5px;margin-top:9px;color:var(--rs-muted)}.rs-footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.rs-footer-column>h2{font:600 9px/1.5 var(--rs-body);letter-spacing:1.2px;text-transform:uppercase;margin:0 0 8px}.rs-footer-column>a{font-size:12px}.rs-footer-column>a:hover{color:var(--rs-orange)}.rs-footer-column>.rs-footer-address{font-size:11px;line-height:1.7;color:var(--rs-muted);margin-top:3px}.rs-footer-cta{align-self:start;display:flex;align-items:center;gap:20px;justify-content:space-between;border-bottom:1px solid var(--rs-ink);padding:0 0 13px;font:600 21px/1.2 var(--rs-heading);letter-spacing:-.7px}.rs-footer-cta>span:last-child{font:400 32px/1 var(--rs-body);color:var(--rs-orange)}.rs-footer-cta:hover{color:var(--rs-orange)}.rs-footer-bottom{padding-top:21px;border-top:1px solid var(--rs-line);display:flex;align-items:center;justify-content:space-between;gap:25px;font-size:9px;color:var(--rs-muted)}.rs-footer-bottom nav{display:flex;gap:22px}.rs-footer-bottom a:hover{color:var(--rs-orange)}.rs-back-top{display:flex;gap:15px;align-items:center}.rs-back-top>span{font-size:17px;color:var(--rs-ink)}@media(max-width:1000px){.rs-footer-main{grid-template-columns:1.3fr 1fr 1.2fr;gap:28px}.rs-footer-cta{display:none}.rs-footer-bottom{flex-wrap:wrap;gap:14px}}@media(max-width:700px){.rs-footer{padding-top:35px}.rs-footer-main{grid-template-columns:1fr 1fr;gap:30px 25px;padding-bottom:28px}.rs-footer-brand{grid-column:1/-1}.rs-footer-brand>p{margin-top:11px}.rs-footer .rs-wordmark{font-size:30px}.rs-footer-column>h2{font-size:9px}.rs-footer-column>a{font-size:11px;overflow-wrap:anywhere}.rs-footer-bottom{flex-direction:column;align-items:flex-start;gap:14px;font-size:8px}.rs-footer-bottom nav{gap:19px}.rs-footer-small{font-size:9px}}.rs-footer-bottom nav{flex-wrap:wrap;gap:4px 20px}.rs-footer-bottom nav a{display:inline-flex;align-items:center;min-height:36px;font-size:11px}.rs-footer-column>a{min-height:24px}.rs-footer-bottom{font-size:10px;align-items:flex-start}.rs-footer-bottom nav{max-width:700px}.rs-footer-brand>p{font-size:13px}.rs-footer-small{font-size:11px}.rs-footer-column>h2{font-size:11px}.rs-footer-column>a{font-size:13px}.rs-header-section{position:relative;z-index:30}.rs-announcement{background:var(--rs-ink);color:var(--rs-paper)}.rs-announcement .rs-wrap{height:36px;display:flex;align-items:center;justify-content:space-between;font-size:9px;font-weight:600;letter-spacing:1.6px}.rs-announcement-extra{font-size:11px;letter-spacing:.3px;font-weight:400;display:flex;align-items:center;gap:19px}.rs-announcement-extra>span{color:var(--rs-yellow);font-size:19px}.rs-header{height:105px;display:flex;align-items:center;justify-content:space-between;gap:26px;border-bottom:1px solid var(--rs-line);position:relative;background:var(--rs-paper)}.rs .rs-wordmark{display:flex;align-items:center;white-space:nowrap;font:800 35px/1 var(--rs-heading);letter-spacing:-2px}.rs-wordmark-light{font-weight:600}.rs-wordmark-star{color:var(--rs-orange);font:400 39px/1 var(--rs-body);margin:-15px 0 0 4px}.rs-logo-image{max-width:220px;max-height:60px;width:auto!important;object-fit:contain}.rs-desktop-nav{display:flex;align-items:center;gap:33px;font-size:13px;font-weight:600}.rs-desktop-nav>a:hover,.rs-products-dropdown>summary:hover{color:var(--rs-orange)}.rs-products-dropdown{position:relative}.rs-products-dropdown>summary{display:flex;align-items:center;gap:5px;list-style:none;cursor:pointer}.rs-products-dropdown summary::-webkit-details-marker,.rs-mobile-nav summary::-webkit-details-marker{display:none}.rs-products-dropdown .rs-icon{width:15px;height:15px;transition:transform .2s}.rs-products-dropdown[open]>summary>.rs-icon{transform:rotate(180deg)}.rs-products-menu{position:absolute;left:-22px;top:calc(100% + 23px);background:var(--rs-paper);border:1px solid var(--rs-line);box-shadow:0 15px 35px #27281f12;min-width:250px;padding:12px 20px;border-radius:4px;z-index:50}.rs-products-menu a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:9px 0;font-size:12px;font-weight:500}.rs-products-menu a:not(:last-child){border-bottom:1px solid #dad8cc77}.rs-products-menu a:hover{color:var(--rs-orange)}.rs-products-menu a>span{font-size:10px;color:var(--rs-muted)}.rs-products-menu .rs-menu-all{font-weight:700;font-size:13px;padding:10px 0 14px;margin-bottom:4px}.rs-header-actions{display:flex;align-items:center;gap:24px}.rs-search-link{width:33px;height:38px;display:grid;place-items:center}.rs-header .rs-header-quote{font-size:12px;min-height:48px;padding:15px 20px;gap:25px}.rs-mobile-nav{display:none}.rs-mobile-nav>summary{width:28px;height:36px;display:grid;place-items:center;cursor:pointer;list-style:none}.rs-mobile-links{position:absolute;left:0;right:0;top:100%;padding:19px 6% 24px;border-bottom:1px solid var(--rs-line);background:var(--rs-paper);box-shadow:0 16px 25px #27281f10}.rs-mobile-links a{display:flex;justify-content:space-between;padding:12px 0;font-size:15px;font-weight:600;border-bottom:1px solid var(--rs-line)}.rs-mobile-links a:last-child{border-bottom:0;font-size:12px;color:var(--rs-orange)}@media(max-width:1100px){.rs-desktop-nav{gap:23px;font-size:12px}.rs .rs-wordmark{font-size:31px}.rs-header-actions{gap:17px}.rs-header{height:94px}.rs-header .rs-header-quote{padding:15px 17px;gap:17px}}@media(max-width:850px){.rs .rs-header .rs-header-quote{display:none}.rs-desktop-nav{gap:25px}.rs-header{height:86px}}@media(max-width:700px){.rs-announcement .rs-wrap{height:30px;font-size:7px;letter-spacing:1.1px;justify-content:center}.rs-announcement-extra{display:none}.rs-header{height:78px;gap:16px}.rs .rs-wordmark{font-size:29px;letter-spacing:-1.8px}.rs-wordmark-star{font-size:32px;margin-top:-12px}.rs-desktop-nav{display:none}.rs-mobile-nav{display:block}.rs-header-actions{gap:15px}.rs-search-link .rs-icon{width:20px;height:20px}.rs-logo-image{max-width:175px;max-height:48px}}@media(max-width:360px){.rs .rs-wordmark{font-size:25px}.rs-wordmark-star{font-size:27px}.rs-header-actions{gap:10px}.rs-search-link{width:24px}.rs-announcement .rs-wrap{font-size:6px}}.rs-header .rs-search-link,.rs-header .rs-mobile-nav>summary{width:44px;height:44px}.rs-desktop-nav>a,.rs-products-dropdown>summary{min-height:44px;display:flex;align-items:center}@media(max-width:700px){.rs-header-actions{gap:6px}.rs-header{gap:10px}}@media(max-width:360px){.rs .rs-header .rs-brand-image{width:160px}.rs-header-actions{gap:2px}.rs-header{gap:6px}}.rs-section .rs-hero{display:grid;grid-template-columns:1fr 1.07fr;gap:42px;padding-block:44px 52px;min-height:715px}.rs-section .rs-hero__copy{padding-top:15px;display:flex;align-items:flex-start;flex-direction:column;min-width:0}.rs-section .rs-hero .rs-hero__eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 27px;font-size:10px;letter-spacing:1.8px}.rs-section .rs-hero__eyebrow>span{color:var(--rs-orange);font-size:25px;line-height:1}.rs-section .rs-hero__title{font:800 clamp(49px,6.3vw,99px)/.94 var(--rs-heading);letter-spacing:-4.5px;color:var(--rs-ink);margin:0;position:relative;z-index:1}.rs-section .rs-hero__title>span{display:block}.rs-section .rs-hero__title .rs-hero__accent{display:inline-block;position:relative;color:var(--rs-orange);padding-bottom:13px}.rs-section .rs-hero__accent svg{position:absolute;bottom:1px;left:-3px;width:105%;height:16px;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round}.rs-section .rs-hero__description{font:400 15px/1.8 var(--rs-body);margin-top:27px;color:var(--rs-muted);max-width:405px}.rs-section .rs-hero__description p{margin:0}.rs-section .rs-hero__actions{display:flex;align-items:center;gap:31px;margin-top:26px;flex-wrap:wrap}.rs-section .rs-hero__actions .rs-button{gap:30px}.rs-section .rs-hero__icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.rs-section .rs-hero__actions .rs-link .rs-hero__icon{width:18px;height:18px}.rs-section .rs-hero__footnote{display:flex;align-items:center;gap:12px;font:400 11px/1.65 var(--rs-body);color:var(--rs-muted);margin-top:auto;padding-top:33px}.rs-section .rs-hero__footnote>span{font-size:34px;color:var(--rs-orange);line-height:1}.rs-section .rs-hero__footnote p{margin:0}.rs-section .rs-hero__footnote strong{color:var(--rs-ink);font-weight:600}.rs-section .rs-hero__visual{position:relative;min-width:0;isolation:isolate;border-radius:3px 96px 3px 3px;background:#34332a;min-height:600px}.rs-section .rs-hero__photo{width:100%;height:100%;object-fit:cover;object-position:55% center;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.rs-section .rs-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#171a13db,transparent 38%);z-index:1;border-radius:inherit}.rs-section .rs-hero__stamp{position:absolute;right:-21px;top:37px;width:130px;height:130px;border-radius:50%;background:var(--rs-yellow);display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--rs-ink);z-index:2;transform:rotate(12deg);outline:1px dashed #27281f85;outline-offset:-8px;gap:2px;box-shadow:0 3px 14px #0001}.rs-section .rs-hero__stamp span:first-child{font:600 9px/1.6 var(--rs-body);letter-spacing:2px}.rs-section .rs-hero__stamp strong{font:800 12px/1.5 var(--rs-heading);letter-spacing:-.4px}.rs-section .rs-hero__stamp svg{width:30px;height:30px;margin:3px 0;fill:none;stroke:currentColor;stroke-width:1.5}.rs-section .rs-hero__stamp span:last-child{font:600 6px/1.5 var(--rs-body);letter-spacing:1px;margin-top:3px}.rs-section .rs-hero__caption{position:absolute;z-index:2;bottom:47px;left:29px;right:29px;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#fff;text-decoration:none;gap:15px}.rs-section .rs-hero__caption>span:first-child{display:flex;flex-direction:column;gap:6px}.rs-section .rs-hero__caption-label{font:500 9px/1.5 var(--rs-body);letter-spacing:1.8px;color:#fff5de}.rs-section .rs-hero__caption strong{font:600 23px/1.3 var(--rs-heading);letter-spacing:-.7px}.rs-section .rs-hero__caption-arrow{display:grid;place-items:center;border:1px solid #ffffff83;border-radius:50%;height:45px;width:45px;flex-shrink:0;transition:background .2s}.rs-section .rs-hero__caption:hover .rs-hero__caption-arrow{background:var(--rs-yellow);color:var(--rs-ink);border-color:var(--rs-yellow)}.rs-section .rs-hero__index{position:absolute;bottom:17px;left:29px;z-index:2;font:500 8px/1.5 var(--rs-body);color:#fff;letter-spacing:1.6px}.rs-section .rs-flavour-strip{background:var(--rs-yellow);color:var(--rs-ink);overflow:hidden;border-block:1px solid var(--rs-ink);transform:rotate(-1.3deg);width:100%;margin:12px 0 15px;padding:14px 0}.rs-section .rs-flavour-strip>div{display:flex;align-items:center;justify-content:center;gap:43px;white-space:nowrap;font:800 18px/1.3 var(--rs-heading);letter-spacing:-.1px;width:max-content;min-width:100%;text-transform:uppercase}.rs-section .rs-flavour-strip span:nth-child(2n){font-size:27px;font-weight:400}@media(max-width:1200px){.rs-section .rs-hero{gap:32px;min-height:660px;padding-top:34px}.rs-section .rs-hero__visual{min-height:550px}.rs-section .rs-hero__actions{gap:22px}.rs-section .rs-hero__description{font-size:14px}.rs-section .rs-hero__caption strong{font-size:20px}.rs-section .rs-hero__stamp{width:112px;height:112px;right:-16px}.rs-section .rs-hero__stamp strong{font-size:10px}.rs-section .rs-hero__stamp span:last-child{font-size:5px}}@media(max-width:950px){.rs-section .rs-hero{gap:26px;min-height:605px}.rs-section .rs-hero__visual{min-height:500px;border-top-right-radius:70px}.rs-section .rs-hero .rs-hero__eyebrow{font-size:8px;letter-spacing:1px;gap:6px;margin-bottom:23px}.rs-section .rs-hero__title{letter-spacing:-3px}.rs-section .rs-hero__description{font-size:13px}.rs-section .rs-hero__actions{gap:17px;margin-top:21px}.rs-section .rs-hero__footnote{font-size:10px}.rs-section .rs-hero__caption{left:20px;right:20px}.rs-section .rs-hero__caption strong{font-size:18px}.rs-section .rs-hero__caption-label{font-size:7px}.rs-section .rs-hero__index{left:20px;font-size:7px}.rs-section .rs-flavour-strip>div{font-size:16px;gap:30px}}@media(max-width:700px){.rs-section .rs-hero{grid-template-columns:1fr;gap:33px;padding:31px 6% 36px;min-height:0}.rs-section .rs-hero__copy{padding-top:0}.rs-section .rs-hero .rs-hero__eyebrow{font-size:9px;letter-spacing:1.2px;margin-bottom:22px}.rs-section .rs-hero__title{font-size:clamp(43px,11.8vw,76px);letter-spacing:-2.7px}.rs-section .rs-hero__description{font-size:14px;margin-top:20px;max-width:360px}.rs-section .rs-hero__actions{margin-top:22px;gap:23px}.rs-section .rs-hero__actions .rs-button{gap:20px}.rs-section .rs-hero__footnote{display:none}.rs-section .rs-hero__visual{min-height:0;height:430px;border-top-right-radius:76px;margin-right:10px}.rs-section .rs-hero__stamp{right:-18px;top:29px;width:111px;height:111px}.rs-section .rs-hero__caption{left:23px;right:23px;bottom:45px}.rs-section .rs-hero__caption strong{font-size:20px}.rs-section .rs-hero__index{left:23px}.rs-section .rs-flavour-strip{padding:11px 0;margin:5px 0 0;transform:rotate(-2deg)}.rs-section .rs-flavour-strip>div{gap:25px;font-size:14px;justify-content:flex-start;padding-left:20px}}@media(max-width:370px){.rs-section .rs-hero__actions{gap:16px}.rs-section .rs-hero__visual{height:350px}.rs-section .rs-hero__caption strong{font-size:17px}}.rs-not-found{padding-top:85px;padding-bottom:100px;text-align:center}.rs-not-found .rs-brand-mark{--rs-mark-size:70px;display:block;margin:30px auto}.rs-not-found h1{font-size:clamp(40px,6vw,85px);max-width:12ch;margin:0 auto;letter-spacing:-.05em}.rs-not-found>p:not(.rs-eyebrow){font-size:16px;line-height:1.8;max-width:44ch;margin:25px auto;color:var(--rs-muted)}.rs-not-found>a{margin:10px 12px;min-height:48px}.rs-page{background:var(--rs-paper);color:var(--rs-ink)}.rs-page-hero{display:grid;grid-template-columns:1.3fr .7fr;align-items:end;gap:80px;padding-block:92.8px 80px}.rs-page h1{font-family:var(--rs-heading);font-weight:800;font-size:clamp(48px,6.5vw,107.2px);line-height:1.02;letter-spacing:-.065em;max-width:12ch;margin:17.6px 0 0}.rs-page-dot{color:var(--rs-orange)}.rs-page-lede{font-size:clamp(17.92px,1.65vw,22.08px);line-height:1.65;color:var(--rs-muted);max-width:544px;margin:0 0 8px}.rs-page-story{display:grid;grid-template-columns:1fr 1fr}.rs-page-art{background:var(--rs-orange);color:var(--rs-paper);position:relative;overflow:hidden;padding:76.8px max(32px,6vw);min-height:640px}.rs-page-art:before{content:"";position:absolute;width:90%;aspect-ratio:1;border:1px solid rgba(255,255,255,.2);border-radius:50%;left:38%;top:30%}.rs-page-art:after{content:"";position:absolute;width:90%;aspect-ratio:1;border:1px solid rgba(255,255,255,.2);border-radius:50%;left:46%;top:38%}.rs-page-art p{position:relative;margin:0;font:800 clamp(60.8px,6.8vw,115.2px)/.94 var(--rs-heading);letter-spacing:-.06em}.rs-page-art p em{color:var(--rs-yellow);font-style:normal}.rs-page-art-spark{position:absolute;top:48px;right:54.4px;color:var(--rs-yellow);font-size:104px;line-height:1;transform:rotate(10deg)}.rs-page-art-note{position:relative;display:block;margin-top:51.2px;text-transform:uppercase;letter-spacing:.12em;font-size:11.52px;font-weight:600}.rs-page-story-copy{padding:86.4px clamp(32px,6vw,96px);background:var(--rs-green);color:var(--rs-paper);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.rs-page-story-copy h2,.rs-page-industry-inner h2{font-family:var(--rs-heading);font-size:clamp(38.4px,3.8vw,64px);line-height:1.08;letter-spacing:-.05em;margin:16px 0 24px}.rs-page-story-copy p:not(.rs-eyebrow){font-size:16.64px;line-height:1.75;color:#ffffffd1}.rs-page-story-copy .rs-button{margin-top:25.6px}.rs-page-values{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;padding-block:88px}.rs-page-number{display:block;color:var(--rs-orange);font-size:12px;letter-spacing:.1em;font-weight:600;margin-bottom:32px}.rs-page-value h2,.rs-page-capability h2{font-family:var(--rs-heading);font-size:clamp(25.6px,2.3vw,36.8px);line-height:1.12;letter-spacing:-.04em;margin:0 0 16px}.rs-page-value p,.rs-page-capability p{font-size:16px;line-height:1.7;color:var(--rs-muted);margin:0}.rs-page-value{padding-top:27.2px;border-top:1px solid var(--rs-line)}.rs-page-services{display:grid;grid-template-columns:repeat(3,1fr);padding-bottom:88px;gap:0}.rs-page-capability{border-top:1px solid var(--rs-line);padding:32px 40px 44.8px 0}.rs-page-capability:nth-child(3n+2),.rs-page-capability:nth-child(3n+3){padding-left:40px;border-left:1px solid var(--rs-line)}.rs-page-industries{background:var(--rs-green);color:var(--rs-paper);padding-block:80px}.rs-page-industry-inner{display:grid;grid-template-columns:1fr 1fr;gap:96px;align-items:center}.rs-page-industry-inner p:not(.rs-eyebrow){max-width:512px;color:#fffc;line-height:1.7}.rs-page-industry-inner ul{margin:0;padding:0;list-style:none}.rs-page-industry-inner li{border-bottom:1px solid rgba(255,255,255,.2);padding:16px 0;font-family:var(--rs-heading);font-size:20.8px;letter-spacing:-.02em;display:flex;justify-content:space-between;gap:16px}.rs-page-industry-inner li:after{content:"\2197";color:var(--rs-yellow)}.rs-page-cta{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-block:80px;border-top:1px solid var(--rs-line)}.rs-page-cta h2{font:600 clamp(32px,3.8vw,60.8px)/1.12 var(--rs-heading);letter-spacing:-.05em;max-width:16ch;margin:12.8px 0 0}.rs-page-document{max-width:992px;padding-block:72px 96px}.rs-page-document header{border-bottom:1px solid var(--rs-line);padding-bottom:40px;margin-bottom:40px}.rs-page-document h1{font-size:clamp(44.8px,6vw,83.2px);max-width:none}.rs-richtext{line-height:1.8;overflow-wrap:anywhere}.rs-richtext h1,.rs-richtext h2,.rs-richtext h3,.rs-richtext h4{font-family:var(--rs-heading);letter-spacing:-.035em;line-height:1.18;margin:2em 0 .7em;max-width:none}.rs-richtext h1,.rs-richtext h2{font-size:clamp(27.2px,3vw,38.4px)}.rs-richtext h3{font-size:24px}.rs-richtext p{margin:0 0 1.2em}.rs-richtext a{color:inherit;text-decoration:underline;text-underline-offset:.18em}.rs-richtext img,.rs-richtext iframe{max-width:100%}.rs-richtext img{height:auto}.rs-richtext table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.rs-richtext td,.rs-richtext th{padding:11.2px;border:1px solid var(--rs-line);text-align:left}.rs-richtext ul,.rs-richtext ol{padding-left:24px}.rs-richtext blockquote{border-left:3px solid var(--rs-orange);padding-left:19.2px;margin-inline:0}.rs-page-source{padding-bottom:48px}.rs-page-source summary{cursor:pointer;padding:16px 0;font-weight:600;border-bottom:1px solid var(--rs-line)}.rs-page-source .rs-richtext{margin-top:32px}@media(max-width:900px){.rs-page-hero{gap:32px;padding-block:57.6px}.rs-page-story-copy{padding:48px 32px}.rs-page-art{padding:56px 32px;min-height:560px}.rs-page-art-spark{right:24px;font-size:72px}.rs-page-values{gap:24px}.rs-page-capability{padding-right:20.8px}.rs-page-capability:nth-child(3n+2),.rs-page-capability:nth-child(3n+3){padding-left:20.8px}.rs-page-industry-inner{gap:48px}}@media(max-width:640px){.rs-page-hero{grid-template-columns:1fr;gap:28.8px;padding-block:48px}.rs-page h1{font-size:clamp(48px,13vw,75.2px)}.rs-page-story{grid-template-columns:1fr}.rs-page-art{min-height:0;padding:48px 24px}.rs-page-art p{font-size:75.2px}.rs-page-art-spark{right:32px;top:32px;font-size:96px}.rs-page-story-copy{padding:48px 24px}.rs-page-values{grid-template-columns:1fr;padding-block:48px;gap:32px}.rs-page-number{margin-bottom:16px}.rs-page-services{grid-template-columns:1fr;padding-bottom:48px}.rs-page-capability,.rs-page-capability:nth-child(3n+2),.rs-page-capability:nth-child(3n+3){padding:27.2px 0;border-left:0}.rs-page-industry-inner{grid-template-columns:1fr;gap:24px}.rs-page-industries{padding-block:48px}.rs-page-cta{align-items:flex-start;flex-direction:column;padding-block:48px}.rs-page-document{padding-block:48px 64px}.rs-page-document h1{font-size:clamp(40px,11vw,64px)}}.rs-product{padding-top:25px;padding-bottom:80px}.rs-product__breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;font-size:11px;line-height:1.6;color:var(--rs-muted);margin-bottom:33px}.rs-product__breadcrumbs a{text-decoration:none;padding-block:5px}.rs-product__breadcrumbs>span{padding-block:5px}.rs-product__breadcrumbs a:hover{color:var(--rs-orange);text-decoration:underline}.rs-product__layout{display:grid;grid-template-columns:1.08fr 1fr;gap:clamp(30px,5vw,85px);align-items:start}.rs-product__gallery{display:grid;gap:18px;min-width:0}.rs-product__media{display:grid;place-items:center;min-width:0;overflow:hidden;border:1px solid var(--rs-line);border-radius:5px;background:#fff;aspect-ratio:1;order:var(--rs-media-order,0)}.rs-product__media>*{max-width:100%;width:100%;height:100%;object-fit:contain}.rs-product__media iframe,.rs-product__media model-viewer{min-height:400px;border:0}.rs-product__placeholder{color:var(--rs-orange);font-size:160px;line-height:1}.rs-product__content{min-width:0;padding-top:10px}.rs-product h1{font:800 clamp(38px,4.5vw,70px)/1.02 var(--rs-heading);letter-spacing:-.045em;margin:19px 0 22px;overflow-wrap:anywhere}.rs-product h1>span{color:var(--rs-orange)}.rs .rs-product__price{font-size:18px;font-weight:600;color:var(--rs-orange);margin:0 0 24px}.rs-product__description{font-size:15px;line-height:1.85;color:var(--rs-muted);overflow-wrap:anywhere}.rs-product__description p{margin:0 0 16px}.rs-product__description img{height:auto;max-width:100%}.rs-product__description table{display:block;max-width:100%;overflow-x:auto}.rs-product__variants{margin:25px 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:9px}.rs-product__variants label{flex-basis:100%;font-size:12px;font-weight:600}.rs-product__variants select{flex:1;min-width:0;max-width:100%;padding:13px 35px 13px 13px;border:1px solid #7c7e70;border-radius:3px;background:#fffaf2;color:var(--rs-ink);font:inherit;font-size:14px;min-height:48px}.rs-product__apply{font:inherit;font-size:12px;border:1px solid var(--rs-ink);border-radius:3px;padding:12px;background:transparent;min-height:48px;color:var(--rs-ink);cursor:pointer}.rs-product__availability{font-size:12px;color:var(--rs-muted);margin:14px 0 0}.rs-product__actions{display:flex;flex-wrap:wrap;align-items:center;gap:22px;margin-top:28px}.rs-product__actions .rs-button{min-width:220px;justify-content:space-between}.rs-product__phone{display:flex;flex-direction:column;gap:4px;min-height:44px;justify-content:center;text-decoration:none}.rs-product__phone span{font-size:10px;color:var(--rs-muted)}.rs-product__phone strong{font-size:14px;font-weight:600}.rs-product__phone:hover strong{text-decoration:underline}.rs .rs-product__quote-note{font-size:12px;line-height:1.7;color:var(--rs-muted);margin:18px 0 30px;max-width:430px}.rs-product__details{border-top:1px solid var(--rs-line)}.rs-product__details details{border-bottom:1px solid var(--rs-line);padding:0 0 3px}.rs-product__details summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 0;cursor:pointer;font-size:13px;font-weight:600;min-height:50px}.rs-product__details summary::-webkit-details-marker{display:none}.rs-product__details summary>span{font-size:22px;font-weight:400;line-height:1}.rs-product__details details[open] summary>span{transform:rotate(45deg)}.rs-product__details p{font-size:13px;line-height:1.8;color:var(--rs-muted);margin:0 0 18px}.rs-product__details .rs-link{margin-bottom:18px;font-size:12px}.rs-product__back{display:inline-flex;align-items:center;gap:12px;font-size:12px;min-height:44px;margin-top:20px;text-decoration:none}.rs-product__back:hover{color:var(--rs-orange)}@media(max-width:799px){.rs-product__layout{grid-template-columns:1fr;gap:32px}.rs-product__gallery{max-width:650px}.rs-product__content{padding-top:0}.rs-product h1{font-size:clamp(38px,7vw,59px)}.rs-product__breadcrumbs{margin-bottom:23px}.rs-product__media{max-height:600px}.rs-product__media:not(:first-child){max-height:350px}}@media(max-width:399px){.rs-product__actions{align-items:flex-start;flex-direction:column;gap:18px}.rs-product__actions .rs-button,.rs-product__apply{width:100%}.rs-product__description{font-size:14px}.rs-product{padding-bottom:48px}}.rs-product__quantity{margin-top:24px}.rs-product__quantity label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}.rs-product__quantity input{width:100%;max-width:390px;min-height:48px;padding:12px;background:#fffaf2;border:1px solid #7c7e70;border-radius:3px;font-size:16px;color:var(--rs-ink)}.rs-product__variants select{font-size:16px}.rs-related{padding-top:48px;padding-bottom:75px;border-top:1px solid var(--rs-line)}.rs-related-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.rs-related-heading h2{font-size:clamp(30px,3.5vw,50px);letter-spacing:-.04em;margin:12px 0 0}.rs-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.rs-related-heading>a{min-height:44px;flex-shrink:0}@media(max-width:800px){.rs-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 16px}.rs-related-heading{align-items:start;flex-direction:column;gap:12px}.rs-related{padding-bottom:48px}}.rs-search{padding-top:58px;padding-bottom:85px;min-height:65vh}.rs-search__header{max-width:950px;margin:0 auto 45px;text-align:center}.rs-search h1{font:800 clamp(42px,6.2vw,88px)/1 var(--rs-heading);letter-spacing:-.05em;margin:20px 0 30px;overflow-wrap:anywhere}.rs-search h1>span{color:var(--rs-orange)}.rs-search__form{max-width:690px;margin:auto;text-align:left}.rs-search__form label{display:block;font-size:12px;font-weight:600;margin-bottom:9px}.rs-search__form>div{display:flex;gap:9px}.rs-search__form input[type=search]{width:100%;min-width:0;font:inherit;font-size:15px;min-height:54px;padding:14px 16px;border:1px solid #7c7e70;border-radius:3px;background:#fffaf2;color:var(--rs-ink)}.rs-search__form .rs-button{flex-shrink:0}.rs-search__count{font-size:13px;color:var(--rs-muted);border-bottom:1px solid var(--rs-line);padding-bottom:18px;margin:0 0 27px;overflow-wrap:anywhere}.rs-search__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:35px 25px}.rs-search__other{border:1px solid var(--rs-line);border-radius:4px;padding:24px}.rs-search__other h2{font:800 27px/1.15 var(--rs-heading);margin:0 0 15px;overflow-wrap:anywhere}.rs-search__other p{font-size:13px;color:var(--rs-muted);line-height:1.7}.rs-search__empty{padding:40px 15px;text-align:center}.rs-search__empty h2{font:800 32px/1.15 var(--rs-heading);margin:0 0 14px;letter-spacing:-1px}.rs-search__empty p{font-size:14px;color:var(--rs-muted);line-height:1.75;max-width:480px;margin:0 auto 25px}.rs-search__pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:42px 0 0}.rs-search__pagination>*{display:grid;place-items:center;min-width:44px;min-height:44px;border:1px solid var(--rs-line);border-radius:50%;font-size:13px;text-decoration:none}.rs-search__pagination a:hover{background:var(--rs-yellow)}.rs-search__pagination [aria-current=page]{background:var(--rs-ink);color:var(--rs-paper);border-color:var(--rs-ink)}.rs-search__prompt{font-size:15px;color:var(--rs-muted);text-align:center;line-height:1.7;margin:0 0 16px}.rs-search>.rs-link{display:flex;justify-content:center}@media(max-width:1099px){.rs-search__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:799px){.rs-search__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}}@media(max-width:599px){.rs-search{padding-top:38px;padding-bottom:50px}.rs-search h1{font-size:46px;letter-spacing:-2px}.rs-search__header{margin-bottom:32px}.rs-search__form .rs-button{padding:15px;gap:8px}.rs-search__grid{grid-template-columns:1fr;gap:29px}.rs-search__form input[type=search]{padding:12px;font-size:14px}.rs-search__empty h2{font-size:29px}}.rs input:not([type=hidden]):not([type=checkbox]),.rs select,.rs textarea{border-color:#7c7e70}@media(max-width:700px){.rs input[type=search],.rs select{font-size:16px}}.rs-section .rs-story{display:grid;grid-template-columns:1fr 1fr;background:var(--rs-green);color:var(--rs-paper);min-height:555px;max-width:1600px;margin-inline:auto}.rs-section .rs-story__art{position:relative;overflow:hidden;background:var(--rs-orange);display:flex;flex-direction:column;justify-content:center;padding:58px 17%;isolation:isolate}.rs-section .rs-story__art>p{font:800 clamp(48px,5.3vw,80px)/.88 var(--rs-heading);letter-spacing:-4px;z-index:1;transform:rotate(-6deg);width:max-content;margin:0;color:var(--rs-paper)}.rs-section .rs-story__art p>span{-webkit-text-stroke:1.4px var(--rs-paper);color:transparent}.rs-section .rs-story__ring{width:550px;height:550px;position:absolute;border:1px solid #f8f4eb29;border-radius:50%;z-index:-1;left:-150px;top:-230px}.rs-section .rs-story__ring--two{top:270px;left:350px}.rs-section .rs-story__spark{position:absolute;fill:none;stroke:var(--rs-yellow);stroke-width:4;width:125px;height:125px;right:11%;bottom:105px;transform:rotate(12deg);z-index:2}.rs-section .rs-story__art-note{font:400 11px/1.7 var(--rs-body);letter-spacing:.5px;margin-top:36px;transform:rotate(-6deg)}.rs-section .rs-story__copy{padding:73px 14% 69px 12%;max-width:770px}.rs-section .rs-story__copy>.rs-eyebrow{font-size:10px;color:#f5dc94;margin:0 0 23px}.rs-section .rs-story__copy h2{font:800 clamp(35px,3.3vw,49px)/1.04 var(--rs-heading);letter-spacing:-1.8px;margin:0 0 25px;color:var(--rs-paper)}.rs-section .rs-story__description{font:400 13px/1.9 var(--rs-body);color:#e1e4d8;max-width:380px}.rs-section .rs-story__description p{margin:16px 0 0}.rs-section .rs-story__services{display:flex;width:fit-content;align-items:center;gap:12px;margin-top:22px;color:#f5dc94;text-decoration:none;font:600 11px/1.7 var(--rs-body)}.rs-section .rs-story__services:hover{text-decoration:underline;text-underline-offset:5px}.rs-section .rs-story__copy .rs-button{margin-top:26px;font-size:12px;gap:22px;padding:16px 20px;min-height:48px}.rs-section .rs-story__copy svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}@media(max-width:1200px){.rs-section .rs-story__copy{padding:64px 12% 60px 11%}.rs-section .rs-story__art{padding-left:14%}.rs-section .rs-story__spark{width:95px;height:95px;right:9%}}@media(max-width:950px){.rs-section .rs-story{min-height:480px}.rs-section .rs-story__art>p{font-size:61px;letter-spacing:-3px}.rs-section .rs-story__copy{padding:55px 10%}.rs-section .rs-story__copy h2{font-size:36px}.rs-section .rs-story__description{font-size:12px}.rs-section .rs-story__spark{width:80px;height:80px;bottom:120px;right:8%}}@media(max-width:700px){.rs-section .rs-story{grid-template-columns:1fr}.rs-section .rs-story__art{min-height:425px;padding:55px 13%}.rs-section .rs-story__art>p{font-size:73px;letter-spacing:-3px}.rs-section .rs-story__art-note{font-size:11px;margin-top:29px}.rs-section .rs-story__spark{width:110px;height:110px;right:13%;bottom:65px}.rs-section .rs-story__copy{padding:47px 9% 52px;max-width:none}.rs-section .rs-story__copy h2{font-size:41px;letter-spacing:-2px}.rs-section .rs-story__copy>.rs-eyebrow{font-size:9px;letter-spacing:1.4px;margin-bottom:21px}.rs-section .rs-story__description{font-size:14px;max-width:450px}.rs-section .rs-story__copy .rs-button{margin-top:25px;font-size:12px;min-height:52px}}@media(max-width:370px){.rs-section .rs-story__art>p{font-size:65px}}.rs-section .rs-trade{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding-block:85px 89px;gap:70px}.rs-section .rs-trade__copy>.rs-eyebrow{font-size:10px;margin:0 0 20px}.rs-section .rs-trade__copy h2{font:800 clamp(40px,4.1vw,61px)/1.02 var(--rs-heading);letter-spacing:-3px;margin:0;color:var(--rs-ink)}.rs-section .rs-trade__description{font:400 14px/1.9 var(--rs-body);margin-top:20px;color:var(--rs-muted);max-width:470px}.rs-section .rs-trade__description p{margin:0}.rs-section .rs-trade__actions{display:flex;align-items:center;flex-wrap:wrap;gap:26px;margin-top:28px}.rs-section .rs-trade__actions .rs-button{font-size:12px;gap:21px}.rs-section .rs-trade__actions svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.rs-section .rs-trade__note{justify-self:center;transform:rotate(5deg);padding:42px 60px 36px;background:var(--rs-yellow);box-shadow:7px 9px #e7dfc9;position:relative;border-radius:1px;text-align:center;width:380px;max-width:100%}.rs-section .rs-trade__note:before{content:"";width:86px;height:23px;position:absolute;top:-11px;left:calc(50% - 43px);background:#e6d9b9b5;transform:rotate(-9deg)}.rs-section .rs-trade__note>p{font:800 43px/.97 var(--rs-heading);letter-spacing:-1.8px;color:var(--rs-ink);margin:0 0 30px}.rs-section .rs-trade__note>p>span{color:var(--rs-orange)}.rs-section .rs-trade__note>span{font:600 8px/1.5 var(--rs-body);letter-spacing:1.6px;color:var(--rs-ink)}.rs-section .rs-trade__note>svg{position:absolute;right:19px;top:20px;width:30px;height:30px;fill:none;stroke:var(--rs-orange);stroke-width:4}@media(max-width:1200px){.rs-section .rs-trade__note{width:330px;padding:37px 35px}.rs-section .rs-trade__note>p{font-size:39px}.rs-section .rs-trade__actions{gap:20px}}@media(max-width:950px){.rs-section .rs-trade{gap:35px;padding-block:63px 65px}.rs-section .rs-trade__copy h2{font-size:44px;letter-spacing:-2px}.rs-section .rs-trade__note{width:290px;padding:35px 25px}.rs-section .rs-trade__note>p{font-size:37px}.rs-section .rs-trade__note>span{font-size:7px}.rs-section .rs-trade__note>svg{width:24px;height:24px;right:13px}}@media(max-width:700px){.rs-section .rs-trade{grid-template-columns:1fr;gap:60px;padding:52px 6% 60px}.rs-section .rs-trade__copy h2{font-size:45px;letter-spacing:-2px}.rs-section .rs-trade__description{font-size:14px}.rs-section .rs-trade__actions{gap:23px}.rs-section .rs-trade__actions .rs-button{font-size:12px;padding:16px 20px;gap:17px}.rs-section .rs-trade__note{width:300px;max-width:90%;padding:40px 25px 28px}.rs-section .rs-trade__note>p{font-size:42px}}@media(max-width:370px){.rs-section .rs-trade__copy h2{font-size:39px}.rs-section .rs-trade__note{width:265px}.rs-section .rs-trade__note>p{font-size:37px}}.rs .rs-brand{display:inline-flex;align-items:center;min-height:48px;flex-shrink:0}.rs .rs-brand-image{display:block;width:268px;height:auto;max-height:76px;object-fit:contain}.rs .rs-brand-mark{display:inline-block;width:var(--rs-mark-size,44px);height:var(--rs-mark-size,44px);overflow:hidden;flex-shrink:0;position:relative}.rs .rs-brand-mark img{position:absolute;left:0;top:0;width:calc(var(--rs-mark-size,44px) * 3.6942);max-width:none;height:var(--rs-mark-size,44px);object-fit:contain}.rs-footer .rs-brand-image{width:230px}@media(max-width:1100px){.rs .rs-brand-image{width:225px}}@media(max-width:700px){.rs .rs-brand-image{width:200px;max-height:58px}.rs-footer .rs-brand-image{width:230px}}@media(max-width:360px){.rs .rs-brand-image{width:180px}.rs-footer .rs-brand-image{width:220px}}.rs .rs-editorial-photo{height:clamp(280px,34vw,520px);overflow:hidden;background:#e6d4b8}.rs .rs-editorial-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.rs-editorial-photo+.rs-page-services{padding-top:70px}@media(max-width:640px){.rs .rs-editorial-photo{height:300px}.rs .rs-editorial-photo img{object-position:70% center}.rs-editorial-photo+.rs-page-services{padding-top:24px}}@font-face{font-family:RS Bricolage;src:url(https://fonts.gstatic.com/s/bricolagegrotesque/v9/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvZvlyM0.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:RS Bricolage;src:url(https://fonts.gstatic.com/s/bricolagegrotesque/v9/3y9U6as8bTXq_nANBjzKo3IeZx8z6up5BeSl5jBNz_19PpbpMXuECpwUxJBOm_OJWiaaD30YfKfjZZoLvcXlyM0.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:RS DM Sans;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhTg.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:RS DM Sans;src:url(https://fonts.gstatic.com/s/dmsans/v17/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthTg.ttf) format("truetype");font-weight:500 700;font-style:normal;font-display:swap}:root{--rs-paper:#f8f4eb;--rs-ink:#27281f;--rs-yellow:#fac448;--rs-orange:#ba482c;--rs-green:#394531;--rs-muted:#686a5e;--rs-line:#dad8cc;--rs-heading:"RS Bricolage","Arial Black",sans-serif;--rs-body:"RS DM Sans",Arial,sans-serif}html{scroll-behavior:smooth;scroll-padding-top:24px}body.rs-site{background:var(--rs-paper);color:var(--rs-ink);font-family:var(--rs-body);letter-spacing:0;overflow-x:clip}body.rs-site.gradient{background:var(--rs-paper)}.rs-site .content-for-layout{min-height:30vh}.rs-site .shopify-section+.shopify-section{margin-top:0}.rs{font:400 15px/1.65 var(--rs-body);color:var(--rs-ink);letter-spacing:0}.rs *,.rs *:before,.rs *:after{box-sizing:border-box}.rs h1,.rs h2,.rs h3,.rs h4{font-family:var(--rs-heading);font-weight:800;color:inherit;letter-spacing:-.035em;margin:0;line-height:1.08}.rs p{margin:0}.rs a{color:inherit;text-decoration:none}.rs img{display:block;max-width:100%;height:auto}.rs button,.rs input,.rs select,.rs textarea{font-family:var(--rs-body);letter-spacing:0}.rs button{cursor:pointer;color:inherit}.rs a,.rs button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.rs a:focus-visible,.rs button:focus-visible,.rs input:focus-visible,.rs select:focus-visible,.rs textarea:focus-visible,.rs summary:focus-visible{outline:3px solid var(--rs-orange);outline-offset:5px;box-shadow:none}.rs [hidden]{display:none!important}.rs-wrap{width:100%;max-width:1600px;padding-left:5%;padding-right:5%;margin-left:auto;margin-right:auto}.rs-eyebrow{font:600 10px/1.6 var(--rs-body);letter-spacing:1.8px;text-transform:uppercase}.rs-muted{color:var(--rs-muted)}.rs .rs-button,.rs-button{display:inline-flex;align-items:center;justify-content:center;gap:23px;min-height:53px;padding:17px 24px;border:1px solid transparent;border-radius:3px;font:600 13px/1.2 var(--rs-body);letter-spacing:0;cursor:pointer;text-decoration:none;transition:background .2s,transform .2s;color:var(--rs-ink);background:transparent}.rs-button:hover{transform:translateY(-2px)}.rs .rs-button--yellow,.rs-button--yellow{background:var(--rs-yellow);color:var(--rs-ink)}.rs .rs-button--yellow:hover{background:#f4b72b}.rs .rs-button--dark,.rs-button--dark{background:var(--rs-ink);color:var(--rs-paper)}.rs .rs-button--dark:hover{background:#444936}.rs .rs-link,.rs-link{display:inline-flex;align-items:center;gap:12px;background:none;border:0;padding:0;font:600 12px/1.5 var(--rs-body);text-decoration:none;cursor:pointer}.rs .rs-link:hover{color:var(--rs-orange)}.rs-arrow{font-size:22px;font-weight:400;line-height:1}.rs-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle;flex-shrink:0}.rs-spark{display:inline-block;color:var(--rs-orange);font:400 28px/1 var(--rs-body)}.rs-sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.rs-site .rte{font-family:var(--rs-body)}.rs-site .shopify-policy__container{padding:60px 24px 80px;max-width:900px;font-size:15px;line-height:1.8}.rs-site .shopify-policy__title h1{font-family:var(--rs-heading);font-weight:800;letter-spacing:-1.5px;font-size:45px}.rs-site .shopify-policy__body a{color:var(--rs-orange)}@media(max-width:700px){.rs-wrap{padding-left:6%;padding-right:6%}.rs{font-size:14px}.rs .rs-button{min-height:51px;font-size:12px;padding:16px 20px}.rs-eyebrow{font-size:9px;letter-spacing:1.4px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.rs *{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.rs .rs-button--outline{border-color:var(--rs-ink);color:var(--rs-ink)}.rs a:focus-visible,.rs button:focus-visible,.rs input:focus-visible,.rs select:focus-visible,.rs textarea:focus-visible,.rs summary:focus-visible{outline:3px solid var(--rs-ink);box-shadow:0 0 0 5px var(--rs-paper)}.rs-skip-link:focus{z-index:10000}@media(forced-colors:active){.rs a:focus-visible,.rs button:focus-visible,.rs input:focus-visible,.rs select:focus-visible,.rs summary:focus-visible{outline:3px solid Highlight;box-shadow:none}.rs-button{border:1px solid ButtonText}}.rs-policy{padding-top:65px;padding-bottom:75px}.rs-policy-heading{max-width:1020px;padding-bottom:45px;border-bottom:1px solid var(--rs-line)}.rs .rs-policy h1{font:800 clamp(42px,5.6vw,80px)/1.07 var(--rs-heading);letter-spacing:-.05em;margin:18px 0 24px;max-width:none;overflow-wrap:break-word}.rs-policy-intro{font-size:19px;line-height:1.75;color:var(--rs-muted);max-width:780px}.rs .rs-policy-date{font-size:12px;margin-top:22px;color:var(--rs-muted)}.rs-policy-layout{display:grid;grid-template-columns:260px minmax(0,760px);gap:80px;padding-top:46px;align-items:start}.rs-policy-toc{position:sticky;top:25px;display:flex;flex-direction:column;gap:2px;padding-right:22px;border-right:1px solid var(--rs-line)}.rs .rs-policy-toc .rs-eyebrow{margin-bottom:15px}.rs .rs-policy-toc a{font-size:13px;line-height:1.45;min-height:44px;padding:10px 0;text-decoration:none}.rs .rs-policy-toc a:hover{color:var(--rs-orange);text-decoration:underline}.rs-policy-section{scroll-margin-top:35px;padding-bottom:36px;margin-bottom:32px;border-bottom:1px solid var(--rs-line)}.rs .rs-policy-section h2{font:600 27px/1.22 var(--rs-heading);letter-spacing:-.035em;margin:0 0 18px}.rs .rs-policy-section p,.rs .rs-policy-section li{font-size:16px;line-height:1.85;color:#4b4d43;margin:0 0 16px;overflow-wrap:anywhere}.rs .rs-policy-section a{text-decoration:underline;text-underline-offset:3px;color:#923a24;font-weight:500}.rs .rs-policy-section ul{padding-left:24px;margin:0}.rs .rs-policy-section .rs-button{margin-top:8px}.rs-policy-help{padding:34px;background:#eee7d8;display:flex;align-items:center;justify-content:space-between;gap:35px;margin-top:25px}.rs .rs-policy-help h2{font:600 29px/1.2 var(--rs-heading);letter-spacing:-.04em;margin:0 0 10px}.rs .rs-policy-help p{font-size:14px;line-height:1.7;max-width:550px}.rs-policy-help .rs-button{flex-shrink:0}@media(max-width:1000px){.rs-policy-layout{grid-template-columns:210px minmax(0,1fr);gap:35px}.rs-policy-toc{padding-right:15px}.rs-policy-help{align-items:flex-start;flex-direction:column;gap:22px}}@media(max-width:700px){.rs-policy{padding-top:40px;padding-bottom:50px}.rs-policy-intro{font-size:17px}.rs-policy-layout{grid-template-columns:1fr;gap:35px;padding-top:25px}.rs-policy-toc{position:static;border-right:0;border-bottom:1px solid var(--rs-line);padding-bottom:20px;display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.rs-policy-toc .rs-eyebrow{grid-column:1/-1}.rs .rs-policy-toc a{font-size:12px;min-height:44px}.rs .rs-policy-section h2{font-size:25px}.rs-policy-help{padding:25px}.rs .rs-policy h1{font-size:clamp(36px,9.5vw,55px)}.rs-policy-heading{padding-bottom:30px}.rs-policy-section{padding-bottom:22px;margin-bottom:24px}}.rs-privacy-dialog{width:min(580px,calc(100% - 32px));max-height:90dvh;overflow:auto;border:1px solid var(--rs-line);border-radius:8px;padding:28px;background:var(--rs-paper);color:var(--rs-ink);box-sizing:border-box;margin:auto}.rs-privacy-dialog::backdrop{background:#191d12a6}.rs-privacy-heading{display:flex;align-items:start;gap:20px;justify-content:space-between}.rs-privacy-heading h2{font:700 30px/1.1 var(--rs-heading);margin:8px 0 12px;letter-spacing:-1px}.rs-privacy-dialog p{font-size:14px;line-height:1.65;margin:0 0 16px}.rs-privacy-close{background:transparent;border:1px solid var(--rs-line);border-radius:50%;font:26px/1 var(--rs-body);width:44px;height:44px;flex-shrink:0;cursor:pointer;color:inherit}.rs-privacy-dialog fieldset{padding:0;border:0;margin:0;min-width:0}.rs-privacy-dialog label{display:flex;gap:14px;align-items:center;cursor:pointer;border-top:1px solid var(--rs-line);padding:15px 0;min-height:60px}.rs-privacy-dialog label small{display:block;margin-top:4px;font-size:12px;line-height:1.5;color:var(--rs-muted)}.rs-privacy-dialog input{accent-color:var(--rs-green);height:24px;width:24px;flex-shrink:0}.rs-privacy-essential{border-top:1px solid var(--rs-line);padding-top:15px}.rs-privacy-essential>span{float:right;font-size:11px;color:var(--rs-muted)}.rs-privacy-essential p{font-size:12px;margin-top:5px}.rs-privacy-actions{display:flex;gap:10px;flex-wrap:wrap;margin:14px 0}.rs-privacy-dialog .rs-button{justify-content:center;flex:1;min-width:160px;cursor:pointer}.rs-privacy-optout,.rs-privacy-retry{font:inherit;font-size:13px;min-height:44px;background:transparent;border:0;text-decoration:underline;text-underline-offset:3px;text-align:left;color:inherit;cursor:pointer;padding:8px 0}.rs-privacy-dialog .rs-privacy-status{font-weight:600;margin:12px 0;font-size:13px}.rs-privacy-dialog .rs-privacy-footnote{font-size:12px;color:var(--rs-muted);margin:10px 0 0}.rs-privacy-footnote a{text-decoration:underline}.rs-privacy-dialog [disabled]{opacity:.6}.rs-privacy-dialog button:disabled{cursor:wait}@media(max-width:450px){.rs-privacy-dialog{padding:20px}.rs-privacy-heading h2{font-size:27px}}.rs-product-card{min-width:0;display:flex;flex-direction:column;color:var(--rs-ink)}.rs-product-card__image{position:relative;display:grid;place-items:center;aspect-ratio:1;overflow:hidden;border:1px solid var(--rs-line);border-radius:4px;background:#fff}.rs .rs-product-card__image img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.rs-product-card__image:hover img{transform:scale(1.035)}.rs-product-card__placeholder{font-size:100px;line-height:1;color:var(--rs-orange)}.rs-product-card__type{position:absolute;top:14px;left:14px;max-width:calc(100% - 28px);padding:6px 10px;border-radius:2px;background:var(--rs-paper);font-size:10px;line-height:1.4;letter-spacing:.06em;font-weight:600}.rs-product-card__body{display:flex;flex-direction:column;flex:1;padding-top:18px}.rs-product-card h3{font:800 clamp(20px,1.9vw,27px)/1.16 var(--rs-heading);letter-spacing:-.7px;margin:0}.rs-product-card h3 a{text-decoration:none;color:inherit}.rs-product-card h3 a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.rs-product-card__description{font-size:13px;line-height:1.65;color:var(--rs-muted);margin:10px 0 0}.rs-product-card__bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding:18px 0 15px;border-bottom:1px solid var(--rs-line)}.rs-product-card__price{font-size:12px;font-weight:600;margin:0}.rs-product-card__detail{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:600;min-height:44px;text-decoration:none;flex-shrink:0}.rs-product-card__arrow{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--rs-line);border-radius:50%;font-size:19px;transition:background .2s}.rs-product-card__detail:hover .rs-product-card__arrow{background:var(--rs-yellow);border-color:var(--rs-yellow)}@media(max-width:599px){.rs-product-card h3{font-size:26px}.rs-product-card__image{aspect-ratio:1}}@media(prefers-reduced-motion:reduce){.rs-product-card__image img,.rs-product-card__arrow{transition:none}}.rs .rs-gallery{min-width:0}.rs .rs-gallery-panel{margin:0 0 16px;min-width:0}.rs .rs-gallery-image-link{display:block;position:relative;overflow:hidden;background:#eee6d8;border-radius:5px;aspect-ratio:1;color:var(--rs-ink);border:1px solid var(--rs-line)}.rs .rs-gallery-image-link>img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .35s}.rs .rs-gallery-image-link:hover>img{transform:scale(1.035)}.rs .rs-gallery-zoom-label{position:absolute;bottom:16px;right:16px;display:flex;align-items:center;gap:8px;min-height:44px;font-size:12px;font-weight:600;padding:10px 14px;border-radius:30px;background:var(--rs-paper);box-shadow:0 2px 12px #27281f1a}.rs .rs-gallery-zoom-label .rs-icon{width:17px;height:17px}.rs .rs-gallery-panel figcaption{font-size:12px;color:var(--rs-muted);line-height:1.6;padding-top:12px}.rs .rs-gallery-thumbnails{display:flex;gap:12px;overflow-x:auto;padding:5px 4px 12px}.rs .rs-gallery-thumbnails button{padding:3px;flex:0 0 78px;width:78px;height:78px;border:1px solid var(--rs-line);border-radius:4px;background:transparent;overflow:hidden}.rs .rs-gallery-thumbnails button[aria-pressed=true]{border:2px solid var(--rs-ink);padding:2px}.rs .rs-gallery-thumbnails img{height:100%;width:100%;object-fit:cover}.rs .rs-gallery-other{background:#eee6d8;min-height:350px}.rs .rs-gallery-other>*{max-width:100%;height:auto}.rs .rs-gallery-other iframe{width:100%;min-height:400px;border:0}.rs .rs-gallery-empty{display:grid;place-content:center;gap:20px;min-height:300px;background:#eee6d8;text-align:center}.rs .rs-gallery-empty .rs-brand-mark{margin:auto;--rs-mark-size:80px}.rs .rs-zoom{width:min(94vw,1040px);max-width:94vw;max-height:92vh;max-height:92dvh;padding:18px;border:0;border-radius:6px;background:var(--rs-paper);color:var(--rs-ink);overflow:auto}.rs .rs-zoom::backdrop{background:#15180fea;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.rs .rs-zoom-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:12px}.rs .rs-zoom-head h2{font:600 22px/1.2 var(--rs-heading)}.rs .rs-zoom-close{display:grid;place-content:center;width:46px;height:46px;flex-shrink:0;border:1px solid var(--rs-ink);border-radius:50%;background:var(--rs-paper);color:var(--rs-ink);font:400 30px/1 var(--rs-body)}.rs .rs-zoom>img{width:100%;height:auto;max-height:72vh;object-fit:contain;background:#eee6d8}.rs .rs-zoom>p{font-size:12px;margin-top:12px;line-height:1.5;color:var(--rs-muted)}body:has(.rs-zoom[open]){overflow:hidden}@media(max-width:600px){.rs .rs-gallery-zoom-label{right:10px;bottom:10px;font-size:11px}.rs .rs-zoom{padding:12px}.rs .rs-zoom-head h2{font-size:19px}.rs .rs-gallery-thumbnails button{width:66px;height:66px;flex-basis:66px}}@media(prefers-reduced-motion:reduce){.rs .rs-gallery-image-link>img{transition:none;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/11/compiled_assets/styles.css.map */
