.section:has(.dh-brand-benefit){padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;}
.section:has(.dh-brand-benefit) > .page-width,
.section:has(.dh-brand-benefit) .shopline-section__inner,
.section:has(.dh-brand-benefit) .rte{padding:0 !important;margin:0 !important;width:100% !important;max-width:100% !important;}
.section:has(.dh-brand-benefit) .shopline-section__inner{display:block !important;}

.dh-brand-benefit{display:flex;align-items:center;width:100%;max-width:100%;height:80px;background-color:var(--dh-bb-bg,#1c0c0c);overflow:hidden;}
.dh-brand-benefit *{box-sizing:border-box;}
.dh-brand-benefit .dh-bb__track{display:flex;align-items:center;width:max-content;animation:dh-brand-bb-scroll var(--dh-bb-duration,30s) linear infinite;}
.dh-brand-benefit:hover .dh-bb__track{animation-play-state:paused;}
.dh-brand-benefit .dh-bb__item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:0 28px;font-family:"GalanoGrotesque",sans-serif;font-weight:700;font-size:14px;line-height:14px;letter-spacing:1.68px;text-transform:none;color:var(--dh-bb-color,#fdf4e4);}
.dh-brand-benefit .dh-bb__check{flex-shrink:0;width:18px;height:18px;border-radius:50%;border:1.5px solid var(--dh-bb-color,#fdf4e4);display:inline-flex;align-items:center;justify-content:center;}
.dh-brand-benefit .dh-bb__check svg{width:10px;height:10px;display:block;color:var(--dh-bb-color,#fdf4e4);}
@keyframes dh-brand-bb-scroll{0%{transform:translateX(0);}100%{transform:translateX(-33.3333%);}}
@media (max-width:599px){
  .dh-brand-benefit{height:64px !important;}
  .dh-brand-benefit .dh-bb__item{padding:0 20px !important;font-size:12px !important;line-height:12px !important;letter-spacing:1.44px !important;}
}
@media (prefers-reduced-motion:reduce){
  .dh-brand-benefit .dh-bb__track{animation:none !important;flex-wrap:wrap;justify-content:center;width:auto;}
}
