/* Add custom CSS styles below */  
@media (min-width: 768px) {
    #app .md\:\!mb-\[110px\] {
        margin-bottom: 50px !important;
    }
}
#mobile-menu #offers {
    display: none !important;
}
.mb-8 {
    margin-top: 2rem !important;
}
.mb-8:first-of-type {
    margin-top: 0rem !important;
      margin-bottom: 0rem !important;
}

@media (max-width: 767px) {
    .s-products-slider-card {
        max-width: 250px !important;
    }
}
/* تنسيق القسم الرئيسي */
.title-heade {
    position: relative;
    display: inline-block;
    color: #A38988;
    padding-bottom: 10px;
    overflow: hidden;
    cursor: default;
    transition: color 0.3s ease;
}

/* حركة الخط اللي تحت الكلمة */
.title-heade::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #644345, transparent);
    transform: translateX(100%);
    animation: slideInLine 1.5s ease-out forwards;
}

/* حركة ظهور النص نفسه (Slide Up) */
.title-heade {
    animation: fadeInSlide 0.8s ease-out forwards;
    opacity: 0;
}

/* الأنيميشن */
@keyframes slideInLine {
    0% { transform: translateX(100%); }
    100% { transform: translateX(0); }
}

@keyframes fadeInSlide {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* تأثير خفيف عند التحويم (Hover) */
.title-heade:hover {
    color: #644345;
    text-shadow: 0 0 10px rgba(100, 67, 69, 0.3);
}

/* تنسيق الزرار الجديد بدون صور */
.tab-trigger.s-button-btn {
    background: linear-gradient(135deg, #F6F0EA 0%, #EFEBDE 100%) !important;
    border: 1.5px solid #644345 !important;
    border-radius: 50px;
    color: #53292E !important;
    padding: 12px 30px !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(163, 137, 136, 0.15);
    cursor: pointer;
      margin-top: 2px;
}

/* تأثير الضوء (Glow) عند الوقوف بالماوس */
.tab-trigger.s-button-btn:hover {
    background: linear-gradient(135deg, #EFEBDE 0%, #F6F0EA 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(100, 67, 69, 0.3);
    color: #53292E !important;
}

/* تأثير اللمعة (Shimmer) */
.tab-trigger.s-button-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    transition: 0.6s;
}

.tab-trigger.s-button-btn:hover::after {
    left: 100%;
}

/* لو الزرار غير نشط (Inactive) */
.tab-trigger.inactive {
    background: #f9f9f9 !important;
    border-color: #ddd !important;
    color: #aaa !important;
    pointer-events: none;
    box-shadow: none;
}


/* ستايل موحد لجميع الأيقونات (البحث، المفضلة، السلة، الحساب) */
.side-account i, 
.side-account svg {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #53292E !important;
    cursor: pointer;
}

/* تأثير عند الوقوف على أي أيقونة */
.side-account i:hover, 
.side-account a:hover svg, 
.side-account button:hover svg {
    color: #644345 !important;
    transform: translateY(-3px) scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(100, 67, 69, 0.3));
}

/* ستايل خاص بلمسة البحث (Input) */
.s-search-input {
    border: 1px solid #EFEBDE !important;
    background-color: #F6F0EA !important;
    transition: all 0.3s ease;
}

.s-search-input:focus {
    border-color: #644345 !important;
    box-shadow: 0 0 8px rgba(100, 67, 69, 0.2) !important;
}

/* عداد السلة (الرقم الصغير) */
.s-cart-summary-count {
    background-color: #644345 !important;
    color: #fff !important;
    font-weight: bold;
    border-radius: 50%;
    animation: bounce 2s infinite;
}

/* زرار تسجيل الدخول */
.header-btn {
    background: linear-gradient(135deg, #F6F0EA 0%, #644345 100%) !important;
    border: none !important;
    color: #53292E !important;
    box-shadow: 0 4px 10px rgba(163, 137, 136, 0.2);
    transition: all 0.4s ease !important;
    position: relative;
    overflow: hidden;
}

.header-btn:hover {
    background: linear-gradient(135deg, #644345 0%, #F6F0EA 100%) !important;
    transform: scale(1.02);
    box-shadow: 0 6px 15px rgba(100, 67, 69, 0.4);
}

/* أنيميشن ناعم لظهور العناصر */
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

/* تحسين شكل أيقونة اللغة */
.lang-icone {
    font-size: 20px;
    padding: 5px;
    border-radius: 8px;
    background: rgba(100, 67, 69, 0.05);
}


/* تنسيق الحاوية الكبيرة للمميزات */
.g_features {
    background-color: #F6F0EA !important;
    padding: 40px 0;
    border-radius: 20px;
}

/* تنسيق البوكسات الخاصة بالمميزات */
.g_features .products-item {
    border: 1px solid #EFEBDE !important;
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 25px 15px !important;
    margin: 5px;
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

/* تأثير عند الوقوف على البوكس */
.g_features .products-item:hover {
    border-color: #644345 !important;
    box-shadow: 0 10px 25px rgba(100, 67, 69, 0.15);
    transform: translateY(-8px);
}

/* حركة الخط السفلي عند الـ Hover */
.g_features .products-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #644345;
    transition: width 0.4s ease;
}

.g_features .products-item:hover::after {
    width: 100%;
}

/* تنسيق الأيقونة جوه البوكس */
.g_features .products-item i {
    font-size: 40px;
    color: #644345 !important;
    margin-bottom: 10px;
    display: block;
}

/* تنسيق النص جوه البوكس */
.g_features .products-item h3 {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #53292E !important;
}

@media (max-width: 767px) {
    .g_cat .s-slider-swiper-wrapper {
        justify-content: center !important;
    }
}
/* استهداف أي سلايدر بيبدأ بـ ID سوبر */
div[id^="swiper-wrapper"] .products-item .image-parent {
    border: 2px solid #EFEBDE !important;
    border-radius: 20px !important;
    padding: 8px !important;
    background: #fff !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
}

/* التأثير عند التحويم */
div[id^="swiper-wrapper"] .products-item:hover .image-parent {
    border-color: #644345 !important;
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 30px rgba(100, 67, 69, 0.25) !important;
}

/* تنسيق العنوان */
div[id^="swiper-wrapper"] .products-item h3 {
    color: #53292E !important;
    font-weight: bold !important;
    margin-top: 15px !important;
    transition: 0.3s !important;
}

div[id^="swiper-wrapper"] .products-item:hover h3 {
    color: #644345 !important;
}
div[id^="swiper-wrapper"] img {
   border-radius: 10px;
}

@media (min-width: 992px) {
   div[id^="swiper-wrapper"] .lg\:max-w-\[15\%\] {
        max-width: 20% !important;
    }
}



.Gl_add_to_cart_btn_product button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    text-wrap: nowrap !important;
    border-radius: 50px !important;
    border: 1px solid #644345 !important;
    background: linear-gradient(135deg, #644345 0%, #53292E 100%) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(83, 41, 46, 0.2) !important;
}

/* تأثير عند الوقوف على الزرار (Hover) */
.Gl_add_to_cart_btn_product button:hover {
    background: linear-gradient(135deg, #A38988 0%, #644345 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(100, 67, 69, 0.4) !important;
}

/* لمعة خفيفة */
.Gl_add_to_cart_btn_product button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: skewX(-25deg);
    animation: buttonShine 4s infinite;
}

@keyframes buttonShine {
    0% { left: -100%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

/* حركة بسيطة للأيقونة (السلة) */
.Gl_add_to_cart_btn_product button:hover i {
    animation: cartBounce 0.5s ease;
}

@keyframes cartBounce {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}

/* 1. حاوية الكمية وسعر المنتج */
.sticky-product-bar {
    background: #F6F0EA !important;
    border-top: 1px solid #EFEBDE !important;
    padding: 20px !important;
    border-radius: 15px 15px 0 0 !important;
}

/* 2. تخصيص مدخل الكمية (Quantity Input) */
salla-quantity-input {
    background: #fff !important;
    border: 1px solid #644345 !important;
    border-radius: 8px !important;
    overflow: hidden;
}

salla-quantity-input button {
    color: #644345 !important;
}

/* 3. زر إضافة للسلة */
.s-button-element.s-button-primary {
    background: linear-gradient(135deg, #644345 0%, #53292E 100%) !important;
    border: 1px solid #644345;
    border-radius: .75rem !important;
     font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease !important;
    box-shadow: 0 4px 15px rgba(83, 41, 46, 0.3) !important;
}

.s-button-element.s-button-primary:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(83, 41, 46, 0.5) !important;
    filter: brightness(1.2);
}

/* 4. زر "اشتري الآن" أو الشراء السريع */
.s-fast-checkout-button {
    background: #fff !important;
    border: 2px solid #644345 !important;
    color: #644345 !important;
    border-radius: 8px !important;
     margin-top: 10px !important;
    transition: all 0.3s ease !important;
    font-weight: bold !important;
}

.s-fast-checkout-button:hover {
    background: #644345 !important;
    color: #fff !important;
}

/* 5. أيقونة توفر المنتج */
.visa {
    background: rgba(83, 41, 46, 0.05) !important;
    border: 1px dashed #644345 !important;
    color: #644345 !important;
}

.available-icon {
    color: #644345 !important;
    animation: pulse 2s infinite;
}

/* أنيميشن نبض للأيقونة */
@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}


/* 1. التبويبات */
.s-tabs-header {
    background: transparent !important;
    border: none !important;
    display: flex !important;
    gap: 12px !important;
    padding: 10px !important;
    overflow-x: auto !important;
    scrollbar-width: none;
  justify-content: center;
}

.s-tabs-header-item {
    background: #f4f4f4 !important;
    color: #666 !important;
    border-radius: 50px !important;
    padding: 8px 25px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid transparent !important;
}

/* 2. التبويب النشط */
.s-tabs-active {
    background: #644345 !important;
    color: #ffffff !important;
    box-shadow: 0 5px 15px rgba(100, 67, 69, 0.3) !important;
    transform: scale(1.05);
}

/* 3. محتوى الكلام */
.s-tabs-content-wrapper {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 20px !important;
    margin-top: 15px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03) !important;
}

/* 4. تنسيق النصوص */
.product__description p {
    margin-bottom: 12px !important;
    color: #444 !important;
}

.product__description strong {
    color: #644345 !important;
    background: rgba(100, 67, 69, 0.05);
    padding: 2px 10px;
    border-radius: 5px;
}
.s-tabs-header>salla-tab-header {
    overflow: visible !important;
    background: none !important;
}
.s-tabs-header-item span {
    text-wrap: nowrap;
    background: none !important;
}
.s-tabs-content-wrapper table{
  font-family: 'Cairo' !important;
}




.s-products-slider-card{
          margin-bottom: 10px;
}

/* استهداف كرت المنتج بشكل عام */
.s-product-card-entry {
    border: 1px solid #EFEBDE !important;
    border-radius: 12px !important;
    padding: 12px !important;
    background: #fff !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    margin-top: 10px;
}
.product-index .s-product-card-entry {
    padding: 5px !important;
}
.product-index .s-products-list-wrapper {
    gap: 10px;
}
/* تأثير عند الوقوف على الكرت */
.s-product-card-entry:hover {
    border-color: #644345 !important;
    box-shadow: 0 12px 24px rgba(100, 67, 69, 0.12) !important;
    transform: translateY(-8px);
}

/* تنسيق الصورة وحوافها */
.s-product-card-image-full {
    border-radius: 8px !important;
    overflow: hidden !important;
}

.s-product-card-image-full img {
    transition: transform 0.6s ease !important;
}

.s-product-card-entry:hover img {
    transform: scale(1.1) !important;
}

/* اسم المنتج */
.s-product-card-content-title a {
    color: #644345 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-top: 10px !important;
    display: block !important;
}

/* منطقة السعر */
.s-product-card-sale-price h4 {
    color: #644345 !important;
    font-weight: 800 !important;
    font-size: 18px !important;
}

/* سعر الخصم (المشطوب) */
.s-product-card-sale-price span.line-through {
    color: #A38988 !important;
    font-size: 13px !important;
}

/* زر إضافة للسلة داخل الكرت */
.Gl_add_to_cart_btn_product button {
    background: linear-gradient(135deg, #644345 0%, #53292E 100%) !important;
    border: none !important;
    border-radius: 6px !important;
    color: #fff !important;
    height: 42px !important;
    font-size: 14px !important;
    transition: 0.3s !important;
}

.Gl_add_to_cart_btn_product button:hover {
    filter: brightness(1.2);
    box-shadow: 0 4px 12px rgba(83, 41, 46, 0.3) !important;
}

/* أيقونات المفضلة والعين */
.s-product-card-wishlist-btn i, 
.quike-view i {
    color: #644345 !important;
}

.quike-view:hover {
    background-color: #644345 !important;
}


/* تنسيق أيقونة تكبير الصورة */
.sicon-arrow-expand {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #644345 !important;
    border: 1px solid #EFEBDE !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05) !important;
}

/* التأثير عند الوقوف بالماوس */
.sicon-arrow-expand:hover {
    background-color: #644345 !important;
    color: #ffffff !important;
    border-color: #644345 !important;
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 6px 12px rgba(100, 67, 69, 0.2) !important;
}

/* حركة بسيطة للأيقونة */
@keyframes expandPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.s-product-card-entry:hover .sicon-arrow-expand {
    animation: expandPulse 1s infinite ease-in-out;
}


/* 1. الحاوية الرئيسية للفوتر */
.store-footer {
    background-color: #F6F0EA !important;
    border-top: 1px solid #EFEBDE !important;
    color: #644345 !important;
}

.store-footer__inner {
    background-color: transparent !important;
}

/* 2. العناوين */
.store-footer h3, 
.s-contacts-title, 
.s-apps-icons h3 {
    color: #644345 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    position: relative;
    padding-bottom: 8px;
}

/* خط صغير تحت العناوين */
.store-footer h3::after, .s-contacts-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: #A38988 !important;
}
html[lang="en"] .store-footer h3::after,
html[lang="en"] .s-contacts-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: auto !important;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #A38988 !important;
}
/* 3. الروابط */
.s-menu-footer-item, .s-contacts-item span {
    color: #53292E !important;
    font-size: 14px !important;
    transition: 0.3s;
}

.s-menu-footer-item:hover {
    color: #644345 !important;
    transform: translateX(-5px);
}

/* 4. أيقونات التواصل */
.s-social-icon {
    background-color: transparent !important;
    border: 1px solid #644345 !important;
    color: #644345 !important;
    border-radius: 50%;
    padding: 6px;
    transition: 0.3s ease-in-out;
}

.s-social-link a:hover .s-social-icon {
    background-color: #644345 !important;
    color: #fff !important;
}

/* 5. منطقة الحقوق (Bottom Bar) */
.footer-margin {
    background-color: #ffffff !important;
    border-top: 1px solid #eee !important;
    padding: 20px 0 !important;
}

.copyright-text, .copyright-text a {
    color: #999 !important;
    font-size: 12px !important;
}

/* 6. أيقونات التواصل (الواتساب والهاتف) */
.s-contacts-icon svg {
    fill: #644345 !important;
}
@media (max-width: 767px) {
  .store-footer h3::after, .s-contacts-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 45%;
    width: 30px;
    height: 2px;
    background-color: #A38988 !important;
}
}
.s-product-card-image-contain {
     object-fit: cover !important;
}
@media (max-width: 480px) {
    .s-tabs-header-item.s-tabs-bg-normal {
        padding: 10px 5px !important;
      font-size: 13px !important;
    }
}

@media (min-width: 576px) {
    .s-product-options-option {
        display: flex !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: flex-start;
        grid-gap: 1rem;
        gap: 1rem;
    }
}

.s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 300px!important;
}



/* 1. إزالة طبقة التعتيم والـ Overlay تماماً */
.s-block--banners .has-overlay.with-hover:after,
.s-block--banners .has-overlay:before {
    display: none !important;
}

/* 2. تنسيق الحاوية الرئيسية لجعل العناوين بالأسفل */
.s-block--banners .banner-entry {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    background: transparent !important;
      width: 100% !important;
}

/* 3. تصميم إطار الصورة */
.s-block--banners .banner-entry .lazy__bg {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 25px !important;
    border: 2px solid #EFEBDE !important;
    padding: 10px !important;
    background-clip: content-box !important;
    transition: all 0.3s ease-in-out;
}

/* تأثير بسيط عند الهوفر */
.s-block--banners .banner-entry:hover .lazy__bg {
    transform: scale(1.02);
    border-color: #A38988 !important;
}

/* 4. تنسيق عنوان القسم */
.s-block--banners .banner-entry h3.text-with-border {
    position: static !important;
    transform: none !important;
    background: transparent !important;
    color: #5d5d5d !important;
    text-align: center !important;
    margin-top: 15px !important;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

/* إزالة أي حدود أو خلفيات افتراضية */
.s-block--banners .banner-entry h3 span {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

/* 5. تنسيق العنوان الرئيسي للقسم */
.s-block__title h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #333;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

/* الخط تحت العنوان الرئيسي */
.s-block__title h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #A38988, transparent);
}

section.s-block--banners {
    max-width: 900px !important;
 }
section.s-block--banners .s-block__title {
    align-items: center;
    display: flex;
    justify-content: center !important;
    margin-bottom: 0 !important;
}


.s-button-btn {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    text-wrap: nowrap !important;
    border-radius: 50px !important;
    border: 1px solid #644345 !important;
    background: linear-gradient(135deg, #644345 0%, #53292E 100%) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(83, 41, 46, 0.2) !important;
}

@media (max-width: 767px) {
     .s-block--banners .banner-entry .lazy__bg,
  .s-block--banners .banner-entry{
    padding: 4px !important; 
}
 .s-block--banners  .grid-flow-row {
    grid-auto-flow: column;
    gap: 0 !important;
}
  .s-block--banners .banner-entry h3.text-with-border {

    padding: 0px !important;
    display: block !important;
    margin: 0 !important;
}
  .s-product-card-fit-height .s-product-card-image {
    height: 230px!important;
    max-height: 300px!important;
}
  .s-block--banners .banner-entry { 
    width: 125px !important;
}
  
.s-block--banners .banner-entry h3 span { 
    font-size: 15px !important;
}
  .s-product-card-content { 
    padding: 5px!important;
}
  .s-button-btn { 
    padding: 10px 10px !important;

}
}



/* تأثير عند الوقوف على الزرار (Hover) */
.s-button-btn:hover {
    background: linear-gradient(135deg, #A38988 0%, #644345 100%) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(100, 67, 69, 0.4) !important;
}

/* لمعة خفيفة */
.s-button-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transform: skewX(-25deg);
    animation: buttonShine 4s infinite;
}

@keyframes buttonShine {
    0% { left: -100%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

/* حركة بسيطة للأيقونة (السلة) */
.s-button-btn:hover i {
    animation: cartBounce 0.5s ease;
}

@keyframes cartBounce {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}

.topnav-is-dark .top-navbar { 
    background-color: rgb(83 41 46) !important;
}
.s-apps-icons {
  display: none !important;
}




salla-metadata .s-metadata-box {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #EFEBDE;
      padding: 0 !important;
}

salla-metadata .s-metadata-box-header {
      background: #53292E;
    color: #F6F0EA;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

salla-metadata .s-metadata-box-header i {
  color: #A38988;
}

salla-metadata .s-metadata-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 16px;
  border-bottom: 1px solid #F6F0EA;
}

salla-metadata .s-metadata-row:last-child {
  border-bottom: none;
}

salla-metadata .s-metadata-row-name {
  font-size: 13px;
  color: #A38988;
  margin: 0;
}

salla-metadata .s-metadata-row-value {
  font-size: 13px;
  color: #53292E;
  font-weight: 500;
  margin: 0;
}
.salla-1298199463 article#more-content {
    max-height: 100% !important;
}

.s-block-trust-faq-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 1.5px;
    background: linear-gradient(to right, transparent, #644345 50%, transparent);
}
.topnav-is-dark .top-navbar {
    background-color: rgb(83 41 46) !important;
    display: none;
}
 
.s-block--fixed-banner  .container {
  padding: 0  !important;
         max-width: 100% !important;
  }
  .s-block--fixed-banner   {
   margin-top: 0  !important; 
}

  .s-block--fixed-banner   {
   margin-top: 0  !important; 
 }
@media (min-width: 1024px) {
    /* Container adjustment to ensure 3 clear areas on desktop */
    header .inner .container > div.flex {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    /* Move Menu to the right/left side and give it space */
    header .inner .container > div.flex > div:first-child {
        order: 1 !important;
        flex: 1 !important;
        display: flex !important;
        justify-content: flex-start !important;
    }

 
    /* Isolate the Logo and force it to the center of the header */
    header .inner .container > div.flex > div:first-child .navbar-brand {
        position: absolute !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
        z-index: 10 !important;
    }

    /* Keep Icons on the opposite side on desktop */
    header .inner .container > div.flex > div:last-child {
        order: 3 !important;
        flex: 1 !important;
        display: flex !important;
        justify-content: flex-end !important;
        z-index: 5 !important;
    }
    header .inner .container > div.flex > div:first-child custom-main-menu {
        max-width: 100% !important;
    }
 
}
/* 1. Hide the original Salla cart icon */
header salla-cart-summary #s-cart-icon svg,
header salla-cart-summary .s-cart-summary-icon,
header salla-cart-summary .icon.sicon-shopping-bag {
    display: none !important;
}

/* 2. Inject the new SVG icon */
header salla-cart-summary #s-cart-icon slot-fb[name="icon"] {
    display: inline-block !important;
    width: 28px !important;
    height: 28px !important;
    background-image: url('data:image/svg+xml;utf8,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 18C8.32843 18 9 17.3284 9 16.5C9 15.6716 8.32843 15 7.5 15C6.67157 15 6 15.6716 6 16.5C6 17.3284 6.67157 18 7.5 18Z" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M16.5 18C17.3284 18 18 17.3284 18 16.5C18 15.6716 17.3284 15 16.5 15C15.6716 15 15 15.6716 15 16.5C15 17.3284 15.6716 18 16.5 18Z" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M2 3H4.5L6.5 14H19L21.5 5H6.25" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    vertical-align: middle !important;
}



/* Container styling */
.custom-rating-container {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 6px !important;
    direction: rtl !important;
}

/* Stars Wrapper Layout */
.custom-rating-container .stars-wrapper {
    display: flex !important;
    gap: 2px !important;
}

/* Base Star Style */
.custom-rating-container .star-icon {
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

/* Full Star */
.custom-rating-container .star-icon.full {
    background-image: url('https://cdn-icons-png.flaticon.com/512/1828/1828884.png') !important;
}

/* Half Star */
.custom-rating-container .star-icon.half {
    background-image: url('https://cdn-icons-png.flaticon.com/512/2107/2107737.png') !important;
}

/* Empty Star */
.custom-rating-container .star-icon.empty {
    background-image: url('https://cdn-icons-png.flaticon.com/512/2107/2107957.png') !important;
}

/* Rating text styling */
.custom-rating-container .rating-text {
    font-size: 12px !important;
    color: #7a7a7a !important;
    font-weight: 500 !important;
    font-family: inherit !important;
}
.custom-product-page-rating {
    margin-top: 4px !important;
    margin-bottom: 12px !important;
}
.product-entry__sub-title {
    color: #552c30 !important;
    font-size: 20px !important;
     background-image: linear-gradient(to left, transparent, #D4AF37, transparent);
    background-position: bottom center;
    background-size: 100% 2px; 
    background-repeat: no-repeat;
      width: fit-content;
    line-height: 2em;
}
/* Scarcity Banner Container */
.miraf-scarcity-banner {
    background-color: #fff5f5 !important;
    border: 1px solid #feb2b2 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    margin-bottom: 16px !important;
    direction: rtl !important;
    box-shadow: 0 2px 4px rgba(229, 62, 62, 0.05) !important;
}

/* Banner Header Layout */
.miraf-scarcity-banner .banner-header {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
}

/* Fire Icon Animation */
.miraf-scarcity-banner .fire-icon {
    font-size: 18px !important;
    animation: firePulse 1.5s infinite ease-in-out !important;
}

/* Text Styling */
.miraf-scarcity-banner .banner-text {
    font-size: 13px !important;
    color: #c53030 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

.miraf-scarcity-banner .banner-text strong {
    font-weight: 700 !important;
    text-decoration: underline !important;
}

/* Progress Bar Track */
.miraf-scarcity-banner .progress-bar-container {
    width: 100% !important;
    height: 6px !important;
    background-color: #edf2f7 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
}

/* Progress Bar Fill (Simulating Low Stock) */
.miraf-scarcity-banner .progress-bar-fill {
    width: 15% !important; /* Low width to indicate near out of stock */
    height: 100% !important;
    background-color: #e53e3e !important;
    border-radius: 999px !important;
    animation: progressPulse 2s infinite linear !important;
}

/* Animations */
@keyframes firePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

@keyframes progressPulse {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}


/* 2. Scarcity Banner Style */
.miraf-scarcity-banner {
    background-color: #fff5f5 !important;
    border: 1px solid #feb2b2 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    margin-bottom: 16px !important;
    direction: rtl !important;
    box-shadow: 0 2px 4px rgba(229, 62, 62, 0.05) !important;
}
.miraf-scarcity-banner .banner-header {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
}
.miraf-scarcity-banner .fire-icon {
    font-size: 18px !important;
    animation: firePulse 1.5s infinite ease-in-out !important;
}
.miraf-scarcity-banner .banner-text {
    font-size: 13px !important;
    color: #c53030 !important;
    margin: 0 !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}
.miraf-scarcity-banner .banner-text strong {
    font-weight: 700 !important;
    color: #9b1c1c !important;
}
.miraf-scarcity-banner .progress-bar-container {
    width: 100% !important;
    height: 6px !important;
    background-color: #edf2f7 !important;
    border-radius: 999px !important;
    overflow: hidden !important;
}
.miraf-scarcity-banner .progress-bar-fill {
    width: 12% !important;
    height: 100% !important;
    background-color: #e53e3e !important;
    border-radius: 999px !important;
    animation: progressPulse 2s infinite linear !important;
}

@keyframes firePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}
@keyframes progressPulse {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}

/* 3. Product Page FAQ Style */
.miraf-faq-section {
  background-color: #ffffff !important;
  padding: 80px 0 !important;
  direction: rtl !important;
}
.miraf-faq-container {
  max-width: 850px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}
.miraf-faq-title {
  color: #333333 !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin: 0 auto 50px auto !important;
  padding-bottom: 15px !important;
  position: relative !important;
  display: table !important;
}
.miraf-faq-title::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 120px !important;
  height: 1.5px !important;
  background: linear-gradient(to right, transparent, #644345 50%, transparent) !important;
}
.miraf-faq-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
}
.miraf-faq-item {
  background-color: #ffffff !important;
  border: 1px solid #EFEBDE !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(163, 137, 136, 0.02) !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.miraf-faq-item:hover {
  transform: translateY(-3px) !important;
  border-color: #644345 !important;
  box-shadow: 0 10px 25px rgba(100, 67, 69, 0.08) !important;
}
.miraf-faq-item.miraf-active {
  border-color: #644345 !important;
  box-shadow: 0 12px 30px rgba(100, 67, 69, 0.06) !important;
}
.miraf-faq-question {
  padding: 22px 28px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  cursor: pointer !important;
  user-select: none !important;
}
.miraf-faq-question span {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #333333 !important;
  transition: color 0.3s ease !important;
}
.miraf-faq-item:hover .miraf-faq-question span {
  color: #644345 !important;
}
.miraf-faq-item.miraf-active .miraf-faq-question span {
  font-weight: 600 !important;
  color: #644345 !important;
}
.miraf-faq-icon {
  width: 18px !important;
  height: 18px !important;
  color: #A38988 !important;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), color 0.3s ease !important;
}
.miraf-faq-item:hover .miraf-faq-icon {
  color: #644345 !important;
}
.miraf-faq-item.miraf-active .miraf-faq-icon {
  transform: rotate(180deg) !important;
  color: #644345 !important;
}
.miraf-faq-answer {
  max-height: 0;
  overflow: hidden !important;
  background-color: #FAF9F6 !important;
  border-top: 1px dashed transparent !important;
  transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s ease !important;
}
.miraf-faq-item.miraf-active .miraf-faq-answer {
  border-top-color: rgba(239, 235, 222, 0.6) !important;
}
.miraf-faq-answer-content p {
  padding: 22px 28px !important;
  color: #4A4A4A !important;
  font-size: 14.5px !important;
  line-height: 1.85 !important;
  font-weight: 400 !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .miraf-faq-section {
    padding: 60px 0 !important;
  }
  .miraf-faq-title {
    font-size: 24px !important;
    margin-bottom: 35px !important;
  }
  .miraf-faq-question {
    padding: 18px 22px !important;
  }
  .miraf-faq-answer-content p {
    padding: 18px 22px !important;
  }
  .miraf-faq-item {
    border-radius: 12px !important;
  }
}

/* 4. NEW: Live View Counter Style */
.miraf-live-counter {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 14px !important;
    margin-bottom: 8px !important;
    padding: 6px 12px !important;
    direction: rtl !important;
    background-color: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    border-radius: 6px !important;
    width: fit-content !important;
}
.miraf-live-counter .pulse-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: #22c55e !important;
    border-radius: 50% !important;
    display: inline-block !important;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7) !important;
    animation: dotPulse 1.6s infinite cubic-bezier(0.66, 0, 0, 1) !important;
}
.miraf-live-counter .counter-text {
    font-size: 13px !important;
    color: #166534 !important;
    margin: 0 !important;
    font-weight: 500 !important;
}
.miraf-live-counter .counter-text strong {
    font-weight: 700 !important;
    color: #15803d !important;
    display: inline-block !important;
    min-width: 18px !important;
    text-align: center !important;
}

@keyframes dotPulse {
    to {
        box-shadow: 0 0 0 8px rgba(34, 197, 94, 0) !important;
    }
}

@media (max-width: 768px) {
  .miraf-faq-section {
    padding: 60px 0 !important;
  }
  .miraf-faq-title {
    font-size: 24px !important;
    margin-bottom: 35px !important;
  }
  .miraf-faq-question {
    padding: 18px 22px !important;
  }
  .miraf-faq-answer-content p {
    padding: 18px 22px !important;
  }
  .miraf-faq-item {
    border-radius: 12px !important;
  }
}
salla-social-share,
.btn--wishlist {
  display: none !important;
}