.products .product{
    padding: 0 1.4rem 0 1.4rem !important;
}
.product .woo-entry-inner *{
    text-align: center;
}
.product .product-inner,
.product .woo-entry-inner{
    height: 100%;
}
.product .woo-entry-inner{
    display: flex;
    flex-direction: column;
}
.woocommerce ul.products li.product .woo-entry-inner .price-wrap{
    margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .woo-entry-inner li.image-wrap{
    margin-bottom: 0 !important;
}

.see2buy_archive_products_info_wrapper{
    position: relative;
    padding-bottom: 4rem;
    flex-grow: 1;
}

.image_hover_wrap{
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #f5f5f5;
    z-index: 2;
    text-align: center;
    overflow-y: auto;
}


.category_switch_images{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
}
.archive_variations_single{
    margin-bottom: 5px;
}
.category_switch_images .category_switch_image{
    cursor: pointer;
    width: 42px;
    height: 40px;
    margin-right: 3px;
    margin-bottom: 2px;
}
.category_switch_images .category_switch_image.selected_switch_image{
    border: solid 1px black;
}
.category_switch_image_plus{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.archive_variations_single{
    display: inline-block;
}
.archive_variations_single:nth-child(n+6){
    display: none !important;
}

.archive_variations_single a{
    padding: 5px;
}
.image_hover_wrap .price{
    display: none;
    margin-top: 10px;
    font-size: 16px !important;
    font-weight: 700;
}

.archive_variations_wrap .added_to_cart{
    display: none !important;
}

.atc_error{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border: 1px solid black;
    padding: 15px 20px 0 25px;
    z-index: 99;
}

.atc_error.active{
    display: block;
}

.atc_spinner_wrap {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0, 0, 0, 0.2);
    z-index: 999;
}

.atc_spinner_wrap.loading {
    display: flex;
}

.atc_spinner {
    border: 8px solid #eee;
    border-top: 8px solid #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mobile_hover_opener{
    position: absolute;
    z-index: 3;
    visibility: visible;
    opacity: 1;
    left: 0;
    bottom: 0;
    top: inherit;
    width: 50px;
    background: none;
    color: black;
    padding: 10px 0;
}
.mobile_hover_opener.active{
    background-color: black;
    color: white;
}
.mobile_hover_opener span{
    font-size: 23px !important;
}
.archive_variations_single a{
    display: inline-block;
}
@media (max-width: 677px){
    .woo-entry-inner .title{
        padding-right: 35px;
    }
    .category_switch_image_plus.desktop{
        display: none;
    }
    .product .owp-quick-view{
        display: none;
    }
    .product .image-wrap:has(.mobile_hover_opener.active) ~ .see2buy_archive_products_info_wrapper .image_hover_wrap{
        display: block !important;
    }
    .product .image-wrap:has(.mobile_hover_opener.active) + .category_switch_images{
        background: #f5f5f5;
    }
}
@media (min-width: 678px){
    .mobile_hover_opener{
        display: none;
    }
    .product:hover .image_hover_wrap{
        display: block !important;
    }
    .product:hover .category_switch_images{
        background: #f5f5f5;
    }
    .category_switch_image_plus.mobile,
    .mobile_color_placeholder{
        display: none;
    }
}