/* Add custom CSS styles below */ 
.w-36 {
    width: 5rem;
}

@media (max-width: 768px) {
    .navbar-mobile-menu {
        display: none;
    }.prestige-video-banner {
      height: 70vh!important;}
.prestige-banner-full-width {
    height: 80vh;
}

}
@media only screen and (min-width: 1024px) {
    li.root-level > a {
        padding-bottom: 0.5em !important;
    }
}
@media only screen and (min-width: 1024px) {
    .main-menu {
    
        padding-top: 0.5em;

    }}
.h-20 {
    height: auto;
}

.index .store-header {
    position: absolute;
    top: 0;
  
    z-index: 1000;
    width: 100%;
}

.index .bg-\[var\(--color-header-main\)\] {
    background-color: transparent;
}.navbar-mobile-menu {
    background-color: transparent!important;
}.mobile-menu {
    background-color: transparent!important;
}
.index .store-header {
    position: sticky;
    top: 0;
    z-index: 9999; 
}
.prestige-banner-full-width{
    position: absolute;
}


/* الحركة الناعمة لتغيير اللون */
.index .store-header {
    position: sticky;
    top: 0;
    z-index: 9999; 
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}


/* الكلاس اللي هيتضاف وقت السكرول عشان يخلي اللون أبيض */
.index .store-header.scrolled {
    background-color: #ffffff !important;
    /* ظل خفيف اختياري عشان يفصل الهيدر عن باقي المحتوى لما تنزل */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1); 
}.prestige-banner-full-width {
    position: relative !important; /* بدل absolute */
}.index .store-header {
    position: fixed; /* هيخلي الهيدر طاير فوق البنر وثابت دايماً */
   }
@media (min-width: 1024px) {
    .lg\:py-20 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}@media (min-width: 1024px) {
    .lg\:py-14 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

.s-button-btn {
 
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}.s-button-btn {
    border-radius: 5px;
}
@media (min-width: 640px) {
    .sm\:py-16 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
    .s-block {
        margin-top: 0rem;
    }

.s-block--testimonials {
        margin-top: 1rem;
    }
footer .logo{
    filter: brightness(0) invert(1);
}

.product_title_color {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    display: block; 
}

.ql-direction-rtl img{width: 100%
}
@media (min-width: 768px) {
    .md\:py-20 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        justify-content: center;
        align-items: center;
    }
}@media (min-width: 1024px) {
    .lg\:pb-0 {
        padding-bottom: 0px;
        justify-content: center;
        align-items: center!important;
        display: flex!important;
        flex-direction: column!important;
    }
}.s-social-list {
 
    padding-top: 1rem;
}