.elementor-3915 .elementor-element.elementor-element-50c32a71 > .elementor-container{max-width:1600px;}.elementor-3915 .elementor-element.elementor-element-50c32a71{margin-top:0px;margin-bottom:0px;padding:0px 15px 0px 15px;}.elementor-3915 .elementor-element.elementor-element-223c5429 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:25px;}.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-3915 .elementor-element.elementor-element-4525125.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-3915 .elementor-element.elementor-element-4525125.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-3915 .elementor-element.elementor-element-4525125.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-3915 .elementor-element.elementor-element-4525125.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* === WooCommerce Product Tile - Dark Theme === */
.woocommerce ul.products li.product {
  background-color: #1a1a1a; /* Deep dark grey */
  color: #fff;
  border-radius: 16px;
  padding: 20px 15px;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.05); /* subtle white glow */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* On Hover: Elevate card + glow effect */
.woocommerce ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.15);
}

/* Product Title */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 18px;
  color: #fff;
  margin: 12px 0 8px;
  text-align: center;
}

/* Price Styling */
.woocommerce ul.products li.product .price {
  color: #ccc;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
}

/* Image Styling */
.woocommerce ul.products li.product img {
  max-height: 300px;
  object-fit: contain;
  background-color: #111;
  padding: 15px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

/* Hover Zoom on Image */
.woocommerce ul.products li.product:hover img {
  transform: scale(1.05);
}

/* Add to Cart Button */
.woocommerce ul.products li.product .button {
  background-color: #444;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  margin-top: 12px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  transition: background 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #fff;
  color: #000;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .woocommerce ul.products li.product {
    padding: 15px 10px;
  }

  .woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
  }

  .woocommerce ul.products li.product img {
    max-height: 160px;
  }
}

