/* Page Layout */
* {
  -webkit-tap-highlight-color: transparent;
}
.absd-fd-product-page {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  margin: 40px auto;
  font-family: Manrope, sans-seri;
}

.absd-fd-filter-sidebar {
  background: #F4F6F7;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid  #E6E9EB;
  position: sticky;
  top: 100px;
  height: fit-content;
}

.absd-fd-filter-sidebar .absd-fd-filter-label {
  color: #2B2B2B;
  font-size: 17px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 12px 0;
}
.absd-fd-filter-heading{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:20px 0 10px;
}
.absd-fd-filter-title {
  margin: 0 0 16px;
  color: #2B2B2B;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.absd-fd-filter-heading button{
    background:none;
    border:none;
    color:#666;
    cursor:pointer;
    font-size:13px;
    padding:0;
    font-family: 'Manrope';
	outline:none;
	margin-bottom:16px;
}
.absd-fd-filter-heading button:hover{
    color:#000;
    text-decoration:none;
}

.absd-fd-filter-sidebar label {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #2B2B2B;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.absd-fd-filter-label-input input {
  margin: 0;
 display: none;
}

.absd-fd-filter-label-input {
  width: 20px;
  height: 20px;
  border: 1.5px solid #D2D5D7;
  border-radius: 3px;
  background: #fff;
  position: relative;
  transition: all 0.2s ease;
  overflow: hidden;
}

.absd-fd-filter-label-input .absd-fd-checkmark {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.absd-fd-filter-label-input input:checked + .absd-fd-checkmark {
  background: #1F2A30;
}

.absd-fd-filter-label-input input:checked + .absd-fd-checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.absd-fd-product-content {
  width: 100%;
}

/* Products */
.absd-fd-product-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.absd-fd-product-heading .absd-fd-product-title {
  color: #2B2B2B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.absd-fd-product-search .dgwt-wcas-sf-wrapp {
  background: transparent !important;
  padding: 0 !important;
}

.absd-fd-product-search .dgwt-wcas-sf-wrapp input {
  color: #808080;
  font-size: 16px !important;
  font-weight: 500;
  line-height: normal !important;
  padding: 12px 30px !important;
  padding-left: 50px !important;
  border-radius: 25px !important;
  border: 1px solid  #E6E9EB !important;
  background: #F4F6F7 !important;
}

.absd-fd-product-search button.dgwt-wcas-search-submit {
  width: 22px!important;
  height: 22px!important;
  min-width: 22px !important;
  min-height: 22px !important;
  left: 20px !important;
  top: 13px !important;
}


.absd-fd-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  gap: 20px;
}

.absd-fd-product-card .absd-fd-product-image {
  padding: 20px 15px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #E6E9EB;
  margin-bottom: 13px;
}

.absd-fd-product-card a {
  text-decoration: none;
}

.absd-fd-product-card img {
  width: 100%;
  height: auto;
}

.absd-fd-product-card h4 {
  overflow: hidden;
  color: #2B2B2B;
  text-overflow: ellipsis;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

.absd-fd-product-card .absd-fd-product-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.absd-fd-price {
  color: #2B2B2B;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* Price */
.absd-fd-product-search .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
    margin: 0 !important;
    right: 15px !important;
}
.absd-fd-price-filter {
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
}

.absd-fd-price-values {
  margin-bottom: 15px;
  font-weight: 600;
}

.absd-fd-price-labels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.absd-fd-price-labels input {
  width: 100px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.absd-fd-range-wrapper {
  position: relative;
  width: 100%;
  height: 40px;
}

.absd-fd-slider-track {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
  background: #ddd;
  border-radius: 10px;
  z-index: 1;
}

#absd-fd-min-price,
#absd-fd-max-price {
  position: absolute;
  width: 100%;
  top: 30%;
  transform: translateY(-50%);
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  pointer-events: none;
  z-index: 2;
  outline: none;
}
#absd-fd-min-price{
    z-index:2;
}

#absd-fd-max-price{
    z-index:3;
}

#absd-fd-min-price:active,
#absd-fd-max-price:active{
    z-index:5;
}
#absd-fd-min-price::-webkit-slider-thumb,
  #absd-fd-max-price::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  /* Thumb background */
  border: 5px solid #000;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 3;
}

#absd-fd-min-price::-moz-range-thumb,
  #absd-fd-max-price::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 5px solid #000;
  cursor: pointer;
}

#absd-fd-min-price::-webkit-slider-runnable-track,
  #absd-fd-max-price::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

.absd-fd-filter-sidebar label span {
  flex: 1;
}
/* Filter Responsive */
	.absd-fd-mobile-filter-btn,
	.absd-fd-mobile-filter-header #absd-fd-clear-all,
	.absd-fd-mobile-filter-footer,
	.absd-fd-filter-icon ,
.absd-fd-category-overly{
	  display: none;
	}

.dgwt-wcas-suggestions-wrapp {
	z-index:9 !important;
}
@media(max-width:991px) {
  
	.absd-fd-filter-reset {
		display:none;
	}
	
  .absd-fd-product-page {
    grid-template-columns: 1fr;
  }
  
  .absd-fd-product-grid {
    grid-template-columns: repeat(auto-fill, minmax(194px, 1fr));
  }
  .absd-fd-mobile-filter-btn {
    display: block;
    margin-bottom: 15px;
  }

  .absd-fd-filter-sidebar {
	position: fixed;
    inset: 0 auto 0 0;
    width: min(385px, 100%);
    height: 100dvh;
    background: #fff;
    z-index: 99999;
/*     overflow-y: auto; */
	border-radius: 0;
    transition: transform .3s ease;
    transform: translateX(-100%);
    display: flex;
    flex-direction: column;
}
	.absd-fd-filter-sidebar.active {
    transform: translateX(0);
}

	body.filter-open {
    overflow: hidden;
}
 
  .absd-fd-mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
  }
	.absd-fd-filter-sidebar .absd-fd-filter-label {
    font-size: 16px;
    margin: 0;
}
.absd-fd-range-wrapper {
    width: 95%;
}
	.absd-fd-category-body {
    height: calc(100vh - 160px);
    overflow-y: auto;
}
 .absd-fd-mobile-filter-footer {
    display: flex;
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    padding-top: 12px;
	         gap: 12px;
	         margin-top: 20px;
}

  .absd-fd-mobile-filter-footer button {
    flex: 1;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
	font-family: Manrope;
	padding: 10px 15px;
     border-radius: 10px
  }

  #absd-fd-apply-filter {
    background: #1f2a30;
    color: #fff;
  }

  #absd-fd-close-filter {
    background: #fff;
    color: #333;
    border: 1px solid #1f2a30;
  }

 #absd-fd-clear-all {
    background: none;
    border: none;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    font-family: Manrope;
	 outline:none !important;
}
  .absd-fd-product-search {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .absd-fd-product-search .dgwt-wcas-search-wrapp {
    flex: 1;
    min-width: unset;
}
.absd-fd-filter-icon {
    width: 65px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    padding: 0;
    outline: none !important;
/*     padding: 10px 22px; */
    border-radius: 20px;
}

  .absd-fd-filter-icon svg {
    width: 18px;
    height: 18px;
  }
	.absd-fd-category-overly {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 99;
		display:block;
}

.absd-fd-category-overly.active {
    opacity: 1;
    visibility: visible;
}
	.absd-fd-filter-heading ,
	.absd-fd-filter-title,
	.absd-fd-filter-sidebar label,
	.absd-fd-price-values{
    margin: 0;
}
	.absd-fd-filter-category {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 15px;
}
	.absd-fd-filter-category-content {
		   display: flex;
    flex-direction: column;
    gap: 10px;
	}
	.absd-fd-mobile-filter-header #absd-fd-clear-all {
		display:block;
	}
}

@media (max-width:575px) {
  .absd-fd-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 20px 15px;
  }
  
  .absd-fd-price {
    font-size: 16px;
  }
  
  .absd-fd-product-card .absd-fd-product-content {
    gap: 10px;
  }
  
  .absd-fd-product-heading .absd-fd-product-title {
    font-size: 18px;
  }
	.absd-fd-filter-category {
    	min-width: 143px;
	}
	.absd-fd-filter-sidebar .absd-fd-filter-label {
    	font-size: 15px;
/*     	margin: 0; */
	}
	.absd-fd-filter-sidebar {
   	 	gap: 9px;
	}
	.absd-fd-product-card .absd-fd-product-image {
		padding: 10px;
	}
	
}
@media (max-width:479px) {
	.absd-fd-filter-sidebar {
    width: min(275px, 100%);;
}
}
@media (max-width:450px) {
  .absd-fd-price,
  .absd-fd-product-card h4 {
    font-size: 14px;
  }
}
