body#category #js-product-list-top,
body#category #js-product-list-header {
  display: none;
}
body#category #wrapper > .container {
  max-width: 1920px;
  margin: 0 auto;
  background-color: white;
  /* padding-inline: 100px !important; */
  padding-block: 50px !important;
  --max: 100;
  --min: 20;
  --maxtrans: 1920;
  --mintrans: 430;
  padding-inline: clamp(
    var(--min) * 1px,
    calc(
      (var(--max) - var(--min)) *
        ((100vw - var(--mintrans) * 1px) / (var(--maxtrans) - var(--mintrans))) +
        var(--min) * 1px
    ),
    var(--max) * 1px
  ) !important;
}

body#category #wrapper > .container {
  @media (max-width: 900px) {
    padding-block: 10px !important;
  }
}

body#category #wrapper > .container .breadcrumb ol li span {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: left;
  color: #b2b2b2;
}

body#category #wrapper > .container .breadcrumb ol li:nth-child(1) span {
  text-decoration: underline;
  color: black;
}

body#category #wrapper > .container .block-category {
  padding: 20px;
}

body#category #wrapper > .container .block-category.card.card-block h1 {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: black;
}

body#category
  #wrapper
  > .container
  .block-category.card.card-block
  .block-category-inner {
  justify-content: center !important;
}

body#category
  #wrapper
  > .container
  .block-category.card.card-block
  #category-description {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: black;
  margin: 0;
  max-width: 660px;
}

#search_filters_wrapper {
  display: block !important;
}

#search_filters section[data-facet-id="feature-gama"] .facet-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

#search_filters section[data-facet-id="feature-gama"] ul {
  display: flex;
  flex-direction: column !important;
  gap: 10px !important;
}

#search_filters section[data-facet-id="feature-gama"] ul li {
  padding-block: 5px !important;
}

#search_filters section ul li label {
  display: flex !important;
  flex-direction: row !important;
  gap: 10px !important;
  align-items: center !important;
}

#search_filters section .facet-label .custom-radio {
  aspect-ratio: 1/1;
  top: 0 !important;
}

#search_filters section[data-facet-id="feature-gama"] .facet-label img {
  width: 60px;
}

@media (max-width: 767px) {
  #search_filters_wrapper {
    padding: 20px !important;
  }

  .ok {
    display: none !important;
  }
}

body#category #search_filters {
  padding: 0 !important;
}

body#category #search_filters .facet-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}

body#category #search_filters .facet-header p {
  margin: 0;
  padding: 0;
}

body#category #search_filters .facet-header img {
  rotate: -90deg;
}

body#category .product-miniature span.price {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.52;
  letter-spacing: normal;
  text-align: left;
  color: black;
  position: relative;
  bottom: 20px;
}

body#category .product-title a {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.12;
  letter-spacing: normal;
  text-align: left;
  color: black;
}

body#category .owl-carousel {
  margin: 0 auto;
}

#category #left-column #search_filters {
  border-top: 0 !important;
}
