.elementor-2624 .elementor-element.elementor-element-deee694{--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;}.elementor-2624 .elementor-element.elementor-element-30a7947{--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;}.elementor-2624 .elementor-element.elementor-element-68ba3e1{--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;}.elementor-2624 .elementor-element.elementor-element-7b52dbd{--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;}.elementor-2624 .elementor-element.elementor-element-f4fa4d0{--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;}.elementor-2624 .elementor-element.elementor-element-ed117f8 h3.title, .elementor-2624 .elementor-element.elementor-element-ed117f8 .products-title{text-align:center;}.elementor-2624 .elementor-element.elementor-element-16ea2c8{--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;}/* Start custom CSS for etheme_products, class: .elementor-element-ed117f8 *//* ==================== Grid System - Fixed Equal Heights ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1025px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 ul.products {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }
}

/* ==================== Product Card - Equal Heights ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 480px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product {
    min-height: 420px;
    border-radius: 12px;
  }
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(139,90,43,0.15);
}

/* ==================== Hide Category ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-category,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .posted_in,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product_cats,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .category-label,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-brands,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .brand-label {
  display: none !important;
}

/* ==================== Product Image - Fixed Ratio ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .woocommerce-loop-product__link,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product > a:first-child {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f8f8f8;
  flex-shrink: 0;
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product img,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .attachment-woocommerce_thumbnail,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .woocommerce-loop-product__link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product:hover img {
  transform: scale(1.05);
}

/* ==================== Content Wrapper - Flex Growth ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-content-wrapper,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-details,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product > div:not(.woocommerce-loop-product__link) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
  gap: 0;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-content-wrapper,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-details,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product > div:not(.woocommerce-loop-product__link) {
    padding: 12px;
  }
}

/* ==================== Product Title - Fixed Lines ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .woocommerce-loop-product__title,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product h2,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product h3,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #5D4037;
  margin: 0 0 10px 0 !important;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  min-height: 63px;
  max-height: 63px;
  overflow-wrap: anywhere;
  word-break: break-word;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .woocommerce-loop-product__title,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product h2,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product h3,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-title {
    font-size: 14px;
    -webkit-line-clamp: 2;
    min-height: 39px;
    max-height: 39px;
    line-height: 1.4;
  }
}

/* ==================== Auto Margin Push ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .price {
  margin-top: auto !important;
  padding-top: 8px;
}

/* ==================== Price - Fixed Height ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .price {
  font-size: 18px;
  font-weight: 700;
  color: #8B5A2B;
  margin: 0 0 12px 0 !important;
  padding: 0;
  display: block;
  min-height: 28px;
  overflow-wrap: anywhere;
  word-break: break-word;
  flex-shrink: 0;
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .price del {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-right: 6px;
  display: inline-block;
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .price ins {
  text-decoration: none;
  color: #D4AF37;
  display: inline-block;
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .price .amount {
  font-size: inherit;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .price {
    font-size: 16px;
    min-height: 24px;
  }
  
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .price del {
    font-size: 13px;
  }
}

/* ==================== Quantity Controls - Perfect Alignment ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity.buttons_added {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 10px 0 !important;
  width: 100%;
  height: 36px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity.buttons_added {
    gap: 4px;
    margin: 0 0 8px 0 !important;
    height: 32px;
  }
}

/* Plus/Minus Buttons */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.minus,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.plus,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity button.minus,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity button.plus,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity .minus,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity .plus {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  border-radius: 10px !important;
  border: 2px solid #8B5A2B !important;
  background: #fff !important;
  color: #8B5A2B !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.minus,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.plus,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity button.minus,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity button.plus,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity .minus,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity .plus {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
  }
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.minus:hover,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.plus:hover,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity button.minus:hover,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity button.plus:hover,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity .minus:hover,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity .plus:hover {
  background: #8B5A2B !important;
  color: #fff !important;
}

/* Quantity Input */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.qty,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input[type="number"],
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity .qty {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 10px !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #5D4037 !important;
  background: #f8f8f8 !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-appearance: textfield;
  flex-shrink: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.qty,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input[type="number"],
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity .qty {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
  }
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.qty::-webkit-inner-spin-button,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==================== Add to Cart Button - Perfect Consistency ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .button,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .add_to_cart_button,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product_type_simple,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product_type_variable,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.button,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product button.button {
  width: 100% !important;
  min-height: 42px !important;
  max-height: 42px !important;
  height: 42px !important;
  padding: 0 16px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: #8B5A2B !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 1.2 !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(139,90,43,0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .button,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .add_to_cart_button,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product_type_simple,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product_type_variable,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.button,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product button.button {
    min-height: 40px !important;
    max-height: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
  }
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .button:hover,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .add_to_cart_button:hover,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.button:hover,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product button.button:hover {
  background: #5D4037 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139,90,43,0.3);
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .button:active,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .add_to_cart_button:active,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.button:active,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product button.button:active {
  transform: translateY(0);
}

/* Remove Icons */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .button::before,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .button::after,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .add_to_cart_button::before,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .add_to_cart_button::after,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.button::before,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.button::after,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product button.button::before,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product button.button::after {
  display: none !important;
  content: none !important;
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .button i,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .button svg,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .add_to_cart_button i,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .add_to_cart_button svg,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.button i,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.button svg {
  display: none !important;
}

/* Variable Product Button */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product_type_variable,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.product_type_variable {
  background: #D4AF37 !important;
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product_type_variable:hover,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product a.product_type_variable:hover {
  background: #8B5A2B !important;
}

/* ==================== Remove All Extra Margins ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product > *,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-content-wrapper > *,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-details > * {
  margin-top: 0 !important;
}

.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product > *:last-child,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-content-wrapper > *:last-child,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-details > *:last-child {
  margin-bottom: 0 !important;
}

/* ==================== NEW Badge ==================== */
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .onsale,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-label,
.elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  z-index: 2;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .onsale,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .product-label,
  .elementor-2624 .elementor-element.elementor-element-ed117f8 li.product .badge {
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    font-size: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f4fa4d0 *//* ==================== Grid System - Fixed Equal Heights ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 ul.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1025px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 ul.products {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }
}

/* ==================== Product Card - Equal Heights ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 480px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  position: relative;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product {
    min-height: 420px;
    border-radius: 12px;
  }
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(139,90,43,0.15);
}

/* ==================== Hide Category ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-category,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .posted_in,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product_cats,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .category-label,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-brands,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .brand-label {
  display: none !important;
}

/* ==================== Product Image - Fixed Ratio ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .woocommerce-loop-product__link,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product > a:first-child {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f8f8f8;
  flex-shrink: 0;
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product img,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .attachment-woocommerce_thumbnail,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .woocommerce-loop-product__link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product:hover img {
  transform: scale(1.05);
}

/* ==================== Content Wrapper - Flex Growth ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-content-wrapper,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-details,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product > div:not(.woocommerce-loop-product__link) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 16px;
  gap: 0;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-content-wrapper,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-details,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product > div:not(.woocommerce-loop-product__link) {
    padding: 12px;
  }
}

/* ==================== Product Title - Fixed Lines ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .woocommerce-loop-product__title,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product h2,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product h3,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #5D4037;
  margin: 0 0 10px 0 !important;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  min-height: 63px;
  max-height: 63px;
  overflow-wrap: anywhere;
  word-break: break-word;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .woocommerce-loop-product__title,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product h2,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product h3,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-title {
    font-size: 14px;
    -webkit-line-clamp: 2;
    min-height: 39px;
    max-height: 39px;
    line-height: 1.4;
  }
}

/* ==================== Auto Margin Push ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .price {
  margin-top: auto !important;
  padding-top: 8px;
}

/* ==================== Price - Fixed Height ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .price {
  font-size: 18px;
  font-weight: 700;
  color: #8B5A2B;
  margin: 0 0 12px 0 !important;
  padding: 0;
  display: block;
  min-height: 28px;
  overflow-wrap: anywhere;
  word-break: break-word;
  flex-shrink: 0;
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .price del {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-right: 6px;
  display: inline-block;
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .price ins {
  text-decoration: none;
  color: #D4AF37;
  display: inline-block;
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .price .amount {
  font-size: inherit;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .price {
    font-size: 16px;
    min-height: 24px;
  }
  
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .price del {
    font-size: 13px;
  }
}

/* ==================== Quantity Controls - Perfect Alignment ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity.buttons_added {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 0 10px 0 !important;
  width: 100%;
  height: 36px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity.buttons_added {
    gap: 4px;
    margin: 0 0 8px 0 !important;
    height: 32px;
  }
}

/* Plus/Minus Buttons */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.minus,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.plus,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity button.minus,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity button.plus,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity .minus,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity .plus {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  border-radius: 10px !important;
  border: 2px solid #8B5A2B !important;
  background: #fff !important;
  color: #8B5A2B !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.minus,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.plus,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity button.minus,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity button.plus,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity .minus,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity .plus {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
  }
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.minus:hover,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.plus:hover,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity button.minus:hover,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity button.plus:hover,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity .minus:hover,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity .plus:hover {
  background: #8B5A2B !important;
  color: #fff !important;
}

/* Quantity Input */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.qty,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input[type="number"],
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity .qty {
  width: 52px !important;
  min-width: 52px !important;
  max-width: 52px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 10px !important;
  text-align: center !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #5D4037 !important;
  background: #f8f8f8 !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-appearance: textfield;
  flex-shrink: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.qty,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input[type="number"],
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity .qty {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
  }
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.qty::-webkit-inner-spin-button,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .quantity input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ==================== Add to Cart Button - Perfect Consistency ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .button,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .add_to_cart_button,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product_type_simple,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product_type_variable,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.button,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product button.button {
  width: 100% !important;
  min-height: 42px !important;
  max-height: 42px !important;
  height: 42px !important;
  padding: 0 16px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  background: #8B5A2B !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 1.2 !important;
  border: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(139,90,43,0.2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-shrink: 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .button,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .add_to_cart_button,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product_type_simple,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product_type_variable,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.button,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product button.button {
    min-height: 40px !important;
    max-height: 40px !important;
    height: 40px !important;
    font-size: 13px !important;
    border-radius: 10px !important;
  }
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .button:hover,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .add_to_cart_button:hover,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.button:hover,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product button.button:hover {
  background: #5D4037 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139,90,43,0.3);
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .button:active,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .add_to_cart_button:active,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.button:active,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product button.button:active {
  transform: translateY(0);
}

/* Remove Icons */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .button::before,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .button::after,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .add_to_cart_button::before,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .add_to_cart_button::after,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.button::before,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.button::after,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product button.button::before,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product button.button::after {
  display: none !important;
  content: none !important;
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .button i,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .button svg,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .add_to_cart_button i,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .add_to_cart_button svg,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.button i,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.button svg {
  display: none !important;
}

/* Variable Product Button */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product_type_variable,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.product_type_variable {
  background: #D4AF37 !important;
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product_type_variable:hover,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product a.product_type_variable:hover {
  background: #8B5A2B !important;
}

/* ==================== Remove All Extra Margins ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product > *,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-content-wrapper > *,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-details > * {
  margin-top: 0 !important;
}

.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product > *:last-child,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-content-wrapper > *:last-child,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-details > *:last-child {
  margin-bottom: 0 !important;
}

/* ==================== NEW Badge ==================== */
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .onsale,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-label,
.elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  border-radius: 6px;
  z-index: 2;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .onsale,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .product-label,
  .elementor-2624 .elementor-element.elementor-element-f4fa4d0 li.product .badge {
    top: 8px;
    right: 8px;
    padding: 3px 8px;
    font-size: 10px;
  }
}/* End custom CSS */