.product-lists{
  background: #F8F9F8;
  padding: 40px 0 156px 0;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: inherit;
  z-index: 111;
}

.sort-button button{
  width: 100%;
}
.product-item,
.product-category-image{
  order:var(--order);
}
.product-item{
  height: 100%;
  padding: 48px 64px;
  background: #ffffff;
  border-radius: 4px;
}
.product-item:hover{
  box-shadow: 0 8px 20px #00000026;
}
.product-item:hover .product-item__image{
  background-color:var(--background-color);
}

.product-item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-item{
  position: relative;
}
.product-item__image{
  margin-bottom: 20px;
  padding: 26px 0;
  transition: all .3s ease-in-out;
}
.product-label{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(90deg, #CFB06D 0%, #E0CA8D 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item__tags{
  flex-wrap: wrap;
  display: flex;
  gap: 5px;
}
.product-item__benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.product-label span{
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--primary);
}
.product-category-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item__benefit-item{
  display: flex;
  align-items: center;
}
.product-item__benefit-item img{
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.product-item__benefit-item span{
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
}

.product-item__image{
  height: 322px;
}

.product-item__tags span{
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--primary);
}
.product-list__tag-item{
  margin-bottom: 16px;
  text-transform: uppercase;
}

.product-item__title{
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  color: var(--primary);
  margin-bottom: 5px;
}
.product-item__title:hover{
   color: var(--primary);
}
.product-item__sub-title{
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--primary);
  margin-bottom: 24px;
}
.product-load-more {
  margin: 0;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--primary);
  padding: 14px 24px;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
  bottom: 64px;
  border: 2px solid var(--primary);
  border-radius: 24px;
  font-weight: 500;
}
.product-load-more:hover{
  color: white;
  background: var(--primary);
}
.product-lists .loader-spin{
  margin: 20px auto;
}
.flex-align-center{
  align-items: center;
}

.product-no-data {
  width: 100%;
  text-align: center;
  padding: 40px;
  color: #555555;
  font-size: 20px;
}
.filter-type__lists{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}
.product-item__col{
  margin-top: 24px;
}
.filter__type-item{
  list-style: none;
  position: relative;
}
.filter__type-item button,
.sort-button button{
  background: #FFFFFF;
  border: 1.5px solid #D9D9D9;
  border-radius: 50px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
}
.filter__sort-details.active button,
.filter__type-item.active button,
.filter__type-item button:hover,
.filter__type-item button:hover
,.sort-button button:hover{
  border-color:var(--primary);
}
.form-sort__details{
  position: absolute;
  background: #FFFFFF;
  top:50px;
  display: none;
  right: 0;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  z-index: 2;
}

.form-sort__form-wrap{
  padding: 40px 32px;
  width: 320px;
}
.form-sort__form-wrap .form-check:not(:last-child){
  margin-bottom: 24px;
}
.form-sort__details-bottom{
  padding: 24px;
  text-align: right;
  border-top: 1px solid #D9D9D9;
}
.form-sort__details-bottom .apply-sort{
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  border: none;
  background: none;
}
.filter-item__wrap{
  width: 320px;
  position: absolute;
  top: 50px;
  left: 0;
  background: #ffffff;
  display: none;
  z-index: 1;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.filter-item__bottom button{
  background: none;
  border: none;
  color: #303030;
  text-decoration-line: underline;
  font-weight: 700;
  font-size: 14px;
  padding: 24px;
  line-height: 20px;
}
.filter-all__bottom{
  padding: 32px 56px;
}
.filter-item__form:not(:last-child){
  margin-bottom: 24px;
}
.filter-all__wrap button.filter-item__clear-all{
  text-decoration-line:none;
  padding: 10px 24px;
  border: 2px solid #303030;
  border-radius: 24px;
  width: auto;
}
.filter-all__wrap button.filter-item__apply-all{
  text-decoration-line:none;
  padding: 10px 24px;
  border: 2px solid #303030;
  border-radius: 24px;
  color: #ffffff;
  width: auto;
  float: right;
  background: #303030;
}

.sort__items-details{
  position: relative;
}
.filter-item__inner{
  padding: 40px 32px;

}
.filter-item__apply{
  float: right;
}
.page-overlay-filter {
  position: fixed;
  background: #363636;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  visibility: hidden;
}
.all-filters .filter-item__btn{
  display: none;
}
.all-filters .filter-all__wrap{
  right: 0;
  left: auto;
  background: #ffffff;
  position: fixed;
  top: 0%;
  right: 0%;
  width: 725px;
  z-index: 2;
  height: 100%;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.filter-all__head {
  border-bottom: 1px solid #D9D9D9;
  text-align: center;
  padding: 24px;
}
.filter-all__head span{
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
}
.filter-all__item-wrap{
  height: calc(100% - 180px);
  overflow-y: scroll;
  padding: 24px 56px 50px 56px;
}
.filter-all__item:last-child{
  padding-bottom: 0;
}

.filter-all__item-inner {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    gap: 24px 0;
}
.all-filters .filter-item__form{
  width: 33.3333%;
  margin-bottom: 0;
}
.filter__type-item .clear-all-filter{
  font-size: 14px;
  line-height: 20px;
  padding: 12px 0;
  border: none;
  background: transparent;
  text-decoration-line: underline;
}

.filter-item__bottom{
  border-top: 1px solid #D9D9D9;
}
.filter-all__close-modal {
  position: absolute;
  right: 26px;
  top: 23px;
  cursor: pointer;
}
.filter-all__item span{
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
}
.form-check-product-count {
  color: #B7B6BB;
  font-size: 14px;
  line-height: 16px;
  padding-left: 8px;
}
label.form-check-label{
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  margin-left: 16px;
}
.filter-all__item {
  border-top: 1px solid #D9D9D9;
  padding-top: 24px;
  padding-bottom: 56px;
}
.form-sort__form-wrap .form-check{
  padding: 0;
}
.count-product-items{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  float: right;
}

.product-list__tag-item:last-child .s-comma{
  display: none;
}
.form-sort__head-mobile{
  display: none;
}
.prd-custom-row {
  justify-content: end;
  gap: 24px;
}
.filter-result-count-mobile{
  display: none;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-top: 16px;
}


/* Create a custom checkbox */
.filter-item__form input,
.form-sort__item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-item__form,
.form-sort__item {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark{
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #F8F9F8;
  border: 1.5px solid #D9D9D9;
  border-radius: 4px;
  cursor: pointer;
}

.filter-item__form:hover input ~ .checkmark,
.form-sort__item:hover input ~ .checkmark {
  background-color: #D9D9D9;
}

.filter-item__form input:checked ~ .checkmark,
.form-sort__item input:checked ~ .checkmark {
  background-color: var(--primary);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filter-item__form input:checked ~ .checkmark:after,
.form-sort__item input:checked ~ .checkmark:after {
  display: block;
}

.filter-item__form .checkmark:after,
.form-sort__item .checkmark:after {
  background-image: url('../../images/Check.svg');
  background-size: 100% 100%;
  position: relative;
  color: #fff;
  content: "";
  width: 20px;
  height: 20px;
}
.form-sort__item .form-check-label{
  margin-left: 35px;
}
.filter-disable{
  pointer-events: none;

}

.filter-disable .form-check-label{
  color:#D9D9D9;
}
@media screen and (max-width:1599px){
  .product-item__image{
    height: 252px;
    padding: 20px 0;
  }
}

@media screen and (max-width:1279px){
  .product-item__image{
    height: 232px;
    padding: 18px 0;
  }
  .product-item{
    padding: 32px;
  }
}

@media screen and (max-width:991px){
  .filter__type-item:not(.all-filters){
    display: none;
  }
  .count-product-items{
    display: none;
  }
  .filter-result-count-mobile{
    display: block;
  }
  .filter__type-item,.filter__type-item button{
    width: 100%;
  }
  .filter__sort-details,.sort-button button{
    width: 100%;
  }
}

@media screen and (max-width:599px){
  .product-item{
    padding: 16px;
  }
  .product-item__image{
    height: 128px ;
  }
  .product-item__tags span{
    font-size: 8px;
    line-height: 14px;
  }
  .product-item__title{
    font-size: 14px;
    line-height: 18px;
  }
  .product-item__benefit-item img{
    width:12px;
    height: 12px;
  }
  .product-item__sub-title{
    font-size: 14px;
    line-height: 18px;
  }
  .product-item__benefit-item span{
    font-size: 9px;
    line-height: 12px;
  }
  .all-filters .filter-all__wrap{
    width: 100%;
  }

  .filter-type__lists{
    padding: 0;
  }

  .product-label{
    left: 8px;
    top: 8px;
    width: 56px;
    height: 56px;
  }

  .form-sort__details{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    border-radius: 0px;
  }
  .form-sort__form-wrap{
    height: calc(100% - 180px);
    overflow-y: auto;
    width: 100%;
    padding: 24px;
  }
  .form-sort__details-bottom .apply-sort {
    padding: 12px 24px;
    background: #000;
    color: #fff;
    border-radius: 24px;
  }
  .form-sort__head-mobile{
    display: block;
    border-bottom: 1px solid #D9D9D9;
    text-align: center;
    padding: 24px;
  }
  .form-sort__head-mobile h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
  }
  .close-sort {
    position: absolute;
    right: 30px;
    top: 20px;
  }
  .filter-all__item-wrap{
    padding: 24px;
  }
  .all-filters .filter-item__form{
    width: 100%;
  }
  .product-label span{
    font-size: 10px;
    line-height: 12px;
  }
  .form-sort__details-bottom{
    padding: 32px 56px;
  }
}