.announcement-bar {
    background: #665ea7;
} 

.menu-header-theme-bg-primary {
    background-color: #655da5;
}
.announcement-bar * {
    color: #fff !important;
}
.account-lang-currency .account-btn {
    color: rgb(39, 41, 45);
}
.footer-theme-text-for-primary-bg {
    color: #ffffff !important;
}
.footer-theme-bg-primary {
    background-color: #665ea7 !important;
}
.footer-theme-text-for-primary-bg a {
    color: #fff !important;
    fill: #fff !important;
}
.footer-theme-text-for-primary-bg .social-icons span {
    color: #ffffff !important;
    border: 2px solid #ffffff00 !important;
}
.container.container-slider {
    max-width: 100%;
    padding: 0;
}
div#d9c5087f-173e-4706-910f-3b6c0c9d1282 h2.section-title.p-0.theme-text-primary {
    text-align: center;
}
div#d9c5087f-173e-4706-910f-3b6c0c9d1282 h2.section-title.p-0.theme-text-primary:after {
    content: "نخدمكم 24 ساعة في جدة والرياض، كعلامة تجارية سعودية مسجلة ومعتمدة بجودة ISO لنضمن لكم أفضل تجربة";
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.5;
}
[lang="en"] div#d9c5087f-173e-4706-910f-3b6c0c9d1282 h2.section-title.p-0.theme-text-primary:after {
    content: "We serve you 24 hours a day in Jeddah and Riyadh, as a registered and ISO-certified Saudi brand to ensure you have the best experience.";
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.5;
}
.container.container-slider .slick-track,.container.container-slider .slider-item.slick-slide {
    width: 100% !important;
}
.container.container-slider .slick-slide img {
    object-position: center;
}
.container.container-slider .box-1-1.ratio21_9:before {
    padding-top: 600px;
}
#\39 71b1630-cfee-4562-9b4e-4526835b540c .box-1-1.ratio21_9:before {
    padding-top: 800px !important;
}
#\39 71b1630-cfee-4562-9b4e-4526835b540c .main-slider {
    max-height: 800px !important;
}
#\39 71b1630-cfee-4562-9b4e-4526835b540c  img.d-block.w-100.slider-image-0 {
    object-fit: contain !important;
}
section#ec580ce8-8457-4c5e-bf98-bb8bcbfff7c8 .box-1-1.ratio21_9:before {
    padding-top: 800px !important;
}
section#ec580ce8-8457-4c5e-bf98-bb8bcbfff7c8 .main-slider {
    max-height: 800px !important;
}
section#ec580ce8-8457-4c5e-bf98-bb8bcbfff7c8  img.d-block.w-100.slider-image-0 {
    object-fit: contain !important;
}
@media (max-width: 768px) {
.container.container-slider .box-1-1.ratio21_9:before {
    padding-top: 155px;
}
  #\39 71b1630-cfee-4562-9b4e-4526835b540c .main-slider {
    max-height: 300px !important;
}
  #\39 71b1630-cfee-4562-9b4e-4526835b540c .box-1-1.ratio21_9:before {
    padding-top: 270px !important;
}
.container.container-slider .box-1-1.ratio21_9:before {
    padding-top: 155px;
}
  section#ec580ce8-8457-4c5e-bf98-bb8bcbfff7c8 .main-slider {
    max-height: 300px !important;
}
  section#ec580ce8-8457-4c5e-bf98-bb8bcbfff7c8 .box-1-1.ratio21_9:before {
    padding-top: 270px !important;
}
}


/* إخفاء الزر باستخدام الفئة (Class) */
.loyalty_button_footer {
    display: none !important;
}

/*كود تحسين شكل البطافة */
/* 1. هيكل البطاقة: ناعم، انسيابي مع حواف بنفسجية */
.product-item {
    background: #ffffff;
    border-radius: 35px 10px 35px 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 2px solid rgba(116, 98, 244, 0.22);
    box-shadow:
        0 0 0 1px rgba(116, 98, 244, 0.08),
        0 10px 40px rgba(116, 98, 244, 0.12),
        inset 0 0 18px rgba(116, 98, 244, 0.04);
}

/* Hover */
.product-item:hover {
    transform: translateY(-10px);
    border-color: rgba(116, 98, 244, 0.45);
    box-shadow:
        0 0 0 2px rgba(116, 98, 244, 0.18),
        0 20px 60px rgba(116, 98, 244, 0.28),
        inset 0 0 22px rgba(116, 98, 244, 0.06);
}

/* 2. حاوية الصورة */
.product-item .box-1-1 {
    border-radius: 25px 8px 25px 8px;
    background: #fdfbff;
    position: relative;
    overflow: hidden;
}

.product-item img {
    transition: all 0.8s ease;
    mix-blend-mode: multiply;
    width: 100%; /* لضمان ملء الحاوية */
    height: auto;
}

.product-item:hover img {
    transform: scale(1.08) rotate(-1deg);
}

/* 3. حذف القلب بالكامل */
.add-to-wishlist,
.icon-heart-mask,
.btn-wishlist,
.product-item .wishlist-btn {
    display: none !important;
}

/* 4. شارة منتج مميز */
.badge-name {
    background: #7462F4 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 600;
    border-radius: 50px !important;
    padding: 4px 15px !important;
    top: 25px !important;
    right: 30px !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(116, 98, 244, 0.2);
}

/* 5. تفاصيل المنتج */
.product-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #4a4a4a;
    margin: 18px 0 5px !important;
    text-align: center;
}

.product-price {
    color: #7462F4;
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    margin-bottom: 15px;
    text-align: center;
}

/* 6. زر السلة */
.product-card-add-to-cart {
    background: #ffffff !important;
    color: #7462F4 !important;
    border: 1.5px solid #7462F4 !important;
    border-radius: 50px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    padding: 12px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card-add-to-cart:hover {
    background: #7462F4 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(116, 98, 244, 0.3) !important;
}

/* --- التعديل المطلوب لتكبير الصورة فقط على الجوال --- */
@media (max-width: 767px) {
    .product-item img {
        transform: scale(1.2) !important; /* تكبير الصورة بنسبة 20% إضافية */
        object-fit: contain;
    }
    
    /* لضمان عدم خروج الصورة المكبرة عن حدود الحاوية */
    .product-item .box-1-1 {
        overflow: hidden;
    }
}