


.wd-insta-item a {opacity: 0.7 !important;}
.wd-insta-item a:hover {opacity: 0 !important;}

.label-term-40-yil-ozel-indirim {background-color: red !important;
	color: #ffffff !important;
}
.product-label.attribute-label:not(.label-with-img) {
background-color: #ff4040;
color: white;
font-size: 10px;
}
.wd-swatches-filter.wd-swatches-brands {
	--wd-swatch-h: 100% !important;
	--wd-swatch-w: 60px;
}

.wd-post-header .wd-meta-author {
    display: none !important;
}

.wd-entry-meta .meta-author {
    display: none !important;
}

/* "hakkında daha fazla bilgi edinin" yazısına sahip butonları seçip üzerine gelince ikon ekleme /selçuk/ */
.wd-add-btn .button[aria-label*="hakkında daha fazla bilgi edinin"]:before {
    content: '\f11a' !important;
}
/* header herman miller logo ayarları */
.header-hermanlogo {
    --ib-icon-sp: 8px !important;
}

/* marka sayfalarındaki kategori listesinin stili */
.brand-categories {
    list-style: none;
    padding: 0;
}

.brand-categories li {
    position: relative;
}

.brand-categories a {
    display: inline-block;
    padding: 10px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.brand-categories a:hover {
    background-color: #f0f0f0;
}

.brand-categories .toggle-icon {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
}

.child-categories {
    display: none;
    list-style: none;
    padding-left: 20px;
}

.woodmart-icon::before {
    content: "\f129";
    font-family: "woodmart-font";
    background-color: #f1f1f1;
    position: absolute;
    top: 7px;
    inset-inline-end: -25px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #bbb;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer;
    transition: all .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	
	
}

.parent-category.active > .child-categories {
    display: block;
}

/* kategori sayfaların title bar arkaplan ayarı */
.page-title.page-title-default.title-size-large.title-design-centered.wd-section-stretch.color-scheme-light.with-back-btn.title-shop {
    background-size: cover;
    background-position: center center;
}