/* Custom woocommerce style */

.container-woo{
    max-width: 1270px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
/* .woocommerce-product-gallery{
   max-width: 417px;
    display: flex;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    width: 100%;
}

.woocommerce div.product div.images img{
    max-width: 417px;
}
.woocommerce div.product div.images .flex-control-thumbs{
    overflow: visible;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    height: 412px;
    overflow: hidden;
}

.woocommerce div.product div.images .flex-control-thumbs li img{
    width: 132px;
    height: 132px;
} */


.product_title{
    font-family: "Jost";
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0;
    color: #FFEB63;
    margin-bottom: 15px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    font-family: "Jost";
    color: #fff;
    font-size: 17.68px;
    margin-bottom: 40px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    font-weight: 500;
}

.woocommerce-product-details__short-description{
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;

}

.btn_items{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}


.woocommerce div.product form.cart .button{
    font-family: "Jost";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFEB63;
    text-decoration: none;
    line-height: 1;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 230px;
    height: 50px;
    border: 2px solid #FFEB63;
    border-radius: 5px;
    padding: 0 35px;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
    gap: 5px;  
    width: 50%;
    background-color: transparent;
}



.buy-now{
    
}

/* .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-1.images {
    display: flex;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: column;
    width: 250px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    height: 150px;
    float: left;
    margin: 0;
    list-style: none;
    width: 100%;
}
 */
/*  .woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 132px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
    float: left;
    margin: 0;
    list-style: none;
} */


.swiper-container.gallery-top.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    width: 412px;
    height: 408px;
    overflow: hidden;
    float: left;
    margin-right: 5px;
    border-radius: 5px;

}

.swiper-container-vertical {
    width: 100px; /* Ширина контейнера мініатюр */
}

.swiper-container-vertical .swiper-wrapper {
    display: flex;
    flex-direction: column; /* Встановлюємо напрямок стовпцем */
}

.swiper-container-vertical .swiper-slide {
    margin-bottom: 10px; /* Відступ між мініатюрами */
}

.swiper-container-vertical .swiper-slide {
    margin-bottom: 0px;
    height: auto;
}

.swiper-container-vertical {
    height: 412px;
    width: 132px;
    display: flex;
    float: left;
    overflow: hidden;
}

.woocommerce-product-gallery__image {
    width: 412px;
    height: 412px;
}