:root {
    --primary-color: #b6242a !important;
    --secondary-color: #000 !important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important;

    --color-primary: #FFF !important;
}
/*----------------- Splash Screen ----------------*/
body::before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color) !important;
    background: var(--secondary-color) url(https://i.ibb.co/QFzHXyBr/logo-R.png);
    position: fixed;
    z-index: 9999999999999 !important;
    transform: scale(0);
    background-size: 20% !important;
    background-repeat: no-repeat;
    background-position: center !important;

    animation-name: splash;
    animation-duration: 2s;
}

@keyframes splash {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    100% {
        transform: scale(0) rotate(360deg);
    }
}

/*------------- End of Splash Screen -------------*/


.tabs-wrapper {
    background-color: var(--secondary-color) !important;
}

/*-------------------- Header --------------------*/
.fixed-sticky .inner.bg-white.da-bgm {
    background: var(--secondary-color) !important;
}

.inner.bg-white.da-bgm {
    background: linear-gradient(259deg, #001f4e, #0048b2);
}

.sicon-menu::before {
    color: var(--font-color)
}

.ms-1,
.sicon-search::before,
.sicon-user::before,
.sicon-cart2::before,
.sicon-arrow-right::before {
    color: var(--font-color) !important;
    font-size: 22px !important;
}

.s-cart-summary-count {
    background: var(--primary-color) !important;
}

.mm-spn.mm-spn--navbar.mm-spn--main,
.mm-spn.mm-spn--navbar {
    background: #000 !important;
    color: #fff !important;
}

/*---------------- End of Header -----------------*/


/*------------------ Categories ------------------*/
.s-block--banners .flex-col {
    color: var(--font-color) !important;
    text-align: center !important;
}

.s-block--banners .s-block__title p {
    color: var(--font-color) !important;
}

.s-block--banners .banner-square h3 {
    color: #fff !important;
    font-size: 15px;
    font-weight: 700 !important;
}

.btn-primary {
    background: var(--primary-color) !important;
    border: none !important;
}

.s-block--faqs .faqs-list input:checked+div {
    border-color: var(--primary-color) !important;
}

/*-------------- End of Categories ---------------*/


/*------------------- Products -------------------*/
.s-block__title h2,
.s-slider-block__title h2,
div>div.main-content.mob\:container.w-full.md\:w-1\/2.md\:pb-16>div.flex.flex-col>h1,
.section--title,
.s-slider-block__title h2,
.s-block__title h2 {
    color: var(--font-color);
    font-size: 1.65rem !important;
    font-weight: 600 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: var(--primary-color) !important;
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #3790c8 0%, #29a8de 29%, var(--primary-color) 67%, #fff800 100%);
    background-size: 200% auto;
    animation: textclip 8s linear infinite;
    padding: 5px 0;
}

.s-block__display-all,
.s-slider-block__display-all {
    color: #fff !important;
    background: linear-gradient(90deg, #e52e71, #ff8a00);
    padding: 5px 8px;
}

.s-block__display-all::after,
.s-slider-block__display-all::after {
    display: none !important;
}

salla-slider .s-slider-block__title-nav button {
    background: var(--font-color) !important;
    opacity: 1 !important;
}

salla-slider .s-slider-block__title-nav button .s-slider-button-icon svg {
    fill: var(--primary-color) !important;
    opacity: 1 !important;
}

.tabs__flex .tab-trigger {
    border-radius: .375rem;
    padding: .5rem 1rem;
    border: 2px solid var(--primary-color) !important;
}

.tabs__outline .tab-trigger.is-active {
    color: #fff !important;
    background: linear-gradient(90deg, #e52e71, #ff8a00);
}

.s-button-primary,
.s-product-card-content-footer salla-add-product-button .s-button-outline,
.s-button-danger {
    background: linear-gradient(to left, var(--primary-color), #FFFFFF, var(--primary-color));
    box-shadow: 0 2px 5px -3px #212121;
    border: none;
    overflow: hidden;
}

.s-product-card-content salla-add-product-button .s-button-text,
.s-button-primary,
.btn--delete,
.is-sticky-product-bar .sticky-product-bar salla-add-product-button button[quick-buy] {
    color: #000;
}

.styles__tabbyPromoSnippetText--b30d0,
.styles__tabbyPromoSnippetLink--fc364,
.coupon-title,
.s-quantity-input-button svg,
.angel-feature div i {
    color: #fff;
}

.dark .s-quantity-input-container {
    border-color: #fff;
}

.s-block--special-product .container {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
}

.s-block--special-product .container div.flex div:nth-child(2) h1 {
    color: var(--primary-color) !important;
}

.special-products-btn a {
    background: #FFF !important;
    color: var(--primary-color) !important;
}


.special-products-btn a i {
    color: var(--primary-color) !important;
}

.styles__tabbySnippet--c10e5 {
    --snippetTextColor: #fff !important;
    ;
    --snippetLinkTextColor: #fff !important;
    ;
}


.s-product-card-content-footer salla-add-product-button .s-button-primary::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-20deg);
    animation: shine 1200ms linear infinite;

}


.s-product-card-vertical .s-product-card-wishlist-btn button,
.s-product-card-wishlist-btn {
    top: 0px !important;
    right: 0px !important;
    background-color: var(--font-color) !important;
    padding: 7px !important;
    color: var(--primary-color);
    opacity: 1 !important;
    position: relative !important;
}

.s-product-card-vertical .s-product-card-wishlist-btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(font-color);
    animation: whatsapp 1200ms linear infinite;
    z-index: -1;
}

.lazy__bg.lazy_img {
    background: var(--font-color) !important;
}

.s-product-card-brand,
.s-product-card-category {
    background-color: var(--secondary-color) !important;
}

.s-product-card-content-title {
    color: var(--font-color) !important;
    text-align: center !important;
}

.s-product-card-content-title:hover {
    color: var(--primary-color) !important;
}

.s-product-card-sale-price span,
.s-product-card-price {
    color: var(--font-color) !important;
}

.s-product-card-content-footer.rounded-lg button {
    color: var(--font-color) !important;
}

/*--------------- End of Products ----------------*/


/*--------------- Products Details ---------------*/
.whitespace-nowrap a {
    color: var(--primary-color) !important;
}

.s-count-down-item {
    background-color: #1e2633 !important;
    border: 1px solid var(--primary-color) !important;
}

.sicon-keyboard_arrow_left::before,
.breadcrumbs li span {
    color: var(--font-color) !important;
}

.tamara-product-widget,
.details {
    color: var(--font-color) !important;
    background-color: #1e2633 !important;
    border: 1px solid var(--primary-color) !important;
}

.s-installment-emkan-content-text,
.s-installment-rajehi-content-text {
    color: #fff !important;
}

.styles__snippetWrapper--b97bf {
    background-color: #1e2633 !important;
    border: 1px solid var(--primary-color) !important;
}

.styles__snippetWrapper--b97bf,
.styles__tabby-promo-snippet__text--93920 {
    color: #000 !important;
}


.s-quantity-input-button svg {
    fill: var(--font-color);
}

.tabs .tab-trigger.is-active {
    color: var(--font-color) !important;
    background: linear-gradient(90deg, #e52e71, #ff8a00);
}

.tabs__product .tab-trigger {
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
}

.sicon-headset::before,
.sicon-crown::before,
.sicon-full-wallet::before {
    color: var(--primary-color) !important;
}

.styles__tabbyPromoSnippetText--b30d0,
.styles__tabbyPromoSnippetLink--fc364,
.coupon-title {
    color: #fff !important;
}

/*----------- End of Products Details ------------*/


/*--------------------- Cart ---------------------*/
.cart .btn--wishlist {
    color: var(--primary-color) !important;
    background-color: var(--font-color) !important;
    border: none !important;
}

.cart .shadow-default,
.cart .cart-item {
    border: 1px solid !important;
    ;
}

/*----------------- End of Cart ------------------*/


/*----------------- Testemonials -----------------*/

.s-block--testimonials.angel-testimonials .testimonials-slider salla-slider .swiper-wrapper {
    margin: 10px 0;
}

.s-block--testimonials.angel-testimonials .testimonials-slider salla-slider .swiper-wrapper .swiper-slide div div p.text-base {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.s-block--testimonials .px-4 {
    position: relative;
    padding: 17px;
    z-index: 9;
    border-radius: 12px;
    box-shadow: 4px 4px 10px -4px;
    margin-bottom: 30px;
}

.transition-shadow {
    background: 0 0 !important
}

.testimonial__icon {
    color: #29725c !important
}

.s-block--logos-slider {
    background: var(--white-color) !important
}

.min-h-full .store-header .bottom-header {
    background: #E8F1EE !important
}

.swiper-free-mode .swiper-pagination {
    display: none !important
}

/*------------- End of Testemonials --------------*/


/*------------------- Features -------------------*/

.angel-feature {
    border-color: #fff !important;
    ;
}

.angel-feature div i {
    color: #fff;
}


.p--features__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
    border-radius: 16px;
    padding: 14px 10px;
    box-shadow:
        0 0 10px rgba(255, 215, 0, 0.2),
        inset 0 0 8px rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    transition: all 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.p--features__item::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(255, 215, 0, 0.15) 50%,
            transparent 100%);
    transform: rotate(25deg);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.p--features__item:hover::before {
    opacity: 1;
    animation: shine 1.2s linear forwards;
}

@keyframes shine {
    0% {
        transform: translateX(-150%) rotate(25deg);
    }

    100% {
        transform: translateX(150%) rotate(25deg);
    }
}

.p--features__item:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow:
        0 0 25px rgba(255, 215, 0, 0.4),
        inset 0 0 12px rgba(255, 215, 0, 0.15);
}

.p--features__item .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle at center, #df9a2b 0%, #a8751a 100%);
    box-shadow: 0 0 15px rgba(223, 154, 43, 0.6);
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.p--features__item:hover .feature-icon {
    transform: scale(1.15) rotate(5deg);
}

.p--features__item .feature-desc h3 {
    font-weight: 600;
    color: #f5f5f5;
    text-align: center;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.p--features__item:hover .feature-desc h3 {
    color: #df9a2b;
}



/*--------------- End of Features ----------------*/


/*-------------------- Footer --------------------*/

.store-footer {
    border-top: 3px solid var(--primary-color)
}

.store-footer a:hover {
    color: var(--primary-color) !important;
}

.store-footer h3 {
    color: var(--primary-color);
    background: var(--font-color);
    padding: 7px 15px;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 4px 4px 10px -4px var(--font-color);
    margin: auto;
    margin-bottom: 15px;
}

.footer-bottom .copyrights {
    opacity: 1;
}


.flex-col,
.store-footer .px-3,
.footer-middle .footer-list a {
    color: var(--font-color) !important;
}

@media (min-width: 768px) {
    .footer-middle>div:nth-child(2) {
        order: -1;
    }
}

@media(max-width:768ppx) {
    .store-footer h3 {
        margin: auto;
        margin-bottom: 15px;
    }
}

.dark .da-cp {
    color: var(--primary-color) !important;
}

.bubble-show:hover .bubble {
    background-color: var(--primary-color) !important;
}

.bubble::before {
    color: var(--primary-color) !important;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: var(--font-color) !important;
    opacity: 1;
}

.form-input {
    height: 2.38rem !important;
}


.store-footer .footer-container .footer-list a {
    background: #1e2633;
    padding: .5rem;

}

.footer-middle .footer-list a {
    text-align: center !important;
}

.store-footer .footer-container .footer-list a:hover {
    color: var(--primary-color) !important;
}

.footer-list {
    column-count: 2 !important;
}

.footer-middle.footer-container .contact-links a {
    background: var(--font-color) !important;
    color: var(--primary-color) !important;
    box-shadow: 0 0 10px -2px var(--font-color) !important;
    ;
}


.text-gray-400,
.text-gray-800 {
    color: var(--font-color) !important;
}

/*---------------- End of Footer -----------------*/


/*--------------------- Blog ---------------------*/
.blog-single .opt-text p span {
    color: var(--font-color) !important;
    background: transparent !important;
}

.content--single-page span {
    color: var(--font-color) !important;
}

/*----------------- End of Blog ------------------*/



/*---------------- Mobile Screens ----------------*/
@media only screen and (max-width: 767px) {
    body::before {
        background-size: 45% !important;
    }

    /*--------------- Categories -----------------*/
    .s-block--banners .banner-square h3 {
        color: #fff !important;
        font-size: 12px;
        font-weight: 700 !important;
    }

    /*---------------- Products ------------------*/
    .da-cp,
    .s-block__title h2,
    .s-slider-block__title h2 {
        color: var(--font-color);
        font-size: 1.55rem !important;
    }

    /*------------ Products Details --------------*/
    div>div.main-content.mob\:container.w-full.md\:w-1\/2.md\:pb-16>div.flex.flex-col>h1 {
        font-size: 1.5rem !important;
        line-height: 1.25;
    }

}

/*------------ End of Mobile Screens -------------*/

/*FAQ*/

.s-block--faqs .container .faqs-list .faq-container .faqs-list__item {
    background: var(--font-color) !important;
    ;
}

.s-block--faqs .container .faqs-list .faq-container .faqs-list__item label {
    color: var(--primary-color) !important;
}

.s-block--faqs .faqs-list input:checked+div .faq-answer,
.s-block--faqs .faqs-list input:checked+div label {
    background: var(--font-color) !important;
}

.s-block--faqs .faqs-list input:checked+div .open-badge {
    background-color: var(--primary-color) !important;
}

.s-block--faqs .faqs-list .sicon-add:before {
    color: var(--font-color);
}

.faq-container:hover .faq-item {
    background: #000 !important;
}

.s-block--faqs .faqs-list input:checked+div .faq-answer p {
    color: #000 !important;
}

#wa-angel::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 2px solid rgba(34, 197, 94, var(--tw-bg-opacity, 1));
    animation: whatsapp 1200ms linear infinite;
    z-index: -1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #FFF !important;
}

/*----------------- Animations -------------------*/
@keyframes textclip {
    100% {
        background-position: 200% center;
    }
}


@keyframes whatsapp {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}



/*--------------- End of Animations --------------*/