/* Add custom CSS styles below */

body {
    background-image: url('https://j.top4top.io/p_3466l82of1.png'); /* استبدل 'background.jpg' بمسار أو رابط الصورة */
    background-size: 250px 250px; /* تحديد حجم الصورة */
    background-repeat: repeat; /* تكرار الصورة في جميع الاتجاهات */
    background-position: top left; /* تحديد موضع البداية */
    
   font-family: 'Tajawal', sans-serif !important;

}
@font-face {
  font-family: 'Almarai';
  src: url('fonts/Almarai-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}




:root {
     
    --color-primary: #363636;
    --color-primary-dark: #ffdd3f;
    --color-primary-light: #ffdd3f;
    --color-primary-reverse: #f0f0f0;
    --color: #363636;
   
   
}
/*BUTTON*/
.s-button-outline {
border-width : 1px;
border-color: currentColor;

background:#e4e4e4;

}
/*LOGO SIZE*/
.navbar-brand img {
    /* FONT-VARIANT-EAST-ASIAN: JIS78; */
    max-height: 5rem;
    width: auto;
    max-width: 100px;
}

.topnav-is-dark .top-navbar {
    --tw-bg-opacity: 1;
    background-color: rgba(29, 31, 31, 1);
    background-color: #6b7280;
    --tw-text-opacity: 1;
    color: rgba(209, 213, 219, 1);
    color: rgba(243, 244, 246, 1);
}

.s-slider-block__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    max-width: 1280px;
    align-items: center;
    justify-content: space-between;
   background: #d6d6d6;
 
}
/*price color*/
.s-product-card-price {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #ff0000;
}

*, ::before, ::after {
    box-sizing: border-box;
    border-style: sold;
   border-width: 0px;
   
    border-color: #e5e7eb;
    border-radius: 15px;
}