/* Add custom CSS styles below */ 
.body {
    background-color: #ffffff;
}



.md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background-color: #ffffff;
}

.banner-entry {
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(255 255 255);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: .75rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/* Media query for large screens (laptops) */
@media (min-width: 1025px) and (max-width: 1440px) {
  .banner-entry,
  .lazy__bg.loaded {
    width: 220px; /* Adjust width for laptops */
    height: 120px; /* Adjust height for laptops */
    background-color: #ffffff;
  }
}

/* Media query for very large screens (desktops) */
@media (min-width: 1441px) {
  .banner-entry,
  .lazy__bg.loaded {
    width: 280px; /* Adjust width for desktops */
    height: 160px; /* Adjust height for desktops */
  }
}
/* Media query for medium screens (large tablets) */
@media (min-width: 769px) and (max-width: 991px) {
  .banner-entry,
  .lazy__bg.loaded {
    width: 180px; /* Adjust width for large tablets */
    height: 100px; /* Adjust height for large tablets */
  }
}

/* Media query for medium screens (small tablets) */
@media (min-width: 992px) and (max-width: 1024px) {
  .banner-entry,
  .lazy__bg.loaded {
    width: 130px; /* Adjust width for small tablets */
    height: 75px; /* Adjust height for small tablets */
  }
}
/* Media query for very small screens (phones) */
@media (max-width: 375px) {
  .banner-entry,
  .lazy__bg.loaded {
    width: 60px; /* Adjust width for very small phones */
    height: 35px; /* Adjust height for very small phones */
    background-color: rgb(255 255 255);

  }
}

/* Media query for large screens (large phones) */
@media (min-width: 376px) and (max-width: 768px) {
  .banner-entry,
  .lazy__bg.loaded {
    width: 80px; /* Adjust width for large phones */
    height: 45px; /* Adjust height for large phones */
    background-color: rgb(255 255 255);
  }
}

@media (max-width: 360px) {
  .banner-entry,
  .lazy__bg.loaded {
    width: 50px; /* Adjust width for smartwatches */
    height: 30px; /* Adjust height for smartwatches */
    background-color: rgb(255 255 255);
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .banner-entry,
  .lazy__bg.loaded {
    width: 120px; /* Adjust width for e-readers */
    height: 70px; /* Adjust height for e-readers */
  }
}
@media (min-width: 1920px) {
  .banner-entry,
  .lazy__bg.loaded {
    width: 400px; /* Adjust width for TVs */
    height: 230px; /* Adjust height for TVs */
  }
}


.col-sm-4 {
    width: 25%;
    float: right;
    padding-right: 1px;
    padding-left: 1px;
}

col-sm-4 {
    width: 25%;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
}
.site-header {
    box-shadow: none;
    background: url(https://cdn.discordapp.com/attachments/765367810972581892/884064694611099648/hi2.jpg);
}

body.salla-theme_1 .product .product-footer {
    margin-top: 0.5rem;
    background: #851068!important;
    color: #FFFFFF;
    border: none;
}

.product-price, .product-details__price, .product:hover .product-title, .footer-title, .footer-item p, .product-details__hot strong, .section-header .section--title, .footer-links a, .sub-nav-header p, .sub-nav-header a {
    color: #FFFFFF;
}



.button-more, body.salla-theme_1 .section-header .btn.btn-primary.btn-rounded, body.salla-theme_2 .section-header .btn.btn-primary.btn-rounded, body.salla-theme_4 .section-header .btn.btn-primary.btn-rounded {
    color: #FFFFFF;
    border: none;
    background-color: #851068;
    border-radius: 15px !important;
}

.circle-action {
    border: none;
    border-radius: 50%;
    background: #851068;
    color: #FFFFFF;
}

section.section {
    padding: 0rem 0;
}

/* تنسيق المنتج */
.product-item {
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex; /* عرض المنتج بشكل أفقي */
  align-items: center; /* محاذاة العناصر رأسيًا */
}

.product-image {
  width: 250px; /* عرض مناسب لصورة المنتج */
  height: 250px; /* ارتفاع مناسب لصورة المنتج */
  object-fit: cover; /* تغطية المساحة بالكامل مع الاحتفاظ بنسبة العرض إلى الارتفاع */
  border-radius: 10px; /* زوايا دائرية ناعمة للصورة */
  margin-right: 20px; /* مسافة بين الصورة والمعلومات */
}

.product-info {
  flex: 1; /* توزيع المساحة المتبقية بشكل متساوٍ */
}

.product-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-price {
  font-size: 18px;
  color: #007BFF;
  display: flex; /* عرض السعر مع زر "إضافة إلى السلة" */
  align-items: center;
}

.product-price span {
  margin-right: 10px; /* مسافة بين السعر والزر */
}

/* زر "إضافة إلى السلة" */
.btn-add-to-cart {
  background-color: #515865; /* لون الخلفية */
  color: #FFD700; /* لون النص */
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-add-to-cart:hover {
  background-color: #3D4851; /* لون التظليل عند التحويم */
}

/* تنسيق عربة التسوق */
.cart-items {
  margin-bottom: 20px;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cart-item-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 15px;
}

.cart-item-title {
  font-size: 18p/* ألوان أساسية */
body {
  background-color: #F5F5F5;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

a {
  color: #007BFF;
  text-decoration: none;
}

/* تنسيق المنتج */
.product-item {
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex; /* عرض المنتج بشكل أفقي */
  align-items: center; /* محاذاة العناصر رأسيًا */
}

.product-image {
  width: 250px; /* عرض مناسب لصورة المنتج */
  height: 250px; /* ارتفاع مناسب لصورة المنتج */
  object-fit: cover; /* تغطية المساحة بالكامل مع الاحتفاظ بنسبة العرض إلى الارتفاع */
  border-radius: 10px; /* زوايا دائرية ناعمة للصورة */
  margin-right: 20px; /* مسافة بين الصورة والمعلومات */
}

.product-info {
  flex: 1; /* توزيع المساحة المتبقية بشكل متساوٍ */
}

.product-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product-price {
  font-size: 18px;
  color: #007BFF;
  display: flex; /* عرض السعر مع زر "إضافة إلى السلة" */
  align-items: center;
}

.product-price span {
  margin-right: 10px; /* مسافة بين السعر والزر */
}

/* زر "إضافة إلى السلة" */
.btn-add-to-cart {
  background-color: #515865; /* لون الخلفية */
  color: #FFD700; /* لون النص */
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-add-to-cart:hover {
  background-color: #3D4851; /* لون التظليل عند التحويم */
}

/* تنسيق عربة التسوق */
.cart-items {
  margin-bottom: 20px;
}

.cart-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.cart-item-image {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  margin-right: 15px;
}

.cart-item-title {
  font-size: 18px;
  font-weight: 600;
}

.cart-item-quantity,
.cart-item-price {
  font-size: 16px;
}

/* استعلامات الوسائط لتنسيق المتجر على أجهزة مختلفة */
@media (max-width: 768px) {
  .product-item {
    flex-direction: column; /* عرض المنتج رأسيًا على شاشات أصغر */
    align-items: flex-start; /* محاذاة العناصر لليسار */
  }

  .product-image {
    width: 100%; /* عرض كامل للصورة على شاشات أصغر */
    margin-bottom: 10px; /* مسافة بين الصورة والمعلومات */
  }

  .product-info {
    width: 100%; /* عرض كامل للمعلومات على شاشات أصغر */
  }
}