/*---------------prod-list*/

.filter-block {
padding-bottom: 10px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}


.filter-title {
font-size: 13px;
letter-spacing: 1px;
margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
}


.filter-block label, .accordion-body label {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.accordion-button {
font-size: 13px;
letter-spacing: 1px;
background: none;
box-shadow: none;
}


.accordion-button:not(.collapsed) {
background: none;
color: #000;
}


.accordion-item {
border: none;
border-bottom: 1px solid #e5e5e5;
}

.filter-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

.filter-accordion .accordion-button {
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 0;
  background: transparent;
  box-shadow: none;
}

.filter-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}

.filter-accordion .accordion-body {
     padding: 10px 0 10px;
}

.filter-accordion label {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    /* font-size: 13px; */
    /* letter-spacing: 2px; */
    /* text-transform: uppercase; */
    color: #2c2c2c;
    /* margin-bottom: 12px; */
    cursor: pointer;
}
.accordion-button::after {
   
    width: 1.2rem !important;
    height: 1.2rem !important;
  }

.model-count {
font-size: 14px;
}
@media (min-width: 90.0625rem) {
.left-sidebar{
          padding-right: 7rem;

}
}
.sort-block {
        padding-bottom: 5px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.sort-title {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 25px;
      text-transform: uppercase;
    font-weight: 600;
}

.sort-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  cursor: pointer;
}

/* Hide default radio */
.sort-option input {
  display: none;
}

/* Custom radio */
.sort-option span {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
}

.sort-option input:checked + span::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#filterAccordion .checkbox-i{
  margin-right: 8px;
}
.filter-option .checkbox-i{
  margin-right: 8px;
}

/* Sticky bar */
.mobile-filter-bar {
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background: #fff;
          border-bottom: .0625rem solid #e6e6e6;
        border-top: .0625rem solid #e6e6e6;
}

.mobile-filter-bar button {
  background: none;
  border: none;
  font-size: 13px;
  letter-spacing: 1.5px;
}

.mobile-filter-bar .divider {
  width: 1px;
  height: 20px;
  background: #ccc;
  margin: 0 25px;
}
.mobile-filter-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    
    /* Start hidden but ready for animation */
    opacity: 0;
    transform: translateY(100%); /* start below screen */
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none; /* prevent interaction when hidden */
}

.mobile-filter-overlay.active {
    opacity: 1;
    transform: translateY(0); /* slide up into view */
    pointer-events: auto; /* allow interaction */
}

.mobile-sort-overlay {
   position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    
    /* Start hidden but ready for animation */
    opacity: 0;
    transform: translateY(100%); /* start below screen */
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none; /* prevent interaction when hidden */
}

.mobile-sort-overlay.active {
   opacity: 1;
    transform: translateY(0); /* slide up into view */
    pointer-events: auto; /* allow interaction */
}
.filter-panel {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateY(100%);
  transition: transform .35s ease;
  display: flex;
  flex-direction: column;
}

.mobile-filter-overlay.active .filter-panel {
  transform: translateY(0);
}
.mobile-sort-overlay.active .filter-panel {
  transform: translateY(0);
}
.filter-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 1.5px;
}

.filter-content {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

.filter-group {
  margin-bottom: 30px;
}

.filter-group h6 {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.filter-group label {
  display: block;
  font-size: 13px;
  margin-bottom: 12px;
}

.filter-footer {
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}

.apply-btn {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 14px;
  letter-spacing: 1.5px;
}
/* pink top line */
.filter-top-bar {
  border-top: .375rem solid #d50032;
}

/* header layout */
.filter-header {
  position: relative;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

/* centered title */
.filter-title1 {
  /*font-size: 14px;*/
  letter-spacing: 2px;
  font-weight: 600;
    font-size: 1.125rem;
}

/* close button right */
.filter-close {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}


/* Desktop */
@media (min-width: 768px) {
  .left-sidebar{
    position: static;
  }

}

/* Mobile */
@media (max-width: 991px) {
   .filterbysec{
    padding: 20px;
  }
.sortbysec{
   padding: 20px;
}
  .mobile-filter-content {
    overflow-y: auto;
    flex: 1;
  }
  .mobile-sort-content {
    overflow-y: auto;
    flex: 1;
  }
}

/* Mobile only */
@media (max-width: 991px) {
 .filterbysec {
    display: none;
  }
.sortbysec{
   display: none;
}
  .mobile-filter-overlay.active  .filterbysec {
    display: block;
  }
   .mobile-sort-overlay.active  .sortbysec {
    display: block;
  }
}
.product-list-page{
  padding: 30px 0;
}


.mobile-filter-bar {
    width: 100%;
    background: #fff; /* or your preferred color */
    z-index: 99;
    transition: all 0.3s ease;
}

.mobile-filter-bar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.product-list-sec .col-6{
  padding: 0 ;
}



@media (max-width: 991px) {

.product-list-sec{
  padding: 30px 0;
}
.product-list-page {
    padding: 20px 0;
}

}



 .overlay1,
.overlay2 {
    position: fixed;
    top: 20px;
    right: 20px;
    min-width: 280px;
    padding: 14px 18px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 99999;
    display: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    animation: slideInRight 0.3s ease;
}

/* SUCCESS (overlay1) */
.overlay1 {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

/* REMOVE (overlay2) */
.overlay2 {
    background: linear-gradient(135deg, #dc3545, #b02a37);
}

/* Animation */
@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Optional icon style */
.overlay1::before {
    content: "✔ ";
    font-weight: bold;
}

.overlay2::before {
    content: "✖ ";
    font-weight: bold;
}

.tab-content>.active {
  display: block;
  margin: 0 auto;
  /*width: 23rem;*/
  }
  .spinner {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 48px;
  height: 48px;
  animation: spin 1s linear infinite;
  }

  @keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
  }