/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* ===== Brand Carousel ===== */
.brand-carousel { position: relative; }

/* ===== Slides ===== */
.brand-carousel .swiper-slide { display: flex; align-items: center; justify-content: center; height: 100px; padding: 10px 20px; border: 1px solid #dcdcdc; box-sizing: border-box; }

/* ===== Slide Images ===== */
.brand-carousel .swiper-slide img { width: auto; max-height: 100%; object-fit: contain; /*filter: brightness(0%) contrast(0%) !important;*/ opacity: 0.5; transition: all 0.3s ease; }

/* ===== Hover Effect ===== */
.brand-carousel .swiper-slide:hover img { opacity: 1; cursor: pointer; }

/* ===== Navigation Arrows ===== */
.brand-carousel .swiper-button-prev, .brand-carousel .swiper-button-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: #ff5a5f; color: #fff; }

/* ===== Arrow Positions ===== */
.brand-carousel .swiper-button-prev { left: 0; }
.brand-carousel .swiper-button-next { right: 0; }

/* ==============================
NOODRADIO PRODUCT SLIDER IMAGES
============================== */

 .wd-product-thumb {
    height: 200px;
/*     border-radius: 12px; */
    overflow: hidden;
    background: #fff;
    
    /* Clean modern shadow instead of border */
/*     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

/* Image link wrapper */
.wd-product-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

/* Image styling */
.wd-product-img-link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wd-sub-menu li.menu-item-type-taxonomy.menu-item-object-product_cat >a img, .wd-nav-img {
    display: none;
}


@media (max-width:768px){ 
	.text-center .info-box-content { text-align: center;  }
}


.single-post .page-title.page-title-default {
    display: none;
}

.wd-nav-pagin-wrap { display: none!important; }
