:root{--rr-black:#111;--rr-gold:#b08d57;--rr-cream:#f7f6f2;--rr-line:#e7e4dd;--rr-muted:#6b6b68;--rr-white:#fff;--rr-radius:18px;--rr-shadow:0 14px 40px rgba(17,17,17,.08)}
*{box-sizing:border-box}body{margin:0;color:var(--rr-black);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}.page-width{max-width:1440px;margin:auto;padding-left:28px;padding-right:28px}.skip-link{position:absolute;left:-999px}.skip-link:focus{left:10px;top:10px;background:#111;color:#fff;padding:10px;z-index:99}.rr-topbar{background:#111;color:#fff;text-align:center;padding:8px;font-size:12px;letter-spacing:.4px}.rr-topbar span{margin:0 9px;color:#b08d57}.rr-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--rr-line)}.rr-header-main{min-height:82px;display:flex;align-items:center;gap:28px}.rr-logo{width:175px;height:auto;display:block}.rr-search{flex:1;max-width:690px;margin:auto;display:flex;background:#f4f3ef;border:1px solid transparent;border-radius:999px;overflow:hidden}.rr-search:focus-within{border-color:#d5d0c6;background:#fff}.rr-search input{flex:1;border:0;background:transparent;padding:14px 20px;outline:0;font-size:14px}.rr-search button{border:0;background:transparent;padding:0 20px;font-size:23px}.rr-header-actions{display:flex;gap:17px;align-items:center}.rr-action{color:#111;text-decoration:none;text-align:center;min-width:52px}.rr-action span{display:block;font-size:21px;line-height:1.1}.rr-action small{font-size:10px;color:#666}.rr-action b{background:#111;color:#fff;border-radius:999px;padding:1px 5px}.rr-icon-btn{display:none}.rr-nav{display:flex;align-items:center;justify-content:center;gap:28px;min-height:48px;font-size:13px;font-weight:650}.rr-nav a{color:#222;text-decoration:none}.rr-nav a:hover,.rr-footer a:hover{color:var(--rr-gold)}.rr-deal-link{color:#a52c20!important}.rr-hero{position:relative;overflow:hidden;background:#151515}.rr-hero-track{display:flex;transition:transform .65s cubic-bezier(.2,.7,.2,1)}.rr-hero-slide{min-width:100%;min-height:590px;display:flex;align-items:center;position:relative;background-image:var(--hero-image);background-size:cover;background-position:center}.rr-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.28),rgba(0,0,0,.05))}.rr-hero-content{position:relative;color:#fff;padding-top:70px;padding-bottom:90px}.rr-kicker,.rr-eyebrow{font-size:11px;letter-spacing:2px;font-weight:800;text-transform:uppercase;color:var(--rr-gold)}.rr-hero h1{font-size:clamp(42px,6vw,78px);line-height:.98;max-width:760px;margin:14px 0 20px;letter-spacing:-3px}.rr-hero p{font-size:18px;max-width:580px;color:#eee}.rr-hero-buttons{display:flex;gap:12px;margin-top:30px}.rr-btn{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:0 24px;border-radius:999px;border:1px solid transparent;text-decoration:none;font-weight:750;font-size:13px;cursor:pointer;transition:.25s}.rr-btn-primary{background:#b08d57;color:#fff}.rr-btn-primary:hover{transform:translateY(-2px);filter:brightness(1.06)}.rr-btn-dark{background:#111;color:#fff}.rr-btn-light{background:#fff;color:#111}.rr-full{width:100%;margin-top:10px}.rr-slider-controls{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:14px}.rr-slider-controls button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(0,0,0,.25);color:#fff;cursor:pointer}.rr-slider-controls [data-hero-dots]{display:flex;gap:7px}.rr-dot{width:7px;height:7px;border-radius:50%;background:#aaa}.rr-dot.active{background:#fff;width:22px;border-radius:9px}.rr-section{padding-top:80px;padding-bottom:20px}.rr-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.rr-section-head.centered{justify-content:center;text-align:center}.rr-section-head h2{font-size:36px;letter-spacing:-1.3px;margin:7px 0}.rr-section-head p{color:var(--rr-muted);margin:0}.rr-section-head>a{color:#111;text-decoration:none;font-weight:700}.rr-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.rr-category-card{color:#111;text-decoration:none}.rr-category-image{aspect-ratio:1/1.15;background:var(--rr-cream);border-radius:var(--rr-radius);overflow:hidden;position:relative}.rr-category-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.rr-category-image span{position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:var(--rr-shadow)}.rr-category-card:hover img{transform:scale(1.045)}.rr-category-card h3{font-size:17px;margin:14px 0 2px}.rr-category-card p{font-size:13px;color:var(--rr-muted);margin:0}.rr-products{display:flex;gap:17px;overflow:auto;scroll-snap-type:x mandatory;padding:2px 2px 20px;scrollbar-width:none}.rr-products::-webkit-scrollbar{display:none}.rr-product-card{min-width:calc(25% - 13px);scroll-snap-align:start}.rr-product-media{position:relative;aspect-ratio:1/1.1;background:var(--rr-cream);border-radius:16px;overflow:hidden}.rr-product-media>img{width:100%;height:100%;object-fit:cover;transition:.45s}.rr-product-card:hover .rr-product-media>img{transform:scale(1.035)}.rr-badge{position:absolute;top:12px;left:12px;background:#111;color:#fff;padding:6px 9px;border-radius:7px;font-size:9px;font-weight:800;letter-spacing:.6px}.rr-heart{position:absolute;right:12px;top:12px;width:38px;height:38px;border:0;border-radius:50%;background:#fff;box-shadow:0 7px 18px rgba(0,0,0,.1);font-size:20px;cursor:pointer}.rr-quick{position:absolute;left:10px;right:10px;bottom:10px;display:flex;gap:7px;transform:translateY(12px);opacity:0;transition:.25s}.rr-product-card:hover .rr-quick{transform:none;opacity:1}.rr-quick a,.rr-quick button{flex:1;text-align:center;border:0;border-radius:999px;background:#fff;color:#111;padding:11px 7px;text-decoration:none;font-size:11px;font-weight:800;cursor:pointer}.rr-product-info{padding:12px 3px}.rr-rating{font-size:11px;letter-spacing:1px}.rr-rating span{letter-spacing:0;color:#777;margin-left:4px}.rr-product-info h3{font-size:15px;margin:7px 0}.rr-product-info h3 a{color:#111;text-decoration:none}.rr-price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rr-price strong{font-size:16px}.rr-price del{font-size:12px;color:#8c8c8c}.rr-price em{font-size:10px;color:#a52c20;font-style:normal;font-weight:800}.rr-placeholder,.rr-demo-art{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#ece8df,#faf9f6);font-size:40px;font-weight:900;color:#b08d57}.rr-demo-art span{border:1px solid #b08d57;border-radius:50%;width:90px;height:90px;display:grid;place-items:center}.rr-demo-btn{margin-top:12px;min-height:40px}.rr-promo{min-height:420px;margin-top:70px;border-radius:24px;overflow:hidden;position:relative;background:var(--promo-image),linear-gradient(110deg,#111,#555);background-size:cover;background-position:center;display:flex;align-items:center}.rr-promo-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.2))}.rr-promo-content{position:relative;color:#fff;max-width:650px;padding:70px}.rr-promo h2{font-size:52px;line-height:1;margin:10px 0}.rr-promo p{font-size:17px;color:#eee}.rr-trust{margin-top:70px;background:#f7f6f2;padding:70px 0}.rr-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.rr-trust-item{text-align:center}.rr-trust-item>span{font-size:28px}.rr-trust-item h3{font-size:15px;margin:12px 0 4px}.rr-trust-item p{font-size:12px;color:var(--rr-muted);margin:0}.rr-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rr-review{border:1px solid var(--rr-line);border-radius:18px;padding:28px;background:#fff}.rr-stars{color:#b08d57;letter-spacing:3px}.rr-review p{font-size:16px;min-height:80px}.rr-reviewer{display:flex;gap:12px;align-items:center}.rr-reviewer>span{width:42px;height:42px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.rr-reviewer strong,.rr-reviewer small{display:block}.rr-reviewer small{color:#777;font-size:11px}.rr-newsletter-section{margin-top:70px;background:#111;color:#fff}.rr-newsletter-inner{min-height:250px;display:flex;align-items:center;justify-content:space-between;gap:40px}.rr-newsletter-inner h2{font-size:38px;margin:7px 0}.rr-newsletter-inner p{color:#bbb}.rr-newsletter-form{display:flex;max-width:520px;width:100%;gap:8px}.rr-newsletter-form input,.rr-newsletter input{min-width:0;flex:1;border:1px solid #444;background:#1b1b1b;color:#fff;padding:14px 18px;border-radius:999px;outline:0}.rr-newsletter-form button{border:0}.rr-footer{background:#0b0b0b;color:#bbb;padding-top:65px}.rr-footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1.5fr;gap:35px;padding-bottom:60px}.rr-footer-logo{width:165px;filter:none;margin-bottom:18px}.rr-footer h3{color:#fff;font-size:13px}.rr-footer a{display:block;color:#999;text-decoration:none;font-size:12px;margin:10px 0}.rr-footer p{font-size:12px;max-width:300px}.rr-socials{display:flex;gap:8px}.rr-socials a{width:32px;height:32px;border:1px solid #333;border-radius:50%;display:grid;place-items:center;margin:0}.rr-newsletter{display:flex;gap:7px}.rr-newsletter button{border:0;border-radius:999px;padding:0 17px;background:#b08d57;color:#fff;font-weight:800}.rr-footer-bottom{border-top:1px solid #222;padding:18px 0;font-size:11px}.rr-footer-bottom span{float:right}.rr-collection-head{padding:50px 0 25px;border-bottom:1px solid var(--rr-line);margin-bottom:30px}.rr-collection-head h1{font-size:48px;letter-spacing:-2px;margin:5px 0}.rr-collection-grid{display:grid;grid-template-columns:repeat(4,1fr);overflow:visible}.rr-product-page{display:grid;grid-template-columns:1.25fr .75fr;gap:55px;padding-top:55px}.rr-product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.rr-gallery-img{background:var(--rr-cream);border-radius:18px;overflow:hidden}.rr-gallery-img img{width:100%;display:block}.rr-product-details{position:sticky;top:150px;align-self:start}.rr-product-details h1{font-size:44px;line-height:1.03;letter-spacing:-1.8px;margin:8px 0 14px}.rr-product-price{display:flex;gap:12px;align-items:center;margin:22px 0}.rr-product-price strong{font-size:28px}.rr-product-price del{color:#777}.rr-stock{color:#277044;font-size:13px;font-weight:700}.rr-description{margin:25px 0;color:#555}.rr-qty{display:flex;width:130px;border:1px solid var(--rr-line);border-radius:999px;overflow:hidden;margin:8px 0 10px}.rr-qty button,.rr-qty input{width:43px;height:43px;border:0;background:#fff;text-align:center}.rr-qty input{outline:0}.rr-buy-form label{font-size:12px;font-weight:700}.rr-trust-mini{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px;color:#555;font-size:11px}.rr-cart-page h1{font-size:48px;letter-spacing:-2px}.rr-cart-page form{display:grid;grid-template-columns:1fr 350px;gap:50px;margin-top:30px}.rr-cart-item{display:grid;grid-template-columns:90px 1fr 70px 70px;gap:18px;align-items:center;padding:16px 0;border-bottom:1px solid var(--rr-line)}.rr-cart-item img{width:90px;height:90px;object-fit:cover;border-radius:12px;background:var(--rr-cream)}.rr-cart-item h3{margin:0;font-size:14px}.rr-cart-item p{font-size:11px;color:#777}.rr-cart-item input{width:55px;padding:8px}.rr-cart-item a{font-size:11px;color:#777}.rr-cart-summary{border:1px solid var(--rr-line);border-radius:18px;padding:24px;height:max-content;position:sticky;top:150px}.rr-cart-summary>p{display:flex;justify-content:space-between}.rr-progress{height:6px;background:#eee;border-radius:99px;overflow:hidden}.rr-progress span{display:block;height:100%;background:#b08d57}.rr-cart-summary small{display:block;margin:10px 0 20px}.rr-continue{display:block;text-align:center;color:#111;text-decoration:none;font-size:12px;margin-top:14px}.rr-empty{text-align:center;padding:100px 20px}.rr-empty>div{font-size:45px}.rr-richtext{max-width:900px;min-height:500px}.rr-richtext h1{font-size:52px;letter-spacing:-2px}.rr-toast{position:fixed;right:20px;bottom:20px;background:#111;color:#fff;padding:13px 18px;border-radius:999px;transform:translateY(100px);opacity:0;transition:.25s;z-index:100;font-size:12px}.rr-toast.show{transform:none;opacity:1}@media(max-width:1000px){.rr-category-grid{grid-template-columns:repeat(3,1fr)}.rr-product-card{min-width:calc(33.33% - 12px)}.rr-trust-grid{grid-template-columns:repeat(3,1fr)}.rr-footer-grid{grid-template-columns:repeat(3,1fr)}.rr-newsletter-inner{flex-direction:column;align-items:flex-start;padding-top:45px;padding-bottom:45px}.rr-product-page{grid-template-columns:1fr}.rr-product-details{position:static}.rr-cart-page form{grid-template-columns:1fr}.rr-cart-summary{position:static}}@media(max-width:700px){.page-width{padding-left:16px;padding-right:16px}.rr-topbar{font-size:10px}.rr-header-main{min-height:68px;gap:10px}.rr-logo{width:125px}.rr-mobile-menu{display:block;border:0;background:none;font-size:20px}.rr-desktop-only{display:none}.rr-search{order:5;position:absolute;left:16px;right:16px;top:75px;max-width:none}.rr-header-main{padding-bottom:60px}.rr-header-actions{margin-left:auto}.rr-nav{display:none;overflow:auto;justify-content:flex-start;gap:20px;white-space:nowrap}.rr-nav.is-open{display:flex;padding-bottom:12px}.rr-hero-slide{min-height:520px;background-position:center}.rr-hero h1{font-size:43px;letter-spacing:-1.7px}.rr-hero p{font-size:14px}.rr-section{padding-top:55px}.rr-section-head h2{font-size:28px}.rr-category-grid{display:flex;overflow:auto;scroll-snap-type:x mandatory}.rr-category-card{min-width:72%;scroll-snap-align:start}.rr-product-card{min-width:72%}.rr-promo{margin-top:45px;min-height:440px;border-radius:16px}.rr-promo-content{padding:35px 24px}.rr-promo h2{font-size:38px}.rr-trust-grid{grid-template-columns:1fr 1fr}.rr-review-grid{grid-template-columns:1fr}.rr-footer-grid{grid-template-columns:1fr 1fr}.rr-footer-grid>div:first-child,.rr-footer-grid>div:last-child{grid-column:1/-1}.rr-footer-bottom span{float:none;display:block;margin-top:5px}.rr-newsletter-form{flex-direction:column}.rr-collection-head h1,.rr-cart-page h1,.rr-richtext h1{font-size:38px}.rr-collection-grid{grid-template-columns:repeat(2,1fr);gap:12px}.rr-collection-grid .rr-product-card{min-width:0}.rr-product-page{padding-top:25px;gap:30px}.rr-product-gallery{grid-template-columns:1fr}.rr-product-details h1{font-size:36px}.rr-cart-item{grid-template-columns:70px 1fr 50px}.rr-cart-item img{width:70px;height:70px}.rr-cart-item>a{grid-column:2}.rr-cart-item input{grid-column:3;grid-row:1}.rr-hero-buttons{flex-wrap:wrap}}
