/*
  Theme Name: Analygital e-Commerce
  Theme URI: https://analygital.com
  Description: A modern shop Wordpress Theme
  Author: Analygital.com
  Author URI: https://analygital.com
  Version: 9.4
  Template: rehub-theme
*/

/* admin bar */
#wpadminbar {
  color: #f4f4fa;
  background: #0c193c;
}
/* header search: decoration */
header .search {
  filter: drop-shadow(0px 0px 1px var(--rehub-main-color));
}
header .logo, header .search {
  flex-grow: 1;
}
#dl-menu {
  padding: 5px 0 5px 0;
}

/* product loop item: make the background coherent with product images */
.product.type-product.rh-cartbox {
  background: radial-gradient(circle, #f4f4fa 70%, white 100%);
  border-radius: 1rem;
}

/* product loop item (featured) */
.product.col_item.type-product.woo_mart,
.product.col_item.type-product.woo_mart figure img {
  border-radius: 1rem;
  object-fit: cover;
}

/* .rh-cartbox.woocatbox.product-category {
  border: solid red 2px;
  border-radius: 1rem;
} */

/* quick fix */
/* .analygital-force-hidden-item,
.analygital-special-hidden,
:has(>.analygital-special-hidden) {
  display: none !important;
} */
