/* Total price / price text -> black */
h2.total-price.dm-text-main,
h2.total-price,
.total-price.dm-text-main {
  color: #000000 !important;
}


/* Force any element inside total price block to be black */
.total-price,
.total-price * {
  color: #000000 !important;
}


/* رقم الكمية يكون أسود */
input.s-quantity-input-input {
  color: #000000 !important;
}

/* لو فيه placeholder */
input.s-quantity-input-input::placeholder {
  color: #000000 !important;
}

/* تأكد عند التركيز (focus) */
input.s-quantity-input-input:focus {
  color: #000000 !important;
}


/* اجعل منطقة تمارا خلفيتها بيضاء ليظهر النص الغامق بوضوح */
.tamara-summary-widget__container,
.tamara-summary-widget__container .summary-widget-content,
.tamara-summary-widget__container .content-wrapper {
  background: #ffffff !important;
  border-radius: 14px !important;
}

/* لو فيه لون/تدرج فوق الخلفية */
.tamara-summary-widget__container {
  background-image: none !important;
}


/* جميع عناوين المنتجات في المتجر */
h1.product-main-title,
h2.dm-text-main,
.product-card h3,
.product-title,
.text-gray-800,
.dm-text-main {
    color: #FFFFFF !important;
}


/* جميع عناوين المنتجات في المتجر */
h1.product-main-title,
h2.product-main-title,
.product-card h3,
.product-title,
.text-gray-800 {
    color: #FFFFFF !important;
}


:root {
  --sc-gold: #fcd48b;
  --sc-gold-main: #d4af37;
  --sc-gold-vert: linear-gradient(180deg, #f6e39a 0%, #d4af37 100%);
  --sc-bg-pill: rgba(15, 12, 18, 0.65);
  --sc-icon-burger: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 7h16a1 1 0 1 0 0-2H4a1 1 0 1 0 0 2Zm16 4H4a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2Zm0 6H4a1 1 0 1 0 0 2h16a1 1 0 1 0 0-2Z'/%3E%3C/svg%3E");
  --sc-icon-user: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a4.2 4.2 0 1 0-4.2-4.2A4.21 4.21 0 0 0 12 12Zm0 2c-4.33 0-8 2.31-8 5.2A1.8 1.8 0 0 0 5.8 21h12.4A1.8 1.8 0 0 0 20 19.2C20 16.31 16.33 14 12 14Z'/%3E%3C/svg%3E");
  --sc-icon-cart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 6h14l-2 8H8L7 6Zm0 0-1-2H3a1 1 0 0 0 0 2h2l3 12a2 2 0 0 0 2 1.5h8a1 1 0 0 0 0-2H12a.5.5 0 0 1-.5-.4L11.3 16H19a2 2 0 0 0 1.9-1.5l2-8A2 2 0 0 0 21 4H6.2ZM10 21a1.5 1.5 0 1 0-1.5-1.5A1.5 1.5 0 0 0 10 21Zm9 0a1.5 1.5 0 1 0-1.5-1.5A1.5 1.5 0 0 0 19 21Z'/%3E%3C/svg%3E");
}

/* Header Icons */
#mainnav i.sicon-menu, #mainnav i.sicon-user, #mainnav i.sicon-shopping-basket, #mainnav i.header-btn__icon.cart-sum-icon {
  background: none !important;
  color: transparent !important;
}
#mainnav i.sicon-menu::before, #mainnav i.sicon-user::before, #mainnav i.sicon-shopping-basket::before, #mainnav i.header-btn__icon.cart-sum-icon::before {
  content: "" !important;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  background: var(--sc-gold-vert) !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
}
#mainnav i.sicon-menu::before { -webkit-mask-image: var(--sc-icon-burger); mask-image: var(--sc-icon-burger); }
#mainnav i.sicon-user::before { -webkit-mask-image: var(--sc-icon-user); mask-image: var(--sc-icon-user); }
#mainnav i.sicon-shopping-basket::before, #mainnav i.header-btn__icon.cart-sum-icon::before { -webkit-mask-image: var(--sc-icon-cart); mask-image: var(--sc-icon-cart); }

/* Unified Pill Style (FAQ & Testimonials Only) */
.s-block-faqs-home h3.w-full.text-center,
.s-block-special-testimonials .block__title-right h2,
.s-block-special-testimonial .block__title-right h2,
.s-block-animated-text .animated-text-inner {
  position: relative !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 180px;
  margin: 0 auto 20px !important;
  height: 44px !important;
  padding: 0 25px !important;
  background: var(--sc-bg-pill) !important;
  border: 1px solid var(--sc-gold-main) !important;
  border-radius: 50px !important;
  color: var(--sc-gold) !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.4) !important;
  backdrop-filter: blur(8px);
}

/* Shimmer Animation */
@keyframes sc-shimmer {
  0% { transform: translateX(-150%) skewX(-25deg); }
  100% { transform: translateX(150%) skewX(-25deg); }
}
.s-block-faqs-home h3.w-full.text-center::before,
.s-block-special-testimonials .block__title-right h2::before,
.s-block-special-testimonial .block__title-right h2::before,
.s-block-animated-text .animated-text-inner::before {
  content: "" !important;
  position: absolute !important;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to right, transparent, rgba(252, 212, 139, 0.3), transparent) !important;
  animation: sc-shimmer 3s infinite linear !important;
}

/* Pulse Animation for "قسطها على كيفك" */
@keyframes sc-soft-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.03); }
  100% { transform: scale(1); }
}
.s-block-animated-text .animated-text-inner {
  animation: sc-shimmer 3s infinite linear, sc-soft-pulse 2.5s infinite ease-in-out !important;
}

/* FAQ Content Fix */
.s-block-faqs-home .faq-item {
  background: rgba(17, 17, 20, 0.9) !important;
  border: 1px solid rgba(212, 175, 55, 0.2) !important;
  border-radius: 12px !important;
}
.s-block-faqs-home .question-outer .question,
.s-block-faqs-home .question-outer h2,
.s-block-faqs-home .question-outer h3 {
  color: var(--sc-gold) !important;
  font-weight: 700 !important;
}
.s-block-faqs-home .faq-answer,
.s-block-faqs-home .faq-content,
.s-block-faqs-home .answer-outer {
  color: #ffffff !important;
  background: transparent !important;
}

/* Testimonials (قالوا عنا) Fix */
.s-block-special-testimonials .testimonial-item,
.s-block-special-testimonial .testimonial-item {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(212, 175, 55, 0.1) !important;
  border-radius: 15px !important;
  color: #ffffff !important;
}

/* Footer Reset */
.store-footer .footer-links h3,
.store-footer salla-contacts.s-contacts .s-contacts-title {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: var(--sc-gold) !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  justify-content: flex-start !important;
}
.store-footer .footer-links h3::before,
.store-footer salla-contacts.s-contacts .s-contacts-title::before {
  display: none !important;
}