:root {
    --bodyBG: #e8f3f9;
    --white: #ffffff;
    --goldColor: #1e1d1e;
    --linkHoverColor: #007b85;
    --text-btn: #ffffff;
    --greyColor: #969a9e;
    --darkColor: #555555;
    --transWhite15: rgba(255, 255, 255, 0.15);
    --heighlightedMenuDarkred: #f87171;
    --cartDarkred: #ef4444;
    --heighlightedMenuDarkblue: #007b85;
    --newBgDarkblue: #59453a;
     --dark-text-main: #c9c9c9;
    --color-primary: var(--1);
    --1: #007b85;
    --1-1: #ffffff12;
    --2: #6d6f70;
}

.store-footer__inner.da-bgm.has-custom-bg {
    --footer-bg: #007b85;
}

.dark .s-social-link a,.dark .s-contacts-item {
    background-color: #03545a;
}

.store-footer .footer-list a {
    /* color: #fff; */
    padding: 8px;
    background: linear-gradient(90deg,transparent,#ffffff1a);
    border-radius: 15rem;
}

@media (max-width: 767px) {
    .rtl\:right-4:where([dir=rtl],[dir=rtl] *) {
        right: 1rem;
        bottom: 9rem;
    }
}

custom-salla-product-card.rounded-md {
    background: #e4f7f6;
}

.s-product-card-content {
    position: relative;
    padding-top: 58px !important;
}

.s-product-card-content::before {
    content: "";
    position: absolute;
    width: 100%;
    background: url("https://cdn.salla.sa/form-builder/RkKmV8sME7blIZj04nbhAvydR7rnO8UtQCbclL8z.webp");
    background-size: contain;
    background-position: center;
    top: 0px;
    left: 0px;
    height: 45px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.s-slider-block__title h2,.main-content h1,.s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg,var(--1) 0%,var(--1) 29%,var(--2) 67%,var(--2) 100% );
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 4s linear infinite textclip;
    color: var(--3);
    display: inline-block;
    font-weight: 600;
    border-bottom: 3px;
    font-size: 18px;
    line-height: 1.5;
}

@keyframes textclip {
    100% {
        background-position: 200% center
    }
}

.dark .footer-profile blockquote, .dark .footer-profile p,.dark .da-tm {
    color: #ffffff !important;
}

.store-footer .footer-container .footer-list a:hover {
    color: #414042!important;
    color: #c3dbdd!important;
}

h3.w-full.text-xs.md\:text-sm {
    font-size: .9rem;
}

@media (max-width: 767px) {
    body.product-single .rtl\:right-4:where([dir=rtl],[dir=rtl] *) {
        right: 1rem;
        bottom: 12rem;
    }
}

.store-footer h3 {
    color: #ffffff;
}

@media (max-width: 390px) {
    .s-trust-badges-label, .s-trust-badges-number {
        /* font-size: .875rem; */
        /* zoom: 66%; */
    }
}


.footer-vat.flex.justify-center.gap-6.px-8.md\:px-4 {
    padding: 0;
}