

/* Start:/local/templates/hualian/components/bitrix/catalog/h_cat/style.css?17653613738042*/
  .block_banner_section-image img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
  }
  .block_banner_section {
    margin-bottom: 20px;
  }
  .block_banner_section .custom-banner {
    border-radius: 20px;
    background: #DEE2EA;
    position: relative;
    overflow: hidden;
  }
  .block_banner_section .custom-banner__content {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    position: relative;
    z-index: 10;
  }
  .block_banner_section .custom-banner__title {
    color: #303239;
    font-size: 40px;
    line-height: 40px; /* 100% */
  }
  .block_banner_section .custom-banner__description {
    color: #50575B;
    font-size: 18px;
    line-height: 22px; /* 122.222% */
    max-width: 350px;
  }
  .block_banner_section .custom-banner__link {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 32px;
    border-radius: 80px;
    background: #2085CF;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .block_banner_section .custom-banner__link:hover {
    opacity: 0.7;
  }
  .block_banner_section .custom-banner__bg_cr {
    width: 381px;
    height: 381px;
    transform: rotate(60deg);
    border-radius: 381px;
    background: linear-gradient(180deg, #C2C9D6 0%, rgba(194, 201, 214, 0) 100%);
    filter: blur(50px);
    position: absolute;
    z-index: 1;
    left: -6%;
    bottom: -30%;
  }
  .block_banner_section .custom-banner__bg_image-big {
    width: 623px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(620px + 18%);
  }
  .block_banner_section .custom-banner__bg_image-big img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block_banner_section .custom-banner__bg_image-big:before {
    content: "";
    display: block;
    width: 137px;
    height: 100%;
    background: linear-gradient(90deg, #DEE2EA 0%, rgba(222, 226, 234, 0) 100%);
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
  }
  .block_banner_section .custom-banner__bg_image-big:after {
    content: "";
    display: block;
    width: 35px;
    height: 100%;
    background: linear-gradient(270deg, #DEE2EA 0%, rgba(222, 226, 234, 0) 100%);
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
  }
  .block_banner_section .custom-banner__bg_image-small {
    position: absolute;
    left: 638px;
    top: 50%;
    transform: translateY(-50%);
    width: 315px;
    height: 315px;
    z-index: 3;
  }
  .block_banner_section .custom-banner__bg_image-small img {
    position: absolute;
    z-index: 3;
    left: -24px;
    bottom: 24px;
    width: 330px;
    height: 256px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .block_banner_section .custom-banner__bg_image-small:after {
    content: "";
    display: block;
    width: 315px;
    height: 315px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .block_banner_section .custom-banner__bg_image-small .custom-banner__price {
    padding: 7px 10px;
    color: #111;
    font-size: 29px;
    font-weight: 700;
    line-height: 22px; /* 75.862% */
    background: #FFF;
    box-shadow: 12px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 30px;
    left: -20px;
    z-index: 4;
    white-space: nowrap;
  }
  
  .block__categories {
    display: grid;
    grid-template: minmax(250px, auto)/repeat(6, 1fr);
    gap: 10px;
    margin: 0 0 20px;
  }
  .block__categories_item {
    padding: 30px 10px 5px;
    border-radius: 15px;
    border: 1px solid #E7E7E7;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
  }
  .block__categories_item-title {
    color: #303239;
    text-align: center;
    font-size: 18px;
    text-wrap: balance;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .block__categories_item-image {
    height: 120px;
    position: relative;

    &.has-circle::before {
      content: "";
      display: block;
      width: 130px;
      height: 130px;
      background: #F7F8FA;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      border-radius: 50%;
    }
  }
  .block__categories_item-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 2;
  }
  .block__categories_item:hover {
    box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.1);
    border-color: #fff;
  }
  .block__categories_item * {
    cursor: pointer;
  }
  
  @media screen and (max-width: 1250px) {
    .block__categories {
      grid-template: minmax(250px, auto)/repeat(4, 1fr);
    }
  }
  @media screen and (max-width: 992px) {
    .block__categories {
      grid-template: minmax(250px, auto)/repeat(3, 1fr);
    }
    .block_banner_section .custom-banner__content {
      max-width: 400px;
    }
    .block_banner_section .custom-banner__bg_image-small {
      left: 440px;
    }
    .block_banner_section .custom-banner__bg_image-big {
      left: calc(300px + 18%);
    }
  }
  @media screen and (max-width: 768px) {
    .block__categories {
      grid-template: minmax(155px, auto)/repeat(2, 1fr);
    }
    .block_banner_section .custom-banner__content {
      max-width: 100%;
    }
    .block_banner_section .custom-banner__description {
      max-width: 100%;
    }
    .block_banner_section .custom-banner__bg_image-small {
      left: 306px;
      top: 65%;
    }
    .block_banner_section .custom-banner__bg_image-big {
      width: 100%;
      height: 270px;
      left: 0;
      right: 0;
      bottom: 0;
      top: auto;
    }
    .block_banner_section .custom-banner__bg_image-big:before {
      background: linear-gradient(180deg, #DEE2EA 0%, rgba(222, 226, 234, 0) 100%);
      width: 100%;
      height: 135px;
      top: -2px;
      left: 0;
      right: 0;
    }
    .block_banner_section .custom-banner__bg_image-big:after {
      display: none;
    }
  }
  @media screen and (max-width: 576px) {
    .block__categories {
      grid-template: minmax(155px, auto)/repeat(2, 1fr);
    }
    .block__categories_item {
      padding: 20px 7px 5px;
      gap: 16px;
    }
    .block__categories_item-title {
      font-size: 14px;
    }
    .block__categories_item-image {
      height: 60px;

      &.has-circle:before {
        width: 70px;
        height: 70px;
      }
    }
    .block_banner_section .custom-banner__content {
      gap: 20px;
    }
    .block_banner_section .custom-banner__title {
      font-size: 26px;
      line-height: 30px; /* 115.385% */
    }
    .block_banner_section .custom-banner__description {
      font-size: 15px;
      line-height: normal;
    }
    .block_banner_section .custom-banner__link {
      font-size: 14px;
      padding: 8px 16px;
    }
    .block_banner_section .custom-banner__bg_image-small {
      width: 150px;
      height: 150px;
      left: auto;
      right: 35px;
      top: 68%;
    }
    .block_banner_section .custom-banner__bg_image-small img {
      width: 160px;
      height: 125px;
    }
    .block_banner_section .custom-banner__bg_image-small:after {
      width: 150px;
      height: 150px;
    }
    .block_banner_section .custom-banner__bg_image-small .custom-banner__price {
      font-size: 20px;
      padding: 4px 5px;
      bottom: 10px;
    }
    .block_banner_section .custom-banner__bg_image-big {
      height: 241px;
    }
  }/*# sourceMappingURL=categories.css.map */
/* End */


/* Start:/local/assets/css/pages/product.css?176898358341628*/
.kroshki > li:last-child:not(:first-child) {
  border: none;
}
.kroshki > li:last-child:not(:first-child):hover {
    background-color: transparent;
}

/* костылики ^^ */
h2 {
    margin: 0;
}
main {
    overflow-x: clip;
}
.block_heading_with_link.custom_name_chapter {display: none;}
div.block_6 {
        margin: 0 0 16px 0;
}

.product {
    margin: 24px 0 80px;
}
.product__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
    align-items: flex-start;
}
.product__image {
    width: calc(50% - 19px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product__slider-main {
    border-radius: 32px;
    flex: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 0;
    height: 100%;
}
.product__slider-main .swiper {
    width: 100%;
    height: 100%;
}
.product__slider-main .swiper-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.product__slider-main .swiper-slide {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}
.product__slider-main .product__slide-video {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 200;
    border-radius: 16px;
    overflow: hidden;
}
.product__slider-main .product__slide-video-play {
    position: relative;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 201;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: no-repeat center/cover;
}
.product__slider-main .product__slide-video-play::after {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    background-color:#0071E380;
}
.swiper-button-lock {
    display: none !important;
}
.product__slide-video-play-icon {
    z-index: 1;
}
.product__slide-image {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    padding: clamp(0.3125rem, 0.218rem + 0.3516vw, 0.625rem);

    background-color: #fff;
}
.product__slide-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    margin: auto;
}
.product__slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: #fff;
    border: none;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 4px 8px #0000000f;
    transition: opacity 0.2s ease;
    color: #2c3336;
}
.product__slider-nav:hover {
    opacity: 0.7;
}
.product__slider-nav--prev {
    left: 32px;
}
.product__slider-nav--next {
    right: 32px;
}
.product__slider-nav svg {
    width: 8px;
    height: 16px;
    flex-shrink: 0;
}
.product__slider-thumbs {
    position: relative;
    padding: 0 52px;
    width: 100%;
}
.product__slider-thumbs::before,
.product__slider-thumbs::after {
    content: "";

    position: absolute;
    top: 0;
    z-index: 10;

    width: 50px;
    height: 100%;

    pointer-events: none;
}
.product__slider-thumbs::before {
    background: linear-gradient(270deg, #f7f7f800, #f7f7f8 98%);
    left: 0;
}
.product__slider-thumbs::after {
    background: linear-gradient(90deg, #f7f7f800, #f7f7f8 98%);
    right: 0;
}
.product__slider-thumbs.on-start::before,
.product__slider-thumbs.on-end::after {
    display: none;
}
.product__slider-thumbs .swiper-wrapper {
    display: flex;
    align-items: stretch;
}
.product__slider-thumbs .swiper-slide {
    width: 100px;
    aspect-ratio: 1/1;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
.product__slider-thumbs .swiper-slide-thumb-active {
    border: 3px solid rgb(0, 113, 227);
}
.product__thumb-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}
.product__thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product .swiper-slide-thumb-active .product__thumb-image {
    border-color: #0071e3;
}
.product__info {
    width: calc(50% - 21px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 900px;
}
.product__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.product__code {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 8px;
    border: 1px dashed #e1e1e5;
    border-radius: 8px;
    position: relative;
}
.product__code #copy-notification {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translate(-50%);
    background: #0071e3;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 10;
}
.product__code img,
.product__code svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.product__code span {
    font-size: 16px;
    font-weight: 400;
    color: #70828a;
    line-height: normal;
}
.product__code span input {
    width: max-content;
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: #70828a;
    line-height: normal;
    cursor: pointer;
}
.product__code span #text-to-copy::selection {
    background-color: transparent;
    color: inherit;
}
.product__code span #text-to-copy::-moz-selection {
    background-color: transparent;
    color: inherit;
}
.product__cheaper-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    cursor: pointer;
}
.product__cheaper-link img,
.product__cheaper-link svg {
    flex-shrink: 0;
}
.product__cheaper-link:hover {
    opacity: 0.7;
}
.product__cheaper-link span {
    font-size: 16px;
    font-weight: 400;
    color: #70828a;
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-decoration-style: dotted;
    text-decoration-thickness: 12%;
    text-decoration-skip-ink: auto;
}
.product__title {
    font-size: 40px;
    font-weight: 600;
    line-height: 130%;
    color: #2c3336;
    margin: 0;
}
.product__title--tablet {
    display: none;
}
.product__availability {
    position: relative;
    width: 436px;
}
.product__availability-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 17px 48px 17px 20px;
    background: #fff;
    border: 1px solid #e1e1e5;
    border-radius: 16px;
    height: 60px;
    width: 100%;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}
.product__availability-selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex: 1;
}
.product__availability-arrow {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    transition: transform 0.2s ease;
    color: #2c3336;
    position: absolute;
    right: 12px;
}
.product__availability[aria-expanded="true"] .product__availability-arrow {
    transform: rotate(180deg);
}
.product__availability-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow:
        0 8px 20px #00000014,
        0 1px 1px #00000003;
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 100;
}
.product__availability[aria-expanded="true"] .product__availability-dropdown {
    display: flex;
}
.product__availability-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 12px 12px 16px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    width: 100%;
}
.product__availability-item:hover .product__city {
    color: #0071e3;
}
.product__availability-item .product__city {
    font-size: 18px;
    font-weight: 500;
    color: #2c3336;
    line-height: 1.4;
    transition: 0.3s ease;
}
.product__city {
    font-size: 18px;
    font-weight: 400;
    color: #232426;
    line-height: 1.4;
}
.product__status {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.product__status:has(.product__status-badge:nth-child(2)) {
    align-items: flex-start;
    padding: 4px 8px;
    gap: 3px;
}
.product__status:has(.product__status-badge:nth-child(2)) .product__status-badge {
    height: auto;
    padding: 0;
}
.product__status:has(.product__status-badge:nth-child(2)) .product__status-badge:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: #70828a;
}
.product__status-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    height: 28px;
    line-height: 1;
}
.product__status-badge--in-stock {
    color: #45d537;
}
.product__status-badge--order {
    color: #ffae00;
}
.product__status-badge--expected {
    color: #ff3249;
}
.product__status-badge:has(span:nth-child(2)) {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
}
.product__price-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
}
.product__price-top {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}
.product__price-top.dealer {
    align-items: center;
}
.product__price-top.dealer .product__price-info {
    display: flex;
    flex-direction: row;
    gap: 16px;
    flex-wrap: wrap;
}
.product__price-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}
.product__price-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product__price-label {
    font-size: 16px;
    font-weight: 400;
    color: #70828a;
    line-height: 130%;
}
.product__price {
    font-size: 40px;
    font-weight: 600;
    color: #2c3336;
    line-height: 100%;
    white-space: nowrap;
}
.product__price-currency {
    font-weight: 100;
}
.product__price--sale {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    color: #ff3249;
}
.product__price--sale span {
    color: #2c3336;
}
.product__price--sale .old-price {
    font-weight: 200;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #b2babd;
}
.product__quantity-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.product__quantity-actions button {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    position: relative;
    border: none;
    cursor: pointer;
}
.product__quantity-actions button:focus-visible {
    outline:auto;
}
.product__quantity-actions button svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.product__add-to-cart {
    background: #0071e3;
    color: #fff;
}
.product__add-to-cart .added {
    display: none;
}
.product__add-to-cart.active .added {
    display: block;
}
.product__add-to-cart.active .default {
    display: none;
}
.product__add-to-favorites,
.product__add-to-compare {
    background: #f7f7f8;
    color: #2c3336;
}
.product__add-to-favorites:hover,
.product__add-to-compare:hover {
    color: #0071e3;
}
.product__add-to-favorites.active svg,
.product__add-to-compare.active svg {
    color: #0071e3;
}
.product__quantity {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f7f7f8;
    border-radius: 16px;
    padding: 17px 12px;
    width: 140px;
    height: 60px;
    justify-content: space-between;
}
.product__quantity-btn {
    width: 24px !important;
    height: 24px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    padding: 0;
}
.product__quantity-btn:hover:not(.product__quantity-btn--disabled) {
    opacity: 0.7;
}
.product__quantity-btn--disabled {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}
.product__quantity-btn img,
.product__quantity-btn svg {
    flex-shrink: 0;
}
.product__quantity-input {
    width: auto;
    min-width: 20px;
    height: auto;
    text-align: center;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #232426;
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield;
    padding: 0;
}
.product__quantity-input::-webkit-outer-spin-button,
.product__quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product__cart-btn {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
}
.product__cart-btn img,
.product__cart-btn svg {
    width: 24px;
    height: 24px;
}
.product__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.product__action-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.product__action-link img,
.product__action-link svg {
    flex-shrink: 0;
}
.product__action-link:hover {
    opacity: 0.7;
}
.product__action-link span {
    font-size: 16px;
    font-weight: 400;
    color: #70828a;
    line-height: 1.5;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-thickness: 12%;
    text-decoration-skip-ink: auto;
}
.product__banner {
    width: 368px;
    flex-shrink: 0;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 60px;
    min-width: 0;
    max-width: 368px;
    background: linear-gradient(143deg, #f0f1f4 16%, #c5c7d3);
    padding: 12px 16px;
    cursor: pointer;
}
.product__banner-image {
    position: absolute;
    top: -177px;
    left: -30px;
    width: 246px;
    height: 260px;
    object-fit: contain;
    z-index: 0;
    pointer-events: none;
}
.product__banner-content {
    position: absolute;
    left: 190px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.product__banner-content span {
    font-size: 16px;
    font-weight: 400;
    color: #2c3336;
    line-height: 120%;
    max-width: 107px;
    display: block;
}
.product__banner-content span strong {
    font-weight: 600;
}
.product__banner-btn {
    position: relative;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
    margin-left: auto;
    color: #2c3336;
}
.product__banner-btn:hover {
    opacity: 0.7;
}
.product__banner-btn img,
.product__banner-btn svg {
    width: 36px;
    height: 36px;
    display: block;
    flex-shrink: 0;
}
.product__details-main {
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #fff;
    border-radius: 32px;
    margin-bottom: 40px;
    padding: 32px;
}
.product__details-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
    max-height: 400px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}
.product__details-content.product__details-additional:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 62px;
    background: linear-gradient(0deg, #fff, #fff0);
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.product__details-content--expanded {
    max-height: none;
}
@media (max-width: 768px) {
    .product__details-content--expanded + .product__description-more {
        position: sticky;
        bottom: 60px;
        padding: 5px 40px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px -5px #0071e378;
    }
}
.product__details-content--expanded:after {
    opacity: 0 !important;
}
.product__specs {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    min-width: 0;
}
.product__specs-title {
    font-size: 32px;
    font-weight: 600;
    color: #2c3336;
    margin: 0;
}
.product__specs-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product__specs-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
.product__specs-label {
    padding: 0;
    background: transparent;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    color: #70828a;
    line-height: 1.275em;
}
.product__specs-separator {
    flex: 1;
    height: 0;
    background: #f7f7f8;
    border-radius: 32px;
    border: none;
    min-width: 32px;
    padding: 10px 16px;
}
.product__specs-value {
    display: -webkit-box;
    padding: 0;
    background: transparent;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    color: #2c3336;
    line-height: 1.275em;
    text-align: right;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
} 
.product__description {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    min-width: 0;
}
.product__description-title {
    font-size: 32px;
    font-weight: 600;
    color: #2c3336;
    margin: 0;
}
.product__description-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: clamp(0.875rem, 0.7994rem + 0.2813vw, 1.125rem);
    line-height: 23px;
}
.product__description-content h4 {
    font-size: clamp(1rem, 0.8488rem + 0.5626vw, 1.5rem);
}
.product__description-content p {
    color: #70828a;
    text-align: justify;
}
.product__description-more {
    display: block;
    margin: 0 auto;
    background: transparent;
    border: none;
    color: #0071e3;
    padding: 0;
    transition: opacity 0.2s ease;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0%;
    text-decoration-style: dotted;
    text-decoration-thickness: 12%;
    text-decoration-skip-ink: auto;
}
@media (min-width: 768px) {
    .product__description-more:hover {
        opacity: 0.7;
    }
}
.product__videos-block {
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.product__videos-block .product__videos-slider {
    width: 100%;
}
.product__videos-block .product__videos-next,
.product__videos-block .product__videos-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 8px #0000000f;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    color: #2c3336;
}
.product__videos-block .product__videos-next {
    right: -16px;
}
.product__videos-block .product__videos-prev {
    left: -16px;
}
.product__videos-block .product__videos-item {
    border-radius: 32px;
    padding: 32px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}
.product__videos-block .product__videos-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
}
.product__videos-block .product__video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
}
.product__videos-block .product__video-play-btn svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 4px 35px #00000026;
}
.product__videos-block .product__videos-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.product__spares {
    display: flex;
    margin-bottom: 45px;
    background: #fff;
    border-radius: 32px;
    padding: 32px;
    flex-direction: column;
    gap: 32px;
    scroll-padding-top: 150px;
}
.product__spares-title {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    color: #2c3336;
}
.product__spares-search {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: #f7f7f8;
    border-radius: 16px;
}
.product__spares-search-icon {
    display: inline-flex;
    border: none;
    background: transparent;
    cursor: pointer;
}
.product__spares-search-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 18px;
    font-weight: 400;
    color: #2c3336;
    outline: none;
}
.product__spares-search-input::placeholder {
    color: #cdd1d2;
    font-weight: 400;
}
.product__spares-content {
    max-height: 720px;
    overflow-y: auto;
}
.product__spares-content::-webkit-scrollbar {
    width: 3px;
}
.product__spares-content::-webkit-scrollbar-track {
    background: #e3e3e878;
}
.product__spares-content::-webkit-scrollbar-thumb {
    background: #d2d2d7;
    border-radius: 2px;
}
.product__spares-table {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}
.product__spares-no-results {
    padding: 40px 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #70828a;
    display: none;
}
.product__spares-row {
    display: grid;
    grid-template-columns: 76px 152px 1fr 143px 300px 134px 76px;
    align-items: stretch;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}
.product__spares-row--head {
    display: grid;
    border-bottom: 1px solid #e1e1e5;
    grid-template-columns: 76px 131px 1fr 143px 168px 132px 134px 76px;
    border-radius: 0;
    padding: 0;
}
.product__spares-row--alt {
    background: #f7f7f8;
    border-color: transparent;
}
.product__spares-row:not(.product__spares-row--head) {
    padding: 0;
}
.product__spares-col {
    padding: 8px 15px;
    font-size: 18px;
    line-height: normal;
    color: #70828a;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.product__spares-col:first-child {
    padding: 8px;
}
.product__spares-col--total {
    font-weight: 500;
    letter-spacing: -0.02em;
}
.product__spares-col--code {
    font-weight: 500;
    padding: 8px 16px;
    white-space: nowrap;
}
.product__spares-col--name {
    padding: 8px 16px;
    word-break: break-all;
    transition: color 0.3s ease;
    overflow: hidden;
}
.product__spares-col--name .spares-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product__spares-col--image {
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
}
.product__spares-col--image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product__spares-col--price-qty {
    padding: 0;
}
.product__spares-price-item {
    width: 168px;
    padding-left: 8px;
}
.product__spares-qty-item {
    width: 132px;
    padding-left: 16px;
}
.product__spares-col--code,
.product__spares-col--total {
    color: #2c3336;
    font-weight: 500;
}
.product__spares-col--total-muted {
    color: #70828a;
    font-weight: 400;
}
.product__spares-row--head .product__spares-col {
    font-size: 18px;
    font-weight: 500;
    color: #2c3336;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: normal;
    display: block;
    min-width: 0;
}
.product__spares-col--action {
    justify-content: center;
}
.product__spares-cart {
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}
.product__spares-cart {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}
.product__spares-cart:hover,
.product__spares-cart:active,
.product__spares-cart.active {
    background: #0071e3;
    border-color: #0071e3;
}
.product__spares-cart:hover svg,
.product__spares-cart:active svg,
.product__spares-cart.active svg {
    color: #fff;
}
.product__spares-cart:active {
    opacity: 0.7;
}
.product__spares-cart svg {
    width: 24px;
    height: 24px;
    color: #2c3336;
    transition: color 0.2s ease;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.usage-repair {
    padding: 4px 8px;
    background-color: #ffae00b3;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
}
.usage-upgrade {
    padding: 4px 8px;
    background-color: #45d537b3;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
}
.usage-muted {
    padding: 4px 8px;
    background-color: #0071e3b3;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
}
@media(min-width: 768px) {
    div.container {
        padding: 0 34px;
    }
}
@media (min-width: 1024px) {
    .product__spares-row:hover .product__spares-col--name {
        color: #0071e3;
    }
}
@media (max-width: 1320px) {
    .product__wrapper {
        flex-direction: column;
    }
    .product__image {
        width: 100%;
    }
    .product__info {
        width: 100%;
        max-width: 100%;
    }
    .product__title {
        display: none;
    }
    .product__title--tablet {
        display: block;
        margin-bottom: 40px;
    }
    .product__slider-thumbs-wrapper {
        display: flex;
        justify-content: center;
    }
    .product__slider-thumbs-wrapper > .product__slider-thumbs {
        max-width: 900px;
    }
    .product__details-content {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .product__specs,
    .product__description {
        width: 100%;
    }
}
@media (max-width: 1020px) {
    .product__spares-row--head {
        display: none !important;
    }
    .product__card-swiper {
        overflow: visible !important;
    }
    .product__spares-row {
        display: grid;
        grid-template-columns: 60px 1fr;
        grid-template-rows: auto auto auto auto;
        gap: 8px;
        padding: 8px !important;
        background: #f7f7f8;
        position: relative;
        border: none;
    }
    .product__spares-row--alt {
        background: #fff;
    }
    .product__spares-col--usage {
        position: absolute;
        top: 15px;
        right: 8px;
    }
    .product__spares-col--usage span {
        padding: 2px 4px;
        font-size: 12px;
    }
    .product__spares-col {
        padding: 0;
        align-items: flex-start;
    }
    .product__spares-col:first-child {
        grid-row: 1/5;
        padding: 0;
    }
    .product__spares-col--image {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
    .product__spares-col--code {
        grid-column: 2;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        line-height: 18px;
        color: #2c3336;
        font-weight: 500;
    }
    .product__spares-col--code:before {
        content: attr(data-label);
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
    }
    .product__spares-col--name {
        grid-column: 2;
        grid-row: 2;
        display: flex;
        flex-direction: column;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 18px;
        color: #70828a;
        font-weight: 400;
    }
    .product__spares-col--name .spares-name {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
    }
    .product__spares-col--name:before {
        content: attr(data-label);
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        color: #2c3336;
    }
    .product__spares-col--price-qty {
        grid-column: 2;
        grid-row: 3;
        display: flex;
    }
    .product__spares-price-item,
    .product__spares-qty-item {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        line-height: 18px;
        color: #70828a;
        font-weight: 400;
        padding-left: 0;
        width: 106px;
        letter-spacing: -0.01em;
    }
    .product__spares-price-item:before,
    .product__spares-qty-item:before {
        content: attr(data-label);
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        color: #2c3336;
    }
    .product__spares-col--total {
        grid-column: 2;
        grid-row: 4;
        display: flex !important;
        flex-direction: column;
        font-size: 14px;
        font-weight: 500;
        line-height: 130%;
        color: #2c3336;
    }
    .product__spares-col--total:before {
        content: attr(data-label);
        font-size: 12px;
        line-height: 15px;
        color: #2c3336;
    }
    .product__spares-col--total-muted {
        font-weight: 400;
        color: #70828a;
    }
    .product__spares-col--action {
        position: absolute;
        bottom: 16px;
        right: 16px;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
    }
    .product__spares-cart {
        width: 40px;
        height: 40px;
    }
    .product__spares-cart svg {
        width: 24px;
        height: 24px;
        color: #2c3336;
    }
}
@media (max-width: 980px) {
    .product__slider-thumbs-wrapper {
        padding: 0;
        max-width: 100%;
    }
    .product__slider-thumbs-wrapper:before {
        left: 0;
    }
    .product__slider-thumbs-wrapper:after {
        right: 0;
    }
}
@media (max-width: 768px) {
    .product {
        margin-top: 0;
        margin-bottom: 16px;
    }
    .product__header {
        gap: 8px;
    }
    .product__title--tablet {
        font-size: 20px;
        margin-bottom: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .product__wrapper {
        gap: 16px;
        margin-bottom: 32px;
    }
    .product__slider-main .swiper-slide {
        height: auto;
        max-height: 700px;
        aspect-ratio: 1/1;
        border-radius: 16px;
    }
    .product__slider-main .product__slide-image {
        padding: 44px;
    }
    .product__slider-nav {
        display: none;
    }
    .product__slider-thumbs .swiper-slide {
        border-radius: 8px;
    }
    .product__slider-main .product__slide-video {
        width: 60px;
        height: 60px;
    }
    .product__info {
        gap: 16px;
    }
    .product__code span {
        width: 118.5px;
        font-size: 13px;
    }
    .product__code span input {
        font-size: 13px;
    }
    .product__code #copy-notification {
        padding: 8px;
        text-align: center;
    }
    .product__cheaper-link span {
        font-size: 13px;
    }
    .product__availability {
        width: 100%;
    }
    .product__availability-toggle {
        padding: 6px 32px 6px 16px;
        height: 40px;
    }
    .product__city,
    .product__status-badge,
    .product__availability-item .product__city {
        font-size: 14px;
    }
    .product__availability-item .product__status-badge {
        padding: 5px 13px;
    }
    .product__availability-item {
        padding: 6px 12px 6px 16px;
    }
    .product__price-block {
        padding: 16px;
    }
    .product__price-top {
        flex-direction: column;
        align-items: flex-start;
    }
    .product__price-bottom {
        flex-direction: column;
    }
    .product__price-label {
        font-size: 13px;
    }
    .product__price {
        font-size: 24px;
        gap: 8px;
    }
    .product__price .old-price {
        font-size: 14px;
    }
    .product__quantity-actions {
        gap: 8px;
        width: 100%;
    }
    .product__quantity {
        height: 40px;
        padding: 8px 12px;
        width: 178px;
    }
    .product__quantity-actions button {
        width: 40px;
        height: 40px;
    }
    .product__quantity-actions button.product__add-to-cart {
        margin-right: auto;
    }
    .product__action-link span {
        font-size: 13px;
    }
    .product__banner {
        width: 100%;
        max-width: 100%;
    }
    .product__banner-content {
        left: 85px;
    }
    .product__banner-content span {
        font-size: 14px;
    }
    .product__banner-image {
        left: -120px;
    }
    .product__details-main {
        margin-bottom: 36px;
        padding: 16px;
        border-radius: 16px;
    }
    .product__details-content {
        gap: 24px;
    }
    .product__specs {
        gap: 16px;
    }
    .product__specs-title {
        font-size: 18px;
    }
    .product__specs-list {
        gap: 10px;
    }
    .product__specs-separator {
        display: none;
    }
    .product__specs-item {
        flex-direction: column;
        align-items: baseline;
        justify-content: space-between;
        gap: 2px;
    }
    .product__specs-label {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .product__specs-value {
        font-size: 13px;
        text-align: left;
    }
    .product__description {
        gap: 16px;
    }
    .product__description-title {
        font-size: 18px;
    }
    .product__description-content {
        gap: 8px;
    }
    .product__description-more {
        font-size: 14px;
    }
    .product__videos-block {
        scroll-margin-top: 130px;
    }
    .product__videos-slider {
        overflow: visible !important;
    }
    .product__videos-slider .swiper-slide {
        width: 188px;
        height: 300px;
    }
    .product__videos-block .product__videos-item {
        height: 100%;
        border-radius: 16px;
    }
    .product__videos-block .product__video-play-btn {
        width: 80px;
        height: 80px;
    }
    .product__videos-block .product__videos-next,
    .product__videos-block .product__videos-prev {
        display: none;
    }
    .product__spares {
        margin-bottom: 32px;
        border-radius: 16px;
        padding: 16px;
        gap: 16px;
    }
    .product__spares-title {
        font-size: 18px;
    }
    .product__spares-search {
        padding: 8px 16px;
        height: 40px;
    }
    .product__spares-search input {
        font-size: 14px;
        line-height: 18px;
    }
    .product__spares-search input::placeholder {
        font-size: 14px;
        line-height: 18px;
    }
    .product__spares-table {
        margin-top: 0;
    }
    .product__actions {
        flex-wrap: nowrap;
        gap: 8px;
    }
    .product__actions a {
        min-width: 144px;
    }
    .product__actions a:first-child {
        min-width: 178px;
    }
    .product__code {
        padding: 2px 8px;
    }
    .product__availability-arrow {
        right: 8px;
    }
}
@media screen and (max-width: 376px) {
    .product__slider-thumbs .swiper-slide {
        width: 40px !important;
        height: 40px;
    }
    .product__actions a:first-child {
        min-width: 144px;
    }
    .product__quantity {
        width: 144px;
    }
}
.product__card {
    display: flex;
    flex-direction: column;
    gap: 24px;

    height: 100%;
}
.product__card-swiper .swiper-slide {
    height: auto;
}
.product__card-slider {
    width: 100%;
}
@media(min-width: 768px) {
    .product__card:hover .product__card-name {
        color: #0071e3;
    }
}
.product__card-header {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    gap: 8px;
    margin-bottom: 24px;
}
.product__card-title {
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    color: #2c3336;
    flex: 1;
}
.product__card-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product__card-nav-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    box-shadow: 0 4px 8px #0000000f;
    transition: opacity 0.2s ease;
    padding: 0;
    color: #2c3336;
}
.product__card-nav-btn:hover {
    opacity: 0.7;
}
.product__card-nav-btn svg {
    width: 8px;
    height: 16px;
    display: block;
}
.product__card-swiper {
    width: 100%;
}
.product__card-swiper .swiper-slide {
    width: 293px;
}
.product__card-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product__card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px;
    background: #fff;
    border-radius: 20px;
    height: 293px;
    position: relative;
}
.product__card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.product__card-image .product__card-sticker {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 56px;
    height: 24px;
}
.product__card-image .product__card-sticker img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.product__card-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #2c3336;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s ease;
}
.product__card-data {
    margin-top: auto;
}
.product__card-spec {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.33;
    color: #70828a;
    display: -webkit-box;
    margin-bottom: 36px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product__card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product__card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-top: auto;
}
.product__card-price {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.275em;
    color: #2c3336;
}
.product__card-price span {
    font-weight: 100;
}
.product__card-price.sale .price-new {
    color: #ff3249;
    line-height: 1;
}
.product__card-price.sale .price-old {
    font-size: 13px;
    color: #70828a;
    text-decoration: line-through;
    line-height: 1;
}
.product__card-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}
.product__card-compare,
.product__card-favorite {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 16px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}
.product__card-compare:hover svg,
.product__card-favorite:hover svg {
    color: #0071e3;
}
.product__card-compare.active svg,
.product__card-favorite.active svg {
    color: #0071e3;
}
.product__card-compare svg,
.product__card-favorite svg {
    width: 24px;
    height: 24px;
    color: #e3e3e4;
    transition: color 0.2s ease;
}
.product__card-cart {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}
.product__card-cart:hover,
.product__card-cart:active,
.product__card-cart.active {
    background: #0071e3;
    border-color: #0071e3;
}
.product__card-cart:hover svg,
.product__card-cart:active svg,
.product__card-cart.active svg {
    color: #fff;
}
.product__card-cart:active {
    opacity: 0.7;
}
.product__card-cart svg {
    width: 24px;
    height: 24px;
    color: #2c3336;
    transition: color 0.2s ease;
}

@media (max-width: 768px) {
    .product__card-header {
        margin-bottom: 16px;
    }
    .product__card-nav {
        display: none;
    }
    .product__card-title {
        font-size: 18px;
    }
    .product__card-swiper .swiper-slide {
        width: 188px;
    }
    .product__card {
        gap: 8px;
    }
    .product__card-image {
        height: 188px;
    }
    .product__card-content {
        gap: 0;
    }
    .product__card-name {
        font-size: 14px;
        margin: 0;
    }
    .product__card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .product__card-price {
        font-size: 18px;
    }
    .product__card-actions {
        width: 100%;
        justify-content: space-between;
    }

    .product__card-info {margin-bottom: 24px;}
    .product__card-spec {display: none;}
}
/* End */
/* /local/templates/hualian/components/bitrix/catalog/h_cat/style.css?17653613738042 */
/* /local/assets/css/pages/product.css?176898358341628 */
