.gh-custom-products-section .custom-products-filter {
  padding: 40px 40px 68px 40px;
}

.gh-custom-products-section .custom-products-filter .arrow-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.gh-custom-products-section .custom-products-filter .arrow-icon svg {
  width: 20px;
  height: 20px;
}

.gh-custom-products-section .custom-products-filter .plus-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: relative;
}

.gh-custom-products-section .custom-products-filter .plus-icon span {
  width: 13px;
  height: 2px;
  background: #000;
  position: absolute;
  transition: all 0.3s ease;
}

.gh-custom-products-section .custom-products-filter .plus-icon span:first-child {
  transform: rotate(90deg);
}

.gh-custom-products-section .custom-products-filter .open .plus-icon span:first-child {
  transform: rotate(0deg);
}

.gh-custom-products-section .custom-products-filter button {
  border-radius: 60px;
  background: #c3131e !important;
  border: 2px solid #c3131e !important;
  padding: 10px 24px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  transition: all 0.2s linear;
}

.gh-custom-products-section .custom-products-filter button:hover {
  background: transparent !important;
  color: #c3131e;
}

.gh-custom-products-section .products-filter-container {
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.gh-custom-products-section .products-sidebar {
  max-width: 240px;
  width: 100%;
  margin-right: 20px;
}

.gh-custom-products-section .products-content {
  max-width: calc(100% - 280px);
  width: 100%;
}

.gh-custom-products-section .products-content-header,
.gh-custom-products-section .sorting-container .custom-sorting-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gh-custom-products-section .products-browse-by {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
}

.gh-custom-products-section .filter-label {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.gh-custom-products-section .filter-by-category {
  margin-bottom: 28px;
}

.gh-custom-products-section .product-parent-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.gh-custom-products-section .product-parent-category.open {
  border: none;
}

.gh-custom-products-section .product-sub-categories {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.gh-custom-products-section .product-sub-category:not(:last-child) {
  margin-bottom: 12px;
}

.gh-custom-products-section .product-sub-category label {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  display: flex;
  align-items: center;
}

.gh-custom-products-section .product-sub-category input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #000;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  position: relative;
  background: transparent;
  transition: all 0.2s ease;
  width: 15px;
  height: 15px;
  margin-right: 12px;
}

.gh-custom-products-section .product-sub-category input[type=checkbox]:checked {
  background: transparent;
  border-color: #000;
}

.gh-custom-products-section .product-sub-category input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.gh-custom-products-section .products-sidebar button {
  width: 100%;
}

.gh-custom-products-section .products-sidebar button#reset-filters {
  color: #c3131e;
  background-color: transparent !important;
}

.gh-custom-products-section .products-sidebar button#reset-filters:hover {
  color: #fff;
  background-color: #c3131e !important;
}

.gh-custom-products-section .products-sidebar button:not(:last-child) {
  margin-bottom: 16px;
}

.gh-custom-products-section .mobile-btns {
  display: none;
  align-items: center;
  justify-content: space-between;
}

.gh-custom-products-section .mobile-btns button {
  display: flex;
  color: #000 !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  padding: 0;
  background: transparent !important;
  border: none !important;
}

.gh-custom-products-section .mobile-btns button:not(:last-child) {
  margin-right: 12px;
}

.gh-custom-products-section .mobile-btns button svg {
  margin-left: 12px;
}

.gh-custom-products-section .active-cat-filter {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-top: 14px;
  max-width: 700px;
  padding-right: 20px;
}

.gh-custom-products-section .active-cat-filter.active-cat-filter-mobile {
  display: none;
}

.gh-custom-products-section .sorting-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gh-custom-products-section .sorting-label {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-right: 16px;
}

.gh-custom-products-section .sorting-options {
  display: none;
}

.gh-custom-products-section .sorting-options-select {
  border-radius: 6px;
  border: 1px solid #000 !important;
  padding: 6px 12px;
  background-color: transparent;
  color: #000;
}

.gh-custom-products-section .products-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}

.gh-custom-products-section .products-grid .product-item img {
  border-radius: 12px;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 16px;
}

.gh-custom-products-section .products-grid .product-item .product-title {
  color: #000;
  font-family: "Mulish", sans-serif;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
}

.gh-custom-products-section .google-review-item {
  border-radius: 12px;
  background: #f6f6f6;
  padding: 16px;
  position: relative;
}

.gh-custom-products-section .google-review-item .review-star {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.gh-custom-products-section .google-review-item .review-star svg {
  width: 16px;
  height: 16px;
}

.gh-custom-products-section .google-review-item .review-star svg:not(:last-child) {
  margin-right: 2px;
}

.gh-custom-products-section .google-review-item .review-text {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 12px;
}

.gh-custom-products-section .google-review-item .read-more-review-text {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-align: end;
  margin-top: -13px;
  cursor: pointer;
}

.gh-custom-products-section .google-review-item .review-author {
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  flex-wrap: wrap;
}

.gh-custom-products-section .google-review-item .review-author img {
  width: 32px;
  height: 32px;
  margin-left: 12px;
}

.gh-custom-products-section .load-more-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gh-custom-products-section .load-more-button {
  margin: 40px auto 0;
}

.gh-custom-products-section .close-popup {
  display: none;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .gh-custom-products-section .products-sidebar {
    max-width: 200px;
  }
  .gh-custom-products-section .products-content {
    max-width: calc(100% - 240px);
  }
}
@media (max-width: 991px) {
  .gh-custom-products-section .mobile-popup {
    margin: 0;
    max-width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 100px;
    display: none;
    align-items: center;
  }
  .gh-custom-products-section .mobile-popup-container {
    background: #fff;
    padding: 16px;
    max-width: 272px;
    max-height: calc(100% - 100px);
    overflow: auto;
    width: 100%;
  }
  .gh-custom-products-section .mobile-popup.popup-active {
    display: flex;
    z-index: 999;
  }
  .gh-custom-products-section .close-popup {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gh-custom-products-section .products-browse-by .arrow-icon {
    display: none;
  }
  .gh-custom-products-section .products-content {
    max-width: 100%;
  }
  .gh-custom-products-section .mobile-btns {
    display: flex;
  }
  .gh-custom-products-section .active-cat-filter {
    display: none;
  }
  .gh-custom-products-section .active-cat-filter.active-cat-filter-mobile {
    display: flex;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gh-custom-products-section .mobile-popup.products-content-header {
    position: relative;
    padding: 0;
    background: transparent;
    display: flex;
  }
  .gh-custom-products-section .products-content-header .mobile-popup-container {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0;
    margin-left: auto;
    margin-top: -32px;
  }
  .gh-custom-products-section .open-sorting-btn,
  .gh-custom-products-section .sorting-label .close-popup {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gh-custom-products-section .custom-products-filter {
    padding: 40px 16px 56px 16px;
  }
  .gh-custom-products-section .products-content-header.mobile-popup {
    display: none;
    justify-content: end;
  }
  .gh-custom-products-section .products-content-header.mobile-popup.popup-active {
    display: flex;
  }
  .gh-custom-products-section .sorting-options-select {
    display: none;
  }
  .gh-custom-products-section .sorting-options {
    display: block;
  }
  .gh-custom-products-section .sorting-container {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .gh-custom-products-section .sorting-label {
    margin-bottom: 20px;
    color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .gh-custom-products-section .sorting-option-container label {
    color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    display: flex;
    align-items: center;
  }
  .gh-custom-products-section .sorting-option-container input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    accent-color: black;
  }
  .gh-custom-products-section .sorting-option-container input[type=radio]:checked {
    background: #000;
  }
  .gh-custom-products-section .sorting-option-container:not(:last-child) {
    margin-bottom: 12px;
  }
  .gh-custom-products-section .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 16px;
  }
  .gh-custom-products-section .products-grid .product-item .product-title {
    font-size: 15px;
    line-height: 21px;
  }
}
/* Category Filter Styles for show-categories-v2 shortcode */
.categories-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.category-item.category-filter {
  border: 2px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.category-item.category-filter:hover {
  border-color: #c3131e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(195, 19, 30, 0.15);
}

.category-item.category-filter.active {
  border-color: #c3131e;
  background-color: rgba(195, 19, 30, 0.05);
  box-shadow: 0 4px 12px rgba(195, 19, 30, 0.2);
}

.category-item.category-filter .category-link {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 15px;
}

.category-item.category-filter img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  margin-bottom: 10px;
}

.category-item.category-filter .category-title {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  text-align: center;
  color: #000;
}

.category-item.category-filter.active .category-title {
  color: #c3131e;
  font-weight: 700;
}

/* Responsive styles for category filters */
@media (max-width: 768px) {
  .categories-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }
  .category-item.category-filter img {
    height: 120px;
  }
  .category-item.category-filter .category-title {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .categories-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .category-item.category-filter img {
    height: 100px;
  }
  .category-item.category-filter .category-title {
    font-size: 13px;
  }
}
/* Parent Category Filter Styles */
.parent-category-filter-section {
  padding: 32px 40px;
  background: #000;
}

.parent-category-filter-section .parent-category-filter-container {
  max-width: 1276px;
  margin: auto;
}

.parent-category-filter-section .parent-category-filter-container .parent-filter-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px;
  text-align: center;
}

.parent-category-filter-section .parent-category-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}

.parent-category-filter-section .parent-category-option {
  flex-basis: calc(16.6666666667% - 16.6666666667px);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.parent-category-filter-section .parent-category-option label {
  cursor: pointer;
}

.parent-category-filter-section input.parent-filter-input {
  display: none;
}

.parent-category-filter-section .parent-category-content img {
  border-radius: 8px;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}

.parent-category-filter-section .parent-category-name {
  background: transparent;
  color: #fff;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .parent-category-filter-section .parent-category-filter {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .parent-category-filter-section .parent-category-option {
    flex-basis: 122px;
    min-width: 122px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .parent-category-filter-section {
    padding: 32px 0px 22px 16px;
  }
  .parent-category-filter-section .parent-filter-title {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .parent-category-filter-section .parent-category-content img {
    margin-bottom: 12px;
  }
  .parent-category-filter-section .parent-category-name {
    font-size: 16px;
    line-height: 22px;
  }
}