.b-images--slider-nav {
    height: 131px;
}

.swiper-pagination-photos {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0 0 0;
    justify-content: center;
}

.swiper-pagination-photos span {
    margin: 0 !important;
    display: block;
    min-width: 4px;
    max-width: 4px;
    min-height: 4px;
    max-height: 4px;
    background-color: var(--tags-border);
    opacity: 1;
}

.swiper-pagination-photos span.swiper-pagination-bullet-active {
    min-width: 8px;
    max-width: 8px;
    min-height: 8px;
    max-height: 8px;
    background-color: var(--footer-background);
}

.b-product__article {
    margin: 0 0 8px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--lucky-gray);
}

.vniir .b-title.b-title--h1.b-title--product {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin: 0 0 24px 0;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.b-product__info {
    width: 404px;
    right: 84px;
}

.b-product__title {
    color: var(--lucky-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 12px 0;
}

.b-product__current-price {
    color: var(--black);
    font-size: 18px !important;
    font-weight: 600;
    line-height: 24px;
}

.b-product__value {
    align-items: center;
    padding-bottom: 16px;
}

.b-product__price-without-discount {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--lucky-gray);
}

.b-product__price-discount {
    padding: 6px 12px;
    background-color: #D7E6F9;
    border-radius: 8px;
    color: var(--footer-background);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.b-spinner--product {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.b-spinner__button {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    cursor: pointer;
}

.b-spinner__button--inc:before {
    content: '';
    display: block;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.16675 10C3.16675 9.44772 3.61446 9 4.16675 9H15.8334C16.3857 9 16.8334 9.44772 16.8334 10C16.8334 10.5523 16.3857 11 15.8334 11H4.16675C3.61446 11 3.16675 10.5523 3.16675 10Z' fill='%23404040'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.b-spinner__button--inc.count-up:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0001 3.1665C10.5524 3.1665 11.0001 3.61422 11.0001 4.1665V8.99984H15.8334C16.3857 8.99984 16.8334 9.44755 16.8334 9.99984C16.8334 10.5521 16.3857 10.9998 15.8334 10.9998H11.0001V15.8332C11.0001 16.3855 10.5524 16.8332 10.0001 16.8332C9.4478 16.8332 9.00008 16.3855 9.00008 15.8332V10.9998H4.16675C3.61446 10.9998 3.16675 10.5521 3.16675 9.99984C3.16675 9.44755 3.61446 8.99984 4.16675 8.99984H9.00008V4.1665C9.00008 3.61422 9.4478 3.1665 10.0001 3.1665Z' fill='%23404040'/%3e%3c/svg%3e");
}

.b-product__column {
    width: 100%;
    margin: 0 0 24px;
    flex-direction: column;
    align-items: start;
    gap: 16px;
}

.b-spinner__input {
    padding: 0;
    width: 52px;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: normal;
    font-family: inherit;
    -moz-appearance: textfield;
}

.b-spinner__input::-webkit-inner-spin-button,
.b-spinner__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.b-images--slider-for {
    height: 410px;
}

.b-images--slider-for .b-images__image,
.b-images--slider-nav .b-images__image {
    border-radius: 8px;
}

.b-product__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 24px;
    max-width: 280px;
}

.b-product__actions .b-button--favorite-item,
.b-product__actions .b-button--favorite.js-favorite,
.b-product__actions .subscribe-item-btn {
    margin: 0;
    height: 42px;
    padding: 10px 22px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--footer-background);
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    width: 100%;
}

.b-product__actions .b-button--favorite-item:hover {
    color: var(--footer-background);
    border: 1px solid var(--footer-background);
    background-color: var(--white);
}

.b-product__actions .b-button--favorite-item:hover svg path {
    fill: var(--footer-background);
}

.b-product__actions .b-button--favorite.js-favorite,
.b-product__actions .subscribe-item-btn {
    border: 1px solid var(--footer-background);
    color: var(--footer-background);
    background-color: var(--white);
}

.b-product__actions .b-button--favorite.js-favorite:hover,
.b-product__actions .subscribe-item-btn:hover {
    color: var(--white);
    background-color: var(--footer-background);
}

.b-product__actions .b-button--favorite.js-favorite:hover svg path,
.b-product__actions .subscribe-item-btn:hover svg path {
    fill: var(--white);
}

.b-button--favorite:before {
    content: none;
    display: none;
}

.b-product__details {
    margin: 0 0 24px;
}

.b-tab--favorites .b-tab__link {
    color: var(--lucky-gray);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 16px;
}

.b-tab--favorites .b-tab__link.active,
.no-touchevents .b-tab--favorites .b-tab__link:hover,
.touchevents .b-tab--favorites .b-tab__link:active {
    color: var(--black);
}

.b-tab--favorites .b-tab__link:after,
.b-tab--favorites .b-tab__tab-nav:after {
    height: 1px;
}

.b-tab--favorites .b-tab__link:after {
    background: var(--footer-background);
}

.b-tab--favorites .b-tab__tab-nav:after {
    background: var(--light-gray);
}

.b-tab--product .b-tab__tab-nav {
    margin: 0 0 16px;
    width: 100%;
}

.b-title--product-details {
    margin: 0 0 16px;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.b-product__text {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.b-tab--product {
    margin: 0;
}

.b-params__item {
    margin: 0 0 8px;
}

.b-params__title {
    padding: 0 8px 0 0;
    color: var(--lucky-gray);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.b-params__item:after {
    border-bottom: 1px dotted var(--lucky-gray);
}

.b-params__value {
    padding: 0 0 0 8px;
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.b-params {
    margin: 0 0 24px;
}

.b-list--marker .b-list__item {
    margin: 0 0 8px;
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.no-avail-block span {
    width: fit-content;
    border: none;
    padding: 33px 0 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--lucky-gray) !important;
    height: fit-content;
    letter-spacing: normal;
}

.b-product__actions .b-button--favorite.js-favorite {
    display: none !important;
}

@media (max-width: 1365px) {
    .b-product__wrapper {
        width: 1000px;
    }
}

@media (max-width: 1023px) {
    .b-product__wrapper {
        width: unset;
    }

    .vniir .b-title.b-title--h1.b-title--product {
        height: fit-content;
    }

    .b-product__info {
        width: 100%;
        margin: 0 0 24px;
    }

    .b-product__column {
        flex-direction: row;
    }

    .b-product__actions {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .b-images--slider-for {
        height: 226px;
    }

    .b-images--slider-nav {
        height: 63px;
    }
}