html, body {
  height: 100%;
  margin: 0;
  width: 100%;
  max-width: 100%;
  -webkit-text-size-adjust: 100%; /* Prevent font scaling on iOS */
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.content-container-pc, .content-container-mobile {
      display: none; 
     
    }

  @media (min-width: 1280px) {
    /* @media (min-width: 1400px) { */
.content-container-pc {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
justify-content: flex-center;
gap: 75px;
padding-top: 30px;
/* flex: 1; */
 flex: 1 1 auto; 
 width: 100%;
 max-width: 100%;

}
 }

 /* @media (min-width: 768px) { */
  @media (min-width: 768px) and (max-width: 1279px) {
.content-container-pc {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
justify-content: flex-center;
gap: 30px;
padding-top: 30px;
flex: 1;
 width: 100%;
 max-width: 100%;
}
 }

/* Aside part:  */

.container-aside {

margin: 0;
padding-left: 15px;

}

.side-component-capsule {
display: flex;
background-color: white;
width: 100%;
min-width: 255px;
border-radius: 10px;
align-items: center;
justify-content: space-between;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
cursor: pointer;
border: none;
padding-left: 0px;
padding-right: 0px;
box-sizing: border-box;
}

.text-gray-capsule {
font-family: Inter, Arial;
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
filter: alpha(opacity=50); /* IE8 */
opacity: 0.5;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
border-radius: 10px;

}
.text-gray-above-capsule {

font-family: Inter, Arial;
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
filter: alpha(opacity=50); /* IE8 */
opacity: 0.5;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;

}

.general-text {

font-family: Inter;
font-weight: 400;
font-size: 15px;
line-height: 16px;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
padding-top: 10px;
padding-bottom: 10px;
padding-right: 15px;
border: none;
background-color: transparent;
    
}

/* .button-text-filter { */

 
/* padding-top: 10px;
padding-bottom: 10px; */
/* padding-right: 15px; */
/* border: none;
background-color: transparent;
cursor: pointer; */


/* } */

.filter-reset-button {
color: rgba(0, 122, 255, 1);
margin: 0px;
padding: 10px;
border: none;
background-color: transparent;
cursor: pointer;

}

.general-text-sort {

font-family: Inter;
font-weight: 400;
font-size: 15px;
line-height: 16px;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
padding-top: 10px;
padding-bottom: 10px;
border: none;
background-color: transparent;
cursor: pointer;
    
}


/* Center content:  */

/* .container-center {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 255px));
gap: 15px; 
width: 100%;

} */

 @media (min-width: 1450px) {
   /* @media (min-width: 1400px) { */
 .container-center {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: repeat(4, minmax(255px, 1fr));
 grid-template-columns: repeat(4, minmax(255px, 1fr));
  gap: 15px; /* Space between grid items */
  width: 100%;
  /* max-width: 100%; */
  padding-right: 20px;
  align-content: start; /* Aligns grid items to the top */
  grid-auto-rows: min-content; /* Makes rows only as tall as their content */
  
}
 }

   /* @media (min-width: 768px) and (max-width: 1041px) {
 .container-center {
 display: grid;
  grid-template-columns: repeat(3, minmax(255px, 1fr));
  gap: 15px; 
  width: 100%;
  max-width: 100%;
  padding-right: 20px;
  
}
 } */


  @media (min-width: 768px) and (max-width: 1449px) {
 .container-center {
 display: -ms-grid;
 display: grid;
 -ms-grid-columns: repeat(auto-fill, minmax(255px, 1fr));
 grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  gap: 15px; 
  width: 100%;
  padding-right: 20px;
  align-content: start; /* Aligns grid items to the top */
  grid-auto-rows: min-content; /* Makes rows only as tall as their content */
  
}
 }
 



 @media (min-width: 768px) {
   /* @media (min-width: 1400px) { */
.white-container-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  min-width: 255px;
  max-width: 100%;
  height: 170px;
  padding-bottom: 10px;
}
 }

@media (max-width: 767px) {
  /* @media (max-width: 1399px) { */
.white-container-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  min-width: 255px;
  height: 170px;
  padding-bottom: 10px;
}
 }

.grid-car-image {


  -webkit-transform: scale(0.087);
      -ms-transform: scale(0.087);
          transform: scale(0.087); 
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: auto;
  height: auto;
  display: block;
  filter: contrast(0.9) brightness(1.1); /* Adjusts image to reduce white prominence */
  mix-blend-mode: multiply; /* Blends white areas with the background */
  background: transparent;

}

.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: -30px;
}


.fallback-image {
  transform: scale(0.5);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;


}

.grid-text-car {
  font-family: Fahkwang, Arial;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1; /* Consistent line height */
  height: calc(15px * 1 * 2); /* Limit to 2 lines */
  color: rgba(0, 0, 0, 1);
  flex-shrink: 0;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  /* margin-top: -25px; */
}



.grid-secondaryText-car {
font-family: Inter;
font-weight: 300;
font-size: 14px;
letter-spacing: 0px;
text-align: center;
color: rgba(129, 129, 129, 1);
padding-top: 15px; 
padding-right: 10px;
padding-left: 10px;
}



.secondary-text-container {
 width: 100%;
display: flex;
direction: row;
justify-content: space-between;

}


a {
  text-decoration: none; /* no underline */
}

/* Sort Dropdown */

        .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropdown-button {
            border: none;
            cursor: pointer;
            background-color: transparent;
        }

        /* .dropdown-content {
            display: none;
            
            background-color: #f9f9f9;
            min-width: 170px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 100;
             position: fixed; 
            
        } */

             .dropdown-content {
            display: none;
            position: fixed;
            background-color: #f9f9f9;
            min-width: 170px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1000;
            transform: translateX(80px);
            
            
         
            
        }
        .dropdown-content a {
            padding: 12px 16px;
            display: block;
            font-family: Inter;
            font-weight: 400;
            font-size: 15px;
            line-height: 16px;
            letter-spacing: 0px;
            color: rgba(0, 0, 0, 1);
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 15px;
            border: none;
        }


        .dropdown-mb {
          position: relative;
          display: inline-block;
        }



  

        .dropdown-content-mb {
            display: none;
            position: fixed;
            background-color: #f9f9f9;
            min-width: 170px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1000;
            transform: translateX(-250px);
    
          }





        .dropdown-content-mb a {
            padding: 12px 16px;
            display: block;
            font-family: Inter;
            font-weight: 400;
            font-size: 15px;
            line-height: 16px;
            letter-spacing: 0px;
            color: rgba(0, 0, 0, 1);
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 15px;
            border: none;
        }

            .show {
            display: block;
        }


           /* FILTER popup */
       @media (min-width: 768px) {
        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-height: 80vh;
            overflow-y: auto; 
            background-color: white;
            border: none;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            border-radius: 10px;
            width: 360px;
        }
        }

            @media (max-width: 767px) {
            .popup {
            display: none;
            position: fixed;
            /* top: 50%;
            left: 50%; */
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* transform: translate(-50%, -50%); */
            /* max-height: 80vh; */
            overflow-y: auto; 
            background-color: white;
            border: none;
            /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
            z-index: 1000;
            /* border-radius: 10px; */
            /* width: 300px; */
        }
        }


      
        .overlay-popup {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); 
            z-index: 999; 
        }

        .overlay-active {
        overflow: hidden; /* Disable body scrolling */
        }





        /* FILTER content */

        .container-header-filter {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
          

        }

        .filter-title {
            font-family: Fahkwang;
            font-weight: 600;
            font-size: 32px;
            line-height: 100%;
            letter-spacing: -1px;
            color: black;
            text-align: center;
            flex-grow: 1; 
            padding-top: 15px;
            padding-bottom: 30px;
     

  
            
        }


        .filter-close-button {
            background-color: transparent;
            border: none;
            cursor: pointer;
            width: 15px;
            height: 15px;
            padding: 15px;

        }


        .container-filter-option {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
          
        }


        .filter-question-mark {
            font-family: Inter;
            padding-left: 15px;
            padding-right: 10px;
            color: rgba(128, 128, 128, 1);
           cursor: pointer;

        }

        .filter-label-text {
            font-family: Inter;
            font-weight: 400;
            font-size: 13px;
            letter-spacing: 0px;
            color: black;
            text-align: left;

        }

    .filter-value-text {
            font-family: Inter;
            font-weight: 400;
            font-size: 15px;
            letter-spacing: 0px;
            text-align: right;
            color: black;
            padding-right: 30px;
            flex-grow: 1; 

    }


   /* FILTER slider */

 .slidecontainer {
  /* width: 100%;  */
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;

}

/* The slider itself */
.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  /* background: rgba(217, 217, 217, 1); Grey background */
  background: black;
  border-radius: 10px;
  outline: none; /* Remove outline */
  /* opacity: 0.7;  */


}


/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
 -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 17px; /* Set a specific slider handle width */
  height:17px; /* Slider handle height */
  background: black;
  cursor: pointer; /* Cursor on hover */
  border-radius: 10px;
 
}

.slider::-moz-range-thumb {
  width: 17px; /* Set a specific slider handle width */
  height: 17px; /* Slider handle height */
  background: black; 
  cursor: pointer; /* Cursor on hover */
   border-radius: 10px;
}

/* Style the progress (filled portion) for Firefox */
.slider::-moz-range-progress {
  height: 5px;
  background: rgba(217, 217, 217, 1); 
  /* background: black; Progress color (e.g., blue) */
  border-radius: 10px;
}


/* The slider itself */
.sliderFromEnd {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 5px; /* Specified height */
  background: rgba(217, 217, 217, 1); 
  border-radius: 10px;
  outline: none; /* Remove outline */
  /* opacity: 0.7;  */


}


/* Mouse-over effects */
.sliderFromEnd:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.sliderFromEnd::-webkit-slider-thumb {
 -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 17px; /* Set a specific slider handle width */
  height:17px; /* Slider handle height */
  background: black;
  cursor: pointer; /* Cursor on hover */
  border-radius: 10px;
 
}

.sliderFromEnd::-moz-range-thumb {
  width: 17px; /* Set a specific slider handle width */
  height: 17px; /* Slider handle height */
  background: black; 
  cursor: pointer; /* Cursor on hover */
   border-radius: 10px;
}

/* Style the progress (filled portion) for Firefox */
.sliderFromEnd::-moz-range-progress {
  height: 5px;
  /* background: rgba(217, 217, 217, 1);  */
  background: black; 
  border-radius: 10px;
}







/* FILTER dropdown */

.container-dropdown-information {
     display: flex;
     flex-direction: row;
     width: 100%;

}

.container-dropdown-capsule {
    display: flex;
    flex-direction: column;   
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px; 
}

.container-dropdown-options {
    display: flex; 
    flex-direction: column; 
    width: 100%;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
}


.button-filter-dropdown {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
     border-radius: 4px 4px 0 0;
    cursor: pointer;
    text-align: left; 
    white-space: pre-wrap; 
    align-items: left;
    vertical-align: top;
    
}





.general-text-filter-dropdown {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 1);   
    text-align: left;
    align-items: top;
   
}

.arrow-dropdown-image {
    width: 16px;
    align-self: center; 
    transition: transform 0.2s ease;
    
 
}



 .dropdown-checkbox-content {
    display: none;
    max-height: 0;
  
  
 }

.dropdown-checkbox-content.show {
    display: block;
    width: 100%; 
    max-height: 70000px;
    -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
    top: 100%; 
    left: 0;
    padding-left: 5px;
   
  

    
}





  @media (min-width: 768px) {    
.checkbox-item {
    display: block; 
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
    padding-bottom: 5px;
   }
  }
 @media (max-width: 767px) {

.checkbox-item {
    display: block; 
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
    padding-bottom: 15px;
   }


 }

.checkbox-item input {
    margin-right: 8px; /* Space between checkbox and label */
   accent-color: black;


}
     

.container-filter-apply-button {
  position: sticky;
  bottom: 0;
  background: white; /* Match popup background */
  padding: 10px;
  text-align: center;
  z-index: 1100; /* Above popup content */
  border-bottom-left-radius: 10px; /* Match popup's border radius */
  border-bottom-right-radius: 10px;
  filter: drop-shadow(0 -2px 4px rgba(191, 191, 191, 0.5));


}


.filter-apply-button {
    width: 100%;
    height: 40px;
    color: white;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background-color:rgba(2, 122, 255, 1);
    border: none;
    border-radius: 10px;
   cursor: pointer;

}


@media (max-width: 767px) {
  /* @media (max-width: 1399px) { */
.content-container-mobile {
display: block;
align-items: center;
justify-self: center;
padding-top: 30px;
flex: 1;

}

}



.container-top-mobile {
 display: flex;
 gap: 5px;
 margin: 0;
 padding-left: 15px;
 overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden; 

}

.top-component-capsule {
display: flex;
direction: row; 
border: none;
color: black;
background-color: white;
height: 33px;
border-radius: 10px;
align-items: center;
justify-content: space-between;
/* margin-bottom: 10px; */
}



.general-text-sort-capsule {
display: flex;
direction: row;
align-items: center; 
font-family: Inter;
font-weight: 400;
font-size: 15px;
line-height: 16px;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;
border: none;
background-color: transparent;
cursor: pointer;
gap: 5px;
    
}


.text-gray-capsule-mobile {

font-family: Inter, Arial;
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
opacity: 0.5;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;

}


.container-center-mobile {
/* display: grid;
flex-direction: column; */
display: grid;
/* grid-template-columns: 100%; */
grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
/* width: 255px; */
padding-top: 20px;
align-items: center;
justify-content: center;
align-content: center;
gap: 15px; /* Space between grid items */
margin: 0 auto;
padding-left: 20px;
padding-right: 20px;

}


.filter-summary-text {
  font-family: Inter;
  font-weight: 300;
  font-size: 13px;
  line-height: 50%;
  letter-spacing: 0px;
}


.side-component-capsule-filter {
background-color: white;
/* height: 35px; */
width: 100%;
min-width: 255px;
border-radius: 10px;
align-items: center;
justify-content: space-between;
/* margin-bottom: 10px; */
cursor: pointer;
border: none;
padding-left: 0px;
padding-right: 0px;



}

.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* margin-bottom: 8px; */
  /* width: 100%; */
  border-radius: 10px;
  /* padding-left: 5px;
  padding-right: 15px; */

}

.filter-list {
 padding-left: 15px;
 padding-right: 15px;
 
}


.filter-item {
  /* margin-bottom: 4px; */
  padding-bottom: 5px;
}





  .popupInfo {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-color: white;
            padding: 20px;
            border-radius: 5px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 1002;
            max-width: 400px;
            text-align: center;
        }

        .popupInfo.show {
            display: block;
        }

        .popup-content {
            margin-bottom: 15px;
        }

        .popup-close {
            background-color: #007bff;
            color: white;
            border: none;
            padding: 8px 16px;
            cursor: pointer;
            border-radius: 3px;
        }

        .popup-close:hover {
            background-color: #0056b3;
        }

        .overlayInfo {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

        .overlayInfo.show {
            display: block;
        }



        .title-popup {
            font-family: Fahkwang;
            font-weight: 600;
            font-size: 15px;
            line-height: 100%;
            letter-spacing: -1px;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center;
            flex-grow: 1; 
        }

        .text-popup { 

                padding: 8px;
            
            font-family: Inter;
            font-weight: 400;
            font-size: 13px;
            line-height: 100%;
            letter-spacing: 0px;
        }

          .filter-close-button {
            background-color: transparent;
            border: none;
            cursor: pointer;
            width: 15px;
            height: 15px;
            padding: 15px;

        }

             .container-header-popup {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        
        }


        .default-message-text {
         position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        font-family: Inter, Arial;
        font-weight: 300;
        text-align: center;
        font-size: 20px;

        }







           /* popup PRICE */
       @media (min-width: 768px) {
        .popupPrice {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            max-height: 80vh;
            overflow-y: auto; 
            background-color: white;
            border: none;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            border-radius: 10px;
            width: 360px;
        }
        }

            @media (max-width: 767px) {
            .popupPrice {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow-y: auto; 
            background-color: white;
            border: none;
            z-index: 1000;
        
        }
        }


      
        .overlay-popupPrice {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); 
            z-index: 999; 
        }

        .overlay-activePrice {
        overflow: hidden; 
        }

         .filter-price-title {
            font-family: Fahkwang;
            font-weight: 600;
            font-size: 32px;
            line-height: 100%;
            letter-spacing: -1px;
            color: black;
            text-align: center;
            flex-grow: 1; 
            padding-bottom: 15px;       
            text-align: center;
        }


        .secondary-text-price {
          font-family: Inter, Arial;
          font-weight: 400;
          font-size: 13px;
          letter-spacing: 0px;
          text-align: center;
          color: rgba(128, 128, 128, 1);
          padding-bottom: 50px;

        }

        .radio-main {
          font-family: Inter, Arial;
          font-weight: 400;
          font-size: 18px;
          line-height: 16px;
          letter-spacing: 0px; 
        
        } 

         .form-price {
          margin-left: 15px;
        }


         .radio-sub {
          font-family: Inter, Arial;
          font-weight: 400;
          font-size: 13px;
          line-height: 16px;
          letter-spacing: 0px;
          color: rgba(128, 128, 128, 1);
          text-align: start;
        } 

            .radio-content {
      display: flex;
      flex-direction: column;
      
    }

  
    

 .radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 30px;
}

.radio-label input[type="radio"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.radio-label input[type="radio"]:checked {
  border-color: #007bff;
  background-color: #007bff;
}

.radio-label input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: white;
}

.radio-label input[type="radio"]:hover {
  border-color: #007bff;
}

 .container-price-filter-apply-button {
  display: flex;
  background: white; 
  padding: 10px;
  text-align: center;
}

.filterPrice-apply-button {
    width: 100%;
    height: 40px;
    color: white;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    background-color:rgba(2, 122, 255, 1);
    border: none;
    border-radius: 10px;
   cursor: pointer;
   padding: 15px;

}


.text-gray-price-capsule {

font-family: Inter, Arial;
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0px;
color: rgba(0, 0, 0, 1);
opacity: 0.5;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 8px;

}


.search-container {
    width: 100%;
    margin-top: 0; /* Remove top margin */
    position: relative; /* For positioning the icon */
    display: flex;
    align-items: center;
}

.search-input {
    width: 100%;
    padding: 10px 35px 10px 15px; /* Add right padding for icon */
    border: none; /* Remove border */
    font-family: Inter, Arial;
    font-size: 15px;
    outline: none;
    background: transparent;
    color: rgba(0, 0, 0, 1);
    text-align: right; 
    cursor: pointer;

}


/* Mobile specific styles */
.container-top-mobile .search-input {
    width: 100%;
    margin-bottom: 8px;
    
}

.search-icon {
    position: absolute;
    right: 15px;
    width: 13px;
    height: 13px;
    pointer-events: none; /* Prevents icon from interfering with input */
}

.search-icon-mb {
    right: 15px;
    width: 13px;
    height: 13px;
    pointer-events: none; /* Prevents icon from interfering with input */
    padding-right: 5px;
}

.search-secondary-text {
    color: rgba(0, 0, 0, 0.3);
    font-family: Inter, Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: right;
    border: none;
    background-color: transparent;
}

.search-input::placeholder {
    color: rgba(0, 0, 0, 0.3);
   font-family: Inter, Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: right;


}

/* For older browsers compatibility */
.search-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-family: Inter, Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: right;
}

.search-input::-moz-placeholder {
   color: rgba(0, 0, 0, 0.3);
    font-family: Inter, Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: right;
}

.search-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-family: Inter, Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: right;
}

.search-input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-family: Inter, Arial;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: right;
}



.overlay-popupSearch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    
}

.popupSearch {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: white;
    z-index: 1000;
 
}

.search-popup-container {
    padding: 20px;
    margin-bottom: 20px;
}

.search-input-popup {
    width: 80%;
    padding: 10px 35px 10px 15px;
    border: 1px solid #E5E7EB;
    border-radius: 6px;
    font-family: Inter, Arial;
    font-size: 15px;
    outline: none;
    background: transparent;
    color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) {
    .js-search-button-mb {
        display: none;
    }
}

.active-search {
    color: rgba(0, 0, 0, 1) !important;
    opacity: 1;
}

.container-top-mobile {
    -ms-overflow-style: none;  /* Internet Explorer and Edge */
    scrollbar-width: none;     /* Firefox */
}

.container-top-mobile::-webkit-scrollbar {
    display: none;             /* Chrome, Safari and Opera */
}


.discover-text-capsule {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 15px;
line-height: 16px;
letter-spacing: 0px;
padding: 10px;
border: none;
background-color: transparent;
color: black;
cursor: pointer;
}


.back-button {
  background: none;
  border: none;
  font-weight: 500;
font-style: Medium;
  padding: 0;
  margin-right: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: black;
 
}

.back-button img {
  width: 16px;
  height: 16px;
  color: black;
   padding-bottom: 10px;
}

.text-gray-above-capsule {
  display: flex;
  align-items: center;
}

.js-search-title {
  display: flex;
  align-items: center;
}

.discover-menu-text {
font-family: Inter, Arial;
font-weight: 500;
font-style: Medium;
font-size: 17px;
line-height: 16px;
letter-spacing: 0px;
color: black;
padding-left: 10px;
padding-bottom: 10px;
}


.text-gray-discover-capsule-mb {

font-family: Inter;
font-weight: 400;
font-size: 15px;
line-height: 16px;
letter-spacing: 0px;
padding: 10px;

}

/* .back-button {
  background: none;
  border: none;
  padding: 0;
  margin-right: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.back-button img {
  width: 16px;
  height: 16px;
} */





 
            .popupOrder {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow-y: auto; 
            background-color: white;
            border: none;
            z-index: 1000;
        
        }
        


      
        .overlay-popupOrder {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5); 
            z-index: 999; 
        }

        .overlay-activeOrder {
        overflow: hidden; 
        }

        .form-order {
          padding-left: 15px;
        }




/* FILTER slider - Modified for thumb-only control */

.slidecontainer {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: black;
  border-radius: 10px;
  outline: none;
  /* Disable pointer events on the track for mobile */
  pointer-events: none;
  position: relative;
}

/* Re-enable pointer events only on the thumb */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  background: black;
  cursor: pointer;
  border-radius: 50%;
  /* Enable pointer events on thumb */
  pointer-events: auto;
  position: relative;
  z-index: 10;
}

.slider::-moz-range-thumb {
  width: 17px;
  height: 17px;
  background: black;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  /* Enable pointer events on thumb */
  pointer-events: auto;
  position: relative;
  z-index: 10;
}

/* For better mobile touch experience, increase thumb size on mobile */
@media (max-width: 767px) {
  .slider::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  
  .slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }
}

/* Mouse-over effects - only apply on desktop */
@media (min-width: 768px) {
  .slider:hover {
    opacity: 1;
  }
  
  /* Re-enable pointer events on desktop for normal behavior */
  .slider {
    pointer-events: auto;
  }
}

/* Style the progress (filled portion) for Firefox */
.slider::-moz-range-progress {
  height: 5px;
  background: rgba(217, 217, 217, 1);
  border-radius: 10px;
}

/* The slider itself - FROM END VERSION */
.sliderFromEnd {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 5px;
  background: rgba(217, 217, 217, 1);
  border-radius: 10px;
  outline: none;
  /* Disable pointer events on the track for mobile */
  pointer-events: none;
  position: relative;
}

/* Re-enable pointer events only on the thumb */
.sliderFromEnd::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 17px;
  height: 17px;
  background: black;
  cursor: pointer;
  border-radius: 50%;
  /* Enable pointer events on thumb */
  pointer-events: auto;
  position: relative;
  z-index: 10;
}

.sliderFromEnd::-moz-range-thumb {
  width: 17px;
  height: 17px;
  background: black;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  /* Enable pointer events on thumb */
  pointer-events: auto;
  position: relative;
  z-index: 10;
}

/* For better mobile touch experience, increase thumb size on mobile */
@media (max-width: 767px) {
  .sliderFromEnd::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
  }
  
  .sliderFromEnd::-moz-range-thumb {
    width: 24px;
    height: 24px;
  }
}

/* Mouse-over effects - only apply on desktop */
@media (min-width: 768px) {
  .sliderFromEnd:hover {
    opacity: 1;
  }
  
  /* Re-enable pointer events on desktop for normal behavior */
  .sliderFromEnd {
    pointer-events: auto;
  }
}

/* Style the progress (filled portion) for Firefox */
.sliderFromEnd::-moz-range-progress {
  height: 5px;
  background: black;
  border-radius: 10px;
}



.capsule-icon {
padding-right: 10px;
padding-left: 5px;

}