/* === DERIOX LISTING CARDS V14 START === */
/* CSS-only polish over stable V13. */

html,
body {
  overflow-x: hidden !important;
}

/* Cleaner price pill, including 0 RON */
body#body-home .products.grid .simple-prod .price,
body#body-search .products.grid .simple-prod .price,
body#body-home .white .simple-prod .price,
body#body-search .white .simple-prod .price {
  min-height: 31px !important;
  height: 31px !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #e7f4ff 0%, #f7fbff 100%) !important;
  color: #0b5f9f !important;
  border: 1px solid #bdddf5 !important;
  box-shadow: 0 5px 12px rgba(65, 130, 195, 0.12) !important;
  font-size: 13.8px !important;
  font-weight: 900 !important;
}

/* Keep placeholder invisible but preserving row height */
body#body-home .products.grid .simple-prod .price.deriox-price-placeholder,
body#body-search .products.grid .simple-prod .price.deriox-price-placeholder,
body#body-home .white .simple-prod .price.deriox-price-placeholder,
body#body-search .white .simple-prod .price.deriox-price-placeholder {
  visibility: hidden !important;
}

/* Hide any old free/check-seller string class if theme still outputs it somewhere */
body#body-home .products.grid .simple-prod .price.isstring,
body#body-search .products.grid .simple-prod .price.isstring,
body#body-home .white .simple-prod .price.isstring,
body#body-search .white .simple-prod .price.isstring {
  display: none !important;
}

/* Slightly stronger card premium feel */
body#body-home .products.grid .simple-prod,
body#body-search .products.grid .simple-prod,
body#body-home .white .simple-prod,
body#body-search .white .simple-prod {
  border-radius: 19px !important;
  border-color: #dce7f1 !important;
  box-shadow: 0 11px 28px rgba(15, 38, 60, 0.11) !important;
}

/* Image a little more elegant */
body#body-home .products.grid .simple-prod .img,
body#body-search .products.grid .simple-prod .img,
body#body-home .products.grid .simple-prod .img-wrap,
body#body-search .products.grid .simple-prod .img-wrap {
  height: 178px !important;
  min-height: 178px !important;
  max-height: 178px !important;
}

/* Title readable */
body#body-home .products.grid .simple-prod .title,
body#body-search .products.grid .simple-prod .title,
body#body-home .white .simple-prod .title,
body#body-search .white .simple-prod .title {
  font-size: 14.7px !important;
  line-height: 20px !important;
  font-weight: 850 !important;
  color: #102a40 !important;
}

/* Contact button more polished */
body#body-home .products.grid .simple-prod .contact,
body#body-search .products.grid .simple-prod .contact,
body#body-home .products.grid .simple-prod a.contact,
body#body-search .products.grid .simple-prod a.contact {
  background: linear-gradient(135deg, #347fc2 0%, #2369a8 100%) !important;
  border-radius: 999px !important;
  font-weight: 850 !important;
  box-shadow: 0 6px 14px rgba(35, 105, 168, 0.24) !important;
}

/* === DERIOX LISTING CARDS V14 END === */
