.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;
  padding: 16px;
}
.p-product h4{
  margin-bottom: 16px;
}
.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;
}

.product-1st-div{

padding-top: 64px !important;
padding-right: 120px !important;
padding-bottom: 64px !important;
padding-left: 48px !important;
gap: 40px !important; 

}
.product-1st-div h2{
  margin-bottom: 11px;
}
.product-1st-div p{
  font-size: 16px !important;
  margin-bottom: 40px !important;
}

.p-product-btn{

padding-top: 32px;
padding-right: 120px;
padding-bottom: 32px;
padding-left: 120px;
border-width: 1px;

}

.p-product-btn span{
  font-family: Satoshi;
font-weight: 700;
font-style: Bold;
font-size: 24px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
vertical-align: middle;

}

/* CARD BACKGROUND */
.variant-ug-series {
  background: #f8f6f4;
  padding: 40px 30px 40px 40px;
  max-width: 650px;
}

/* HEADING */
.variant-ug-series h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #512520;
}

.variant-ug-series .highlight {
  color: #ec5d24;
}

/* DESCRIPTION */
.ug-desc {
  font-size: 16px !important;
  color: #512520 !important;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* LIST RESET */
.ug-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.variant-ug-series ul{
  margin-left: -20px !important;
}
/* LIST ITEM */
.ug-list li {
  position: relative;
  padding-left: 34px;

  padding-bottom: 8px;
  border-bottom: 1px solid #BCA39F;
  font-size: 14px;
  color: #512520;
  line-height: 1.6;
}

/* REMOVE LAST BORDER */
.ug-list li:last-child {
  border-bottom: none;
}
.ug-list li:first-child {
  border-top: 1px solid #BCA39F;
    padding-top: 8px;

}
.ug-list li:first-child::before {
  top: 8px; /* 👈 match padding-top */
}
/* 🔥 ICON (YOUR IMAGE) */
.ug-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;

  width: 18px !important;
  height: 18px !important;
  background-image: url('../img/icons/right-arrows1.svg'); /* 👈 your icon */
  background-size: contain;
  background-repeat: no-repeat;
}
.p-product-logo{
  padding-top: 48px !important ;
  padding-bottom: 48px !important ;
}