/* Add custom CSS styles below --/*/ 
body {
background-color: rgb(255 255 255);
}

h2 {
    font-size:xxx-large;
}

/* cairo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cairo-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/cairo-v31-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



.s-button-btn,.s-price-range-number-input {
    border-radius: .15rem;
    border-color: #b51d02;
}
.s-fast-checkout-button {
    border-radius: .35rem;
    background: #61025a;
}
.s-product-card-price  { // خصائص رقم السعر
    color : #610233 ;
    font-size: 25px;
    font-weight: 300;
}
.text-base { //خصائص ايقونة الزر لسلة
    font-size: 0.9rem;
    line-height: .5rem;
}

.s-product-card-content-title a {
    display: block;
    font-size: 1.075rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color:#1f1d1d;
} /*   /**/ /*
@media (min-width: 640px) {
    salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
        padding-left:0.625rem;
        padding-right: 0.625rem;
        padding-bottom:0.625rem;
        }
.s-product-card-vertical {
    flex-direction: column;
    border: 1px solid #f2f0f1;
   box-shadow: rgba(148, 148, 148, 0.20) 5px 5px 10px ; } */
   
.s-product-card-vertical {
    flex-direction: column;
    border: 0px solid #c9cbcd;
   /* box-shadow: rgba(148, 148, 148, 0.20) 5px 5px 10px ; */
}

.s-button-text {
    font-size:20x;
    font-weight:400;
    }

.copyright-text p {
    --tw-text-opacity: 1;
    color:rgba(248, 113, 113, 1);
    color:whitesmoke;
}
@media (min-width: 1024px) {
    .s-products-slider-card {
        width: 20%;  
    }
}

@media (max-width: 1024px){
    .s-products-slider-card {
        width:56.5%;
    }
}
/* */
@media (min-width: 1024px) {
    .s-products-list-vertical-cards {
        width:100%;
        display: grid;
    }
 } 
@media (max-witdh: 1024px) {
 .s-products-list-wrapper s-products-list-vertical-cards {
 width:56.5%;
 
 }
 */ 
    @media (max-width:1024px){
    .s-products-list-vertical-cards {
        width:56.5%;
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }
     }
}
/*عدد المنتجات في الخط الواحد
@media (min-width: 1024px) {
    .s-products-list-vertical-cards {
      grid-template-columns:repeat(5, minmax(0, 1fr))
    }
}
@media (min-width: 1024px) {
.s-products-list-vertical-cards 
Specificity: (0,1,0)
 {
grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}*/


/*مواصفات البوكس الخاص بالمنتجات (احدث الكمبيوترات)
.s-product-card-entry {
    position: relative;
    display: flex;
    height: 100%;
    width:100%;
    justify-content: space-between;
    border-radius: .45rem;
    --tw-bg-opacity: 1;
    background-color: rgb(160, 6, 114);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms
}*/
/*المنتجات المميزة
  .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }*/
    @media (min-width: 1024px) {
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}