.ps-header .ps-header__middle {
        background: 
 color-mix(in srgb, #feed00 100%, transparent);

}
.ps-footer__middle {
 border-radius: 0px 0px 0 0;
-webkit-border-radius: 0px 0px 0 0;       
}

.page-sec .s-button-primary {
  font-size: 17px;
  color: #fff;
  color: #000000;
  background-color: #414042;
  background-color: var(--color-primary);
  border: 1px solid #414042;
  border: 1px solid var(--color-primary);
  padding: 10px 15px;
  font-weight: 500;
  display: flex;
  width: auto;
  border-radius: 8px;
}

.p-que-addcart salla-add-product-button .s-add-product-button-mini-checkout-content svg {
  width: 18px;
  height: 18px;
  fill: #414042;
  fill: #000000;
  margin: 0;
}
.s-add-product-button-mini-checkout-content {
color:black;
}
/* ✅ تكبير وتحسين صورة تمارا/تابي */
.s-product-card-content .another-img {
  width: 650px;          /* حجم واضح وكبير */
  height: auto;          /* يحافظ على التناسب */
  display: block;
  margin: 10px auto;     /* توسيط الصورة */
  order: 2;              /* تظهر بعد العنوان */
}

/* ✅ إعادة ترتيب عناصر البطاقة */
.s-product-card-content .s-product-card-content-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ✅ التأكد من ترتيب العنوان قبل الصورة */
.s-product-card-content .s-product-card-content-title {
  order: 1;
}
.s-product-card-entry .s-product-card-content-sub {
  margin: 0;
  margin-top: 0px;
  px; */
  flex-wrap: wrap;
  width: 100%;
}
.dts-page .p-price .n-price {
      font-size: 40px;
    line-height: 24px;
  }
  
.s-product-card-entry .s-product-card-price,
.s-product-card-entry .s-product-card-sale-price h4,
.s-product-card-entry .s-product-card-starting-price h4 {
  color: #000 !important;
}
.s-product-card-entry .s-product-card-sale-price span {
  font-size: 16px;
  color: #ff0000;
}