.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-549 .elementor-element.elementor-element-13f928c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-549 .elementor-element.elementor-element-13f928c.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-549 .elementor-element.elementor-element-13f928c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-549 .elementor-element.elementor-element-13f928c.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-13f928c *//* ================================================
   LAYOUT FIX — Force correct card structure
   ================================================ */

/* Reset any theme conflicts */
.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 16px !important;
    margin: 0 !important;
    box-shadow: none !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    background: #fff !important;
    overflow: hidden !important;
    position: relative !important;
    float: none !important;
}

/* Image — full width, fixed height, no float */
.woocommerce ul.products li.product img {
    width: 100% !important;
    height: 180px !important;
    object-fit: contain !important;
    display: block !important;
    float: none !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    border-radius: 6px !important;
}

/* Product link wrapper — block, not inline */
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block !important;
    float: none !important;
    width: 100% !important;
    text-decoration: none !important;
}

/* Product title — below image */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: block !important;
    float: none !important;
    width: 100% !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #111827 !important;
    line-height: 1.5 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

/* Price — below title */
.woocommerce ul.products li.product .price {
    display: block !important;
    float: none !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
}

/* Button — full width, below price, never floating */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product a.button {
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px 16px !important;
    text-align: center !important;
    background: transparent !important;
    color: #111827 !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    cursor: pointer !important;
    transition: background 0.15s, color 0.15s !important;
    position: static !important;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover {
    background: #FF741D !important;
    color: #ffffff !important;
    border-color: #FF741D !important;
    box-shadow: none !important;
    transform: none !important;
}

/* Grid layout */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
    gap: 16px !important;
    float: none !important;
    clear: both !important;
}

/* Clear all floats causing the split layout */
.woocommerce ul.products li.product::after,
.woocommerce ul.products li.product::before {
    display: none !important;
    content: none !important;
}

.woocommerce ul.products li.product *,
.woocommerce ul.products li.product *::before,
.woocommerce ul.products li.product *::after {
    float: none !important;
}/* End custom CSS */