.elementor-989009 .elementor-element.elementor-element-0b5f089{--display:flex;}.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-989009 .elementor-element.elementor-element-7fbe041.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-989009 .elementor-element.elementor-element-7fbe041.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-989009 .elementor-element.elementor-element-7fbe041.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-989009 .elementor-element.elementor-element-7fbe041.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-7fbe041 *//* Overall product card layout */
ul.products li.product {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  padding: 12px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  min-height: 420px; /* ensure equal height cards */
}

ul.products li.product:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/* Product image */
ul.products li.product img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
}

/* Product title */
ul.products li.product .woocommerce-loop-product__title {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  margin-bottom: 8px;
}

/* Custom fields section */
.product-custom-fields {
  text-align: left;
  margin: 0 auto 10px;
  display: inline-block;
  width: 100%;
  padding: 0px 5px;
}

.product-custom-fields p {
  font-size: 14px;
  color: #444;
  margin: 4px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  
}
.product-custom-fields p .data{
    text-align: left;
    width: 30%;
}

.product-custom-fields strong {
  font-weight: 600;
  color: #000;
}

/* Details Button */
.more-details-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #ff6600;
  color: #fff !important;
  padding: 6px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.more-details-btn:hover {
  background: #e65c00;
  transform: translateY(-2px);
}

/* Optional — small arrow icon like NewBikeBD style */
.more-details-btn::after {
  content: "→";
  margin-left: 6px;
  font-size: 15px;
}

/* Image watermark style (optional) */
ul.products li.product::before {
  content: "NewBikeBD.Com";
  position: absolute;
  top: 12px;
  left: 12px;
  color: #137a08;
  font-weight: 700;
  font-size: 14px;
  font-family: "Arial", sans-serif;
}

/* Decorative red corners like NewBikeBD */
ul.products li.product::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid red;
  border-left: 20px solid transparent;
}/* End custom CSS */