/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.product-video-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.video-item iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}
.brand-swiper,
.brand-swiper .swiper-wrapper,
.brand-swiper .swiper-slide {
    width: 100%;
}

.brand-swiper img, .swiper-slide img {
    width: 100% !important;
    height: auto;
    display: block;
}
.elementor-widget-shortcode,
.brand-swiper {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

/* Tắt icon mặc định */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none !important;
}

/* Style chung */
.swiper-button-next,
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Arrow trái */
.swiper-button-prev {
    background-image: url('https://noma.vn/wp-content/uploads/2026/04/arrow-left-1.svg') !important;
}

/* Arrow phải */
.swiper-button-next {
    background-image: url('https://noma.vn/wp-content/uploads/2026/04/arrow-right-1.svg') !important;
}
