@charset "UTF-8";
.product-card-configurator.tooltip-wrap {
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: auto;
  top: auto;
  background: #5B627E; }
  @media (max-width: 767px) {
    .product-card-configurator.tooltip-wrap {
      width: 24px;
      height: 24px; } }

.product-card-configurator.add-to-kp {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 6px;
  bottom: 6px; }
  @media (min-width: 1250px) {
    .product-card-configurator.add-to-kp:hover:before {
      background-color: transparent; }
    .product-card-configurator.add-to-kp:hover .icon {
      fill: #F1B336; } }
  .product-card-configurator.add-to-kp:before {
    content: '';
    background-color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    transition: all 0.3s ease; }
  .product-card-configurator.add-to-kp .icon {
    fill: #0047ba;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    min-width: 40px;
    min-height: 40px; }

.product-card-configurator .icon {
  fill: #fff; }
  @media (max-width: 767px) {
    .product-card-configurator .icon {
      max-width: 16px;
      max-height: 16px; } }

.profuct-section-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 24px);
  margin: 0px -6px; }
  @media (max-width: 585px) {
    .profuct-section-list {
      width: auto;
      margin: 0px; } }
  .profuct-section-list .product-card {
    width: calc(20% - 24px);
    height: 409px;
    margin: 0px 12px;
    margin-bottom: 24px; }
    @media (max-width: 1799px) {
      .profuct-section-list .product-card {
        width: calc(25% - 24px); } }
    @media (max-width: 1549px) {
      .profuct-section-list .product-card {
        width: calc(33.33% - 24px);
        margin-bottom: 24px; } }
    @media (max-width: 1249px) {
      .profuct-section-list .product-card {
        width: calc(50% - 24px);
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 585px) {
      .profuct-section-list .product-card {
        width: auto; } }

.product-card {
  position: relative;
  z-index: 0;
  text-align: left;
  display: flex;
  width: 100%;
  height: 100%; }
  @media (min-width: 1024px) {
    .product-card:hover {
      z-index: 11;
      overflow: visible; }
      .product-card:hover:after {
        opacity: 1;
        visibility: visible;
        box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.1); }
      .product-card:hover .product-card__carousel_control {
        opacity: 1;
        visibility: visible; }
      .product-card:hover .product-card__container {
        border-color: #fff; }
      .product-card:hover .product-card__footer {
        height: auto; }
      .product-card:hover .product-card__counter {
        visibility: visible;
        opacity: 1;
        height: auto; }
      .product-card:hover .favourite {
        opacity: 1; }
      .product-card:hover .product-card__thumb {
        max-height: 415px;
        padding: 0; } }
  .product-card--no-sku .product-card__head {
    margin: auto; }
  .product-card--no-sku .favourite {
    right: 15px; }
  .product-card:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: #fff;
    opacity: 1;
    visibility: hidden;
    border-radius: 24px;
    transition: visibility ease .3s; }
    @media (max-width: 1249px) {
      .product-card:after {
        border-radius: 12px; } }
  @media (min-width: 1250px) {
    .product-card.thumb-col-1:hover {
      cursor: pointer; }
      .product-card.thumb-col-1:hover:after {
        right: -45px; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card.thumb-col-1:hover:after {
        right: -45px; } }
    @media (min-width: 1250px) and (max-width: 1270px) {
      .product-card.thumb-col-1:hover:after {
        right: -31px; } }
  @media (min-width: 1250px) {
      .product-card.thumb-col-1:hover .product-card__thumb {
        transform: translateX(50px); } }
  @media (min-width: 1250px) {
    .product-card.thumb-col-2:hover {
      cursor: pointer; }
      .product-card.thumb-col-2:hover:after {
        right: -77px; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card.thumb-col-2:hover:after {
        right: -77px; } }
    @media (min-width: 1250px) and (max-width: 1345px) {
      .product-card.thumb-col-2:hover:after {
        right: -40px; } }
    @media (min-width: 1250px) and (max-width: 1270px) {
      .product-card.thumb-col-2:hover:after {
        right: -31px; } }
  @media (min-width: 1250px) {
      .product-card.thumb-col-2:hover .product-card__thumb {
        transform: translateX(50px);
        width: 77px; } }
    @media (min-width: 1250px) and (max-width: 1850px) {
      .product-card.thumb-col-2:hover .product-card__thumb {
        width: 82px; } }
    @media (min-width: 1250px) and (max-width: 1345px) {
      .product-card.thumb-col-2:hover .product-card__thumb {
        width: 40px; } }
  @media (min-width: 1250px) and (max-width: 1549px) {
    .product-card.thumb-col-2:hover .product-card__thumb-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
      overflow: auto;
      width: 78px; } }
  @media (min-width: 1250px) and (max-width: 1345px) {
    .product-card.thumb-col-2:hover .product-card__thumb-list {
      display: grid;
      grid-template-columns: 1fr;
      overflow: auto;
      width: 40px; } }
  @media (min-width: 1250px) {
    .product-card.thumb-col-3:hover {
      cursor: pointer; }
      .product-card.thumb-col-3:hover:after {
        right: -115px; } }
    @media (min-width: 1250px) and (max-width: 1850px) {
      .product-card.thumb-col-3:hover:after {
        right: -77px; } }
    @media (min-width: 1250px) and (max-width: 1799px) {
      .product-card.thumb-col-3:hover:after {
        right: -115px; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card.thumb-col-3:hover:after {
        right: -77px; } }
    @media (min-width: 1250px) and (max-width: 1345px) {
      .product-card.thumb-col-3:hover:after {
        right: -40px; } }
    @media (min-width: 1250px) and (max-width: 1270px) {
      .product-card.thumb-col-3:hover:after {
        right: -31px; } }
  @media (min-width: 1250px) {
      .product-card.thumb-col-3:hover .product-card__thumb {
        transform: translateX(50px);
        width: 117px; } }
    @media (min-width: 1250px) and (max-width: 1850px) {
      .product-card.thumb-col-3:hover .product-card__thumb {
        width: 82px; } }
    @media (min-width: 1250px) and (max-width: 1799px) {
      .product-card.thumb-col-3:hover .product-card__thumb {
        width: 117px; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card.thumb-col-3:hover .product-card__thumb {
        width: auto; } }
  @media (min-width: 1250px) {
      .product-card.thumb-col-3:hover .product-card__thumb-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 1250px) and (max-width: 1850px) {
      .product-card.thumb-col-3:hover .product-card__thumb-list {
        grid-template-columns: 1fr 1fr;
        max-height: 380px;
        width: 78px; } }
    @media (min-width: 1250px) and (max-width: 1799px) {
      .product-card.thumb-col-3:hover .product-card__thumb-list {
        grid-template-columns: 1fr 1fr 1fr;
        width: auto; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card.thumb-col-3:hover .product-card__thumb-list {
        grid-template-columns: 1fr 1fr;
        width: 78px; } }
    @media (min-width: 1250px) and (max-width: 1345px) {
      .product-card.thumb-col-3:hover .product-card__thumb-list {
        grid-template-columns: 1fr;
        width: 40px; } }
  @media (min-width: 1024px) {
    .product-card:hover .product-card__thumb-img-wrap--fake {
      display: none; }
    .product-card:hover .product-card__thumb-img-wrap.active {
      position: static; }
    .product-card:hover .product-card__head--sku-more:after {
      position: absolute;
      content: "";
      opacity: 0;
      transition: opacity 0s ease;
      transition-delay: 0s; }
    .product-card:hover .title.hidden {
      display: flex !important; }
    .product-card:hover .title.title-base {
      display: none; } }
  .product-card--video .product-card__carousel {
    width: 100%; }
  @media (min-width: 1250px) {
    .product-card--video {
      cursor: pointer; }
      .product-card--video:hover .favourite {
        display: none; } }
  .product-card__container {
    position: relative;
    z-index: 2;
    padding: 14px;
    transition: box-shadow 0.3s, border 0.3s;
    border: 1px solid #F8FAFB;
    border-radius: 24px;
    background: #fff;
    display: flex;
    flex-direction: column;
    max-width: 325px;
    flex: 0 0 auto;
    width: 100%; }
    @media (max-width: 1249px) {
      .product-card__container {
        max-width: none;
        border-radius: 12px; } }
    @media (max-width: 767px) {
      .product-card__container {
        border: 1px solid rgba(185, 196, 214, 0.5); } }
    @media (max-width: 575px) {
      .product-card__container {
        padding-bottom: 28px; } }
  .product-card__carousel {
    display: block;
    margin: 0 0 19px;
    width: 256px;
    height: 212px; }
    @media (max-width: 575px) {
      .product-card__carousel {
        width: 200px;
        height: 200px; } }
    @media (max-width: 1249px) {
      .product-card__carousel.inited .product-card__carousel_btns {
        display: flex; } }
    @media (max-width: 1249px) {
      .product-card__carousel {
        margin: auto;
        margin-bottom: 12px; } }
  .product-card__carousel_container {
    position: relative;
    height: 225px;
    display: block; }
    @media (max-width: 575px) {
      .product-card__carousel_container {
        height: 200px; } }
  .product-card__carousel_btns {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    height: 24px;
    margin: auto 0;
    right: -20px;
    left: -20px;
    justify-content: space-between; }
  .product-card__carousel_btn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #D2DEF1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    .product-card__carousel_btn:first-child {
      transform: rotate(-180deg); }
  .product-card__video {
    position: absolute;
    inset: 0; }
    .product-card__video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
      .product-card__video video::-webkit-media-controls {
        display: none !important; }
  .product-card__carousel-items {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none;
    pointer-events: none; }
  .product-card__carousel-items.active {
    display: block; }
  .product-card__img-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 0;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1249px) {
      .product-card__img-carousel {
        transition: opacity ease .3s; } }
    .product-card__img-carousel.active {
      height: 200px;
      max-height: 200px;
      opacity: 1;
      visibility: visible; }
  .product-card__img-carousel img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain; }
  .product-card__carousel_controls {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    display: flex;
    margin: 0 auto;
    max-width: 70%;
    pointer-events: auto; }
    @media (max-width: 1249px) {
      .product-card__carousel_controls {
        bottom: 5px;
        max-width: 140px;
        margin: 0 auto; } }
  .product-card__carousel_control {
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1249px) {
      .product-card__carousel_control {
        opacity: 1;
        visibility: visible; } }
    .product-card__carousel_control:after {
      position: absolute;
      content: "";
      left: 1px;
      right: 1px;
      bottom: 0;
      height: 2px;
      background-color: #b9c4d6;
      transition: all ease .3s; }
      @media (max-width: 1249px) {
        .product-card__carousel_control:after {
          left: 2px;
          right: 2px; } }
    .product-card__carousel_control:hover:after, .product-card__carousel_control.active:after {
      position: absolute;
      content: "";
      background-color: #5B627E; }
  .product-card__head {
    display: flex; }
    .product-card__head--sku-more:after {
      position: absolute;
      content: "";
      display: flex;
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.780429 1.77425C0.99582 1.48862 1.40324 1.43074 1.69043 1.64496L6.50043 5.23281L11.3104 1.64496C11.5976 1.43074 12.005 1.48862 12.2204 1.77425C12.4358 2.05987 12.3776 2.46507 12.0904 2.67929L6.50043 6.84896L0.910429 2.67929C0.623241 2.46507 0.565038 2.05987 0.780429 1.77425Z' fill='%23181818'/%3E%3C/svg%3E%0A");
      width: 40px;
      height: 20px;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      right: 18px;
      top: 205px;
      z-index: 2;
      transition: opacity 0s ease;
      transition-delay: 0.2s; }
      @media (max-width: 1249px) {
        .product-card__head--sku-more:after {
          display: none; } }
    .product-card__head.preloader .favourite {
      top: 0;
      right: 40px; }
      @media (max-width: 767px) {
        .product-card__head.preloader .favourite {
          right: 0px; } }
  .product-card__img-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center; }
  .product-card__img {
    max-height: 100%; }
  .product-card__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 1249px) {
      .product-card__body {
        flex-direction: column;
        flex-wrap: nowrap; } }
  .product-card__thumb {
    overflow: hidden;
    max-height: 190px;
    transition: all 0.2s ease;
    position: absolute;
    top: 15px;
    left: calc(210px + 20px + 20px); }
    @media (max-width: 1799px) {
      .product-card__thumb {
        left: calc(280px + 20px + 20px); } }
    @media (max-width: 1549px) {
      .product-card__thumb {
        left: calc(210px + 20px + 20px); } }
    @media (max-width: 1249px) {
      .product-card__thumb {
        position: relative;
        left: auto;
        top: auto;
        order: 3;
        margin-bottom: 30px;
        height: 40px; }
        .product-card__thumb.active {
          overflow: visible; }
          .product-card__thumb.active .product-card__thumb-trigger {
            transform: rotate(180deg); }
          .product-card__thumb.active .product-card__thumb-list {
            max-height: none;
            position: relative; } }
      @media (max-width: 1249px) and (max-width: 1249px) {
        .product-card__thumb.active .product-card__thumb-list {
          overflow: visible;
          max-height: 415px; } }
    @media (max-width: 1249px) {
            .product-card__thumb.active .product-card__thumb-list:before {
              position: absolute;
              content: "";
              left: -3px;
              right: -3px;
              bottom: -3px;
              top: 0;
              box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
              background-color: #fff;
              z-index: 1; }
          .product-card__thumb.active .product-card__thumb-img-wrap--fake {
            display: none; }
          .product-card__thumb.active .product-card__thumb-img-wrap.active {
            position: static; } }
  .product-card__thumb-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 415px;
    overflow: auto; }
    @media (max-width: 1549px) {
      .product-card__thumb-list {
        max-height: 380px; } }
    .product-card__thumb-list::-webkit-scrollbar {
      width: 2px;
      /* ширина для вертикального скролла */
      height: 2px;
      /* высота для горизонтального скролла */
      border-radius: 0px;
      background-color: #f5f5f5; }
    .product-card__thumb-list::-webkit-scrollbar-thumb {
      background-color: #80a3cb;
      border-radius: 3px; }
      .product-card__thumb-list::-webkit-scrollbar-thumb:hover {
        background-color: #828282; }
    @media (max-width: 1249px) {
      .product-card__thumb-list {
        flex-direction: row;
        max-height: none;
        padding-right: 22px;
        margin: 0px -4px; } }
  .product-card__thumb-img-wrap {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 4px;
    cursor: pointer;
    border: 1px solid rgba(185, 196, 214, 0.3);
    box-sizing: border-box;
    border-radius: 2px;
    transition: all 0.3s ease; }
    @media (min-width: 1024px) {
      .product-card__thumb-img-wrap:hover {
        cursor: pointer;
        border-color: #5B627E; } }
    .product-card__thumb-img-wrap img {
      max-width: 100%;
      max-height: 100%; }
    .product-card__thumb-img-wrap--fake {
      border-color: transparent;
      width: 30px;
      height: 30px;
      margin: 4px; }
      @media (max-width: 1250px) {
        .product-card__thumb-img-wrap--fake {
          display: none; } }
    .product-card__thumb-img-wrap.active {
      border-color: #5B627E;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none; }
      @media (max-width: 1249px) {
        .product-card__thumb-img-wrap.active {
          left: -4px;
          position: static; } }
    @media (min-width: 1250px) {
      .product-card__thumb-img-wrap:hover::before {
        background-color: transparent; } }
    @media (max-width: 1249px) {
      .product-card__thumb-img-wrap {
        position: relative;
        z-index: 1; } }
  @media (max-width: 1249px) {
    .product-card__thumb-trigger {
      display: flex;
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.780429 1.77425C0.99582 1.48862 1.40324 1.43074 1.69043 1.64496L6.50043 5.23281L11.3104 1.64496C11.5976 1.43074 12.005 1.48862 12.2204 1.77425C12.4358 2.05987 12.3776 2.46507 12.0904 2.67929L6.50043 6.84896L0.910429 2.67929C0.623241 2.46507 0.565038 2.05987 0.780429 1.77425Z' fill='%23181818'/%3E%3C/svg%3E%0A");
      width: 30px;
      height: 20px;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      right: -7px;
      top: 10px;
      z-index: 2;
      opacity: 0; }
      .product-card__thumb-trigger.active {
        opacity: 1; } }
  .product-card__price-wrap {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 13px; }
    .product-card__price-wrap .sale {
      font-size: 18px;
      padding-left: 0;
      transform: translateY(-50%); }
  .product-card__buying {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: auto;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_469_23954)'%3E%3Cpath d='M23 6.5H5L7.5 16H20.5L23 6.5Z' fill='url(%23paint0_linear_469_23954)'/%3E%3Cpath d='M19.3939 17.0186C20.3918 17.0081 21.2643 16.3342 21.5203 15.3676L23.9811 6.20356C24.0595 5.90576 23.8871 5.60273 23.5893 5.51913C23.5423 5.50868 23.4952 5.49823 23.4482 5.49823H4.93729L3.67815 0.848294C3.61546 0.60796 3.39602 0.435547 3.14524 0.435547H0.556425C0.24912 0.435547 0 0.684667 0 0.991972C0 1.29928 0.24912 1.5484 0.556425 1.5484H2.70637L3.92371 6.09384C3.91849 6.13041 3.91849 6.16699 3.92371 6.20356L6.43154 15.3989C6.44722 15.4721 6.47334 15.5505 6.49946 15.6236L7.34586 18.7061C6.53081 19.1398 5.977 19.9966 5.977 20.9841C5.977 22.4104 7.13165 23.5651 8.55798 23.5651C9.9843 23.5651 11.139 22.4104 11.139 20.9841C11.139 20.54 11.024 20.1168 10.8255 19.7511C10.7785 19.6675 10.7314 19.5839 10.674 19.5003H17.2413C16.9488 19.9183 16.7711 20.4303 16.7711 20.9841C16.7711 22.4104 17.9258 23.5651 19.3521 23.5651C20.7784 23.5651 21.9331 22.4104 21.9331 20.9841C21.9331 20.3101 21.6771 19.6988 21.2539 19.2391C20.7993 18.7218 20.1306 18.3927 19.3834 18.3874H8.45871L8.06686 16.9507C8.23405 16.9925 8.40646 17.0186 8.57887 17.0186H19.3939ZM19.3573 19.5003C20.1776 19.5003 20.8411 20.1638 20.8411 20.9841C20.8411 21.8044 20.1776 22.4679 19.3573 22.4679C18.5371 22.4679 17.8735 21.8044 17.8735 20.9841C17.8735 20.1638 18.5371 19.5003 19.3573 19.5003ZM8.55798 19.5003C9.37825 19.5003 10.0366 20.1691 10.0366 20.9841C10.0366 21.8044 9.37302 22.4679 8.55275 22.4679C7.73248 22.4679 7.07417 21.8044 7.07417 20.9841C7.07417 20.1638 7.73771 19.5003 8.55798 19.5003ZM7.56529 15.2004L6.3166 10.6341L5.20375 6.62153H22.7011L20.4388 15.1168C20.3134 15.6027 19.8798 15.9423 19.3782 15.9528H8.56842C8.11388 15.9266 7.71681 15.6341 7.56529 15.2004Z' fill='url(%23paint1_linear_469_23954)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_469_23954' x1='5' y1='11.25' x2='23' y2='11.25' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230047BA'/%3E%3Cstop offset='1' stop-color='%23F741B0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_469_23954' x1='0' y1='12.0003' x2='24' y2='12.0003' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230047BA'/%3E%3Cstop offset='1' stop-color='%23F741B0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_469_23954'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
    .product-card__buying .qty-item {
      position: absolute;
      padding-left: 4px;
      z-index: 0;
      top: 5;
      right: 50%;
      transform: translateX(50%);
      color: #fff;
      font-size: 10px;
      line-height: 1;
      font-family: "Mulish", Arial, Verdana, sans-serif; }
  .product-card__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: auto; }
    .product-card__footer > .btn {
      width: 117px; }
      .product-card__footer > .btn.active {
        background-color: #b9c4d6;
        color: #fff;
        border-color: #b9c4d6; }
  .product-card__counter {
    width: 48%; }
    @media (min-width: 1250px) {
      .product-card__counter {
        opacity: 0; } }
    .product-card__counter .counter .disabled-text {
      top: calc(100% + 7px); }
    @media (max-width: 1249px) {
      .product-card__counter .counter-input {
        max-width: none;
        width: 100%; } }
  .product-card .product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 10; }
    .product-card .product-badge .close {
      position: absolute;
      z-index: 5;
      top: 10px;
      right: 10px;
      display: none;
      width: 20px;
      height: 20px;
      cursor: pointer; }
      .product-card .product-badge .close .icon {
        transition: fill 0.3s;
        fill: green; }
      .product-card .product-badge .close:hover .icon {
        fill: #013801; }
  .product-card .price-wrap-empty {
    min-height: 24px; }
  .product-card__status {
    height: auto;
    width: 100%;
    align-items: flex-start; }
    .product-card__status .product-status {
      background: transparent;
      border: none;
      padding: 0px; }
    .product-card__status .product-status__content {
      font-size: 14px; }
    .product-card__status .product-status__tooltip {
      margin-left: 2px; }
    .product-card__status .product-status__item {
      display: flex;
      align-items: center; }
    .product-card__status .product-status__list {
      justify-content: flex-start;
      display: flex;
      flex-direction: column; }
    .product-card__status .product-status__tooltips {
      display: flex;
      align-items: center;
      justify-content: center; }
  .product-card__not-abailable {
    font-size: 14px;
    font-family: "Mulish", Arial, Verdana, sans-serif;
    white-space: nowrap;
    margin-left: auto; }
  .product-card__out-of-date {
    font-size: 14px;
    font-family: "Mulish", Arial, Verdana, sans-serif;
    color: #c41303;
    margin-left: 0px; }
  .product-card .code-article {
    width: auto;
    max-width: 50%;
    white-space: nowrap;
    opacity: 0.5;
    font-size: 12px;
    font-family: "Mulish", Arial, Verdana, sans-serif;
    height: 15px; }
    @media (max-width: 1249px) {
      .product-card .code-article {
        order: 1; } }
  .product-card .title {
    display: flex;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    transition: color 0.3s, text-decoration 0.3s, text-decoration-color 0s;
    font-size: 16px;
    -webkit-line-clamp: 2;
    margin-bottom: 4px; }
    @media (min-width: 1250px) {
      .product-card .title:hover {
        color: #F1B336; } }
    @media (max-width: 1249px) {
      .product-card .title {
        order: 2;
        -webkit-line-clamp: 2;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .product-card .title {
        font-size: 16px;
        min-height: auto;
        height: auto; } }
  .product-card .price {
    display: flex;
    white-space: nowrap;
    color: #D94335;
    font-size: 18px;
    font-weight: 700; }
  .product-card .del-prod disabled-text .i-bin {
    display: none; }
  @media (max-width: 767px) {
    .product-card .del-prod .i-close,
    .product-card .del-prod span {
      display: none; } }
  @media (min-width: 1250px) {
    .product-card__footer {
      overflow: hidden;
      padding: 0;
      padding-top: 9px;
      transition: height 0.5s, opacity 0.5s, visibility 0.5s; } }
  .product-card .favourite .icon {
    fill: #5B627E; }
  @media (min-width: 1024px) {
    .product-card .favourite:hover {
      cursor: pointer; }
      .product-card .favourite:hover .icon {
        fill: #F1B336; } }
  .product-card .favourite.active .icon {
    fill: #F1B336; }
  @media (min-width: 1024px) {
    .product-card .favourite.active:hover .icon {
      fill: #5B627E; } }
  .product-card--slider .product-card__price-wrap {
    flex-direction: column-reverse;
    margin-bottom: 0;
    height: 44px;
    position: relative; }
  .product-card--slider .sale {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0; }
  .product-card__props {
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .product-card__propline {
    display: flex;
    align-items: center;
    gap: 8px; }
    .product-card__propline .prop {
      color: #AAAAAA; }
  .product-card__btns {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .product-card__btns .btn {
      width: 100%;
      text-transform: uppercase; }

.with--sticker .label-list {
  max-width: 150px;
  overflow: hidden;
  row-gap: 8px;
  flex-wrap: wrap;
  flex-direction: column; }

.with--sticker, .with--sticker .label-list {
  min-height: 70px;
  max-width: 165px !important; }

.label-list {
  display: flex;
  align-items: flex-start; }
  .label-list__item {
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0;
    border-radius: 24px;
    font-weight: 700;
    height: 16px;
    padding: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 1;
    margin-right: 4px;
    text-transform: uppercase;
    text-align: center; }
    .label-list__item.label-sale {
      color: #fff;
      background-color: #D94335 !important;
      font-size: 12px; }
    .label-list__item.label-sale2 {
      color: #fff;
      background-color: #02B533 !important; }
    .label-list__item.label-new {
      background-color: #F1B336 !important; }
    .label-list__item.label-recomend {
      background: #47337a !important; }
    .label-list__item.label-hit {
      background-color: #5B627E !important; }

.product-card--sku-more:after {
  opacity: 1;
  visibility: visible;
  border-radius: 0 24px 0; }

.product-card--ads {
  padding: 1px; }
  .product-card--ads:after {
    opacity: 1;
    visibility: visible;
    background: #F1B336;
    border-radius: 0 30px 0;
    border: 1px solid transparent;
    transition: opacity ease .3s; }
    @media (max-width: 1249px) {
      .product-card--ads:after {
        max-width: none; } }
  .product-card--ads .product-card__container {
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px; }
  @media (min-width: 1024px) {
    .product-card--ads:hover {
      cursor: pointer; }
      .product-card--ads:hover:after {
        border-color: #F1B336;
        background: #fff; } }

.product-card--not-abailable .product-card__container > div,
.product-card--not-abailable .product-card__container span {
  opacity: 0.7; }

.product-card--not-abailable .product-card__container .product-card__footer {
  opacity: 1;
  height: 122px;
  padding-top: 15px; }
  @media (max-width: 767px) {
    .product-card--not-abailable .product-card__container .product-card__footer {
      padding-top: 0px;
      height: auto; } }

.product-card--not-abailable .product-card__container .product-card__price-wrap > div:not(.product-card__not-abailable) {
  opacity: 0.7; }

@media (min-width: 1024px) {
  .product-card--not-abailable:hover .product-card__footer {
    height: 122px; } }

.to-order-budge {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15); }
  .to-order-budge__icon {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8 12.5C14.9 12.5 16.5 10.8 16.5 8.8V5.5H7.5V8.8C7.5 10.9 9.2 12.5 11.2 12.5' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M11.2 12.5C9.1 12.5 7.5 14.2 7.5 16.2V19.5H16.5V16.2C16.5 14.1 14.8 12.5 12.8 12.5' stroke='black' stroke-miterlimit='10'/%3E%3Cpath d='M16 20H8V17L8.1 16.8C9.1 15.6 15.1 15.8 16 17V20Z' fill='black'/%3E%3C/svg%3E%0A"); }
  .to-order-budge__title {
    font-size: 12px; }

.custom-col-8 .product-card__head--sku-more:after {
  right: 12px; }
  @media (max-width: 1799px) {
    .custom-col-8 .product-card__head--sku-more:after {
      right: 19px; } }

.product-card:not(.product-card--sku-more) .product-card__thumb {
  max-height: 228px; }

.product-sticker {
  order: -1;
  left: 20px;
  top: 20px;
  z-index: 2;
  border-radius: 5px;
  background: #004897; }
  .product-sticker__inner {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    padding-left: 52px;
    position: relative; }
  .product-sticker__img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 4px;
    left: 6px; }
  .product-sticker__sale {
    font-weight: 900; }

@media (min-width: 1250px) and (hover: hover) {
  .product-card--lg:hover {
    cursor: pointer; }
    .product-card--lg:hover.thumb-col-1 .product-card__thumb {
      width: auto;
      transform: none;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
      .product-card--lg:hover.thumb-col-1 .product-card__thumb-list {
        display: flex;
        width: auto; }
      .product-card--lg:hover.thumb-col-1 .product-card__thumb-img-wrap {
        display: flex; } }

@media (min-width: 1250px) {
  .product-card--lg:after {
    content: none; }
  .product-card--lg .label-list {
    max-width: 240px; }
    .product-card--lg .label-list .label-list__item {
      height: 30px;
      padding: 0 16px;
      font-size: 16px; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card--lg .label-list .label-list__item {
        height: 24px;
        padding: 0 12px;
        font-size: 12px; } }

@media (min-width: 1250px) {
  .product-card--lg .product-badge {
    top: 24px;
    left: 24px; } }
  @media (min-width: 1250px) and (max-width: 1549px) {
    .product-card--lg .product-badge {
      top: 16px;
      left: 16px; } }

@media (min-width: 1250px) {
  .product-card--lg .product-card__container {
    flex-direction: row;
    padding: 24px;
    gap: 24px; } }
  @media (min-width: 1250px) and (max-width: 1549px) {
    .product-card--lg .product-card__container {
      gap: 16px;
      padding: 16px; } }

@media (min-width: 1250px) {
  .product-card--lg .product-card__head {
    width: 30%;
    position: relative;
    aspect-ratio: 1.1;
    flex-shrink: 0; }
    .product-card--lg .product-card__head:after {
      top: auto;
      bottom: 0px;
      right: 60px; } }
    @media (min-width: 1250px) and (max-width: 1799px) {
      .product-card--lg .product-card__head:after {
        right: 50px; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card--lg .product-card__head:after {
        right: 32px; } }

@media (min-width: 1250px) {
  .product-card--lg .product-card__carousel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 40px; }
    .product-card--lg .product-card__carousel_container {
      height: 100%; }
  .product-card--lg .product-card__img-carousel {
    position: absolute;
    inset: 0;
    margin: auto; }
  .product-card--lg .product-card__thumb {
    left: 80px;
    top: calc(100% - 60px);
    border-radius: 12px; } }
  @media (min-width: 1250px) and (max-width: 1549px) {
    .product-card--lg .product-card__thumb {
      left: 40px;
      top: calc(100% - 52px); } }

@media (min-width: 1250px) {
    .product-card--lg .product-card__thumb-list {
      flex-direction: row;
      max-width: 220px;
      flex-wrap: wrap;
      padding: 10px;
      border-radius: 12px;
      background-color: #fff; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card--lg .product-card__thumb-list {
        padding: 6px;
        max-width: 204px; } }

@media (min-width: 1250px) {
    .product-card--lg .product-card__thumb-img-wrap:nth-child(n+6) {
      display: none; }
    .product-card--lg .product-card__thumb-img-wrap.active {
      position: relative; }
  .product-card--lg .product-card__body {
    flex-direction: column;
    flex-grow: 1;
    gap: 16px; }
    .product-card--lg .product-card__body .title {
      order: -1;
      font-size: 30px;
      font-weight: 700;
      height: 72px;
      -webkit-line-clamp: 2;
      display: -webkit-box !important; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card--lg .product-card__body .title {
        font-size: 24px;
        height: 60px; } }

@media (min-width: 1250px) {
      .product-card--lg .product-card__body .title.hidden {
        display: none !important; }
    .product-card--lg .product-card__body .code-article {
      display: none; }
  .product-card--lg .product-card__status {
    margin-top: auto; }
    .product-card--lg .product-card__status .product-status__list {
      flex-direction: row; }
  .product-card--lg .product-card__price-wrap {
    flex-direction: column-reverse; }
    .product-card--lg .product-card__price-wrap .price {
      font-size: 30px;
      font-weight: 700;
      color: #5B627E; } }
    @media (min-width: 1250px) and (max-width: 1549px) {
      .product-card--lg .product-card__price-wrap .price {
        font-size: 24px; } }

@media (min-width: 1250px) {
    .product-card--lg .product-card__price-wrap .sale {
      display: flex;
      gap: 4px;
      align-items: center;
      text-decoration: none; }
      .product-card--lg .product-card__price-wrap .sale span {
        text-decoration: line-through;
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        margin-right: 6px; } }
      @media (min-width: 1250px) and (max-width: 1549px) {
        .product-card--lg .product-card__price-wrap .sale span {
          font-size: 16px; } }

@media (min-width: 1250px) {
    .product-card--lg .product-card__price-wrap .sale-1 {
      background-color: #5B627E; }
    .product-card--lg .product-card__price-wrap .sale-2 {
      text-decoration: none;
      background-color: #B9C4D6; }
  .product-card--lg .product-card__footer {
    width: 340px;
    border-radius: 24px;
    background-color: #EDF2F8;
    padding: 24px;
    margin-top: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column; } }
  @media (min-width: 1250px) and (max-width: 1549px) {
    .product-card--lg .product-card__footer {
      width: 280px; } }

@media (min-width: 1250px) {
    .product-card--lg .product-card__footer .product-card__status {
      display: none; } }

@media (max-width: 1249px) {
  .product-card--lg .product-card__btns,
  .product-card--lg .product-card__props,
  .product-card--lg .product-card__status,
  .product-card--lg .sale .label-list__item {
    display: none; }
  .product-card--lg .product-card__footer .product-card__status {
    display: flex; } }
