/*----- product video css  ------*/

.wu-all-products-video-grid {
    display: grid;
    gap: 30px;
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr); 
}

/* Individual product card */
.wu-product-item {
    overflow: hidden;
}

/* Product title */
.product-info .product-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.product-price {
    font-size: 16px;
    font-weight: 500;
    color: #053600;
}

/* Video section */
.product-video {
    margin-top: 15px;
}

/* Make the video responsive */
.product-video video {
    width: 100%;
    border-radius: 8px;
}

/* Add to Cart button styling */
.add-to-cart-button {
    margin-top: 10px;
    text-align: center;
}

.add-to-cart-button .button {
    padding: 5px 20px;
    background-color: #053600 !important;
    border-radius: 5px;
    text-transform: capitalize;
    border: none !important;
    font-size: 14px;
    font-weight: 600;
}

.add-to-cart-button .button:hover {
    background-color: #c0392b;
}


.wu-product-video-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wu-product-video-text img {
    height: 70px !important;
	width: auto !important;
}

.wu-product-video-text-card {
    position: relative;
    top: -50px;
    background: #ffffff;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px;
    border-radius: 10px;
}

p.product.woocommerce.add_to_cart_inline {
    border: none !important;
    padding: 0px !important;
	    text-align: left;
}

.product-heading-price h3 {
    font-size: 18px;
    margin: 0px;
}
.wu-product-card-text .highest-variation-values {
    margin-top: 20px;
    font-weight: 500 !important;
    text-transform: capitalize;
    font-size: 13px !important;
    color: #5a5a5a;
}



/*----- product card css  ------*/ 
.product-image{
	position: relative;
    margin-bottom: 20px;
}
.wu-product-card-text .wuproduct-quantity {
    color: #464646;
    font-size: 12px;
    font-weight: 500;
}
.wu-products-grid h3.product-title {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600 !important;
    color: #242424;
}
.wu-products-grid p {
    font-size: 15px;
    color: #666;
}
span.product-badge.sale-badge {
    border-radius: 0px 50px 50px 0px;
    top: 5px !important;
    left: 1px !important;
    text-transform: capitalize;
    background-color: #ffcf58;
    color: #053600;
    font-weight: 600;
    position: absolute;
    z-index: 11;
    font-size: .875rem;
    padding: 3px 20px !important;
}
span.product-badge.sale-badge::before{
    font-family: 'FontAwesome';
    content: "\f005" !important;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 13px;
    color: #053600;
    
    }
/*----- media query ------*/
@media only screen and (min-width: 320px) and (max-width: 1024px){
   

}
@media only screen and (min-width: 1025px){ 
   
}