:root {
  --shimmer-first-color: #CED2DA;
  --shimmer-second-color: #F1F3F7;
  --shimmer-third-color: #CED2DA;
}
:root .inverted {
  --shimmer-first-color: #191C23;
  --shimmer-second-color: #444851;
  --shimmer-third-color: #191C23;
}
:root .dark {
  --shimmer-first-color: #191C23;
  --shimmer-second-color: #444851;
  --shimmer-third-color: #191C23;
}
:root .dark .inverted {
  --shimmer-first-color: #CED2DA;
  --shimmer-second-color: #F1F3F7;
  --shimmer-third-color: #CED2DA;
}

:root {
  --base-font-feature-settings: "ss01" on, "liga" off, "clig" off;
}

:root {
  --background: #f0f5f6;
}

.product-category .error-message {
  margin-top: 10px;
  margin-left: 0;
  font-size: 10px;
  line-height: 15px;
  min-height: 20px;
  color: #f9441f;
}
.product-category .intro-category .title {
  color: var(--text-icon-on-back-high, #000);
  text-align: right;
  font-feature-settings: "ss01" on, "liga" off, "clig" off;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 114.286% */
}
.product-category .intro-category img {
  width: 520px;
  height: 221px;
}
.product-category .skeleton {
  background-image: linear-gradient(90deg, var(--shimmer-first-color), var(--shimmer-second-color), var(--shimmer-third-color));
  animation: placeholderShimmer 2.5s infinite reverse;
}
.product-category .filter-icon {
  display: flex;
}
.product-category .filter-icon-mobile {
  display: none;
}
.product-category .mobile-chips-filter {
  border-radius: 48px;
  border: 1px solid #DFE1E5;
  background: #FFF;
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.product-category .mobile-chips-filter.active {
  border-radius: 48px;
  border: 1px solid #1159FC;
  background: #DEEDFF;
  color: #1159FC;
}
.product-category .action-btn {
  display: none !important;
}
.product-category .filter-section .filters {
  width: 312px;
  height: 612px;
}
.product-category .filter-section .banner.desktop {
  display: flex;
  justify-content: center;
}
.product-category .filter-section .banner.mobile {
  display: none;
}
.product-category .filter-section .result {
  width: 872px;
  padding-bottom: 32px;
}
.product-category .filter-section #desktopFilters {
  position: sticky;
  top: 12%;
  align-self: flex-start;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 5;
}
.product-category .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  direction: ltr;
  width: 264px;
}
.product-category .sliders {
  width: 100%;
  position: relative;
  transform: scaleX(-1);
}
.product-category .sliders .slider {
  width: 100%;
  height: 22px;
  background-color: #f0f5f6;
  border-radius: 100px;
  position: relative;
}
.product-category .sliders .slider .progress {
  height: inherit;
  background-color: rgba(17, 89, 252, 0.7);
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 20%;
  right: 30%;
}
.product-category .sliders .slider-input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.product-category .sliders .slider-input input {
  width: 100%;
  height: 17px;
  position: absolute;
  top: 0;
  right: -2px;
}
.product-category .sliders .slider-input input[type=range] {
  background-color: transparent;
  -webkit-appearance: none;
  -mox-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 17px;
  pointer-events: none;
  background-color: transparent;
}
.product-category .sliders .slider-input input[type=range]::-ms-thumb {
  appearance: none;
  -webkit-appearance: none;
  background-color: #1159FC;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  pointer-events: auto;
}
.product-category .sliders .slider-input input[type=range]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  background-color: #1159FC;
  cursor: pointer;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  pointer-events: auto;
  border: 4px solid #fff;
}
.product-category .range-label {
  flex-direction: row-reverse;
}
.product-category .range-label .label-box {
  border-radius: var(--Radius-Radius-Minus, 12px);
  border: 1px solid var(--Border-Tint, #C9CBCF);
  background: var(--Surfaces-Grounds-Elevated, #FFF);
  width: 128px;
  height: 56px;
  padding: 4px 10px;
  text-align: right;
}
.product-category .range-label .label-box input {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.product-category .blur {
  filter: blur(5px);
}
.product-category .seo-description {
  display: inline;
}
.product-category .seo-description p {
  display: inline;
}
.product-category #toggle-description {
  display: inline;
}
.product-category #subtitle-text {
  text-align: justify !important;
  display: inline-block;
}

@media (max-width: 1280px) {
  .product-category #starting-product-category-loading-animation {
    margin-top: 10px;
  }
  .product-category .wrapper {
    width: 100%;
  }
  .product-category .intro-category {
    flex-direction: column-reverse;
    margin-top: 14px !important;
    gap: 24px !important;
  }
  .product-category .intro-category .title {
    font-size: 24px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
  }
  .product-category .intro-category .b-2 {
    font-size: 12px !important;
    text-align: justify;
  }
  .product-category .intro-category img {
    width: 100%;
    height: 168px;
  }
  .product-category .top-routing {
    margin: 0 !important;
    padding: 6px 20px;
  }
  .product-category .content {
    flex-direction: column;
    gap: 0 !important;
    margin-top: 0 !important;
  }
  .product-category .content .result {
    height: auto;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    border-radius: 0 !important;
    padding-top: 12px !important;
  }
  .product-category .content .result .filter-mobile {
    display: flex !important;
  }
  .product-category .content .result .chip-wrapper {
    overflow-x: auto;
    scrollbar-width: none;
    padding-right: 20px;
  }
  .product-category .content .result .quick-filters {
    flex-wrap: nowrap !important;
  }
  .product-category .content .result .chip {
    flex: 1 1 auto;
    min-width: 115px;
    justify-content: start !important;
    height: 30px;
    align-items: center !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .product-category .filter-section {
    background: #fff;
  }
  .product-category .filter-section .filters {
    padding: 20px !important;
  }
  .product-category .filter-section .filters .filter-list {
    margin-top: 0 !important;
  }
  .product-category .filter-section .range-label {
    width: 100%;
  }
  .product-category .filter-section .range-label .label-box {
    width: 100%;
  }
  .product-category .filter-section .filter-title {
    margin: 0 0 20px !important;
    padding-top: 28px;
  }
  .product-category .filter-section .banner.desktop {
    display: none;
  }
  .product-category .filter-section .banner.mobile {
    display: flex;
    justify-content: center;
  }
  .product-category .filter-section .banner.mobile img {
    width: 100%;
  }
  .product-category .filter-section-title {
    margin: 0 20px !important;
    padding-top: 28px;
  }
  .product-category .filter-icon {
    display: none !important;
  }
  .product-category .filter-icon-mobile {
    display: flex !important;
    gap: 6px;
  }
  .product-category .filters {
    width: 100% !important;
    height: auto !important;
    overflow-y: inherit !important;
  }
  .product-category .filters .action-btn {
    justify-content: center !important;
  }
  .product-category .filters .action-btn .cancelButton, .product-category .filters .action-btn .confirmButton {
    width: 100%;
  }
  .product-category .filters .action-btn .cancelButton .btn, .product-category .filters .action-btn .confirmButton .btn {
    width: 100%;
  }
  .product-category .filters .filtericon {
    display: none;
  }
  .product-category .filters .remove-filters {
    display: block;
  }
  .product-category .bottom-sheet-modal {
    position: fixed;
    width: 100%;
    transform: translate(50%);
    right: 50%;
    overflow: hidden;
    transition: bottom 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    border-radius: 24px 24px 0 0;
  }
  .product-category .bottom-sheet-modal.open {
    bottom: 0;
  }
  .product-category .action-btn {
    display: flex !important;
  }
  .product-category .bottom-sheet-content {
    flex-grow: 1;
    overflow-y: auto;
    background: #fff;
  }
  .product-category .result-count {
    padding: 6px 20px;
  }
  .product-category #store-list {
    padding: 0;
  }
  .product-category .merchants {
    margin-right: 0 !important;
  }
  .product-category .merchants .heading .title {
    margin-right: 20px;
  }
  .product-category .merchants .hero-section {
    padding-right: 20px;
    margin-bottom: 0 !important;
  }
  .product-category .tips {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .product-category .products-list-box {
    padding-top: 20px !important;
    padding-bottom: 12px !important;
    gap: 24px !important;
  }
}
@media (max-width: 370px) {
  .product-category .products-list-box {
    gap: 10px !important;
  }
}
