.elementor-kit-9{--e-global-color-primary:#6B5132;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#6B5132;--e-global-color-c3ee098:#C59949;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:uppercase;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#000000;}.elementor-kit-9 a:hover{color:#F0F0F0;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{font-family:"Figtree", Sans-serif;text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Change ADD TO CART button text to SHOP NOW and fix hover visibility */
.woocommerce ul.products li.product .button::after {
    content: 'SHOP NOW' !important;
    position: relative !important;
    z-index: 1 !important;
    color: #ffffff !important;
    display: inline-block !important;
}

/* Hide the original button text */
.woocommerce ul.products li.product .button {
    font-size: 0 !important;
    position: relative !important;
}

/* Ensure text stays visible on hover */
.woocommerce ul.products li.product .button::after {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
}

.woocommerce ul.products li.product .button:hover::after {
    color: #ffffff !important;
    z-index: 2 !important;
}

/* Product Grid Layout Improvements */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 30px !important;
    margin: 30px 0 !important;
}

.woocommerce ul.products li.product {
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    padding: 20px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1) !important;
    border-color: #d0d0d0 !important;
}

/* Product Image Styling */
.woocommerce ul.products li.product img {
    width: 100% !important;
    height: 250px !important;
    object-fit: contain !important;
    background: #f9f9f9 !important;
    border-radius: 6px !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
}

/* Product Title */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 15px 0 10px !important;
    line-height: 1.4 !important;
    min-height: 44px !important;
    color: #333 !important;
}

/* Product Price */
.woocommerce ul.products li.product .price {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin: 10px 0 15px !important;
    display: block !important;
}

/* Add to Cart Button Styling */
.woocommerce ul.products li.product .button {
    width: 100% !important;
    padding: 12px 24px !important;
    margin-top: 15px !important;
    border-radius: 6px !important;
    background: #2c3e50 !important;
    border: 2px solid #2c3e50 !important;
    transition: all 0.3s ease !important;
}

.woocommerce ul.products li.product .button:hover {
    background: transparent !important;
    color: #2c3e50 !important;
    transform: translateY(-2px) !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important;
        gap: 15px !important;
    }
    
    .woocommerce ul.products li.product {
        padding: 15px !important;
    }
    
    .woocommerce ul.products li.product img {
        height: 180px !important;
    }
    
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h2 {
        font-size: 14px !important;
        min-height: auto !important;
    }
    
    .woocommerce ul.products li.product .price {
        font-size: 16px !important;
    }
}/* End custom CSS */