/* Category Live Filter Styles */

/* Container for title + search alignment */
.woocommerce-products-header {
    display: flex;
    justify-content: space-between;
}

.snapskins-category-search-input {
    text-align:center;
    margin-top:25px;
    width: 100%;
    max-width: 300px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: Montserrat, sans-serif;
    /* Secondary button border style */
    border-bottom: 2px solid var(--e-global-color-primary) !important;
}

    .snapskins-category-search-input::placeholder {
        color: var(--e-global-color-primary);
        opacity: 0.6;
        letter-spacing: 1.5px;
    }

/* Mobile */
@media (max-width: 1023px) {
    .woocommerce-products-header {
        flex-direction: column;
    }
    
    .snapskins-category-search-input {
        max-width: 100%;
        font-size: 12px !important;
        margin-top:0px;
    }
}
