/* Add custom CSS styles below */ 

.s-block__title h2, .s-slider-block__title h2 {
        font-size: 1.2rem;
        line-height: 2.5rem;
}

@media (min-width: 1024px) {
    .s-block__title h2, .s-slider-block__title h2 {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}

.product-entry__title {
    display: block;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 700;
}
.product-entry--fit-type .product-entry__image {
    height: 175px;
    max-height: 15rem;
    background: #fff;
}
.product-entry--vertical .product-entry__content {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .5rem;
}
.s-block__title .btn--main button  {
    padding: 0.4rem .5rem !important;
    border-radius: 9999px !important;
    font-size: .85rem !important;
    line-height: 1.75rem !important;
}
.slide--cat-entry:is(.dark *){
  color: #fff;
}
body {
    
    background-color: #d5bd81;
}
.index .brand-item img:is(.dark *) {
    --tw-brightness: brightness(1);
}
.s-block--fixed-banner{
  .s-button-primary-outline{
    color: #fffefb;
  }
}