.elementor-205 .elementor-element.elementor-element-42f0d89{--display:flex;}.elementor-205 .elementor-element.elementor-element-dea8d3e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-205 .elementor-element.elementor-element-dea8d3e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-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-wc-archive-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-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-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-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-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-wc-archive-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-wc-archive-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-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-205 .elementor-element.elementor-element-70c3cd7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-205 .elementor-element.elementor-element-70c3cd7.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:#6EC1E4;}.elementor-205 .elementor-element.elementor-element-70c3cd7.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:#6EC1E4;}.elementor-205 .elementor-element.elementor-element-70c3cd7.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-205 .elementor-element.elementor-element-70c3cd7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(min-width:768px){.elementor-205 .elementor-element.elementor-element-42f0d89{--content-width:60rem;}}@media(max-width:767px){.elementor-205 .elementor-element.elementor-element-dea8d3e{--width:100%;}.elementor-205 .elementor-element.elementor-element-70c3cd7.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for wc-archive-products, class: .elementor-element-70c3cd7 *//* Product archive layout - horizontal with image on left */
.woocommerce ul.products li.product {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    width: 100% !important;
    margin-bottom: 40px !important;
    padding-bottom: 40px !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

/* Product image - left side, smaller */
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .wp-post-image {
    max-width: 150px !important;
    width: 150px !important;
    height: auto !important;
    margin-right: 25px !important;
    flex-shrink: 0 !important;
}

/* "click to see more" text under image */
.woocommerce ul.products li.product .read-more-link {
    display: block !important;
    text-align: center !important;
    font-size: 11px !important;
    color: #666 !important;
    text-decoration: underline !important;
    margin-top: 5px !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}

/* Product image wrapper */
.woocommerce ul.products li.product .product-image-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* Product details container - everything on the right */
.woocommerce ul.products li.product .product-info-wrapper {
    flex: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
}

/* Left side of product info - title, SKU, description */
.woocommerce ul.products li.product .product-details {
    flex: 1 !important;
    padding-right: 20px !important;
}

/* Product title - blue */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
    color: #228ECE !important;
    font-size: 16px !important;
    font-weight: normal !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
    cursor: default !important;
}

/* Product SKU/code - smaller, grey */
.woocommerce ul.products li.product .product-sku,
.woocommerce ul.products li.product .sku_wrapper {
    color: #999 !important;
    font-size: 11px !important;
    margin-bottom: 10px !important;
}

/* "Suitable for:" section */
.woocommerce ul.products li.product .product-short-description {
    font-size: 13px !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

/* "Suitable for:" heading - BLACK */
.woocommerce ul.products li.product .product-short-description strong {
    color: #333 !important;
    font-weight: bold !important;
    display: block !important;
    margin-bottom: 5px !important;
}

/* List container */
.woocommerce ul.products li.product .product-short-description ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 8px 0 !important;
}

/* List items - BLACK text */
.woocommerce ul.products li.product .product-short-description li {
    color: #333 !important;
    font-size: 13px !important;
    margin-bottom: 4px !important;
    padding-left: 15px !important;
    position: relative !important;
}

/* Arrow bullet - BLACK */
.woocommerce ul.products li.product .product-short-description li:before {
    content: "›" !important;
    position: absolute !important;
    left: 0 !important;
    color: #333 !important;
    font-weight: bold !important;
}

/* Paragraph text after list - BLACK */
.woocommerce ul.products li.product .product-short-description p {
    color: #333 !important;
    font-size: 13px !important;
    margin-top: 10px !important;
}

/* Right side - price, button, stock */
.woocommerce ul.products li.product .product-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    min-width: 200px !important;
}

/* Product price */
.woocommerce ul.products li.product .price {
    font-size: 18px !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}

/* Quantity + Order button container */
.woocommerce ul.products li.product .add-to-cart-wrapper {
    display: flex !important;
    align-items: flex-end !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
}

/* Quantity input */
.woocommerce ul.products li.product input.qty {
    width: 60px !important;
    padding: 0 !important;
    text-align: center !important;
    height: 30px !important;
    line-height: 30px !important;
    border: 1px solid #ccc !important;
    font-size: 14px !important;
    vertical-align: middle !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Quantity wrapper if it exists */
.woocommerce ul.products li.product .quantity {
    margin: 0 !important;
    display: inline-block !important;
    vertical-align: bottom !important;
}

/* Order button */
.woocommerce ul.products li.product .button {
    background: #4a4a4a !important;
    color: white !important;
    border: none !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    height: 30px !important;
    line-height: 30px !important;
    display: inline-block !important;
    vertical-align: bottom !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.woocommerce ul.products li.product .button:hover {
    background: #333 !important;
}

/* Stock status - orange */
.woocommerce ul.products li.product .stock {
    color: #ff8c00 !important;
    font-size: 12px !important;
    text-align: right !important;
}

.woocommerce ul.products li.product .stock.in-stock {
    color: #ff8c00 !important;
}

/* Remove link styling and functionality from content area */
.woocommerce ul.products li.product .product-short-description a,
.woocommerce ul.products li.product .product-details a {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: default !important;
}

/* Custom price styling */
.woocommerce ul.products li.product .custom-price-wrapper {
    text-align: right !important;
    margin-bottom: 10px !important;
}

.woocommerce ul.products li.product .custom-price-wrapper p {
    margin: 0 0 5px 0 !important;
    font-size: 14px !important;
    color: #333 !important;
    line-height: 1.4 !important;
}

.woocommerce ul.products li.product .custom-price-wrapper strong {
    font-weight: bold !important;
}

.woocommerce ul.products li.product .custom-price-wrapper .price,
.woocommerce ul.products li.product .custom-price-wrapper .woocommerce-Price-amount {
    font-weight: bold !important;
    font-size: 14px !important;
    color: #000 !important;
}

.woocommerce ul.products li.product .custom-price-wrapper p:last-child {
    font-size: 11px !important;
    color: #666 !important;
    font-weight: normal !important;
}

/* Mobile responsive - stack vertically */
@media (max-width: 768px) {
    /* Stack product layout vertically on mobile */
    .woocommerce ul.products li.product {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    /* Center image on mobile */
    .woocommerce ul.products li.product img,
    .woocommerce ul.products li.product .wp-post-image {
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }
    
    /* Stack product info vertically on mobile */
    .woocommerce ul.products li.product .product-info-wrapper {
        flex-direction: column !important;
        width: 100% !important;
    }
    
    /* Remove right padding on mobile */
    .woocommerce ul.products li.product .product-details {
        padding-right: 0 !important;
        margin-bottom: 20px !important;
    }
    
    /* Center actions on mobile */
    .woocommerce ul.products li.product .product-actions {
        align-items: center !important;
        width: 100% !important;
        min-width: auto !important;
    }
    
    /* Center price on mobile */
    .woocommerce ul.products li.product .price {
        text-align: center !important;
    }
    
    /* Center add to cart wrapper */
    .woocommerce ul.products li.product .add-to-cart-wrapper {
        justify-content: center !important;
    }
    
    /* Center stock status */
    .woocommerce ul.products li.product .stock {
        text-align: center !important;
    }
    
    /* Center custom price wrapper */
    .woocommerce ul.products li.product .custom-price-wrapper {
        text-align: center !important;
    }
}/* End custom CSS */