.product-card {
  border: 1px solid #e0e0e0;
  border-radius: 0px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  padding: 12px;
  text-align: start !important;
}
.Browse-heading {
  font-family: Satoshi;
  font-weight: 700 !important;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #521e10 !important;
  margin-bottom: 12px !important;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-card img {
  min-height: 258px;
  object-fit: contain;
  padding: 30px;
  background-color: rgba(251, 250, 250, 1);
}

.product-card .card-body {
  text-align: start;
  gap: 24px;
  padding: 0px;
}

.product-card .card-title {
  font-family: Satoshi;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #512520;
}
.product-card .btn {
  background-color: #e76f51;
  border: none;
  font-weight: 500;
}

.product-card .btn:hover {
  background-color: #cf593d;
}

.tab-button {
  min-width: 150px;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 0;
}

.tab-button.btn-warning {
  background-color: #e76f51;
  color: white;
  border-color: #e76f51;
}

.tab-button.btn-outline-warning {
  color: #e76f51;
  border-color: #e76f51;
}

.tab-button.btn-outline-warning:hover {
  background-color: #e76f51;
  color: white;
}

.filter-btn {
  margin: 8px;
  border-radius: 0px;
  padding: 6px 18px;
  font-weight: 500;
  background-color: white;
  border: 1px solid #e0e0e0;
  transition: all 0.3s ease;
}

.filter-btn.active,
.filter-btn:hover {
  background-color: rgba(253, 239, 233, 1);
  color: rgba(236, 93, 36, 1) !important;
  border-color: rgba(244, 161, 128, 1);
}
i.fas.fa-times {
  margin-left: 5px;
  background-color: rgba(236, 93, 36, 1) !important;
  color: aliceblue;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 10px;
}

.search-bar {
  min-width: 446px;
  height: 52;
  padding-top: 14px !important;
  padding-right: 20px !important;
  padding-bottom: 14px !important;
  padding-left: 20px !important;
  gap: 10px;
  angle: 0 deg;
  opacity: 1;
  border-width: 1px;
}
@media (max-width: 767px) {
  .search-bar {
    min-width: 100%; /* or min-width: 300px; */
  }
}
.section-title {
  font-size: 28px;
  font-weight: 700;
  color: rgba(91, 31, 22, 1) !important;
  border-bottom: 3px solid #e76f51;
  display: inline-block;
  padding-bottom: 6px;
}
hr.custom-hr {
  all: unset; /* resets all default hr styles */
  display: block;
  height: 3px;
  background-color: rgb(66, 18, 13);
  margin: 10px 0 20px;
  width: 100%;
}
h4 {
  color: rgba(91, 31, 22, 1);
}

/* Media query for mobile view */
@media (max-width: 767.98px) {
  .dropdown-menu {
    display: block;
    position: static;
    background: none;
    border: none;
    padding: 0;
  }

  .dropdown-menu.show {
    display: block;
  }

  #filterDropdownMenu {
    display: none;
  }

  #filterDropdownMenu.show {
    display: block;
  }
}

#filterButtons {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  margin-top: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.productSection h3 {
  color: #521e10 !important;
  margin-top: 0px !important;
}

#productsTab {
  padding-top: 18px;
  padding-right: 36px;
  padding-bottom: 18px;
  padding-left: 36px;
  gap: 10px;
  angle: 0 deg;
  opacity: 1;
}

.h4-heading {
  font-weight: 700 !important;
  font-style: Bold;
  font-size: 20px !important;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #fff !important;
}

.p-product {
  font-family: Satoshi;
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 2%;
  vertical-align: middle;
}
.product-card-link {
  font-family: Satoshi;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.card-text {
  font-family: Satoshi;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px !important;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 2%;
  vertical-align: middle;
}
.mt-64 {
  padding-top: 64px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
