/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 10:16:29 */
/*
 * ╔═══════════════════════════════════════════╗
 * ║        Afmetingen zoekfilter widget       ║
 * ╚═══════════════════════════════════════════╝
 */
.sierbestrating-afmetingen-zoekfilter-form {
  display: grid;
  gap: 12px;
}

.sierbestrating-afmetingen-veld {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: #fff;
}

.sierbestrating-label {
  font-weight: 600;
  font-size: 14px;
}

.sierbestrating-ranges {
  position: relative;
  height: 40px;
  display: grid;
  align-items: center;
  --pmin: 0%;
  --pmax: 100%;
}

.sierbestrating-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #eee var(--s-start, 0%),
    #111 var(--s-start, 0%),
    #111 var(--s-end, 0%),
    #eee var(--s-end, 0%)
  );
}

.sierbestrating-range {
  appearance: none;
  width: 100%;
  position: absolute;
  height: 40px;
  background: transparent;
  margin: 0;
  touch-action: none;
}

.sierbestrating-range:focus {
  outline: none;
}

.sierbestrating-range::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #111;
  cursor: pointer;
  margin-top: -7px;
}

.sierbestrating-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #111;
  cursor: pointer;
  border: 0;
}

.sierbestrating-range::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.sierbestrating-range::-moz-range-track {
  height: 4px;
  background: transparent;
}

.sierbestrating-waarden {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sierbestrating-getal {
  width: 100%;
  max-width: 90px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  font-size: 14px;
}

.sierbestrating-sep {
  opacity: 0.6;
}

.sierbestrating-eenheid {
  font-size: 12px;
  opacity: 0.7;
}

.sierbestrating-acties {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sierbestrating-knop {
  padding: 10px 14px;
  border-radius: 10px;
  background: #F4F4F4;
  color: #212121;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.sierbestrating-reset {
  font-size: 14px;
  text-decoration: underline;
  opacity: 0.8;
}

.sierbestrating-range-min {
  z-index: 3;
  clip-path: inset(0 calc(100% - var(--pmax)) 0 0);
}

.sierbestrating-range-max {
  z-index: 3;
  clip-path: inset(0 0 0 var(--pmin));
}

.sierbestrating-range.is-actief {
  z-index: 5;
}
.sierbestrating_eenheid_achter_prijs_label { 
	font-size: .9em; 
  	opacity: .8; 
  	margin-left: .15em;
	text-transform: lowercase;
}

.woodmart-sidebar-content .widget {
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid;
}

.collapsable-sidebar-filter > .widget-title {
    cursor: pointer;
    position: relative;
	font-size: 20px;
}
.collapsable-sidebar-filter > .widget-title::after {
    content: "\f115";
    font-family: 'woodmart-font';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
	font-size: 14px;
}
.collapsable-sidebar-filter.filter-expand > .widget-title::after {
    transform: translateY(-50%) rotate(0deg);
}

.collapsable-sidebar-filter {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.collapsable-sidebar-filter > :not(.widget-title) {
    overflow: hidden;
}
.collapsable-sidebar-filter:not(.filter-expand) > :not(.widget-title) {
    height: 0px;
}
.collapsable-sidebar-filter:not(.filter-expand) > .widget-title {
    margin-bottom: 0px;
}

.collapsable-sidebar-filter + :not(.collapsable-sidebar-filter) {
    margin-top: 45px;
}
.archive .product-element-bottom .wd-product-cats {
	display: none;
}


/*
 * ╔════════════════════════════════╗
 * ║        Linked variations       ║
 * ╚════════════════════════════════╝
 */
.archive .wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price) {
    margin-top: 0px;
}
.archive div.sierbestrating-ook-verkrijgbaar {
	font-size: 13px;
	line-height: 1.35;
	margin-top: 2px;
}


.archive .sierbestrating-ook-verkrijgbaar-waarden {
  	position: relative;
}

.archive .sierbestrating-ook-verkrijgbaar-waarden:hover {
  	background-color: none !important;
}

.archive .sierbestrating-verkrijgbaar-wrap {
  	position: relative;
  	padding-bottom: 18px;
}

.archive .sierbestrating-verkrijgbaar-wrap.is-collapsible:not(.is-expanded) .sierbestrating-ook-verkrijgbaar-waarden {
  	overflow: hidden;
}

/*
.archive .sierbestrating-verkrijgbaar-wrap.is-collapsible:not(.is-expanded) .sierbestrating-ook-verkrijgbaar-waarden::after {	
	content: "";
  	position: absolute;
  	left: 0;
	right: 0;
	bottom: 0;
	height: 32px;
  	pointer-events: none;
  	backdrop-filter: blur(4px);
  	-webkit-backdrop-filter: blur(4px);
  	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.95)); 
}
*/

.archive .sierbestrating-verkrijgbaar-wrap.is-collapsible:not(.is-expanded) .sierbestrating-ook-verkrijgbaar-waarden{
	position: relative;
}
.archive .sierbestrating-verkrijgbaar-wrap.is-collapsible:not(.is-expanded) .sierbestrating-ook-verkrijgbaar-waarden::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 56px;
	pointer-events: none;
	z-index: 2;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.85) 45%,rgba(255,255,255,1));
  	opacity: 1;
  	transition: opacity 200ms ease;
}
.archive .sierbestrating-verkrijgbaar-wrap.is-collapsible.is-expanded .sierbestrating-ook-verkrijgbaar-waarden::after{
  opacity: 0;
}



.archive .sierbestrating-verkrijgbaar-toggle[aria-expanded="true"] {
    bottom: -14px !important;
}



.archive .sierbestrating-verkrijgbaar-toggle {
  	position: absolute;
  	left: 0;
  	bottom: 18px;
  	z-index: 2;
  	appearance: none;
  	border: 0;
  	padding: 0;
  	margin: 0;
  	background: transparent;
  	font: inherit;
  	font-size: 13px;
  	line-height: 1.2;
  	cursor: pointer;
  	text-decoration: none;
  	opacity: 0.95;
  	display: inline-flex;
	align-items: center;
  	gap: 6px;
}

.archive .sierbestrating-verkrijgbaar-toggle .sierbestrating-verkrijgbaar-tekst {
	text-decoration: underline;
	color: #b94e0e;
}

.archive .sierbestrating-verkrijgbaar-toggle .sierbestrating-verkrijgbaar-pijl {
  	font-size: 12px;
  	line-height: 1;
	color: #b94e0e;
}

.archive .sierbestrating-verkrijgbaar-toggle:hover {
  	opacity: 1;
}

.archive .sierbestrating-verkrijgbaar-toggle:focus {
  	outline: none;
}

@media(max-width: 767.98px){
	.wd-carousel-item .wd-entities-title,
	.wd-products .wd-entities-title {
		max-height: unset!important;
	}
}
