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

.dh-brand-brands{display:flex;align-items:center;width:100%;max-width:100%;height:218px;padding:20px 0;background-color:var(--dh-brbr-bg,#fbfaf6);overflow:hidden;}
.dh-brand-brands *{box-sizing:border-box;}
.dh-brand-brands .dh-brbr__viewport{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);}
.dh-brand-brands .dh-brbr__track{display:flex;align-items:center;width:max-content;gap:64px;padding:0 32px;animation:dh-brand-brands-scroll var(--dh-brbr-duration,45s) linear infinite;}
.dh-brand-brands .dh-brbr__viewport:hover .dh-brbr__track{animation-play-state:paused;}
.dh-brand-brands .dh-brbr__item{flex:0 0 auto;width:140px;height:140px;display:flex;align-items:center;justify-content:center;}
.dh-brand-brands .dh-brbr__link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}
.dh-brand-brands .dh-brbr__item img{display:block;width:140px;height:auto;max-height:140px;object-fit:contain;}
@keyframes dh-brand-brands-scroll{0%{transform:translateX(0);}100%{transform:translateX(-33.3333%);}}
@media (max-width:599px){
  .dh-brand-brands{height:150px !important;}
  .dh-brand-brands .dh-brbr__track{gap:36px !important;padding:0 18px !important;animation-duration:var(--dh-brbr-duration-mobile,30s) !important;}
  .dh-brand-brands .dh-brbr__item{width:100px !important;height:100px !important;}
  .dh-brand-brands .dh-brbr__item img{width:100px !important;max-height:100px !important;}
}
@media (prefers-reduced-motion:reduce){
  .dh-brand-brands .dh-brbr__track{animation:none !important;}
}
