/* Add custom CSS styles below */ 
@media(max-width:992px){
  header{
    position:relative !important
  }
  .is-sticky-product-bar.product-single div:has(.hKYcqG)[id^=gb-widget] {
    bottom: 110px !important;
}
}

@media(min-width:992px){
.index section:nth-of-type(9) .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 10px;
}
}
a.s-slider-block__display-all {
    padding: 5px 10px;
    background: #eee;
    border: 1px solid #000;
    border-radius: 7px;
}