@media (max-width:767px) {
#offer-modal-slider .s-offer-modal-product {
  max-width: 50% !important;
}
}
.promo-title {
  top:0rem !important;
  right:0rem !important;
  border-radius-3px !important;
  background: #ff99a5;
  color: white;
}

.promotion-title {
    background-color:#ff99a5;
}
footer {
  background-color: #fff;
  
}
footer .footer-bottom {
  background-color: #dacede; 
  color: #ffffff; /* تغيير لون النصوص إلى الأبيض */
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  
}


.card-discount {
    background-color: #ff808f;
  }
.off-ratio {
  animation: none;
}  

.product-brand-name:after {
    content: " (السعر شامل الضريبة)";
    font-size: 14px;
    color: #ff99a5;
}

.s-product-card-content-footer .s-button-outline, .s-product-card-content-footer .s-button-primary {
	color: var(--color-primary);
	    background-color:#fff;
	      border: rgb(255,231,249)solid 0px;
	        font-size: 12px;
}
.s-products-slider-card.swiper-slide {width:50%;}
@media (min-width: 768px) {
  .s-products-slider-card.swiper-slide {width:16.6666667%;}
  .s-products-list-wrapper{gap:1rem; grid-template-columns:repeat(6,minmax(0,1fr));}
}

.s-product-card-content-subtitle {
  display: none
}
.s-product-card-props > span {
	    background:#fff;/* لون خلفيه الماركه بالمنتج */
   color: #000;
}

.product-price-container {
  margin-bottom: 20px;
}

.product-price {
  position: relative;
}
}

.card-discount {
    background-color: #851673;
}



.off-ratio {
  animation: none;
}