@charset "UTF-8";
/**
 * Ekomart WooCommerce Styles
 *
 * Only loaded when WooCommerce is active.
 * All styles scoped under body.ekomart-wc to avoid plugin conflicts.
 *
 * @package ekomart
 */
:root {
  --e-global-color-primary: #629D23;
  --e-global-color-secondary: #2C3C28;
  --e-global-color-text: #3C4144;
  --e-global-color-white: #fff;
  --transition: all .4s ease;
  --title-color: #1a1a1a;
}

body.ekomart-wc {
  /* -----------------------
      Shop — Product Grid
  --------------------------*/
}
body.ekomart-wc.woocommerce ul.products, body.ekomart-wc .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(var(--ekomart-shop-cols, 4), 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.ekomart-wc.woocommerce ul.products::before, body.ekomart-wc.woocommerce ul.products::after, body.ekomart-wc .woocommerce ul.products::before, body.ekomart-wc .woocommerce ul.products::after {
  content: none !important;
  display: none !important;
}
body.ekomart-wc.woocommerce ul.products li.product, body.ekomart-wc .woocommerce ul.products li.product {
  margin: 0 !important;
  width: 100% !important;
  float: none !important;
  background: #f8f9fa;
  border: 1px solid #eef0f3;
  border-radius: 12px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
body.ekomart-wc.woocommerce ul.products li.product:hover, body.ekomart-wc .woocommerce ul.products li.product:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-image, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-image {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 20px 14px 20px;
  margin-bottom: 14px;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-image-link, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-image-link {
  display: block;
  text-decoration: none;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-image img, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-image img {
  width: 100%;
  height: 210px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-badge, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-badge {
  position: absolute;
  top: 0;
  left: 18px;
  z-index: 2;
  background: #f0b431;
  color: #1f2937;
  padding: 9px 11px 18px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  letter-spacing: 0.2px;
  min-width: 44px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-badge strong, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-badge span, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-badge span {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 2px;
}
body.ekomart-wc.woocommerce ul.products li.product .onsale, body.ekomart-wc .woocommerce ul.products li.product .onsale {
  display: none !important;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-body, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.ekomart-wc.woocommerce ul.products li.product .woocommerce-loop-product__title, body.ekomart-wc .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 0;
  margin: 0;
  line-height: 1.35;
  min-height: 2.7em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.ekomart-wc.woocommerce ul.products li.product .woocommerce-loop-product__title a, body.ekomart-wc .woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
body.ekomart-wc.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover, body.ekomart-wc .woocommerce ul.products li.product .woocommerce-loop-product__title a:hover {
  color: var(--e-global-color-primary, #629D23);
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-pack, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-pack {
  font-size: 13px;
  color: #9ca3af;
  line-height: 1.3;
}
body.ekomart-wc.woocommerce ul.products li.product, body.ekomart-wc .woocommerce ul.products li.product {
  /* Short description: hidden by default; opt-in via body class or in List view */
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-short, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-short {
  display: none;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
  margin: 0;
}
body.ekomart-wc.woocommerce ul.products li.product .price, body.ekomart-wc .woocommerce ul.products li.product .price {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: 800;
  color: #ef4444;
  line-height: 1.2;
}
body.ekomart-wc.woocommerce ul.products li.product .price ins, body.ekomart-wc .woocommerce ul.products li.product .price ins {
  text-decoration: none;
  font-weight: 800;
  color: #ef4444;
}
body.ekomart-wc.woocommerce ul.products li.product .price del, body.ekomart-wc .woocommerce ul.products li.product .price del {
  color: #9ca3af;
  font-size: 13px;
  font-weight: 400;
  margin-left: 6px;
}
body.ekomart-wc.woocommerce ul.products li.product .star-rating, body.ekomart-wc .woocommerce ul.products li.product .star-rating {
  display: none;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-action, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-action {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin: 8px 0 0;
  justify-content: space-between;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-action--link, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-action--link {
  display: block;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-action, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-action {
  /* Hide WC's default "View Cart" link that appears after add — we morph the button itself. */
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-action .added_to_cart, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-action .added_to_cart {
  display: none !important;
}
body.ekomart-wc.woocommerce ul.products li.product, body.ekomart-wc .woocommerce ul.products li.product {
  /* Quantity edit: mirrors easy-elements-pro product-grid pattern
     (input on left, [- |+] buttons side-by-side on right) */
}
body.ekomart-wc.woocommerce ul.products li.product .quantity-edit, body.ekomart-wc .woocommerce ul.products li.product .quantity-edit {
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(43, 66, 38, 0.12);
  border-radius: 4px;
  padding: 3px 10px;
  background: #fff;
  flex-shrink: 0;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-qty-input, body.ekomart-wc .woocommerce ul.products li.product .ekomart-qty-input {
  max-width: 26px;
  font-weight: 600;
  padding: 0;
  font-size: 14px;
  height: auto;
  line-height: 28px;
  box-shadow: none;
  background: transparent;
  outline: none;
  border: none;
  color: #1f2937;
  text-align: left;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-qty-input::-webkit-outer-spin-button, body.ekomart-wc.woocommerce ul.products li.product .ekomart-qty-input::-webkit-inner-spin-button, body.ekomart-wc .woocommerce ul.products li.product .ekomart-qty-input::-webkit-outer-spin-button, body.ekomart-wc .woocommerce ul.products li.product .ekomart-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
body.ekomart-wc.woocommerce ul.products li.product .button-wrapper-action, body.ekomart-wc .woocommerce ul.products li.product .button-wrapper-action {
  display: flex;
  border: 1px solid rgba(43, 66, 38, 0.12);
  border-radius: 2px;
}
body.ekomart-wc.woocommerce ul.products li.product .button-wrapper-action .button, body.ekomart-wc .woocommerce ul.products li.product .button-wrapper-action .button {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 0;
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  color: #4b5563;
  line-height: 0;
  transition: color 0.2s;
}
body.ekomart-wc.woocommerce ul.products li.product .button-wrapper-action .button:hover, body.ekomart-wc.woocommerce ul.products li.product .button-wrapper-action .button:focus, body.ekomart-wc .woocommerce ul.products li.product .button-wrapper-action .button:hover, body.ekomart-wc .woocommerce ul.products li.product .button-wrapper-action .button:focus {
  color: #16a34a;
  outline: none;
}
body.ekomart-wc.woocommerce ul.products li.product .button-wrapper-action .button svg, body.ekomart-wc .woocommerce ul.products li.product .button-wrapper-action .button svg {
  width: 10px;
  height: auto;
  padding: 4px 6px;
  fill: currentColor;
  transition: 0.3s;
  display: block;
  box-sizing: content-box;
}
body.ekomart-wc.woocommerce ul.products li.product .button-wrapper-action .button:first-child, body.ekomart-wc .woocommerce ul.products li.product .button-wrapper-action .button:first-child {
  border-block: none !important;
  border-left: none !important;
  border-right: 1px solid rgba(43, 66, 38, 0.12);
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 36px;
  background: transparent;
  color: #16a34a;
  border: 1px solid #16a34a;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.18s, color 0.18s, opacity 0.15s;
  white-space: nowrap;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn:hover, body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn:focus, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn:hover, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn:focus {
  background: #16a34a;
  color: #fff;
  outline: none;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn {
  /* WC AJAX in-flight */
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn.loading, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn.loading {
  opacity: 0.7;
  cursor: wait;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn {
  /* After successful add — same look as base button, kept for any future tweaks. */
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn.ekomart-cart-added, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn.ekomart-cart-added {
  background: #16a34a;
  color: #fff;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn.ekomart-cart-added:hover, body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn.ekomart-cart-added:focus, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn.ekomart-cart-added:hover, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn.ekomart-cart-added:focus {
  background: #15803d;
  color: #fff;
}
body.ekomart-wc.woocommerce ul.products li.product .ekomart-card-btn-icon, body.ekomart-wc .woocommerce ul.products li.product .ekomart-card-btn-icon {
  flex: 0 0 14px;
}
@media (max-width: 991px) {
  body.ekomart-wc.woocommerce ul.products, body.ekomart-wc .woocommerce ul.products {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  body.ekomart-wc.woocommerce ul.products, body.ekomart-wc .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 480px) {
  body.ekomart-wc.woocommerce ul.products, body.ekomart-wc .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
body.ekomart-wc.woocommerce, body.ekomart-wc .woocommerce {
  /* ===========================================
     SHOP FILTER BAR
  =========================================== */
}
body.ekomart-wc.woocommerce .ekomart-filter-bar, body.ekomart-wc .woocommerce .ekomart-filter-bar {
  background: #F3F4F6;
  border: 1px solid #eef0f3;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 0 0 24px;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__top, body.ekomart-wc .woocommerce .ekomart-filter-bar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
  flex-wrap: wrap;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__count, body.ekomart-wc .woocommerce .ekomart-filter-bar__count {
  font-size: 14px;
  color: #6b7280;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__actions, body.ekomart-wc .woocommerce .ekomart-filter-bar__actions {
  display: flex;
  align-items: center;
  gap: 14px;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__sort, body.ekomart-wc .woocommerce .ekomart-filter-bar__sort {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #4b5563;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__sort-label, body.ekomart-wc .woocommerce .ekomart-filter-bar__sort-label {
  font-weight: 500;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__sort select.orderby, body.ekomart-wc .woocommerce .ekomart-filter-bar__sort select.orderby {
  border: 0;
  background: transparent;
  padding: 8px 0;
  font-size: 12px;
  font-weight: 400;
  color: #1f2937;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__view, body.ekomart-wc .woocommerce .ekomart-filter-bar__view {
  display: inline-flex;
  gap: 6px;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__bottom, body.ekomart-wc .woocommerce .ekomart-filter-bar__bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  flex-wrap: wrap;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__field, body.ekomart-wc .woocommerce .ekomart-filter-bar__field {
  flex: 1 1 0;
  min-width: 150px;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__select, body.ekomart-wc .woocommerce .ekomart-filter-bar__select {
  width: 100%;
  height: 42px;
  padding: 0 32px 0 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  color: #1f2937;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px;
  transition: border-color 0.15s;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__select:focus, body.ekomart-wc .woocommerce .ekomart-filter-bar__select:focus {
  border-color: #16a34a;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__buttons, body.ekomart-wc .woocommerce .ekomart-filter-bar__buttons {
  display: flex;
  gap: 8px;
  margin-left: auto;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__btn, body.ekomart-wc .woocommerce .ekomart-filter-bar__btn {
  height: 42px;
  padding: 0 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 42px;
  background: #fff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
  white-space: nowrap;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__btn--apply:hover, body.ekomart-wc.woocommerce .ekomart-filter-bar__btn--apply:focus, body.ekomart-wc .woocommerce .ekomart-filter-bar__btn--apply:hover, body.ekomart-wc .woocommerce .ekomart-filter-bar__btn--apply:focus {
  background: #16a34a;
  color: #fff;
  border-color: #16a34a;
  outline: none;
}
body.ekomart-wc.woocommerce .ekomart-filter-bar__btn--reset:hover, body.ekomart-wc.woocommerce .ekomart-filter-bar__btn--reset:focus, body.ekomart-wc .woocommerce .ekomart-filter-bar__btn--reset:hover, body.ekomart-wc .woocommerce .ekomart-filter-bar__btn--reset:focus {
  background: #ef4444;
  color: #fff;
  border-color: #ef4444;
  outline: none;
}
body.ekomart-wc.woocommerce, body.ekomart-wc .woocommerce {
  /* Grid/List view toggle buttons */
}
body.ekomart-wc.woocommerce .ekomart-view-btn, body.ekomart-wc .woocommerce .ekomart-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  color: #6b7280;
  cursor: pointer;
  transition: background-color 0.15s, color 0.15s, border-color 0.15s;
}
body.ekomart-wc.woocommerce .ekomart-view-btn svg, body.ekomart-wc .woocommerce .ekomart-view-btn svg {
  width: 16px;
  height: 16px;
  display: block;
}
body.ekomart-wc.woocommerce .ekomart-view-btn:hover, body.ekomart-wc.woocommerce .ekomart-view-btn:focus, body.ekomart-wc .woocommerce .ekomart-view-btn:hover, body.ekomart-wc .woocommerce .ekomart-view-btn:focus {
  color: #16a34a;
  outline: none;
}
body.ekomart-wc.woocommerce .ekomart-view-btn.is-active, body.ekomart-wc .woocommerce .ekomart-view-btn.is-active {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
}
body.ekomart-wc.woocommerce, body.ekomart-wc .woocommerce {
  /* ===========================================
     LIST VIEW — horizontal card layout
  =========================================== */
}
body.ekomart-wc.woocommerce ul.products.products-list,
body.ekomart-wc.woocommerce .products-list ul.products, body.ekomart-wc .woocommerce ul.products.products-list,
body.ekomart-wc .woocommerce .products-list ul.products {
  grid-template-columns: repeat(var(--ekomart-shop-list-cols, 1), 1fr);
  gap: 16px;
}
body.ekomart-wc.woocommerce ul.products.products-list li.product,
body.ekomart-wc.woocommerce .products-list ul.products li.product, body.ekomart-wc .woocommerce ul.products.products-list li.product,
body.ekomart-wc .woocommerce .products-list ul.products li.product {
  flex-direction: row;
  padding: 14px;
  gap: 18px;
}
body.ekomart-wc.woocommerce ul.products.products-list li.product .ekomart-card-image,
body.ekomart-wc.woocommerce .products-list ul.products li.product .ekomart-card-image, body.ekomart-wc .woocommerce ul.products.products-list li.product .ekomart-card-image,
body.ekomart-wc .woocommerce .products-list ul.products li.product .ekomart-card-image {
  flex: 0 0 200px;
  margin-bottom: 0;
  padding: 14px;
}
body.ekomart-wc.woocommerce ul.products.products-list li.product .ekomart-card-image img,
body.ekomart-wc.woocommerce .products-list ul.products li.product .ekomart-card-image img, body.ekomart-wc .woocommerce ul.products.products-list li.product .ekomart-card-image img,
body.ekomart-wc .woocommerce .products-list ul.products li.product .ekomart-card-image img {
  height: 160px;
}
body.ekomart-wc.woocommerce ul.products.products-list li.product .ekomart-card-body,
body.ekomart-wc.woocommerce .products-list ul.products li.product .ekomart-card-body, body.ekomart-wc .woocommerce ul.products.products-list li.product .ekomart-card-body,
body.ekomart-wc .woocommerce .products-list ul.products li.product .ekomart-card-body {
  flex: 1;
  justify-content: center;
  gap: 8px;
}
body.ekomart-wc.woocommerce ul.products.products-list li.product .woocommerce-loop-product__title,
body.ekomart-wc.woocommerce .products-list ul.products li.product .woocommerce-loop-product__title, body.ekomart-wc .woocommerce ul.products.products-list li.product .woocommerce-loop-product__title,
body.ekomart-wc .woocommerce .products-list ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  min-height: 0;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
body.ekomart-wc.woocommerce ul.products.products-list li.product .price,
body.ekomart-wc.woocommerce .products-list ul.products li.product .price, body.ekomart-wc .woocommerce ul.products.products-list li.product .price,
body.ekomart-wc .woocommerce .products-list ul.products li.product .price {
  font-size: 20px;
}
body.ekomart-wc.woocommerce ul.products.products-list li.product .ekomart-card-action,
body.ekomart-wc.woocommerce .products-list ul.products li.product .ekomart-card-action, body.ekomart-wc .woocommerce ul.products.products-list li.product .ekomart-card-action,
body.ekomart-wc .woocommerce .products-list ul.products li.product .ekomart-card-action {
  margin-top: 4px;
  max-width: none;
  justify-content: space-between;
  align-items: center;
}
body.ekomart-wc.woocommerce ul.products.products-list li.product .ekomart-card-btn,
body.ekomart-wc.woocommerce .products-list ul.products li.product .ekomart-card-btn, body.ekomart-wc .woocommerce ul.products.products-list li.product .ekomart-card-btn,
body.ekomart-wc .woocommerce .products-list ul.products li.product .ekomart-card-btn {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0 28px;
}
@media (max-width: 600px) {
  body.ekomart-wc.woocommerce ul.products.products-list,
  body.ekomart-wc.woocommerce .products-list ul.products, body.ekomart-wc .woocommerce ul.products.products-list,
  body.ekomart-wc .woocommerce .products-list ul.products {
    grid-template-columns: 1fr;
  }
  body.ekomart-wc.woocommerce .products-list ul.products li.product, body.ekomart-wc .woocommerce .products-list ul.products li.product {
    flex-direction: column;
  }
  body.ekomart-wc.woocommerce .products-list ul.products li.product .ekomart-card-image, body.ekomart-wc .woocommerce .products-list ul.products li.product .ekomart-card-image {
    flex: 0 0 auto;
    width: 100%;
  }
}
body.ekomart-wc.woocommerce .woocommerce-result-count,
body.ekomart-wc.woocommerce .woocommerce-ordering, body.ekomart-wc .woocommerce .woocommerce-result-count,
body.ekomart-wc .woocommerce .woocommerce-ordering {
  margin-bottom: 0;
}
body.ekomart-wc.woocommerce .woocommerce-ordering select, body.ekomart-wc .woocommerce .woocommerce-ordering select {
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
}
body.ekomart-wc.woocommerce .woocommerce-ordering select:focus, body.ekomart-wc .woocommerce .woocommerce-ordering select:focus {
  border-color: var(--e-global-color-primary, #629D23);
}
body.ekomart-wc.woocommerce nav.woocommerce-pagination, body.ekomart-wc .woocommerce nav.woocommerce-pagination {
  margin-top: 40px;
  text-align: center;
}
body.ekomart-wc.woocommerce nav.woocommerce-pagination ul, body.ekomart-wc .woocommerce nav.woocommerce-pagination ul {
  display: inline-flex;
  gap: 6px;
  border: none;
  margin: 0;
  padding: 0;
}
body.ekomart-wc.woocommerce nav.woocommerce-pagination ul li, body.ekomart-wc .woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0;
  padding: 0;
}
body.ekomart-wc.woocommerce nav.woocommerce-pagination ul li a, body.ekomart-wc.woocommerce nav.woocommerce-pagination ul li span, body.ekomart-wc .woocommerce nav.woocommerce-pagination ul li a, body.ekomart-wc .woocommerce nav.woocommerce-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  transition: all 0.2s;
  background: #fff;
}
body.ekomart-wc.woocommerce nav.woocommerce-pagination ul li a:hover,
body.ekomart-wc.woocommerce nav.woocommerce-pagination ul li span.current, body.ekomart-wc .woocommerce nav.woocommerce-pagination ul li a:hover,
body.ekomart-wc .woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--e-global-color-primary, #629D23);
  border-color: var(--e-global-color-primary, #629D23);
  color: #fff;
}
body.ekomart-wc .star-rating::before,
body.ekomart-wc .star-rating span::before {
  color: #FF9A00;
}
body.ekomart-wc {
  /* ======================================================
      Single Product Page — Elegant Design
      Scoped to ONLY single product page (body.single-product)
  =========================================================*/
}
body.ekomart-wc.single-product {
  background: #F3F4F6;
}
body.ekomart-wc.single-product .twpgy-easy-woo-gallery-image-area span.onsale {
  width: auto;
  height: auto;
  box-shadow: none !important;
}
body.ekomart-wc.single-product .twpgy-easy-woo-gallery-image-area .twpgy-thumb-slider-container .twpgy-swiper .twpgy-swiper-wrapper .twpgy-swiper-slide {
  border: 1px solid #f1f1f1;
  opacity: 1;
  margin-left: 1px !important;
  margin-right: 11px !important;
}
body.ekomart-wc.single-product .shop-sidebar .widget {
  background: #F3F4F6;
  border: none;
  padding: 30px;
  box-shadow: none;
  border-radius: 6px;
}
body.ekomart-wc.single-product .twpgy-swiper-button-next, body.ekomart-wc.single-product .twpgy-swiper-button-prev {
  background: var(--e-global-color-primary, #629D23) !important;
  width: 32px !important;
  height: 32px !important;
}
body.ekomart-wc.single-product .twpgy-swiper-button-next:hover, body.ekomart-wc.single-product .twpgy-swiper-button-prev:hover {
  background: #1a1a1a !important;
}
body.ekomart-wc.single-product div.product {
  position: relative;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery {
  position: relative;
  margin-bottom: 30px;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-viewport {
  border-radius: 16px;
  overflow: hidden;
  background: #f9fafb;
  margin-bottom: 18px !important;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  border-radius: 16px;
  overflow: hidden;
  background: #f9fafb;
  margin: 0 !important;
  padding: 4px !important;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  width: 100%;
  height: 100%;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  border-radius: 16px;
  width: 100% !important;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image:hover img {
  transform: scale(1.04);
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
  overflow: visible !important;
  width: 100% !important;
  clear: both;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::before, body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs::before,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs::after,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs::before,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs::after {
  display: none !important;
  content: none !important;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li {
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  cursor: pointer;
  aspect-ratio: 1/1;
  position: relative;
  background: #f9fafb;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  display: block;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:hover,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li:hover {
  border-color: var(--e-global-color-primary, #629D23);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(99, 102, 241, 0.15);
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:has(img.flex-active),
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:has(img.flex-active),
body.ekomart-wc.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li:has(img.flex-active) {
  border-color: var(--e-global-color-primary, #629D23);
  box-shadow: 0 6px 18px rgba(99, 102, 241, 0.22);
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
  opacity: 0.82;
  transition: opacity 0.3s ease;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
  opacity: 1;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li:hover img,
body.ekomart-wc.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li:hover img {
  opacity: 1;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs {
  grid-template-columns: repeat(3, 1fr) !important;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs {
  grid-template-columns: repeat(4, 1fr) !important;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs {
  grid-template-columns: repeat(5, 1fr) !important;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs {
  grid-template-columns: repeat(6, 1fr) !important;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  text-indent: -9999px;
  overflow: hidden;
  transition: background 0.25s, transform 0.25s;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23111827' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'></circle><line x1='21' y1='21' x2='16.65' y2='16.65'></line><line x1='11' y1='8' x2='11' y2='14'></line><line x1='8' y1='11' x2='14' y2='11'></line></svg>") center/contain no-repeat;
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background: var(--e-global-color-primary, #629D23);
  transform: scale(1.05);
}
body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover::before {
  filter: brightness(0) invert(1);
}
body.ekomart-wc.single-product div.product .product_title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 14px;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
body.ekomart-wc.single-product div.product .woocommerce-product-rating {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
body.ekomart-wc.single-product div.product .woocommerce-product-rating .star-rating {
  font-size: 14px;
  margin: 0;
}
body.ekomart-wc.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
  font-size: 13px;
  color: #6b7280;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  margin-left: 10px;
}
body.ekomart-wc.single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--e-global-color-primary, #629D23);
}
body.ekomart-wc.single-product div.product p.price,
body.ekomart-wc.single-product div.product span.price {
  font-size: 36px;
  font-weight: 700;
  color: #DC2626;
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e5e7eb;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
body.ekomart-wc.single-product div.product p.price .woocommerce-Price-currencySymbol,
body.ekomart-wc.single-product div.product span.price .woocommerce-Price-currencySymbol {
  font-size: 22px;
  font-weight: 700;
  margin-right: 2px;
  opacity: 0.85;
}
body.ekomart-wc.single-product div.product p.price del,
body.ekomart-wc.single-product div.product span.price del {
  color: #cfcfcf;
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  opacity: 0.7;
}
body.ekomart-wc.single-product div.product p.price ins,
body.ekomart-wc.single-product div.product span.price ins {
  text-decoration: none;
  background: transparent;
  font-weight: 700;
}
body.ekomart-wc.single-product div.product .woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 1.75;
  color: #4b5563;
  margin-bottom: 24px;
}
body.ekomart-wc.single-product div.product .woocommerce-product-details__short-description p {
  margin: 0 0 12px;
}
body.ekomart-wc.single-product div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
body.ekomart-wc.single-product div.product .woocommerce-product-details__short-description ul, body.ekomart-wc.single-product div.product .woocommerce-product-details__short-description ol {
  margin: 0 0 12px;
  padding-left: 20px;
}
body.ekomart-wc.single-product div.product .woocommerce-product-details__short-description ul li, body.ekomart-wc.single-product div.product .woocommerce-product-details__short-description ol li {
  margin-bottom: 6px;
}
body.ekomart-wc.single-product div.product .stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
}
body.ekomart-wc.single-product div.product .stock.in-stock {
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
}
body.ekomart-wc.single-product div.product .stock.in-stock::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}
body.ekomart-wc.single-product div.product .stock.out-of-stock {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}
body.ekomart-wc.single-product div.product .stock.out-of-stock::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ef4444;
}
body.ekomart-wc.single-product div.product .easyel-compare-btn {
  margin-right: 20px;
}
body.ekomart-wc.single-product div.product .easyel-wishlist-btn .easyel-wishlist-icon,
body.ekomart-wc.single-product div.product .easyel-compare-btn .easyel-compare-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  padding: 7px;
  border-radius: 4px;
}
body.ekomart-wc.single-product div.product form.cart {
  margin: 0 0 26px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
body.ekomart-wc.single-product div.product form.cart .quantity {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  height: 52px;
}
body.ekomart-wc.single-product div.product form.cart .quantity .qty {
  width: 60px;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  outline: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
body.ekomart-wc.single-product div.product form.cart .quantity .qty::-webkit-outer-spin-button, body.ekomart-wc.single-product div.product form.cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
body.ekomart-wc.single-product div.product form.cart .quantity:focus-within {
  border-color: var(--e-global-color-primary, #629D23);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}
body.ekomart-wc.single-product div.product form.cart .single_add_to_cart_button,
body.ekomart-wc.single-product div.product form.cart button.single_add_to_cart_button {
  height: 52px;
  padding: 0 36px;
  background: var(--e-global-color-primary, #629D23);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, transform 0.25s, box-shadow 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.ekomart-wc.single-product div.product form.cart .single_add_to_cart_button:hover,
body.ekomart-wc.single-product div.product form.cart button.single_add_to_cart_button:hover {
  background: #111827;
  color: #fff;
  box-shadow: 0 12px 28px rgba(99, 102, 241, 0.25);
}
body.ekomart-wc.single-product div.product form.cart .single_add_to_cart_button:active,
body.ekomart-wc.single-product div.product form.cart button.single_add_to_cart_button:active {
  transform: translateY(0);
}
body.ekomart-wc.single-product div.product form.cart .single_add_to_cart_button.disabled,
body.ekomart-wc.single-product div.product form.cart button.single_add_to_cart_button.disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
body.ekomart-wc.single-product div.product form.cart .variations {
  width: 100%;
  border: none;
  margin: 0 0 18px;
  background: #f9fafb;
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px solid #f0f0f0;
}
body.ekomart-wc.single-product div.product form.cart .variations tr {
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  gap: 10px;
}
body.ekomart-wc.single-product div.product form.cart .variations tr:last-child {
  margin-bottom: 0;
}
body.ekomart-wc.single-product div.product form.cart .variations th, body.ekomart-wc.single-product div.product form.cart .variations td {
  padding: 0;
  border: none;
  vertical-align: middle;
  background: none;
}
body.ekomart-wc.single-product div.product form.cart .variations th.label {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  width: 100px;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
body.ekomart-wc.single-product div.product form.cart .variations th.label label {
  margin: 0;
  cursor: default;
}
body.ekomart-wc.single-product div.product form.cart .variations td.value {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
body.ekomart-wc.single-product div.product form.cart .variations select {
  flex: 1;
  min-width: 160px;
  height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 8px 38px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #111827;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>") no-repeat right 14px center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  transition: border-color 0.25s, box-shadow 0.25s;
}
body.ekomart-wc.single-product div.product form.cart .variations select:hover {
  border-color: #d1d5db;
}
body.ekomart-wc.single-product div.product form.cart .variations select:focus {
  border-color: var(--e-global-color-primary, #629D23);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}
body.ekomart-wc.single-product div.product form.cart .variations .reset_variations {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #ef4444;
  text-decoration: none;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  background: rgba(239, 68, 68, 0.08);
  transition: background 0.2s, color 0.2s;
  visibility: visible !important;
}
body.ekomart-wc.single-product div.product form.cart .variations .reset_variations::before {
  content: "×";
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
body.ekomart-wc.single-product div.product form.cart .variations .reset_variations:hover {
  background: #ef4444;
  color: #fff;
  text-decoration: none;
}
body.ekomart-wc.single-product div.product form.cart .single_variation_wrap {
  width: 100%;
}
body.ekomart-wc.single-product div.product form.cart .single_variation_wrap .woocommerce-variation {
  margin-bottom: 16px;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-price {
  width: 100%;
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #e5e7eb;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-price .price {
  padding: 0;
  border: none;
  margin: 0;
  font-size: 26px;
  font-weight: 800;
  color: var(--e-global-color-primary, #629D23);
  line-height: 1.3;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
  font-size: 18px;
  font-weight: 700;
  margin-right: 2px;
  opacity: 0.85;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-price .price del {
  color: #9ca3af;
  font-size: 16px;
  font-weight: 500;
  margin-right: 8px;
  opacity: 0.7;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-price .price ins {
  text-decoration: none;
  background: transparent;
  font-weight: 800;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-availability {
  width: 100%;
  margin: 0 0 14px;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-availability p {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  background: rgba(16, 185, 129, 0.1);
  color: #059669;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-availability p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-availability p.out-of-stock {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-availability p.out-of-stock::before {
  background: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-description {
  width: 100%;
  margin: 0 0 16px;
  padding: 12px 16px;
  background: #f9fafb;
  border-left: 3px solid var(--e-global-color-primary, #629D23);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}
body.ekomart-wc.single-product div.product form.cart .woocommerce-variation-description p {
  margin: 0;
}
body.ekomart-wc.single-product div.product .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
  background: #e5e7eb !important;
  color: #9ca3af !important;
  cursor: not-allowed !important;
  pointer-events: none;
  box-shadow: none !important;
  transform: none !important;
}
body.ekomart-wc.single-product div.product .onsale,
body.ekomart-wc.single-product div.product span.onsale {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 24px;
  line-height: 1.4;
  min-height: auto;
  min-width: auto;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0;
  box-shadow: 0 6px 18px rgba(239, 68, 68, 0.3);
  pointer-events: none;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list,
body.ekomart-wc.single-product div.product table.group_table {
  width: 100%;
  margin: 0 0 22px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list tr,
body.ekomart-wc.single-product div.product table.group_table tr {
  transition: background 0.2s ease;
  border: none;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list tr:hover,
body.ekomart-wc.single-product div.product table.group_table tr:hover {
  background: #f9fafb;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list tr:not(:last-child) td,
body.ekomart-wc.single-product div.product table.group_table tr:not(:last-child) td {
  border-bottom: 1px solid #f0f0f0;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list td,
body.ekomart-wc.single-product div.product table.group_table td {
  padding: 14px 16px;
  vertical-align: middle;
  border: none;
  background: none;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__quantity {
  width: 110px;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__quantity .quantity {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  height: 42px;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity .qty,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__quantity .quantity .qty {
  width: 60px;
  height: 100%;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  outline: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity .qty::-webkit-outer-spin-button, body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity .qty::-webkit-inner-spin-button,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__quantity .quantity .qty::-webkit-outer-spin-button,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__quantity .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity:focus-within,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__quantity .quantity:focus-within {
  border-color: var(--e-global-color-primary, #629D23);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__label label {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label a,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__label label a {
  color: #111827;
  text-decoration: none;
  transition: color 0.2s;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__label label a:hover,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__label label a:hover {
  color: var(--e-global-color-primary, #629D23);
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price {
  text-align: right;
  width: 130px;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .price,
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .amount,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .price,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .amount {
  font-size: 16px;
  font-weight: 700;
  color: var(--e-global-color-primary, #629D23);
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .price del,
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .amount del,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .price del,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .amount del {
  color: #9ca3af;
  font-size: 13px;
  font-weight: 500;
  margin-right: 6px;
  opacity: 0.7;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .price ins,
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .amount ins,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .price ins,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .amount ins {
  text-decoration: none;
  background: transparent;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .stock,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .stock {
  display: block;
  margin-top: 4px;
  padding: 0;
  background: none;
  font-size: 11px;
  font-weight: 600;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .stock.in-stock,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .stock.in-stock {
  color: #059669;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .stock.in-stock::before,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .stock.in-stock::before {
  display: none;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .stock.out-of-stock,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .stock.out-of-stock {
  color: #dc2626;
}
body.ekomart-wc.single-product div.product .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__price .stock.out-of-stock::before,
body.ekomart-wc.single-product div.product table.group_table .woocommerce-grouped-product-list-item__price .stock.out-of-stock::before {
  display: none;
}
body.ekomart-wc.single-product div.product .single_add_to_cart_button.product_type_external {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
body.ekomart-wc.single-product div.product .single_add_to_cart_button.product_type_external::after {
  content: "";
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'></path><polyline points='15 3 21 3 21 9'></polyline><line x1='10' y1='14' x2='21' y2='3'></line></svg>") center/contain no-repeat;
  display: inline-block;
}
body.ekomart-wc.single-product div.product .woocommerce-message,
body.ekomart-wc.single-product div.product p.stock.available-on-backorder {
  background: rgba(245, 158, 11, 0.1);
  color: #d97706;
  border-left: 3px solid #f59e0b;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}
body.ekomart-wc.single-product div.product .woocommerce-info {
  background: rgba(99, 102, 241, 0.08);
  color: #629D23;
  border-left: 3px solid var(--e-global-color-primary, #629D23);
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 18px;
}
body.ekomart-wc.single-product div.product .woocommerce-info a {
  color: var(--e-global-color-primary, #629D23);
  font-weight: 600;
  text-decoration: none;
}
body.ekomart-wc.single-product div.product .woocommerce-info a:hover {
  text-decoration: underline;
}
body.ekomart-wc.single-product div.product.outofstock form.cart .single_add_to_cart_button,
body.ekomart-wc.single-product div.product .product.outofstock form.cart .single_add_to_cart_button {
  background: #e5e7eb !important;
  color: #6b7280 !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
}
body.ekomart-wc.single-product div.product.outofstock form.cart .single_add_to_cart_button:hover,
body.ekomart-wc.single-product div.product .product.outofstock form.cart .single_add_to_cart_button:hover {
  background: #e5e7eb !important;
  color: #6b7280 !important;
  transform: none !important;
}
body.ekomart-wc.single-product div.product .group-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}
body.ekomart-wc.single-product div.product .group-actions a, body.ekomart-wc.single-product div.product .group-actions button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
}
body.ekomart-wc.single-product div.product .group-actions a:hover, body.ekomart-wc.single-product div.product .group-actions button:hover {
  color: var(--e-global-color-primary, #629D23);
  border-color: var(--e-global-color-primary, #629D23);
  background: #fff;
}
body.ekomart-wc.single-product div.product .product_meta {
  font-size: 14px;
  color: #6E777D;
  padding: 18px 0 0;
  border-top: 1px solid #f0f0f0;
  margin-top: 6px;
}
body.ekomart-wc.single-product div.product .product_meta > span {
  display: block;
  margin-bottom: 8px;
  line-height: 1.6;
}
body.ekomart-wc.single-product div.product .product_meta > span:last-child {
  margin-bottom: 0;
}
body.ekomart-wc.single-product div.product .product_meta > span .posted_in,
body.ekomart-wc.single-product div.product .product_meta > span .tagged_as,
body.ekomart-wc.single-product div.product .product_meta > span .sku_wrapper {
  font-weight: 400;
  color: #6E777D;
  margin-right: 6px;
}
body.ekomart-wc.single-product div.product .product_meta > span a {
  color: #6E777D;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
}
body.ekomart-wc.single-product div.product .product_meta > span a:hover {
  color: #6E777D;
  text-decoration: underline;
}
body.ekomart-wc.single-product div.product .product_meta > span .sku {
  color: #6E777D;
  font-weight: 400;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs {
  margin-top: 60px;
  clear: both;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 30px;
  padding: 6px;
  background: #f9fafb;
  border: 1px solid #f0f0f0;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs::before, body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs::after {
  display: none !important;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li::before, body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  border-radius: 6px;
  border-bottom: none;
  margin: 0;
  transition: all 0.25s ease;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
  background: var(--e-global-color-primary, #629D23);
  border-bottom: none;
  box-shadow: 0 6px 16px rgba(99, 102, 241, 0.25);
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel h2,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #0f172a;
  letter-spacing: -0.3px;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel p,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel p {
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  margin-bottom: 14px;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel .shop_attributes,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel .shop_attributes th, body.ekomart-wc.single-product div.product .woocommerce-tabs .panel .shop_attributes td,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  padding: 8px 0px !important;
  font-size: 14px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel .shop_attributes th,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th {
  font-weight: 600;
  color: #111827;
  background: none !important;
  width: 30%;
  text-align: left;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel .shop_attributes td,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td {
  color: #4b5563;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel .shop_attributes td:nth-child(even),
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td:nth-child(even) {
  padding-left: 26px !important;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel .shop_attributes tr:last-child th, body.ekomart-wc.single-product div.product .woocommerce-tabs .panel .shop_attributes tr:last-child td,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes tr:last-child th,
body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes tr:last-child td {
  border-bottom: none;
}
body.ekomart-wc.single-product div.product #reviews .commentlist,
body.ekomart-wc.single-product div.product #reviews ol.commentlist {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
body.ekomart-wc.single-product div.product #reviews .commentlist li.review,
body.ekomart-wc.single-product div.product #reviews .commentlist li.comment,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.review,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.comment {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 20px 22px;
  margin-bottom: 14px;
  list-style: none;
}
body.ekomart-wc.single-product div.product #reviews .commentlist li.review .comment_container,
body.ekomart-wc.single-product div.product #reviews .commentlist li.comment .comment_container,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.review .comment_container,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.comment .comment_container {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
body.ekomart-wc.single-product div.product #reviews .commentlist li.review img.avatar,
body.ekomart-wc.single-product div.product #reviews .commentlist li.comment img.avatar,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.review img.avatar,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.comment img.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  padding: 0;
  position: static;
  float: none;
}
body.ekomart-wc.single-product div.product #reviews .commentlist li.review .comment-text,
body.ekomart-wc.single-product div.product #reviews .commentlist li.comment .comment-text,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.review .comment-text,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.comment .comment-text {
  flex: 1;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
body.ekomart-wc.single-product div.product #reviews .commentlist li.review .comment-text .meta,
body.ekomart-wc.single-product div.product #reviews .commentlist li.comment .comment-text .meta,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.review .comment-text .meta,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.comment .comment-text .meta {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 6px;
}
body.ekomart-wc.single-product div.product #reviews .commentlist li.review .comment-text .meta strong,
body.ekomart-wc.single-product div.product #reviews .commentlist li.comment .comment-text .meta strong,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.review .comment-text .meta strong,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.comment .comment-text .meta strong {
  color: #111827;
  font-size: 14px;
}
body.ekomart-wc.single-product div.product #reviews .commentlist li.review .comment-text .star-rating,
body.ekomart-wc.single-product div.product #reviews .commentlist li.comment .comment-text .star-rating,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.review .comment-text .star-rating,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.comment .comment-text .star-rating {
  margin-bottom: 8px;
  font-size: 13px;
}
body.ekomart-wc.single-product div.product #reviews .commentlist li.review .comment-text .description p,
body.ekomart-wc.single-product div.product #reviews .commentlist li.comment .comment-text .description p,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.review .comment-text .description p,
body.ekomart-wc.single-product div.product #reviews ol.commentlist li.comment .comment-text .description p {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper {
  background: #f9fafb;
  border-radius: 12px;
  padding: 24px;
  border: 1px solid #f0f0f0;
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper #reply-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #0f172a;
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper .comment-form-rating label,
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper .comment-form label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper .stars {
  margin-bottom: -5px;
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper .stars a {
  color: #f59e0b;
  font-size: 16px;
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper input[type=text],
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper input[type=email],
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  background: #fff;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
  margin-bottom: 0;
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper input[type=text]:focus,
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper input[type=email]:focus,
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper textarea:focus {
  border-color: var(--e-global-color-primary, #629D23);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper textarea {
  min-height: 110px;
  resize: vertical;
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper .form-submit input[type=submit] {
  background: var(--e-global-color-primary, #629D23);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s, transform 0.25s, box-shadow 0.3s;
}
body.ekomart-wc.single-product div.product #reviews #review_form_wrapper .form-submit input[type=submit]:hover {
  background: #111827;
  box-shadow: 0 10px 24px rgba(99, 102, 241, 0.25);
}
body.ekomart-wc.single-product div.product .related.products,
body.ekomart-wc.single-product div.product .upsells.products {
  margin-top: 60px;
  padding-top: 50px;
  border-top: 1px solid #f0f0f0;
  clear: both;
}
body.ekomart-wc.single-product div.product .related.products > h2,
body.ekomart-wc.single-product div.product .upsells.products > h2 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 28px;
  color: #0f172a;
  letter-spacing: -0.4px;
  position: relative;
  padding-bottom: 12px;
}
body.ekomart-wc.single-product div.product .related.products > h2::after,
body.ekomart-wc.single-product div.product .upsells.products > h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  border-radius: 4px;
  background: var(--e-global-color-primary, #629D23);
}
@media (max-width: 991px) {
  body.ekomart-wc.single-product div.product .product_title {
    font-size: 26px;
  }
  body.ekomart-wc.single-product div.product p.price,
  body.ekomart-wc.single-product div.product span.price {
    font-size: 24px;
  }
  body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 18px;
    font-size: 13px;
  }
  body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media (max-width: 767px) {
  body.ekomart-wc.single-product div.product .product_title {
    font-size: 22px;
  }
  body.ekomart-wc.single-product div.product p.price, body.ekomart-wc.single-product div.product span.price {
    font-size: 22px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  body.ekomart-wc.single-product div.product .woocommerce-product-gallery {
    margin-bottom: 24px;
  }
  body.ekomart-wc.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  body.ekomart-wc.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    width: 36px;
    height: 36px;
    top: 12px;
    right: 12px;
  }
  body.ekomart-wc.single-product div.product form.cart {
    gap: 10px;
  }
  body.ekomart-wc.single-product div.product form.cart .quantity {
    height: 48px;
  }
  body.ekomart-wc.single-product div.product form.cart .quantity .qty {
    width: 56px;
  }
  body.ekomart-wc.single-product div.product form.cart .single_add_to_cart_button {
    height: 48px;
    padding: 0 24px;
    font-size: 13px;
    flex: 1;
  }
  body.ekomart-wc.single-product div.product .woocommerce-tabs {
    margin-top: 40px;
  }
  body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs {
    padding: 4px;
  }
  body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li a {
    padding: 9px 16px;
    font-size: 13px;
  }
  body.ekomart-wc.single-product div.product .woocommerce-tabs .panel h2,
  body.ekomart-wc.single-product div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 18px;
  }
  body.ekomart-wc.single-product div.product .related.products > h2,
  body.ekomart-wc.single-product div.product .upsells.products > h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body.ekomart-wc {
  /* Short description reveal rules — one per Customizer toggle.
     Selectors include `.woocommerce` so they MATCH the base hide rule's
     specificity (5 classes + 2 elements). Later rule wins on tie. */
}
body.ekomart-wc.ekomart-show-short-grid.woocommerce ul.products:not(.products-list) li.product .ekomart-card-short, body.ekomart-wc.ekomart-show-short-grid .woocommerce ul.products:not(.products-list) li.product .ekomart-card-short {
  display: block;
}
body.ekomart-wc.ekomart-show-short-list.woocommerce ul.products.products-list li.product .ekomart-card-short, body.ekomart-wc.ekomart-show-short-list .woocommerce ul.products.products-list li.product .ekomart-card-short {
  display: block;
}

/* -----------------------
    Shop Sidebar
    (scoped — no conflict)
--------------------------*/
.ekomart-wc .shop-sidebar .widget {
  background: #fff;
  border: 1px solid #e7eaee;
  border-radius: 10px;
  padding: 24px 26px;
  margin-bottom: 22px;
  transition: box-shadow 0.2s ease;
}
.ekomart-wc .shop-sidebar .widget:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}
.ekomart-wc .shop-sidebar .widget:last-child {
  margin-bottom: 0;
}
.ekomart-wc .shop-sidebar .widget-title,
.ekomart-wc .shop-sidebar .widgettitle,
.ekomart-wc .shop-sidebar h2.widget-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef0f3;
  color: #1a3d2e;
  line-height: 1.3;
}
.ekomart-wc .shop-sidebar .widget-title::after,
.ekomart-wc .shop-sidebar .widgettitle::after,
.ekomart-wc .shop-sidebar h2.widget-title::after {
  content: none;
}
.ekomart-wc .shop-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ekomart-wc .shop-sidebar ul li {
  padding: 6px 0;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
}
.ekomart-wc .shop-sidebar ul li a {
  color: #4b5563;
  text-decoration: none;
  transition: color 0.2s;
}
.ekomart-wc .shop-sidebar ul li a:hover {
  color: var(--e-global-color-primary, #629D23);
}
.ekomart-wc .shop-sidebar ul li ul {
  padding-left: 18px;
  margin-top: 4px;
}
.ekomart-wc .shop-sidebar input[type=checkbox] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1.5px solid #d1d5db;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: background-color 0.15s, border-color 0.15s;
}
.ekomart-wc .shop-sidebar input[type=checkbox]:hover {
  border-color: #9ca3af;
}
.ekomart-wc .shop-sidebar input[type=checkbox]:checked {
  background: var(--e-global-color-primary, #629D23);
  border-color: var(--e-global-color-primary, #629D23);
}
.ekomart-wc .shop-sidebar input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.ekomart-wc .shop-sidebar input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}
.ekomart-wc .shop-sidebar .woocommerce-widget-layered-nav-list li,
.ekomart-wc .shop-sidebar .wc-block-checkbox-list li,
.ekomart-wc .shop-sidebar .wc-block-product-categories-list li,
.ekomart-wc .shop-sidebar ul.wc-block-components-checkbox-list li {
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.ekomart-wc .shop-sidebar .woocommerce-widget-layered-nav-list li label,
.ekomart-wc .shop-sidebar .woocommerce-widget-layered-nav-list li .wc-block-components-checkbox__label,
.ekomart-wc .shop-sidebar .wc-block-checkbox-list li label,
.ekomart-wc .shop-sidebar .wc-block-checkbox-list li .wc-block-components-checkbox__label,
.ekomart-wc .shop-sidebar .wc-block-product-categories-list li label,
.ekomart-wc .shop-sidebar .wc-block-product-categories-list li .wc-block-components-checkbox__label,
.ekomart-wc .shop-sidebar ul.wc-block-components-checkbox-list li label,
.ekomart-wc .shop-sidebar ul.wc-block-components-checkbox-list li .wc-block-components-checkbox__label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #4b5563;
  font-size: 14px;
  flex: 1;
  margin: 0;
}
.ekomart-wc .shop-sidebar .woocommerce-widget-layered-nav-list li a,
.ekomart-wc .shop-sidebar .wc-block-checkbox-list li a,
.ekomart-wc .shop-sidebar .wc-block-product-categories-list li a,
.ekomart-wc .shop-sidebar ul.wc-block-components-checkbox-list li a {
  display: inline-flex;
  align-items: center;
  flex: 1;
}
.ekomart-wc .shop-sidebar .count,
.ekomart-wc .shop-sidebar .tag-link-count {
  color: #9ca3af;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto;
  padding-left: 8px;
}
.ekomart-wc .shop-sidebar .count::before,
.ekomart-wc .shop-sidebar .tag-link-count::before {
  content: "";
}
.ekomart-wc .shop-sidebar ul.product-categories li a,
.ekomart-wc .shop-sidebar .woocommerce-widget-layered-nav-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ekomart-wc .shop-sidebar .widget.boldbfw-widget .boldbfw-widget__link:hover .boldbfw-widget__name,
.ekomart-wc .shop-sidebar .widget.boldbfw-widget .boldbfw-widget__link:focus .boldbfw-widget__name {
  text-decoration: none;
}
.ekomart-wc .shop-sidebar .widget_product_categories ul li,
.ekomart-wc .shop-sidebar .widget_categories ul li,
.ekomart-wc .shop-sidebar .widget_product_brand ul li,
.ekomart-wc .shop-sidebar .widget_layered_nav ul li,
.ekomart-wc .shop-sidebar .widget.boldbfw-widget ul li {
  position: relative;
  padding-left: 28px;
  display: block;
}
.ekomart-wc .shop-sidebar .widget_product_categories ul li::before,
.ekomart-wc .shop-sidebar .widget_categories ul li::before,
.ekomart-wc .shop-sidebar .widget_product_brand ul li::before,
.ekomart-wc .shop-sidebar .widget_layered_nav ul li::before,
.ekomart-wc .shop-sidebar .widget.boldbfw-widget ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1.5px solid #d1d5db;
  border-radius: 3px;
  background: #fff;
  transition: background-color 0.15s, border-color 0.15s;
  pointer-events: none;
}
.ekomart-wc .shop-sidebar .widget_product_categories ul li:hover::before,
.ekomart-wc .shop-sidebar .widget_categories ul li:hover::before,
.ekomart-wc .shop-sidebar .widget_product_brand ul li:hover::before,
.ekomart-wc .shop-sidebar .widget_layered_nav ul li:hover::before,
.ekomart-wc .shop-sidebar .widget.boldbfw-widget ul li:hover::before {
  border-color: #9ca3af;
}
.ekomart-wc .shop-sidebar .widget_product_categories ul li a,
.ekomart-wc .shop-sidebar .widget_categories ul li a,
.ekomart-wc .shop-sidebar .widget_product_brand ul li a,
.ekomart-wc .shop-sidebar .widget_layered_nav ul li a,
.ekomart-wc .shop-sidebar .widget.boldbfw-widget ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  transition: color 0.15s;
}
.ekomart-wc .shop-sidebar .widget_product_categories ul li.is-active > a,
.ekomart-wc .shop-sidebar .widget_categories ul li.is-active > a,
.ekomart-wc .shop-sidebar .widget_product_brand ul li.is-active > a,
.ekomart-wc .shop-sidebar .widget_layered_nav ul li.is-active > a,
.ekomart-wc .shop-sidebar .widget.boldbfw-widget ul li.is-active > a {
  color: var(--e-global-color-primary, #629D23);
  font-weight: 600;
}
.ekomart-wc .shop-sidebar .widget_price_filter .price_slider_wrapper {
  padding-top: 8px;
}
.ekomart-wc .shop-sidebar .widget_price_filter .ui-slider {
  background: #e5e7eb;
  border: none;
  border-radius: 4px;
  height: 6px;
}
.ekomart-wc .shop-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background: var(--e-global-color-primary, #629D23);
  border-radius: 4px;
}
.ekomart-wc .shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--e-global-color-primary, #629D23);
  top: -6px;
  cursor: grab;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.ekomart-wc .shop-sidebar .widget_price_filter .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.ekomart-wc .shop-sidebar .widget_price_filter .price_label {
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}
.ekomart-wc .shop-sidebar .widget_price_filter .button {
  margin-top: 12px;
  font-size: 13px;
}
.ekomart-wc .shop-sidebar .search-form,
.ekomart-wc .shop-sidebar .woocommerce-product-search {
  display: flex;
}
.ekomart-wc .shop-sidebar .search-form input[type=search],
.ekomart-wc .shop-sidebar .search-form .search-field,
.ekomart-wc .shop-sidebar .woocommerce-product-search input[type=search],
.ekomart-wc .shop-sidebar .woocommerce-product-search .search-field {
  flex: 1;
  border: 1px solid #e5e7eb;
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
}
.ekomart-wc .shop-sidebar .search-form input[type=search]:focus,
.ekomart-wc .shop-sidebar .search-form .search-field:focus,
.ekomart-wc .shop-sidebar .woocommerce-product-search input[type=search]:focus,
.ekomart-wc .shop-sidebar .woocommerce-product-search .search-field:focus {
  border-color: var(--e-global-color-primary, #629D23);
}
.ekomart-wc .shop-sidebar .search-form button,
.ekomart-wc .shop-sidebar .search-form .search-submit,
.ekomart-wc .shop-sidebar .woocommerce-product-search button,
.ekomart-wc .shop-sidebar .woocommerce-product-search .search-submit {
  border-radius: 0 6px 6px 0;
  padding: 8px 16px;
  border: none;
  background: var(--e-global-color-primary, #629D23);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
}
.ekomart-wc .shop-sidebar .search-form button:hover,
.ekomart-wc .shop-sidebar .search-form .search-submit:hover,
.ekomart-wc .shop-sidebar .woocommerce-product-search button:hover,
.ekomart-wc .shop-sidebar .woocommerce-product-search .search-submit:hover {
  opacity: 0.85;
}
.ekomart-wc .shop-sidebar .wc-layered-nav-rating a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  text-decoration: none;
  color: #444;
}
.ekomart-wc .shop-sidebar .wc-layered-nav-rating a:hover {
  color: var(--e-global-color-primary, #629D23);
}
.ekomart-wc .shop-sidebar .wc-layered-nav-rating a .star-rating {
  font-size: 13px;
}
.ekomart-wc .shop-sidebar .tagcloud,
.ekomart-wc .shop-sidebar .widget_product_tag_cloud .tagcloud {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ekomart-wc .shop-sidebar .tagcloud a,
.ekomart-wc .shop-sidebar .widget_product_tag_cloud .tagcloud a {
  position: relative;
  padding: 7px 0 7px 28px;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #4b5563;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.15s;
}
.ekomart-wc .shop-sidebar .tagcloud a::before,
.ekomart-wc .shop-sidebar .widget_product_tag_cloud .tagcloud a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1.5px solid #d1d5db;
  border-radius: 3px;
  background: #fff;
  transition: border-color 0.15s;
  pointer-events: none;
}
.ekomart-wc .shop-sidebar .tagcloud a:hover,
.ekomart-wc .shop-sidebar .widget_product_tag_cloud .tagcloud a:hover {
  background: transparent;
  color: #4b5563;
}
.ekomart-wc .shop-sidebar .tagcloud a:hover::before,
.ekomart-wc .shop-sidebar .widget_product_tag_cloud .tagcloud a:hover::before {
  border-color: #9ca3af;
}
.ekomart-wc .shop-sidebar .tagcloud a.is-active,
.ekomart-wc .shop-sidebar .widget_product_tag_cloud .tagcloud a.is-active {
  color: var(--e-global-color-primary, #629D23);
  font-weight: 600;
  background: transparent;
}
.ekomart-wc .shop-sidebar .widget_media_image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.ekomart-wc .shop-sidebar .widget_media_gallery .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.ekomart-wc .shop-sidebar .widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.ekomart-wc .shop-sidebar .widget_media_gallery .gallery .gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.ekomart-wc .shop-sidebar .widget_text p,
.ekomart-wc .shop-sidebar .widget_custom_html p {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
}
.ekomart-wc .shop-sidebar .widget_recent_entries ul li,
.ekomart-wc .shop-sidebar .widget_recent_comments ul li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ekomart-wc .shop-sidebar .widget_recent_entries ul li .post-date,
.ekomart-wc .shop-sidebar .widget_recent_entries ul li .comment-author-link,
.ekomart-wc .shop-sidebar .widget_recent_comments ul li .post-date,
.ekomart-wc .shop-sidebar .widget_recent_comments ul li .comment-author-link {
  font-size: 12px;
  color: #999;
}
.ekomart-wc .shop-sidebar .widget_nav_menu ul li a {
  display: block;
  padding: 2px 0;
}
.ekomart-wc .shop-sidebar .widget_calendar table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.ekomart-wc .shop-sidebar .widget_calendar table caption {
  font-weight: 700;
  padding-bottom: 10px;
  color: #1a1a1a;
}
.ekomart-wc .shop-sidebar .widget_calendar table th, .ekomart-wc .shop-sidebar .widget_calendar table td {
  text-align: center;
  padding: 6px;
}
.ekomart-wc .shop-sidebar .widget_calendar table th {
  font-weight: 600;
  color: #888;
}
.ekomart-wc .shop-sidebar .widget_calendar table td a {
  color: var(--e-global-color-primary, #629D23);
  font-weight: 700;
  text-decoration: none;
}
.ekomart-wc .shop-sidebar .widget_calendar table #today {
  background: var(--e-global-color-primary, #629D23);
  color: #fff;
  border-radius: 4px;
}
.ekomart-wc .shop-sidebar .widget_calendar table #today a {
  color: #fff;
}
.ekomart-wc .shop-sidebar .widget_pages ul li a {
  display: block;
  padding: 2px 0;
}
.ekomart-wc .shop-sidebar .widget_pages ul li .children {
  margin-top: 4px;
}
.ekomart-wc .shop-sidebar .widget_meta ul li a {
  display: block;
  padding: 2px 0;
}
.ekomart-wc .shop-sidebar .button,
.ekomart-wc .shop-sidebar button[type=submit],
.ekomart-wc .shop-sidebar input[type=submit] {
  background: var(--e-global-color-primary, #629D23);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.ekomart-wc .shop-sidebar .button:hover,
.ekomart-wc .shop-sidebar button[type=submit]:hover,
.ekomart-wc .shop-sidebar input[type=submit]:hover {
  opacity: 0.85;
}
.ekomart-wc .shop-sidebar select {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
}
.ekomart-wc .shop-sidebar select:focus {
  border-color: var(--e-global-color-primary, #629D23);
}
.ekomart-wc .shop-sidebar input[type=text],
.ekomart-wc .shop-sidebar input[type=email],
.ekomart-wc .shop-sidebar input[type=number],
.ekomart-wc .shop-sidebar textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
}
.ekomart-wc .shop-sidebar input[type=text]:focus,
.ekomart-wc .shop-sidebar input[type=email]:focus,
.ekomart-wc .shop-sidebar input[type=number]:focus,
.ekomart-wc .shop-sidebar textarea:focus {
  border-color: var(--e-global-color-primary, #629D23);
}

@media (max-width: 991px) {
  .ekomart-wc .shop-sidebar {
    margin-top: 40px;
  }
}
/* ======================================================
   Single Product — design overrides to match mockup
=========================================================*/
body.ekomart-wc.single-product div.product .ekomart-cat-badge {
  float: left;
  background: var(--e-global-color-primary, #629D23);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  text-decoration: none;
  margin-right: 14px;
  line-height: 1.6;
  vertical-align: middle;
  transition: background 0.2s ease;
}
body.ekomart-wc.single-product div.product .ekomart-cat-badge:hover {
  background: #111827;
  color: #fff;
}
body.ekomart-wc.single-product div.product .woocommerce-product-rating {
  display: inline-flex;
  margin-bottom: 5px;
  margin-top: 20px;
  vertical-align: middle;
}
body.ekomart-wc.single-product div.product .woocommerce-product-rating .woocommerce-review-link {
  color: var(--e-global-color-primary, #629D23);
  font-weight: 600;
  font-size: 14px;
  margin-left: 12px;
}
body.ekomart-wc.single-product div.product .woocommerce-product-rating .woocommerce-review-link:hover {
  color: var(--e-global-color-primary, #629D23);
  text-decoration: underline;
}
body.ekomart-wc.single-product div.product .woocommerce-product-rating .woocommerce-review-link .count {
  font-weight: 700;
  margin-right: 4px;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs {
  background: transparent;
  border: none;
  padding: 0;
  gap: 10px;
  margin-bottom: 28px;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 0;
  transition: all 0.2s ease;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  text-decoration: none;
  text-transform: capitalize;
  line-height: 1.2;
  transition: color 0.2s ease;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li:hover {
  border-color: var(--e-global-color-primary, #629D23);
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li:hover a {
  color: var(--e-global-color-primary, #629D23);
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--e-global-color-primary, #629D23);
  border-color: var(--e-global-color-primary, #629D23);
}
body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li.active a, body.ekomart-wc.single-product div.product .woocommerce-tabs ul.tabs li.active:hover a {
  color: #fff;
}
body.ekomart-wc.single-product div.product .ekomart-offer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.ekomart-wc.single-product div.product .ekomart-offer-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  padding: 0 0 25px;
  border-bottom: 1px solid #E2E2E2;
}
body.ekomart-wc.single-product div.product .ekomart-offer-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
body.ekomart-wc.single-product div.product .ekomart-offer-list li img {
  width: 40px;
  height: 40px;
  border: 1px solid #e2e2e2;
  background: #fff;
  padding: 8px;
  border-radius: 6px;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel,
body.ekomart-wc.single-product div.product .woocommerce-tabs .wc-tab {
  background: transparent;
  border: none;
  padding: 24px 0 0;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #4b5563;
  border-top: 1px solid #f0f0f0;
}
body.ekomart-wc.single-product div.product .woocommerce-tabs .panel h2,
body.ekomart-wc.single-product div.product .woocommerce-tabs .wc-tab h2 {
  font-size: 22px;
  color: #0f172a;
  margin: 0 0 16px;
  font-weight: 700;
}
body.ekomart-wc.single-product div.product form.cart .quantity {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
body.ekomart-wc.single-product div.product form.cart .quantity .qty {
  width: 70px;
  font-weight: 700;
}

@media (max-width: 575px) {
  body.ekomart-wc.single-product div.product .ekomart-cat-badge {
    margin-bottom: 8px;
    margin-right: 0;
  }
  body.ekomart-wc.single-product div.product .woocommerce-product-rating {
    display: flex;
    width: 100%;
  }
}
/* ======================================================
   Single Product — right-sidebar two-column layout
   `.product` becomes a flex row: [ ekomart-product-main ] [ sidebar ].
   `.ekomart-product-main` wraps gallery + summary + tabs;
   `.single-product-sidebar` sits as a fixed-width column on the right.
=========================================================*/
body.ekomart-product-right-sidebar.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  background: #fff;
  padding: 60px;
  border-radius: 6px;
}
body.ekomart-product-right-sidebar.single-product div.product > .ekomart-product-main {
  flex: 1 1 0;
  min-width: 0;
}
body.ekomart-product-right-sidebar.single-product div.product > .single-product-sidebar {
  flex: 0 0 400px;
  width: 400px;
  margin: 0;
  position: sticky;
  top: 30px;
  align-self: flex-start;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
body.ekomart-product-right-sidebar.single-product div.product > .single-product-sidebar .widget {
  margin-bottom: 24px;
}
body.ekomart-product-right-sidebar.single-product div.product > .single-product-sidebar .widget:last-child {
  margin-bottom: 0;
}
body.ekomart-product-right-sidebar.single-product div.product > .single-product-sidebar .widget-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px;
  border: none;
}

/* Stack vertically on tablets/mobile */
@media (max-width: 991px) {
  body.ekomart-product-right-sidebar.single-product div.product {
    flex-direction: column;
  }
  body.ekomart-product-right-sidebar.single-product div.product > .ekomart-product-main,
  body.ekomart-product-right-sidebar.single-product div.product > .single-product-sidebar {
    flex: 1 1 100%;
    width: 100%;
  }
  body.ekomart-product-right-sidebar.single-product div.product > .single-product-sidebar {
    position: static;
    max-height: none;
    overflow-y: visible;
  }
}
/* ======================================================
   Customer Reviews tab — 2-column layout
   Left: rating summary (avg, distribution, recommended).
   Right: "Submit Your Review" form.
=========================================================*/
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 50px;
  padding: 10px 0 30px;
  align-items: start;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-summary {
  margin: 0;
  padding: 0;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-avg {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-avg-num {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
  letter-spacing: -1px;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-avg-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-avg-label {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-avg-meta .star-rating {
  font-size: 16px;
  margin: 2px 0;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-avg-counts {
  font-size: 13px;
  color: #6b7280;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-recommended {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-recommended-num {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  letter-spacing: -0.5px;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-recommended-label {
  font-size: 14px;
  color: #4b5563;
  font-weight: 500;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-bars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-bar {
  display: grid;
  grid-template-columns: 90px 1fr 44px;
  align-items: center;
  gap: 12px;
  margin: 0;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-bar-stars .star-rating {
  font-size: 13px;
  margin: 0;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-bar-track {
  height: 6px;
  background: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-bar-fill {
  display: block;
  height: 100%;
  background: var(--e-global-color-primary, #629D23);
  border-radius: 6px;
  transition: width 0.4s ease;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-bar-pct {
  font-size: 13px;
  color: #111827;
  font-weight: 600;
  text-align: right;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area {
  margin: 0;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-title,
body.ekomart-wc.single-product .ekomart-reviews #review_form #reply-title.ekomart-reviews-form-title {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 22px;
  display: block;
  line-height: 1.3;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area #respond {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-rating {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-rating label {
  font-size: 14px;
  color: #111827;
  font-weight: 600;
  margin: 0;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form > * {
  margin: 0;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-author {
  grid-column: 1/2;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-email {
  grid-column: 2/3;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-rating,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-comment,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .form-submit,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-notes,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-cookies-consent {
  grid-column: 1/-1;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-notes,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-cookies-consent {
  display: none;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form input[type=text],
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form input[type=email],
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 14px;
  color: #111827;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form input[type=text]::-moz-placeholder, body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form input[type=email]::-moz-placeholder, body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form textarea::-moz-placeholder {
  color: #9ca3af;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form input[type=text]::placeholder,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form input[type=email]::placeholder,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form textarea::placeholder {
  color: #9ca3af;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form input[type=text]:focus,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form input[type=email]:focus,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form textarea:focus {
  border-color: var(--e-global-color-primary, #629D23);
  box-shadow: 0 0 0 3px rgba(98, 157, 35, 0.12);
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form textarea {
  min-height: 130px;
  resize: vertical;
  line-height: 1.55;
  font-family: inherit;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-author,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-email,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form-comment {
  margin: 0;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .form-submit {
  margin: 6px 0 0;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .form-submit input[type=submit],
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .submit,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .ekomart-reviews-submit {
  background: var(--e-global-color-primary, #629D23);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .form-submit input[type=submit]:hover,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .submit:hover,
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .ekomart-reviews-submit:hover {
  background: #111827;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-list {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}
body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-list .woocommerce-Reviews-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 18px;
}

.money__back.widget_media_image img {
  margin-left: -7px;
  margin-top: -10px;
}

@media (max-width: 767px) {
  body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-form-area .comment-form {
    grid-template-columns: 1fr;
  }
  body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-avg-num {
    font-size: 44px;
  }
  body.ekomart-wc.single-product .ekomart-reviews .ekomart-reviews-bar {
    grid-template-columns: 80px 1fr 40px;
  }
}
/* ======================================================
   Additional Information tab — short description + attributes
   table + return policy + red note.
=========================================================*/
body.ekomart-wc.single-product .ekomart-additional-info h2 {
  display: none;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__desc {
  font-size: 15px;
  line-height: 1.75;
  color: #6b7280;
  margin: 0 0 20px;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__desc p {
  margin: 0 0 10px;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__desc p:last-child {
  margin-bottom: 0;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes,
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-collapse: collapse;
  margin: 0 0 22px;
  font-size: 14px;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes th, body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes td,
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes th,
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes td {
  border: 1px solid #e5e7eb;
  padding: 16px 22px;
  vertical-align: middle;
  background: #fff;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes th,
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes th {
  text-align: left;
  font-weight: 700;
  color: #0f172a;
  width: 50%;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes th p,
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes th p {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes td,
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes td {
  text-align: left;
  color: #4b5563;
  font-weight: 500;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes td p,
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes td p {
  margin: 0;
  padding: 0;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__return {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin: 0 0 14px;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__return strong {
  color: #0f172a;
  font-weight: 700;
  margin-right: 4px;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__note {
  font-size: 14px;
  line-height: 1.7;
  color: #dc2626;
  margin: 0;
  font-weight: 500;
}
body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__note strong {
  color: #dc2626;
  font-weight: 700;
  margin-right: 4px;
}

@media (max-width: 575px) {
  body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes th, body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes td,
  body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes th,
  body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes td {
    padding: 12px 14px;
  }
  body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table table.shop_attributes th,
  body.ekomart-wc.single-product .ekomart-additional-info .ekomart-additional-info__table .shop_attributes th {
    font-size: 12px;
  }
}
body.ekomart-wc.woocommerce .related.products ul.products li.product .ekomart-card-image, body.ekomart-wc .woocommerce .related.products ul.products li.product .ekomart-card-image {
  border: 1px solid #EAEAEA;
}

body.ekomart-wc.woocommerce .related.products ul.products li.product, body.ekomart-wc .woocommerce .related.products ul.products li.product {
  background: #fff;
}

.related.products > h2 {
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: 700;
}