/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 


/*لون المتجر*/

body {
    --tw-bg-opacity: 1;
    background-color: #c3c6cd;
    background-color: #c3c6cd;
text-align: center;
}

/*اخفاء قلوب اعجاب منتج*/

.s-product-card-vertical .s-product-card-wishlist-btn:where([dir=rtl],[dir=rtl] *) {
    left: .5rem;
    right: auto;
    opacity: 0;
}

/*لون الهيدر*/

.bg-white {
    --tw-bg-opacity: 1;
    background-color: #fff;
    background-color: #36393e !important;
}

/*لون الهمبرجر*/

.text-primary {
    color: #414042;
    color: #f3f3f3;
}

/*لون ايقونة الحساب في الهيدر*/

.s-user-menu-login-btn svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: #dedede;
}

/*لون ايقونة السلة الهيدر*/

.sicon-shopping-bag:before {
    content: "\ef36";
    color: #d3d3d3;
}

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

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background: linear-gradient(135deg, #5a5c69, #1f2125);
    color: #ededed;
}

/*توسيط عنوان التيتال*/

.s-block__title {
    align-items: center;
    /* display: flex; */
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

/*لون الفوتر*/
.store-footer ,.store-footer__inner {
   
background-color: #36393E !important ;
 color: #ffffff  ;
  border: 0px
  
}


/*توسيط رقم الجوال بالفوتر*/

.s-contacts-item {
    align-items: center;
    display: flex;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1;
    justify-content: center;
}


/*توسيط كل شي بالفوتر*/
.store-footer a {
    transition-duration: .15s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    text-align: center !important;
    display: inline-grid;
    justify-items: center;
    justify-content: center;
}

.lg:hidden ,.contact-social ,.s-social-list  {
border: 0px;
  color: #ffffff
  }


.text-gray-400  {
color: #C3C6CD !important ;
  }


/**/

.gap-4 {
    gap: 1rem;
    display: inline-flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    /* align-items: center; */
}
.s-trust-badges-wrapper {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

/*زر شيك اوت*/
.s-add-product-button-mini-checkout-content {
color : #ffffff !important 
}
.form-label {
color : #ffffff !important 
}
.total-price ,.font-bold ,.text-xl ,.inline-block  {
color : #ffffff !important 
}
.space-x-4   {
color : #ffffff !important 
}
/*خلفية البنرات*/   .banner--fixed img, .banner-entry {
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: #ff000000;
}
/*خلفية المتجر*/  
 .s-block  {

    background-color: #ff000000;
 }

/*لون نص داخل السلة المسدله بالهيدر*/
.text-lg  {

    color: #ffffff;
}

/*لون نص المينيو*/
.text-gray-500   {
color: #946C2F !important 
  }

.s-comments ,.s-comments-product {
background-color: #ff000000;
  }

.s-product-options-wrapper {
   
    background-color: #C3C6CD;
}
.text-xl   {
color : #1B1C20  !important ;

  }

.sicon-sar {
color: #950502
  }


.banners-sectionb {
    max-width: 1100px;
    margin: 0 auto;
  padding: 20px 15px
}

/* الشبكة: 3 أعمدة */
.banners-gridb {
    display: grid;
    grid-template-columns: repeat(3, 3fr);
    gap: 24px;
}

/* رابط البنر */
.banner-linkb {
    text-decoration: none;
    display: block;
}

/* كرت البنر */
.banner-cardb {
    position: relative;
    border-radius: 28px; /* حواف دائرية كبيرة نفس الصورة */
    overflow: hidden;
    background: #2a2a2a;
    aspect-ratio: 1 / 1; /* مربع 100% */
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.banner-cardb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}