footer > div > div > div > div > a > img {
    filter: brightness(20.5);
}

.footer-is-custom .store-footer {
    border-radius: 46px !important;
}

.footer-is-custom .store-footer .store-footer__contacts-row, .footer-is-custom .store-footer .store-footer__inner, .footer-is-custom .store-footer .store-footer__newsletter {
    border-radius: 46px !important;
}

@media (min-width: 1024px) {
    salla-slider .slide--one-fourth {
        width: 21%;
    }
}

@media (max-width: 1024px) {
    salla-slider .slide--one-fourth {
        height: auto;
        max-width: 85px;
        width: 100%;
    }
}

.product-card__addToCart__btn salla-button button {
    background: #02333a;
    border: 0;
    color: #fff;
}

@media(max-width: 767px) {
    .nd-banner-wrapper {
        flex-direction: row;
        justify-content: center;
        gap: 30px;
        padding: 30px 20px;
        flex-wrap: nowrap;
        zoom: 48%; }

    .nd-right-section {
        flex-direction: row;
        gap: 20px;
    }
}
.product-card__promotion {
    background-color: #09383f !important;
}
:root {
    --color-primary: #02333a;
    --header-text-color: #02333a;
    --store-text-primary: #02333a;
    --store-text-secondary: #02333a;
    --product-enhanced-btn-color: #100f0f;
    --footer-bg: #02333a;
    --bottom-footer-bg: #02333a;
}