/* Add custom CSS styles below */ 

.card--addtocard-full-btn .btn--add-to-cart--full .s-button-btn {
    border-radius: 4px;
}

}
.pt-24 {
    padding-top: 3rem;
}
.pb-10 {
    padding-bottom: 0rem;
}
.store-footer {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(249, 250, 251, 1);
    background-color: rgb(31 51 78);
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, 1);
    color: rgb(255 255 255);
}
.header--full .main-nav__content {
    flex-direction: column;
    justify-content: center;
    background-color: #0b334f;
    color: wheat;
}
.pt-24 {
    padding-top: 0rem;
}
.grid {
    display: grid
;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.banners-grid {
    display: grid
;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(8, minmax(0, 1fr));
    grid-gap: 0.625rem;
    gap: 0.625rem;
}
.card-below-full-btn .add-to-cart-conatiner salla-button.btn--wishlist button {
    height: 1.75rem;
    width: 1.75rem;
    border-radius: 9999px;
    border-style: none;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    display: none;
}