 .filter-cate-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
    max-width: 652px; /* Set your desired maximum width */
    margin: 0 auto;
    padding: 0 20px; /* Consistent side padding */
    margin-top: 70px;
  }
  .filter-cate-header{
  font-size: 20px;
  font-family: "Poppins Black";
  white-space: nowrap;
  display: inline-block; /* Allows element to grow with text */
}
.filter-cate-subheader{
  display: flex;
  gap: 20px;
}
.filter-cate-button {
  background-color: white;
  border: 1px solid gray;
  color: black;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Changed from center to space-between */
  width: 110px;
  height: 32px;
  padding: 0 12px; /* Add horizontal padding */
  box-sizing: border-box;
  gap: 8px; /* Space between text and icon */
}
.filter-cate-radio-button {
  background-color: white;
  border: 1px solid gray;
  color: black;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Changed from center to space-between */
  width: 130px;
  height: 32px;
  padding: 0 12px; /* Add horizontal padding */
  box-sizing: border-box;
  gap: 8px; /* Space between text and icon */
}
.custom-radio {
  width: 45px;
  height: 20px;
  border: 1px solid gray;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; /* Add this to contain the absolute positioned dot */
  transition: background-color 0.3s ease; /* Smooth background transition */
}

.radio-dot {
  width: 14px;
  height: 14px;
  background-color: black;
  border-radius: 50%;
  transition: transform 0.3s ease;
  position: absolute;
  left: 3px; /* Initial position */
}

.filter-cate-radio-button.active .radio-dot {
  transform: translateX(25px); /* Move to the right when active */
}

.filter-cate-text {
  flex: 1; /* Allow text to take available space */
  text-align: center; /* Center the text within its space */
    font-family: "Acumin Pro Condensed Light";
    font-size: 13px;
     padding-top: 2px;
}
.filter-cate-radio-text {
    font-family: "Acumin Pro Condensed Light";
    font-size: 13px;
     padding-top: 2px;
}
 .filter-cate-button-blue {
    background-color: #499dd6;
  border: 1px solid #499dd6;
  color: white;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103px; /* 77pt ≈ 103px */
  height: 32px; /* 24pt ≈ 32px */
  padding: 0; /* Remove padding to respect exact dimensions */
  box-sizing: border-box; /* Include border in width/height */
  }
   .filter-cate-text-blue {
    text-align: center;
    /* padding-top: 2px; */
    font-family: "Acumin Pro Semi Bold";
    font-size: 11px;
  }
   .filter-cate-button-red {
    background-color: #ed3c3c;
  border: 1px solid #ed3c3c;
  color: white;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 103px; /* 77pt ≈ 103px */
  height: 32px; /* 24pt ≈ 32px */
  padding: 0; /* Remove padding to respect exact dimensions */
  box-sizing: border-box; /* Include border in width/height */
  }
   .filter-cate-text-red {
    text-align: center;
    /* padding-top: 2px; */
    font-family: "Acumin Pro Semi Bold";
    font-size: 11px;
  }
  .filter-cate-button:hover,
  .filter-cate-button.active {
    background-color: #499dd6; /* Button color when active/hover */
    color: white; /* Text becomes white when background is #499dd6 */
    }
    .filter-cate-button-red:hover,
  .filter-cate-button-red.active {
    background-color: #ed3c3c; /* Button color when active/hover */
    color: white; /* Text becomes white when background is #499dd6 */
    }

  /* .filter-cate-text {
    text-align: center;
    padding-top: 2px;
    font-family: "Acumin Pro Condensed Light";
    font-size: 13px;
  } */
   .filter-cate-text-blue {
    text-align: center;
    /* padding-top: 2px; */
    font-family: "Acumin Pro Semi Bold";
    font-size: 11px;
  }
    .list-cat-wrapper {
    display: flex;
    gap: 16px; /* Equal space between items */
    align-items: center; /* Vertically center items */
    margin-left: 6px;
  }

  .list-cat-item,
  .list-cat-item-other {
    display: flex;
    gap: 8px;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
  }

  .list-cat-item img,
  .list-cat-item-other img {
    margin-bottom: 4px; /* Space between image and text */
    object-fit: contain; /* Ensure images maintain aspect ratio */
    max-height: 40px; /* Limit image height */
  }
  .list-cat-item-other img {
      margin-bottom: 4px; /* Space between image and text */
    object-fit: contain; /* Ensure images maintain aspect ratio */
    max-height: 40px; /* Limit image height */
  }

  .list-cat-item p
  {
    margin: 0; /* Remove default margins */
    font-size: 18px;
    text-align: center;
    width: 100%; /* Ensure text takes full width */
    font-family: "Acumin Pro Semi Bold";
    margin-top: 8px;
  }
   .list-cat-item-other p {
    margin: 0; 
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
     font-family: "Acumin Pro Semi Bold";
    width: 100%; /* Ensure text takes full width */
  }