@charset "UTF-8";
:root {
  --pixel-black: #262221;
  --pixel-blue: #0E1D41;
  --pixel-green: #144B2B;
  --pixel-green-light: #368457;
  --pixel-green-rgb: 2,130,111;
  --pixel-green-dark: #296060;
  --pixel-green-dark-rgb: 1, 96, 96;
  --pixel-gray-dark: #656069;
  --pixel-gray-light:#F5F5F7;
  --pixel-gray:#D7D7D7;
  --pixel-gray2: #E3E3E3;
  --pixel-beige:#E4D9B9;
  --pixel-beige-light: #FAF9F4;
  --pixel-bg:#F5F5F7;
  --pixel-yellow:#CEA800;
  --pixel-warning:#ffc107;
  --pixel-gradient: linear-gradient(180deg, #00FFA0 0%, #03294C 100%);
  --pixel-gradient-horizontal: linear-gradient(90deg, #00FFA0 0%, #03294C 100%);
  --pixel-border-radius: 10px;
  --pixel-border-radius-small: 5px;
  --pixel-border-radius-big: 40px;
}

@layer ps-pages {
  .has-compact-filter #amazzing_filter,
  #amazzing_filter {
    --bs-gutter-x: 20px;
    background-color: white;
    margin: 0 calc(-1 * var(--bs-gutter-x));
    border-radius: var(--pixel-border-radius);
    font-family: "Poppins", sans-serif;
  }
  @media (max-width: 991.98px) {
    .has-compact-filter #amazzing_filter,
    #amazzing_filter {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      max-width: 350px;
      height: 100dvh;
      z-index: 1000;
      right: unset;
      bottom: unset;
      transform: translateX(-120%);
      padding: 0px;
      border: 1px solid var(--pixel-gray-light);
      display: flex;
      flex-direction: column;
      overflow-y: clip;
      transition: transform 0.3s ease-in-out;
      opacity: 1 !important;
    }
  }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .has-compact-filter #amazzing_filter,
    #amazzing_filter {
      max-width: 100dvw;
    }
  }
  @media (max-width: 991.98px) {
    .has-compact-filter #amazzing_filter.open,
    #amazzing_filter.open {
      transform: translateX(20px);
    }
    .has-compact-filter #amazzing_filter .block_content,
    #amazzing_filter .block_content {
      flex-grow: 1;
      overflow-y: auto;
    }
    .has-compact-filter #amazzing_filter .block_content::-webkit-scrollbar,
    #amazzing_filter .block_content::-webkit-scrollbar {
      width: 2px !important;
    }
    .has-compact-filter #amazzing_filter .block_content::-webkit-scrollbar-thumb,
    #amazzing_filter .block_content::-webkit-scrollbar-thumb {
      background: linear-gradient(to bottom, #00ffa0 0%, #03294c 100%);
      border-radius: 90px;
    }
  }
  @media (max-width: 991.98px) and (max-width: 991.98px) {
    .has-compact-filter #amazzing_filter .btn-holder,
    #amazzing_filter .btn-holder {
      position: sticky;
      bottom: 0;
      background: white;
      padding: 1rem;
      z-index: 3;
      box-shadow: 0 -2px 10px -5px rgba(0, 0, 0, 0.1);
    }
    .has-compact-filter #amazzing_filter .btn-holder .pixel-button,
    #amazzing_filter .btn-holder .pixel-button {
      width: 100% !important;
    }
  }
  .has-compact-filter #amazzing_filter .title_block,
  #amazzing_filter .title_block {
    padding: 30px 30px 0 30px;
    display: block !important;
  }
  @media (max-width: 1199.98px) {
    .has-compact-filter #amazzing_filter .title_block,
    #amazzing_filter .title_block {
      padding: 1rem 1.25rem 0.5rem !important;
      display: flex !important;
      align-items: center !important;
      justify-content: flex-start !important;
      -moz-column-gap: 10px;
           column-gap: 10px;
    }
    .has-compact-filter #amazzing_filter .title_block .close-mobile-filters,
    #amazzing_filter .title_block .close-mobile-filters {
      margin-left: auto !important;
    }
  }
  .has-compact-filter #amazzing_filter .af-form,
  #amazzing_filter .af-form {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: clip;
  }
  @media (max-width: 991.98px) {
    .has-compact-filter #amazzing_filter .af-form,
    #amazzing_filter .af-form {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      padding-top: 0px !important;
    }
  }
  .has-compact-filter #amazzing_filter .af_filter,
  #amazzing_filter .af_filter {
    padding: 30px !important;
    border-top-width: 2px !important;
    border: 1px solid var(--pixel-gray-light) !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border: none;
    transition: padding-bottom cubic-bezier(0.5, 0, 0.5, 1) 0.2s, padding-top cubic-bezier(0.5, 0, 0.5, 1) 0.2s;
  }
  @media (max-width: 1199.98px) {
    .has-compact-filter #amazzing_filter .af_filter,
    #amazzing_filter .af_filter {
      padding: 1rem 1.25rem !important;
    }
  }
  @media (max-width: 991.98px) {
    .has-compact-filter #amazzing_filter .af_filter,
    #amazzing_filter .af_filter {
      border-left: none !important;
      border-right: none !important;
    }
  }
  @media screen and (max-width: 767px) {
    .has-compact-filter #amazzing_filter .af_filter,
    #amazzing_filter .af_filter {
      background-color: transparent;
    }
  }
  .has-compact-filter #amazzing_filter .af_filter .toggle-cut-off,
  #amazzing_filter .af_filter .toggle-cut-off {
    z-index: 1;
  }
  .has-compact-filter #amazzing_filter .af_filter.closed .toggle-cut-off,
  #amazzing_filter .af_filter.closed .toggle-cut-off {
    z-index: -1;
    display: none !important;
  }
  .has-compact-filter #amazzing_filter .af_filter ul,
  #amazzing_filter .af_filter ul {
    gap: 0px;
  }
  .has-compact-filter #amazzing_filter .af_filter .af-toggle-child:after,
  #amazzing_filter .af_filter .af-toggle-child:after {
    line-height: 0.7em !important;
    padding: 3px 10px !important;
  }
  .has-compact-filter #amazzing_filter .af_filter .af-quick-search:before, .has-compact-filter #amazzing_filter .af_filter .af-quick-search:after,
  #amazzing_filter .af_filter .af-quick-search:before,
  #amazzing_filter .af_filter .af-quick-search:after {
    border-color: black !important;
  }
  .has-compact-filter #amazzing_filter .af_filter .af-quick-search:after,
  #amazzing_filter .af_filter .af-quick-search:after {
    transform: rotate(-45deg) !important;
    margin-top: 7px !important;
    margin-right: -1px !important;
  }
  .has-compact-filter #amazzing_filter .af_filter .af-quick-search .qsInput,
  #amazzing_filter .af_filter .af-quick-search .qsInput {
    border-radius: var(--pixel-border-radius) !important;
    font-size: 12px !important;
  }
  .has-compact-filter #amazzing_filter .af_filter .af-quick-search .qsInput:focus,
  .has-compact-filter #amazzing_filter .af_filter .af-quick-search .qsInput.has-value,
  #amazzing_filter .af_filter .af-quick-search .qsInput:focus,
  #amazzing_filter .af_filter .af-quick-search .qsInput.has-value {
    border-color: var(--pixel-green) !important;
    border-radius: var(--pixel-border-radius) !important;
  }
  .has-compact-filter #amazzing_filter .af_filter .af-quick-search .qs-no-matches,
  #amazzing_filter .af_filter .af-quick-search .qs-no-matches {
    background-color: var(--pixel-yellow);
    border-radius: var(--pixel-border-radius) !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    color: white !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .has-compact-filter #amazzing_filter .af_filter .name,
  #amazzing_filter .af_filter .name {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: rgb(30, 30, 30, var(--tw-text-opacity)) !important;
    --tw-text-opacity: 1 !important;
    text-decoration-line: none !important;
    color: rgb(30, 30, 30);
  }
  .has-compact-filter #amazzing_filter .af_filter .count,
  #amazzing_filter .af_filter .count {
    margin-left: 0px;
    opacity: 0.6;
    display: inline;
    color: rgb(30, 30, 30);
    font-size: 14px;
  }
  .has-compact-filter #amazzing_filter .af_filter label,
  #amazzing_filter .af_filter label {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .has-compact-filter #amazzing_filter .af_filter label .checkbox,
  #amazzing_filter .af_filter label .checkbox {
    margin-right: 0.5rem !important;
    opacity: 0 !important;
    z-index: 1;
    width: 1.25rem;
    height: 1.25rem;
    min-width: 1.25rem;
  }
  .has-compact-filter #amazzing_filter .af_filter label .name,
  #amazzing_filter .af_filter label .name {
    position: unset !important;
  }
  .has-compact-filter #amazzing_filter .af_filter label .name:before,
  #amazzing_filter .af_filter label .name:before {
    border-radius: 0.25rem;
    border-width: 1px;
    border: 1px solid var(--pixel-gray);
    position: absolute;
    left: 2px;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
  }
  .has-compact-filter #amazzing_filter .af_filter label .name:after,
  #amazzing_filter .af_filter label .name:after {
    background: 50%/0.625rem no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width=%278%27 height=%276%27 viewBox=%270 0 8 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M6.20351 0.694361L3.00001 3.89768L1.633 2.53067C1.37379 2.27155 0.953524 2.27155 0.694405 2.53067C0.435198 2.78996 0.435198 3.21015 0.694405 3.46935L2.53071 5.30566C2.66027 5.43522 2.83019 5.5 3.00001 5.5C3.16984 5.5 3.33975 5.43522 3.46931 5.30566L7.14201 1.63305C7.40131 1.37384 7.40131 0.953568 7.1421 0.694449C6.88298 0.435243 6.46271 0.435154 6.20351 0.694361Z%27 fill=%27%2302816F%27 stroke=%27%2302816F%27/%3E%3C/svg%3E%0A");
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    content: "";
    top: 0.3rem;
    left: 2px;
    opacity: 0;
    position: absolute;
  }
  .has-compact-filter #amazzing_filter .af_filter label:has(input:checked) .name,
  #amazzing_filter .af_filter label:has(input:checked) .name {
    font-weight: 500;
  }
  .has-compact-filter #amazzing_filter .af_filter label:has(input:checked) .name:before,
  #amazzing_filter .af_filter label:has(input:checked) .name:before {
    border-color: var(--pixel-green);
    box-shadow: 0 0 0 1px var(--pixel-green);
  }
  .has-compact-filter #amazzing_filter .af_filter label:has(input:checked) .name:after,
  #amazzing_filter .af_filter label:has(input:checked) .name:after {
    opacity: 1;
  }
  .has-compact-filter #amazzing_filter .af_filter label:has(input:checked) .count,
  #amazzing_filter .af_filter label:has(input:checked) .count {
    opacity: 0.8;
  }
  .has-compact-filter #amazzing_filter .af_filter.special .af_filter_content,
  #amazzing_filter .af_filter.special .af_filter_content {
    margin: 0px !important;
  }
  .has-compact-filter #amazzing_filter .af_filter.special.closed .af_filter_content,
  #amazzing_filter .af_filter.special.closed .af_filter_content {
    display: none;
  }
  .has-compact-filter #amazzing_filter .af_filter.has-slider.p,
  #amazzing_filter .af_filter.has-slider.p {
    padding-top: 10px;
  }
  .has-compact-filter #amazzing_filter .af_filter_content,
  #amazzing_filter .af_filter_content {
    display: grid !important;
    grid-template-rows: 1fr;
    transition: grid-template-rows cubic-bezier(0.5, 0, 0.5, 1) 0.2s;
    overflow: hidden !important;
    overflow-clip-margin: 2px;
  }
  .has-compact-filter #amazzing_filter .af_filter_content ul,
  #amazzing_filter .af_filter_content ul {
    overflow: hidden !important;
    overflow-clip-margin: 2px;
  }
  .has-compact-filter #amazzing_filter .af_filter.closed,
  #amazzing_filter .af_filter.closed {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .has-compact-filter #amazzing_filter .af_filter.closed .af_filter_content,
  #amazzing_filter .af_filter.closed .af_filter_content {
    grid-template-rows: 0fr;
  }
  .has-compact-filter #amazzing_filter .af_filter.closed .af-slider,
  #amazzing_filter .af_filter.closed .af-slider {
    margin-bottom: 0px !important;
  }
  .has-compact-filter #amazzing_filter .af_filter .icon-collapse-icon,
  #amazzing_filter .af_filter .icon-collapse-icon {
    transition: transform 0.3s ease-in-out;
  }
  .has-compact-filter #amazzing_filter .af_filter .toggle-cut-off,
  #amazzing_filter .af_filter .toggle-cut-off {
    z-index: -1;
  }
  .has-compact-filter #amazzing_filter .af_filter:not(.closed) .icon-collapse-icon,
  #amazzing_filter .af_filter:not(.closed) .icon-collapse-icon {
    transform: rotate(-180deg);
  }
  .has-compact-filter #amazzing_filter .af_filter:not(.closed) .toggle-cut-off,
  #amazzing_filter .af_filter:not(.closed) .toggle-cut-off {
    z-index: 1;
  }
  .has-compact-filter #amazzing_filter .af_filter[data-url=kategorie] .af_filter_content > ul,
  #amazzing_filter .af_filter[data-url=kategorie] .af_filter_content > ul {
    margin: 0 0px 0px -5px !important;
    overflow-y: auto !important;
    max-height: 500px !important;
  }
  .has-compact-filter #amazzing_filter .af_filter[data-url=kategorie] .af_filter_content > ul::-webkit-scrollbar,
  #amazzing_filter .af_filter[data-url=kategorie] .af_filter_content > ul::-webkit-scrollbar {
    width: 3px !important;
  }
  .has-compact-filter #amazzing_filter .af_filter[data-url=kategorie] .af_filter_content > ul::-webkit-scrollbar-thumb,
  #amazzing_filter .af_filter[data-url=kategorie] .af_filter_content > ul::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #00ffa0 0%, #03294c 100%);
    border-radius: 90px;
  }
  .has-compact-filter #amazzing_filter .af-slider,
  #amazzing_filter .af-slider {
    overflow: hidden;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-values,
  #amazzing_filter .af-slider .slider-values {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-values .spacer,
  #amazzing_filter .af-slider .slider-values .spacer {
    margin: 0 0.75rem;
    display: flex;
    align-items: center;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-values .slider_value,
  #amazzing_filter .af-slider .slider-values .slider_value {
    float: unset;
    flex-grow: 2;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-values .prefix,
  #amazzing_filter .af-slider .slider-values .prefix {
    display: flex;
    position: absolute;
    top: -12px;
    left: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: var(--pixel-gray-dark);
    background: white;
    padding: 3px 7px 3px 5px;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-values .suffix,
  #amazzing_filter .af-slider .slider-values .suffix {
    flex: 0 0 auto;
    align-items: center;
    display: inline-flex;
    padding-left: 0.25rem;
    font-weight: 500;
    color: var(--pixel-gray-dark);
    white-space: nowrap;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-values .slider_value,
  #amazzing_filter .af-slider .slider-values .slider_value {
    background: rgb(255, 255, 255) !important;
    border-color: var(--pixel-gray) !important;
    border-radius: 10px !important;
    text-align: left;
    display: flex;
    align-items: center;
    height: auto !important;
    --tw-border-opacity: 1 !important;
    --tw-bg-opacity: 1 !important;
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    background-clip: padding-box;
    display: block;
    font-weight: 400;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100%;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: var(--pixel-black) !important;
  }
  @media screen and (max-width: 767px) {
    .has-compact-filter #amazzing_filter .af-slider .slider-values .slider_value,
    #amazzing_filter .af-slider .slider-values .slider_value {
      border-color: rgb(247, 247, 247) !important;
    }
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-values .slider_value.edit,
  #amazzing_filter .af-slider .slider-values .slider_value.edit {
    border-color: rgb(1, 189, 134, var(--tw-border-opacity)) !important;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-values .slider_value input,
  #amazzing_filter .af-slider .slider-values .slider_value input {
    flex: 1 1 auto;
    min-width: 0;
    text-align: right;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-bar,
  #amazzing_filter .af-slider .slider-bar {
    margin-top: 12px !important;
    background-color: var(--pixel-black) !important;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-bar .selected-bar,
  #amazzing_filter .af-slider .slider-bar .selected-bar {
    background-color: var(--pixel-black) !important;
  }
  .has-compact-filter #amazzing_filter .af-slider .slider-bar .pointer,
  #amazzing_filter .af-slider .slider-bar .pointer {
    background-color: var(--pixel-black) !important;
    border-color: var(--pixel-black) !important;
    box-shadow: 0 0 0 3px white;
  }
  .has-compact-filter #amazzing_filter .af_subtitle,
  #amazzing_filter .af_subtitle {
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .has-compact-filter #amazzing_filter .af_subtitle:before,
  #amazzing_filter .af_subtitle:before {
    display: none !important;
  }
  .has-compact-filter #amazzing_filter body .selectedFilters,
  #amazzing_filter body .selectedFilters {
    display: none !important;
  }
  @media screen and (max-width: 767px) {
    .has-compact-filter #amazzing_filter #amazzing_filter,
    #amazzing_filter #amazzing_filter {
      transform: translateX(0) !important;
      position: relative !important;
      opacity: 1 !important;
    }
  }
  .has-compact-filter #amazzing_filter #amazzing_filter .card-header,
  #amazzing_filter #amazzing_filter .card-header {
    border-radius: 0;
    border-radius: 0.6375rem 0.6375rem 0 0;
    margin-bottom: -2px !important;
  }
  @media screen and (max-width: 767px) {
    .has-compact-filter #amazzing_filter #amazzing_filter .card-header,
    #amazzing_filter #amazzing_filter .card-header {
      display: none !important;
    }
  }
  .has-compact-filter #amazzing_filter #amazzing_filter .title_block,
  #amazzing_filter #amazzing_filter .title_block {
    background-color: rgb(247, 247, 247, var(--tw-bg-opacity));
    font-weight: 500 !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    align-items: center !important;
    margin-bottom: 0.25rem !important;
    margin-top: 1rem !important;
    border-style: none !important;
    flex-wrap: wrap !important;
  }
  @media (min-width: 768px) {
    .has-compact-filter #amazzing_filter #amazzing_filter .title_block,
    #amazzing_filter #amazzing_filter .title_block {
      display: flex !important;
    }
  }
  @media screen and (max-width: 767px) {
    .has-compact-filter #amazzing_filter #amazzing_filter .title_block,
    #amazzing_filter #amazzing_filter .title_block {
      background-color: transparent;
    }
  }
  .has-compact-filter #amazzing_filter #amazzing_filter .title_block svg path,
  #amazzing_filter #amazzing_filter .title_block svg path {
    fill: rgb(2, 106, 101);
  }
  .has-compact-filter #amazzing_filter #module-af_seopages-seopage #amazzing_filter .af_filter[data-key=m]:has(li.active) li:not(.active),
  #amazzing_filter #module-af_seopages-seopage #amazzing_filter .af_filter[data-key=m]:has(li.active) li:not(.active) {
    display: none;
  }
  .has-compact-filter #amazzing_filter #module-af_seopages-seopage #amazzing_filter .af_filter[data-key=m]:has(li.active) .toggle-cut-off,
  #amazzing_filter #module-af_seopages-seopage #amazzing_filter .af_filter[data-key=m]:has(li.active) .toggle-cut-off {
    display: none;
  }
  .ps-categorytree {
    font-family: "Poppins", sans-serif;
    background-color: white;
    border-radius: var(--pixel-border-radius);
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    box-shadow: none;
    border: none;
    margin-bottom: 10px !important;
  }
  .ps-categorytree .left-block__title {
    font-weight: 500 !important;
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
    padding: 30px 30px 0 30px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    border-style: none !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    color: var(--pixel-black);
  }
  .ps-categorytree .left-block__title svg {
    margin-right: 0.75rem;
  }
  .ps-categorytree .left-block__title svg path {
    fill: var(--pixel-green);
  }
  @media screen and (max-width: 767px) {
    .ps-categorytree .left-block__title {
      background-color: transparent;
      padding: 0;
    }
  }
  .ps-categorytree .accordion--category {
    border-bottom-right-radius: var(--pixel-border-radius);
    border-bottom-left-radius: var(--pixel-border-radius);
    overflow: clip;
  }
  .ps-categorytree .category-tree__child {
    padding: 0 30px 30px 30px;
    margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
    .ps-categorytree .category-tree__child {
      padding: 0;
    }
  }
  .ps-categorytree .category-tree__list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    row-gap: 0.225rem;
  }
  .ps-categorytree .category-tree__item {
    border: none !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    transition: padding-bottom cubic-bezier(0.5, 0, 0.5, 1) 0.2s, padding-top cubic-bezier(0.5, 0, 0.5, 1) 0.2s;
  }
  @media screen and (max-width: 767px) {
    .ps-categorytree .category-tree__item {
      background-color: transparent;
      border: none !important;
    }
  }
  .ps-categorytree .category-tree__back-link {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    text-decoration: none;
    color: var(--pixel-green);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    transition: color 0.15s ease-in-out;
  }
  .ps-categorytree .category-tree__back-link svg {
    margin-right: 0.5rem;
    flex-shrink: 0;
  }
  .ps-categorytree .category-tree__back-link:hover {
    color: var(--pixel-green-dark);
    text-decoration: none;
  }
  @media screen and (max-width: 767px) {
    .ps-categorytree .category-tree__back-link {
      padding: 15px 0;
    }
  }
  .ps-categorytree .category-tree__item-header {
    display: flex;
    align-items: center;
    padding: 5px 25px 5px 0px;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .ps-categorytree .category-tree__item-header {
      padding: 15px 0;
    }
  }
  .ps-categorytree .category-tree__item-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: rgb(30, 30, 30);
    text-decoration: none;
    flex: 1;
    transition: font-weight 0.15s ease-in-out, color 0.15s ease-in-out;
  }
  .ps-categorytree .category-tree__item-link:hover {
    color: var(--pixel-green);
    text-decoration: none;
  }
  .ps-categorytree .category-tree__item-link.active {
    font-weight: 500;
    color: var(--pixel-green);
  }
  .ps-categorytree .category-tree__item-link.is-current {
    font-weight: 700;
    color: var(--pixel-green-dark);
  }
  @media screen and (max-width: 767px) {
    .ps-categorytree .category-tree__item-link {
      color: rgb(30, 30, 30);
    }
  }
  .ps-categorytree .category-tree__collapse-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(calc(-50% + 0.25rem));
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    width: auto;
    height: auto;
    box-shadow: none;
  }
  .ps-categorytree .category-tree__collapse-icon:focus {
    box-shadow: none;
    outline: none;
  }
  .ps-categorytree .category-tree__collapse-icon svg {
    width: 7.096px;
    height: 4.12px;
    transition: transform 0.3s ease-in-out;
  }
  .ps-categorytree .category-tree__collapse-icon svg path {
    fill: #1b1b1b;
    stroke: #1b1b1b;
  }
  .ps-categorytree .category-tree__collapse-icon[aria-expanded=true] svg, .ps-categorytree .category-tree__collapse-icon:not(.collapsed) svg {
    transform: rotate(-180deg);
  }
  @media screen and (max-width: 767px) {
    .ps-categorytree .category-tree__collapse-icon {
      right: 0;
    }
  }
  .ps-categorytree .accordion-button:after {
    content: none;
    display: none;
  }
  .ps-categorytree .accordion-collapse {
    display: grid !important;
    grid-template-rows: 1fr;
    transition: grid-template-rows cubic-bezier(0.5, 0, 0.5, 1) 0.2s;
    overflow: hidden !important;
    overflow-clip-margin: 2px;
  }
  .ps-categorytree .accordion-collapse.collapse:not(.show) {
    grid-template-rows: 0fr;
    display: grid !important;
  }
  .ps-categorytree .accordion-collapse.collapse:not(.show) .accordion-body {
    padding: 0 0 0 10px;
  }
  .ps-categorytree .accordion-collapse.show {
    grid-template-rows: 1fr;
  }
  .ps-categorytree .accordion-body {
    overflow: hidden;
    padding: 0 0px 0px 10px;
  }
  @media screen and (max-width: 767px) {
    .ps-categorytree .accordion-body {
      padding: 0 0 15px 0;
    }
  }
  .ps-categorytree .accordion-body .category-tree__list {
    padding-top: 0px;
  }
  .ps-categorytree .accordion-body .category-tree__list .category-tree__list {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .ps-categorytree .category-tree__item .accordion-body .category-tree__item {
    border-left: none;
    border-right: none;
    padding-left: 0px;
  }
  .ps-categorytree .category-tree__item .accordion-body .category-tree__item .category-tree__item-header {
    padding-left: 0;
  }
  .ps-categorytree .category-tree__item .accordion-body .category-tree__item .category-tree__collapse-icon {
    right: 0;
  }
  .ps-categorytree .depth1,
  .ps-categorytree .depth2,
  .ps-categorytree .depth3 {
    font-size: 0.875rem;
  }
  .ps-categorytree-back-link {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 30px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: var(--pixel-border-radius);
  }
  .ps-categorytree-back-link a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: var(--pixel-black);
  }
  @media (hover: hover) {
    .ps-categorytree-back-link a:hover {
      color: var(--pixel-green);
    }
  }
  .ps-categorytree.seo_links--wrapper .left-block__title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap !important;
  }
  .ps-categorytree.seo_links--wrapper .left-block__title svg {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .ps-categorytree.seo_links--wrapper ul {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .ps-categorytree.seo_links--wrapper ul::-webkit-scrollbar {
    width: 10px;
  }
  .ps-categorytree.seo_links--wrapper ul::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #00ffa0 0%, #03294c 100%);
    border-radius: 90px;
  }
  .product__tab-section.faqs > .product__tab-title {
    margin-bottom: 2rem;
  }
  .section-faq-wrapper {
    background-color: var(--pixel-bg);
  }
  .section-faq-wrapper > .page-product-box.product-faq {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: var(--pixel-border-radius);
    margin-block: 16px;
  }
  @media (max-width: 767.98px) {
    .section-faq-wrapper > .page-product-box.product-faq {
      padding: 1rem;
    }
  }
  .section-faq-wrapper .product-faq .accordion-button {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--pixel-black);
    background-color: var(--pixel-gray-light);
    border: none;
    border-radius: var(--pixel-border-radius);
    padding: 1rem 1.5rem;
    margin-bottom: 0;
  }
  .section-faq-wrapper .product-faq .accordion-button::after {
    --bs-accordion-btn-icon-width: 10px;
  }
  .section-faq-wrapper .product-faq .accordion-button:hover {
    background-color: var(--pixel-gray-light);
  }
  .section-faq-wrapper .product-faq .accordion-header {
    margin-bottom: 0;
  }
  .section-faq-wrapper .product-faq .accordion-body {
    font-size: 14px;
    line-height: 22px;
    color: var(--pixel-gray-dark);
    font-weight: 400;
    font-family: "Poppins";
    font-style: normal;
    padding: 0.25rem 1.5rem 0.5rem 1.5rem;
  }
  .section-faq-wrapper .product-faq .accordion-item {
    border: none;
    border-radius: var(--pixel-border-radius);
    margin-bottom: 10px;
    border: 1px solid transparent;
  }
  .section-faq-wrapper .product-faq .accordion-item:last-of-type {
    margin-bottom: 0;
  }
  .section-faq-wrapper .product-faq .accordion-item h2 {
    margin-bottom: 0;
  }
  .section-faq-wrapper .product-faq .accordion-item:has(.accordion-button[aria-expanded=true]) {
    border: 1px solid var(--pixel-gray-light);
  }
  .section-faq-wrapper .product-faq .accordion-item:has(.accordion-button[aria-expanded=true]) .accordion-button {
    background-color: white;
    color: var(--pixel-green);
  }
  .faq-card {
    background-color: white;
    border-radius: var(--pixel-border-radius);
    border: 1px solid var(--pixel-gray-light);
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
  .block-faq-product-page {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  @media (max-width: 991.98px) {
    .block-faq-product-page {
      margin-top: 1rem;
      margin-bottom: 0px;
    }
  }
  .block-faq-product-page__text {
    max-width: 90%;
  }
  @media (max-width: 767.98px) {
    .page-product-box.gomakoil_faq_page:not(.product-faq--card) #accordionFaqTab,
    .page-product-box.gomakoil_faq_page:not(.product-faq--card) #accordionFaqCategory {
      margin-right: calc(var(--bs-gutter-x) * -0.25);
      margin-left: calc(var(--bs-gutter-x) * -0.25);
    }
    .page-product-box.gomakoil_faq_page:not(.product-faq--card) #accordionFaqTab .accordion-button,
    .page-product-box.gomakoil_faq_page:not(.product-faq--card) #accordionFaqCategory .accordion-button {
      padding: 1rem;
      font-size: 15px;
      line-height: 22px;
    }
    .page-product-box.gomakoil_faq_page:not(.product-faq--card) #accordionFaqTab .accordion-button > span,
    .page-product-box.gomakoil_faq_page:not(.product-faq--card) #accordionFaqCategory .accordion-button > span {
      margin-right: 10px;
    }
    .page-product-box.gomakoil_faq_page:not(.product-faq--card) #accordionFaqTab .accordion-body,
    .page-product-box.gomakoil_faq_page:not(.product-faq--card) #accordionFaqCategory .accordion-body {
      padding: 0.25rem 1rem 0.5rem 1rem;
      font-size: 13px;
      line-height: 20px;
    }
  }
  .pixel-category-banner-wrapper {
    grid-column: 1/-1;
    width: 100%;
    margin: 0px;
    max-height: 145px;
    min-height: 145px;
  }
  @media (max-width: 767.98px) {
    .pixel-category-banner-wrapper {
      min-height: 100px;
      max-height: unset;
    }
  }
  .pixel-category-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--pixel-border-radius);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
    min-height: 145px;
  }
  @media (max-width: 1399.98px) {
    .pixel-category-banner {
      grid-row: 3;
    }
  }
  @media (max-width: 767.98px) {
    .pixel-category-banner {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 30px 2rem;
    }
  }
  @media (max-width: 575.98px) {
    .pixel-category-banner {
      padding: 30px 1rem;
    }
  }
  .pixel-category-banner-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-height: 145px;
    overflow: hidden;
    border-radius: var(--pixel-border-radius);
  }
  @media (max-width: 767.98px) {
    .pixel-category-banner-image-wrapper {
      max-height: unset;
    }
  }
  .pixel-category-banner-image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 83, 71, 0.78);
    z-index: 1;
  }
  .pixel-category-banner-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 145px;
    z-index: 0;
  }
  @media (max-width: 767.98px) {
    .pixel-category-banner-image-wrapper img {
      max-height: unset;
    }
  }
  @media (max-width: 575.98px) {
    .pixel-category-banner-image-wrapper img {
      height: 100%;
    }
  }
  .pixel-category-banner-caption {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
    color: white;
    text-align: center;
  }
  @media (max-width: 1399.98px) {
    .pixel-category-banner-caption {
      text-align: left;
    }
  }
  @media (max-width: 767.98px) {
    .pixel-category-banner-caption {
      text-align: center;
      justify-content: center;
      align-items: center;
    }
  }
  .pixel-category-banner-caption__title {
    color: white;
    margin-bottom: 0px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
  }
  @media (max-width: 767.98px) {
    .pixel-category-banner-caption__title {
      text-align: center;
      font-size: 24px;
      line-height: 32px;
    }
  }
  .pixel-category-banner-caption__desc {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 600px;
    margin-bottom: 0px;
  }
  @media (max-width: 1399.98px) {
    .pixel-category-banner-caption__desc {
      text-align: left;
    }
  }
  @media (max-width: 767.98px) {
    .pixel-category-banner-caption__desc {
      text-align: center;
    }
  }
  .pixel-category-banner__link-wrapper {
    z-index: 2;
  }
  @media (max-width: 767.98px) {
    .pixel-category-banner__link-wrapper {
      margin-top: 1.5rem;
    }
  }
  @media (max-width: 575.98px) {
    .pixel-category-banner__link-wrapper {
      min-width: 100% !important;
    }
  }
  .pixel-category-banner__link {
    min-width: -moz-max-content;
    min-width: max-content;
  }
  @media (max-width: 575.98px) {
    .pixel-category-banner__link {
      min-width: 100% !important;
    }
  }
  .pixel-category-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .products .pixel-category-banner-wrapper {
    grid-column: 1/-1;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .layout-full-width .products .pixel-category-banner-wrapper,
  .layout-left-column .products .pixel-category-banner-wrapper,
  .layout-right-column .products .pixel-category-banner-wrapper,
  .layout-both-columns .products .pixel-category-banner-wrapper {
    grid-column: 1/-1;
    width: 100%;
  }
  @media (max-width: 1399.98px) {
    .layout-full-width .products .pixel-category-banner-wrapper,
    .layout-left-column .products .pixel-category-banner-wrapper,
    .layout-right-column .products .pixel-category-banner-wrapper,
    .layout-both-columns .products .pixel-category-banner-wrapper {
      grid-row: 3;
    }
  }
  .module-products {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    margin-block: 0;
  }
  @media (max-width: 767.98px) {
    .module-products {
      padding: 1rem;
    }
    .module-products .product-slider .swiper-slide {
      opacity: 1;
    }
    .module-products .product-slider .swiper-slide.fullyVisible {
      opacity: 1;
    }
  }
  .module-products__buttons {
    display: flex;
    justify-content: center;
    margin-block-start: 16px;
  }
  body:not(#index) .module-products.container {
    padding-inline: 0;
  }
  .ps-bestsellers .section-title,
  .ps-newproducts .section-title,
  .ps-featuredproducts .section-title {
    margin-bottom: 0rem;
  }
  .ps-bestsellers .featured-products__footer .module-products__buttons,
  .ps-newproducts .featured-products__footer .module-products__buttons,
  .ps-featuredproducts .featured-products__footer .module-products__buttons {
    margin-top: 0px;
  }
  @media (max-width: 767.98px) {
    .ps-bestsellers .featured-products__footer .module-products__buttons,
    .ps-newproducts .featured-products__footer .module-products__buttons,
    .ps-featuredproducts .featured-products__footer .module-products__buttons {
      max-width: -moz-fit-content;
      max-width: fit-content;
      margin: 0 auto;
    }
  }
  @media (max-width: 575.98px) {
    .ps-bestsellers .featured-products__footer .module-products__buttons,
    .ps-newproducts .featured-products__footer .module-products__buttons,
    .ps-featuredproducts .featured-products__footer .module-products__buttons {
      max-width: 100%;
    }
  }
  @media (max-width: 1399.98px) {
    #index .ps-bestsellers .section-title,
    #index .ps-newproducts .section-title,
    #index .ps-featuredproducts .section-title {
      font-size: 22px;
      line-height: 30px;
      width: -moz-min-content;
      width: min-content;
    }
  }
  @media (max-width: 991.98px) {
    #index .ps-bestsellers .section-title,
    #index .ps-newproducts .section-title,
    #index .ps-featuredproducts .section-title {
      width: unset;
      font-size: 24px;
      line-height: 36px;
    }
  }
  @media (max-width: 767.98px) {
    #index .ps-bestsellers .section-title,
    #index .ps-newproducts .section-title,
    #index .ps-featuredproducts .section-title {
      font-size: 20px;
      line-height: 30px;
    }
  }
  @media (max-width: 575.98px) {
    #index .ps-bestsellers .section-title,
    #index .ps-newproducts .section-title,
    #index .ps-featuredproducts .section-title {
      font-size: 18px;
      line-height: 28px;
    }
  }
  .ps-bestsellers .module-products .product-slider .product-miniature,
  .ps-featuredproducts .module-products .product-slider .product-miniature {
    height: 400px;
  }
  @media (max-width: 1199.98px) {
    .ps-bestsellers .module-products .product-slider .product-miniature,
    .ps-featuredproducts .module-products .product-slider .product-miniature {
      height: 350px;
    }
  }
  @media (max-width: 991.98px) {
    .ps-bestsellers .module-products .product-slider .product-miniature,
    .ps-featuredproducts .module-products .product-slider .product-miniature {
      height: 320px;
    }
  }
  @media (max-width: 767.98px) {
    .ps-bestsellers .module-products .product-slider .product-miniature,
    .ps-featuredproducts .module-products .product-slider .product-miniature {
      height: unset;
    }
  }
  .ps-bestsellers .module-products__buttons:not(:has(*)),
  .ps-featuredproducts .module-products__buttons:not(:has(*)) {
    display: none;
  }
  .module-products-section-split {
    margin-block: 16px;
  }
  .ps_visitedproducts {
    background: white;
    padding: 2rem;
    border-radius: var(--pixel-border-radius);
    margin-block: 16px;
  }
  .ps_visitedproducts:not(:has(> *)) {
    padding: 0rem;
  }
  .subcategory {
    margin-inline: calc(var(--bs-gutter-x) * -0.5);
    padding-block: 0.25rem 0.75rem;
  }
  @media (max-width: 767.98px) {
    .subcategory {
      margin-inline: -1.25rem;
    }
  }
  .subcategory__slider-wrap {
    position: relative;
    padding-inline: 1.25rem;
  }
  .subcategory__swiper {
    overflow: hidden;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .subcategory__swiper:active {
    cursor: grabbing;
  }
  .subcategory__pagination {
    position: relative;
    margin-top: 0.5rem;
    height: 5px;
    border-radius: 10px;
    background: white;
    overflow: clip;
  }
  .subcategory__pagination .swiper-pagination-progressbar-fill {
    border-radius: 10px;
    background: var(--pixel-green-horizontal);
  }
  .subcategory__list {
    align-items: stretch;
  }
  .subcategory__slide {
    height: auto;
  }
  .subcategory__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0.5rem;
    color: var(--bs-body-color);
    border: 1px solid white;
    border-radius: var(--bs-border-radius);
    text-decoration: none;
    background-color: white;
  }
  .subcategory__link:hover {
    color: var(--bs-link-hover-color);
    border-color: var(--pixel-green);
  }
  @media (max-width: 575.98px) {
    .subcategory__link {
      flex-direction: row;
      align-items: center;
      -moz-column-gap: 10px;
           column-gap: 10px;
    }
  }
  .subcategory__image {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: var(--bs-border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subcategory__image img {
    width: auto;
    height: 100%;
    max-height: 90px;
  }
  @media (max-width: 575.98px) {
    .subcategory__image {
      max-width: -moz-fit-content;
      max-width: fit-content;
    }
    .subcategory__image img {
      max-height: 50px;
      min-height: 50px;
      max-width: -moz-fit-content;
      max-width: fit-content;
    }
  }
  .subcategory__name {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    margin-top: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: var(--pixel-black);
  }
  @media (max-width: 575.98px) {
    .subcategory__name {
      margin-top: 0.25rem;
      font-size: 12px;
      line-height: 18px;
      min-height: 1.75rem;
      padding: 0 0.25rem;
      text-align: left;
    }
  }
  .subcategory__nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
  }
  .subcategory__nav-prev, .subcategory__nav-next {
    position: absolute;
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: var(--bs-body-bg);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    color: var(--bs-body-color);
    pointer-events: auto;
    transition: background-color 0.2s, color 0.2s;
  }
  .subcategory__nav-prev:hover:not(.swiper-button-disabled), .subcategory__nav-next:hover:not(.swiper-button-disabled) {
    background: var(--bs-primary);
    color: var(--bs-primary-color);
  }
  .subcategory__nav-prev.swiper-button-disabled, .subcategory__nav-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
  }
  .subcategory__nav-prev {
    left: 0;
  }
  .subcategory__nav-next {
    right: 0;
  }
  .subcategory__hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    line-height: 1.2;
  }
  .subcategory__hint-icon {
    display: inline-flex;
    width: 1rem;
    height: 1rem;
    opacity: 0.7;
  }
  .pagination {
    width: 100%;
    margin-block-end: 0;
    gap: 10px;
  }
  .pagination__container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: center;
    justify-content: center;
  }
  .pagination__number {
    color: var(--bs-secondary-color);
    display: none;
  }
  .pagination__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
  }
  @media (min-width: 992px) {
    .pagination {
      width: auto;
    }
    .pagination__container {
      justify-content: space-between;
    }
  }
  .pagination .page-item .blog-pagination-item,
  .pagination .page-item button {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--pixel-gray-dark);
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
  }
  @media (max-width: 575.98px) {
    .pagination .page-item .blog-pagination-item,
    .pagination .page-item button {
      width: 35px;
      min-width: 35px !important;
      height: 35px !important;
      min-height: 35px !important;
      max-width: 35px !important;
      max-height: 35px !important;
    }
  }
  @media (hover: hover) {
    .pagination .page-item .blog-pagination-item:hover,
    .pagination .page-item button:hover {
      background: var(--pixel-green) !important;
      color: white !important;
    }
    .pagination .page-item .blog-pagination-item:hover svg path,
    .pagination .page-item button:hover svg path {
      fill: white !important;
    }
  }
  .pagination .page-item .blog-pagination-item span,
  .pagination .page-item button span {
    display: none !important;
  }
  .pagination .page-item.active .blog-pagination-item,
  .pagination .page-item.active button {
    background: var(--pixel-green);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
  }
  .pagination .page-item .page-link.previous.disabled,
  .pagination .page-item .page-link.next.disabled {
    opacity: 0.5;
  }
  .pagination .page-item.disabled .page-link {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    background: var(--pixel-bg);
    color: var(--pixel-gray-dark);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination .page-item.disabled .page-link.blog-pagination-item {
    background: white;
    color: var(--pixel-gray-dark);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .seo-links-container {
    background-color: white;
    padding: 2rem;
    border-radius: var(--pixel-border-radius);
    margin-block: 16px;
  }
  @media (max-width: 767.98px) {
    .seo-links-container {
      padding: 1rem;
    }
  }
  .seo-links-container .section_title > h2,
  .seo-links-container .section_title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--pixel-black);
    margin-bottom: 1.5rem;
  }
  @media (max-width: 767.98px) {
    .seo-links-container .section_title > h2,
    .seo-links-container .section_title {
      font-size: 20px;
      line-height: 30px;
    }
  }
  @media (max-width: 575.98px) {
    .seo-links-container .section_title > h2,
    .seo-links-container .section_title {
      font-size: 18px;
      line-height: 28px;
    }
  }
  .seo-links-container .as_seo_manufacturers_links {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
  }
  .seo-links-container .as_seo_manufacturers_links::-webkit-scrollbar {
    height: 12px;
  }
  .seo-links-container .as_seo_manufacturers_links::-webkit-scrollbar-thumb {
    background: linear-gradient(to left, #00ffa0 0%, #03294c 100%);
    border-radius: 90px;
  }
  .seo-links-container .as_seo_manufacturers_links::-webkit-scrollbar-track {
    background: #ededed;
    border-radius: 90px;
  }
  .seo-links-container .as_seo_links {
    display: grid;
    grid-template-columns: repeat(4, minmax(150px, auto));
    grid-auto-rows: auto;
    grid-auto-flow: row;
    gap: 10px;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    min-width: 0;
    margin-bottom: 0px;
    /* More than 20 items: fill by column (original layout) */
  }
  .seo-links-container .as_seo_links:has(li:nth-child(17)) {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 1fr);
    overflow-y: hidden;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
  @media (max-width: 767.98px) {
    .seo-links-container .as_seo_links {
      grid-template-columns: repeat(1, minmax(1fr, auto));
      grid-template-rows: repeat(3, auto);
    }
    .seo-links-container .as_seo_links:has(li:nth-child(6)) {
      grid-template-columns: repeat(4, minmax(150px, 1fr));
      grid-template-rows: repeat(4, auto);
      grid-auto-flow: column;
      grid-auto-columns: minmax(150px, 1fr);
      overflow-y: hidden;
      width: -moz-max-content;
      width: max-content;
      min-width: 100%;
    }
  }
  @media (max-width: 575.98px) {
    .seo-links-container .as_seo_links {
      grid-template-columns: repeat(1, minmax(1fr, auto));
      grid-template-rows: repeat(3, auto);
    }
    .seo-links-container .as_seo_links:has(li:nth-child(6)) {
      grid-template-columns: repeat(4, minmax(150px, 1fr));
      grid-template-rows: repeat(3, auto);
    }
  }
  .seo-links-container .as_seo_links li {
    padding-left: 10px;
  }
  .seo-links-container .as_seo_links li a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--pixel-black);
    position: relative;
  }
  .seo-links-container .as_seo_links li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 2px;
    height: 18px;
    background-color: var(--pixel-green);
    z-index: 1;
  }
  @media (hover: hover) {
    .seo-links-container .as_seo_links li a:hover {
      color: var(--pixel-green);
    }
  }
  .page-search,
  .module-af_seopages-seopage,
  .page-module-af_seopages-seopage,
  .page-category {
    /* Sekcja sortowania mobilnego widoczna tylko poniżej 576px */
  }
  .page-search .category__description,
  .module-af_seopages-seopage .category__description,
  .page-module-af_seopages-seopage .category__description,
  .page-category .category__description {
    margin-bottom: 1rem;
  }
  .page-search .category__cover,
  .module-af_seopages-seopage .category__cover,
  .page-module-af_seopages-seopage .category__cover,
  .page-category .category__cover {
    margin-bottom: 1.5rem;
  }
  .page-search .category__cover-image,
  .module-af_seopages-seopage .category__cover-image,
  .page-module-af_seopages-seopage .category__cover-image,
  .page-category .category__cover-image {
    border-radius: var(--bs-border-radius);
  }
  .page-search .category__additional-description,
  .module-af_seopages-seopage .category__additional-description,
  .page-module-af_seopages-seopage .category__additional-description,
  .page-category .category__additional-description {
    margin-bottom: 1.5rem;
  }
  .page-search .pagination__nav,
  .module-af_seopages-seopage .pagination__nav,
  .page-module-af_seopages-seopage .pagination__nav,
  .page-category .pagination__nav {
    margin: 0 auto;
  }
  .page-search .pagination__nav ul,
  .module-af_seopages-seopage .pagination__nav ul,
  .page-module-af_seopages-seopage .pagination__nav ul,
  .page-category .pagination__nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page-search .filters-mobile,
  .module-af_seopages-seopage .filters-mobile,
  .page-module-af_seopages-seopage .filters-mobile,
  .page-category .filters-mobile {
    display: none;
  }
  .page-search .filters-mobile .filters-mobile-header,
  .module-af_seopages-seopage .filters-mobile .filters-mobile-header,
  .page-module-af_seopages-seopage .filters-mobile .filters-mobile-header,
  .page-category .filters-mobile .filters-mobile-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-block: 2rem 1rem;
  }
  .page-search .filters-mobile .filters-mobile-header-text,
  .module-af_seopages-seopage .filters-mobile .filters-mobile-header-text,
  .page-module-af_seopages-seopage .filters-mobile .filters-mobile-header-text,
  .page-category .filters-mobile .filters-mobile-header-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #262221;
    margin-right: auto;
  }
  .page-search .filters-mobile .filters-mobile-header-button,
  .module-af_seopages-seopage .filters-mobile .filters-mobile-header-button,
  .page-module-af_seopages-seopage .filters-mobile .filters-mobile-header-button,
  .page-category .filters-mobile .filters-mobile-header-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    background-color: white;
    border: none;
    border-radius: var(--pixel-border-radius);
    padding: 1rem 0 1rem 0.25rem;
    min-width: 180px;
  }
  @media (max-width: 575.98px) {
    .page-search .filters-mobile .filters-mobile-header-button,
    .module-af_seopages-seopage .filters-mobile .filters-mobile-header-button,
    .page-module-af_seopages-seopage .filters-mobile .filters-mobile-header-button,
    .page-category .filters-mobile .filters-mobile-header-button {
      width: 100%;
    }
  }
  .page-search .filters-mobile .filters-mobile-header-icon,
  .module-af_seopages-seopage .filters-mobile .filters-mobile-header-icon,
  .page-module-af_seopages-seopage .filters-mobile .filters-mobile-header-icon,
  .page-category .filters-mobile .filters-mobile-header-icon {
    width: 40px;
    height: 25px;
  }
  @media (max-width: 991.98px) {
    .page-search .filters-mobile,
    .module-af_seopages-seopage .filters-mobile,
    .page-module-af_seopages-seopage .filters-mobile,
    .page-category .filters-mobile {
      display: block;
    }
  }
  @media screen and (min-width: 1440px) {
    .page-search .columns-container #center-column,
    .module-af_seopages-seopage .columns-container #center-column,
    .page-module-af_seopages-seopage .columns-container #center-column,
    .page-category .columns-container #center-column {
      padding-right: 0px;
    }
  }
  @media screen and (min-width: 1400px) and (max-width: 1439px) {
    .page-search .columns-container #center-column,
    .module-af_seopages-seopage .columns-container #center-column,
    .page-module-af_seopages-seopage .columns-container #center-column,
    .page-category .columns-container #center-column {
      padding-right: 0.5rem;
    }
  }
  @media screen and (max-width: 1399px) {
    .page-search .columns-container #center-column,
    .module-af_seopages-seopage .columns-container #center-column,
    .page-module-af_seopages-seopage .columns-container #center-column,
    .page-category .columns-container #center-column {
      padding-right: 0px;
    }
  }
  @media screen and (min-width: 1400px) and (max-width: 1439px) {
    .page-search .columns-container > .row,
    .module-af_seopages-seopage .columns-container > .row,
    .page-module-af_seopages-seopage .columns-container > .row,
    .page-category .columns-container > .row {
      padding: 0 1rem;
    }
  }
  @media screen and (min-width: 1400px) and (max-width: 1439px) {
    .page-search .content-wrapper-footer > *,
    .module-af_seopages-seopage .content-wrapper-footer > *,
    .page-module-af_seopages-seopage .content-wrapper-footer > *,
    .page-category .content-wrapper-footer > * {
      margin-right: calc(var(--bs-gutter-x) / 2 * -0.5) !important;
    }
  }
  .page-search .category__header .page-title-section,
  .page-search .category-header .page-title-section,
  .module-af_seopages-seopage .category__header .page-title-section,
  .module-af_seopages-seopage .category-header .page-title-section,
  .page-module-af_seopages-seopage .category__header .page-title-section,
  .page-module-af_seopages-seopage .category-header .page-title-section,
  .page-category .category__header .page-title-section,
  .page-category .category-header .page-title-section {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: var(--pixel-black);
  }
  @media (max-width: 767.98px) {
    .page-search .category__header .page-title-section,
    .page-search .category-header .page-title-section,
    .module-af_seopages-seopage .category__header .page-title-section,
    .module-af_seopages-seopage .category-header .page-title-section,
    .page-module-af_seopages-seopage .category__header .page-title-section,
    .page-module-af_seopages-seopage .category-header .page-title-section,
    .page-category .category__header .page-title-section,
    .page-category .category-header .page-title-section {
      font-size: 24px;
      line-height: 32px;
    }
  }
  @media (max-width: 575.98px) {
    .page-search .category__header .page-title-section,
    .page-search .category-header .page-title-section,
    .module-af_seopages-seopage .category__header .page-title-section,
    .module-af_seopages-seopage .category-header .page-title-section,
    .page-module-af_seopages-seopage .category__header .page-title-section,
    .page-module-af_seopages-seopage .category-header .page-title-section,
    .page-category .category__header .page-title-section,
    .page-category .category-header .page-title-section {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 0.5rem;
    }
  }
  .page-search .content-wrapper-footer > *,
  .module-af_seopages-seopage .content-wrapper-footer > *,
  .page-module-af_seopages-seopage .content-wrapper-footer > *,
  .page-category .content-wrapper-footer > * {
    margin-left: calc(var(--bs-gutter-x) / 2 * -1);
    margin-right: calc(var(--bs-gutter-x) / 2 * -1);
  }
  .page-search .manufacturer-landing .category-cover,
  .page-search .category__description .category-cover,
  .module-af_seopages-seopage .manufacturer-landing .category-cover,
  .module-af_seopages-seopage .category__description .category-cover,
  .page-module-af_seopages-seopage .manufacturer-landing .category-cover,
  .page-module-af_seopages-seopage .category__description .category-cover,
  .page-category .manufacturer-landing .category-cover,
  .page-category .category__description .category-cover {
    background-color: white;
    padding: 2rem;
    border-radius: var(--pixel-border-radius);
    margin-block: 16px;
  }
  .page-search .manufacturer-landing .category-cover:empty, .page-search .manufacturer-landing .category-cover.is-empty,
  .page-search .category__description .category-cover:empty,
  .page-search .category__description .category-cover.is-empty,
  .module-af_seopages-seopage .manufacturer-landing .category-cover:empty,
  .module-af_seopages-seopage .manufacturer-landing .category-cover.is-empty,
  .module-af_seopages-seopage .category__description .category-cover:empty,
  .module-af_seopages-seopage .category__description .category-cover.is-empty,
  .page-module-af_seopages-seopage .manufacturer-landing .category-cover:empty,
  .page-module-af_seopages-seopage .manufacturer-landing .category-cover.is-empty,
  .page-module-af_seopages-seopage .category__description .category-cover:empty,
  .page-module-af_seopages-seopage .category__description .category-cover.is-empty,
  .page-category .manufacturer-landing .category-cover:empty,
  .page-category .manufacturer-landing .category-cover.is-empty,
  .page-category .category__description .category-cover:empty,
  .page-category .category__description .category-cover.is-empty {
    display: none;
  }
  .page-search .manufacturer-landing .category-cover-container,
  .page-search .category__description .category-cover-container,
  .module-af_seopages-seopage .manufacturer-landing .category-cover-container,
  .module-af_seopages-seopage .category__description .category-cover-container,
  .page-module-af_seopages-seopage .manufacturer-landing .category-cover-container,
  .page-module-af_seopages-seopage .category__description .category-cover-container,
  .page-category .manufacturer-landing .category-cover-container,
  .page-category .category__description .category-cover-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-block: 1rem;
  }
  @media (max-width: 575.98px) {
    .page-search .manufacturer-landing .category-cover-container,
    .page-search .category__description .category-cover-container,
    .module-af_seopages-seopage .manufacturer-landing .category-cover-container,
    .module-af_seopages-seopage .category__description .category-cover-container,
    .page-module-af_seopages-seopage .manufacturer-landing .category-cover-container,
    .page-module-af_seopages-seopage .category__description .category-cover-container,
    .page-category .manufacturer-landing .category-cover-container,
    .page-category .category__description .category-cover-container {
      grid-template-columns: 1fr;
    }
  }
  .page-search .manufacturer-landing .category-item,
  .page-search .category__description .category-item,
  .module-af_seopages-seopage .manufacturer-landing .category-item,
  .module-af_seopages-seopage .category__description .category-item,
  .page-module-af_seopages-seopage .manufacturer-landing .category-item,
  .page-module-af_seopages-seopage .category__description .category-item,
  .page-category .manufacturer-landing .category-item,
  .page-category .category__description .category-item {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-search .manufacturer-landing .category-item h3,
  .page-search .category__description .category-item h3,
  .module-af_seopages-seopage .manufacturer-landing .category-item h3,
  .module-af_seopages-seopage .category__description .category-item h3,
  .page-module-af_seopages-seopage .manufacturer-landing .category-item h3,
  .page-module-af_seopages-seopage .category__description .category-item h3,
  .page-category .manufacturer-landing .category-item h3,
  .page-category .category__description .category-item h3 {
    text-align: center !important;
  }
  .page-search .manufacturer-landing .category-item img:first-of-type,
  .page-search .category__description .category-item img:first-of-type,
  .module-af_seopages-seopage .manufacturer-landing .category-item img:first-of-type,
  .module-af_seopages-seopage .category__description .category-item img:first-of-type,
  .page-module-af_seopages-seopage .manufacturer-landing .category-item img:first-of-type,
  .page-module-af_seopages-seopage .category__description .category-item img:first-of-type,
  .page-category .manufacturer-landing .category-item img:first-of-type,
  .page-category .category__description .category-item img:first-of-type {
    width: auto;
    margin: 0 auto;
    max-height: 50px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-search .manufacturer-landing .category-item p:first-of-type,
  .page-search .manufacturer-landing .category-item p,
  .page-search .category__description .category-item p:first-of-type,
  .page-search .category__description .category-item p,
  .module-af_seopages-seopage .manufacturer-landing .category-item p:first-of-type,
  .module-af_seopages-seopage .manufacturer-landing .category-item p,
  .module-af_seopages-seopage .category__description .category-item p:first-of-type,
  .module-af_seopages-seopage .category__description .category-item p,
  .page-module-af_seopages-seopage .manufacturer-landing .category-item p:first-of-type,
  .page-module-af_seopages-seopage .manufacturer-landing .category-item p,
  .page-module-af_seopages-seopage .category__description .category-item p:first-of-type,
  .page-module-af_seopages-seopage .category__description .category-item p,
  .page-category .manufacturer-landing .category-item p:first-of-type,
  .page-category .manufacturer-landing .category-item p,
  .page-category .category__description .category-item p:first-of-type,
  .page-category .category__description .category-item p {
    color: var(--pixel-gray-dark);
    font-size: 1rem;
    line-height: 22px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    text-align: center !important;
  }
  .page-search .manufacturer-landing:not(:has(div)),
  .page-search .category__description:not(:has(div)),
  .module-af_seopages-seopage .manufacturer-landing:not(:has(div)),
  .module-af_seopages-seopage .category__description:not(:has(div)),
  .page-module-af_seopages-seopage .manufacturer-landing:not(:has(div)),
  .page-module-af_seopages-seopage .category__description:not(:has(div)),
  .page-category .manufacturer-landing:not(:has(div)),
  .page-category .category__description:not(:has(div)) {
    padding: 3rem;
    background: white;
    border-radius: var(--pixel-border-radius);
  }
  @media (max-width: 991.98px) {
    .page-search .manufacturer-landing:not(:has(div)),
    .page-search .category__description:not(:has(div)),
    .module-af_seopages-seopage .manufacturer-landing:not(:has(div)),
    .module-af_seopages-seopage .category__description:not(:has(div)),
    .page-module-af_seopages-seopage .manufacturer-landing:not(:has(div)),
    .page-module-af_seopages-seopage .category__description:not(:has(div)),
    .page-category .manufacturer-landing:not(:has(div)),
    .page-category .category__description:not(:has(div)) {
      padding: 2rem;
    }
  }
  @media (max-width: 767.98px) {
    .page-search .manufacturer-landing:not(:has(div)),
    .page-search .category__description:not(:has(div)),
    .module-af_seopages-seopage .manufacturer-landing:not(:has(div)),
    .module-af_seopages-seopage .category__description:not(:has(div)),
    .page-module-af_seopages-seopage .manufacturer-landing:not(:has(div)),
    .page-module-af_seopages-seopage .category__description:not(:has(div)),
    .page-category .manufacturer-landing:not(:has(div)),
    .page-category .category__description:not(:has(div)) {
      padding: 1rem;
    }
  }
  .page-search .manufacturer-landing h2,
  .page-search .category__description h2,
  .module-af_seopages-seopage .manufacturer-landing h2,
  .module-af_seopages-seopage .category__description h2,
  .page-module-af_seopages-seopage .manufacturer-landing h2,
  .page-module-af_seopages-seopage .category__description h2,
  .page-category .manufacturer-landing h2,
  .page-category .category__description h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: var(--pixel-black);
  }
  @media (max-width: 767.98px) {
    .page-search .manufacturer-landing h2,
    .page-search .category__description h2,
    .module-af_seopages-seopage .manufacturer-landing h2,
    .module-af_seopages-seopage .category__description h2,
    .page-module-af_seopages-seopage .manufacturer-landing h2,
    .page-module-af_seopages-seopage .category__description h2,
    .page-category .manufacturer-landing h2,
    .page-category .category__description h2 {
      font-size: 24px;
      line-height: 30px;
    }
  }
  @media (max-width: 575.98px) {
    .page-search .manufacturer-landing h2,
    .page-search .category__description h2,
    .module-af_seopages-seopage .manufacturer-landing h2,
    .module-af_seopages-seopage .category__description h2,
    .page-module-af_seopages-seopage .manufacturer-landing h2,
    .page-module-af_seopages-seopage .category__description h2,
    .page-category .manufacturer-landing h2,
    .page-category .category__description h2 {
      font-size: 20px;
      line-height: 30px;
    }
  }
  .page-search .manufacturer-landing p,
  .page-search .category__description p,
  .module-af_seopages-seopage .manufacturer-landing p,
  .module-af_seopages-seopage .category__description p,
  .page-module-af_seopages-seopage .manufacturer-landing p,
  .page-module-af_seopages-seopage .category__description p,
  .page-category .manufacturer-landing p,
  .page-category .category__description p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: var(--pixel-gray-dark);
  }
  @media (max-width: 767.98px) {
    .page-search .manufacturer-landing p,
    .page-search .category__description p,
    .module-af_seopages-seopage .manufacturer-landing p,
    .module-af_seopages-seopage .category__description p,
    .page-module-af_seopages-seopage .manufacturer-landing p,
    .page-module-af_seopages-seopage .category__description p,
    .page-category .manufacturer-landing p,
    .page-category .category__description p {
      font-size: 14px;
      line-height: 21px;
    }
  }
  .page-search .manufacturer-landing p:first-of-type,
  .page-search .category__description p:first-of-type,
  .module-af_seopages-seopage .manufacturer-landing p:first-of-type,
  .module-af_seopages-seopage .category__description p:first-of-type,
  .page-module-af_seopages-seopage .manufacturer-landing p:first-of-type,
  .page-module-af_seopages-seopage .category__description p:first-of-type,
  .page-category .manufacturer-landing p:first-of-type,
  .page-category .category__description p:first-of-type {
    font-size: 17px;
    font-weight: 500;
    color: var(--pixel-black);
  }
  @media (max-width: 767.98px) {
    .page-search .manufacturer-landing p:first-of-type,
    .page-search .category__description p:first-of-type,
    .module-af_seopages-seopage .manufacturer-landing p:first-of-type,
    .module-af_seopages-seopage .category__description p:first-of-type,
    .page-module-af_seopages-seopage .manufacturer-landing p:first-of-type,
    .page-module-af_seopages-seopage .category__description p:first-of-type,
    .page-category .manufacturer-landing p:first-of-type,
    .page-category .category__description p:first-of-type {
      font-size: 15px;
      line-height: 21px;
    }
  }
  .page-search .manufacturer-landing a,
  .page-search .category__description a,
  .module-af_seopages-seopage .manufacturer-landing a,
  .module-af_seopages-seopage .category__description a,
  .page-module-af_seopages-seopage .manufacturer-landing a,
  .page-module-af_seopages-seopage .category__description a,
  .page-category .manufacturer-landing a,
  .page-category .category__description a {
    color: var(--pixel-green);
  }
  .page-search .category-description-header .col-lg-9 p,
  .module-af_seopages-seopage .category-description-header .col-lg-9 p,
  .page-module-af_seopages-seopage .category-description-header .col-lg-9 p,
  .page-category .category-description-header .col-lg-9 p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--pixel-gray-dark);
  }
  @media (max-width: 767.98px) {
    .page-search .category-description-header .col-lg-9 p,
    .module-af_seopages-seopage .category-description-header .col-lg-9 p,
    .page-module-af_seopages-seopage .category-description-header .col-lg-9 p,
    .page-category .category-description-header .col-lg-9 p {
      --lineheight: 18px;
      font-size: 14px;
      max-height: calc(3 * var(--lineheight));
      height: calc(3 * var(--lineheight));
      line-height: var(--lineheight);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: wrap;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin-bottom: 0.25rem;
      transition: max-height 0.35s ease;
    }
    .page-search .category-description-header .col-lg-9 p.show-more,
    .module-af_seopages-seopage .category-description-header .col-lg-9 p.show-more,
    .page-module-af_seopages-seopage .category-description-header .col-lg-9 p.show-more,
    .page-category .category-description-header .col-lg-9 p.show-more {
      max-height: 80vh;
      height: auto;
      overflow: visible;
      white-space: normal;
      display: block;
      -webkit-line-clamp: none;
      -webkit-box-orient: none;
    }
  }
  .page-search .category-description-header:has(img) p,
  .module-af_seopages-seopage .category-description-header:has(img) p,
  .page-module-af_seopages-seopage .category-description-header:has(img) p,
  .page-category .category-description-header:has(img) p {
    font-size: 18px;
    line-height: 24px;
  }
  .page-search .category-description-header:has(img) img,
  .module-af_seopages-seopage .category-description-header:has(img) img,
  .page-module-af_seopages-seopage .category-description-header:has(img) img,
  .page-category .category-description-header:has(img) img {
    max-height: 200px;
    width: auto;
    margin-left: auto;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    border-radius: var(--pixel-border-radius);
  }
  .page-search .category-description-header div:has(img),
  .module-af_seopages-seopage .category-description-header div:has(img),
  .page-module-af_seopages-seopage .category-description-header div:has(img),
  .page-category .category-description-header div:has(img) {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .page-search .mf-products--banner,
  .module-af_seopages-seopage .mf-products--banner,
  .page-module-af_seopages-seopage .mf-products--banner,
  .page-category .mf-products--banner {
    margin-block-end: 4rem;
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  .page-search .mf-products--banner:after,
  .module-af_seopages-seopage .mf-products--banner:after,
  .page-module-af_seopages-seopage .mf-products--banner:after,
  .page-category .mf-products--banner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--pixel-green-horizontal);
    border-radius: var(--pixel-border-radius);
  }
  .page-search .mf-products--banner > div,
  .module-af_seopages-seopage .mf-products--banner > div,
  .page-module-af_seopages-seopage .mf-products--banner > div,
  .page-category .mf-products--banner > div {
    width: 50%;
    min-width: 600px;
    min-height: 66%;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-top-left-radius: var(--pixel-border-radius);
    border-top-right-radius: var(--pixel-border-radius);
    z-index: 2;
    position: relative;
  }
  @media (max-width: 767.98px) {
    .page-search .mf-products--banner > div,
    .module-af_seopages-seopage .mf-products--banner > div,
    .page-module-af_seopages-seopage .mf-products--banner > div,
    .page-category .mf-products--banner > div {
      min-width: 80%;
    }
  }
  .page-search .mf-products--banner h2,
  .module-af_seopages-seopage .mf-products--banner h2,
  .page-module-af_seopages-seopage .mf-products--banner h2,
  .page-category .mf-products--banner h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    color: var(--pixel-black);
    text-align: center;
    margin-bottom: 0px;
  }
  @media (max-width: 767.98px) {
    .page-search .mf-products--banner h2,
    .module-af_seopages-seopage .mf-products--banner h2,
    .page-module-af_seopages-seopage .mf-products--banner h2,
    .page-category .mf-products--banner h2 {
      font-size: 27px;
      line-height: 36px;
    }
  }
  @media (max-width: 575.98px) {
    .page-search .mf-products--banner h2,
    .module-af_seopages-seopage .mf-products--banner h2,
    .page-module-af_seopages-seopage .mf-products--banner h2,
    .page-category .mf-products--banner h2 {
      font-size: 24px;
      line-height: 30px;
    }
  }
  .page-search .mf-products--banner p,
  .module-af_seopages-seopage .mf-products--banner p,
  .page-module-af_seopages-seopage .mf-products--banner p,
  .page-category .mf-products--banner p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 36px;
    color: var(--pixel-gray-dark) !important;
    text-align: center;
    margin-bottom: 0px;
  }
  @media (max-width: 767.98px) {
    .page-search .mf-products--banner p,
    .module-af_seopages-seopage .mf-products--banner p,
    .page-module-af_seopages-seopage .mf-products--banner p,
    .page-category .mf-products--banner p {
      font-size: 16px !important;
      line-height: 24px !important;
    }
  }
  @media (max-width: 575.98px) {
    .page-search .mf-products--banner p,
    .module-af_seopages-seopage .mf-products--banner p,
    .page-module-af_seopages-seopage .mf-products--banner p,
    .page-category .mf-products--banner p {
      font-size: 14px !important;
      line-height: 21px !important;
    }
  }
  .page-search .mf-pi-desc,
  .module-af_seopages-seopage .mf-pi-desc,
  .page-module-af_seopages-seopage .mf-pi-desc,
  .page-category .mf-pi-desc {
    display: grid !important;
    grid-template-columns: auto auto;
    gap: 100px;
  }
  @media (max-width: 767.98px) {
    .page-search .mf-pi-desc,
    .module-af_seopages-seopage .mf-pi-desc,
    .page-module-af_seopages-seopage .mf-pi-desc,
    .page-category .mf-pi-desc {
      gap: 50px;
    }
  }
  @media (max-width: 575.98px) {
    .page-search .mf-pi-desc,
    .module-af_seopages-seopage .mf-pi-desc,
    .page-module-af_seopages-seopage .mf-pi-desc,
    .page-category .mf-pi-desc {
      gap: 25px;
    }
  }
  @media (max-width: 991.98px) {
    .page-search .mf-pi-desc,
    .module-af_seopages-seopage .mf-pi-desc,
    .page-module-af_seopages-seopage .mf-pi-desc,
    .page-category .mf-pi-desc {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 991.98px) {
    .page-search .mf-pi-desc--left,
    .module-af_seopages-seopage .mf-pi-desc--left,
    .page-module-af_seopages-seopage .mf-pi-desc--left,
    .page-category .mf-pi-desc--left {
      order: 2;
    }
  }
  @media (max-width: 991.98px) {
    .page-search .mf-pi-desc--right,
    .module-af_seopages-seopage .mf-pi-desc--right,
    .page-module-af_seopages-seopage .mf-pi-desc--right,
    .page-category .mf-pi-desc--right {
      order: 1;
    }
  }
  .page-search .mf-pi-desc:last-of-type,
  .module-af_seopages-seopage .mf-pi-desc:last-of-type,
  .page-module-af_seopages-seopage .mf-pi-desc:last-of-type,
  .page-category .mf-pi-desc:last-of-type {
    margin-bottom: 0;
  }
  .page-search .cat-img-dod-n,
  .module-af_seopages-seopage .cat-img-dod-n,
  .page-module-af_seopages-seopage .cat-img-dod-n,
  .page-category .cat-img-dod-n {
    border-radius: var(--pixel-border-radius);
    overflow: hidden;
  }
  .page-search .manufacturer-landing,
  .module-af_seopages-seopage .manufacturer-landing,
  .page-module-af_seopages-seopage .manufacturer-landing,
  .page-category .manufacturer-landing {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  @media (max-width: 767.98px) {
    .page-search .manufacturer-landing ul li,
    .module-af_seopages-seopage .manufacturer-landing ul li,
    .page-module-af_seopages-seopage .manufacturer-landing ul li,
    .page-category .manufacturer-landing ul li {
      font-size: 14px;
      line-height: 21px;
    }
  }
  .page-search .manufacturer-landing > *:not(:has(#manufacturer)),
  .module-af_seopages-seopage .manufacturer-landing > *:not(:has(#manufacturer)),
  .page-module-af_seopages-seopage .manufacturer-landing > *:not(:has(#manufacturer)),
  .page-category .manufacturer-landing > *:not(:has(#manufacturer)) {
    background: white;
    border-radius: var(--pixel-border-radius);
    padding: 2rem;
    margin: 0px;
  }
  @media (max-width: 767.98px) {
    .page-search .manufacturer-landing > *:not(:has(#manufacturer)),
    .module-af_seopages-seopage .manufacturer-landing > *:not(:has(#manufacturer)),
    .page-module-af_seopages-seopage .manufacturer-landing > *:not(:has(#manufacturer)),
    .page-category .manufacturer-landing > *:not(:has(#manufacturer)) {
      padding: 1rem;
    }
  }
  @media (max-width: 575.98px) {
    .page-search .manufacturer-landing > *:not(:has(#manufacturer)) > .col-lg-12,
    .module-af_seopages-seopage .manufacturer-landing > *:not(:has(#manufacturer)) > .col-lg-12,
    .page-module-af_seopages-seopage .manufacturer-landing > *:not(:has(#manufacturer)) > .col-lg-12,
    .page-category .manufacturer-landing > *:not(:has(#manufacturer)) > .col-lg-12 {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .page-search .manufacturer-landing > .row.mb-6,
  .module-af_seopages-seopage .manufacturer-landing > .row.mb-6,
  .page-module-af_seopages-seopage .manufacturer-landing > .row.mb-6,
  .page-category .manufacturer-landing > .row.mb-6 {
    position: relative;
    border-radius: 8px;
    z-index: 0;
  }
  .page-search .manufacturer-landing > .row.mb-6::before,
  .module-af_seopages-seopage .manufacturer-landing > .row.mb-6::before,
  .page-module-af_seopages-seopage .manufacturer-landing > .row.mb-6::before,
  .page-category .manufacturer-landing > .row.mb-6::before {
    content: "";
    position: absolute;
    inset: 0; /* shorthand for top/right/bottom/left: 0 */
    padding: 2px; /* border thickness */
    border-radius: inherit;
    background: var(--pixel-green-horizontal);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
  }
  .page-search .featured-products .section-title,
  .module-af_seopages-seopage .featured-products .section-title,
  .page-module-af_seopages-seopage .featured-products .section-title,
  .page-category .featured-products .section-title {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: var(--pixel-black);
  }
  @media (max-width: 767.98px) {
    .page-search .featured-products .section-title,
    .module-af_seopages-seopage .featured-products .section-title,
    .page-module-af_seopages-seopage .featured-products .section-title,
    .page-category .featured-products .section-title {
      font-size: 20px;
      line-height: 30px;
    }
  }
  @media (max-width: 575.98px) {
    .page-search .featured-products .section-title,
    .module-af_seopages-seopage .featured-products .section-title,
    .page-module-af_seopages-seopage .featured-products .section-title,
    .page-category .featured-products .section-title {
      font-size: 18px;
      line-height: 28px;
    }
  }
  .page-search .ps-featuredproducts,
  .module-af_seopages-seopage .ps-featuredproducts,
  .page-module-af_seopages-seopage .ps-featuredproducts,
  .page-category .ps-featuredproducts {
    margin-bottom: 20px;
  }
  @media (max-width: 991.98px) {
    .page-search #left-column,
    .module-af_seopages-seopage #left-column,
    .page-module-af_seopages-seopage #left-column,
    .page-category #left-column {
      display: none;
    }
    .page-search #center-column,
    .module-af_seopages-seopage #center-column,
    .page-module-af_seopages-seopage #center-column,
    .page-category #center-column {
      width: 100%;
      padding-left: 0;
    }
    .page-search #center-column .category-description-header .col-lg-3:has(img),
    .module-af_seopages-seopage #center-column .category-description-header .col-lg-3:has(img),
    .page-module-af_seopages-seopage #center-column .category-description-header .col-lg-3:has(img),
    .page-category #center-column .category-description-header .col-lg-3:has(img) {
      display: none !important;
    }
    .page-search .header-nav-full-width > .ets_mm_megamenu,
    .module-af_seopages-seopage .header-nav-full-width > .ets_mm_megamenu,
    .page-module-af_seopages-seopage .header-nav-full-width > .ets_mm_megamenu,
    .page-category .header-nav-full-width > .ets_mm_megamenu {
      margin-left: -0.75rem !important;
    }
  }
  @media (max-width: 991.98px) and (max-width: 767.98px) {
    .page-search .header-nav-full-width > .ets_mm_megamenu,
    .module-af_seopages-seopage .header-nav-full-width > .ets_mm_megamenu,
    .page-module-af_seopages-seopage .header-nav-full-width > .ets_mm_megamenu,
    .page-category .header-nav-full-width > .ets_mm_megamenu {
      margin-left: 0.25rem !important;
    }
  }
  @media (max-width: 991.98px) {
    .page-search .breadcrumb,
    .module-af_seopages-seopage .breadcrumb,
    .page-module-af_seopages-seopage .breadcrumb,
    .page-category .breadcrumb {
      margin-left: -0.5rem;
    }
  }
  @media (max-width: 991.98px) and (max-width: 575.98px) {
    .page-search .breadcrumb,
    .module-af_seopages-seopage .breadcrumb,
    .page-module-af_seopages-seopage .breadcrumb,
    .page-category .breadcrumb {
      margin-left: 0.25rem;
    }
  }
  @media (max-width: 575.98px) {
    .page-search .center-column,
    .module-af_seopages-seopage .center-column,
    .page-module-af_seopages-seopage .center-column,
    .page-category .center-column {
      margin-top: 0.35rem;
    }
    .page-search .columns-container.container .content-wrapper-footer,
    .module-af_seopages-seopage .columns-container.container .content-wrapper-footer,
    .page-module-af_seopages-seopage .columns-container.container .content-wrapper-footer,
    .page-category .columns-container.container .content-wrapper-footer {
      padding: 0;
    }
  }
  .page-search .category-mobile-nav,
  .module-af_seopages-seopage .category-mobile-nav,
  .page-module-af_seopages-seopage .category-mobile-nav,
  .page-category .category-mobile-nav {
    display: none;
  }
  @media (max-width: 575.98px) {
    .page-search .category-mobile-nav,
    .module-af_seopages-seopage .category-mobile-nav,
    .page-module-af_seopages-seopage .category-mobile-nav,
    .page-category .category-mobile-nav {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-evenly;
      gap: 0.75rem;
      position: fixed;
      bottom: 64px;
      left: 0;
      width: 100%;
      z-index: 10;
      background: white;
      padding: 0.25rem 1rem;
      border-top: 1px solid #e0e0e0;
      box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
      transform: translateY(100%);
      transition: transform 0.3s ease;
    }
    .page-search .category-mobile-nav .filters-mobile-header,
    .module-af_seopages-seopage .category-mobile-nav .filters-mobile-header,
    .page-module-af_seopages-seopage .category-mobile-nav .filters-mobile-header,
    .page-category .category-mobile-nav .filters-mobile-header {
      margin: 0;
    }
    .page-search .category-mobile-nav .filters-mobile-header-text,
    .module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-text,
    .page-module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-text,
    .page-category .category-mobile-nav .filters-mobile-header-text {
      font-weight: 500;
    }
    .page-search .category-mobile-nav .filters-mobile-header-icon,
    .module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-icon,
    .page-module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-icon,
    .page-category .category-mobile-nav .filters-mobile-header-icon {
      width: 40px;
      height: auto;
    }
    .page-search .category-mobile-nav .filters-mobile-header-icon svg,
    .module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-icon svg,
    .page-module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-icon svg,
    .page-category .category-mobile-nav .filters-mobile-header-icon svg {
      max-height: 18px;
      transform: translateY(-2px);
    }
    .page-search .category-mobile-nav .filters-mobile-header-button,
    .module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-button,
    .page-module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-button,
    .page-category .category-mobile-nav .filters-mobile-header-button {
      min-width: -moz-fit-content;
      min-width: fit-content;
      padding: 0px;
    }
    .page-search .category-mobile-nav .filters-mobile-header-text + .filters-mobile-header-icon,
    .module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-text + .filters-mobile-header-icon,
    .page-module-af_seopages-seopage .category-mobile-nav .filters-mobile-header-text + .filters-mobile-header-icon,
    .page-category .category-mobile-nav .filters-mobile-header-text + .filters-mobile-header-icon {
      display: none;
    }
    .page-search .category-mobile-nav .category-sort-mobile,
    .module-af_seopages-seopage .category-mobile-nav .category-sort-mobile,
    .page-module-af_seopages-seopage .category-mobile-nav .category-sort-mobile,
    .page-category .category-mobile-nav .category-sort-mobile {
      position: relative;
    }
    .page-search .category-mobile-nav .category-sort-mobile__trigger,
    .module-af_seopages-seopage .category-mobile-nav .category-sort-mobile__trigger,
    .page-module-af_seopages-seopage .category-mobile-nav .category-sort-mobile__trigger,
    .page-category .category-mobile-nav .category-sort-mobile__trigger {
      display: flex;
      align-items: center;
      gap: 0.35rem;
      padding: 0.35rem 0.5rem;
      background: #fff;
      font-family: "Poppins";
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 24px;
      color: #262221;
      border: none;
      cursor: pointer;
      min-width: -moz-fit-content;
      min-width: fit-content;
    }
  }
  @media (min-width: 576px) {
    .page-search .category-sort-mobile--only-under-sm,
    .page-search .category-sort-mobile-panel,
    .page-search .category-sort-mobile-panel__backdrop,
    .module-af_seopages-seopage .category-sort-mobile--only-under-sm,
    .module-af_seopages-seopage .category-sort-mobile-panel,
    .module-af_seopages-seopage .category-sort-mobile-panel__backdrop,
    .page-module-af_seopages-seopage .category-sort-mobile--only-under-sm,
    .page-module-af_seopages-seopage .category-sort-mobile-panel,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__backdrop,
    .page-category .category-sort-mobile--only-under-sm,
    .page-category .category-sort-mobile-panel,
    .page-category .category-sort-mobile-panel__backdrop {
      display: none !important;
    }
  }
  @media (max-width: 575.98px) {
    .page-search,
    .module-af_seopages-seopage,
    .page-module-af_seopages-seopage,
    .page-category {
      /* Panel i backdrop poza .category-mobile-nav – position:fixed względem viewport, pełny ekran */
    }
    .page-search .category-sort-mobile-panel__title,
    .page-search #amazzing_filter.block .title_block,
    .module-af_seopages-seopage .category-sort-mobile-panel__title,
    .module-af_seopages-seopage #amazzing_filter.block .title_block,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__title,
    .page-module-af_seopages-seopage #amazzing_filter.block .title_block,
    .page-category .category-sort-mobile-panel__title,
    .page-category #amazzing_filter.block .title_block {
      font-size: 20px !important;
      font-weight: 600 !important;
    }
    .page-search .category-sort-mobile-panel__title svg,
    .page-search #amazzing_filter.block .title_block svg,
    .module-af_seopages-seopage .category-sort-mobile-panel__title svg,
    .module-af_seopages-seopage #amazzing_filter.block .title_block svg,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__title svg,
    .page-module-af_seopages-seopage #amazzing_filter.block .title_block svg,
    .page-category .category-sort-mobile-panel__title svg,
    .page-category #amazzing_filter.block .title_block svg {
      display: none;
    }
    .page-search .close-mobile-filters,
    .page-search [data-mobile-filters-close],
    .module-af_seopages-seopage .close-mobile-filters,
    .module-af_seopages-seopage [data-mobile-filters-close],
    .page-module-af_seopages-seopage .close-mobile-filters,
    .page-module-af_seopages-seopage [data-mobile-filters-close],
    .page-category .close-mobile-filters,
    .page-category [data-mobile-filters-close] {
      margin: -1rem !important;
      padding: 1rem !important;
    }
    .page-search .category-sort-mobile-panel,
    .module-af_seopages-seopage .category-sort-mobile-panel,
    .page-module-af_seopages-seopage .category-sort-mobile-panel,
    .page-category .category-sort-mobile-panel {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1100;
      background: #fff;
      box-shadow: 2px 0 12px rgba(0, 0, 0, 0.12);
      display: flex;
      flex-direction: column;
      transform: translateX(-100%);
      transition: transform 0.25s ease;
      overflow: hidden;
    }
    .page-search .category-sort-mobile-panel[aria-hidden=false], .page-search .category-sort-mobile-panel.is-open,
    .module-af_seopages-seopage .category-sort-mobile-panel[aria-hidden=false],
    .module-af_seopages-seopage .category-sort-mobile-panel.is-open,
    .page-module-af_seopages-seopage .category-sort-mobile-panel[aria-hidden=false],
    .page-module-af_seopages-seopage .category-sort-mobile-panel.is-open,
    .page-category .category-sort-mobile-panel[aria-hidden=false],
    .page-category .category-sort-mobile-panel.is-open {
      transform: translateX(0);
    }
    .page-search .category-sort-mobile-panel__header,
    .module-af_seopages-seopage .category-sort-mobile-panel__header,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__header,
    .page-category .category-sort-mobile-panel__header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1rem 1.25rem;
      border-bottom: 1px solid var(--pixel-gray-light);
    }
    .page-search .category-sort-mobile-panel__title,
    .module-af_seopages-seopage .category-sort-mobile-panel__title,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__title,
    .page-category .category-sort-mobile-panel__title {
      font-weight: 600;
      font-size: 1rem;
    }
    .page-search .category-sort-mobile-panel__close,
    .module-af_seopages-seopage .category-sort-mobile-panel__close,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__close,
    .page-category .category-sort-mobile-panel__close {
      width: 2rem;
      height: 2rem;
      padding: 0;
      border: none;
      background: none;
      font-size: 1.5rem;
      line-height: 1;
      color: var(--pixel-gray-dark, #656069);
      cursor: pointer;
    }
    .page-search .category-sort-mobile-panel__radios,
    .module-af_seopages-seopage .category-sort-mobile-panel__radios,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__radios,
    .page-category .category-sort-mobile-panel__radios {
      flex: 1;
      overflow-y: auto;
      padding: 1rem 1.25rem;
      border: none;
      margin: 0;
    }
    .page-search .category-sort-mobile-panel__radio-item,
    .module-af_seopages-seopage .category-sort-mobile-panel__radio-item,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__radio-item,
    .page-category .category-sort-mobile-panel__radio-item {
      display: flex;
      align-items: center;
      padding: 0.6rem 0;
      border-bottom: 1px solid #eee;
      cursor: pointer;
    }
    .page-search .category-sort-mobile-panel__radio-item:last-child,
    .module-af_seopages-seopage .category-sort-mobile-panel__radio-item:last-child,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__radio-item:last-child,
    .page-category .category-sort-mobile-panel__radio-item:last-child {
      border-bottom: none;
    }
    .page-search .category-sort-mobile-panel__radio-item input,
    .module-af_seopages-seopage .category-sort-mobile-panel__radio-item input,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__radio-item input,
    .page-category .category-sort-mobile-panel__radio-item input {
      margin: 0 0.5rem 0 0;
      accent-color: var(--pixel-green, #02816f);
    }
    .page-search .category-sort-mobile-panel__backdrop,
    .module-af_seopages-seopage .category-sort-mobile-panel__backdrop,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__backdrop,
    .page-category .category-sort-mobile-panel__backdrop {
      position: fixed;
      inset: 0;
      z-index: 1099;
      background: rgba(0, 0, 0, 0.3);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease;
    }
    .page-search .category-sort-mobile-panel__backdrop.is-visible,
    .module-af_seopages-seopage .category-sort-mobile-panel__backdrop.is-visible,
    .page-module-af_seopages-seopage .category-sort-mobile-panel__backdrop.is-visible,
    .page-category .category-sort-mobile-panel__backdrop.is-visible {
      opacity: 1;
      pointer-events: auto;
    }
  }
  .page-search:not(.is-scrolling) .category-mobile-nav,
  .module-af_seopages-seopage:not(.is-scrolling) .category-mobile-nav,
  .page-module-af_seopages-seopage:not(.is-scrolling) .category-mobile-nav,
  .page-category:not(.is-scrolling) .category-mobile-nav {
    transform: translateY(0%);
  }
  .page-search.scrolling-up .category-mobile-nav,
  .module-af_seopages-seopage.scrolling-up .category-mobile-nav,
  .page-module-af_seopages-seopage.scrolling-up .category-mobile-nav,
  .page-category.scrolling-up .category-mobile-nav {
    transform: translateY(0%);
  }
  .page-search .af_subtitle,
  .module-af_seopages-seopage .af_subtitle,
  .page-module-af_seopages-seopage .af_subtitle,
  .page-category .af_subtitle {
    font-weight: 500 !important;
  }
  .page-search #js-product-list-footer .manufacturer-landing > .row > .col-12:not(:has(> div)),
  .module-af_seopages-seopage #js-product-list-footer .manufacturer-landing > .row > .col-12:not(:has(> div)),
  .page-module-af_seopages-seopage #js-product-list-footer .manufacturer-landing > .row > .col-12:not(:has(> div)),
  .page-category #js-product-list-footer .manufacturer-landing > .row > .col-12:not(:has(> div)) {
    display: none;
  }
  .page-search #left-column .pixel-category-column-desc,
  .module-af_seopages-seopage #left-column .pixel-category-column-desc,
  .page-module-af_seopages-seopage #left-column .pixel-category-column-desc,
  .page-category #left-column .pixel-category-column-desc {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
    margin-top: 16px;
    border: none !important;
  }
  .page-search .pixel-category-column-desc,
  .module-af_seopages-seopage .pixel-category-column-desc,
  .page-module-af_seopages-seopage .pixel-category-column-desc,
  .page-category .pixel-category-column-desc {
    border: none !important;
  }
  .page-search .pixel-category-column-desc .card-header,
  .page-search .pixel-category-column-desc .card-body,
  .module-af_seopages-seopage .pixel-category-column-desc .card-header,
  .module-af_seopages-seopage .pixel-category-column-desc .card-body,
  .page-module-af_seopages-seopage .pixel-category-column-desc .card-header,
  .page-module-af_seopages-seopage .pixel-category-column-desc .card-body,
  .page-category .pixel-category-column-desc .card-header,
  .page-category .pixel-category-column-desc .card-body {
    padding: 15px 30px;
  }
  @media (max-width: 767.98px) {
    .page-search .pixel-category-column-desc .card-header,
    .page-search .pixel-category-column-desc .card-body,
    .module-af_seopages-seopage .pixel-category-column-desc .card-header,
    .module-af_seopages-seopage .pixel-category-column-desc .card-body,
    .page-module-af_seopages-seopage .pixel-category-column-desc .card-header,
    .page-module-af_seopages-seopage .pixel-category-column-desc .card-body,
    .page-category .pixel-category-column-desc .card-header,
    .page-category .pixel-category-column-desc .card-body {
      padding: 1rem;
    }
  }
  .page-search .pixel-category-column-desc__title,
  .module-af_seopages-seopage .pixel-category-column-desc__title,
  .page-module-af_seopages-seopage .pixel-category-column-desc__title,
  .page-category .pixel-category-column-desc__title {
    font-size: 24px;
    line-height: 1.5;
  }
  @media (max-width: 767.98px) {
    .page-search .pixel-category-column-desc__title,
    .module-af_seopages-seopage .pixel-category-column-desc__title,
    .page-module-af_seopages-seopage .pixel-category-column-desc__title,
    .page-category .pixel-category-column-desc__title {
      font-size: 20px;
      line-height: 30px;
    }
  }
  .page-search .pixel-category-column-desc__content p,
  .module-af_seopages-seopage .pixel-category-column-desc__content p,
  .page-module-af_seopages-seopage .pixel-category-column-desc__content p,
  .page-category .pixel-category-column-desc__content p {
    font-size: 14px;
  }
  .page-search .pixel-category-column-desc__content p strong,
  .module-af_seopages-seopage .pixel-category-column-desc__content p strong,
  .page-module-af_seopages-seopage .pixel-category-column-desc__content p strong,
  .page-category .pixel-category-column-desc__content p strong {
    font-size: inherit;
    font-weight: 500;
  }
  .page-search .pixel-category-column-desc__toggle,
  .module-af_seopages-seopage .pixel-category-column-desc__toggle,
  .page-module-af_seopages-seopage .pixel-category-column-desc__toggle,
  .page-category .pixel-category-column-desc__toggle {
    font-weight: 500 !important;
  }
}
