.video-products-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.video-product {
    width: calc(33.33% - 20px); /* Three items per row */
    text-align: center;
    margin-bottom: 20px;
}

.video-product video {
    width: 100%;
    height: auto;
}
.video-adn-product-title{
    padding-top: 35% !important;
}
.video-adn-btn p {
    border: unset !important;
    padding-top: 0 !important;
}
.video-adn-btn{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.video-adn-btn p a.add_to_cart_button {
    width: 100%;
    color: white;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.video-adn-btn p span.woocommerce-Price-amount {
    display: none;
}
.video-products-carousel {
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px;
}

.video-product-item {
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.vdo-product-price .amount{
    color: unset;
}

.video-product-item .video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    background: #000;
    height: 330px !important;
}

.video-product-item .video-container video,
.video-product-item .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Owl Carousel Navigation */
.owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.owl-nav button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.owl-nav .owl-prev {
    left: 10px;
}

.owl-nav .owl-next {
    right: 10px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: background-color 0.3s ease;
    cursor: pointer;
}


.owl-nav .disabled {
    opacity: 0.5 !important;
    pointer-events: none !important; /* Ensures the button is non-interactive */
}

.owl-nav button span {
    font-size: 26px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ef0002;
    color: white;
    line-height: 2;
    border-radius: 100%;
}
.owl-dots button span {
    width: 12px;
    height: 12px;
    background: #FFC107;
    color: black;
    display: inline-flex;
    border-radius: 100%;
}
.owl-dots .owl-dot:hover {
    line-height: 10px;
    height: 12px;
    padding: 0 !important;
    margin: 0 !important;
}
.owl-dots .owl-dot.active{
    background-color: unset !important;
}
.owl-dots .owl-dot.active span{
    background-color: #F44336 !important;
}

@media (max-width: 767px) {
    .video-adn-product-title {
        margin-bottom: 10px;
        padding-top: 24% !important;
    }
    .video-adn-btn p {
        margin-bottom: 5px;
    }
    p.vdo-product-price {
        margin-bottom: 10px;
    }
}

.video-adn-btn a.added_to_cart.wc-forward {
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 5px;
    display: block;
    background: #FF9800 !important;
}