.elementor-4404 .elementor-element.elementor-element-e124cfb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:20px;--padding-right:20px;}.elementor-4404 .elementor-element.elementor-element-ad5bc0d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1b64fa7 *//* ===== PRODUCT CARD ===== */
.products li.product {
  position: relative;
  border-radius: 14px;
  background: #f6f7f7;
  padding: 20px;
  overflow: hidden;
  transition: all 0.35s ease;
}

.products li.product::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    #e7f3ec 0%,
    #f6f7f7 55%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.products li.product:hover::before {
  opacity: 1;
}

.products li.product > * {
  position: relative;
  z-index: 1;
}

/* ===== IMAGE ===== */
.products li.product img {
  max-height: 240px;
  object-fit: contain;
  margin-bottom: 14px;
  transition: transform 0.35s ease;
}

.products li.product:hover img {
  transform: scale(1.04);
}

/* ===== TITLE ===== */
.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #123;
}

/* ===== PRICE ===== */
.products li.product .price {
  font-size: 18px;
  font-weight: 700;
  color: #d11c24;
  margin-bottom: 14px;
}

/* ===== BUTTONS (GENERIC) ===== */
.products li.product .button {
  width: 100%;
  border-radius: 8px;
  font-weight: 600;
  margin-bottom: 8px;
  transition: transform 0.25s ease;
}

.products li.product .button:hover {
  transform: translateY(-2px);
}

/* ===== YITH / ADD TO CART (REPLACED BY YITH) ===== */
.products li.product .add_to_cart_button,
.products li.product .yith-ywraq-add-to-quote {
  background: #00732f;
  color: #fff;
  padding: 10px 20px;
}

/* ===== LIST VIEW ===== */
.products.list li.product {
  display: flex;
  align-items: center;
  gap: 28px;
}

.products.list li.product img {
  max-width: 220px;
}

/* ===== MOBILE ===== */
@media (max-width: 640px) {
  .products li.product {
    padding: 16px;
  }

  .products li.product img {
    max-height: 200px;
  }
}

/* ===== FILTER SIDEBAR ===== */
.asf-filter h4 {
  font-size: 16px;
  margin: 20px 0 10px;
}

.asf-filter label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  cursor: pointer;
}

.asf-filter input {
  margin-right: 6px;
}

/* ===== GLOBAL CLEANUPS ===== */
ul li {
  list-style-type: none;
}

#products {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
}


/* ===== STICKY FILTER (DESKTOP ONLY) ===== */
@media (min-width: 1025px) {
  .asf-filter {
    position: sticky;
    top: 100px; /* adjust based on header height */
    align-self: flex-start;
    height: max-content;
  }
}


/* ===============================
   CONNECTED QUANTITY CONTROL
================================ */

.loop-qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid #999;
  border-radius: 6px;
  overflow: hidden;
  height: 38px;
}

.loop-qty-wrap .qty-btn {
  width: 36px;
  height: 38px;
  border: 0;
  background: #f3f3f3;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loop-qty-wrap .qty-btn:hover {
  background: #e6e6e6;
}

.loop-qty-wrap .qty {
  width: 44px;
  height: 38px;
  border: 0;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  background: #fff;
  outline: none;
}

/* Remove number arrows */
.loop-qty-wrap .qty::-webkit-outer-spin-button,
.loop-qty-wrap .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#grid,#list{
    display: none !important;
}
/* Optional: disabled minus */
.loop-qty-wrap .qty-btn.minus:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.woocommerce-Price-amount{
    color:#00732f !important;
}/* End custom CSS */