.elementor-1430 .elementor-element.elementor-element-1809b2{--display:flex;--min-height:700px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-wc-categories .woocommerce .woocommerce-loop-category__title{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-categories .woocommerce-loop-category__title .count{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-1430 .elementor-element.elementor-element-3205c308 .product{text-align:center;}.elementor-1430 .elementor-element.elementor-element-3205c308.elementor-wc-products  ul.products{grid-column-gap:6px;grid-row-gap:4px;}.elementor-1430 .elementor-element.elementor-element-3205c308 a > img{margin-bottom:0px;}.elementor-1430 .elementor-element.elementor-element-3205c308 .woocommerce .woocommerce-loop-category__title{color:#575757;font-family:"Poiret One", Sans-serif;font-size:20px;font-weight:600;text-transform:capitalize;letter-spacing:0.6px;}.elementor-1430 .elementor-element.elementor-element-3205c308 .woocommerce-loop-category__title .count{color:#02010100;font-family:"Roboto", Sans-serif;font-weight:600;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1430 .elementor-element.elementor-element-1809b2{--min-height:700px;}.elementor-1430 .elementor-element.elementor-element-3205c308 .woocommerce .woocommerce-loop-category__title{font-size:18px;}}/* Start custom CSS for wc-categories, class: .elementor-element-3205c308 *//* Apply custom font and styling for the filter section */
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');

.woocommerce .category-radio-buttons {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    z-index: 10;
    font-family: 'Poiret One', sans-serif;
    font-weight: 600; /* Semi-bold font weight */
}

/* Styling for the search box container */
.woocommerce .product-search-container {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.woocommerce .product-search-container input[type="search"] {
    width: 100%;
    max-width: 100%; /* Ensure full width but no resizing */
    padding: 14px;
    font-size: 18px;
    border: 2px solid #000; /* Black border */
    border-radius: 20px; /* Rounded corners */
    font-family: 'Poiret One', sans-serif;
    font-weight: 600;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box; /* Ensure padding doesn't affect width */
}

.woocommerce .product-search-container input[type="search"]:focus {
    border-color: #000; /* Maintain black border on focus */
}

/* Styling for the category filter section */
.woocommerce .category-radio-buttons h3 {
    font-size: 22px; /* Increased font size */
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #333;
}

/* Style for the container holding the radio buttons */
.woocommerce .category-radio-buttons label {
    display: inline-flex;
    align-items: center;
    margin: 10px;
    font-size: 16px;
    cursor: pointer;
}

/* Circle style for the radio button */
.woocommerce .category-radio-buttons input[type="radio"] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #ccc;
    cursor: pointer;
}

/* Horizontal layout with full width */
.woocommerce .category-radio-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Ensure radio button labels are aligned horizontally */
.woocommerce .category-radio-buttons label {
    flex: 1 0 25%; /* Each item takes up 25% of the width */
    max-width: 200px; /* Prevent items from becoming too wide */
}

/* No products message style */
.no-products-message {
    width: 100%;
    text-align: center;
    padding: 200px 100px 200px 200px; /* Reduced right-side padding by 100px */
    font-size: 44px; /* Increased by 20px from previous */
    color: #333;
    background-color: transparent;
    border: 2px solid transparent; /* Transparent border */
    border-radius: 10px;
    text-transform: capitalize; /* Capitalize the first letter of each word */
    font-weight: bold;
    font-family: 'Poiret One', sans-serif; /* Apply Poiret One font */
    display: flex; /* Use flexbox for center alignment */
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments for mobile and tablet devices */
@media (max-width: 768px) {
    .no-products-message {
        padding: 150px; /* Reduce padding on smaller screens */
        font-size: 30px; /* Reduce font size */
    }
}

@media (max-width: 480px) {
    .no-products-message {
        padding: 100px; /* Further reduce padding for mobile */
        font-size: 24px; /* Further reduce font size */
    }
}

.woocommerce-result-count {
    display: none !important;
}/* End custom CSS */