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

.dh-brands{display:flex;align-items:center;width:100%;max-width:100%;height:178px;background-color:var(--dh-brands-bg,#fbfaf6);overflow:hidden;}
.dh-brands *{box-sizing:border-box;}
.dh-brands__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-brands__track{display:flex;align-items:center;width:max-content;gap:60px;padding:0 30px;animation:dh-brands-scroll var(--dh-brands-speed,60s) linear infinite;}
.dh-brands__viewport:hover .dh-brands__track{animation-play-state:paused;}
.dh-brands__item{flex:0 0 auto;width:140px;height:140px;display:flex;align-items:center;justify-content:center;}
.dh-brands__item img{display:block;width:140px;height:auto;max-height:140px;object-fit:contain;}
@keyframes dh-brands-scroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
@media (max-width:599px){
  .dh-brands{height:120px !important;}
  .dh-brands__track{gap:36px !important;padding:0 18px !important;animation-duration:40s !important;}
  .dh-brands__item{width:100px !important;height:100px !important;}
  .dh-brands__item img{width:100px !important;max-height:100px !important;}
}
@media (prefers-reduced-motion:reduce){
  .dh-brands__track{animation:none !important;}
}
