@charset "UTF-8";
.fake-checkbox {
  position: relative;
}
.fake-checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid rgba(216, 216, 216, 0.2);
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: 0.3s ease;
}
.fake-checkbox:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.53742 7.07483C3.33333 7.07483 3.19728 7.0068 3.06122 6.87075L0.204082 4.01361C-0.0680272 3.7415 -0.0680272 3.33333 0.204082 3.06122C0.476191 2.78912 0.884354 2.78912 1.15646 3.06122L3.53742 5.44218L8.84354 0.204082C9.11565 -0.0680272 9.52381 -0.0680272 9.79592 0.204082C10.068 0.476191 10.068 0.884354 9.79592 1.15646L4.01361 6.93878C3.94558 7.0068 3.7415 7.07483 3.53742 7.07483Z' fill='%237D4582'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  opacity: 0;
  transition: 0.3s ease;
}
.fake-checkbox:has(input:checked):before {
  border-color: #7D4582;
}
.fake-checkbox:has(input:checked):after {
  opacity: 1;
}

input:checked ~ .fake-checkbox:before {
  border-color: black;
}

input:checked ~ .fake-checkbox:after {
  opacity: 1;
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #003642;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid #004a5c;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: #004a5c;
  border: 1px solid #003642;
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #b7b7b7;
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
:root {
  --c-primary: #1E2039;
  --c-bg: #F7F7F7;
  --c-cart-badge: #5C5C5C;
  --c-icons: #212D42;
  --c-filters-lable: #666666;
  --c-border: #EEEEEE;
  --c-checkbox-inactive: #ECECEC;
  --c-checkbox-active: #000000;
  --c-text: #818181;
  --c-text-secondary: #767676;
  --c-primary-hover: #30335a;
}

:root {
  --f-main: "Poppins", sans-serif;
  --f-secondary: "Manrope", sans-serif;
}

.section_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  width: 100%;
  margin-bottom: 2rem;
}

.section__title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: var(--c-primary);
  font-family: "Manrope", sans-serif;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .section__title {
    font-size: calc(0.975rem + 1.4516129032vw);
  }
}

.page__title {
  font-size: 2.125rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: var(--c-primary);
  font-family: "Manrope", sans-serif;
  margin-bottom: 1.875rem;
}
@media (max-width: 992px) {
  .page__title {
    font-size: calc(1.025rem + 1.7741935484vw);
  }
}

.button-primary,
.btn-primary,
.btn.btn-primary {
  background-color: #733D75;
  border-radius: 25px;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: white;
  padding: 0.8125rem 1.625rem;
  text-wrap-mode: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .button-primary,
  .btn-primary,
  .btn.btn-primary {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
@media (max-width: 767.98px) {
  .button-primary,
  .btn-primary,
  .btn.btn-primary {
    padding: 0.5rem 0.5rem;
  }
}
.button-primary:hover,
.btn-primary:hover,
.btn.btn-primary:hover {
  background-color: #4A244B;
  border-color: #4A244B;
}
.button-primary:focus, .button-primary:active,
.btn-primary:focus,
.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #4A244B !important;
  border-color: #4A244B !important;
  box-shadow: none !important;
  outline: none !important;
}
.button-primary.--small,
.btn-primary.--small,
.btn.btn-primary.--small {
  padding: 0.3125rem 0.75rem;
}

.button-secondary,
.btn-secondary,
.btn.btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #7D4582;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #7D4582;
  padding: 0.625rem 1.625rem;
  text-wrap-mode: nowrap;
  transition: 0.3s ease;
}
@media (max-width: 992px) {
  .button-secondary,
  .btn-secondary,
  .btn.btn-secondary {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
.button-secondary:hover,
.btn-secondary:hover,
.btn.btn-secondary:hover {
  background-color: #7D4582;
  border-color: #7D4582;
  color: white;
  text-decoration: none;
}
.button-secondary:focus, .button-secondary:active,
.btn-secondary:focus,
.btn-secondary:active,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #7D4582 !important;
  border-color: #7D4582 !important;
  color: white !important;
  box-shadow: none !important;
  outline: none !important;
  text-decoration: none !important;
}

.btn.btn-show-more,
.btn-show-more {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #1E2039;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  padding: 0.8125rem 1.625rem;
  text-wrap-mode: nowrap;
}
@media (max-width: 992px) {
  .btn.btn-show-more,
  .btn-show-more {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.btn.btn-show-more:hover,
.btn-show-more:hover {
  color: #4A244B;
  text-decoration: none;
}
.btn.btn-show-more.--small,
.btn-show-more.--small {
  padding: 0.3125rem 0.75rem;
}

.btn-show-all,
.btn.btn-show-all {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  color: #1E2039;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
@media (max-width: 992px) {
  .btn-show-all,
  .btn.btn-show-all {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.btn-show-all:after,
.btn.btn-show-all:after {
  content: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_16_788)'%3E%3Cpath d='M10.0711 7.88194C9.76109 8.19193 8.25177 9.70134 7.91533 10.0378C7.70175 10.2514 7.35544 10.2513 7.14191 10.0378C6.92833 9.82419 6.92833 9.47791 7.14191 9.26436L8.35942 8.04688H4.30207C4.00003 8.04688 3.7552 7.80204 3.7552 7.5C3.7552 7.19796 4.00003 6.95312 4.30207 6.95312H8.35942L7.14194 5.73567C6.92836 5.52209 6.92836 5.17581 7.14194 4.96225C7.35552 4.7487 7.70181 4.74867 7.91536 4.96225C8.21267 5.25959 9.77977 6.82671 10.0706 7.1176C10.2795 7.33148 10.2776 7.67054 10.0711 7.88194ZM14 4.55705V10.443C14 12.3127 12.732 13.2623 12.6498 13.3788C11.9269 14.1018 10.9655 14.5 9.94295 14.5H4.05705C3.0345 14.5 2.07315 14.1018 1.35015 13.3787C1.26889 13.2636 0 12.3129 0 10.443V4.55705C0 2.68728 1.26796 1.73774 1.35018 1.62123C2.07315 0.898207 3.0345 0.5 4.05705 0.5H9.94295C10.9655 0.5 11.9269 0.898207 12.6498 1.62126C12.7311 1.73643 14 2.68709 14 4.55705ZM12.9062 4.55705C12.9062 3.18688 11.9596 2.51029 11.8764 2.39465C11.36 1.87818 10.6733 1.59375 9.94295 1.59375H4.05705C3.32667 1.59375 2.64001 1.87815 2.12357 2.39462C2.03741 2.51444 1.09375 3.17961 1.09375 4.55705V10.443C1.09375 11.8131 2.04042 12.4897 2.12357 12.6054C2.64001 13.1218 3.32667 13.4062 4.05705 13.4062H9.94295C10.6733 13.4062 11.36 13.1218 11.8764 12.6054C11.9626 12.4856 12.9062 11.8204 12.9062 10.443V4.55705Z' fill='%231E2039'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_16_788'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  transform: translateY(3px);
  transition: 0.3s ease;
}
.btn-show-all:hover:after,
.btn.btn-show-all:hover:after {
  transform: translateY(3px) translateX(5px);
}
.btn-show-all.--small,
.btn.btn-show-all.--small {
  padding: 0.3125rem 0.75rem;
}

.btn.btn-primary:disabled {
  background: #1E2039;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: white;
  padding: 0.8125rem 1.625rem;
  opacity: 1;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .btn.btn-primary:disabled {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}

.featured-products__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .featured-products__header {
    margin-bottom: 15px;
  }
}
.featured-products__header .featured-products__navigation {
  display: none !important;
}

.featured-products__title {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #2D2D2D;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0.8125rem;
       column-gap: 0.8125rem;
  font-family: "Manrope", sans-serif;
  text-align: center;
}
@media (max-width: 992px) {
  .featured-products__title {
    font-size: calc(0.975rem + 1.4516129032vw);
  }
}
.featured-products__title::after {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 24px;
  background: #F9B03C;
}
.featured-products__title::before {
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 50px;
  background: #F9B03C;
  display: flex;
}

.featured-products__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  position: relative;
  margin-top: 2rem;
}
.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  /* stylelint-disable */
  touch-action: none;
  /* stylelint-enable */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: none;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

/* Wrapper for all connect elements.
  */
.noUi-connects {
  z-index: 0;
  overflow: hidden;
  border-radius: 8px;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: 0 0;
  will-change: transform;
  transform-style: preserve-3d;
  transform-style: flat;
}

.noUi-connect {
  width: 100%;
  height: 100%;
  background: #66b0ff;
}

.noUi-origin {
  width: 10%;
  height: 10%;
}

/* Give origins 0 height/width so they don't interfere with clicking the
  * connect elements.
  */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-touch-area {
  width: 100%;
  height: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

/* Offset direction
*/
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  right: auto;
  left: 0;
}

.noUi-state-drag * {
  /* stylelint-disable */
  cursor: inherit !important;
  /* stylelint-enable */
}

/* Slider size and handle placement;
  */
.noUi-horizontal {
  height: 8px;
  margin: 0 8px;
}

.noUi-handle {
  position: absolute;
  cursor: default;
  background: #007bff;
  border: 1px solid #007bff;
  border-radius: 50%;
  outline: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.noUi-horizontal .noUi-handle {
  top: -4px;
  right: -8px;
  width: 16px;
  height: 16px;
}

.noUi-vertical {
  width: 8px;
  margin: 8px 0;
}

.noUi-vertical .noUi-handle {
  top: -8px;
  right: -4px;
  width: 16px;
  height: 16px;
}

/* Styling;
  * Giving the connect element a border radius causes issues with using transform: scale
  */
.noUi-target {
  position: relative;
  background: #e9ecef;
  border: 0 solid #dee2e6;
  border-radius: 8px;
}

/* Handles and cursors;
  */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-active {
  background: #0062cc;
}

/* Disabled state;
  */
[disabled] .noUi-connect {
  background: #e9ecef;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
  *
  */
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
  *
  */
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
  *
  */
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
  *
  */
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%);
}
.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  bottom: 10px;
  left: auto;
  transform: translate(50%, 0);
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  top: auto;
  right: 28px;
  transform: translate(0, -18px);
}

.display-toggle {
  background: #F7F7F7;
  border-radius: 25px;
  padding: 5px;
}
.display-toggle__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.7em;
  color: #212529;
  text-align: center;
  background: #f8f9fa;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .display-toggle__link {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.display-toggle__link:hover, .display-toggle__link:focus {
  color: #212529;
  background: #e9ecef;
}
.display-toggle__link.active {
  color: #fff;
  background: #fff;
}
.display-toggle__icon {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
}

.products-selection {
  position: relative;
  z-index: 2;
}
.products-selection .btn-sort,
.products-selection .btn-filters {
  background: #F7F7F7;
  border-radius: 25px;
  padding: 7.5px 26px;
  border: none;
  min-height: 50px;
  height: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #180C18;
  text-align: left;
}
@media (max-width: 992px) {
  .products-selection .btn-sort,
  .products-selection .btn-filters {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.products-selection .btn-sort svg,
.products-selection .btn-filters svg {
  margin-right: 10px;
}
.products-selection .col-auto:has(.custom-select) {
  order: 4;
}
.products-selection .col-auto:has(.custom-select) .choices {
  margin-bottom: 0px;
}
.products-selection .col-auto:has(.btn-filters) {
  order: 2;
}
.products-selection .col-auto:has(.display-toggle__link) {
  order: 3;
}
@media (max-width: 991.98px) {
  .products-selection {
    display: flex;
    flex-direction: row;
    padding: 0 10px;
    position: sticky;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .products-selection .col-auto {
    margin-top: 0px !important;
    padding-left: 0.31525rem;
    padding-right: 0.31525rem;
  }
  .products-selection .col-auto .btn-sort,
  .products-selection .col-auto .btn-filters {
    min-height: 40px;
    margin-left: -0.31525rem;
    margin-right: -0.31525rem;
  }
  .products-selection .col-auto:has(.custom-select) {
    order: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767px) {
  .products-selection .col-auto:has(.custom-select) .choices {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .products-selection .col-auto:has(.btn-filters) {
    order: 2;
    flex-grow: 1;
  }
}
@media (max-width: 991.98px) {
  .products-selection .col-auto:has(.display-toggle__link) {
    order: 3;
  }
}
@media screen and (max-width: 415px) {
  .products-selection .btn-sort,
  .products-selection .btn-filters {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  div:has(> .products-selection) {
    top: 88px;
    z-index: 1;
    padding: 10px 0;
  }
  div:has(> .products-selection):before {
    content: "";
    position: absolute;
    width: 150vw;
    height: 100%;
    display: block;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: white;
    z-index: -1;
  }
}
div:has(> .products-selection) .js-active-search-filters {
  position: relative;
}

#mobile_sorting .modal-content {
  padding: 0px;
}
#mobile_sorting .modal-header {
  margin-bottom: 0px;
  padding: 15px;
  background: #F7F7F7;
}
#mobile_sorting .modal-header .modal-title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #mobile_sorting .modal-header .modal-title {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
#mobile_sorting .modal-header .close {
  margin: -1rem -1rem -1rem auto;
}
#mobile_sorting .modal-header .close svg {
  max-height: 11px;
  transform: translateY(-1px);
}
#mobile_sorting .modal-body {
  padding: 15px;
}
#mobile_sorting .custom-radio-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.625rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#mobile_sorting .custom-radio-group label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 400;
  color: #818181;
}
#mobile_sorting .custom-radio-group label:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #EEEEEE;
  background-color: #F7F7F7;
  display: block;
  border-radius: 50%;
  transition: 0.3s ease;
  box-shadow: inset 0px 0px 0px 2px #EEEEEE;
}
#mobile_sorting .custom-radio-group label:after {
  position: absolute;
  left: 8px;
  top: 8px;
  transform: rotate(-45deg);
  content: "";
  width: 8px;
  height: 8px;
  background: #733D75;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease;
}
#mobile_sorting .custom-radio-group label:has(input:checked):before {
  box-shadow: inset 0px 0px 0px 2px #733D75;
  border: 1px solid #733D75;
  background: white;
}
#mobile_sorting .custom-radio-group label:has(input:checked):after {
  opacity: 1;
}
@media (max-width: 992px) {
  #mobile_sorting .custom-radio-group label {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#mobile_sorting .custom-radio-group label:has(input:checked) {
  font-size: 0.9375rem;
  line-height: 1rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #mobile_sorting .custom-radio-group label:has(input:checked) {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
#mobile_sorting .custom-radio-group label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  #mobile_sorting .modal-dialog {
    width: 100vw;
    max-width: 100vw;
  }
}

@media (max-width: 767.98px) {
  .search-filters {
    border: 0;
    border-radius: 0;
  }
}

.PM_ASBlockOutput .PM_ASBlockTitle {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 500;
  color: #180C18;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media (max-width: 992px) {
  .PM_ASBlockOutput .PM_ASBlockTitle {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}
.PM_ASBlockOutput .PM_ASBlockNbProductValue {
  display: none;
}
.PM_ASBlockOutput .PM_ASCriterionsGroupName {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  .PM_ASBlockOutput .PM_ASCriterionsGroupName {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
.PM_ASBlockOutput .PM_ASCriterionsGroup {
  margin-top: 25px;
}
.PM_ASBlockOutput .PM_ASCriterionsGroup .PM_ASCriterionsGroupTitle {
  border-bottom: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.PM_ASBlockOutput .PM_ASCriterionsGroup:has(.checkbox) {
  border-top: 1px solid #F0F0F0;
}
.PM_ASBlockOutput .PM_ASSelections .active-filter-title,
.PM_ASBlockOutput .PM_ASSelections .current-active-filter-list {
  display: none !important;
}
.PM_ASBlockOutput .PM_ASCriterionCheckbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.25rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  width: 100%;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox li.PM_ASCriterionHide {
  display: none;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .radio,
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  flex-grow: 1;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .radio:before,
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid #EEEEEE;
  background-color: white;
  display: block;
  border-radius: 4px;
  transition: 0.3s ease;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .radio:after,
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox:after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.53742 7.07483C3.33333 7.07483 3.19728 7.0068 3.06122 6.87075L0.204082 4.01361C-0.0680272 3.7415 -0.0680272 3.33333 0.204082 3.06122C0.476191 2.78912 0.884354 2.78912 1.15646 3.06122L3.53742 5.44218L8.84354 0.204082C9.11565 -0.0680272 9.52381 -0.0680272 9.79592 0.204082C10.068 0.476191 10.068 0.884354 9.79592 1.15646L4.01361 6.93878C3.94558 7.0068 3.7415 7.07483 3.53742 7.07483Z' fill='%237D4582'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  opacity: 0;
  transition: 0.3s ease;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .radio:has(input:checked):before,
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox:has(input:checked):before {
  border-color: #7D4582;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .radio:has(input:checked):after,
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox:has(input:checked):after {
  opacity: 1;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .radio .PM_ASLabelLink,
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .radio .PM_ASLabelCheckbox,
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelLink,
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelCheckbox {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  margin-bottom: 0px;
  color: #818181;
}
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .radio .PM_ASLabelCheckboxSelected .PM_ASLabelLink,
.PM_ASBlockOutput .PM_ASCriterionGroupCheckbox .checkbox .PM_ASLabelCheckboxSelected .PM_ASLabelLink {
  font-weight: inherit;
  color: #180C18;
}
.PM_ASBlockOutput .PM_ASCritRangeValue.custom {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 0rem;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.PM_ASBlockOutput .PM_ASCritRangeValue.custom .form-group .form-label {
  position: absolute;
  top: -7px;
  display: inline-flex;
  padding: 2px 8px 2px 4px;
  left: 12px;
  z-index: 4;
  background: white;
}
.PM_ASBlockOutput .PM_ASCritRangeValue.custom .form-group .form-label .pixel_search_form_modifier {
  margin-left: 6px;
  color: #733D75;
  text-transform: lowercase;
}
@media (max-width: 767.98px) {
  .PM_ASBlockOutput .PM_ASCritRangeValue.custom .form-group .form-label .pixel_search_form_modifier {
    font-size: 8px;
  }
}
.PM_ASBlockOutput .PM_ASCritRangeValue.custom .form-group .form-control {
  padding: 15px 35px 15px 15px;
  color: #180C18;
}
.PM_ASBlockOutput .PM_ASCritRangeValue.custom .form-group .unit {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: #818181;
  z-index: 3;
}
@media (max-width: 992px) {
  .PM_ASBlockOutput .PM_ASCritRangeValue.custom .form-group .unit {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.PM_ASBlockOutput .ui-state-default, .PM_ASBlockOutput .ui-widget-content .ui-state-default, .PM_ASBlockOutput .ui-widget-header .ui-state-default {
  border-radius: 50%;
  border: none;
  background: #7D4582;
  top: -0.45em;
  outline: 4px solid white;
  cursor: pointer;
}
.PM_ASBlockOutput .ui-slider-horizontal {
  height: 4px;
  border: none;
  background: #F0F0F0;
}
.PM_ASBlockOutput .ui-slider .ui-slider-range {
  border: none;
  background: #F0F0F0;
  border-radius: 4px;
  position: relative;
  padding: 0 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.PM_ASBlockOutput .ui-slider .ui-slider-range:before {
  display: inline-flex;
  content: "";
  width: 100%;
  height: 100%;
  background: #7D4582;
  border-radius: 5px;
}
.PM_ASBlockOutput .PM_ASCriterionHideToggleLink {
  margin-top: 20px;
}
.PM_ASBlockOutput .PM_ASHide,
.PM_ASBlockOutput .PM_ASShow {
  font-size: 0.8125rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  .PM_ASBlockOutput .PM_ASHide,
  .PM_ASBlockOutput .PM_ASShow {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
.PM_ASBlockOutput .PM_ASHide:after,
.PM_ASBlockOutput .PM_ASShow:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90917 0.518652C8.73704 0.346408 8.50351 0.249634 8.26 0.249634C8.01649 0.249634 7.78296 0.346408 7.61082 0.518652L4.80488 3.32399C4.68541 3.44341 4.49176 3.44341 4.3723 3.32399L1.56697 0.518652C1.20861 0.160124 0.627453 0.159987 0.268925 0.518346C-0.0896035 0.876706 -0.0897405 1.45786 0.268619 1.81639L3.07456 4.62233C3.47618 5.02398 4.0209 5.24963 4.58889 5.24963C5.15689 5.24963 5.70161 5.02398 6.10322 4.62233L8.90917 1.81639C9.26745 1.458 9.26745 0.877043 8.90917 0.518652Z' fill='%236B7383'/%3E%3C/svg%3E%0A");
  display: inline-flex;
  margin-left: 5px;
  transform: translateY(-1px);
}
.PM_ASBlockOutput .PM_ASHide:before,
.PM_ASBlockOutput .PM_ASShow:before {
  display: none;
}
@media (max-width: 767.98px) {
  .PM_ASBlockOutput {
    position: relative;
  }
  /* .PM_ASBlockOutput > .card {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    max-width: 350px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 9999;
  } */
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .PM_ASBlockOutput > .card {
    max-width: 100vw;
  }
}
@media (max-width: 992px) {
  .PM_ASBlockOutput > .card .card-block {
    display: block !important;
    position: relative;
  }
  .PM_ASBlockOutput > .card .card-block form {
    /* overflow: auto; */
    max-height: 100%;
  }
  .PM_ASBlockOutput > .card .card-block form .PM_ASCriterionsGroupList {
    /* max-height: calc(100dvh - 100px); */
    padding: 25px;
  }
  .PM_ASBlockOutput > .card .card-block form > div:first-child > div:first-child {
    margin-top: 0px;
  }
  .PM_ASBlockOutput > .card .card-block form > div:first-child > div:first-child .PM_ASCriterionsGroupTitle {
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  .PM_ASBlockOutput .filters-header {
    padding: 25px;
    background: #F7F7F7;
    display: none;
  }
  .PM_ASBlockOutput .filters-header .PM_ASBlockTitle:after {
    content: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.79622 5.5L10.7314 1.56478C11.0895 1.20671 11.0895 0.626628 10.7314 0.268555C10.3734 -0.0895182 9.79329 -0.0895182 9.43522 0.268555L5.5 4.20378L1.56478 0.268555C1.20671 -0.0895182 0.626628 -0.0895182 0.268555 0.268555C-0.0895182 0.626628 -0.0895182 1.20671 0.268555 1.56478L4.20378 5.5L0.268555 9.43522C-0.0895182 9.79329 -0.0895182 10.3734 0.268555 10.7314C0.447591 10.9105 0.682129 11 0.916667 11C1.1512 11 1.38574 10.9105 1.56478 10.7314L5.5 6.79622L9.43522 10.7314C9.61426 10.9105 9.84879 11 10.0833 11C10.3179 11 10.5524 10.9105 10.7314 10.7314C11.0895 10.3734 11.0895 9.79329 10.7314 9.43522L6.79622 5.5Z' fill='black'/%3E%3C/svg%3E%0A");
    width: 30px;
    height: 30px;
    rotate: 45deg;
    transform: translateY(1px) translateX(2px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 0rem;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    font-size: unset;
    font-family: unset;
    right: 10px;
    position: relative !important;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .PM_ASBlockOutput.open-filters > .card {
    transform: translateX(0%);
  }
}

#module-pm_advancedsearch4-searchresults #left-column,
#category #left-column {
  max-width: 350px;
  padding-right: 50px;
}
#module-pm_advancedsearch4-searchresults .pagination .page-item .page-link,
#category .pagination .page-item .page-link,
#search .pagination .page-item .page-link {
  border-radius: 50%;
  background: white;
  border: none;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 500;
  color: #818181;
  min-width: 54px;
  min-height: 54px;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults .pagination .page-item .page-link,
  #category .pagination .page-item .page-link,
  #search .pagination .page-item .page-link {
    font-size: calc(0.7875rem + 0.2419354839vw);
  }
}
@media (max-width: 767.98px) {
  #module-pm_advancedsearch4-searchresults .pagination .page-item .page-link,
  #category .pagination .page-item .page-link,
  #search .pagination .page-item .page-link {
    min-width: 32px;
    min-height: 32px;
    max-height: 32px;
    max-width: 32px;
    margin: 0 3px;
  }
  #module-pm_advancedsearch4-searchresults .pagination .page-item .page-link .custom-icon svg,
  #category .pagination .page-item .page-link .custom-icon svg,
  #search .pagination .page-item .page-link .custom-icon svg {
    transform: translateY(-1px);
  }
}
#module-pm_advancedsearch4-searchresults .pagination .page-item.active .page-link,
#category .pagination .page-item.active .page-link,
#search .pagination .page-item.active .page-link {
  background: #F7F7F7;
  color: #180C18;
}
#module-pm_advancedsearch4-searchresults #js-product-list-header:has(.has-toggler),
#category #js-product-list-header:has(.has-toggler),
#search #js-product-list-header:has(.has-toggler) {
  margin-bottom: 35px;
}
#module-pm_advancedsearch4-searchresults .category-header .category-name,
#category .category-header .category-name {
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 500;
  color: #180C18;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults .category-header .category-name,
  #category .category-header .category-name {
    font-size: calc(1.025rem + 1.7741935484vw);
  }
}
@media (max-width: 767.98px) {
  #module-pm_advancedsearch4-searchresults .category-header .category-name,
  #category .category-header .category-name {
    margin-bottom: 10px;
  }
}
#module-pm_advancedsearch4-searchresults .category-header .category-name .page-number,
#category .category-header .category-name .page-number {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults .category-header .category-name .page-number,
  #category .category-header .category-name .page-number {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults .category-header .cms-content,
#category .category-header .cms-content {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #180C18;
  display: -webkit-box; /* establish a WebKit‑compatible flex container */
  -webkit-box-orient: vertical; /* stack children vertically */
  -webkit-line-clamp: 2; /* limit to 2 lines */
  overflow: hidden;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults .category-header .cms-content,
  #category .category-header .cms-content {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#module-pm_advancedsearch4-searchresults .category-header .cms-content.expanded,
#category .category-header .cms-content.expanded {
  -webkit-line-clamp: unset;
}
#module-pm_advancedsearch4-searchresults .category-description-wrapper,
#category .category-description-wrapper {
  margin: clamp(30px, 4vw, 80px) 0;
}
#module-pm_advancedsearch4-searchresults .category-description-wrapper .cms-content,
#category .category-description-wrapper .cms-content {
  -moz-column-count: 1;
       column-count: 1;
}
#module-pm_advancedsearch4-searchresults .category-description-wrapper .cms-content h2,
#category .category-description-wrapper .cms-content h2 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #180C18;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  -moz-column-span: all;
       column-span: all;
  /* WebKit prefix (Chrome, Safari) */
  -webkit-column-span: all;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults .category-description-wrapper .cms-content h2,
  #category .category-description-wrapper .cms-content h2 {
    font-size: calc(0.975rem + 1.4516129032vw);
  }
}
#module-pm_advancedsearch4-searchresults .category-description-wrapper .cms-content h2:after,
#category .category-description-wrapper .cms-content h2:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 24px;
  background: #F9B03C;
}
#module-pm_advancedsearch4-searchresults .category-description-wrapper .cms-content h2 ~ h2,
#category .category-description-wrapper .cms-content h2 ~ h2 {
  margin-top: 30px;
}
#module-pm_advancedsearch4-searchresults .category-description-wrapper .cms-content p,
#category .category-description-wrapper .cms-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  color: #453750;
  margin-bottom: 1.125rem;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults .category-description-wrapper .cms-content p,
  #category .category-description-wrapper .cms-content p {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#module-pm_advancedsearch4-searchresults .category-description-wrapper .cms-content p:nth-of-type(1),
#category .category-description-wrapper .cms-content p:nth-of-type(1) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults .category-description-wrapper .cms-content p:nth-of-type(1),
  #category .category-description-wrapper .cms-content p:nth-of-type(1) {
    font-size: calc(0.825rem + 0.4838709677vw);
  }
}
#module-pm_advancedsearch4-searchresults .subcategories,
#category .subcategories {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
@media (max-width: 991.98px) {
  #module-pm_advancedsearch4-searchresults .subcategories,
  #category .subcategories {
    overflow: auto;
    padding: 10px 0;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  #module-pm_advancedsearch4-searchresults .subcategories .show-more-subcategories,
  #category .subcategories .show-more-subcategories {
    display: none !important;
  }
}
#module-pm_advancedsearch4-searchresults .subcategories-list,
#category .subcategories-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 1rem;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  flex-wrap: wrap;
  margin-bottom: 0px;
  width: 100%;
}
@media (max-width: 991.98px) {
  #module-pm_advancedsearch4-searchresults .subcategories-list,
  #category .subcategories-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
#module-pm_advancedsearch4-searchresults .subcategories-list__item,
#category .subcategories-list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  flex-grow: 1;
  flex-basis: calc(20% - 30px);
  min-width: calc(20% - 30px);
  max-width: 20%;
}
@media (max-width: 991.98px) {
  #module-pm_advancedsearch4-searchresults .subcategories-list__item,
  #category .subcategories-list__item {
    flex-basis: fit-content;
    min-width: -moz-min-content;
    min-width: min-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: flex !important;
  }
}
#module-pm_advancedsearch4-searchresults .subcategories-list__item .subcategories-title,
#category .subcategories-list__item .subcategories-title {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #180C18;
}
#module-pm_advancedsearch4-searchresults .subcategories-list__item img,
#category .subcategories-list__item img {
  height: 23px;
  width: 29px;
  padding: 0px;
}
#module-pm_advancedsearch4-searchresults .subcategories-list:not(:has(img)) .subcategories-list__item,
#category .subcategories-list:not(:has(img)) .subcategories-list__item {
  flex-basis: calc(16.6666666667% - 30px);
  min-width: calc(16.6666666667% - 30px);
  max-width: 16.6666666667%;
}
#module-pm_advancedsearch4-searchresults .subcategories-list__link,
#category .subcategories-list__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
  width: 100%;
}
#module-pm_advancedsearch4-searchresults .subcategories-list__link .sub-image__wrapper,
#category .subcategories-list__link .sub-image__wrapper {
  display: inline-block;
  background: #F7F7F7;
  border-radius: 4px;
  padding: 5px;
}
#module-pm_advancedsearch4-searchresults .subcategories .show-more-subcategories,
#category .subcategories .show-more-subcategories {
  margin-top: 1rem;
  display: inline-flex;
  margin-left: auto;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #180C18;
}
#module-pm_advancedsearch4-searchresults .subcategories .show-more-subcategories:after,
#category .subcategories .show-more-subcategories:after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90917 0.518652C8.73704 0.346408 8.50351 0.249634 8.26 0.249634C8.01649 0.249634 7.78296 0.346408 7.61082 0.518652L4.80488 3.32399C4.68541 3.44341 4.49176 3.44341 4.3723 3.32399L1.56697 0.518652C1.20861 0.160124 0.627453 0.159987 0.268925 0.518346C-0.0896035 0.876706 -0.0897405 1.45786 0.268619 1.81639L3.07456 4.62233C3.47618 5.02398 4.0209 5.24963 4.58889 5.24963C5.15689 5.24963 5.70161 5.02398 6.10322 4.62233L8.90917 1.81639C9.26745 1.458 9.26745 0.877043 8.90917 0.518652Z' fill='%236B7383'/%3E%3C/svg%3E%0A");
  margin-left: 5px;
  transform: translateY(-1px);
  display: inline-flex;
}
#module-pm_advancedsearch4-searchresults .subcategories .show-more-subcategories.show:afteR,
#category .subcategories .show-more-subcategories.show:afteR {
  rotate: 180deg;
}
#module-pm_advancedsearch4-searchresults #js-active-search-filters .active-filter-title,
#category #js-active-search-filters .active-filter-title {
  display: none !important;
}
#module-pm_advancedsearch4-searchresults #js-active-search-filters .PM_ASSelections,
#category #js-active-search-filters .PM_ASSelections {
  border: none;
  background: white;
}
#module-pm_advancedsearch4-searchresults #js-active-search-filters .PM_ASSelectionsRemoveLink,
#category #js-active-search-filters .PM_ASSelectionsRemoveLink {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #453750;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #js-active-search-filters .PM_ASSelectionsRemoveLink,
  #category #js-active-search-filters .PM_ASSelectionsRemoveLink {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults #js-active-search-filters .PM_ASSelectionsRemoveLink:before,
#category #js-active-search-filters .PM_ASSelectionsRemoveLink:before {
  font-family: inherit;
  content: url("data:image/svg+xml,%3Csvg width='5' height='6' viewBox='0 0 5 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.08919 3L4.87793 1.21126C5.04069 1.0485 5.04069 0.784831 4.87793 0.62207C4.71517 0.45931 4.4515 0.45931 4.28874 0.62207L2.5 2.41081L0.711263 0.62207C0.548503 0.45931 0.284831 0.45931 0.12207 0.62207C-0.0406901 0.784831 -0.0406901 1.0485 0.12207 1.21126L1.91081 3L0.12207 4.78874C-0.0406901 4.9515 -0.0406901 5.21517 0.12207 5.37793C0.203451 5.45931 0.310059 5.5 0.416667 5.5C0.523275 5.5 0.629883 5.45931 0.711263 5.37793L2.5 3.58919L4.28874 5.37793C4.37012 5.45931 4.47673 5.5 4.58333 5.5C4.68994 5.5 4.79655 5.45931 4.87793 5.37793C5.04069 5.21517 5.04069 4.9515 4.87793 4.78874L3.08919 3Z' fill='%23180C18'/%3E%3C/svg%3E%0A");
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  transform: translateY(-1px);
}
#module-pm_advancedsearch4-searchresults #js-active-search-filters .PM_ASSelectionsRemoveLink:hover,
#category #js-active-search-filters .PM_ASSelectionsRemoveLink:hover {
  text-decoration: underline !important;
}
#module-pm_advancedsearch4-searchresults #js-active-search-filters .active-filter-list,
#category #js-active-search-filters .active-filter-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
#module-pm_advancedsearch4-searchresults #js-active-search-filters .active-filter-list li,
#category #js-active-search-filters .active-filter-list li {
  padding: 10px 18px;
  border-radius: 50px;
  border: 1px solid #F0F0F0;
}
#module-pm_advancedsearch4-searchresults #js-active-search-filters .active-criterion-group-name,
#category #js-active-search-filters .active-criterion-group-name {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #js-active-search-filters .active-criterion-group-name,
  #category #js-active-search-filters .active-criterion-group-name {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .product-selection__itemsCounter,
#category #js-product-list-top .product-selection__itemsCounter {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 300;
  color: #818181;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #js-product-list-top .product-selection__itemsCounter,
  #category #js-product-list-top .product-selection__itemsCounter {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .product-selection__itemsCounter span,
#category #js-product-list-top .product-selection__itemsCounter span {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #js-product-list-top .product-selection__itemsCounter span,
  #category #js-product-list-top .product-selection__itemsCounter span {
    font-size: calc(0.8rem + 0.3225806452vw);
  }
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .choices,
#category #js-product-list-top .choices {
  min-width: 300px;
  border-radius: 25px;
  background: #F7F7F7;
}
@media (max-width: 991.98px) {
  #module-pm_advancedsearch4-searchresults #js-product-list-top .choices,
  #category #js-product-list-top .choices {
    min-width: 150px;
  }
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .choices__inner,
#category #js-product-list-top .choices__inner {
  border-radius: 25px;
  padding: 7.5px 16px;
  border: none;
  min-height: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .choices__list,
#category #js-product-list-top .choices__list {
  border-radius: 25px;
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .choices__list--single,
#category #js-product-list-top .choices__list--single {
  padding: 4px 16px;
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .choices__list .choices__item,
#category #js-product-list-top .choices__list .choices__item {
  padding-left: 20px;
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .choices[data-type*=select-one]::after,
#category #js-product-list-top .choices[data-type*=select-one]::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90917 0.518652C8.73704 0.346408 8.50351 0.249634 8.26 0.249634C8.01649 0.249634 7.78296 0.346408 7.61082 0.518652L4.80488 3.32399C4.68541 3.44341 4.49176 3.44341 4.3723 3.32399L1.56697 0.518652C1.20861 0.160124 0.627453 0.159987 0.268925 0.518346C-0.0896035 0.876706 -0.0897405 1.45786 0.268619 1.81639L3.07456 4.62233C3.47618 5.02398 4.0209 5.24963 4.58889 5.24963C5.15689 5.24963 5.70161 5.02398 6.10322 4.62233L8.90917 1.81639C9.26745 1.458 9.26745 0.877043 8.90917 0.518652Z' fill='%236B7383'/%3E%3C/svg%3E%0A");
  top: 50%;
  border: none;
  margin-top: 0px;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  right: 17.5px;
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .choices[data-type*=select-one]::before,
#category #js-product-list-top .choices[data-type*=select-one]::before {
  content: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7803 3.21966L8.78033 0.219606C8.78018 0.219465 8.78004 0.219395 8.77994 0.219254C8.76257 0.201922 8.74436 0.185504 8.72538 0.169929C8.71669 0.162793 8.70755 0.156605 8.69862 0.149925C8.68797 0.141945 8.67753 0.133683 8.66642 0.126265C8.65573 0.119128 8.64466 0.112941 8.63369 0.106401C8.62363 0.10039 8.61382 0.0940967 8.60349 0.0885419C8.59231 0.0825653 8.58085 0.0775027 8.56942 0.0721238C8.55863 0.0670261 8.54801 0.0616471 8.53697 0.0570416C8.5259 0.0524712 8.51458 0.0487446 8.50333 0.0447368C8.49148 0.0404828 8.47981 0.0359476 8.46771 0.0322913C8.45646 0.0288812 8.445 0.026385 8.43365 0.0235373C8.42131 0.0204084 8.40911 0.0169631 8.39656 0.0144669C8.38337 0.0118654 8.37008 0.0102833 8.35683 0.00838485C8.3459 0.00683796 8.33514 0.00472856 8.32403 0.00363871C8.27481 -0.0012129 8.2252 -0.0012129 8.17598 0.00363871C8.16491 0.00472856 8.15415 0.0068028 8.14318 0.00838485C8.12993 0.0102833 8.1166 0.0118302 8.10346 0.0144669C8.09087 0.0169631 8.07871 0.0204084 8.06637 0.0235373C8.05497 0.026385 8.04355 0.0288812 8.0323 0.0322913C8.0202 0.0359476 8.0085 0.0404828 7.99668 0.0447368C7.98543 0.0487798 7.97411 0.0524712 7.96304 0.0570416C7.95197 0.0616119 7.94138 0.0670261 7.93059 0.0721238C7.9192 0.0775027 7.9077 0.0825653 7.89652 0.0885419C7.88619 0.0940967 7.87638 0.10039 7.86632 0.106401C7.85536 0.112941 7.84428 0.119128 7.83359 0.126265C7.82248 0.133683 7.81208 0.141945 7.80139 0.149925C7.79246 0.156605 7.78332 0.162793 7.77464 0.169929C7.75565 0.185504 7.7374 0.201922 7.72007 0.219254C7.71993 0.219395 7.71979 0.219465 7.71969 0.219606L4.71967 3.21962C4.42678 3.51251 4.42678 3.98741 4.71967 4.2803C5.01256 4.57319 5.48745 4.57319 5.78034 4.2803L7.50003 2.56061V11.2501C7.50003 11.6643 7.83581 12.0001 8.25002 12.0001C8.66424 12.0001 9.00002 11.6643 9.00002 11.2501V2.56065L10.7197 4.28033C11.0126 4.57322 11.4875 4.57322 11.7804 4.28033C12.0732 3.98741 12.0732 3.51255 11.7803 3.21966Z' fill='%237D4582'/%3E%3Cpath d='M6.2197 13.7197L4.50002 15.4394V6.75C4.50002 6.33578 4.16424 6 3.75002 6C3.33581 6 3.00003 6.33578 3.00003 6.75V15.4394L1.28034 13.7197C0.987452 13.4268 0.512557 13.4268 0.219667 13.7197C-0.0732224 14.0126 -0.0732224 14.4875 0.219667 14.7804L3.21969 17.7804C3.21983 17.7806 3.21997 17.7807 3.22011 17.7808C3.23744 17.7981 3.25569 17.8145 3.27464 17.8301C3.28332 17.8372 3.2925 17.8434 3.30142 17.8501C3.31208 17.8581 3.32252 17.8664 3.33359 17.8738C3.34428 17.8809 3.35536 17.8871 3.36632 17.8937C3.37638 17.8997 3.38619 17.906 3.39652 17.9115C3.4077 17.9175 3.4192 17.9225 3.43063 17.9279C3.44138 17.933 3.452 17.9384 3.46304 17.9429C3.47411 17.9475 3.48543 17.9512 3.49668 17.9552C3.50853 17.9595 3.5202 17.964 3.5323 17.9677C3.54355 17.9711 3.55497 17.9736 3.56637 17.9764C3.57871 17.9796 3.5909 17.983 3.60349 17.9855C3.61667 17.9881 3.62996 17.9897 3.64322 17.9916C3.65415 17.9931 3.66494 17.9952 3.67602 17.9963C3.72524 18.0012 3.77484 18.0012 3.82406 17.9963C3.83514 17.9952 3.8459 17.9931 3.85686 17.9916C3.87012 17.9897 3.88344 17.9881 3.89659 17.9855C3.90918 17.983 3.92134 17.9795 3.93368 17.9764C3.94507 17.9736 3.9565 17.9711 3.96775 17.9677C3.97984 17.964 3.99155 17.9595 4.00336 17.9552C4.01461 17.9512 4.02593 17.9475 4.03701 17.9429C4.04805 17.9383 4.05863 17.933 4.06939 17.9279C4.08081 17.9225 4.09234 17.9174 4.10352 17.9114C4.11382 17.9059 4.12363 17.8996 4.13365 17.8936C4.14462 17.8871 4.15573 17.8809 4.16642 17.8737C4.17749 17.8663 4.1879 17.8581 4.19852 17.8501C4.20748 17.8434 4.21666 17.8372 4.22538 17.8301C4.24418 17.8146 4.26229 17.7983 4.27952 17.7811C4.2798 17.7809 4.28008 17.7806 4.28033 17.7804L7.28034 14.7804C7.57323 14.4875 7.57323 14.0126 7.28034 13.7197C6.98745 13.4268 6.51263 13.4268 6.2197 13.7197Z' fill='%237D4582'/%3E%3C/svg%3E%0A");
  top: 50%;
  border: none;
  margin-top: 3px;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  position: absolute;
  left: 17.5px;
}
#module-pm_advancedsearch4-searchresults #js-product-list-top .choices__item,
#category #js-product-list-top .choices__item {
  padding-left: 10px;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header,
#category #mpm_faqs_form_container header {
  height: auto;
  background: #F7F7F7;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header #mpm_faqs_form_header_content,
#category #mpm_faqs_form_container header #mpm_faqs_form_header_content {
  padding: 1.25rem;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header #mpm_faqs_form_header_addon,
#category #mpm_faqs_form_container header #mpm_faqs_form_header_addon {
  display: none;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header .section__title,
#category #mpm_faqs_form_container header .section__title {
  color: #453750;
  text-transform: lowercase;
}
@media (max-width: 575px) {
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header .section__title,
  #category #mpm_faqs_form_container header .section__title {
    margin-bottom: 0.9375rem;
  }
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header .section__title::first-letter,
#category #mpm_faqs_form_container header .section__title::first-letter {
  text-transform: uppercase;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header #mpm_faqs_form_close_button,
#category #mpm_faqs_form_container header #mpm_faqs_form_close_button {
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header #mpm_faqs_form_close_button i,
#category #mpm_faqs_form_container header #mpm_faqs_form_close_button i {
  color: #818181;
  transition: 0.3s ease;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header #mpm_faqs_form_close_button:hover,
#category #mpm_faqs_form_container header #mpm_faqs_form_close_button:hover {
  opacity: 1;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_container header #mpm_faqs_form_close_button:hover i,
#category #mpm_faqs_form_container header #mpm_faqs_form_close_button:hover i {
  color: #1E2039;
  opacity: 1;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_sub_title,
#category #mpm_faqs_form_sub_title {
  padding: 10px 25px;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content,
#category #mpm_faqs_form_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 0.75rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-control,
#category #mpm_faqs_form_content .form-control {
  background: transparent;
  border: none;
  padding: 0;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select,
#category #mpm_faqs_form_content #mpm_faqs_select {
  height: inherit;
  max-width: 100% !important;
  border: none;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .content,
#category #mpm_faqs_form_content #mpm_faqs_select .content {
  display: none;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices,
#category #mpm_faqs_form_content #mpm_faqs_select .choices {
  height: auto;
  margin-bottom: 0px;
  background: white;
  border-radius: 50px !important;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices__inner,
#category #mpm_faqs_form_content #mpm_faqs_select .choices__inner {
  padding: 0;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices .is-active.choices__list--dropdown, #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices .is-active.choices__list[aria-expanded],
#category #mpm_faqs_form_content #mpm_faqs_select .choices .is-active.choices__list--dropdown,
#category #mpm_faqs_form_content #mpm_faqs_select .choices .is-active.choices__list[aria-expanded] {
  z-index: 3;
  border: 1px solid #EEE9E4;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item,
#category #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item,
  #category #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item::-moz-placeholder, #category #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item::placeholder,
#category #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item::-moz-placeholder, #category #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item::-moz-placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item::placeholder,
  #category #mpm_faqs_form_content #mpm_faqs_select .choices .choices__list--single .choices__item::placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group,
#category #mpm_faqs_form_content .form-group {
  color: inherit;
  width: 100%;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group textarea,
#category #mpm_faqs_form_content .form-group textarea {
  max-height: inherit;
  width: 100%;
  padding: 0;
  background: white;
  border: none;
  min-height: unset;
  height: unset;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group textarea,
  #category #mpm_faqs_form_content .form-group textarea {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group textarea::-moz-placeholder, #category #mpm_faqs_form_content .form-group textarea::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group textarea::placeholder,
#category #mpm_faqs_form_content .form-group textarea::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group textarea::-moz-placeholder, #category #mpm_faqs_form_content .form-group textarea::-moz-placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group textarea::placeholder,
  #category #mpm_faqs_form_content .form-group textarea::placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group label,
#category #mpm_faqs_form_content .form-group label {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 600;
  color: var(--c-primary);
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  position: absolute;
  top: 12px;
  left: 25px;
  z-index: 1;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group input[type=text],
#category #mpm_faqs_form_content .form-group input[type=text] {
  max-height: inherit;
  padding: 0px;
  width: 100%;
  background: white;
  border-radius: 50px !important;
  border: none;
  min-height: unset;
  height: unset;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #180C18;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group input[type=text],
  #category #mpm_faqs_form_content .form-group input[type=text] {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group input[type=text]::-moz-placeholder, #category #mpm_faqs_form_content .form-group input[type=text]::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group input[type=text]::placeholder,
#category #mpm_faqs_form_content .form-group input[type=text]::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group input[type=text]::-moz-placeholder, #category #mpm_faqs_form_content .form-group input[type=text]::-moz-placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .form-group input[type=text]::placeholder,
  #category #mpm_faqs_form_content .form-group input[type=text]::placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .input-group,
#category #mpm_faqs_form_content .input-group {
  border-radius: 50px !important;
  padding: 1.8125rem 0.9375rem 0.625rem 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #818181;
  border: 1px solid #EEE9E4;
}
@media (max-width: 992px) {
  #module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .input-group,
  #category #mpm_faqs_form_content .input-group {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .input-group:has(textarea),
#category #mpm_faqs_form_content .input-group:has(textarea) {
  border-radius: 25px !important;
}
#module-pm_advancedsearch4-searchresults #mpm_faqs_form_content .input-group-addon,
#category #mpm_faqs_form_content .input-group-addon {
  display: none;
}
.boxes-search-form__floating.flaoting_search {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  transform: translateX(100%);
  transition: 0.3s ease;
  z-index: 999;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
}
@media (max-width: 992px) {
  .boxes-search-form__floating.flaoting_search {
    z-index: 997;
    height: 100vh;
    background: white;
    transform: translateY(calc(-100% + 0px)) translateX(0%);
    width: 100%;
  }
}
.boxes-search-form__floating.flaoting_search.show {
  transform: translateX(0);
}
@media (max-width: 991.98px) {
  .boxes-search-form__floating.flaoting_search.show {
    z-index: 1000;
    left: 0;
  }
}
/* @media (max-width: 767.98px) {
  .boxes-search-form__floating.flaoting_search.show {
    right: 0px;
  }
} */
.boxes-search-form__floating.flaoting_search .boxes-search-form-header {
  background: #EEEEEE;
}
.boxes-search-form__floating.flaoting_search .boxes-search-form__title {
  color: #000;
}
.boxes-search-form__floating.flaoting_search .boxes-search-form {
  min-width: 460px;
}
@media (max-width: 991.98px) {
  .boxes-search-form__floating.flaoting_search .boxes-search-form {
    min-width: unset;
    padding: 0;
  }
}
.boxes-search-form__floating.flaoting_search .boxes-search-form__wrapper {
  max-height: 100vh;
  overflow: auto;
  border-radius: 0px 0px 0px 10px;
}
.boxes-search-form__floating.flaoting_search .boxes-search-form-header {
  position: relative;
  z-index: 1;
}
.boxes-search-form__floating.flaoting_search .boxes-search-form-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
  border: none;
  outline: none;
  background-color: transparent;
}
.boxes-search-form__floating.flaoting_search .boxes-floating-section {
  background: #733D75;
  color: white;
  padding: 0.875rem 0.625rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  max-width: 135px;
  max-height: min-content;
  position: absolute;
  top: 220px;
  left: -135px;
  z-index: 9;
  display: none;
}
.boxes-search-form__floating.flaoting_search .boxes-floating-section.show {
  display: block;
}
@media (max-width: 991.98px) {
  .boxes-search-form__floating.flaoting_search .boxes-floating-section {
    left: 50%;
    top: unset;
    bottom: 0;
    z-index: 0;
    transform: translateY(242%) translateX(-50%);
    max-width: unset;
    width: 100%;
    padding: 0.4375rem 0.625rem;
    border-radius: 0px;
  }
}
.boxes-search-form__floating.flaoting_search .boxes-floating-section button {
  bordeR: none;
  color: white;
  background: transparent;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  font-weight: 600;
  color: white;
  /* text-transform: uppercase; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.625rem;
  -moz-column-gap: 0rem;
  column-gap: 0rem;
}

@media (max-width: 991.98px) {
  .boxes-search-form__floating.flaoting_search .boxes-floating-section button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
    row-gap: 0.625rem;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .js-header-top-wrapper.is_product_listing {
        height: 96px !important; 
  }
}
.boxes-search-form__floating.flaoting_search .boxes-floating-section button .buttonTitle {
  font-size: 14px;
  line-height: 1.125rem;
  font-weight: 600;
  color: white;
  text-align: center;
  /* text-wrap: wrap; */
  /* text-wrap-mode: wrap; */
  /* text-wrap-style: pretty; */
  width: 100%;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 992px) {
  .boxes-search-form__floating.flaoting_search .boxes-floating-section button .buttonTitle {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.boxes-search-form__floating.flaoting_search .boxes-floating-section button .buttonText {
  font-size: 0.6875rem;
  line-height: 0.75rem;
  font-weight: 600;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0.3125rem;
       column-gap: 0.3125rem;
}
.boxes-search-form__floating.flaoting_search .boxes-floating-section button .buttonText.d-lg-none {
  min-width: max-content;
}
.boxes-search-form__floating.flaoting_search .boxes-floating-section button svg {
  transition: 0.3s ease;
}
@media (max-width: 991.98px) {
  .boxes-search-form__floating.flaoting_search .boxes-floating-section button svg {
    max-height: 17px;
  }
}
.boxes-search-form__floating.flaoting_search .boxes-floating-section button:hover .buttonText svg {
  transform: translateX(3px);
}
.modal.quickview #deliveryCountdownBlock {
  display: block;
}
.modal.quickview .product-extra-info {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  margin: 20px 0;
}
@media (max-width: 991.98px) {
  .modal.quickview .product-extra-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 0rem;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    margin: 20px 0 10px;
  }
}
.modal.quickview .product-extra-info-block {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: flex-start;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  margin-bottom: 10px;
  max-width: calc(50% - 13px);
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 400;
  color: black;
}
@media (max-width: 991.98px) {
  .modal.quickview .product-extra-info-block {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .modal.quickview .product-extra-info-block {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
.modal.quickview .product-extra-info-block .product-extra-info-value {
  font-size: 0.8125rem;
  line-height: 1rem;
  font-weight: 400;
  color: black;
}
@media (max-width: 992px) {
  .modal.quickview .product-extra-info-block .product-extra-info-value {
    font-size: calc(0.7625rem + 0.0806451613vw);
  }
}
@media (max-width: 991.98px) {
  .modal.quickview .modal-product-actions {
    display: none;
  }
}
.modal.quickview .cdpcp-compare-btn {
  margin: 0px !important;
  padding: 0px;
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 42px;
  width: 42px;
  cursor: pointer;
}
.modal.quickview .cdpcp-compare-btn [class^=cdpcp-icon-] {
  margin-right: 0px;
  width: 1.2rem;
}
.modal.quickview .cdpcp-compare-btn .cdpcp-compare-btn__text.cdpcp-compare-btn__text--add,
.modal.quickview .cdpcp-compare-btn .cdpcp-compare-btn__text.cdpcp-compare-btn__text--remove {
  display: none !important;
}
.modal.quickview .cdpcp-compare-btn .cdpcp-compare-btn__icon--loading {
  display: none;
}
.modal.quickview .cdpcp-compare-btn.cdpcp-compare-btn--add .cdpcp-compare-btn__icon--remove {
  display: none;
}
.modal.quickview .cdpcp-compare-btn.cdpcp-compare-btn--remove .cdpcp-compare-btn__icon--add {
  display: none;
}
.modal.quickview .social-sharing {
  position: relative;
}
.modal.quickview .social-sharing-handler .custom-icon {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 42px;
  width: 42px;
  cursor: pointer;
}
.modal.quickview .social-sharing-handler .custom-icon svg {
  transform: translateX(-1px);
}
.modal.quickview .social-sharing-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0rem;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
  flex-wrap: nowrap;
  position: absolute;
  top: -100%;
  left: 0;
  transform: translateX(-32%) translateY(-20px);
  opacity: 0;
  transition: 0.3s ease;
  z-index: -10;
  background: white;
  box-shadow: 0px 0px 10px 3px #F7F7F7;
}
.modal.quickview .social-sharing-list > li {
  margin: 5px 0px !important;
}
.modal.quickview .social-sharing.open .social-sharing-list {
  opacity: 1;
  z-index: 3;
}

.pixel-product-custom-summary .custom-icon {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 42px;
  width: 42px;
  cursor: pointer;
}
.pixel-product-custom-summary .custom-icon svg {
  transform: translateX(-1px);
}

.aapfree_modal .modal-content .modal-header .close {
  margin: -1rem -1rem -1rem auto;
}
.aapfree_modal .modal-content {
  padding: 0rem;
}
.aapfree_modal .modal-content .modal-header {
  padding: 1rem;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-bottom: 0px;
}
.aapfree_modal .modal-content .modal-body {
  padding: 1rem;
}
.aapfree_modal #send_AAP_form .pixel-productMiniatureFeaturesList {
  row-gap: 5px;
}
.aapfree_modal #send_AAP_form .image-wrapper {
  margin-right: 15px;
}
.aapfree_modal #send_AAP_form .image-wrapper img {
  max-height: 150px;
}
.aapfree_modal #send_AAP_form .error__message {
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 500;
  color: red;
}
.aapfree_modal #send_AAP_form .form-group {
  position: relative;
  margin-bottom: 10px;
}
.aapfree_modal #send_AAP_form .form-group label,
.aapfree_modal #send_AAP_form .form-group .form-label,
.aapfree_modal #send_AAP_form .form-group .field-label {
  font-size: 0.6875rem;
  line-height: 1rem;
  font-weight: 500;
  color: #180C18;
  position: absolute;
  top: 12px;
  left: 27px;
  text-transform: uppercase;
  z-index: 1;
}
.aapfree_modal #send_AAP_form .form-group label:after,
.aapfree_modal #send_AAP_form .form-group .form-label:after,
.aapfree_modal #send_AAP_form .form-group .field-label:after {
  color: #1E2039;
}
.aapfree_modal #send_AAP_form .form-group input.form-control {
  border-radius: 50px !important;
  border-width: 2px;
  padding: 1.8125rem 0.9375rem 0.625rem 1.5625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #453750;
  border-color: #F0F0F0;
}
@media (max-width: 992px) {
  .aapfree_modal #send_AAP_form .form-group input.form-control {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.aapfree_modal #send_AAP_form .form-group input.form-control:focus, .aapfree_modal #send_AAP_form .form-group input.form-control:active {
  box-shadow: none;
  outline: none;
}
.aapfree_modal #send_AAP_form .form-group input.form-control::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #9C9C9C;
  opacity: 1;
}
.aapfree_modal #send_AAP_form .form-group input.form-control::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #9C9C9C;
  opacity: 1;
}
@media (max-width: 992px) {
  .aapfree_modal #send_AAP_form .form-group input.form-control::-moz-placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
  .aapfree_modal #send_AAP_form .form-group input.form-control::placeholder {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.aapfree_modal #send_AAP_form .form-group .input-group-append {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
}
.aapfree_modal #send_AAP_form .form-group textarea {
  border-radius: 25px;
  padding: 1.8125rem 0.9375rem 0.625rem 1.5625rem;
  height: 150px;
  border: 2px solid #F0F0F0;
  background: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #453750;
  box-shadow: none;
}
@media (max-width: 992px) {
  .aapfree_modal #send_AAP_form .form-group textarea {
    font-size: calc(0.775rem + 0.1612903226vw);
  }
}
.aapfree_modal #send_AAP_form .form-group:focus-within input {
  border-color: #7D4582;
}
.aapfree_modal #send_AAP_form .form-group:focus-within textarea {
  border-color: #7D4582;
}

.product-variants__radioHeader {
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  font-weight: 500;
  color: #180C18;
  opacity: 0.5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
}
.product-variants__radioHeader li {
  flex-grow: 1;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}
.product-variants__radioHeader li img {
  max-height: 30px;
}
.product-variants__radioHeader li:nth-last-of-type(1) {
  flex: 0 0 12%;
  max-width: 12%;
}
@media (max-width: 991.98px) {
  .product-variants__radioHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    row-gap: 0rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    padding: 0 5px;
  }
  .product-variants__radioHeader li:nth-child(1) {
    justify-content: flex-start;
    min-width: 85px !important;
    max-width: 85px !important;
  }
  .product-variants__radioHeader li:nth-child(2) {
    min-width: 105px !important;
    max-width: 105px !important;
    text-align: right;
  }
  .product-variants__radioHeader li:nth-child(3),
  .product-variants__radioHeader li:nth-child(4) {
    min-width: 85px !important;
    max-width: 85px !important;
  }
}
@media (max-width: 575.98px) {
  .product-variants__radioHeader {
    padding: 0 5px;
  }
  .product-variants__radioHeader li:nth-child(1) {
    justify-content: flex-start;
    min-width: inherit !important;
    max-width: inherit !important;
  }
  .product-variants__radioHeader li:nth-child(2) {
    min-width: inherit !important;
    max-width: inherit !important;
    text-align: right;
  }
  .product-variants__radioHeader li:nth-child(3),
  .product-variants__radioHeader li:nth-child(4) {
    min-width: inherit !important;
    max-width: inherit !important;
  }
}
.product-variants__radioOptionsList .input-container {
  background: #F7F7F7;
  padding: 10px 0;
  margin: 1px 0 !important;
}
.product-variants__radioOptionsList .input-container > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  padding-left: 0px;
  padding-right: 0px;
  flex-grow: 1;
}
.product-variants__radioOptionsList .input-container > div .discount {
  margin-left: 5px;
  background: #F9B03C;
  font-size: 0.625rem;
  line-height: 0.9375rem;
  font-weight: 500;
  color: #453750;
}
.product-variants__radioOptionsList .input-container > div .icon-tooltip {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  row-gap: 0rem;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  margin-left: 4px;
}
.product-variants__radioOptionsList .input-container > div .icon-tooltip svg {
  scale: 1.25;
}
.product-variants__radioOptionsList .input-container .add-to-precart {
  padding: 5px 10px;
  background: white;
  border-color: #7D4582;
  font-size: 0.6875rem;
  line-height: 1.0625rem;
  font-weight: 500;
  color: #7D4582;
  border-width: 1px;
}
.product-variants__radioOptionsList .input-container .add-to-precart:hover {
  color: white;
  background: #7D4582;
}
@media (max-width: 991.98px) {
  .product-variants__radioOptionsList .input-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    row-gap: 0rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .product-variants__radioOptionsList .input-container .col-lg-1 {
    display: none !important;
  }
  .product-variants__radioOptionsList .input-container div:nth-child(2) {
    justify-content: flex-start;
    min-width: 85px;
    max-width: 85px;
  }
  .product-variants__radioOptionsList .input-container div:nth-child(3) {
    min-width: 105px;
    max-width: 105px;
  }
  .product-variants__radioOptionsList .input-container div:nth-child(4),
  .product-variants__radioOptionsList .input-container div:nth-child(5) {
    min-width: 85px !important;
    max-width: 85px !important;
  }
  .product-variants__radioOptionsList .input-container div:nth-last-child(1) {
    max-width: 85px;
    min-width: 85px;
    justify-content: flex-end;
    align-items: center;
  }
  .product-variants__radioOptionsList .input-container div:nth-last-child(1) .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    row-gap: 0rem;
    -moz-column-gap: 0rem;
         column-gap: 0rem;
    width: 30px;
    height: 30px;
  }
  #left-column {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .product-variants__radioOptionsList .input-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    row-gap: 0rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .product-variants__radioOptionsList .input-container .col-lg-1 {
    display: none !important;
  }
  .product-variants__radioOptionsList .input-container div:nth-child(2) {
    justify-content: flex-start;
    min-width: 75px !important;
    max-width: 75px !important;
  }
  .product-variants__radioOptionsList .input-container div:nth-child(3) {
    justify-content: flex-start;
    min-width: 85px !important;
    max-width: 85px !important;
  }
  .product-variants__radioOptionsList .input-container div:nth-child(4),
  .product-variants__radioOptionsList .input-container div:nth-child(5) {
    min-width: inherit !important;
    max-width: inherit !important;
  }
  .product-variants__radioOptionsList .input-container div:nth-last-child(1) {
    max-width: 35px;
    min-width: 35px;
    justify-content: center;
    align-items: center;
  }
}
.products-list__block--list .grid_list {
    display: none !important;
}
#category #phblogrecentposts .blog-posts__footer {
  display: none;

}
.pagination .page-item .page-link:hover  {
    background-color: #733D75 !important;
    color:#fff !important;
}
.pagination .page-item {
  margin-right: 0.5rem;
}
#mobile_filters.modal .modal-dialog-aside {
  max-width: 100vw;
}
.flaoting_search .boxes-search-form__navTabs .nav-item {
    width: auto;
}
.flaoting_search .boxes-search-form__navTabs {
    justify-content: flex-start;
}
.flaoting_search .boxes-search-form__navTabs .nav-link {
  border: unset;
  border-radius: unset;
}
.flaoting_search .boxes-search-form__navTabs .nav-link:not(.active)::after {
  display: none;
}
.flaoting_search .boxes-search-form__navTabs .nav-link {
  padding: 16px 8px 16px 8px;
}
.flaoting_search .boxes-search-form__navTabs .nav-item.nav-dimensionsTab a {
  padding-left: 0;
  padding-right: 34px;
}
.flaoting_search .boxes-search-form__navTabs .nav-item.nav-productTab a {
  padding-left: 34px;
}