.single-product .dh-bought-together{
  clear:both;
  display:block;
  margin-top:24px;
}

.single-product .dh-bought-together > h2{
  margin:0 0 14px;
  color:#25483d;
  font-size:32px;
  font-weight:700;
  line-height:1.2;
}

@media (max-width:1024px){
  .single-product .dh-bought-together > h2{font-size:28px;}
}

@media (max-width:767px){
  .single-product .dh-bought-together > h2{font-size:24px;}
  .single-product .dh-bought-together ul.products{
    display:flex;
    gap:12px;
    overflow-x:auto;
    padding-bottom:8px;
    scroll-snap-type:x proximity;
    -webkit-overflow-scrolling:touch;
  }
  .single-product .dh-bought-together ul.products li.product{
    flex:0 0 min(72vw,260px);
    width:min(72vw,260px) !important;
    margin:0 !important;
    scroll-snap-align:start;
  }
}
