.elementor-1915 .elementor-element.elementor-element-6304194{--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;--margin-top:4%;--margin-bottom:4%;--margin-left:0%;--margin-right:0%;}.elementor-1915 .elementor-element.elementor-element-dafe053{--display:flex;}@media(min-width:768px){.elementor-1915 .elementor-element.elementor-element-6304194{--content-width:1515px;}}@media(max-width:1366px) and (min-width:768px){.elementor-1915 .elementor-element.elementor-element-6304194{--content-width:1313px;}}@media(max-width:1024px){.elementor-1915 .elementor-element.elementor-element-6304194{--padding-top:0%;--padding-bottom:0%;--padding-left:3%;--padding-right:3%;}}@media(max-width:767px){.elementor-1915 .elementor-element.elementor-element-6304194{--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for shortcode, class: .elementor-element-5c62d07 *//* Tablet + Desktop */
@media screen and (min-width: 768px) {

  .woocommerce ul.products li.product {
    text-align: center;
    color: #000;
  }

  .woocommerce ul.products li.product img {
    width: 270px;
    height: 373px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1; /* chhota fix */
    margin: 10px 0;
    color: #000;
  }

  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .woocommerce-Price-amount {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 0;
    color: #000;
  }

  .woocommerce ul.products li.product .onsale,
  .woocommerce ul.products li.product .button {
    display: none !important;
  }
}


/* Mobile Only */
@media screen and (max-width: 767px) {

  /* Product Container Left Aligned */
  .woocommerce ul.products li.product {
    text-align: left;
    color: #000; /* all text black */
  }

  /* Product Image */
  .woocommerce ul.products li.product img {
    width: 229px;
    height: 171px;
    object-fit: cover;
    display: block;
    margin: 0; /* left align image */
    border-radius: 6px; /* rounded corners */
  }

  /* Product Title */
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 0.1em;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    color: #000;
  }

  /* Product Price (sale & normal) */
  .woocommerce ul.products li.product .price,
  .woocommerce ul.products li.product .woocommerce-Price-amount,
  .woocommerce ul.products li.product .price del,
  .woocommerce ul.products li.product .price ins {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: left;
    color: #000 !important;
    text-decoration: none; /* remove underline */
  }

  /* Hide Sale Badge */
  .woocommerce ul.products li.product .onsale {
    display: none !important;
  }

  /* Hide Add to Cart Button */
  .woocommerce ul.products li.product .button {
    display: none !important;
  }

}


/* Mobile Only */
@media screen and (max-width: 767px) {

  /* Product Grid Spacing */
  .woocommerce ul.products {
    gap: 0px 12px !important; /* row 0px, column 12px */
  }

  /* Product Container Left Aligned */
  .woocommerce ul.products li.product {
    text-align: left;
    color: #000; /* all text black */
    margin: 0 !important; /* remove any extra spacing */
  }

  /* Product Image */
  .woocommerce ul.products li.product img {
    width: 229px;
    height: 171px;
    object-fit: cover;
    display: block;
    margin: 0; /* left align image */
    border-radius: 6px; /* rounded corners */
  }

  /* Product Title */
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1em;
    margin-top: -12px;
    margin-bottom: -1px;
    text-align: left;
    color: #000;
  }

  /* Product Price (Sale & Normal) */
  .woocommerce ul.products li.product .price {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2em;
    text-align: left;
    color: #000 !important;
  }

  /* Normal (Cut) Price */
  .woocommerce ul.products li.product .price del {
    text-decoration: line-through; /* ✅ center cut line */
    opacity: 1;
    color: #000 !important;
  }

  /* Sale (Active) Price */
  .woocommerce ul.products li.product .price ins {
    text-decoration: none; /* ❌ no underline */
    color: #000 !important;
  }

  /* Hide Sale Badge */
  .woocommerce ul.products li.product .onsale {
    display: none !important;
  }

  /* Hide Add to Cart Button */
  .woocommerce ul.products li.product .button {
    display: none !important;
  }

}/* End custom CSS */