.product-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background-color: #ec2324;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.product-filter-form select,
.product-filter-form button {
    flex: 1 1 calc(25% - 10px);
    min-width: 150px;
    padding: 8px 10px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

.product-filter-form select {
    background-color: #fff;
    color: #000;
}

.product-filter-form button {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.product-filter-form button:hover {
    background-color: #333;
}

/* Mobile stacking */
@media (max-width: 768px) {
    .product-filter-form select,
    .product-filter-form button {
        flex: 1 1 100%;
    }
}

h3.woocommerce-loop-product__title {
    /* position: relative; */
    margin-top: 8px;
}
h3.woocommerce-loop-product__title a{
color:black;
}

.product-transition .woocommerce-loop-product__link{position:relative;}

.posted-in {
   display: flex;
   align-items: start;
   justify-content: space-evenly;
   flex-direction: column;
}

.secondary {float:left;clear:none;
           max-width:20%}
@media (max-width:1024px){
  .secondary{display:none;}
}
.product-transition {
    overflow: inherit;
}

.product-caption .price{
    margin-bottom:1.5em;    
}
.product-caption-bottom {
    background: white;
    
}
.tax-product_brand .col-full, .tax-product_cat .col-full {margin-bottom:50px;}
.tax-product_cat .elementor-widget-shortcode, .tax-product_brand .elementor-widget-shortcode{display:none;}
.widget_product_categories ul li a:not(.button):before, .widget_product_brands ul li a:not(.button):before, .widget_rating_filter ul li a:not(.button):before, .widget_layered_nav ul li a:not(.button):before{display:none;}
