/* Banners */
.product.col:has(.uco_banner_wrap){
    display: flex;
    flex-direction: column;
    justify-content: start;
    /*background-color: rgba(0,0,0,0.4);*/
}
.uco_banner_wrap{
    position: relative;
    width: 100%;
    height: 100%;
}
.double_banner .uco_banner_wrap{
    min-height: 300px;
}
.uco_banner_wrap .pre_title,
.uco_banner_wrap .title,
.uco_banner_wrap .button-group,
.uco_banner_wrap .terms_text{
    position: absolute;
    width: 100%;
    text-align: center;
}
.uco_banner_wrap .unselectable{
    user-select: none;
}
.uco_banner_wrap .video_pause_button,
.uco_banner_wrap .video_mute_button{
    position: absolute;
    visibility: hidden;
    transition: all 1s;
    bottom: 0;
    z-index: 10000;
    opacity: 0;
    background-color: rgba(1, 1, 1, 0.5);
    border-radius: 50%;
    padding: 0;
    width: 25px;
    height: 25px;
}
.uco_banner_wrap .video_pause_button i,
.uco_banner_wrap .video_mute_button i{
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffffc4;
}
.uco_banner_wrap .video_pause_button.playing .fa-play{
    display: none;
}
.uco_banner_wrap .video_pause_button.paused .fa-pause{
    display: none;
}
.uco_banner_wrap .video_mute_button.unmuted .fa-volume-xmark{
    display: none;
}
.uco_banner_wrap .video_mute_button.muted .fa-volume-high{
    display: none;
}
.uco_banner_wrap .video_pause_button{
    right: 45px;
}
.uco_banner_wrap .video_mute_button{
    right: 10px;
}
.uco_banner_wrap:hover .video_pause_button,
.uco_banner_wrap:hover .video_mute_button{
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

.uco_banner_wrap .pre_title{
    top: 0;
}
.uco_banner_wrap .title{
    top: 30px;
}
.uco_banner_wrap .button-group{
    bottom: 30px;
    padding: 0 10px;
}
.uco_banner_wrap .terms_text{
    bottom: 0;
}
.product.col.double_banner{
    width: 50% !important;
}
.uco_banner_wrap .banner-button {
    box-sizing: border-box;
    display: block;
    width: fit-content;
    outline: none;
    margin-inline: auto;
    transition: all .2s ease-out;
    font-family: "Neue Helvetica VFDP Cond", helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2.2vw 1.6vw 1.6vw;
    font-size: 3.7333333333vw;
    line-height: 5.12vw;
}
.uco_banner_wrap .banner-button:hover{
    filter: brightness(1.2);
}
.uco_banner_img{
    max-height: 400px;
    width: auto;
    height: auto;
}
.uco_banner_img.full_size{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.uco_banner_video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.uco_banner_wrap p{
    margin: 0 !important;
}
.woocommerce .products.mobile-2-col .product.double_banner{
    width: 100% !important;
}
.text_tablet,
.text_desktop{
    display: none;
}
@media (min-width: 767px){
    .woocommerce .products.mobile-2-col .product.double_banner{
        width: 50% !important;
    }
    .text_mobile,
    .text_desktop{
        display: none;
    }
    .text_tablet{
        display: block;
    }
    .uco_banner_wrap .banner-button{
        padding: 12px 30px 10px;
        font-size: 16px;
        line-height: 19.3px;
    }
}
@media (min-width: 1024px){
    .text_mobile,
    .text_tablet{
        display: none;
    }
    .text_desktop{
        display: block;
    }
    .uco_banner_img{
        max-height: 690px;
    }
}




.uco-banner {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    color: #fff;
    font-family: "Neue Helvetica VFDP Cond", Helvetica, sans-serif;
    text-align: center;
    transition: all .6s ease-in-out;
}
a.uco-banner:hover {
    color: #fff;
    /* background-size: 105% 105%; */
}


.uco_banner_wrap .button-group {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.uco-banner .title {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 5px;
    width: 100%;
    padding: 0;
    text-transform: none;
    text-wrap: balance;
    letter-spacing: 0.02em;
    -webkit-font-smoothing: antialiased;
    font-size: var(--uco-banner-title-fs-s);
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {

}
.uco-banner .banner-button:hover {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.uco-banner .link {
    color: #fff;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 1.4492753623vw;
    font-size: 10px;
    margin-bottom: 0;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.uco-banner a.link {
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .uco-banner .link {
        margin-top: 20px;
    }
}
.uco-banner .ta-left {
    text-align: left;
}
.uco-banner .ta-center {
    text-align: center;
}
.uco-banner .ta-right {
    text-align: right;
}
.uco-banner .td-ltr {
    direction: ltr;
}
.uco-banner .td-rtl {
    direction: rtl;
}
.woocommerce ul.products{
    display: flex;
    flex-wrap: wrap;
}
