.taoph-product-listing .taoph-product{
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

.taoph-product-listing{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 0;
    gap: 2%;
}

.taoph-product-listing-wrapper{
    padding-bottom: 100px;
}

.taoph-product-listing .taoph-product-listing-wrap{
    width: 32%;
    margin-bottom: 20px;
}

.js-taoph-product-loadmore{
    display: none !important;
}

.taoph-product__flag{
    width: 60px;
    height: 70px;
    background-color: #272437;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.taoph-product__image{
    position: relative;
    height: 284px;
    overflow: hidden;
}

.taoph-product__flag strong{
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.taoph-product__status{
    background-color: #fff;
    font-size: 12px;
    color: #272437;
    border-radius: 32px;
    padding: 5px 10px;
    position: absolute;
    bottom: 16px;
    right: 14px;
    text-transform: uppercase;
    width: 133px;
    text-align: center;
}

.taoph-spinner{
    display: none;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    margin-top: 30px;
}

.taoph-spinner.active{
    display: flex;
}

.taoph-product__desc{
    background-color: #272437;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding: 40px 30px;
    opacity: 0;
    z-index: -1;
    transition: all .2s ease;
}

.taoph-product__desc.active{
    opacity: 1;
    z-index: 4;
}



.taoph-product__desc h3{
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
}

.taoph-product__desc h4{
    color: #fff;
    font-weight: 700;
    font-size: 23.07px;
    margin: 0 0 20px;
}

.taoph-product__desc p{
    color: #fff;
    font-size: 15px;
    margin: 0 0 20px;
}

.taoph-product__view{
    z-index: 3;
}
.taoph-product__desc-top{
    height: 93%;
    overflow: hidden;
    margin-bottom: 20px;
}
.taoph-product__scrollable{
    height: 85%;
    overflow-y: auto;
    padding-bottom: 50px;
}

.taoph-product__scrollable ul{
    color: #fff;
    padding-left: 16px;
    margin-bottom: 18px;
}

.taoph-product__scrollable::-webkit-scrollbar {
    width: 5px;
    }
    .taoph-product__scrollable::-webkit-scrollbar-track { 
    background : transparent;
    border-radius: 5px;
    }
    .taoph-product__scrollable::-webkit-scrollbar-thumb {
    background : #fff;
    border-radius: 10px;
    box-shadow:  0 0 6px rgba(0, 0, 0, 0.5);
}

.taoph-product__close{
    background: transparent url(../images/close.webp) no-repeat center  !important;
    width: 20px;
    height: 20px;
    background-size: cover !important;
    outline: none !important;
    border: 0 !important;
    position: absolute;
    top: 20px;
    right: 20px;
}

.taoph-product__image-area{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 284px;
}

.taoph-product__image-area img{
    opacity: 0;
}

.gform_ajax_spinner{
    max-width: 40px !important;
    margin-left: 30px;
}

.woocommerce div.product p.stock{
    display: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors{
    padding: 12px 24px !important;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji !important;
    font-size: 15px;
}

.single_add_to_cart_button{
    font-size: 20px !important;
    outline: none !important;
}

.single_add_to_cart_button:hover{
    background-color: #FFD953 !important;
    color: #272437 !important;
    border-color: #FFD953 !important;
}

.gpnf-add-entry{
    font-size: 14px !important;
    background-color: #fff !important;
    border: 1px solid #272437 !important;
    color: #272437 !important;
}

.gform_wrapper.gravity-theme .gsection{
    border-bottom: 1px dashed #ccc !important;
}

.gpnf-nested-entries thead:first-child tr:first-child th{
    border-block: none  !important;
    background-color: #d9d8dc !important;
}

.gf-add-tra{
    padding-top: 20px;
}

#wc_checkout_add_ons{
    background-color: #FFD953;
    padding: 20px;
    display: block;
	margin-bottom: 40px;
    border: 1px solid #272437;
}

#wc_checkout_add_ons a,
#wc_checkout_add_ons label{
    font-weight: 700;
    color: #272437;
}

@media ( max-width: 992px ){
    .taoph-product-listing .taoph-product{
        padding: 24px;
    }
    .taoph-product-listing .taoph-product-listing-wrap{
        width: 49%;
    }
}

@media ( max-width: 630px ){
    .taoph-product__desc-top{
        height: 92%;
    }
    .taoph-product-listing .taoph-product{
        padding: 24px;
        margin: 0 auto;
    }
    .taoph-product-listing .taoph-product-listing-wrap{
        width: 100%;
    }
}

.taoph-product__meta del{
    font-size: 15px;
    color: red;
    margin-left: 5px;
}

.taoph-product__meta li:last-child strong{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}