custom-salla-product-card .product-card__price.price-wrapper::after,
.product-card .product-card__price.price-wrapper::after,
.product-card .price-wrapper::after {
    content: "" !important;
    display: inline-block !important;

    width: 80px !important; 
    height: 24px !important;
    min-width: 80px !important;
    flex: 0 0 80px !important;
  
    background-image: url("https://i.postimg.cc/Qt00z341/tamara-tabby.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    margin: 0 !important;
    padding: 0 !important; 
    visibility: visible !important;
    opacity: 1 !important;
}

/* ترتيب السعر والشعارات داخل بطاقة المنتج */
custom-salla-product-card .product-card__price.price-wrapper,
.product-card .product-card__price.price-wrapper,
.product-card .price-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}

/* ضبط الحجم على الجوال */
@media screen and (max-width: 767px) {
    custom-salla-product-card .product-card__price.price-wrapper::after,
    .product-card .product-card__price.price-wrapper::after,
    .product-card .price-wrapper::after {
        width: 70px !important;
        min-width: 70px !important;
        height: 21px !important;
        flex-basis: 70px !important;
    }

    custom-salla-product-card .product-card__price.price-wrapper,
    .product-card .product-card__price.price-wrapper,
    .product-card .price-wrapper {
        gap: 4px !important;
    }
}









/* =====================================================
   نموذج البحث عن قطع غيار فورد
   ===================================================== */

#fct-car-finder,
#fct-car-finder * {
  box-sizing: border-box;
}

section[data-fct-hidden-slider="true"] {
  display: none !important;
}

#fct-car-finder {
  --fct-navy: #071a45;
  --fct-blue: #0d2d6d;
  --fct-border: rgba(100, 153, 240, 0.55);
  --fct-red: #ef3344;
  --fct-white: #ffffff;
  --fct-muted: #d5def1;

  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 520px;
  padding: 65px 20px 32px;
  overflow: hidden;

  color: var(--fct-white);
  background-color: var(--fct-navy);
  background-image: var(
    --fct-bg-image,
    linear-gradient(135deg, #071a45, #0d2d6d)
  );
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  direction: rtl;
  font-family: inherit;
}

/* الطبقة الزرقاء فوق صورة الخلفية */
#fct-car-finder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;

  background:
    linear-gradient(
      90deg,
      rgba(5, 20, 54, 0.89) 0%,
      rgba(7, 31, 79, 0.76) 50%,
      rgba(5, 20, 54, 0.88) 100%
    );
}

/* تدرج أسفل البنر */
#fct-car-finder::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 45%;

  background: linear-gradient(
    to top,
    rgba(5, 19, 50, 0.76),
    transparent
  );
  pointer-events: none;
}

#fct-car-finder button,
#fct-car-finder input,
#fct-car-finder select {
  font-family: inherit;
}

.fct-finder-container {
  position: relative;
  z-index: 2;
  width: min(1100px, 100%);
  margin: 0 auto;
}

/* العنوان */
.fct-finder-heading {
  margin-bottom: 22px;
  text-align: center;
}

/* اسم المتجر أعلى نموذج البحث */
.fct-finder-brand-signature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0 auto 9px;
}

.fct-finder-brand-signature::before,
.fct-finder-brand-signature::after {
  content: "";
  width: 54px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.72),
    transparent
  );
}

.fct-finder-brand-name {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 7px 20px 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.14),
    rgba(255, 255, 255, 0.055)
  );
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.fct-finder-brand-name strong {
  margin-right: 5px;
  color: var(--fct-red);
  font-weight: 900;
}

.fct-finder-brand-description {
  margin: 0 0 11px !important;
  color: #cdd9ee !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.7 !important;
}

.fct-finder-heading h2 {
  margin: 0 0 7px !important;
  color: #ffffff !important;
  font-size: clamp(29px, 3.6vw, 44px) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.fct-finder-heading h2 em {
  color: var(--fct-red);
  font-style: normal;
  font-weight: 800;
}

.fct-finder-heading p {
  margin: 0 !important;
  color: var(--fct-muted) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

/* بطاقة النموذج */
.fct-finder-card {
  padding: 26px 24px 20px;
  border: 1px solid var(--fct-border);
  border-radius: 20px;

  background: rgba(8, 34, 88, 0.9);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);

  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}

.fct-finder-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.fct-finder-bottom {
  grid-template-columns: 1fr 1.35fr 180px;
  align-items: end;
}

.fct-finder-field {
  min-width: 0;
}

.fct-finder-field label {
  display: block;
  margin: 0 4px 8px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.fct-finder-field select,
.fct-finder-field input {
  width: 100%;
  height: 49px;
  margin: 0;
  padding: 0 14px;

  border: 1px solid rgba(137, 174, 234, 0.38);
  border-radius: 11px;
  outline: none;

  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);

  font-size: 14px;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.fct-finder-field select {
  padding-left: 42px;
  cursor: pointer;

  -webkit-appearance: none;
  appearance: none;

  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 15px center;
}

.fct-finder-field select option {
  color: #ffffff;
  background: #09245d;
}

.fct-finder-field input::placeholder {
  color: #aebbd5;
  opacity: 1;
}

.fct-finder-field select:focus,
.fct-finder-field input:focus {
  border-color: #77aaff;
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 0 3px rgba(73, 134, 231, 0.2);
}

.fct-finder-field select:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.fct-finder-divider {
  width: 100%;
  height: 1px;
  margin: 19px 0;
  background: rgba(255, 255, 255, 0.13);
}

/* زر البحث */
#fct-finder-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  width: 100%;
  height: 49px;
  margin: 0;
  padding: 0 17px;

  border: 0;
  border-radius: 11px;
  cursor: pointer;

  color: #ffffff;
  background: linear-gradient(135deg, #f33b4a, #dc1f2f);
  box-shadow: 0 9px 24px rgba(237, 51, 68, 0.31);

  font-size: 15px;
  font-weight: 800;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

#fct-finder-search:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 27px rgba(237, 51, 68, 0.4);
}

#fct-finder-search:active {
  transform: translateY(0);
}

/* رسالة التنبيه */
#fct-finder-message {
  display: none;
  margin-top: 13px;
  padding: 10px 13px;

  border: 1px solid rgba(255, 157, 157, 0.3);
  border-radius: 9px;

  color: #ffd9d9;
  background: rgba(219, 31, 46, 0.14);

  font-size: 13px;
  text-align: center;
}

/* المميزات */
.fct-finder-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;

  margin-top: 18px;
}

.fct-finder-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 6px 11px;
  border: 1px solid rgba(133, 170, 231, 0.3);
  border-radius: 999px;

  color: #dce7fb;
  background: rgba(7, 31, 79, 0.75);

  font-size: 11px;
  white-space: nowrap;
}

/* الأجهزة اللوحية */
@media (max-width: 900px) {
  #fct-car-finder {
    min-height: auto;
    padding: 48px 16px 30px;
  }

  .fct-finder-card {
    padding: 20px 17px 18px;
  }

  .fct-finder-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .fct-finder-button-wrap {
    grid-column: 1 / -1;
  }
}

/* الجوال — نسخة موحّدة بدون تكرار القواعد */
@media (max-width: 650px) {
  #fct-car-finder {
    min-height: auto;
    padding: 24px 5px 17px !important;
    background-position: center;
  }

  .fct-finder-container {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fct-finder-heading {
    margin-bottom: 12px;
  }

  .fct-finder-heading h2 {
    margin-bottom: 4px !important;
    font-size: 29px !important;
    line-height: 1.3 !important;
  }

  .fct-finder-heading p {
    max-width: none;
    margin-inline: auto !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
  }

  .fct-finder-brand-signature {
    gap: 8px;
    margin-bottom: 7px;
  }

  .fct-finder-brand-signature::before,
  .fct-finder-brand-signature::after {
    width: 28px;
  }

  .fct-finder-brand-name {
    min-height: 34px;
    padding: 6px 14px 7px;
    font-size: 12px;
  }

  .fct-finder-brand-description {
    margin-bottom: 8px !important;
    font-size: 10px !important;
  }

  .fct-finder-card {
    padding: 18px 8px 16px !important;
    border-radius: 14px;
  }

  /* الماركة والموديل والسنة في صف واحد */
  .fct-finder-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px !important;
  }

  /* نوع القطعة وحقل البحث والزر في صف واحد */
  .fct-finder-bottom {
    grid-template-columns: 1fr 1.35fr 95px !important;
    align-items: end;
  }

  .fct-finder-field,
  .fct-finder-button-wrap {
    min-width: 0;
  }

  .fct-finder-button-wrap {
    grid-column: auto;
  }

  .fct-finder-field label {
    margin: 0 2px 6px !important;
    overflow: hidden;
    color: #ffffff;
    font-size: 10px !important;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fct-finder-field select,
  .fct-finder-field input,
  #fct-finder-search {
    min-width: 0;
    height: 47px !important;
    border-radius: 8px;
    font-size: 11px !important;
  }

  .fct-finder-field select {
    padding-right: 7px;
    padding-left: 22px;
    background-position: left 7px center;
    background-size: 10px 10px;
  }

  .fct-finder-field input {
    padding-right: 7px;
    padding-left: 7px;
  }

  .fct-finder-field input::placeholder {
    font-size: 9px;
  }

  .fct-finder-divider {
    margin: 10px 0;
  }

  #fct-finder-search {
    gap: 3px;
    padding: 0 5px;
    white-space: nowrap;
  }

  #fct-finder-search svg {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
  }

  #fct-finder-message {
    margin-top: 9px;
    padding: 7px 9px;
    font-size: 10px;
  }

  /* إبقاء المميزات في سطر واحد دون تمديد عرض الصفحة */
  .fct-finder-badges {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 10px;
    padding-bottom: 2px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .fct-finder-badges::-webkit-scrollbar {
    display: none;
  }

  .fct-finder-badge {
    flex: 0 0 auto;
    padding: 4px 7px;
    font-size: 8px;
  }
}

/* شاشات الجوال الصغيرة جدًا */
@media (max-width: 380px) {
  #fct-finder-search {
    gap: 2px;
    padding: 0 3px;
  }

  #fct-finder-search svg {
    width: 11px;
    height: 11px;
  }
}





/* =========================================
   تصغير الحقلين والزر فقط - جوال
   الحقلان فوق + الزر كامل تحت
   ========================================= */

@media (max-width: 767px) {

  /* ترتيب الحقلين */
  #fct-car-finder .fct-finder-grid.fct-finder-bottom {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    align-items: end !important;
  }

  #fct-car-finder .fct-finder-field {
    width: 100% !important;
    min-width: 0 !important;
  }

  /* مربع نوع القطعة + مربع الاسم */
  #fct-car-finder .fct-finder-field select,
  #fct-car-finder .fct-finder-field input {
    width: 100% !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 9px !important;
    border-radius: 10px !important;
    font-size: 12px !important;
    box-sizing: border-box !important;
  }

  /* نص الاسم */
  #fct-car-finder #fct-finder-text {
    font-size: 11px !important;
  }

  #fct-car-finder #fct-finder-text::placeholder {
    font-size: 10px !important;
  }

  /* إجبار زر البحث يكون تحت الحقلين */
  #fct-car-finder .fct-finder-button-wrap {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 2px 0 0 !important;
  }

  /* زر البحث النحيف */
  #fct-car-finder #fct-finder-search {
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 12px !important;
    border-radius: 10px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;

    font-size: 15px !important;
  }

  #fct-car-finder #fct-finder-search svg {
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 15px !important;
  }

  /* تنحيف الإطار نفسه قليلًا */
  #fct-car-finder .fct-finder-card {
    padding: 11px 10px 12px !important;
  }
}