/* Add custom CSS styles below */ 

body {
background-image: linear-gradient(150deg, #eff3f2, #f1eff0, #f1f1f1);

  }

h2 {
color: #312F30
  }

/*خلفية الكل كونتاينت*/
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    background-image: linear-gradient(150deg, #eff3f2, #f1eff0, #f1f1f1);
}

/*لون خلفية بودي منتج*/
.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-image: linear-gradient(150deg, #eff3f2, #f1eff0, #f1f1f1);
    color: #000;
}
/*خلفية ايمج*/
.h-full, .object-w-full {
  background-image: linear-gradient(150deg, #eff3f2, #f1eff0, #f1f1f1);
  border: 0px solid #050A20 !important;
}
/*mdry توسيط سعر*/
.s-product-card-content-sub {
    gap: .75rem;
    justify-content: center;
  color: #000555
}

/*خلفية البنرات*/   .banner--fixed img, .banner-entry {
    --tw-bg-opacity: 1;
    background-image: linear-gradient(150deg, #eff3f2, #f1eff0, #f1f1f1);
}

/*اخفاء قلوب منتج*/
.s-product-card-vertical .s-product-card-wishlist-btn:where([dir=rtl],[dir=rtl] *) {
    left: .auto;
    right: .5rem;
    opacity: 1;
}
/* توسيط محتوى بطاقة المنتج */
.s-product-card-content {
    text-align: center;
  background-color: #fff;
}

  /* إزالة الهامش العلوي لأول قسم */
  section.s-block:nth-of-type(1) {
    margin-top: 0px;
margin-left: 0px;
margin-right:0px;
    background-image: linear-gradient(150deg, #eff3f2, #f1eff0, #f1f1f1);
  }

/*لون زر اضف للسلة المنتج*/

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-image: linear-gradient(150deg, #1D1515, #1A1A1A, #2D2B2C);
    color: #ededed;
}






/* الحاوية الرئيسية للتصميم */
.image-slider-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* العرض الأقصى */
    height: 450px;    /* الارتفاع */
    margin: 40px auto;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f0f0f0;
}

/* التنسيق المشترك للصور */
.image-before, .image-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; /* منع الصور من إعاقة السحب */
}

/* الصورة الأمامية (يتم قص نصفها افتراضياً) */
.image-after {
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%); 
    z-index: 2;
}

/* شريط السحب الفعلي (مخفي وظيفياً ولكنه نشط) */
.slider-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; /* إخفاء الشريط بالكامل */
    /*cursor: col-resize;
    z-index: 4;
    margin: 0;*/
}

/* المقبض والخط الفاصل */
.slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
   z-index: 3;
    pointer-events: none; 
  /* لكي تمر النقرة إلى الشريط المخفي تحته */
    color: #fff;
}

/* رسم الخط الفاصل الأبيض بشكل طولي */
.slider-button::before {
    content: "";
    position: absolute;
    top: -500px;
    bottom: -500px;
    left: 50%;
    width: 4px;
    background: #ffffff;
    /*transform: translateX(-50%);
    z-index: -1;*/
    
}


/*الفاصل الابيض داخل صفحة المنتج خلفية*/
.flex, .bg-white  {
background-image: linear-gradient(150deg, #eff3f2, #f1eff0, #f1f1f1) !important ;

}
.s-comments , .s-comments-product {
background-image: linear-gradient(150deg, #eff3f2, #f1eff0, #f1f1f1);

}

/*توسيط عناوين الفوتر*/ 
.store-footer h3 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    margin-bottom: .75rem;
    text-align: center;
}
.store-footer__inner {
    border: none;
    background-image: linear-gradient(150deg, #eff3f2, #f1eff0, #f1f1f1);
    text-align: center;
  color: #181818
}
.store-footer a {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    align-items: center;
    justify-content: center;
  color: #000
}