#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div {
    grid-template-columns: repeat(6,minmax(0,1fr));
}
.lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(7) > div {
    max-width: 100%;
}
#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9) > div {
    max-width: 100%;
}
@media (max-width: 767px) {
  #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
span.s-product-card-category {
    background-color: #0a1b25;
}

.s-product-card-content-title a:hover {
    color: #607D8B ! IMPORTANT;
}

.s-add-product-button-mini-checkout-content {
    COLOR: WHITE;
}
.dark .s-quantity-input-container {
    border-color: #ffffff;
}
.dark .s-quantity-input-button {
    fill: #ffffff;
}
    display: none !important;
  }