@font-face {
    font-family: "MontserratArabic";
    src: url("https://res.cloudinary.com/di1jkdquy/raw/upload/v1766577701/Montserrat-Arabic-Regular_oicsr6.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "MontserratArabic", Arial, sans-serif !important;
     background: white !important;
}

.dark #app.app-body {
    background-color: white !important;
}

.container {
    max-width: 100%;
    padding-inline: 112px;
}

.s-block--testimonials.container {
    max-width: 100%;
    padding-inline: 112px;
}

@media (max-width: 640px) {
    .container {
        padding-inline: 16px;
}

.s-block--testimonials.container {
    padding-inline: 16px;
}
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 7rem;
    }
}

@media (max-width: 640px) {
    .s-block {
        margin-top: 2.5rem;
    }
}

@media (min-width: 640px) {
    .store-footer {
        margin-top: 7rem;
    }
}

@media (max-width: 640px) {
    .store-footer {
        margin-top: 2.5rem;
    }
}
/*****************Navbar*****************/
.top-navbar.bg-inherit.text-inherit {
    display: none;
}

.main-nav-container {
    background: transparent !important;
}

header.store-header.has-logo-on-merge {
    padding-block: 4px;
    background: linear-gradient(180deg, #91191C, #540121);
}

button.header-btn.header-signInBtn {
    background: transparent !important;
}
/*****************Navbar*****************/
/*****************Main Banner*****************/
section#fullscreen-banner-0 {
    margin-top: 0px;
}

section#fullscreen-banner-0 .s-slider-container {
    padding: 0px !important
}

section#fullscreen-banner-0 .swiper-wrapper {
    padding: 0px !important
}

.floating-wrapper.floatings-between {
        max-width: 100% !important;
        height: 100%;
}

.floating_text.px-8 {
    width: 100%;
    height: 100%;
}

a.btn.mt-5.fs_banners_btn {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
}

.floating-wrapper.floatings-center {
    text-align: center;
    width: 100%;
    height: 100%;
}
/*****************Main Banner*****************/
/*****************Products*****************/
.swiper-wrapper {
    padding-block: 20px !important
}

.s-slider-block__title h2 {
    color: #1E1E1E;
}

.s-block__title.section-main-title.custom-s {
    justify-content: center;
}

.s-slider-block__title h2, h2.mb-0.text-lg.section-main-title.font-bold.leading-\[1\.2\].dm-text-main, .s-block__title h2, .s-block__title.section-main-title.custom-s h3 {
        color: #1E1E1E;
    }

@media (min-width: 768px) {
    .s-slider-block__title h2, h2.mb-0.text-lg.section-main-title.font-bold.leading-\[1\.2\].dm-text-main, .s-block__title h2, .s-block__title.section-main-title.custom-s h3 {
        font-size: 2rem;
    }

    .s-slider-block__display-all {
    font-size: 1.5rem;
}
}

@media (min-width: 768px) {
    .s-slider-block__title  {
        margin-bottom: 2.5rem;
    }
}

.s-slider-block__title-left:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    display: none;
} 

.s-slider-block__display-all {
    color: #91191C !important;
    text-decoration: underline;
    font-weight: 700;
}

.dark #app custom-salla-product-card {
    background: white !important;
    box-shadow: -1px 1px 5px rgba(54, 53, 53, 0.12), -1px 1px 5px rgba(54, 53, 53, 0.12); 
    border-radius: 16px !important;
}

custom-salla-product-card .product-block-outer {
    padding-block: 20px;
    padding-inline: 20px;
    text-align: center;
    padding-top: 0px !important;
}

body.pc-title-two-line custom-salla-product-card.product-block .title {
    font-size: 1.25rem;
    line-height: 28px;
}

.s-products-slider-slider .product-block__info .price-wrapper {
    margin-top: 10px;
}

.s-products-slider-slider .product-block__info .price-wrapper .pc-t {
    color: #540121 !important;
    font-size: 1.25rem;
}

#app salla-add-product-button button[product-id].s-button-primary {
    background-color: #91191C;
    border-radius: 12px !important;
    transition: .5s ease-in;
    font-size: 1.5rem;
    padding: 15px 20px;
}

#app salla-add-product-button button[product-id].s-button-primary:hover {
    background-color: #540121;
    opacity: 1 !important;
}

.product-block .btn--add-to-cart .s-button-text {
    overflow: visible;
}

.action-btns-small:not(.cls-btn46) salla-add-product-button button[product-id] {
    height: 3rem;
}

@media (max-width: 768px) {
    body.pc-title-two-line custom-salla-product-card.product-block .title {
    font-size: .75rem;
}

#app salla-add-product-button button[product-id].s-button-primary {
    font-size: .875rem !important;
}

.s-products-slider-slider .product-block__info .price-wrapper .pc-t {
    font-size: 1rem;
}
}


/*****************Products*****************/
/*****************features*****************/
section.s-block.s-block--features.all.enhanced-features.anmt-none.container {
    padding-block: 20px;
}

.dark #app .enhanced-features .s-block--features__item[style*=transp] {
    box-shadow: -1px 1px 5px rgba(54, 53, 53, 0.12), -1px 1px 5px rgba(54, 53, 53, 0.12); 
    border-radius: 16px !important;
}

.s-block--features__item h4 {
    color: #540121;
    font-size: 1.25rem;
}

.s-block--features__item p {
    color: #1E1E1E;
    margin-top: 10px;
}

.s-block--features__item .feature-icon i {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    width: 150px;
    height: 150px
}

.s-block--features__item .feature-icon {
    background-color: transparent;
}

.s-block--features__item .feature-icon i::before {
    display: none 
}

.s-block--features__item:nth-of-type(1) .feature-icon  i {
    background-image: url(https://i.postimg.cc/bN5rGWHj/arcticons-eset-payment-protection.webp);
}

.s-block--features__item:nth-of-type(2) .feature-icon  i {
    background-image: url(https://i.postimg.cc/90MX0Yrv/carbon-delivery.webp);
}

.s-block--features__item:nth-of-type(3) .feature-icon  i {
    background-image: url(https://i.postimg.cc/NGJfVSn8/mdi-star-outline.webp);
}
/*****************features*****************/
/*****************testimonials*****************/
h3.animated-text-inner.aniated-text-inner.font-bold.leading-normal.dm-text-main {
    color: #1E1E1E !important;
    padding-bottom: 14px;
}

.special-testimonial {
    border-radius: 16px !important;
    box-shadow: -1px 1px 5px rgba(54, 53, 53, 0.12), -1px 1px 5px rgba(54, 53, 53, 0.12); 
    overflow: hidden !important;
    padding: 22px;
}

.special-testimonial__info.flex.items-center {
    margin-bottom: 10px;
}

p.special-testimonial__text_down.leading-\[1\.2\].mb-2.sm\:mt-0.text-start.dm-text-sec {
    margin-top: 2px;
    line-height: 24px;
    color: #1E1E1E;
}
/*****************testimonials*****************/
/*****************Questions*****************/
body .question-outer {
    background: transparent !important;
}

.faqs-section .faq-item {
    border: 0px !important;
}

.dark .dm-bg-sec {
    background: transparent !important;
}

section.s-block.s-block-faqs-home.faqs-section.all {
    margin-bottom: 112px;
}

h2.text-sm.question.dm-text-main {
    font-weight: 400;
    font-size: 16px;
}

.faq-item .faq-inner .faq-icon {
    background: transparent !important;
}

.faq-inner {
    border-bottom: 1px solid #E6D7CD;
}

.faq-item:nth-of-type(5) .faq-inner {
    border: 0px !important;
}

.faq-item:nth-of-type(6) .faq-inner {
    border: 0px !important;
}

.answer.mb-2.dm-text-sec {
    color: #540121 !important;
}
/*****************Questions*****************/
/*****************Footer*****************/
footer.store-footer {
    margin: 0 !important;
    width: 100%;
    border-radius: 0px !important;
    color: white !important;
}

footer * {
    color: white !important
}
/* 
a.footer_logo {
    display: none;
} */

p.max-w-sm.leading-6.mb-6 {
    position: relative;
    width: 100%;
}

.footer-small-shape .store-footer {
    width: 100% !important;
}

/* p.max-w-sm.leading-6.mb-6::before {
    content: 'مؤسسة نارفين "نارفين السعودية" متجر سعودي';
    position: absolute;
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    width: 100%;
    color: #FFFFFF;
    line-height: 32px;
} */

.store-footer h3 {
    color: white !important;
}

footer .grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

p.max-w-sm.leading-6.mb-6 + p {
    /* margin-top: 75px; */
    margin-bottom: 20px;
}

/* @media (max-width: 789px) {
    p.max-w-sm.leading-6.mb-6 + p {
    margin-top: 55px;
}
} */

#app.footer-centered .s-contacts-list {
    gap: 8px;
}

.s-trust-badges-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.store-footer.icons-rounded-none .s-social-link a, .store-footer.icons-rounded-none .s-contacts-icon {
    border: none;
}

span.line.block.my4.px-4.mb-4.border-0.border-dashed.border-t-2.opacity-30 {
    display: none;
}

footer.store-footer.overflow-hidden.icons-rounded-none {
    background: white
}

.footer-foot.container.flex.flex-col-reverse.lg\:flex-row.lg\:justify-between.items-center.mb-2.lg\:mb-4 {
    margin-top: 18px;
}

.footer-small-shape .store-footer__inner {
    border-radius: 0 !important;
}

.footer-is-dark .store-footer .text-gray-400 {
    color: #540121 !important;
    font-weight: 500;
}

@media (min-width: 1024px) {
    .store-footer h3 {
        font-size: 1.5rem;
        font-weight: 700;
    }

}

@media (max-width: 786px) {

    p.max-w-sm.leading-6.mb-6::before {
    width: 100%;
    left: 0;
}
}
/*****************Footer*****************/