/* -------------------------------------------------------------------------- */
/* Legacy Noah/Ogani bridge: listing / sidebar / cards / forms                */
/* -------------------------------------------------------------------------- */

.maya20-active section.product.spad,
.maya20-active .featured.spad,
.maya20-active .categories,
.maya20-active .product__discount,
.maya20-active .boxed-area {
  position: relative;
}

.maya20-active section.product.spad {
  padding-top: 12px;
  padding-bottom: 10px;
}

.maya20-active .product.spad .row > [class*="col-"] {
  margin-bottom: 14px;
}

.maya20-active .sidebar,
.maya20-active .solosmart {
  border-radius: 18px;
}

.maya20-active .sidebar {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--maya-border);
  padding: 12px;
  box-shadow: var(--maya-shadow-soft);
}

.maya20-active .sidebar__item,
.maya20-active .boxed-area.blocks-spacer.sidebar__item {
  background: rgba(255,255,255,.86);
  border: 1px solid var(--maya-border);
  border-radius: 14px;
  padding: 10px 12px;
  margin-bottom: 12px;
  box-shadow: 0 4px 12px rgba(15,23,42,.03);
}

.maya20-active .sidebar__item h4,
.maya20-active .latest-product__text h4,
.maya20-active .section-title h2,
.maya20-active .product__discount__title h2 {
  margin: 0 0 10px;
  color: var(--maya-text);
  letter-spacing: 0;
}

.maya20-active .sidebar__item h4 a,
.maya20-active .latest-product__text h4 a {
  color: var(--maya-text);
  text-decoration: none;
  font-weight: 700;
}

.maya20-active .sidebar__item .accordion-body,
.maya20-active .sidebar__item .content {
  margin-top: 8px;
}

.maya20-active .accordion-inner {
  padding: 0;
  border: 0;
}

.maya20-active .sidebar-filters .selectable,
.maya20-active .sidebar_filter .selectable,
.maya20-active .advanced_filter .selectable,
.maya20-active #manufacturers .listbox,
.maya20-active #extrafield .listbox {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 6px 8px 0;
  padding: 6px 10px;
  border: 1px solid var(--maya-border);
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  text-decoration: none;
  color: var(--maya-text);
  float: none;
}

.maya20-active .sidebar-filters .selectable.selected,
.maya20-active .sidebar-filters .listbox.selected,
.maya20-active .sidebar-filters .listbox > .selected,
.maya20-active .sidebar-filters .listbox.selected > a {
  background: rgba(179,135,61,.12) !important;
  border-color: rgba(179,135,61,.35) !important;
  color: var(--maya-text) !important;
}

.maya20-active .mamma,
.maya20-active .mamma a:link {
  border-radius: 999px;
  border-width: 1px;
}

.maya20-active .filter__item {
  background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.75));
  border: 1px solid var(--maya-border);
  border-radius: 16px;
  padding: 12px 14px;
  margin-bottom: 14px;
  box-shadow: var(--maya-shadow-soft);
}

.maya20-active .filter__sort,
.maya20-active .filter__found,
.maya20-active .filter__option {
  min-height: 44px;
  display: flex;
  align-items: center;
}

.maya20-active .filter__sort span,
.maya20-active .filter__found h6 {
  color: var(--maya-text);
}

.maya20-active .filter__found h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.maya20-active .filter__sort select,
.maya20-active select#selezioneListing,
.maya20-active .nice-select {
  border: 1px solid var(--maya-border) !important;
  border-radius: 12px !important;
  background: #fff !important;
  color: var(--maya-text) !important;
  min-height: 40px;
  line-height: 38px;
  padding-left: 12px;
}

.maya20-active .filter__option span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--maya-border);
  border-radius: 999px;
  margin-left: 6px;
  cursor: pointer;
  background: rgba(255,255,255,.8);
}

.maya20-active .gridPoint {
  margin-bottom: 16px;
}

.maya20-active .product__item,
.maya20-active .product__discount__item,
.maya20-active .latest-product__item {
  border: 1px solid var(--maya-border);
  background: rgba(255,255,255,.93);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--maya-shadow-soft);
}

.maya20-active .product__item {
  height: 100%;
}

.maya20-active .product__item__pic,
.maya20-active .product__discount__item__pic {
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-bottom: 1px solid rgba(15,23,42,.06);
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.maya20-active .product__item__pic img,
.maya20-active .product__discount__item__pic img,
.maya20-active .latest-product__item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.maya20-active #containerImage {
  position: relative;
  display: block;
}

.maya20-active #containerImage img.top,
.maya20-active #containerImage img.bottom {
  transition: opacity .2s ease;
}

.maya20-active #containerImage img.top {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.maya20-active .product__item:hover #containerImage img.top {
  opacity: 1;
}

.maya20-active .product__item__pic__hover {
  list-style: none;
  margin: 0;
  padding: 8px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.maya20-active .product__item__pic__hover li,
.maya20-active .product__item__pic__hover li a {
  display: inline-flex;
}

.maya20-active .product__item__pic__hover li a {
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.92);
  color: var(--maya-text);
  text-decoration: none;
}

.maya20-active .product__item__text,
.maya20-active .product__discount__item__text,
.maya20-active .latest-product__item__text {
  padding: 12px;
}

.maya20-active .product__item__text h6,
.maya20-active .product__discount__item__text h5,
.maya20-active .latest-product__item__text h6 {
  margin: 0 0 8px;
  font-family: var(--maya-font-body);
  font-weight: 600;
  line-height: 1.35;
  min-height: 38px;
}

.maya20-active .product__item__text h6 a,
.maya20-active .product__discount__item__text h5 a,
.maya20-active .latest-product__item__text h6 a {
  color: var(--maya-text);
  text-decoration: none;
}

.maya20-active .product__item__text h5,
.maya20-active .product__item__price,
.maya20-active .product__discount__item__text .product__item__price,
.maya20-active .latest-product__item__text b,
.maya20-active .latest-product__item__text span {
  color: var(--maya-accent);
  font-weight: 700;
}

.maya20-active .product__item__text .badge,
.maya20-active .product__discount__item__text .badge,
.maya20-active .latest-product__item__text .badge {
  margin-top: 8px;
}

.maya20-active .product__item__text2 {
  margin: 0;
  border: 1px solid var(--maya-border);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  padding: 12px;
}

.maya20-active .product__item__text2 .btn-group .btn,
.maya20-active .product__item__text2 .btn {
  border-radius: 10px !important;
}

.maya20-active .latest-product__text,
.maya20-active .product__discount__title,
.maya20-active .section-title {
  border: 1px solid var(--maya-border);
  background: rgba(255,255,255,.78);
  border-radius: 16px;
  padding: 12px;
  box-shadow: var(--maya-shadow-soft);
}

.maya20-active .latest-product__text .latest-product__slider,
.maya20-active .categories__slider,
.maya20-active .product__discount__slider {
  margin-top: 10px;
}

.maya20-active .latest-product__item {
  display: block;
  text-decoration: none;
  color: inherit;
}

.maya20-active .latest-product__item__text h6 {
  min-height: 0;
  font-size: 13px;
}

.maya20-active .product__pagination {
  margin-top: 12px;
  border: 1px solid var(--maya-border);
  background: rgba(255,255,255,.82);
  border-radius: 14px;
  padding: 12px;
  text-align: center;
  box-shadow: var(--maya-shadow-soft);
}

.maya20-active .product__pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  margin: 4px;
  border-radius: 999px;
  border: 1px solid var(--maya-border);
  text-decoration: none;
  color: var(--maya-text);
  background: rgba(255,255,255,.9);
}

.maya20-active .boxed-area {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.maya20-active .modal-content {
  border-radius: 16px;
  border: 1px solid var(--maya-border);
  box-shadow: var(--maya-shadow);
}

.maya20-active .modal-header,
.maya20-active .modal-body,
.maya20-active .modal-footer {
  border-color: rgba(15,23,42,.06);
}

.maya20-active .btn,
.maya20-active .button,
.maya20-active button.btn {
  border-radius: 10px;
}

.maya20-active .btn-dark {
  background: #111827;
  border-color: #111827;
}

.maya20-active .btn-info {
  background: #0ea5e9;
  border-color: #0ea5e9;
}

.maya20-active .btn-success {
  background: #16a34a;
  border-color: #16a34a;
}

.maya20-active .badge,
.maya20-active .badge-dark,
.maya20-active .badge-light {
  border-radius: 999px;
  padding: .4em .7em;
}

.maya20-active .badge-dark {
  background: rgba(15,23,42,.92);
}

.maya20-active .divider {
  margin: 10px 0;
  border-top: 1px solid rgba(15,23,42,.06);
  clear: both;
}

.maya20-active .jq-slider-container {
  padding: 8px 4px;
}

.maya20-active .ui-slider {
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.08);
  background: rgba(255,255,255,.9);
}

.maya20-active .ui-slider-range {
  background: linear-gradient(90deg, var(--maya-accent), rgba(179,135,61,.65));
}

.maya20-active .ui-slider .ui-slider-handle {
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.14);
}

.maya20-active .max-val,
.maya20-active .min-val {
  border-radius: 999px;
  border: 1px solid var(--maya-border);
  background: rgba(255,255,255,.88);
}

.maya20-active .text-white {
  color: #fff !important;
}

.maya20-active .bg-img.h-300 {
  margin-left: var(--maya-shell-gutter);
  margin-right: var(--maya-shell-gutter);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--maya-border);
  box-shadow: var(--maya-shadow-soft);
}

