.elementor-2651 .elementor-element.elementor-element-9d003f4{--display:flex;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-woocommerce-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-woocommerce-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-woocommerce-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.products-heading-show .related-products > h2, .elementor-widget-woocommerce-products.products-heading-show .upsells > h2, .elementor-widget-woocommerce-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-woocommerce-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-woocommerce-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-woocommerce-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-woocommerce-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-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-4393ee0 );}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-4393ee0 );}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-d7630fa );font-family:"Roboto", Sans-serif;font-size:23px;font-weight:600;}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-d7630fa );}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-d7630fa );}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-d7630fa );}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-d7630fa );}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products ul.products li.product .button{margin-top:12px;}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products .added_to_cart{margin-inline-start:0px;}.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products ul.products li.product span.onsale{display:block;border-radius:100px;}@media(max-width:1024px){.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-2651 .elementor-element.elementor-element-a60202b.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-9d003f4 *//* Make all filters in one row */
.woof_redraw_zone {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

/* Each filter block */
.woof_redraw_zone .woof_container {
    flex: 1;
    min-width: 180px;
}

/* Force Course Type to behave like others */
.woof_container_pa_course_type {
    display: block !important;
    flex: 1;
    min-width: 180px;
}

/* Dropdown styling (all filters) */
.woof select {
    width: 100%;
    height: 40px;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
}

/* Highlight Course Type dropdown */
.woof_container_pa_course_type select {
    border: 1px solid #ff6b00;
}

/* Labels */
.woof_container label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

/* Mobile */
@media (max-width: 768px) {
    .woof_redraw_zone {
        flex-direction: column;
    }
}/* End custom CSS */