/* LOOP PRODUCTS */
.product>.inner-container .img-container img,
.product .feat_img img {
    position: absolute;
    object-fit: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product>.inner-container .color-variations {
    width: 100%;
    height: 4rem;
    position: absolute;
    bottom: 0;
    background: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    will-change: transform;
}
.product:hover>.inner-container .color-variations {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product>.inner-container .color-variations .variation-img {
    width: 3rem;
    height: 3rem;
    margin: 0 0.5rem;
    border-radius: 4px;
}
/* .woocommerce span.onsale {
    left: 10px;
    top: 10px;
    width: 60px;
    height: 30px;
    padding: 0;
    min-height: auto;
    background: var(--color-black);
    color: var(--color-white);
    border: none;
    border-radius: 0;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    line-height: 1.2;
    font-family: var(--font-b);
    font-weight: 400;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
} */
/* END LOOP PRODUCTS */
/* SINGLE PRODUCT */
#product-gallery .flickity-prev-next-button {
    display: none;
}
.no-carousel .carousel-prev,
.no-carousel .carousel-next {
    display: none;
}
.single-product-ratio {
    position: relative;
    aspect-ratio: 910 / 662;
}
.single-product-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: transparent;
}
.woocommerce table.shop_attributes {
    border: 0;
    margin-bottom: 0;
}
.woocommerce table.shop_attributes th {
    padding: 0;
    border: 0;
    margin: 0;
}
.woocommerce table.shop_attributes td {
    border: 0;
    margin: 0;
}
/* END SINGLE PRODUCT */
/* VCarousel Horizontal */
#product-gallery #boxes {
    width: 100%;
}
#product-gallery #boxes .vcarousel-cell {
    position: relative;
    background: var(--color-white);
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
}
#product-gallery #boxes .vcarousel-cell img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 6px;
    padding: 20px;
}
#product-gallery .thumbBox {
    overflow: hidden;
}
#product-gallery .thumb {
    width: calc(25% - 10px);
    background: transparent;
    margin-right: 10px;
    border: 1px solid transparent;
}
/* #product-gallery .thumb.is-nav-selected {
    border: 1px solid var(--color-black);
    border-radius: 15px;
}
@media (min-width: 768px) {
    #product-gallery .thumb.is-nav-selected {
        border: 1px solid var(--color-black);
        border-radius: 20px;
    }
}
@media (min-width: 1400px) {
    #product-gallery .thumb.is-nav-selected {
        border: 1px solid var(--color-black);
        border-radius: 26px;
    }     
} */
#product-gallery .thumb:last-child {
    margin-right: 0;
}
.thumb.vcarousel-cell .img-container {
    aspect-ratio: 143 / 143;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.thumb.vcarousel-cell .img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#product-gallery .swiper-scrollbar {
    left: 0;
    right: 0;
    width: 100%;
}
.flickity-page-dots {
    bottom: 3px;
}
@media (min-width: 768px) {
    .flickity-page-dots {
        bottom: 1px;
    }
}
@media (min-width: 992px) {
    .flickity-page-dots {
        bottom: 5px;
    }
}

/* END VCarousel Horizontal */