/* =========================================================
   Single product: промо и quick-order override-и
========================================================= */

/* Таймерът да е точно над бързата поръчка */
.single-product .summary.entry-summary .esf-promo-timer:not(.esf-promo-timer-single) {
  display: none !important;
}

.single-product .summary.entry-summary .esf-promo-timer-single {
  position: static !important;
  width: 100% !important;
  margin: 10px 0 10px !important;
  padding: 8px 6px !important;
  border-radius: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  box-sizing: border-box !important;
}

.single-product .summary.entry-summary .esf-quick-order-wrap {
  width: 100% !important;
  margin-top: 0 !important;
}

.single-product .summary.entry-summary .esf-quick-order-wrap .esf-quick-order-btn {
  display: block !important;
  width: 100% !important;
  padding: 8px 6px !important;
  min-height: 0 !important;
  border-radius: 8px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* Премахване на синята икона от „Безплатен монтаж“ */
.single-product .esf-promo-extras .esf-free-install-ico {
  display: none !important;
}

/* Скриване на service бейджа */
.single-product .esf-badge.esf-badge--service {
  display: none !important;
}

.single-product .esf-promo-extras .esf-free-install {
  gap: 0 !important;
}

/* По-голям процентен бейдж върху single product */
.single-product .esf-sale-badge {
  width: 62px !important;
  height: 62px !important;
  font-size: 18px !important;
  top: 5px !important;
  left: 0 !important;
}

/* Компактен „Безплатен монтаж“ до процентния бейдж */
body.single-product .woocommerce div.product div.images .esf-promo-extras {
  position: absolute !important;
  top: 12px !important;
  left: 62px !important;
  right: auto !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  z-index: 40 !important;
}

body.single-product .woocommerce div.product div.images .esf-promo-extras .esf-free-install {
  width: auto !important;
  max-width: none !important;
  justify-content: center !important;
  text-align: center !important;
  font-size: 8px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 4px 8px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, rgb(9, 169, 85) 0%, #bf4c15 100%) !important;
  color: #fff !important;
  white-space: nowrap !important;
}

body.single-product .woocommerce div.product div.images .esf-promo-extras .esf-free-install-ico {
  display: none !important;
}
