.elementor-kit-22748{--e-global-color-primary:#660000;--e-global-color-secondary:#A60A0A;--e-global-color-text:#121212;--e-global-color-accent:#267C32;--e-global-color-15d7730:#F8F6F2;--e-global-color-68b7240:#E3A73B;--e-global-color-efadca0:#FFFFFF;--e-global-color-6870a94:#35A545;--e-global-color-1cc0bcd:#0B4927;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;--e-global-typography-accent-font-style:italic;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:#287556;--e-preloader-size:130px;}.elementor-kit-22748 button,.elementor-kit-22748 input[type="button"],.elementor-kit-22748 input[type="submit"],.elementor-kit-22748 .elementor-button{background-color:var( --e-global-color-68b7240 );font-family:"Roboto", Sans-serif;font-size:12px;font-weight:400;text-transform:uppercase;color:var( --e-global-color-15d7730 );border-style:none;border-radius:5px 5px 5px 5px;}.elementor-kit-22748 e-page-transition{background-color:#66000000;}.elementor-kit-22748 h1{font-family:"Playfair Display", Sans-serif;}.elementor-kit-22748 h2{font-family:"Playfair Display", Sans-serif;}.elementor-kit-22748 h3{font-family:"Playfair Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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;}.elementor-kit-22748{--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-preloader-size:80px;}}/* Start custom CSS */.link-light a { color: #ffffff; }
.link-light a:hover { color: #E3A73B; }

.filter-everything {
    font-size: 0.8em;
}

/* ===== PRODUCT CARDS (Individual Products) ===== */
/* Only target individual product items for equal heights */
ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* Make product content area flexible */
li.product > a,
li.product .woocommerce-loop-product__link {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    height: 100% !important;
}

/* Equal image heights for products */
li.product img {
    height: 275px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* Push price down, keep button at bottom */
li.product .price {
    margin-top: auto !important;
    margin-bottom: 10px !important;
}

/* Product buttons - consistent height and spacing */
li.product .add_to_cart_button,
li.product .button,
li.product a.button {
    margin: 0 10px 10px 10px !important;
    margin-top: auto !important;
    height: 45px !important;
    line-height: 1.2 !important;
    padding: 0 10px !important;
    width: calc(100% - 20px) !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    border: none !important;
    outline: none !important;
}

/* ===== CATEGORY CARDS ===== */
/* Category card container */
.woocommerce .product-category {
    position: relative !important;
    display: block !important;
}

/* Category images - rounded top corners */
.woocommerce .product-category img {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    width: 100% !important;
    display: block !important;
}

/* Category link - covers entire card */
.woocommerce .product-category > a {
    display: block !important;
    position: relative !important;
    text-decoration: none !important;
}

/* Category title positioning */
.woocommerce .product-category h2,
.woocommerce .product-category .woocommerce-loop-category__title {
    position: relative !important;
    z-index: 5 !important;
    padding-bottom: 80px !important; /* Space for button */
}

/* "View All" button on category cards */
.woocommerce .product-category > a::after {
    content: "View All" !important;
    position: absolute !important;
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
    background-color: #4CAF50 !important;
    color: white !important;
    padding: 12px 20px !important;
    text-align: center !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    z-index: 10 !important;
}

/* Remove yellow product count badges */
.woocommerce-loop-category__title .count,
.product-category .count {
    display: none !important;
}

/* Make sure the pseudo-element button is still visible but the link covers it */
.woocommerce .product-category > a::after {
    content: "View All" !important;
    position: absolute !important;
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
    
    background-color: #4CAF50 !important;
    color: white !important;
    padding: 12px 20px !important;
    text-align: center !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    z-index: 10 !important;
}

.products-filter-01 {
    font-size: 11px !important;
}
.berocket_ajax_group_filter_title {
    font-size: 13px !important;
}
.berocket_single_filter_widget h3 {
        font-size: 13px !important;
}/* End custom CSS */