======================================================







====================================================== */



.s-block--video {

    position: relative !important;

    width: 100vw !important;

    height: 100vh !important;

    margin: 0 !important;

    padding: 0 !important;

    overflow: hidden !important;

    background: #000 !important;

}







.s-block--video .container {



max-width: 100% !important;



padding: 0 !important;



margin: 0 !important;



height: 100% !important;



}







.s-block--video iframe {



position: absolute;



top: 50%;



left: 50%;



width: 100vw !important;



height: 100vh !important;



transform: translate(-50%, -50%) scale(1.3);



pointer-events: none;



}











header.store-header {



position: absolute !important;



top: 0;



left: 0;



width: 100%;



z-index: 1000 !important;



background-color: transparent !important;



transition: all 0.4s ease-in-out !important;



}







.top-navbar, custom-main-menu, .main-menu {



display: none !important;



}







#mainnav .container {



position: relative !important;



height: 80px;



display: block !important;



max-width: 100% !important;



padding: 0 20px !important;



}







.navbar-brand {



position: absolute !important;



left: 50% !important;



top: 50% !important;



transform: translate(-50%, -50%) !important;



margin: 0 !important;



z-index: 10 !important;



}







.mburger {



position: absolute !important;



right: 20px !important;



top: 50% !important;



transform: translateY(-50%) !important;



display: block !important;



z-index: 11 !important;



}







.inner .flex.items-center.justify-end {



position: absolute !important;



left: 20px !important;



right: auto !important;



top: 50% !important;



transform: translateY(-50%) !important;



display: flex !important;



gap: 15px !important;



z-index: 11 !important;



}







.header-btn, salla-cart-summary, .header-btn__icon, salla-cart-summary i, .sicon-user-circle, .sicon-shopping-bag, .mburger i {



border: none !important;



background: transparent !important;



box-shadow: none !important;



padding: 0 !important;



width: auto !important;



height: auto !important;



color: white;



}







#mainnav { background: transparent !important; border: none !important; }







header.store-header:hover { background-color: #ffffff !important; }



header.store-header:hover .header-btn__icon, header.store-header:hover .sicon-menu, header.store-header:hover a, header.store-header:hover h1, header.store-header:hover span, header.store-header:hover i {



color: #000000 !important;



}















#main-content, .main-content {



padding-top: 0 !important;



margin-top: 0 !important;



}











.container, .main-container {



margin-top: 0 !important;



margin-bottom: 0 !important;



}










#app > main > div:first-child,



#app > div.main-content > div:first-child {



margin-top: 0 !important;



padding-top: 0 !important;



}











.mt-16, .mb-16, .py-16 {



margin-top: 0 !important;



margin-bottom: 0 !important;



padding-top: 0 !important;



padding-bottom: 0 !important;



}







lite-youtube { background-color: transparent !important; }

.custom-support-btn {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 60px;
    height: 60px;
    background-color: #000000; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}

.icon-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.support-icon {
    width: 28px;
    height: 28px;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 1;
    transform: scale(1);
}


.whatsapp-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    transition: all 0.4s ease;
    opacity: 0;
    transform: scale(0) rotate(-45deg);
}


.custom-support-btn:hover, .custom-support-btn:active {
    background-color: #25d366; /* لون واتساب عند التحويم */
    transform: scale(1.1);
}

.custom-support-btn:hover .support-icon, 
.custom-support-btn:active .support-icon {
    opacity: 0;
    transform: scale(0) rotate(45deg);
}

.custom-support-btn:hover .whatsapp-icon, 
.custom-support-btn:active .whatsapp-icon {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}


@media (max-width: 768px) {
    .custom-support-btn {
        bottom: 20px;
        left: 20px;
        width: 55px;
        height: 55px;
    }
}

.s-block--slideshow-enhanced .slide-content {
    text-align: right !important;
    direction: rtl !important;
    right: 10% !important; 
    left: auto !important;
    align-items: flex-start !important;
    display: flex !important;
    flex-direction: column !important;
    opacity: 0; 
}


.s-block--slideshow-enhanced .slick-current .slide-content {
    animation: slideFadeInRight 1.2s ease forwards !important;
}

@keyframes slideFadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.s-block--slideshow-enhanced .slide-content h2 {
    font-size: clamp(2.5rem, 6vw, 4.5rem) !important; 
    font-weight: 900 !important;
    line-height: 1.1 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
}

.s-block--slideshow-enhanced .slide-content p {
    font-size: clamp(1rem, 2vw, 1.8rem) !important;
    font-weight: 700 !important;
    max-width: 500px !important;
}


.s-block--slideshow-enhanced .slick-arrow {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    z-index: 10 !important;
    transition: all 0.3s ease !important;
}

.s-block--slideshow-enhanced .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #000 !important;
}


.s-block--slideshow-enhanced .slick-arrow::before {
    color: white !important;
    font-size: 20px !important;
}
.s-block--slideshow-enhanced .slick-arrow:hover::before {
    color: black !important;
}

custom-salla-product-card {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1) !important;
    display: block;
    position: relative;
}


custom-salla-product-card:hover {
    transform: translateX(-15px) !important; /* التحرك لليمين في وضعية RTL */
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.08) !important;
    z-index: 5;
}


custom-salla-product-card:hover img {
    transform: scale(1.1) rotate(1deg) !important; /* تكبير مع ميلان بسيط */
    transition: transform 2s ease-in-out !important; /* حركة بطيئة ومستمرة */
}


@keyframes imagePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}



@media (min-width: 768px) {
    .s-block--features-products .inner > div > .flex-1.grid {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important; 
        gap: 20px !important;
    }
}


@media (max-width: 767px) {
    .s-block--features-products .inner > div > .flex-1.grid {
        display: flex !important; 
        overflow-x: auto !important; 
        scroll-snap-type: x mandatory !important; 
        gap: 15px !important;
        padding-bottom: 15px !important; 
        scrollbar-width: none; 
    }

    
    .s-block--features-products .inner > div > .flex-1.grid::-webkit-scrollbar {
        display: none;
    }

    
    custom-salla-product-card {
        flex: 0 0 75% !important; 
        scroll-snap-align: start !important;
        min-height: 350px !important;
    }
}


.s-block--features-products .grid.gap-4.sm-gap-8 {
    display: contents !important;
}


custom-salla-product-card {
    width: 100% !important;
    display: block !important;
}

custom-salla-product-card::part(image) {
    object-fit: cover !important;
    height: 100% !important;
}


@media (min-width: 768px) {
    custom-salla-product-card:hover {
        transform: translateY(-5px);
        transition: transform 0.3s ease;
    }
}

.custom-main-video-bg {
    position: relative;
    width: 100%;
    height: 85vh; 
    overflow: hidden;
    margin-bottom: 30px;
    background: #000;
}


.custom-main-video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; 
}


.custom-main-video-bg .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15); 
    z-index: 1;
}


.s-block--video {
    display: none !important;
}


@media (max-width: 768px) {
    .custom-main-video-bg {
        height: 60vh; 
    }
}

.custom-social-section {
    direction: ltr; 
    padding: 20px 0;
}

.section-header h2 {
    font-family: 'f', sans-serif;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}


.find-us-btn {
    border: 1px solid #ccc;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
}

.find-us-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}


.social-grid-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
}

.social-grid-wrapper::-webkit-scrollbar {
    display: none; 
}

.social-grid {
    display: flex;
    gap: 15px;
    padding-bottom: 10px;
}


.social-item {
    flex: 0 0 300px; 
    height: 380px;
    border-radius: 20px; 
    overflow: hidden;
    display: block;
    transition: transform 0.4s ease;
}

.social-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.social-item:hover {
    transform: scale(0.98); 
}


@media (max-width: 768px) {
    .social-item {
        flex: 0 0 220px;
        height: 280px;
    }
    .section-header h2 {
        font-size: 20px;
    }
}

.s-products-list-wrapper.rebuilt-ready {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}


.purete-premium-grid {
    display: flex !important;
    flex-wrap: wrap !important; 
    justify-content: center !important; 
    gap: 30px !important;
    direction: rtl;
    padding: 40px 20px !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
}


.purete-card {
    flex: 0 0 calc(33.333% - 30px) !important; 
    min-width: 300px !important; 
    background: transparent;
    text-align: center;
    margin-bottom: 20px;
}


.purete-img-link {
    display: block;
    position: relative;
    width: 100%;
    height: 500px; 
    border-radius: 20px; 
    overflow: hidden;
    background-color: #f9f9f9;
    margin-bottom: 15px;
}

.purete-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}


.purete-details h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 5px 0;
}

.purete-price {
    font-size: 18px;
    color: #555;
    margin-bottom: 15px;
}

.purete-action {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    border-bottom: 1.5px solid #000;
    padding-bottom: 2px;
}


@media (max-width: 768px) {
    .purete-premium-grid {
        flex-wrap: nowrap !important; 
        overflow-x: auto;
        justify-content: flex-start !important;
        scroll-snap-type: x mandatory;
        padding: 20px !important;
    }
    
    .purete-card {
        flex: 0 0 80% !important;
        min-width: 280px !important;
        scroll-snap-align: center;
    }

    .purete-img-link {
        height: 400px;
    }
}

.s-block--features-products .inner {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 60px 20px;
}


.s-block--features-products .s-block__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.s-block--features-products .s-block__title h2 {
    font-size: 32px;
    font-weight: 800;
    position: relative;
    padding-bottom: 15px;
}

.s-block--features-products .s-block__title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #000;
}


.s-block--features-products custom-salla-product-card {
    border: none !important;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}


.s-block--features-products custom-salla-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05) !important;
}


.s-product-card-image-full {
    height: 450px !important;
    background: #fdfdfd;
}

.s-product-card-image-full img {
    object-fit: cover !important;
    transition: transform 1s ease;
}


.s-product-card-content-footer {
    padding: 15px !important;
}


.s-button-btn {
    border-radius: 50px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease !important;
}

.s-button-primary-outline {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
}

.s-button-primary-outline:hover {
    background: #333 !important;
}


.s-product-card-content-title a {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff;
    margin-top: 10px;
}

.s-product-card-price {
    color: #666 !important;
    font-size: 18px !important;
}


.s-product-card-promotion-title {
    background: #000 !important;
    color: #000 !important;
    padding: 5px 15px !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


@media (min-width: 1024px) {
    .s-block--features-products .grid {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important; 
        gap: 30px !important;
    }
}


@media (max-width: 768px) {
    .s-product-card-image-full {
        height: 350px !important;
    }
}

.s-reviews-container {
    background-color: #fdfdfd; 
    padding: 80px 20px !important;
}


.s-reviews-header {
    font-size: 32px !important;
    font-weight: 800 !important;
    text-align: center;
    margin-bottom: 50px !important;
    color: #000;
    position: relative;
    display: block;
}

.s-reviews-header::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #000;
}


.s-reviews-testimonial {
    background: #ffffff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 25px !important; 
    padding: 30px !important;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02) !important;
    margin: 15px;
}

.s-reviews-testimonial:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.05) !important;
}


.s-reviews-testimonial__avatar img {
    border-radius: 50% !important;
    border: 2px solid #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
}


.s-reviews-testimonial__text p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #333 !important;
    font-style: italic;
    margin-bottom: 20px !important;
}


.s-reviews-testimonial__info h2 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #000 !important;
}


.s-rating-stars-wrapper svg {
    fill: #000000 !important; 
    color: #000000 !important;
}

.s-rating-stars-selected svg {
    fill: #000000 !important;
}


.s-reviews-testimonial__icon svg {
    fill: #eeeeee !important; 
    width: 40px;
    height: 40px;
}


.s-slider-nav-arrow {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #eee !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05) !important;
    border-radius: 50% !important;
}

.s-slider-nav-arrow:hover {
    background: #000 !important;
    color: #fff !important;
}

.store-footer {
    background-color: #ffffff !important;
    border-top: 1px solid #f0f0f0;
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}


.store-footer h3, 
.store-footer .s-contacts-title,
.store-footer .s-trust-badges-label {
    color: #2d2d2d !important;
    font-weight: bold !important;
    font-size: 16px !important;
    margin-bottom: 20px !important;
}

.store-footer p, 
.store-footer a, 
.store-footer .text-sm {
    color: #666666 !important;
    font-size: 14px !important;
}


.store-footer__inner .container.grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 40px !important;
}


.s-contacts-icon, .s-social-icon svg {
    fill: #444 !important;
}


.store-footer .contact-social, 
.store-footer .s-social-list {
    display: flex !important;
    justify-content: center !important;
    margin-top: 20px !important;
    gap: 15px !important;
}


.store-footer > .md\:flex {
    border-top: 1px solid #f5f5f5 !important;
    margin-top: 40px !important;
    padding-top: 20px !important;
    flex-direction: column !important; 
}


.s-payments-list-item img {
    filter: grayscale(0.5);
    transition: 0.3s;
    max-height: 25px !important;
}

.s-payments-list-item img:hover {
    filter: grayscale(0);
}


.s-trust-badges-wrapper, .flex.items-end {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}


@media (max-width: 768px) {
    .store-footer__inner .container.grid {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    .s-social-list {
        justify-content: center !important;
    }
}

.store-footer__inner {
    background-color: #ffffff !important;
    color: #666666 !important;
    padding: 60px 0 !important;
    border-top: 1px solid #f5f5f5;
}


.store-footer__inner .container.grid {
    display: grid !important;
    
    grid-template-columns: repeat(3, 1fr) !important; 
    gap: 40px !important;
    text-align: right !important;
}

 
.store-footer__inner h3, 
.store-footer__inner .s-contacts-title, 
.store-footer__inner .s-trust-badges-label {
    color: #333333 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    display: block !important;
}


.store-footer__inner p, 
.store-footer__inner a, 
.store-footer__inner .s-contacts-item {
    color: #777777 !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    text-decoration: none !important;
    margin-bottom: 10px !important;
}


.store-footer__inner salla-social {
    grid-column: 1 / -1 !important; 
    display: flex !important;
    justify-content: center !important;
    margin-top: 30px !important;
    padding-top: 20px !important;
    border-top: 1px solid #f9f9f9;
}

.store-footer__inner .s-social-list {
    display: flex !important;
    gap: 20px !important;
}

.store-footer__inner .s-social-icon svg {
    fill: #444444 !important; 
    width: 24px !important;
    height: 24px !important;
}


.store-footer__inner .flex.gap-4 {
    margin-top: 15px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.store-footer__inner .s-trust-badges-wrapper {
    background: transparent !important;
    padding: 0 !important;
}


@media (max-width: 1024px) {
    .store-footer__inner .container.grid {
        grid-template-columns: 1fr !important; 
        text-align: center !important;
    }
    
    .store-footer__inner .flex.gap-4 {
        align-items: center !important;
    }
    
    .store-footer__inner .rtl\:lg\:pl-20 {
        padding-left: 0 !important;
    }
}


.store-footer__inner salla-apps-icons {
    display: none !important;
}
.custom-lip-carousel {
    padding: 60px 0;
    transition: background-color 0.6s ease;
    background-color: #a4c089; /* اللون الأول */
    color: white;
    text-align: right;
    direction: rtl;
}

.carousel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.carousel-main-title {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 30px;
}

.swiper-main-wrapper {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-direction: row-reverse; /* لتناسب اللغة العربية */
}

.mySwiper {
    width: 50%;
    height: 450px;
}

.swiper-slide img {
    max-width: 100%;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.2));
}

.product-info-panel {
    flex: 1;
}

.p-variant {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 10px 0;
}

.add-to-cart-btn {
    display: flex;
    justify-content: space-between;
    background: white;
    color: black;
    border: none;
    padding: 15px 25px;
    width: 100%;
    max-width: 300px;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .swiper-main-wrapper { flex-direction: column; }
    .mySwiper { width: 100%; height: 300px; }
    .p-variant { font-size: 1.8rem; }
}

.external-lip-section {
    width: 100%;
    padding: 60px 0;
    background-color: #ffffff; 
    overflow: hidden;
    direction: ltr; 
}

.external-container {
    max-width: 100%; 
    margin: 0 auto;
    padding: 0;
}

.external-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.external-slider-wrapper {
    display: flex;
    gap: 0; 
    overflow-x: auto;
    scrollbar-width: none;
}

.external-slider-wrapper::-webkit-scrollbar {
    display: none;
}


.external-card {
    min-width: 33.333%; 
    height: 500px;
    border-radius: 0px !important; 
    position: relative;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.external-card:hover {
    opacity: 0.9;
}

.external-img {
    width: 280px;
    height: auto;
    object-fit: contain;
    
}

.external-info {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

.external-product-title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}


.external-btn {
    display: inline-block;
    padding: 10px 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0px !important; 
    font-size: 13px;
    text-transform: uppercase;
}


@media (max-width: 768px) {
    .external-card {
        min-width: 100%; 
        height: 400px;
    }
}