body.home header,
body.home .site-header,
body.home #site-header,
body.home .wp-site-blocks > header,
body.home .wp-block-template-part,
body.home .custom-header,

body.post-type-archive-product header,
body.post-type-archive-product .site-header,
body.post-type-archive-product #site-header,
body.post-type-archive-product .wp-site-blocks > header,
body.post-type-archive-product .wp-block-template-part,
body.post-type-archive-product .custom-header,

body.single-product header,
body.single-product .site-header,
body.single-product #site-header,
body.single-product .wp-site-blocks > header,
body.single-product .wp-block-template-part,
body.single-product .custom-header,

body.page-id-639 header,
body.page-id-639 .site-header,
body.page-id-639 #site-header,
body.page-id-639 .wp-site-blocks > header,
body.page-id-639 .wp-block-template-part,
body.page-id-639 .custom-header {
    display: none !important;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .elementor-widget-wc-products .button { background-color: #6B8E23 !important; color: #ffffff !important; border-radius: 30px !important; border: none !important; } .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .elementor-widget-wc-products .button:hover { background-color: #58761D !important; color: #ffffff !important; }
body.post-type-archive-product .site-header,
body.post-type-archive-product header.wp-block-template-part,
body.post-type-archive-product .wp-site-blocks > header {
    display: none !important;
}
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 3.8em;
}

.woocommerce ul.products li.product .price {
    min-height: 2em;
}
.woocommerce-result-count {
    display: none;
}
.woocommerce ul.products li.product {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 18px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}
.woocommerce ul.products li.product img {
    border-radius: 12px;
    overflow: hidden;
}
.post-type-archive-product {
    background: #f7f7f7;
}
.woocommerce ul.products li.product {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0,0,0,.12);
}

/* Round the product images */
.woocommerce ul.products li.product a img {
    border-radius: 12px;
}
.elementor-671 h1,
.elementor-671 h2,
.elementor-671 h3 {
    color: #ffffff !important;
}

.elementor-671 a.elementor-button,
.elementor-671 .elementor-button,
.elementor-671 button {
    background: #9dba2f !important;
    color: #111111 !important;
    border-radius: 50px !important;
    padding: 16px 42px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.elementor-671 a.elementor-button:hover,
.elementor-671 .elementor-button:hover,
.elementor-671 button:hover {
    background: #89a329 !important;
    color: #ffffff !important;
}
.elementor-671 a[href="/shop/"],
.elementor-671 a[href$="/shop/"] {
    display: inline-block !important;
    background-color: #9dba2f !important;
    color: #111111 !important;
    border-radius: 50px !important;
    padding: 16px 42px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.elementor-671 a[href="/shop/"]:hover,
.elementor-671 a[href$="/shop/"]:hover {
    background-color: #89a329 !important;
    color: #ffffff !important;
}
/* FIX: Make product names visible */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    display: block !important;
    color: #111111 !important;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin: 18px 0 10px;
}