.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-woocommerce-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-18 .elementor-element.elementor-element-8edbde4.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-18 .elementor-element.elementor-element-8edbde4.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-18 .elementor-element.elementor-element-8edbde4.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-18 .elementor-element.elementor-element-8edbde4.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-8edbde4 *//* ======================================
   PREMIUM PALLETS – ENHANCED GOLD UI
   WooCommerce Products Widget
   Glassmorphism • Gold Animations • 3D Effects
====================================== */

/* ========== SECTION WRAPPER ========== */
.elementor-widget-woocommerce-products {
  background: #0a0a0a;
  padding: 60px 24px;
  position: relative;
  overflow: hidden;
}

/* Floating background particles */
.elementor-widget-woocommerce-products::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212,175,55,0.06) 0%, transparent 70%);
  border-radius: 50%;
  top: 10%;
  left: -5%;
  animation: bgOrbFloat1 12s ease-in-out infinite;
  pointer-events: none;
}

.elementor-widget-woocommerce-products::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(212,175,55,0.04) 0%, transparent 70%);
  border-radius: 50%;
  bottom: 15%;
  right: -3%;
  animation: bgOrbFloat2 10s ease-in-out infinite;
  pointer-events: none;
}

@keyframes bgOrbFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(30px, -40px) scale(1.2); }
  66% { transform: translate(-20px, 20px) scale(0.9); }
}

@keyframes bgOrbFloat2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-25px, -30px) scale(1.15); }
  66% { transform: translate(15px, 25px) scale(0.85); }
}

/* ========== PRODUCTS GRID ========== */
.elementor-widget-woocommerce-products ul.products {
  display: grid !important;
  gap: 28px !important;
  margin: 0 auto !important;
  max-width: 1320px;
}

.elementor-widget-woocommerce-products ul.products::before,
.elementor-widget-woocommerce-products ul.products::after {
  display: none !important;
}

/* ========== PRODUCT CARD - ENHANCED ========== */
.elementor-widget-woocommerce-products li.product {
  position: relative !important;
  background: rgba(20, 20, 20, 0.75) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 2px solid rgba(212, 175, 55, 0.2) !important;
  border-radius: 22px !important;
  padding: 20px !important;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  box-shadow: 
    0 18px 45px rgba(0, 0, 0, 0.45),
    inset 0 0 0 0 rgba(212, 175, 55, 0) !important;
  overflow: hidden !important;
  isolation: isolate !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
  clear: none !important;
  transform-style: preserve-3d !important;
  perspective: 1000px !important;
}

/* ========== GOLD BORDER ANIMATIONS - ENHANCED ========== */

/* 1. Rotating gold light border */
.elementor-widget-woocommerce-products li.product::before {
  content: '' !important;
  position: absolute !important;
  inset: -2px !important;
  border-radius: 24px !important;
  padding: 2px !important;
  background: conic-gradient(
    from 0deg,
    transparent 0deg,
    transparent 60deg,
    rgba(212, 175, 55, 0.3) 90deg,
    #D4AF37 120deg,
    #FFD700 140deg,
    #E5C767 150deg,
    #D4AF37 160deg,
    rgba(212, 175, 55, 0.3) 190deg,
    transparent 220deg,
    transparent 280deg,
    rgba(212, 175, 55, 0.3) 310deg,
    #D4AF37 340deg,
    #FFD700 350deg,
    #E5C767 355deg,
    #D4AF37 360deg
  ) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  animation: productBorderRotate 6s linear infinite paused !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
  z-index: 0 !important;
  pointer-events: none !important;
  filter: drop-shadow(0 0 8px rgba(212,175,55,0.5)) !important;
}

.elementor-widget-woocommerce-products li.product:hover::before {
  opacity: 0.85 !important;
  animation-play-state: running !important;
}

@keyframes productBorderRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* 2. Dashed gold border running */
.elementor-widget-woocommerce-products li.product::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 22px !important;
  pointer-events: none !important;
  z-index: 0 !important;
  opacity: 0 !important;
  transition: opacity 0.5s ease !important;
  background: 
    linear-gradient(90deg, #D4AF37 50%, transparent 50%) repeat-x,
    linear-gradient(90deg, #D4AF37 50%, transparent 50%) repeat-x,
    linear-gradient(0deg, #D4AF37 50%, transparent 50%) repeat-y,
    linear-gradient(0deg, #D4AF37 50%, transparent 50%) repeat-y !important;
  background-size: 12px 2px, 12px 2px, 2px 12px, 2px 12px !important;
  background-position: 0 0, 0 100%, 0 0, 100% 0 !important;
}

.elementor-widget-woocommerce-products li.product:hover::after {
  opacity: 0.4 !important;
  animation: productDashMove 1.2s linear infinite !important;
}

@keyframes productDashMove {
  0% { background-position: 0 0, 0 100%, 0 0, 100% 0; }
  100% { background-position: 24px 0, -24px 100%, 0 -24px, 100% 24px; }
}

/* 3. Inner gold glow on hover */
.elementor-widget-woocommerce-products li.product .inner-glow {
  position: absolute !important;
  inset: 0 !important;
  border-radius: 22px !important;
  pointer-events: none !important;
  z-index: 0 !important;
  box-shadow: inset 0 0 60px rgba(212, 175, 55, 0) !important;
  transition: box-shadow 0.5s ease !important;
}

.elementor-widget-woocommerce-products li.product:hover .inner-glow {
  box-shadow: inset 0 0 60px rgba(212, 175, 55, 0.1) !important;
}

/* ========== HOVER LIFT + 3D TILT ========== */
.elementor-widget-woocommerce-products li.product:hover {
  transform: translateY(-12px) rotateX(2deg) rotateY(-2deg) !important;
  border-color: rgba(212, 175, 55, 0.5) !important;
  box-shadow: 
    0 32px 70px rgba(0, 0, 0, 0.65),
    0 0 50px rgba(212, 175, 55, 0.25),
    0 0 100px rgba(212, 175, 55, 0.08) !important;
}

/* ========== SALE BADGE - PULSE ========== */
.elementor-widget-woocommerce-products span.onsale {
  background: linear-gradient(135deg, #D4AF37, #E5C767) !important;
  color: #0a0a0a !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border-radius: 50px !important;
  padding: 7px 14px !important;
  top: 14px !important;
  left: 14px !important;
  right: auto !important;
  min-height: auto !important;
  min-width: auto !important;
  line-height: 1 !important;
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4) !important;
  z-index: 3 !important;
  position: absolute !important;
  animation: saleBadgePulse 2.5s ease-in-out infinite !important;
}

@keyframes saleBadgePulse {
  0%, 100% { box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4); }
  50% { box-shadow: 0 8px 30px rgba(212, 175, 55, 0.7); transform: scale(1.03); }
}

/* ========== IMAGE WRAPPER ========== */
.elementor-widget-woocommerce-products li.product .woocommerce-loop-product__link {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  margin-bottom: 16px !important;
}

/* ========== PRODUCT IMAGE - SHIMMER EFFECT ========== */
.elementor-widget-woocommerce-products li.product img {
  border-radius: 16px !important;
  margin-bottom: 0 !important;
  transition: transform 0.7s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  width: 100% !important;
  display: block !important;
  position: relative !important;
  z-index: 1 !important;
}

.elementor-widget-woocommerce-products li.product:hover img {
  transform: scale(1.1) !important;
}

/* Image shimmer on hover */
.elementor-widget-woocommerce-products li.product .woocommerce-loop-product__link::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -75% !important;
  width: 50% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.08),
    transparent
  ) !important;
  transform: skewX(-25deg) !important;
  z-index: 3 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}

.elementor-widget-woocommerce-products li.product:hover .woocommerce-loop-product__link::before {
  opacity: 1 !important;
  animation: imageShimmer 1.5s ease-in-out infinite !important;
}

@keyframes imageShimmer {
  0% { left: -75%; }
  100% { left: 125%; }
}

/* Image overlay gradient */
.elementor-widget-woocommerce-products li.product .woocommerce-loop-product__link::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(10, 10, 10, 0.3) 80%,
    rgba(10, 10, 10, 0.5) 100%
  ) !important;
  z-index: 2 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  transition: opacity 0.4s ease !important;
}

.elementor-widget-woocommerce-products li.product:hover .woocommerce-loop-product__link::after {
  opacity: 1 !important;
}

/* ========== QUICK VIEW OVERLAY ========== */
.product-quick-view-overlay {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0.8) !important;
  z-index: 4 !important;
  background: rgba(10, 10, 10, 0.85) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(212, 175, 55, 0.3) !important;
  color: #D4AF37 !important;
  padding: 10px 18px !important;
  border-radius: 50px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  opacity: 0 !important;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  pointer-events: none !important;
  white-space: nowrap !important;
}

.elementor-widget-woocommerce-products li.product:hover .product-quick-view-overlay {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

/* ========== PRODUCT TITLE - GOLD ON HOVER ========== */
.elementor-widget-woocommerce-products li.product h2,
.elementor-widget-woocommerce-products li.product .woocommerce-loop-product__title {
  color: #ffffff !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  min-height: 40px !important;
  margin-bottom: 8px !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 1 !important;
  transition: all 0.3s ease !important;
}

.elementor-widget-woocommerce-products li.product:hover h2,
.elementor-widget-woocommerce-products li.product:hover .woocommerce-loop-product__title {
  color: #FFD700 !important;
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.4) !important;
  letter-spacing: 0.5px !important;
}

/* ========== PRICE - ENHANCED ========== */
.elementor-widget-woocommerce-products .price {
  color: #D4AF37 !important;
  font-family: 'JetBrains Mono', 'Inter', monospace !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  position: relative !important;
  z-index: 1 !important;
  transition: all 0.3s ease !important;
}

.elementor-widget-woocommerce-products li.product:hover .price {
  transform: scale(1.05) !important;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.4) !important;
}

.elementor-widget-woocommerce-products .price del {
  color: #707070 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  opacity: 0.7 !important;
}

.elementor-widget-woocommerce-products .price ins {
  text-decoration: none !important;
  color: #D4AF37 !important;
}

/* ========== ADD TO CART BUTTON - ENHANCED ========== */
.elementor-widget-woocommerce-products a.button,
.elementor-widget-woocommerce-products .add_to_cart_button {
  background: linear-gradient(135deg, #B8941F, #D4AF37, #E5C767) !important;
  color: #0a0a0a !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 13px 20px !important;
  border-radius: 50px !important;
  border: none !important;
  text-align: center !important;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
  box-shadow: 
    0 6px 20px rgba(212, 175, 55, 0.35),
    inset 0 1px 0 rgba(255,255,255,0.2) !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  margin-top: auto !important;
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}

/* Button shimmer */
.elementor-widget-woocommerce-products a.button::before,
.elementor-widget-woocommerce-products .add_to_cart_button::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -100% !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg, 
    transparent, 
    rgba(255,255,255,0.2), 
    rgba(255,255,255,0.4), 
    rgba(255,255,255,0.2), 
    transparent
  ) !important;
  transition: left 0.6s ease !important;
}

/* Button gold particles */
.elementor-widget-woocommerce-products a.button::after,
.elementor-widget-woocommerce-products .add_to_cart_button::after {
  content: '' !important;
  position: absolute !important;
  inset: -2px !important;
  border-radius: 52px !important;
  padding: 2px !important;
  background: conic-gradient(
    from 0deg,
    transparent,
    #D4AF37,
    transparent
  ) !important;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
  animation: buttonBorderSpin 4s linear infinite paused !important;
}

@keyframes buttonBorderSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.elementor-widget-woocommerce-products a.button:hover,
.elementor-widget-woocommerce-products .add_to_cart_button:hover {
  transform: translateY(-4px) scale(1.02) !important;
  box-shadow: 
    0 15px 40px rgba(212, 175, 55, 0.55),
    0 0 60px rgba(212, 175, 55, 0.2) !important;
  background: linear-gradient(135deg, #D4AF37, #E5C767, #F0D878) !important;
  color: #0a0a0a !important;
  letter-spacing: 1px !important;
}

.elementor-widget-woocommerce-products a.button:hover::before,
.elementor-widget-woocommerce-products .add_to_cart_button:hover::before {
  left: 100% !important;
}

.elementor-widget-woocommerce-products a.button:hover::after,
.elementor-widget-woocommerce-products .add_to_cart_button:hover::after {
  opacity: 0.6 !important;
  animation-play-state: running !important;
}

.elementor-widget-woocommerce-products a.button:active,
.elementor-widget-woocommerce-products .add_to_cart_button:active {
  transform: translateY(0) scale(0.95) !important;
  transition: all 0.1s ease !important;
}

/* Added to cart state */
.elementor-widget-woocommerce-products a.button.added {
  background: linear-gradient(135deg, #22c55e, #16a34a) !important;
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.35) !important;
  animation: addedToCartPulse 0.6s ease-out !important;
}

@keyframes addedToCartPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* ========== STAR RATING ========== */
.elementor-widget-woocommerce-products .star-rating {
  display: none !important;
}

/* ========== CATEGORY LABEL ========== */
.product-category-label {
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: #D4AF37 !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  position: relative !important;
  z-index: 1 !important;
}

/* ========== STOCK STATUS - PULSE ========== */
.product-stock-status {
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 10px !important;
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.product-stock-status.in-stock {
  color: #22c55e !important;
}

.product-stock-status.in-stock::before {
  content: '' !important;
  width: 8px !important;
  height: 8px !important;
  background: #22c55e !important;
  border-radius: 50% !important;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.6) !important;
  animation: stockPulse 2s ease-in-out infinite !important;
}

@keyframes stockPulse {
  0%, 100% { transform: scale(1); opacity: 0.7; box-shadow: 0 0 8px rgba(34, 197, 94, 0.4); }
  50% { transform: scale(1.6); opacity: 1; box-shadow: 0 0 16px rgba(34, 197, 94, 0.8); }
}

.product-stock-status.low-stock {
  color: #f59e0b !important;
}

.product-stock-status.out-of-stock {
  color: #ef4444 !important;
}

/* ========== WISHLIST ICON ========== */
.product-wishlist-icon {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  z-index: 3 !important;
  width: 34px !important;
  height: 34px !important;
  background: rgba(10, 10, 10, 0.8) !important;
  backdrop-filter: blur(8px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  color: #b0b0b0 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.product-wishlist-icon:hover {
  color: #ef4444 !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
  background: rgba(239, 68, 68, 0.1) !important;
  transform: scale(1.1) !important;
  box-shadow: 0 0 20px rgba(239, 68, 68, 0.2) !important;
}

/* ========== ENTRANCE ANIMATION ========== */
.elementor-widget-woocommerce-products li.product {
  animation: productEntrance 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  opacity: 0;
}

.elementor-widget-woocommerce-products li.product:nth-child(1) { animation-delay: 0.05s; }
.elementor-widget-woocommerce-products li.product:nth-child(2) { animation-delay: 0.1s; }
.elementor-widget-woocommerce-products li.product:nth-child(3) { animation-delay: 0.15s; }
.elementor-widget-woocommerce-products li.product:nth-child(4) { animation-delay: 0.2s; }
.elementor-widget-woocommerce-products li.product:nth-child(5) { animation-delay: 0.25s; }
.elementor-widget-woocommerce-products li.product:nth-child(6) { animation-delay: 0.3s; }
.elementor-widget-woocommerce-products li.product:nth-child(7) { animation-delay: 0.35s; }
.elementor-widget-woocommerce-products li.product:nth-child(8) { animation-delay: 0.4s; }
.elementor-widget-woocommerce-products li.product:nth-child(9) { animation-delay: 0.45s; }
.elementor-widget-woocommerce-products li.product:nth-child(10) { animation-delay: 0.5s; }
.elementor-widget-woocommerce-products li.product:nth-child(11) { animation-delay: 0.55s; }
.elementor-widget-woocommerce-products li.product:nth-child(12) { animation-delay: 0.6s; }

@keyframes productEntrance {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ========== RESPONSIVE ========== */

/* Desktop (4 Columns) */
@media (min-width: 1025px) {
  .elementor-widget-woocommerce-products ul.products {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* Tablet (3 Columns) */
@media (min-width: 769px) and (max-width: 1024px) {
  .elementor-widget-woocommerce-products ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
  }
  
  .elementor-widget-woocommerce-products li.product {
    padding: 16px !important;
  }
  
  .elementor-widget-woocommerce-products li.product h2,
  .elementor-widget-woocommerce-products li.product .woocommerce-loop-product__title {
    font-size: 14px !important;
  }
  
  .elementor-widget-woocommerce-products .price {
    font-size: 18px !important;
  }
}

/* Mobile (2 Columns) */
@media (max-width: 768px) {
  .elementor-widget-woocommerce-products {
    padding: 40px 14px !important;
  }
  
  .elementor-widget-woocommerce-products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
  
  .elementor-widget-woocommerce-products li.product {
    padding: 14px !important;
    border-radius: 18px !important;
  }
  
  .elementor-widget-woocommerce-products li.product::before,
  .elementor-widget-woocommerce-products li.product::after {
    border-radius: 18px !important;
  }
  
  .elementor-widget-woocommerce-products li.product img {
    border-radius: 12px !important;
  }
  
  .elementor-widget-woocommerce-products li.product h2,
  .elementor-widget-woocommerce-products li.product .woocommerce-loop-product__title {
    font-size: 13px !important;
    min-height: 34px !important;
  }
  
  .elementor-widget-woocommerce-products .price {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  
  .elementor-widget-woocommerce-products a.button,
  .elementor-widget-woocommerce-products .add_to_cart_button {
    padding: 11px 14px !important;
    font-size: 11px !important;
  }
  
  .elementor-widget-woocommerce-products span.onsale {
    font-size: 9px !important;
    padding: 5px 10px !important;
    top: 10px !important;
    left: 10px !important;
  }
  
  .product-quick-view-overlay {
    display: none !important;
  }
  
  .product-wishlist-icon {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
    top: 10px !important;
    right: 10px !important;
  }
}

/* Small Phones */
@media (max-width: 400px) {
  .elementor-widget-woocommerce-products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
  
  .elementor-widget-woocommerce-products li.product {
    padding: 10px !important;
  }
  
  .elementor-widget-woocommerce-products li.product h2,
  .elementor-widget-woocommerce-products li.product .woocommerce-loop-product__title {
    font-size: 12px !important;
    min-height: 30px !important;
  }
  
  .elementor-widget-woocommerce-products .price {
    font-size: 14px !important;
  }
  
  .elementor-widget-woocommerce-products a.button,
  .elementor-widget-woocommerce-products .add_to_cart_button {
    padding: 10px 12px !important;
    font-size: 10px !important;
  }
}/* End custom CSS */