:root {
  --mj-bg: #fbf8f2;
  --mj-header: #eee6da;
  --mj-border: #ded2c2;
  --mj-ink: #000000;
  --mj-muted: #8a7b6d;
  --mj-gold: #c09a63;
  --mj-dark: #1d130c;
  --mj-card: #fffdf8;
  --ff-display: Georgia, "Times New Roman", serif;
  --ff-body:
    Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  background: var(--mj-bg) !important;
}

.mj-products-page {
  background: var(--mj-bg);
  color: var(--mj-ink);
}

.mj-container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 16px;
}

.breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid #eee4d8;
  padding: 18px 0;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  font-size: 13px;
  color: #8d7d70;
}

.breadcrumb a {
  color: #8d7d70;
  text-decoration: none;
}

.breadcrumb .sep {
  color: #b7a99c;
}

.breadcrumb .current {
  color: #000;
  font-weight: 500;
}

.page-header {
  background: var(--mj-header);
  border-bottom: 1px solid var(--mj-border);
  padding: 52px 0 50px;
  text-align: center;
}

.display-md {
  margin: 0;
  font-family: var(--ff-display);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
}

.body-lg {
  max-width: 680px;
  margin: 14px auto 0;
  color: #9a8574;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.listing-section {
  padding: 48px 0 10px;
  background: var(--mj-bg);
}

.listing-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

/* ================================
                        FILTER SIDEBAR - EXACT CLEAN STYLE
                    ================================= */

.ec-shop-leftside.filter-sidebar {
  position: sticky !important;
  top: 105px;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  z-index: 1;
}

.filter-sidebar-overlay,
.ec-sidebar-heading {
  display: none;
}

.filters-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  margin-bottom: 34px;
  border-bottom: 2px solid var(--mj-dark);
}

.filters-title-row h3 {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.filters-title-row button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--mj-gold);
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}

.ec-sidebar-wrap {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.ec-sidebar-block {
  margin: 0 0 24px !important;
  padding: 0 0 24px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mj-border) !important;
  background: transparent !important;
}

.ec-sidebar-block:last-child {
  margin-bottom: 0 !important;
}

.ec-sb-title {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.ec-sidebar-title {
  margin: 0 !important;
  font-family: var(--ff-body);
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ec-sidebar-title::after {
  content: "⌄";
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.ec-sb-block-content {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

#filter_category {
  list-style: none;
  padding: 0;
  margin: 0;
}

#filter_category li {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.ec-sidebar-block-item {
  display: flex !important;
  align-items: center;
  gap: 10px;
  padding: 6px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: var(--mj-muted) !important;
  font-size: 14px;
  line-height: 1.4;
}

.ec-sidebar-block-item input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--mj-dark);
}

.ec-sidebar-block-item a,
.ec-sidebar-block-item span {
  color: var(--mj-muted) !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.checked {
  display: none !important;
}

/* Price slider */
#ec-sliderPrice {
  margin: 14px 7px 20px;
}

.noUi-target {
  height: 4px;
  border: 0;
  background: #d8c8b5;
  box-shadow: none;
}

.noUi-connect {
  background: var(--mj-dark);
}

.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  top: -6px;
  border-radius: 50%;
  border: 2px solid var(--mj-dark);
  background: #fff;
  box-shadow: none;
}

.noUi-handle::before,
.noUi-handle::after {
  display: none;
}

.ec-price-input {
  display: flex !important;
  gap: 8px;
  align-items: center;
  margin: 0 !important;
}

.filter__label {
  flex: 1;
  margin: 0 !important;
}

.filter__input {
  width: 100% !important;
  height: 38px;
  border: 1px solid var(--mj-border) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000;
  font-size: 13px;
  padding: 0 10px !important;
  outline: none;
}

.ec-price-divider {
  width: 12px;
  height: 1px;
  background: var(--mj-border);
}

/* ================================
                   TOP BAR
                ================================= */

.ec-shop-rightside {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.ec-pro-list-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  min-height: 42px !important;
}

.ec-grid-list {
  width: auto !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 12px;
}

.listing-count {
  color: #9a8574;
  font-size: 14px;
  font-weight: 400;
}

.sidebar-toggle-icon {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--mj-border) !important;
  background: transparent !important;
  color: #000 !important;
  border-radius: 0 !important;
}

.ec-sort-select {
  width: auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.sort-by {
  display: none !important;
}

#sort-select {
  width: 200px;
  height: 36px;
  border: 1px solid var(--mj-border) !important;
  background: #fffdf8 !important;
  color: #000;
  border-radius: 0 !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  font-weight: 400;
  box-shadow: none !important;
  outline: none;
}

/* ================================
                   PRODUCT GRID
                ================================= */

.shop-pro-content,
.shop-pro-inner {
  margin: 0 !important;
  padding: 0 !important;
}

#product-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

#product-list > [class*="col-"],
#product-list > .pro-gl-content,
#product-list > .ec-product-content {
  width: 100% !important;
  max-width: none !important;
  flex: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ================================
               PRODUCT CARD - EXACT REFERENCE STYLE
               Dynamic: category, title, rating, price
            ================================ */
/* ATTRACTIVE PRODUCT CARD */
/* =========================================
               FINAL PRODUCT CARD - MATCH REFERENCE IMAGE
               Keeps dynamic JS logic unchanged
            ========================================= */

#product-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px !important;
  margin: 0 !important;
}

#product-list > [class*="col-"],
#product-list > .pro-gl-content,
#product-list > .ec-product-content {
  width: 100% !important;
  max-width: none !important;
  flex: unset !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Card */
#product-list .ec-product-inner {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 480px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fffdf8 !important;
  border: 1px solid #ded2c2 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

#product-list .ec-product-inner:hover {
  transform: none !important;
  box-shadow: none !important;
  border-color: #ded2c2 !important;
}

/* Image */
#product-list .ec-pro-image-outer {
  position: relative !important;
  height: 288px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #eee4d6 !important;
}

#product-list .ec-pro-image,
#product-list .ec-pro-image a.image,
#product-list .ec-pro-image .image {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

#product-list .ec-pro-image img,
#product-list .ec-pro-image img.main-image,
#product-list .ec-pro-image img.hover-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 0 !important;
  display: block !important;
}

#product-list .ec-pro-image img.hover-image {
  display: none !important;
}

/* Badges like reference */
#product-list .product-badge,
#product-list .discount-badge,
#product-list .percentage {
  position: absolute !important;
  top: 17px !important;
  left: 17px !important;
  z-index: 5 !important;
  min-height: 27px !important;
  padding: 0 12px !important;
  border-radius: 0 !important;
  background: #c09a63 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: none !important;
}

#product-list .new-badge {
  position: absolute !important;
  top: 17px !important;
  right: 17px !important;
  left: auto !important;
  z-index: 5 !important;
  min-height: 27px !important;
  padding: 0 12px !important;
  border-radius: 0 !important;
  background: #1d130c !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Body */
#product-list .ec-pro-content {
  flex: 1 !important;
  padding: 21px 20px 20px !important;
  background: #fffdf8 !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
}

/* IMPORTANT FIX:
               Your title is inside <a>, so order must be on the <a>, not only h6 */
#product-list .ec-pro-content > a {
  order: 2 !important;
  display: block !important;
  text-decoration: none !important;
  color: #000 !important;
}

/* Category + rating row */
#product-list .mj-product-meta-row {
  order: 1 !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 16px !important;
}

#product-list .mj-product-category {
  color: #c09a63 !important;
  font-size: 11px !important;
  letter-spacing: 0.18em !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  max-width: 145px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#product-list .mj-product-rating {
  color: #8a7b6d !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  white-space: nowrap !important;
}

#product-list .mj-product-rating i {
  color: #ffbf20 !important;
  font-size: 12px !important;
}

/* Remove old/fake rating/category layout */
#product-list .ec-pro-rating,
#product-list .ec-pro-rat-price {
  margin: 0 !important;
  padding: 0 !important;
}

#product-list .ec-pro-rating::before,
#product-list .ec-pro-rat-price::before {
  content: none !important;
  display: none !important;
}

/* Title */
#product-list .ec-pro-stitle,
#product-list .ec-pro-title,
#product-list .ec-pro-content h5,
#product-list .ec-pro-content h6 {
  margin: 0 0 14px !important;
  min-height: calc(1.45em * 2) !important;
  font-family: var(--ff-display, Georgia, "Times New Roman", serif) !important;
  font-size: 16px !important;
  line-height: 1.45 !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-transform: none !important;
}

#product-list .ec-pro-stitle a,
#product-list .ec-pro-title a,
#product-list .ec-pro-content h5 a,
#product-list .ec-pro-content h6 a {
  color: #000 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

#product-list .ec-pro-stitle {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Hide description */
#product-list .ec-pro-list-desc,
#product-list .ec-pro-content p,
#product-list .two-line-fixed:not(.ec-pro-stitle) {
  display: none !important;
}

/* Price row */
#product-list .ec-price {
  order: 3 !important;
  margin-top: auto !important;
  padding-top: 15px !important;
  border-top: 1px solid #ded2c2 !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
}

#product-list .new-price {
  order: 1 !important;
  margin: 0 !important;
  color: #000 !important;
  font-family: var(--ff-display, Georgia, "Times New Roman", serif) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

#product-list .old-price {
  order: 2 !important;
  margin: 0 !important;
  color: #9a8574 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: line-through !important;
}

#product-list .mj-offer-text {
  order: 3 !important;
  color: #006b45 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/* Button */
#product-list .single-pro-content {
  order: 4 !important;
  margin-top: 0 !important;
  width: 90% !important;
}

#product-list .ec-single-qty,
#product-list .ec-single-cart {
  width: 100% !important;
  margin: 0 !important;
}

#product-list .qty-plus-minus.main-qty {
  display: none !important;
}

#product-list .ec-single-cart .btn,
#product-list .btn.btn-primary {
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;
  border-radius: 0 !important;
  border: 0 !important;
  background: #1d130c !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 0 14px !important;
}

#product-list .ec-single-cart .btn::before,
#product-list .btn.btn-primary::before {
  content: "\f290";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
}

#product-list .ec-single-cart .btn:hover,
#product-list .btn.btn-primary:hover {
  background: #000 !important;
  color: #fff !important;
}

/* Mobile */
@media (max-width: 991px) {
  #product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  #product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
  }

  #product-list .ec-product-inner {
    min-height: 390px !important;
  }

  #product-list .ec-pro-image-outer {
    height: 180px !important;
  }

  #product-list .ec-pro-content {
    padding: 14px !important;
  }

  #product-list .mj-product-category {
    max-width: 85px !important;
    font-size: 9px !important;
  }

  #product-list .mj-product-rating {
    font-size: 11px !important;
  }

  #product-list .ec-pro-stitle,
  #product-list .ec-pro-title,
  #product-list .ec-pro-content h5,
  #product-list .ec-pro-content h6 {
    font-size: 13px !important;
  }

  #product-list .new-price {
    font-size: 14px !important;
  }

  #product-list .old-price,
  #product-list .mj-offer-text {
    font-size: 12px !important;
  }

  #product-list .ec-single-cart .btn,
  #product-list .btn.btn-primary {
    height: 36px !important;
    min-height: 36px !important;
    font-size: 10px !important;
  }
}

/* ===================================
            DYNAMIC FILTER SIDEBAR - REFERENCE STYLE
                =================================== */

.ec-shop-leftside.filter-sidebar {
  position: sticky !important;
  top: 105px !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

.mj-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 17px;
  margin-bottom: 28px;
  border-bottom: 2px solid #1d130c;
}

.mj-filter-head h3 {
  margin: 0;
  font-family: var(--ff-body, Inter, system-ui, sans-serif);
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.mj-filter-head a {
  color: #c09a63;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.mj-filter-body {
  display: flex;
  flex-direction: column;
}

.mj-filter-group {
  padding: 0 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid #ded2c2;
}

.mj-filter-toggle {
  width: 100%;
  padding: 0;
  margin: 0 0 15px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.mj-filter-toggle span {
  font-family: var(--ff-body, Inter, system-ui, sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.mj-filter-toggle i {
  color: #1d130c;
  font-size: 11px;
}

.mj-filter-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mj-filter-option {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  color: #8a7b6d;
  font-size: 14px;
  line-height: 1.2;
}

.mj-check-wrap {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-flex;
}

.mj-check-wrap input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.mj-custom-check {
  width: 14px;
  height: 14px;
  border: 1px solid #9a9288;
  background: transparent;
  display: inline-block;
}

.mj-check-wrap input:checked + .mj-custom-check {
  background: #1d130c;
  border-color: #1d130c;
  box-shadow: inset 0 0 0 3px #fbf8f2;
}

.mj-filter-name {
  color: #8a7b6d;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mj-filter-count {
  color: #9a8574;
  font-size: 13px;
  font-weight: 400;
}

.mj-filter-option:hover .mj-filter-name,
.mj-filter-option:hover .mj-filter-count {
  color: #1d130c;
}

.mj-price-row {
  display: grid;
  grid-template-columns: 1fr 18px 1fr;
  align-items: center;
  gap: 8px;
}

.mj-price-row label {
  margin: 0;
}

.mj-price-row span {
  color: #8a7b6d;
  text-align: center;
}

.mj-price-row .filter__input {
  width: 100% !important;
  height: 34px !important;
  border: 1px solid #ded2c2 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-size: 13px !important;
  padding: 0 10px !important;
  outline: none !important;
}

.mj-price-row .filter__input::placeholder {
  color: #8a7b6d;
}

/* hide old sidebar blocks if any old CSS still exists */
.ec-sidebar-wrap,
.filters-title-row {
  display: none !important;
}

/* mobile */
@media (max-width: 991px) {
  .ec-shop-leftside.filter-sidebar {
    position: fixed !important;
    top: 0 !important;
    left: -310px !important;
    width: 300px !important;
    height: 100vh !important;
    overflow-y: auto !important;
    z-index: 9999 !important;
    background: #fbf8f2 !important;
    padding: 20px !important;
    transition: left 0.3s ease;
  }

  .ec-shop-leftside.filter-sidebar.ec-open,
  .ec-shop-leftside.filter-sidebar.active {
    left: 0 !important;
  }

  .ec-sidebar-heading {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 17px;
    border-bottom: 2px solid #1d130c;
  }

  .ec-sidebar-heading h1 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #000;
  }

  .filter-sidebar-overlay.active,
  .filter-sidebar-overlay.ec-open {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9998;
  }
}

/* ===============================
           FILTER CHECKBOX WITH TICK ICON
            ================================ */

.mj-filter-option {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  color: #8a7b6d;
  font-size: 14px;
  line-height: 1.2;
}

.mj-check-wrap {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-flex;
  flex-shrink: 0;
}

.mj-check-wrap input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

.mj-custom-check {
  width: 14px;
  height: 14px;
  border: 1px solid #9a9288;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mj-check-wrap input:checked + .mj-custom-check {
  background: #1d130c;
  border-color: #1d130c;
}

.mj-check-wrap input:checked + .mj-custom-check::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #ffffff;
  font-size: 9px;
  line-height: 1;
}

.mj-filter-option:hover .mj-custom-check {
  border-color: #1d130c;
}

.mj-filter-name {
  color: #8a7b6d;
  font-size: 14px;
  font-weight: 400;
}

.mj-filter-count {
  color: #9a8574;
  font-size: 13px;
  font-weight: 400;
}

.mj-filter-option:hover .mj-filter-name,
.mj-filter-option:hover .mj-filter-count {
  color: #1d130c;
}

/* ===============================
           PRICE RANGE CLEAN DESIGN
            ================================ */

.mj-price-filter-box {
  display: grid;
  grid-template-columns: 1fr 18px 1fr;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.mj-price-input-group {
  height: 38px;
  border: 1px solid #ded2c2;
  background: #fffdf8;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.mj-price-symbol {
  color: #9a8574;
  font-size: 13px;
  margin-right: 6px;
  line-height: 1;
}

.mj-price-input-group .mj-price-input {
  width: 100% !important;
  height: 36px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: #1d130c !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: none !important;
}

.mj-price-input-group .mj-price-input::placeholder {
  color: #9a8574;
}

.mj-price-separator {
  color: #9a8574;
  font-size: 14px;
  text-align: center;
}

/* hide ugly number arrows if any old number input remains */
.mj-price-filter-box input::-webkit-outer-spin-button,
.mj-price-filter-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.mj-price-filter-box input[type="number"] {
  -moz-appearance: textfield;
}

/* ==========================================
       PREORDER WHATSAPP BUTTON
        ========================================== */

#product-list .ec-single-cart .btn.mj-preorder-btn {
  width: 100% !important;

  height: 38px !important;

  min-height: 38px !important;

  padding: 0 14px !important;

  border: 0 !important;

  border-radius: 0 !important;

  background: #000 !important;

  color: #ffffff !important;

  font-size: 11px !important;

  font-weight: 700 !important;

  letter-spacing: 0.09em !important;

  text-transform: uppercase !important;

  text-decoration: none !important;

  display: inline-flex !important;

  align-items: center !important;

  justify-content: center !important;

  gap: 8px !important;

  opacity: 1 !important;

  visibility: visible !important;
}

/*
        Remove the normal Add To Cart
        shopping-bag pseudo icon.
        */

#product-list .ec-single-cart .btn.mj-preorder-btn::before {
  content: none !important;

  display: none !important;
}

/* WhatsApp icon */

#product-list .ec-single-cart .btn.mj-preorder-btn i {
  display: inline-block !important;

  color: #ffffff !important;

  font-size: 14px !important;

  line-height: 1 !important;

  opacity: 1 !important;

  visibility: visible !important;
}

/* Button text */

#product-list .ec-single-cart .btn.mj-preorder-btn span {
  display: inline-block !important;

  color: #ffffff !important;

  font-size: 11px !important;

  font-weight: 700 !important;

  line-height: 1 !important;

  letter-spacing: 0.09em !important;

  text-transform: uppercase !important;

  opacity: 1 !important;

  visibility: visible !important;

  white-space: nowrap !important;
}

/* Hover */

#product-list .ec-single-cart .btn.mj-preorder-btn:hover {
  background: #000 !important;

  border-color: #000 !important;

  color: #ffffff !important;
}

#product-list .ec-single-cart .btn.mj-preorder-btn:hover span,
#product-list .ec-single-cart .btn.mj-preorder-btn:hover i {
  color: #ffffff !important;
}

/* =====================================================
       FINAL PRODUCT CARD ALIGNMENT
       Keep this CSS after all other product-card CSS
        ===================================================== */

#product-list {
  transition: opacity 0.25s ease !important;
}

/* Every grid item must stretch equally */

#product-list > div,
#product-list > [class*="col-"],
#product-list > .ec-product-content,
#product-list > .pro-gl-content {
  height: 100% !important;
}

/* Complete card */

#product-list .ec-product-inner {
  width: 100% !important;

  height: 100% !important;

  min-height: 520px !important;

  display: flex !important;

  flex-direction: column !important;

  background: #fffdf8 !important;
}

/* Keep every image at exactly the same height */

#product-list .ec-pro-image-outer {
  flex: 0 0 288px !important;

  width: 100% !important;

  height: 288px !important;

  min-height: 288px !important;

  max-height: 288px !important;
}

/* Product content */

#product-list .ec-pro-content {
  flex: 1 1 auto !important;

  min-height: 190px !important;

  padding: 18px 18px 18px !important;

  display: flex !important;

  flex-direction: column !important;

  align-items: stretch !important;

  text-align: left !important;
}

/* =====================================================
       RATING ROW
        ===================================================== */

#product-list .mj-product-meta-row {
  order: 1 !important;

  flex: 0 0 18px !important;

  width: 100% !important;

  min-height: 18px !important;

  height: 18px !important;

  margin: 0 0 12px !important;

  display: flex !important;

  align-items: center !important;

  justify-content: space-between !important;
}

/* Keep rating on the right */

#product-list .mj-product-rating {
  margin-left: auto !important;

  line-height: 18px !important;
}

/* =====================================================
       PRODUCT TITLE
     ===================================================== */

/*
        The title area is always two lines high,
        even when the title only has one line.
        */

#product-list .ec-pro-content > a {
  order: 2 !important;

  flex: 0 0 50px !important;

  width: 100% !important;

  height: 50px !important;

  min-height: 50px !important;

  max-height: 50px !important;

  margin: 0 !important;

  padding: 0 !important;

  display: block !important;

  overflow: hidden !important;
}

#product-list .ec-pro-stitle {
  width: 100% !important;

  height: 46px !important;

  min-height: 46px !important;

  max-height: 46px !important;

  margin: 0 !important;

  padding: 0 !important;

  font-family: Georgia, "Times New Roman", serif !important;

  font-size: 16px !important;

  font-weight: 400 !important;

  line-height: 23px !important;

  color: #000000 !important;

  display: -webkit-box !important;

  -webkit-box-orient: vertical !important;

  -webkit-line-clamp: 2 !important;

  overflow: hidden !important;

  text-overflow: ellipsis !important;
}

/* =====================================================
       PRICE AREA
        ===================================================== */

/*
        Fixed price section:
        Row 1 = selling price + MRP
        Row 2 = discount
        */

#product-list .ec-price {
  order: 3 !important;

  flex: 0 0 76px !important;

  width: 100% !important;

  min-height: 76px !important;

  height: 76px !important;

  margin: 0 0 16px !important;

  padding: 15px 0 0 !important;

  border-top: 1px solid #ded2c2 !important;

  display: grid !important;

  grid-template-columns: max-content max-content 1fr !important;

  grid-template-rows: 25px 20px !important;

  column-gap: 10px !important;

  row-gap: 5px !important;

  align-items: center !important;

  justify-content: start !important;
}

/* Current selling price */

#product-list .ec-price .new-price {
  grid-column: 1 !important;

  grid-row: 1 !important;

  margin: 0 !important;

  padding: 0 !important;

  color: #000000 !important;

  font-family: Georgia, "Times New Roman", serif !important;

  font-size: 16px !important;

  font-weight: 600 !important;

  line-height: 25px !important;

  white-space: nowrap !important;
}

/* Old MRP */

#product-list .ec-price .old-price {
  grid-column: 2 !important;

  grid-row: 1 !important;

  margin: 0 !important;

  padding: 0 !important;

  color: #9a8574 !important;

  font-size: 13px !important;

  font-weight: 400 !important;

  line-height: 25px !important;

  text-decoration: line-through !important;

  white-space: nowrap !important;
}

/* Discount always appears below */

#product-list .ec-price .mj-offer-text {
  grid-column: 1 / -1 !important;

  grid-row: 2 !important;

  margin: 0 !important;

  padding: 0 !important;

  color: #00764b !important;

  font-size: 13px !important;

  font-weight: 500 !important;

  line-height: 20px !important;

  white-space: nowrap !important;
}

/* =====================================================
       ACTION BUTTON
     ===================================================== */

#product-list .single-pro-content {
  order: 4 !important;

  flex: 0 0 38px !important;

  width: 100% !important;

  min-height: 38px !important;

  height: 38px !important;

  margin: auto 0 0 !important;

  padding: 0 !important;
}

#product-list .ec-single-qty {
  width: 100% !important;

  height: 38px !important;

  margin: 0 !important;

  padding: 0 !important;
}

#product-list .ec-single-cart {
  width: 100% !important;

  height: 38px !important;

  margin: 0 !important;

  padding: 0 !important;
}

/* Add To Cart and Preorder use identical dimensions */

#product-list .ec-single-cart .btn,
#product-list .ec-single-cart .btn.btn-primary,
#product-list .ec-single-cart .btn.mj-preorder-btn {
  width: 100% !important;

  height: 38px !important;

  min-height: 38px !important;

  max-height: 38px !important;

  margin: 0 !important;

  padding: 0 12px !important;

  display: inline-flex !important;

  align-items: center !important;

  justify-content: center !important;

  gap: 8px !important;

  line-height: 1 !important;
}

/* =====================================================
       MOBILE
     ===================================================== */

@media (max-width: 575px) {
  #product-list .ec-product-inner {
    min-height: 400px !important;
  }

  #product-list .ec-pro-image-outer {
    flex-basis: 180px !important;

    height: 180px !important;

    min-height: 180px !important;

    max-height: 180px !important;
  }

  #product-list .ec-pro-content {
    min-height: 215px !important;

    padding: 13px !important;
  }

  #product-list .ec-pro-content > a {
    flex-basis: 44px !important;

    height: 44px !important;

    min-height: 44px !important;

    max-height: 44px !important;
  }

  #product-list .ec-pro-stitle {
    height: 40px !important;

    min-height: 40px !important;

    max-height: 40px !important;

    font-size: 14px !important;

    line-height: 20px !important;
  }

  #product-list .ec-price {
    flex-basis: 72px !important;

    height: 72px !important;

    min-height: 72px !important;

    column-gap: 6px !important;
  }

  #product-list .ec-price .new-price {
    font-size: 13px !important;
  }

  #product-list .ec-price .old-price {
    font-size: 11px !important;
  }

  #product-list .ec-price .mj-offer-text {
    font-size: 11px !important;
  }

  #product-list .ec-single-cart .btn,
  #product-list .ec-single-cart .btn.btn-primary,
  #product-list .ec-single-cart .btn.mj-preorder-btn {
    padding: 0 7px !important;

    font-size: 9px !important;

    letter-spacing: 0.05em !important;
  }

  #product-list .ec-single-cart .btn.mj-preorder-btn span {
    font-size: 9px !important;

    letter-spacing: 0.04em !important;
  }
}

/* =====================================================
       MOBILE LISTING PAGE
     ===================================================== */

@media (max-width: 767px) {
  /* ==========================================
           COMPLETE PAGE WIDTH
        ========================================== */

  html,
  body {
    width: 100% !important;

    max-width: 100% !important;

    overflow-x: hidden !important;
  }

  .mj-products-page,
  .breadcrumb-bar,
  .page-header,
  .listing-section {
    width: 100% !important;

    max-width: 100% !important;
  }

  .mj-container {
    width: 100% !important;

    max-width: none !important;

    margin: 0 !important;

    padding-left: 12px !important;

    padding-right: 12px !important;
  }

  /* ==========================================
           BREADCRUMB
        ========================================== */

  .breadcrumb-bar {
    padding: 13px 0 !important;
  }

  .breadcrumb {
    font-size: 11px !important;
  }

  /* ==========================================
           PAGE TITLE
        ========================================== */

  .page-header {
    padding: 30px 15px !important;
  }

  .page-header .display-md {
    font-size: 27px !important;

    line-height: 1.2 !important;
  }

  .page-header .body-lg {
    max-width: 310px !important;

    margin: 10px auto 0 !important;

    font-size: 13px !important;

    line-height: 1.55 !important;
  }

  /* ==========================================
           LISTING LAYOUT
        ========================================== */

  .listing-section {
    padding: 20px 0 20px !important;
  }

  .listing-layout {
    width: 100% !important;

    display: block !important;
  }

  .ec-shop-rightside {
    width: 100% !important;

    min-width: 0 !important;
  }

  /* ==========================================
           TOP FILTER AND SORT BAR
        ========================================== */

  .ec-pro-list-top {
    position: sticky !important;

    top: 0 !important;

    z-index: 40 !important;

    width: 100% !important;

    min-height: 48px !important;

    margin: 0 0 14px !important;

    padding: 5px 0 !important;

    background: #fbf8f2 !important;

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    gap: 8px !important;
  }

  .ec-grid-list {
    min-width: 0 !important;

    display: flex !important;

    align-items: center !important;

    gap: 8px !important;
  }

  /*
        Mobile Filters button
        */

  .sidebar-toggle-icon {
    width: auto !important;

    min-width: 80px !important;

    height: 36px !important;

    padding: 0 11px !important;

    border: 1px solid #ded2c2 !important;

    border-radius: 0 !important;

    background: #fffdf8 !important;

    color: #1d130c !important;

    display: inline-flex !important;

    align-items: center !important;

    justify-content: center !important;

    gap: 7px !important;

    font-size: 11px !important;

    font-weight: 600 !important;

    letter-spacing: 0.04em !important;

    text-transform: uppercase !important;
  }

  .sidebar-toggle-icon i {
    font-size: 12px !important;
  }

  .listing-count {
    display: none !important;
  }

  /* ==========================================
           SORT SELECT
        ========================================== */

  .ec-sort-select {
    width: auto !important;

    min-width: 0 !important;
  }

  .ec-select-inner {
    width: auto !important;
  }

  #sort-select {
    width: 150px !important;

    max-width: 150px !important;

    height: 36px !important;

    padding: 0 27px 0 9px !important;

    font-size: 11px !important;
  }

  /* ==========================================
           PRODUCT GRID
        ========================================== */

  #product-list {
    width: 100% !important;

    display: grid !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    gap: 10px !important;

    margin: 0 !important;

    padding: 0 !important;
  }

  #product-list > div,
  #product-list > [class*="col-"],
  #product-list > .ec-product-content,
  #product-list > .pro-gl-content {
    width: 100% !important;

    min-width: 0 !important;

    max-width: none !important;

    height: 100% !important;

    margin: 0 !important;

    padding: 0 !important;
  }

  /* ==========================================
           PRODUCT CARD
        ========================================== */

  #product-list .ec-product-inner {
    width: 100% !important;

    min-width: 0 !important;

    min-height: 390px !important;

    height: 100% !important;

    border: 1px solid #ded2c2 !important;

    display: flex !important;

    flex-direction: column !important;

    overflow: hidden !important;
  }

  /* ==========================================
           PRODUCT IMAGE
        ========================================== */

  #product-list .ec-pro-image-outer {
    flex: 0 0 170px !important;

    width: 100% !important;

    height: 170px !important;

    min-height: 170px !important;

    max-height: 170px !important;
  }

  #product-list .ec-pro-image,
  #product-list .ec-pro-image a {
    width: 100% !important;

    height: 100% !important;
  }

  #product-list .ec-pro-image img {
    width: 100% !important;

    height: 100% !important;

    object-fit: cover !important;
  }

  /* ==========================================
           PRODUCT BADGES
        ========================================== */

  #product-list .product-badge {
    top: 9px !important;

    left: 9px !important;

    min-height: 21px !important;

    max-width: 62% !important;

    padding: 0 7px !important;

    font-size: 7px !important;

    line-height: 21px !important;

    white-space: nowrap !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;
  }

  #product-list .new-badge {
    top: 9px !important;

    right: 9px !important;

    min-height: 21px !important;

    padding: 0 7px !important;

    font-size: 7px !important;

    line-height: 21px !important;
  }

  /* ==========================================
           CARD CONTENT
        ========================================== */

  #product-list .ec-pro-content {
    flex: 1 1 auto !important;

    width: 100% !important;

    min-height: 185px !important;

    padding: 11px 10px 10px !important;
  }

  /* ==========================================
           RATING
        ========================================== */

  #product-list .mj-product-meta-row {
    flex: 0 0 16px !important;

    width: 100% !important;

    height: 16px !important;

    min-height: 16px !important;

    margin: 0 0 8px !important;
  }

  #product-list .mj-product-category {
    display: none !important;
  }

  #product-list .mj-product-rating {
    margin-left: auto !important;

    font-size: 9px !important;
  }

  #product-list .mj-product-rating i {
    font-size: 9px !important;
  }

  /* ==========================================
           PRODUCT TITLE
        ========================================== */

  #product-list .ec-pro-content > a {
    flex: 0 0 42px !important;

    width: 100% !important;

    height: 42px !important;

    min-height: 42px !important;

    max-height: 42px !important;
  }

  #product-list .ec-pro-stitle {
    width: 100% !important;

    height: 40px !important;

    min-height: 40px !important;

    max-height: 40px !important;

    margin: 0 !important;

    font-size: 12px !important;

    line-height: 19px !important;
  }

  /* ==========================================
           PRICE
        ========================================== */

  #product-list .ec-price {
    flex: 0 0 68px !important;

    width: 100% !important;

    height: 68px !important;

    min-height: 68px !important;

    margin: 0 0 10px !important;

    padding: 11px 0 0 !important;

    grid-template-columns: max-content minmax(0, max-content) !important;

    grid-template-rows: 22px 18px !important;

    column-gap: 5px !important;

    row-gap: 3px !important;

    overflow: hidden !important;
  }

  #product-list .ec-price .new-price {
    font-size: 12px !important;

    line-height: 22px !important;
  }

  #product-list .ec-price .old-price {
    max-width: 58px !important;

    font-size: 9px !important;

    line-height: 22px !important;

    overflow: hidden !important;

    text-overflow: ellipsis !important;
  }

  #product-list .ec-price .mj-offer-text {
    font-size: 10px !important;

    line-height: 18px !important;
  }

  /* ==========================================
           ACTION BUTTON
        ========================================== */

  #product-list .single-pro-content {
    flex: 0 0 35px !important;

    width: 100% !important;

    height: 35px !important;

    min-height: 35px !important;

    margin: auto 0 0 !important;
  }

  #product-list .ec-single-qty,
  #product-list .ec-single-cart {
    width: 100% !important;

    height: 35px !important;
  }

  #product-list .ec-single-cart .btn,
  #product-list .ec-single-cart .btn.btn-primary,
  #product-list .ec-single-cart .btn.mj-preorder-btn {
    width: 100% !important;

    height: 35px !important;

    min-height: 35px !important;

    padding: 0 5px !important;

    font-size: 7px !important;

    line-height: 1 !important;

    letter-spacing: 0.025em !important;

    white-space: nowrap !important;

    overflow: hidden !important;
  }

  #product-list .ec-single-cart .btn.mj-preorder-btn span {
    font-size: 7px !important;

    letter-spacing: 0.02em !important;
  }

  /* ==========================================
           MOBILE FILTER BOTTOM SHEET
        ========================================== */

  .ec-shop-leftside .filter-sidebar,
  .ec-shop-leftside.filter-sidebar {
    position: fixed !important;

    top: auto !important;

    right: 0 !important;

    bottom: 0 !important;

    left: 0 !important;

    width: 100% !important;

    max-width: 100% !important;

    height: auto !important;

    max-height: 82vh !important;

    margin: 0 !important;

    padding: 18px 18px 25px !important;

    border: 0 !important;

    border-radius: 22px 22px 0 0 !important;

    background: #fbf8f2 !important;

    box-shadow: 0 -14px 40px rgba(29, 19, 12, 0.22) !important;

    overflow-y: auto !important;

    transform: translateY(105%) !important;

    visibility: hidden !important;

    opacity: 0 !important;

    z-index: 10020 !important;

    transition:
      transform 0.32s ease,
      opacity 0.25s ease,
      visibility 0.32s ease !important;
  }

  .ec-shop-leftside .filter-sidebar.mobile-filter-open,
  .ec-shop-leftside.filter-sidebar.mobile-filter-open {
    transform: translateY(0) !important;

    visibility: visible !important;

    opacity: 1 !important;
  }

  /* ==========================================
           FILTER TOP
        ========================================== */

  .ec-sidebar-heading {
    position: sticky !important;

    top: -18px !important;

    z-index: 5 !important;

    min-height: 55px !important;

    margin: 0 0 18px !important;

    padding: 15px 0 12px !important;

    border-bottom: 1px solid #ded2c2 !important;

    background: #fbf8f2 !important;

    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;
  }

  .ec-sidebar-heading h1 {
    margin: 0 !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    letter-spacing: 0.15em !important;

    text-transform: uppercase !important;
  }

  .filter-cls-btn {
    width: 35px !important;

    height: 35px !important;

    padding: 0 !important;

    border: 1px solid #ded2c2 !important;

    border-radius: 50% !important;

    color: #1d130c !important;

    font-size: 23px !important;

    line-height: 31px !important;

    text-align: center !important;

    text-decoration: none !important;
  }

  .mj-filter-head {
    margin-bottom: 25px !important;
  }

  /* ==========================================
           FILTER OVERLAY
        ========================================== */

  .filter-sidebar-overlay {
    position: fixed !important;

    inset: 0 !important;

    display: block !important;

    background: rgba(20, 13, 8, 0.48) !important;

    opacity: 0 !important;

    visibility: hidden !important;

    pointer-events: none !important;

    z-index: 10010 !important;

    transition:
      opacity 0.25s ease,
      visibility 0.25s ease !important;
  }

  .filter-sidebar-overlay .mobile-filter-open {
    opacity: 1 !important;
  }

  .filter-sidebar-overlay.mobile-filter-open {
    opacity: 1 !important;

    visibility: visible !important;

    pointer-events: auto !important;
  }

  body.mj-filter-sheet-open {
    overflow: hidden !important;
  }

  /* ==========================================
           COLLAPSIBLE FILTER GROUP
        ========================================== */

  .mj-filter-group .mj-filter-options {
    display: flex !important;
  }

  .mj-filter-group.is-collapsed .mj-filter-options {
    display: none !important;
  }

  .mj-filter-toggle i {
    transition: transform 0.2s ease !important;
  }

  .mj-filter-group.is-collapsed .mj-filter-toggle i {
    transform: rotate(-90deg) !important;
  }
}

/* =====================================================
       VERY SMALL MOBILE
     ===================================================== */

@media (max-width: 380px) {
  #product-list {
    gap: 7px !important;
  }

  #product-list .ec-pro-image-outer {
    flex-basis: 155px !important;

    height: 155px !important;

    min-height: 155px !important;

    max-height: 155px !important;
  }

  #sort-select {
    width: 133px !important;

    max-width: 133px !important;
  }

  .sidebar-toggle-icon {
    min-width: 72px !important;

    padding: 0 8px !important;

    font-size: 10px !important;
  }
}

/* ==========================================
        PREMIUM CUSTOM SORT DROPDOWN
        ========================================== */

.mj-custom-sort-wrap {
  position: relative !important;
  width: 218px !important;
  height: 48px !important;
  padding: 0 !important;
  display: block !important;
  z-index: 50 !important;
}

.mj-hidden-sort-select {
  display: none !important;
}

.mj-sort-trigger {
  width: 100% !important;
  height: 48px !important;
  padding: 0 16px !important;
  border: 1px solid #ded2c2 !important;
  background: #fffdf8 !important;
  color: #1d130c !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(29, 19, 12, 0.05) !important;
  transition: all 0.25s ease !important;
}

.mj-sort-trigger span {
  font-family: var(
    --ff-body,
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif
  ) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  color: #1d130c !important;
  white-space: nowrap !important;
}

.mj-sort-trigger i {
  color: #c09a63 !important;
  font-size: 12px !important;
  transition: transform 0.25s ease !important;
}

.mj-custom-sort-wrap.open .mj-sort-trigger {
  border-color: #1d130c !important;
  background: #fffaf2 !important;
  box-shadow: 0 14px 32px rgba(29, 19, 12, 0.08) !important;
}

.mj-custom-sort-wrap.open .mj-sort-trigger i {
  transform: rotate(180deg) !important;
}

.mj-sort-menu {
  position: absolute !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  width: 240px !important;
  padding: 8px !important;
  background: #fffdf8 !important;
  border: 1px solid #ded2c2 !important;
  box-shadow: 0 22px 50px rgba(29, 19, 12, 0.14) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-8px) !important;
  transition: all 0.22s ease !important;
  z-index: 999 !important;
}

.mj-custom-sort-wrap.open .mj-sort-menu {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.mj-sort-option {
  width: 100% !important;
  height: 40px !important;
  padding: 0 12px !important;
  border: 0 !important;
  background: transparent !important;
  color: #1d130c !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
  text-align: left !important;
  transition: all 0.2s ease !important;
}

.mj-sort-option span {
  font-family: var(
    --ff-body,
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif
  ) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: inherit !important;
}

.mj-sort-option:hover {
  background: #f2eadf !important;
  color: #000 !important;
}

.mj-sort-option.active {
  background: #1d130c !important;
  color: #fffdf8 !important;
}

.mj-sort-option.active::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 11px;
  color: #c09a63;
}

@media (max-width: 575px) {
  .mj-custom-sort-wrap {
    width: 176px !important;
    height: 44px !important;
  }

  .mj-sort-trigger {
    height: 44px !important;
    padding: 0 13px !important;
  }

  .mj-sort-trigger span {
    font-size: 12px !important;
  }

  .mj-sort-menu {
    width: 210px !important;
  }
}

/* Category link active checkbox fix */
.mj-filter-option .mj-custom-check {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid #9a9288 !important;
  background: transparent !important;
  display: inline-block !important;
  position: relative !important;
  flex-shrink: 0 !important;
}

.mj-filter-option.active .mj-custom-check,
.mj-filter-option .mj-custom-check.checked {
  background: #1d130c !important;
  border-color: #1d130c !important;
  box-shadow: inset 0 0 0 3px #fbf8f2 !important;
}

.mj-filter-option.active .mj-filter-name {
  color: #1d130c !important;
  font-weight: 600 !important;
}

/* Remove the discount line and all space previously reserved for it. */
#product-list .ec-product-inner {
  /* height: 90% !important; */
  height: auto !important;
  min-height: 0 !important;
}

#product-list .ec-price {
  display: flex !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 12px 0 0 !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  column-gap: 9px !important;
  row-gap: 0 !important;
  border-top: 1px solid #ded2c2 !important;
}

#product-list .ec-price .new-price,
#product-list .ec-price .old-price {
  position: static !important;
  grid-column: auto !important;
  grid-row: auto !important;
}

#product-list .ec-price .mj-offer-text {
  display: none !important;
}

#product-list .single-pro-content {
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}

@media (max-width: 575px) {
  #product-list .ec-price {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 8px !important;
    column-gap: 5px !important;
  }

  #product-list .single-pro-content {
    height: auto !important;
    min-height: 0 !important;
    margin-top: 7px !important;
  }
}

@media (max-width: 575px) {
  #product-list {
    row-gap: 12px !important;
    align-items: start !important;
  }

  #product-list > div,
  #product-list > [class*="col-"],
  #product-list > .ec-product-content,
  #product-list > .pro-gl-content {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
  }

  #product-list .ec-product-inner {
    height: auto !important;
    min-height: 0 !important;
    align-self: start !important;
  }

  #product-list .ec-pro-content {
    min-height: 0 !important;
  }
}
