@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Jost:wght@300;400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #f5f0e8;--dark: #1a1a18;--dark2: #111110;--sand: #c8b99a;--muted: rgba(245,240,232,.6);--bg-light: #f0ebe1;--taupe: #9a9082;--font-display: "Cormorant Garamond", serif;--font-body: "Jost", sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--dark);color:var(--cream);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}.rhy-nav{background:transparent;position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:28px 52px;transition:background .3s}.rhy-nav__logo{font-family:var(--font-body);font-weight:400;font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:var(--cream);text-decoration:none}.rhy-nav__links{display:flex;gap:36px;list-style:none}.rhy-nav__links a{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);text-decoration:none;opacity:.65;transition:opacity .2s}.rhy-nav__links a:hover{opacity:1}.rhy-nav__right{display:flex;align-items:center;gap:24px}.rhy-nav__cart{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--cream);text-decoration:none;opacity:.65;transition:opacity .2s}.rhy-nav__cart:hover{opacity:1}.rhy-nav__menu{display:none;background:none;border:none;cursor:pointer;padding:4px}.rhy-nav__menu span{display:block;width:22px;height:1px;background:var(--cream);margin:5px 0;transition:all .3s}.rhy-mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;background:var(--dark2);flex-direction:column;align-items:center;justify-content:center;gap:32px}.rhy-mobile-nav.open{display:flex}.rhy-mobile-nav a{font-size:28px;font-family:var(--font-display);font-weight:300;color:var(--cream);text-decoration:none;letter-spacing:.05em}.rhy-mobile-nav__close{position:absolute;top:28px;right:28px;background:none;border:none;color:var(--cream);font-size:24px;cursor:pointer}.rhy-label{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--taupe);margin-bottom:14px}.rhy-text-link{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--dark);text-decoration:none;border-bottom:1px solid rgba(26,26,24,.3);padding-bottom:3px;display:inline-block;transition:border-color .2s}.rhy-text-link:hover{border-color:var(--dark)}.rhy-text-link--light{color:var(--cream);border-bottom-color:#f5f0e859}.rhy-text-link--light:hover{border-color:var(--cream)}@keyframes rhyFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.rhy-hero{position:relative;height:100vh;min-height:680px;display:flex;align-items:flex-end;overflow:hidden;background-size:cover;background-position:center 30%;margin-top:0}.rhy-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,#0a0806bf,#0a080666,#0a08061a)}.rhy-hero__fade{position:absolute;bottom:0;left:0;right:0;height:280px;background:linear-gradient(to top,rgba(10,8,6,.6) 0%,transparent 100%)}.rhy-hero__content{position:relative;z-index:10;padding:0 52px 88px;max-width:580px;animation:rhyFadeUp 1.1s ease forwards;opacity:0;animation-delay:.2s}.rhy-hero__eyebrow{font-size:10px;letter-spacing:.28em;text-transform:uppercase;color:var(--sand);margin-bottom:18px}.rhy-hero__headline{font-family:var(--font-display);font-size:clamp(56px,7.5vw,92px);font-weight:300;line-height:1.03;color:var(--cream);margin-bottom:22px;letter-spacing:-.01em}.rhy-hero__headline em{font-style:italic;color:#f5f0e8d1}.rhy-hero__subtext{font-size:13px;font-weight:300;line-height:1.75;color:var(--muted);margin-bottom:40px;max-width:300px;letter-spacing:.03em}.rhy-hero__cta{display:inline-block;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--cream);text-decoration:none;border-bottom:1px solid rgba(245,240,232,.4);padding-bottom:5px;transition:border-color .25s}.rhy-hero__cta:hover{border-color:var(--cream)}.rhy-hero__scroll{position:absolute;bottom:36px;left:52px;z-index:10;display:flex;align-items:center;gap:12px;animation:rhyFadeUp 1.3s ease forwards;opacity:0;animation-delay:1s}.rhy-hero__scroll-line{width:40px;height:1px;background:#f5f0e833;position:relative;overflow:hidden}.rhy-hero__scroll-line:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--cream);animation:rhyScan 2.4s ease-in-out infinite}@keyframes rhyScan{0%{left:-100%}50%{left:0%}to{left:100%}}.rhy-hero__scroll-label{font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:#f5f0e84d}.rhy-collection{background:var(--bg-light);color:var(--dark);padding:100px 52px 80px}.rhy-collection__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}.rhy-collection__headline{font-family:var(--font-display);font-size:clamp(34px,4.5vw,58px);font-weight:300;line-height:1.08;color:var(--dark);max-width:420px}.rhy-collection__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rhy-product-card{text-decoration:none;color:inherit;display:flex;flex-direction:column}.rhy-product-card__img{width:100%;aspect-ratio:4/5;overflow:hidden;margin-bottom:18px;background:#e6dfd2}.rhy-product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;display:block}.rhy-product-card:hover .rhy-product-card__img img{transform:scale(1.03)}.rhy-product-card__name{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--dark);margin-bottom:4px;text-align:center}.rhy-product-card__sub{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--taupe);text-align:center;margin-bottom:2px}.rhy-product-card__price{font-size:13px;font-weight:300;color:var(--dark);text-align:center;margin-top:6px}.rhy-ritual{display:grid;grid-template-columns:1fr 1fr;min-height:640px;background:var(--dark)}.rhy-ritual__img{overflow:hidden}.rhy-ritual__img img{width:100%;height:100%;object-fit:cover;filter:brightness(.82);display:block}.rhy-ritual__content{padding:80px 64px;display:flex;flex-direction:column;justify-content:center}.rhy-ritual__content .rhy-label{color:var(--sand)}.rhy-ritual__headline{font-family:var(--font-display);font-size:clamp(36px,4vw,54px);font-weight:300;line-height:1.1;margin-bottom:20px}.rhy-ritual__headline em{font-style:italic}.rhy-ritual__body{font-size:13px;font-weight:300;line-height:1.8;color:var(--muted);margin-bottom:40px;max-width:340px}.rhy-ritual__steps{display:flex;flex-direction:column;gap:24px;margin-bottom:44px}.rhy-ritual__step{display:flex;gap:20px}.rhy-ritual__step-num{font-size:10px;letter-spacing:.15em;color:var(--sand);min-width:24px;padding-top:3px}.rhy-ritual__step-title{font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--cream);margin-bottom:4px;font-weight:400}.rhy-ritual__step-desc{font-size:12px;color:var(--muted);font-weight:300;line-height:1.6}.rhy-quote{background:var(--bg-light);padding:100px 52px;text-align:center}.rhy-quote__text{font-family:var(--font-display);font-size:clamp(28px,4vw,48px);font-weight:300;font-style:italic;color:var(--dark);max-width:700px;margin:0 auto 20px;line-height:1.3}.rhy-quote__attr{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--taupe)}.rhy-story{display:grid;grid-template-columns:1fr 1fr;min-height:600px;background:var(--bg-light)}.rhy-story__img{overflow:hidden}.rhy-story__img img{width:100%;height:100%;object-fit:cover;display:block}.rhy-story__content{padding:80px 64px;display:flex;flex-direction:column;justify-content:center;background:var(--bg-light)}.rhy-story__content .rhy-label{color:var(--taupe)}.rhy-story__headline{font-family:var(--font-display);font-size:clamp(36px,4vw,54px);font-weight:300;line-height:1.1;color:var(--dark);margin-bottom:24px}.rhy-story__headline em{font-style:italic}.rhy-story__body{font-size:14px;font-weight:300;line-height:1.9;color:#5a5248;max-width:380px;margin-bottom:36px}.rhy-journal{background:var(--dark);padding:100px 52px}.rhy-journal__header{margin-bottom:52px}.rhy-journal__header .rhy-label{color:var(--sand)}.rhy-journal__headline{font-family:var(--font-display);font-size:clamp(34px,4vw,52px);font-weight:300;color:var(--cream);margin-bottom:8px}.rhy-journal__sub{font-size:13px;font-weight:300;color:var(--muted);margin-bottom:16px}.rhy-journal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:52px}.rhy-journal-card{text-decoration:none;color:inherit}.rhy-journal-card__img{width:100%;aspect-ratio:4/3;overflow:hidden;margin-bottom:16px;background:#2a2a28}.rhy-journal-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s;display:block;filter:brightness(.85)}.rhy-journal-card:hover .rhy-journal-card__img img{transform:scale(1.03)}.rhy-journal-card__title{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);margin-bottom:8px;line-height:1.5}.rhy-journal-card__link{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--sand);text-decoration:none;border-bottom:1px solid rgba(200,185,154,.3);padding-bottom:2px}.rhy-trust{background:var(--bg-light);border-top:1px solid rgba(26,26,24,.08);padding:28px 52px;display:flex;justify-content:center;gap:56px;flex-wrap:wrap}.rhy-trust__item{display:flex;align-items:center;gap:10px;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#6b6258}.rhy-trust__icon{width:18px;height:18px;opacity:.5;flex-shrink:0}.rhy-pdp{background:var(--bg-light);min-height:100vh;padding-top:100px}.rhy-pdp__inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:60px 52px 100px;max-width:1200px;margin:0 auto}.rhy-pdp__img-main{aspect-ratio:4/5;overflow:hidden;background:#e6dfd2}.rhy-pdp__img-main img{width:100%;height:100%;object-fit:cover;display:block}.rhy-pdp__info{display:flex;flex-direction:column;justify-content:flex-start;padding-top:20px}.rhy-pdp__breadcrumb{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--taupe);margin-bottom:24px}.rhy-pdp__title{font-family:var(--font-display);font-size:clamp(36px,4vw,56px);font-weight:300;color:var(--dark);line-height:1.1;margin-bottom:8px}.rhy-pdp__subtitle{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--taupe);margin-bottom:20px}.rhy-pdp__price{font-size:18px;font-weight:300;color:var(--dark);margin-bottom:24px}.rhy-pdp__desc{font-size:14px;font-weight:300;line-height:1.9;color:#5a5248;margin-bottom:28px;max-width:420px}.rhy-pdp__benefits{list-style:none;margin-bottom:36px;display:flex;flex-direction:column;gap:10px}.rhy-pdp__benefit{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:300;color:#5a5248}.rhy-pdp__benefit:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--sand);flex-shrink:0}.rhy-pdp__qty-label{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--taupe);margin-bottom:12px}.rhy-pdp__qty{display:flex;align-items:center;gap:0;margin-bottom:24px;border:1px solid rgba(26,26,24,.2);width:fit-content}.rhy-pdp__qty button{width:40px;height:40px;background:none;border:none;font-size:18px;cursor:pointer;color:var(--dark);font-weight:300}.rhy-pdp__qty span{width:48px;text-align:center;font-size:14px;font-weight:300;color:var(--dark)}.rhy-pdp__atc{width:100%;padding:16px;background:var(--dark);color:var(--cream);font-size:11px;letter-spacing:.22em;text-transform:uppercase;border:none;cursor:pointer;font-family:var(--font-body);font-weight:400;transition:background .2s;margin-bottom:32px}.rhy-pdp__atc:hover{background:#2e2e2b}.rhy-pdp__accordion{border-top:1px solid rgba(26,26,24,.15)}.rhy-pdp__accordion-item{border-bottom:1px solid rgba(26,26,24,.15)}.rhy-pdp__accordion-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 0;background:none;border:none;cursor:pointer;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--dark);font-family:var(--font-body)}.rhy-pdp__accordion-icon{font-size:18px;font-weight:300;transition:transform .3s;color:var(--taupe)}.rhy-pdp__accordion-item.open .rhy-pdp__accordion-icon{transform:rotate(45deg)}.rhy-pdp__accordion-content{display:none;padding-bottom:20px;font-size:13px;font-weight:300;line-height:1.8;color:#5a5248}.rhy-pdp__accordion-item.open .rhy-pdp__accordion-content{display:block}.rhy-footer{background:var(--dark2);color:#f5f0e880;padding:60px 52px 0}.rhy-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px}.rhy-footer__brand-name{font-size:13px;letter-spacing:.22em;text-transform:uppercase;color:#f5f0e8b3;font-weight:400;margin-bottom:16px}.rhy-footer__brand-desc{font-size:12px;font-weight:300;line-height:1.8;max-width:220px;color:#f5f0e859}.rhy-footer__col h4{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:#f5f0e859;margin-bottom:18px;font-weight:400}.rhy-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.rhy-footer__col a{font-size:12px;font-weight:300;color:#f5f0e880;text-decoration:none;transition:color .2s}.rhy-footer__col a:hover{color:var(--cream)}.rhy-footer__bottom{border-top:1px solid rgba(245,240,232,.07);padding:20px 0;display:flex;justify-content:space-between;font-size:11px;color:#f5f0e840}.rhy-footer__bottom a{color:#f5f0e840;text-decoration:none}.rhy-footer__bottom-links{display:flex;gap:20px}@media(max-width:900px){.rhy-nav{padding:20px 24px}.rhy-nav__links{display:none}.rhy-nav__menu{display:block}.rhy-hero__content{padding:0 24px 64px}.rhy-hero__scroll{left:24px}.rhy-collection{padding:64px 24px 48px}.rhy-collection__header{flex-direction:column;align-items:flex-start;gap:16px}.rhy-collection__grid{grid-template-columns:1fr 1fr;gap:16px}.rhy-ritual{grid-template-columns:1fr}.rhy-ritual__img{height:380px}.rhy-ritual__content{padding:48px 24px}.rhy-story{grid-template-columns:1fr}.rhy-story__img{height:380px}.rhy-story__content{padding:48px 24px}.rhy-journal{padding:64px 24px}.rhy-journal__grid{grid-template-columns:1fr;gap:32px}.rhy-quote{padding:64px 24px}.rhy-trust{gap:24px;padding:24px}.rhy-pdp__inner{grid-template-columns:1fr;gap:40px;padding:40px 24px 60px}.rhy-footer__grid{grid-template-columns:1fr 1fr}.rhy-footer{padding:48px 24px 0}}@media(max-width:540px){.rhy-collection__grid{grid-template-columns:1fr}}@media(max-width:768px){.rhy-hero{background-size:cover!important;background-position:55% center!important}}.seal-subscription-widget,[class*=seal-],[id*=seal-],.snapppt-widget,[data-seal-widget],.seal-widget-container,[class*=sls-],[class*=sls-purchase],[class*=sls-more-info],.sls-more-info-container,.sls-subscription-details-label{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/rhythmic.css.map */
