.section:has(.dh-hero){padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;background-color:var(--dh-hero-bg,#fbfaf6) !important;}
.section:has(.dh-hero) > .page-width,
.section:has(.dh-hero) .shopline-section__inner,
.section:has(.dh-hero) .rte{padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;}
.section:has(.dh-hero) > .page-width{display:block !important;}
.section:has(.dh-hero) .shopline-section__inner{display:block !important;}

.dh-hero{--dh-hero-card-radius:16px;--dh-hero-card-shadow:0 2px 12px rgba(0,45,30,.08);--dh-hero-float-distance:6px;--dh-hero-float-duration:4s;display:block;width:100%;max-width:100%;padding:16px 0;background-color:var(--dh-hero-bg,#fbfaf6);overflow:hidden;}
.dh-hero *{box-sizing:border-box;}

.dh-hero__zone1{background-color:var(--dh-hero-bg,#fbfaf6);padding:var(--dh-hero-mobile-padding,24px) 16px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;}
.dh-hero__text{max-width:800px;width:100%;display:flex;flex-direction:column;align-items:center;}

.dh-hero__eyebrow{display:inline-flex;align-items:center;gap:6px;font-family:"GalanoGrotesque",sans-serif;font-weight:500;font-size:13px;line-height:1;letter-spacing:0.04em;color:var(--dh-hero-eyebrow,#761800);background:var(--dh-hero-eyebrow-bg,rgba(0,45,30,.06));padding:8px 16px;border-radius:100px;margin-bottom:24px;}

.dh-hero__headline{font-family:"Clever Bold",Georgia,serif;font-weight:700;font-size:38px;line-height:1.05;letter-spacing:0;color:var(--dh-hero-headline,#dc4213);margin:0;max-width:800px;}

.dh-hero__subhead{font-family:"GalanoGrotesque",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:var(--dh-hero-subhead,#761800);margin:16px auto 0;max-width:640px;}

.dh-hero a.dh-hero__cta{display:inline-block !important;background-color:var(--dh-hero-cta-bg,#d7a353) !important;color:var(--dh-hero-cta-text,#fbfaf6) !important;padding:16px 32px !important;border-radius:8px !important;font-family:"GalanoGrotesque",sans-serif !important;font-weight:700 !important;font-size:15px !important;line-height:1 !important;letter-spacing:1.5px !important;text-decoration:none !important;margin-top:24px !important;border:none !important;transition:background-color .15s ease-out,transform .15s ease-out,box-shadow .15s ease-out,color .15s ease-out !important;will-change:transform;}
.dh-hero a.dh-hero__cta:hover{transform:translateY(-1px) !important;box-shadow:rgba(0,45,30,.15) 0 4px 12px !important;color:#002d1e !important;background-color:var(--dh-hero-cta-bg,#d7a353) !important;}
.dh-hero a.dh-hero__cta:active{transform:translateY(0) !important;box-shadow:none !important;transition-duration:0ms !important;}
.dh-hero a.dh-hero__cta:focus-visible{outline:none !important;box-shadow:rgba(0,45,30,.25) 0 0 0 3px !important;}

.dh-hero__support{font-family:"GalanoGrotesque",sans-serif;font-weight:400;font-size:14px;line-height:1.4;letter-spacing:0;color:var(--dh-hero-support,#761800);margin-top:12px;}

.dh-hero__zone2{padding:16px 0 0;overflow:hidden;}
.dh-hero__media-track{display:flex;align-items:center;gap:8px;padding:12px 0 16px;width:max-content;animation:dh-hero-drift 70s linear infinite;}
.dh-hero__zone2:hover .dh-hero__media-track{animation-play-state:paused;}

.dh-hero__card{flex:0 0 auto;border-radius:var(--dh-hero-card-radius);overflow:hidden;box-shadow:var(--dh-hero-card-shadow);border:2px solid var(--dh-hero-card-accent,#dc4213);animation:dh-hero-float var(--dh-hero-float-duration) ease-in-out infinite;}
.dh-hero__card img{display:block;width:100%;height:100%;object-fit:cover;}
.dh-hero__card--narrow-short{width:130px;height:160px;}
.dh-hero__card--narrow-tall{width:140px;height:220px;}
.dh-hero__card--medium-short{width:170px;height:180px;}
.dh-hero__card--medium-tall{width:170px;height:240px;}
.dh-hero__card--wide-short{width:200px;height:170px;}
.dh-hero__card--wide-tall{width:200px;height:260px;}
.dh-hero__card:nth-child(1){animation-delay:0s;}
.dh-hero__card:nth-child(2){animation-delay:-.7s;}
.dh-hero__card:nth-child(3){animation-delay:-1.4s;}
.dh-hero__card:nth-child(4){animation-delay:-2.1s;}
.dh-hero__card:nth-child(5){animation-delay:-2.8s;}
.dh-hero__card:nth-child(6){animation-delay:-3.5s;}
.dh-hero__card:nth-child(7){animation-delay:-.35s;}
.dh-hero__card:nth-child(8){animation-delay:-1.05s;}
.dh-hero__card:nth-child(9){animation-delay:-1.75s;}
.dh-hero__card:nth-child(10){animation-delay:-2.45s;}
.dh-hero__card:nth-child(11){animation-delay:-3.15s;}
.dh-hero__card:nth-child(12){animation-delay:-.5s;}

@keyframes dh-hero-drift{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
@keyframes dh-hero-float{0%,100%{transform:translateY(0);}50%{transform:translateY(calc(-1 * var(--dh-hero-float-distance)));}}

@media (min-width:600px){
  .dh-hero__zone1{padding:48px 32px 24px !important;}
  .dh-hero__headline{font-size:48px !important;}
  .dh-hero__subhead{font-size:18px !important;}
  .dh-hero__eyebrow{font-size:14px !important;margin-bottom:28px !important;}
  .dh-hero__media-track{gap:10px !important;}
  .dh-hero__card--narrow-short{width:180px !important;height:220px !important;}
  .dh-hero__card--narrow-tall{width:190px !important;height:310px !important;}
  .dh-hero__card--medium-short{width:230px !important;height:250px !important;}
  .dh-hero__card--medium-tall{width:240px !important;height:340px !important;}
  .dh-hero__card--wide-short{width:280px !important;height:240px !important;}
  .dh-hero__card--wide-tall{width:300px !important;height:360px !important;}
}
@media (min-width:1200px){
  .dh-hero__zone1{padding:56px 48px 28px !important;}
  .dh-hero__headline{font-size:72px !important;line-height:1 !important;}
  .dh-hero__subhead{font-size:20px !important;}
  .dh-hero a.dh-hero__cta{font-size:15px !important;}
  .dh-hero__media-track{gap:12px !important;}
  .dh-hero__card--narrow-short{width:200px !important;height:260px !important;}
  .dh-hero__card--narrow-tall{width:220px !important;height:380px !important;}
  .dh-hero__card--medium-short{width:260px !important;height:300px !important;}
  .dh-hero__card--medium-tall{width:280px !important;height:400px !important;}
  .dh-hero__card--wide-short{width:320px !important;height:280px !important;}
  .dh-hero__card--wide-tall{width:340px !important;height:420px !important;}
}
@media (min-width:1800px){
  .dh-hero__media-track{gap:14px !important;}
  .dh-hero__card--narrow-short{width:240px !important;height:300px !important;}
  .dh-hero__card--narrow-tall{width:260px !important;height:420px !important;}
  .dh-hero__card--medium-short{width:300px !important;height:340px !important;}
  .dh-hero__card--medium-tall{width:320px !important;height:440px !important;}
  .dh-hero__card--wide-short{width:360px !important;height:320px !important;}
  .dh-hero__card--wide-tall{width:380px !important;height:460px !important;}
}
@media (prefers-reduced-motion:reduce){
  .dh-hero__card,.dh-hero__media-track{animation:none !important;}
  .dh-hero__cta{transition:none !important;}
}
