/* Add custom CSS styles below */ 
.gap-3 {
    gap: 10px;
    grid-template-columns: repeat(4,minmax(0,1fr));
    color: white;
    text-shadow: 0 0 1px black;
}

.banner-entry {
    position: relative;
    height: 120px;
    overflow: hidden;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(205 214 136 / 0%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: .75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255,255,255,var(--tw-text-opacity));
}

body {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
}

.banner--fixed img
{
    border-radius: 30px;
}

.s-product-card-content {
    position: relative;
    display: flex;
    padding: .75rem;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fcfcfc;
}

.s-product-card-vertical {
    flex-direction: column;
    border: 0.6px solid #21212161;
        height: 90%;
}

.s-button-btn, .s-price-range-number-input {
    border-radius: .75rem;
    background: #9ba877;
    color: #fdfdfd;
}
.s-block {
    margin-top: 1rem;
}

.s-product-card-content-sub
{
    background: #9ba87736;}

.s-product-card-price {
    font-size: 18px;
    line-height: 1.25rem;
    font-weight: 700;
}