@charset "UTF-8";
main {
  padding: 20px 50px;
  background: #f5f6f6;
}
main .swap-btn-open,
main .type-sort-btn {
  background: white;
  border-radius: 6px;
  color: #6b6b6b;
}
main .swap-btn-close {
  font-size: 2em;
  font-weight: 600;
  color: #101a33;
}
main .nav_bottom-mob {
  z-index: 9999;
  background: white;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -1px 10px 0px rgba(0, 0, 0, 0.1411764706);
          box-shadow: 0 -1px 10px 0px rgba(0, 0, 0, 0.1411764706);
}
main .nav_bottom-mob .sub-nav-block {
  border-bottom: solid #c5c5c5 0.5px;
}
main .nav_bottom-mob .sub-nav-block .standard-blue-btn {
  background: #101a33;
  color: white;
  border-radius: 30px;
  font-size: 1.3em;
  font-weight: 600;
}
main .nav_bottom-mob .sub-nav-block .standard-blue-btn:active {
  -webkit-box-shadow: 0 0 0px 2px #0d6efd, inset 0 0 0 100px rgba(13, 109, 253, 0.1411764706);
          box-shadow: 0 0 0px 2px #0d6efd, inset 0 0 0 100px rgba(13, 109, 253, 0.1411764706);
}
main .nav_bottom-mob .bottom-link {
  font-size: 14px;
  font-weight: 500;
  color: #6d6d6d;
}
main .nav_bottom-mob .bottom-link .img_wrapper {
  height: 30px;
}
main .nav_bottom-mob .bottom-link .img_wrapper .ico {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .nav_bottom-mob .sendOrderBtn {
  color: white;
}
main .nav_bottom-mob .nav-bottom-btn_active {
  font-size: 14px;
  font-weight: 500;
  color: #0d6efd;
}
main .nav_bottom-mob .nav-bottom-btn_active .ico {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .cost {
  color: #7c7c7c;
}
main .cost span {
  color: #101a33;
  font-weight: 600;
  font-size: 1.5em;
}
main .crumbs {
  font-size: 0.9em;
  color: #949494;
  margin-bottom: 0.9em;
}
main .crumbs a {
  color: #101a33 !important;
  text-decoration: none;
}
main .crumbs a:hover {
  color: #0a58ca !important;
  text-decoration: underline;
}
main .categories,
main .other-filters {
  background: white;
  border-radius: 24px;
}
main .categories .accordion-categories,
main .other-filters .accordion-categories {
  color: #333333;
  font-weight: 500;
  margin-bottom: 5px;
}
main .categories .accordion-categories .selection_marker,
main .other-filters .accordion-categories .selection_marker {
  width: 20px;
  height: 20px;
}
main .categories .accordion-categories .selection_marker img,
main .other-filters .accordion-categories .selection_marker img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .categories .accordion-category:hover, main .categories .accordion-category-selected,
main .other-filters .accordion-category:hover,
main .other-filters .accordion-category-selected {
  color: #0d6efd;
}
main .categories .apply-filters-btn,
main .other-filters .apply-filters-btn {
  min-width: 205px;
  background: #101a33;
  border-radius: 2.1em;
  color: white;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
}
main .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
main .accordion-button:not(.collapsed) {
  background: white;
}
main .price-wrapper {
  border-bottom: solid #c5c5c5 1px;
}
main .price-wrapper .min-max_wrapper {
  width: 124px;
}
main .price-wrapper .min-max_wrapper label {
  color: #7c7c7c;
}
main .price-wrapper .min-max_wrapper input {
  border: solid #c5c5c5 1px;
  border-radius: 20px;
  color: #333333;
}
main .price-wrapper .price-range {
  height: 20px;
  width: calc(100% - 30px);
  margin: 0 15px;
}
main .price-wrapper input[type=range] {
  top: 7px;
  width: 200px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  height: 0px;
  width: 100%;
  border-radius: 10px;
  background: none;
}
main .price-wrapper input[type=range]::-webkit-slider-runnable-track {
  background: none;
  height: 0px;
}
main .price-wrapper input[type=range]::-webkit-slider-thumb {
  position: relative;
  z-index: 100 !important;
  background: #0d6efd;
  cursor: pointer;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  -webkit-appearance: none;
  margin-top: -8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
main .price-wrapper .progress {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #0d6efd;
  top: calc(50% - 3px);
  z-index: 1;
}
main .availability {
  border-bottom: solid #c5c5c5 1px;
  font-size: 1.25em;
  font-weight: 500;
  color: #101a33;
}
main .grade {
  border-bottom: solid #c5c5c5 1px;
}
main .grade .grade-btn-wrapper:nth-child(2) .grade-btn .stars {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffb904), color-stop(80%, #ffb904), color-stop(0, #e4e4e4), to(#e4e4e4));
  background: linear-gradient(90deg, #ffb904 0, #ffb904 80%, #e4e4e4 0, #e4e4e4 100%);
  -webkit-background-clip: text;
  color: transparent;
}
main .grade .grade-btn-wrapper:nth-child(3) .grade-btn .stars {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffb904), color-stop(60%, #ffb904), color-stop(0, #e4e4e4), to(#e4e4e4));
  background: linear-gradient(90deg, #ffb904 0, #ffb904 60%, #e4e4e4 0, #e4e4e4 100%);
  -webkit-background-clip: text;
  color: transparent;
}
main .grade .grade-btn-wrapper:nth-child(4) .grade-btn .stars {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffb904), color-stop(40%, #ffb904), color-stop(0, #e4e4e4), to(#e4e4e4));
  background: linear-gradient(90deg, #ffb904 0, #ffb904 40%, #e4e4e4 0, #e4e4e4 100%);
  -webkit-background-clip: text;
  color: transparent;
}
main .grade .grade-btn-wrapper:nth-child(5) .grade-btn .stars {
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffb904), color-stop(20%, #ffb904), color-stop(0, #e4e4e4), to(#e4e4e4));
  background: linear-gradient(90deg, #ffb904 0, #ffb904 20%, #e4e4e4 0, #e4e4e4 100%);
  -webkit-background-clip: text;
  color: transparent;
}
main .grade .grade-star-input + .grade-btn .grade-text {
  color: #0d6efd;
  border-bottom: solid transparent 1px;
}
main .grade .grade-star-input:checked + .grade-btn .grade-text {
  color: #0d6efd;
  border-bottom: solid #0d6efd 1px;
}
main .grade .grade_wrapper:hover .grade-text {
  color: #0d6efd;
}
main h1 {
  font-size: 2.25em;
  font-weight: 600;
  color: #101a33;
}
main h1 span:last-child {
  color: #0d6efd;
}
main .type-sort_wrapper {
  width: 100%;
  background: white;
  padding: 10px 30px;
  border-radius: 30px;
}
main .type-sort_wrapper button {
  padding: 8px 13px;
  border: solid transparent 1px;
  border-radius: 30px;
  color: #101a33;
  font-weight: 500;
}
main .type-sort_wrapper .active-btn {
  border: solid #0d6efd 1px;
  color: #0d6efd;
}
main .pages-wrapper .next-page-btn {
  font-size: 1.1em;
  font-weight: 600;
  color: white;
  border-radius: 30px;
  background-color: #101a33;
  min-width: 233px;
}
main .pages-wrapper .pages .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 1.3em;
  font-weight: 700;
  color: #101a33;
}
main .pages-wrapper .pages .active-btn {
  background: #101a33;
  color: white;
}
main .pages-wrapper .scroll-pages {
  height: 28px;
  width: 25px;
}
main .pages-wrapper .scroll-pages img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 770px) {
  main .pages-wrapper .pages .page {
    width: 20px;
    height: 20px;
    font-size: 1em;
  }
  main .pages-wrapper .pages .active-btn {
    background: #101a33;
    color: white;
  }
}
main .grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 20px;
}
@media (max-width: 1200px) {
  main .grid-cards {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media (max-width: 992px) {
  main .grid-cards {
    grid-template-columns: repeat(auto-fill, minmax(171px, 1fr));
    grid-gap: 10px;
    justify-items: center;
  }
}
@media (max-width: 576px) {
  main .grid-cards {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 10px;
    justify-items: center;
  }
}
main .stars {
  font-size: 1.5em;
  letter-spacing: 6px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffb904), color-stop(55%, #ffb904), color-stop(0, #e4e4e4), to(#e4e4e4));
  background: linear-gradient(90deg, #ffb904 0, #ffb904 55%, #e4e4e4 0, #e4e4e4 100%);
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main h2 {
  font-weight: 700;
  font-size: 2em;
}
main .slider_cards-button-prev,
main .slider_cards-button-next {
  width: 40px;
  height: 40px;
  top: 50%;
  right: -20px;
  border-radius: 50%;
  background: #e4e4e4 url("../img/svg/arrow-blue.svg");
  background-size: 80%;
  background-position: center;
  z-index: 3;
}
main .slider_cards-button-prev {
  right: auto;
  left: -20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .swiper {
  width: 100%;
}
main .card_wrapper {
  font-size: 16px;
  background: none;
  width: 310px;
}
main .card_wrapper .card {
  background: none;
  border: none;
  overflow: hidden;
}
main .card_wrapper .card .card-top {
  position: relative;
  padding: 15px;
  background: white;
  border-radius: 1.5em 1.5em 1.5em 0;
  position: relative;
  z-index: 2;
}
main .card_wrapper .card .card-top .img_wrapper {
  height: 240px;
}
main .card_wrapper .card .card-top .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .card_wrapper .card .card-top a {
  text-decoration: none;
  color: #101a33;
}
main .card_wrapper .card .card-top p {
  height: 4.7em;
  font-size: 1.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Количество отображаемых строк */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
main .card_wrapper .card .favorite-wrapper {
  width: 30px;
  height: 30px;
  z-index: 2;
  right: 15px;
  top: 15px;
  background: url("../img/svg/heart-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
main .card_wrapper .card .favorite-wrapper .favorite {
  cursor: pointer;
}
main .card_wrapper .card .card-bottom .content_wrapper {
  position: relative;
  z-index: 1;
}
main .card_wrapper .card .card-bottom .content_wrapper .bottom-content {
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: white;
  position: relative;
  z-index: 2;
  border-radius: 0 0 1.5em 1.5em;
}
main .card_wrapper .card .card-bottom .content_wrapper .bottom-content span:nth-child(1) {
  font-size: 1.3em;
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
}
main .card_wrapper .card .card-bottom .content_wrapper .bottom-content span:nth-child(2) {
  font-size: 0.75em;
  color: #7c7c7c;
}
main .card_wrapper .card .card-bottom .content_wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 40px;
  height: 40px;
  z-index: -1;
  background-color: white;
}
main .card_wrapper .card .card-bottom .card-btn {
  position: relative;
  z-index: 2;
  padding: 20px 10px 20px 20px;
  border-radius: 1.5em;
  background-color: #f5f6f6;
}
main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper {
  background-color: #101a33;
  width: 50px;
  height: 45px;
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper .plus {
  display: none;
  position: relative;
  width: 15px;
  height: 15px;
}
main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper .plus::after,
main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper .plus::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background-color: white;
}
main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper .plus::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
main .card_wrapper .card .card-bottom .card-btn:hover .btn-ico_wrapper {
  width: 100px;
}
main .card_wrapper .card .card-bottom .card-btn:hover .plus {
  display: block;
}
main .card_wrapper .card .card-bottom .card-btn:hover .plus::after,
main .card_wrapper .card .card-bottom .card-btn:hover .plus::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background-color: white;
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-load:not(.btn-ico_wrapper-added) {
  width: 100px;
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-load:not(.btn-ico_wrapper-added) .plus {
  display: block;
  border: solid 3px #ddd;
  border-left: solid 3px transparent;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  -webkit-animation-name: spin;
          animation-name: spin; /* Применяем анимацию вращения */
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* Период вращения */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; /* Если не указать, то сделает только одно вращение */
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; /* Для того, чтобы вращение было равномерным */
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-load:not(.btn-ico_wrapper-added) .plus::after,
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-load:not(.btn-ico_wrapper-added) .plus::before {
  display: none;
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-added {
  width: 100px;
  background-color: #4dae4b;
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-added .plus {
  width: 25px;
  height: 25px;
  display: block;
  background: url("../img/svg/check_mark-white.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation-name: swapIcon;
          animation-name: swapIcon; /* Применяем анимацию вращения */
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /* Период вращения */
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /* Если не указать, то сделает только одно вращение */
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-added .plus::after,
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-added .plus::before {
  display: none;
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-error {
  width: 100px;
  background-color: #d8212e;
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-error .plus {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-error .plus::after,
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-error .plus::before {
  content: "";
  top: -10%;
  left: 50%;
  position: absolute;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background-color: white;
}
main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-error .plus::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
main .card_wrapper .card-favorite .card-top .favorite-wrapper {
  background-image: url("../img/svg/heart-favorite.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes swapIcon {
  0% {
    background-image: url("../img/svg/check_mark-white.svg");
  }
  80% {
    background-image: url("../img/svg/check_mark-white.svg");
  }
  100% {
    background-image: url("../img/svg/arrow-back-white.svg");
  }
}
@keyframes swapIcon {
  0% {
    background-image: url("../img/svg/check_mark-white.svg");
  }
  80% {
    background-image: url("../img/svg/check_mark-white.svg");
  }
  100% {
    background-image: url("../img/svg/arrow-back-white.svg");
  }
}
@media (max-width: 992px) {
  main .card_wrapper {
    aspect-ratio: 171/234 !important;
    font-size: 10px;
    width: 100%;
    max-width: 200px;
  }
  main .card_wrapper .card {
    width: 100%;
  }
  main .card_wrapper .card .card-top {
    padding: 10px;
    padding-top: 15px;
  }
  main .card_wrapper .card .card-top .img_wrapper {
    height: 108px;
  }
  main .card_wrapper .card .favorite-wrapper {
    width: 20px;
    height: 20px;
    z-index: 2;
    right: 10px;
    top: 10px;
    background: url("../img/svg/heart-dark.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  main .card_wrapper .card .card-bottom .content_wrapper .content {
    padding: 0;
    padding-left: 15px;
  }
  main .card_wrapper .card .card-bottom .card-btn {
    padding: 8px;
  }
  main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper {
    width: 33px;
    height: 31px;
  }
  main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper img {
    height: 70%;
  }
  main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper .plus {
    width: 10px;
    height: 10px;
  }
  main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper .plus::after,
  main .card_wrapper .card .card-bottom .card-btn .btn-ico_wrapper .plus::before {
    width: 2px;
  }
  main .card_wrapper .card .card-bottom .card-btn:hover .btn-ico_wrapper {
    width: 66px;
  }
  main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-load {
    width: 33px;
    height: 31px;
  }
  main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-load .plus {
    display: block;
    border: solid 3px #ddd;
    border-left: solid 3px transparent;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    -webkit-animation-name: spin;
            animation-name: spin; /* Применяем анимацию вращения */
    -webkit-animation-duration: 1s;
            animation-duration: 1s; /* Период вращения */
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; /* Если не указать, то сделает только одно вращение */
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; /* Для того, чтобы вращение было равномерным */
  }
  main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-load .plus::after,
  main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-load .plus::before {
    display: none;
  }
  main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-added {
    width: 33px;
    height: 31px;
    background-color: #4dae4b;
  }
  main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-added .plus {
    width: 17px;
    height: 17px;
    display: block;
    background: url("../img/svg/check_mark-white.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-added .plus::after,
  main .card_wrapper .card .card-bottom .card-btn-active .btn-ico_wrapper-added .plus::before {
    display: none;
  }
}
@media (max-width: 770px) {
  main .card_wrapper {
    font-size: 8px;
    width: 100%;
    max-width: 200px;
  }
  main .card_wrapper .card {
    width: 100%;
  }
  main .card_wrapper .card .card-top {
    padding: 10px;
    padding-top: 15px;
  }
  main .card_wrapper .card .card-top .img_wrapper {
    height: 108px;
  }
}
@media (max-width: 576px) {
  main .card_wrapper {
    font-size: 12px;
    aspect-ratio: 171/280 !important;
  }
}
@media (max-width: 370px) {
  main .card_wrapper .card-top {
    padding: 5px !important;
    padding-top: 10px !important;
  }
  main .card_wrapper .card-top p {
    font-size: 0.875em;
  }
  main .card_wrapper .bottom-content {
    padding: 5px !important;
    padding-right: 10px !important;
  }
  main .card_wrapper .bottom-content .stars {
    display: block;
    width: 100% !important;
  }
  main .card_wrapper .bottom-content .price {
    font-size: 0.8em;
  }
}

@media (max-width: 992px) {
  #filters-block,
  #products-block {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .swap-btn-open,
  #type-sort-btn {
    width: 100%;
  }
  .type-sort_wrapper {
    position: absolute;
    z-index: 10;
    width: calc(100vw - 50px) !important;
    top: calc(100% + 18px);
    -webkit-box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.0941176471);
            box-shadow: 0px 3px 18px 0px rgba(0, 0, 0, 0.0941176471);
  }
}
@media (max-width: 770px) {
  main {
    padding: 10px;
  }
}
main .type-sort-btn:hover {
  border-color: var(--bs-dark);
}

.set-attribute-btn {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
  -webkit-tap-highlight-color: transparent;
}

.set-attribute-btn-label {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 32px;
  border: 1px solid var(--bs-gray-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 32px;
  cursor: pointer;
}

.set-attribute-btn-label:hover {
  border: 1px solid var(--bs-dark);
}

.active-btn .set-attribute-btn-label {
  border: 1px solid #0d6efd !important;
}

.active-btn.set-attribute-btn {
  color: #0d6efd;
}

.btn-disabled .set-attribute-btn-label {
  border: 1px solid var(--bs-gray-300);
  cursor: default;
}

.wrapper.loading {
  opacity: 0.5;
  pointer-events: none;
}

.filter-block-item {
  padding: 8px 13px;
  border: solid var(--bs-gray-300) 1px;
  border-radius: 30px;
  color: #101a33;
  font-weight: 500;
}

.filter-block-item:hover {
  border-color: var(--bs-dark);
}

.selected-filter-row {
  width: 100%;
  background: white;
  padding: 10px 30px;
  border-radius: 30px;
}

.flush-filters-btn {
  color: white;
  background: #101a33;
}