#ajax-content-wrap> .container-wrap> .container.main-content{
  min-height: 60vh;
}

#filter-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.spinner {
    border: 5px solid #ccc;
    border-top: 5px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#main-filter{
    position: absolute;
    right: calc(100% + 30px);
    width: 220px;
    margin-top: 0px;
}

.filter-species{
    padding: 20px;
    margin-bottom: 20px !important;
    background: white;
}

.top70-toggle{
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
}

#top-70-button:hover .featured-top{
    background-size: 110% !important;
    transition: .2s;
}

.featured-top{
    padding: 120px 20px;
    padding: 120px 20px;
    background-image: url(https://gensoldev.wpengine.com/wp-content/uploads/2022/11/julio-bernal-qeY2QHAZfU0-unsplash-scaled.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: .2s;
}

.featured-top h4{
    margin-bottom: 0 !important;
    color: white !important;
    text-align: center;
}

.featured-top h4:after{
    visibility: visible;
    content: 'Best Sellers';
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

#load-more{
    display: block;
    margin: auto;
    font-family: 'Montserrat';
    padding: 15px 32px;
    border: none;
    background-color: #0971ce;
    color: white;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
}







@media (max-width: 700px){
    .archive.post-type-archive .woocommerce-loop-product__title{
        font-size: 6vw !important;
    }
}

.archive.post-type-archive .woocommerce-loop-product__title{
    font-weight: 800 !important;
    font-size: 26px !important;
    line-height: 1.1 !important;
    padding: 0 15px 15px 15px !important;
}

.archive.post-type-archive .nectar-global-section.before-footer{
    margin-top: 100px !important;
}

.archive.post-type-archive .results-area{
    /*margin-left: 250px;*/
    width: calc(100% - 250px) !important;
    position: relative;
}

body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] li.classic.product{
    width: 23% !important;
    margin: 0 2% 2% 0 !important;
    position: relative;
}

li.classic.product:before{
    content: '';
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 100%;
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    z-index: 1;
}

.product_cat-dog:before{
    background-image: url(https://gensoldev.wpengine.com/wp-content/uploads/2025/06/new-dog.png);
    background-color: #ffb71b;
}

.product_cat-cat:before{
    background-image: url(https://gensoldev.wpengine.com/wp-content/uploads/2025/06/new-cat.png);
    background-color: #0971ce;
}

.product_cat-horse:before{
    background-image: url(https://gensoldev.wpengine.com/wp-content/uploads/2025/07/horseshoe-icon.png);
    background-color: #22a179;
}

.product_cat-goat:before{
    background-image: url(https://gensoldev.wpengine.com/wp-content/uploads/2025/07/goat-icon.png);
    background-color: #BA0071;
}








@media (max-width: 2000px){
  #main-filter{
    right: calc(100% + -220px);
  }
  #filtered-products{
    margin-left: 250px;
  }
}