/* Product categories shortcode: square thumbnails, single 1px lines, no counts */
#categories-container ul.products,
.brands-container .wc-brand-thumbs {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

#categories-container ul.products li.product-category {
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
}

#categories-container ul.products li.product-category .fusion-product-wrapper,
.brands-container .wc-brand-thumbs .wc-brand-thumb .fusion-product-wrapper {
    border: 0;
    margin: 5px;
    background: white;
    height: 100%;
    margin-bottom: 10px;
}

#categories-container ul.products li.product-category a,
.brands-container .wc-brand-thumbs .wc-brand-thumb .fusion-product-wrapper a {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
}

#categories-container ul.products li.product-category a img,
.brands-container .wc-brand-thumbs .wc-brand-thumb a img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: auto;
    display: block;
}

#categories-container ul.products li.product-category h2.woocommerce-loop-category__title,
.brands-container .wc-brand-thumbs .wc-brand-thumb .wc-brand-title {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    line-height: 1.2 !important;
}

#categories-container ul.products li.product-category .count {
    display: none;
}

/* Brands */
.brands-container .wc-brand-thumbs {}

.brands-container .wc-brand-thumbs {}

.brands-container .wc-brand-thumbs {
    display: flex;
    flex-wrap: wrap;
}

.brands-container .wc-brand-thumbs .wc-brand-thumb {
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
    width: 25%;
    position: relative;
}

.brands-container .wc-brand-thumbs .wc-brand-thumb .wc-brand-title {
    padding: 15px 20px;
}

.brands-container .wc-brand-thumbs .wc-brand-thumb .fusion-product-wrapper {
    padding-top: 5px;
}

/* Categories by Brand */
.lsi-brands-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 992px) {
    .lsi-brands-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lsi-brand-category-group {
    background-color: white;
}

.lsi-brand-category-image {
    background-color: white;
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.lsi-brand-category-image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: auto;
    display: block;
}

.lsi-brand-category-title {
    margin: 0;
    text-align: center;
}

.lsi-brand-category-title>a {
    font-weight: 700;
    font-size: 22px;
    margin: 0;
    line-height: 1.2 !important;
    color: var(--h3_typography-color);
    padding: 15px 20px;
    display: inline-block;
}

body.inventory-results-page .post-card.fusion-grid-column.fusion-post-cards-grid-column.product.type-product>.fusion-column-wrapper {
    overflow: hidden;
}

body.inventory-results-page .post-card.fusion-grid-column.fusion-post-cards-grid-column.product.type-product .fusion-flex-justify-content-center.fusion-flex-content-wrap div>div {}

body.inventory-results-page .post-card.fusion-grid-column.fusion-post-cards-grid-column.product.type-product .fusion-title-heading.title-heading-center {
    padding: 0 10px !important;
    font-size: .95em !important;
    line-height: 1.2;
}

body.inventory-results-page .post-card.fusion-grid-column.fusion-post-cards-grid-column.product.type-product .price {
    margin-left: 20px;
}

body.inventory-results-page .inventory-results-cards .fusion-grid-column {
    width: 33.333333% !important;
}

body.inventory-results-page .inventory-results-cards .fusion-grid-column.fusion-element-landscape {
    width: 66.666667% !important;
}

@media (max-width: 1024px) {
    body.inventory-results-page .inventory-results-cards .fusion-grid-column {
        width: 50% !important;
    }

    body.inventory-results-page .inventory-results-cards .fusion-grid-column.fusion-element-landscape {
        width: 100% !important;
    }
}

@media (max-width: 640px) {
    body.inventory-results-page .inventory-results-cards .fusion-grid-column {
        width: 100% !important;
    }
}


.woocommerce #customer_login .login .woocommerce-LostPassword a {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .woocommerce #customer_login .login .woocommerce-LostPassword {
        margin-top: 35px !important;
    }
}