/* Add custom CSS styles below */ 

/*style كيس اهداء*/
.product-card__normal-cart button {
    background-color:#111;
    border-color:#111;
    color: #fff;
}
.product-card__buttons.normal{display:none}


.horizontal-banner {
    direction: rtl;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px;
    max-width: 330px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
  
  .product-price-options {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust the spacing between elements as needed */
}

.product-image {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

.product-info {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-name {
    font-size: 1em;
    margin: 0;
}

.product-description {
    font-size: 0.8em;
    color: #666;
    margin: 4px 0;
}

.product-options {
    margin: 8px 0;
}

.option-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    cursor: pointer;
    font-size: 0.8em;
}

.option-button:hover {
    background-color: #0056b3;
}

.product-price-custom {
    font-size: 1em;
    font-weight: bold;
    color: #333;
}

.horizontal-banner salla-button{
     height: 30px;
    display: flex;
}
.horizontal-banner .s-button-text{
     display: flex;
    color: #fff;
    gap: 5px;
}
/*End*/

/*LA Style*/

.product-card__promotion{
display: flex;
}

.enhanced-title-border{
display: none;
}
  
/* Mobile: up to 767px */
@media (max-width: 767px) {
  /* Your mobile styles go here */
  
.special-product--10 .w-1\/2{
  width: 75%;
}
  
  salla-add-product-button .w-full{
      background-color: #000 !important;
      width: unset;
  }
  
  salla-add-product-button .w-full salla-button button {
      min-width: 155px;
      height: 3rem;
  }

  
  .quickview-btn{
  display: none;
  }
  .footer-description{
  font-size: .75rem;
  }
  
  salla-add-product-button{
    display: flex;
    justify-content: center;
  }
  
  salla-add-product-button .w-full .s-button-text{
      color: #fff !important;
  }
  .s-button-light-outline {
    background-color: #000;
  }
  .product-card__actions {
    right: unset;
    left: 10px;
    }
    .product-card__actions .s-button-text {
    min-width: 20px;
    justify-content: center;
    }
    .simplified-products .s-products-list-wrapper .product-card--simplified .product-card__mini-cart .s-button-text{
font-size: 1rem;
}

}

/* Desktop: 768px and above */
@media (min-width: 768px) {
.s-block__title h2{
 font-size: 2.25rem;
 line-height: 2.5rem;
}

  /* Your desktop styles go here */
#best-offers-7-slider .swiper-wrapper,
#best-offers-8-slider .swiper-wrapper,
#best-offers-16-slider .swiper-wrapper,
#best-offers-21-slider .swiper-wrapper  {
    justify-content: center !important;
}

}


/* LA End*/