:root{--drj-green: #0d3b31;--drj-green-dark: #082d25;--drj-green-soft: #e9f0ed;--drj-ink: #18201d;--drj-copy: #525c57;--drj-cream: #f8f5ef;--drj-warm: #eee6da;--drj-gold: #c7a066;--drj-border: #dfe4e1;--drj-white: #ffffff;--drj-max: 1320px;--drj-radius: 4px;--drj-font: "Helvetica Neue", Helvetica, Arial, sans-serif}.drj-section,.drj-announcement,.drj-header,.drj-footer{font-family:var(--drj-font);color:var(--drj-ink)}.drj-section *,.drj-announcement *,.drj-header *,.drj-footer *{box-sizing:border-box}.drj-container{width:min(calc(100% - 48px),var(--drj-max));margin:0 auto}.drj-eyebrow{margin:0 0 12px;color:var(--drj-green);font-size:11px;font-weight:700;line-height:1.3;letter-spacing:.17em;text-transform:uppercase}.drj-h1,.drj-h2,.drj-h3,.drj-copy,.drj-price{margin-top:0}.drj-h1,.drj-h2{color:var(--drj-green-dark);font-family:var(--drj-font);font-weight:500;letter-spacing:-.035em}.drj-h1{max-width:650px;margin-bottom:20px;font-size:clamp(46px,5.2vw,76px);line-height:.99}.drj-h2{margin-bottom:0;font-size:clamp(32px,3.4vw,48px);line-height:1.08}.drj-h3{color:var(--drj-ink);font-family:var(--drj-font);font-size:18px;font-weight:650;line-height:1.35}.drj-copy{color:var(--drj-copy);font-size:16px;line-height:1.7}.drj-copy p{margin:0}.drj-copy p+p{margin-top:12px}.drj-btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:12px 23px;border:1px solid var(--drj-green);border-radius:2px;background:var(--drj-green);color:#fff;font-size:13px;font-weight:700;line-height:1;text-decoration:none;cursor:pointer;transition:.2s ease}.drj-btn:hover{background:var(--drj-green-dark);border-color:var(--drj-green-dark);color:#fff}.drj-btn--outline{background:#fff;color:var(--drj-green)}.drj-btn--outline:hover{background:var(--drj-green-soft);color:var(--drj-green-dark)}.drj-btn--small{min-height:42px;padding:10px 18px;font-size:12px}.drj-price{color:var(--drj-ink);font-size:22px;font-weight:650;line-height:1.2}.drj-price s{margin-left:8px;color:#858b88;font-size:14px;font-weight:400}.drj-heading-row{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}.drj-heading-row__text{max-width:760px}.drj-heading-row__text .drj-copy{margin-top:13px;max-width:640px}.drj-image-placeholder{width:100%;min-height:360px;display:grid;place-items:center;padding:30px;background:var(--drj-green-soft);color:var(--drj-copy);font-size:13px;text-align:center}.drj-announcement{background:var(--drj-green);color:#fff}.drj-announcement__inner{min-height:34px;display:flex;align-items:center;justify-content:center;gap:26px;padding:6px 0}.drj-announcement__item{display:inline-flex;align-items:center;gap:7px;color:inherit;font-size:11px;font-weight:600;line-height:1.4;text-decoration:none;white-space:nowrap}.drj-announcement__item svg{width:15px;height:15px}.drj-announcement__separator{width:1px;height:13px;background:#ffffff59}.drj-header{position:relative;z-index:40;background:#fffffffa;border-bottom:1px solid var(--drj-border)}.drj-header--sticky{position:sticky;top:0}.drj-header__inner{min-height:76px;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:34px}.drj-header__logo{justify-self:start;display:inline-flex;align-items:center;color:var(--drj-ink);text-decoration:none}.drj-header__logo img{display:block;width:auto;height:auto;max-width:190px;max-height:52px}.drj-header__logo-text{display:flex;flex-direction:column;gap:2px}.drj-header__logo-text strong{font-size:25px;font-weight:700;letter-spacing:-.02em}.drj-header__logo-text small{font-size:7px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.drj-header__nav{display:flex;align-items:center;gap:33px}.drj-header__nav>a{color:var(--drj-ink);font-size:13px;font-weight:550;text-decoration:none;white-space:nowrap}.drj-header__nav>a:hover{color:var(--drj-green)}.drj-header__tools{justify-self:end;display:flex;align-items:center;gap:16px}.drj-header__icon{position:relative;display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;color:var(--drj-ink);text-decoration:none}.drj-header__icon svg{width:19px;height:19px}.drj-header__count{position:absolute;top:0;right:-2px;min-width:15px;height:15px;display:grid;place-items:center;padding:0 3px;border-radius:999px;background:var(--drj-green);color:#fff;font-size:8px;font-weight:700}.drj-header__mobile{display:none}.drj-header__drawer{position:absolute;top:100%;left:0;width:100%;padding:18px 24px 28px;background:#fff;border-top:1px solid var(--drj-border);border-bottom:1px solid var(--drj-border)}.drj-header__drawer a{display:block;padding:12px 0;border-bottom:1px solid var(--drj-border);color:var(--drj-ink);font-size:15px;text-decoration:none}.drj-hero{background:var(--drj-cream)}.drj-hero__grid{min-height:650px;display:grid;grid-template-columns:1fr 1fr}.drj-hero__content{display:flex;flex-direction:column;justify-content:center;padding:72px max(44px,calc((100vw - var(--drj-max)) / 2)) 62px max(24px,calc((100vw - var(--drj-max)) / 2))}.drj-hero__content .drj-copy{max-width:535px;margin-bottom:0}.drj-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.drj-hero__proofs{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:40px}.drj-hero__proof{display:inline-flex;align-items:center;gap:7px;color:var(--drj-copy);font-size:11px;font-weight:600;line-height:1.4}.drj-hero__proof svg{width:18px;height:18px;color:var(--drj-green)}.drj-hero__media{position:relative;min-height:650px;overflow:hidden;background:#ebe9e2}.drj-hero__media img,.drj-hero__media picture{width:100%;height:100%}.drj-hero__media img{display:block;object-fit:cover}.drj-hero__badge{position:absolute;left:32px;bottom:26px;min-width:190px;display:flex;align-items:center;gap:12px;padding:13px 16px;background:#fffffff2;border:1px solid rgba(199,160,102,.55);box-shadow:0 8px 28px #0000000f}.drj-hero__badge-ring{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border:2px solid var(--drj-gold);border-radius:50%;color:var(--drj-ink);font-size:12px;font-weight:700}.drj-hero__badge strong{display:block;color:var(--drj-ink);font-size:14px}.drj-hero__badge small{display:block;margin-top:3px;color:var(--drj-copy);font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.drj-brand{padding:78px 0 82px;background:#fff;text-align:center}.drj-brand__intro{max-width:800px;margin:0 auto}.drj-brand__intro .drj-copy{max-width:680px;margin:14px auto 0}.drj-brand__grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:45px}.drj-brand__item{min-width:0;padding:0 30px}.drj-brand__item+.drj-brand__item{border-left:1px solid var(--drj-border)}.drj-brand__icon{width:44px;height:44px;display:grid;place-items:center;margin:0 auto 13px;color:var(--drj-green)}.drj-brand__icon svg{width:32px;height:32px}.drj-brand__item h3{margin-bottom:8px;font-size:15px}.drj-brand__item p{margin:0;color:var(--drj-copy);font-size:12px;line-height:1.65}.drj-ugc{padding:58px 0;background:var(--drj-cream)}.drj-ugc__eyebrow{margin-bottom:20px;text-align:center}.drj-ugc__layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(220px,.95fr);gap:28px;align-items:stretch}.drj-ugc__videos{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.drj-ugc__card{position:relative;min-width:0;overflow:hidden;background:#ddd;border-radius:var(--drj-radius)}.drj-ugc__media{position:relative;aspect-ratio:1.25 / 1;overflow:hidden;background:#dedede}.drj-ugc__media video,.drj-ugc__media iframe,.drj-ugc__media img{display:block;width:100%;height:100%;border:0;object-fit:cover}.drj-ugc__play{position:absolute;top:50%;left:50%;width:44px;height:44px;display:grid;place-items:center;transform:translate(-50%,-50%);border:0;border-radius:50%;background:#fffffff0;color:var(--drj-green);pointer-events:none}.drj-ugc__play svg{width:18px;height:18px;margin-left:2px}.drj-ugc__caption{position:absolute;left:13px;bottom:12px;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.35)}.drj-ugc__caption strong,.drj-ugc__caption span{display:block}.drj-ugc__caption strong{font-size:13px}.drj-ugc__caption span{margin-top:2px;font-size:10px}.drj-ugc__copy-panel{display:flex;flex-direction:column;justify-content:center;padding:10px 14px 10px 18px}.drj-ugc__copy-panel .drj-h2{font-size:clamp(30px,3vw,43px)}.drj-ugc__copy-panel .drj-copy{margin-top:12px}.drj-ugc__copy-panel .drj-btn{align-self:flex-start;margin-top:20px}.drj-featured{background:#fff}.drj-featured__grid{min-height:570px;display:grid;grid-template-columns:1fr 1fr}.drj-featured__media{position:relative;min-height:570px;overflow:hidden;background:var(--drj-cream)}.drj-featured__media img{display:block;width:100%;height:100%;object-fit:cover}.drj-featured__badge{position:absolute;top:34px;left:34px;display:grid;width:68px;height:68px;place-items:center;border:2px solid var(--drj-gold);border-radius:50%;background:#f8f5efe6;color:var(--drj-ink);font-size:9px;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}.drj-featured__content{display:flex;flex-direction:column;justify-content:center;padding:62px clamp(36px,6vw,88px)}.drj-featured__content .drj-copy{max-width:590px;margin-top:14px}.drj-featured__benefits{margin:19px 0 0;padding:0;list-style:none}.drj-featured__benefits li{display:flex;align-items:flex-start;gap:9px;padding:5px 0;color:var(--drj-ink);font-size:13px;line-height:1.55}.drj-featured__benefits svg{flex:0 0 15px;width:15px;height:15px;margin-top:2px;color:var(--drj-green)}.drj-featured__bottom{display:flex;align-items:center;gap:30px;margin-top:27px}.drj-featured__bottom .drj-btn{min-width:150px}.drj-best{padding:34px 0 66px;background:#fff;border-top:1px solid var(--drj-border)}.drj-best__title{margin:0 0 16px;color:var(--drj-ink);font-size:13px;font-weight:700;letter-spacing:.17em;text-align:center;text-transform:uppercase}.drj-best__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.drj-best-card{position:relative;min-height:215px;display:grid;grid-template-columns:155px 1fr;overflow:hidden;border:1px solid var(--drj-border);background:#fff}.drj-best-card__media{min-height:215px;overflow:hidden;background:var(--drj-cream)}.drj-best-card__media img{display:block;width:100%;height:100%;object-fit:contain;padding:18px}.drj-best-card__info{display:flex;min-width:0;flex-direction:column;padding:25px 26px 22px 20px}.drj-best-card__info h3{margin:0;font-size:15px}.drj-best-card__info h3 a{color:inherit;text-decoration:none}.drj-best-card__desc{margin:9px 0 0;color:var(--drj-copy);font-size:12px;line-height:1.55}.drj-best-card__bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:18px}.drj-best-card__bottom .drj-price{font-size:18px}.drj-best-card__tag{position:absolute;top:14px;right:14px;padding:6px 9px;background:#dfc08e;color:#3b2b17;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.drj-reviews{padding:50px 0 65px;background:var(--drj-cream)}.drj-reviews__title{margin:0 0 20px;color:var(--drj-ink);font-size:12px;font-weight:700;letter-spacing:.16em;text-align:center;text-transform:uppercase}.drj-reviews__shell{position:relative}.drj-reviews__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 48px)/4);gap:16px;overflow-x:auto;padding-bottom:4px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.drj-reviews__track::-webkit-scrollbar{display:none}.drj-review-card{min-height:270px;display:flex;flex-direction:column;scroll-snap-align:start;padding:21px;border:1px solid var(--drj-border);background:#fff}.drj-review-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.drj-review-card__stars{color:var(--drj-gold);font-size:14px;letter-spacing:.07em}.drj-review-card__verified{color:var(--drj-copy);font-size:9px;font-weight:700}.drj-review-card__verified svg{width:12px;height:12px;vertical-align:-2px;color:var(--drj-green)}.drj-review-card blockquote{margin:24px 0 30px;color:var(--drj-ink);font-size:14px;line-height:1.6}.drj-review-card__author{display:flex;align-items:center;gap:11px;margin-top:auto}.drj-review-card__avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#f0e8da;color:var(--drj-ink);font-size:12px;font-weight:700}.drj-review-card__author strong,.drj-review-card__author span{display:block}.drj-review-card__author strong{font-size:12px}.drj-review-card__author span{margin-top:2px;color:var(--drj-copy);font-size:9px}.drj-reviews__arrow{position:absolute;top:50%;z-index:2;width:38px;height:38px;display:grid;place-items:center;transform:translateY(-50%);border:0;background:transparent;color:var(--drj-green);cursor:pointer}.drj-reviews__arrow--prev{left:-44px}.drj-reviews__arrow--next{right:-44px}.drj-reviews__dots{display:flex;justify-content:center;gap:6px;margin-top:17px}.drj-reviews__dot{width:6px;height:6px;padding:0;border:0;border-radius:50%;background:#d5d8d6}.drj-reviews__dot.is-active{background:var(--drj-green)}.drj-footer{background:#fff;border-top:1px solid var(--drj-border)}.drj-footer__signup{background:#f1eee9;border-bottom:1px solid var(--drj-border)}.drj-footer__signup-inner{min-height:104px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:42px}.drj-footer__signup-copy{display:flex;align-items:center;gap:20px}.drj-footer__mail-icon{flex:0 0 42px;width:42px;height:42px;color:var(--drj-green)}.drj-footer__signup-copy h2{margin:0;color:var(--drj-ink);font-size:20px;font-weight:650}.drj-footer__signup-copy p{margin:5px 0 0;color:var(--drj-copy);font-size:11px;line-height:1.5}.drj-footer__form{display:grid;grid-template-columns:1fr 140px;gap:10px}.drj-footer__form input{min-width:0;height:44px;padding:0 15px;border:1px solid var(--drj-border);border-radius:2px;background:#fff;color:var(--drj-ink);font:inherit;outline:none}.drj-footer__form button{border:1px solid var(--drj-green);border-radius:2px;background:var(--drj-green);color:#fff;font-size:12px;font-weight:700;cursor:pointer}.drj-footer__form-message{grid-column:1 / -1;margin:0;color:var(--drj-copy);font-size:11px}.drj-footer__main{display:grid;grid-template-columns:1.35fr repeat(4,.75fr);gap:42px;padding:48px 0 38px}.drj-footer__brand-logo{display:inline-flex;color:var(--drj-ink);text-decoration:none}.drj-footer__brand-logo img{display:block;width:auto;max-width:180px;max-height:52px}.drj-footer__brand-logo-text strong{display:block;font-size:25px;letter-spacing:-.02em}.drj-footer__brand-logo-text small{display:block;margin-top:2px;font-size:7px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.drj-footer__brand p{max-width:260px;margin:16px 0 0;color:var(--drj-copy);font-size:11px;line-height:1.65}.drj-footer__socials{display:flex;gap:13px;margin-top:17px}.drj-footer__socials a{display:inline-flex;color:var(--drj-ink)}.drj-footer__socials svg{width:17px;height:17px}.drj-footer__column h3{margin:0 0 14px;color:var(--drj-ink);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.drj-footer__column ul{margin:0;padding:0;list-style:none}.drj-footer__column li+li{margin-top:9px}.drj-footer__column a{color:var(--drj-copy);font-size:10px;text-decoration:none}.drj-footer__column a:hover{color:var(--drj-green)}.drj-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0 24px;border-top:1px solid var(--drj-border)}.drj-footer__copyright{color:#747d79;font-size:9px}.drj-footer__payments{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.drj-footer__payments svg{width:38px;height:24px}@media(max-width:1100px){.drj-header__inner{grid-template-columns:auto 1fr auto}.drj-header__nav{gap:21px}.drj-brand__item{padding-inline:18px}.drj-best-card{grid-template-columns:125px 1fr}.drj-reviews__track{grid-auto-columns:calc((100% - 32px) / 3)}.drj-reviews__arrow--prev{left:-24px}.drj-reviews__arrow--next{right:-24px}}@media(max-width:900px){.drj-container{width:min(calc(100% - 34px),var(--drj-max))}.drj-header__nav{display:none}.drj-header__mobile{display:block}.drj-header__inner{grid-template-columns:auto 1fr auto;min-height:68px}.drj-header__logo{justify-self:center}.drj-hero__grid,.drj-featured__grid{grid-template-columns:1fr}.drj-hero__content{padding:62px 34px 48px}.drj-hero__media,.drj-featured__media{min-height:520px}.drj-brand__grid{grid-template-columns:repeat(2,1fr)}.drj-brand__item{padding:28px}.drj-brand__item+.drj-brand__item{border-left:0}.drj-brand__item:nth-child(2n){border-left:1px solid var(--drj-border)}.drj-brand__item:nth-child(n+3){border-top:1px solid var(--drj-border)}.drj-ugc__layout{grid-template-columns:1fr}.drj-ugc__copy-panel{padding:22px 0 0}.drj-featured__content{padding:50px 34px}.drj-best__grid{grid-template-columns:1fr}.drj-reviews__track{grid-auto-columns:calc((100% - 16px)/2)}.drj-footer__signup-inner{grid-template-columns:1fr;gap:22px;padding:28px 0}.drj-footer__main{grid-template-columns:1.3fr 1fr 1fr}}@media(max-width:749px){.drj-container{width:min(calc(100% - 28px),var(--drj-max))}.drj-announcement__inner{justify-content:flex-start;gap:16px;overflow-x:auto;padding-inline:14px}.drj-announcement__separator{flex:0 0 1px}.drj-header__tools .drj-header__account,.drj-header__tools .drj-header__search{display:none}.drj-h1{font-size:clamp(42px,12vw,56px)}.drj-h2{font-size:clamp(30px,9vw,40px)}.drj-hero__content{padding:48px 20px 40px}.drj-hero__actions{display:grid}.drj-hero__actions .drj-btn{width:100%}.drj-hero__proofs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.drj-hero__media{min-height:440px}.drj-hero__badge{left:16px;bottom:16px}.drj-brand{padding:62px 0}.drj-brand__grid{grid-template-columns:1fr;margin-top:34px}.drj-brand__item{padding:25px 12px}.drj-brand__item:nth-child(2n),.drj-brand__item:nth-child(n+3){border-left:0;border-top:1px solid var(--drj-border)}.drj-ugc{padding:48px 0}.drj-ugc__videos{display:grid;grid-auto-flow:column;grid-auto-columns:82%;grid-template-columns:none;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.drj-ugc__videos::-webkit-scrollbar{display:none}.drj-ugc__card{scroll-snap-align:start}.drj-ugc__media{aspect-ratio:4 / 4.7}.drj-featured__media{min-height:430px}.drj-featured__badge{top:18px;left:18px}.drj-featured__content{padding:38px 20px 42px}.drj-featured__bottom{align-items:stretch;flex-direction:column;gap:14px}.drj-featured__bottom .drj-btn{width:100%}.drj-best{padding:30px 0 52px}.drj-best-card{grid-template-columns:105px 1fr;min-height:190px}.drj-best-card__media{min-height:190px}.drj-best-card__info{padding:21px 15px}.drj-best-card__desc{font-size:11px}.drj-best-card__bottom{align-items:flex-start;flex-direction:column}.drj-best-card__bottom .drj-btn{width:100%}.drj-reviews{padding:44px 0 55px}.drj-reviews__track{grid-auto-columns:86%}.drj-reviews__arrow{display:none}.drj-footer__form{grid-template-columns:1fr}.drj-footer__form button{height:44px}.drj-footer__main{grid-template-columns:1fr 1fr;gap:30px 22px;padding-top:38px}.drj-footer__brand{grid-column:1 / -1}.drj-footer__bottom{align-items:flex-start;flex-direction:column}.drj-footer__payments{justify-content:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/drj-home-v2.css.map */
