.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: calc((100% - 3 * 40px) / 4); /* 4 колонки, учитывая gap */
    /*flex-grow: 1;*/
}
.section-slider-tabs__wrapper .product-card{
    min-width: 212px;
}
.swiper-slide .product-card{
    width: auto;
}
@media (max-width: 1024px) {
    .product-card {
        width: calc((100% - 40px) / 2); /* 2 карточки в ряд */
    }
}

@media (max-width: 720px) {
    .product-card {
        width: calc((100% - 28px) / 2); /* 2 карточки в ряд */
        min-width: auto;
    }
}
.delete_purshare svg > * {
    transition: all 0.2s linear;
}

.delete_purshare:hover svg > * {
    stroke: #007179;
}

.product-card__inner {
    position: relative;
    z-index: 3;
    padding: 16px 16px;
    height: 100%;
    width: 100%;
}
.product-card__inner:hover{
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 1px 0px rgba(0, 48, 51, 0.03), 0px 0px 12px 0px rgba(0, 48, 51, 0.02), 0px 8px 64px -8px rgba(0, 48, 51, 0.10);
}
.product-card__top {
    position: relative;
}
.product-card__top_quantity {
    display: none;
    z-index: 9;
}
.product-card__top_quantity > div{
    display: flex;
    width: 222px;
    padding: 4px 8px 8px 8px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.product-card__top_quantity span{
    width: 140px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 2px 24px rgba(0, 0, 0, 0.50);
    color: #FFF;

    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px; /* 100% */
    letter-spacing: -0.72px;
}
.product-card__top_quantity span.top-price span{
    display: flex;
    align-items: flex-end;
    gap: 4px;
}
.product-card__top_quantity span.top-price{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-card__inner.added .product-card__top_quantity{
    display: flex;
    height: 240px;
    padding: 0px 67px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -16px;
    top: -16px;
    border-radius: 16px;
    background: rgba(20, 43, 51, 0.40);
    right: -16px;
}
.product-card__inner .product-card__pic {
    position: relative;
}
.product-card.is_excise:not(.is_adult) .product-card__pic img {
    filter: blur(6px);
}
.product-card.is_excise:not(.is_adult) .product-card__pic .adult {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

    color: #FFF;
    font-family: "Open Sans", serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.36px;
    border-radius: 1000px;
    border: 4px solid #FFF;
    background: #FA4545;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    width: 56px;
    height: 56px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.product-card:not(.is_excise) .product-card__pic .adult,
.product-card.is_adult .product-card__pic .adult,
.product-card .product-card__inner.added .product-card__pic .adult {
    display: none;
}
.product-card__triggers {
    position: absolute;
    left: 0;
    top: 0;
    z-index: var(--z-index-low);
}

.product-card__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 9px;
}
.product-card__top-items{
    display: flex;
    height: 24px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    z-index: 9;
}
.product-card__top-item {
    cursor: pointer;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.product-card__label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.product-card__label i.adult {
    display: none;
    color: #FFF;
    font-family: "Open Sans", serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.36px;
    border-radius: 1000px;
    border: 2px solid #FFF;
    background: #FA4545;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
    width: 28px;
    height: 28px;
    line-height: 26px;
    margin-top: -2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.product-card.is_excise .product-card__inner.added .product-card__label i.adult,
.product-card.is_excise.is_adult .product-card__inner:not(.added) .product-card__label i.adult {
    display: flex;
}
.product-card__item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.product-card__top-item > * {
    pointer-events: none;
}

.product-card__top-item._active i,
.product-card__top-item:hover i {
    color: var(--color-comandor-125);
}

.product-card__pic {
    position: relative;
    height: 200px;
    align-self: stretch;
    grid-area: pic;
}

/*.swiper-slide .product-card__pic,
.slick-slide .product-card__pic{
    height: 156px;
}*/
.swiper-slide .product-card__inner.added .product-card__top_quantity{
    /*display: none;*/
}
.section-slider-tabs__slide.slick-slide .product-card__pic{
    height: 200px;
}
.swiper-slide .product-card__inner:hover,
.slick-slide .product-card__inner:hover,
.section-slider-tabs__slide .product-card__inner:hover{
    box-shadow: none;
    background: none;
}

.product-card__pic img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
}

.product-card__info {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.product-card__desc {
    display: block;
    min-height: 40px;
    align-self: stretch;

    overflow: hidden;
    color: var(--color-black-85, #262626);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 12px;
}

.product-card__alert {
    grid-area: alert;
    /*margin-bottom: 12px;*/
    display: none;
}

.product-card__alert._active {
    display: block;
}

.product-card__alert > * {
    display: block;
}

.product-card__alert-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: var(--color-red-100);
}

.product-card__alert-comment {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-black-55);
}

.product-card__alert-comment > * {
    font-weight: 600;
}

.product-card__bottom {
    grid-area: bottom;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.product-card__bottom._inactive .btn {
    display: none;
}

.product-card__bottom-price {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.product-card__bottom-price > * {
    display: none;
}

.product-card__bottom-price._alert {
    color: var(--color-red-100);
    text-decoration: line-through;
}

.product-card__bottom-price._alert > * {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-black-85);
}

.product-card__controls {
    margin-top: 12px;
    grid-area: controls;
    display: none;
    width: 130px;
    /*position: absolute;*/
    right: 0;
    bottom: 1px;
}

.product-card__controls._active {
    display: block;
}

.product-card__controls-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 5px;
}

.product-card__controls-item {
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-card__controls-item.btn {
    font-size: 20px !important;
}

@media screen and (max-width: 650px) {
    .product-card__controls-item.btn {
        font-size: 20px !important;
        background: transparent !important;
        color: var(--color-comandor-100) !important;
        border: none;
        position: absolute;
    }

    .product-card__controls-item.btn.minus {
        left: 0;
    }

    .product-card__controls-item.btn.plus {
        right: 0;
    }
}

.product-card__controls-item.btn.white {
    /* font-size: 30px !important; */
    background: var(--color-white-100);
    color: var(--color-comandor-100);
    padding-bottom: 12px !important;
    font-size: 14px !important;
    font-weight: 700;
}

@media screen and (max-width: 650px) {
    .product-card__controls-item.btn.white {
        font-size: 12px !important;
        padding-bottom: 10px !important;
    }
}

input.product-card__controls-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    padding: 0 4px;
}

.product-card__top-item._favourite {
    margin-top: 0px !important;
}

.product-card__top-item._favourite svg {
    stroke: var(--color-black-25);
}

.product-card__top-item._favourite:hover svg {
    stroke: var(--color-comandor-125);
}

.product-card__top-item._favourite._active svg {
    stroke: var(--color-comandor-100);
}

@media screen and (max-width: 450px) {
    .product-card__pic {
        /*width: 104px;
        height: 104px;*/
        margin-bottom: 6px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .product-card__desc {
        min-height: 40px;
    }
}
@media screen and (max-width: 650px) {
    .product-card__top-item._favourite:hover svg{
        stroke: var(--color-black-25);
    }
    .content__inner .section-slider-tabs__slide{
        /*max-width: none;*/
    }
    .product-card__pic {
       /* width: 104px;
        height: 104px;*/
        margin-bottom: 8px;
        margin-left: auto;
        margin-right: auto;
    }

    .product-card__info {
        position: relative;
        margin-bottom: 4px;
    }

    .product-card__inner {
        grid-template-rows: auto;
    }

    .product-card__desc {
        overflow: hidden;
        color: var(--color-black-85, #262626);
        text-overflow: ellipsis;
        font-family: "Noto Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px; /* 133.333% */
        align-self: stretch;
        min-height: 32px;
        margin-bottom: 10px;
    }

    .product-card__controls {
        position: relative;
        width: 100%;
        bottom: 4px;
    }

    .product-card__controls-item {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    input.product-card__controls-item {
        height: 32px;
    }

    .product-card__controls-inner {
        column-gap: 8px;
        grid-template-columns: 1fr;
        position: relative;
    }
    .product-card__top-item._favourite:hover svg {
        stroke: var(--color-black-25);
    }
    .product-card__inner.added .product-card__top_quantity{
        /*height: 152px;*/
    }
}

.product-card-once {
    position: relative;
    /*height: var(--card-height);*/
    height: 420px;
}

.product-card-once__wrapper {
    /* box-shadow: var(--box-shadow-card); */
    padding: var(--card-pad-x) var(--card-pad-y);
    border-radius: var(--border-radius-s2);
    background: white;
}
@media screen and (max-width: 767px) {
    .product-card-once__wrapper {
        border: 1px solid var(--color-black-10);
        border-radius: var(--border-radius-s2);
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) {
    .product-card-once__wrapper {
        padding: 10px;
    }
}
.product-card-once:hover {
    z-index: var(--z-index-low);
}

.product-card-once:hover .product-card-once__wrapper {
    box-shadow: var(--box-shadow-card);
}
@media screen and (max-width: 650px) {
    .product-card-once:hover .product-card-once__wrapper {
        box-shadow: none;
    }
}
.product-card-once:hover .product-card-once__extra {
    /* display: block; */
}

.product-card-once__inner {
    display: flex;
    height: 100%;
}

.product-card-once__extra {
    display: none
}


.product-card-once-extra__price {
    font-weight: 600;
    color: var(--color-black-85);
}

.product-card-once-extra__text {
    color: var(--color-black-55);
}

.product-card-once-extra__count {
    display: inline-block;
    font-weight: 700;
    color: var(--color-comandor-100);
}

@media screen and (max-width: 650px) {
    .product-card-once {
        height: auto;
    }
}

.product-card-review {

    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    background: var(--color-white-100);
    box-shadow: var(--box-shadow-card);
    border-radius: var(--border-radius-s2);
    padding: var(--card-pad-x) 0;
    height: var(--card-height);
}

.product-card-review:hover {
    box-shadow: var(--box-shadow-card);
}

.product-card-review__col {
    padding: 0 var(--card-pad-y);
    width: 50%;
}

@media screen and (max-width: 768px) {
    .product-card-review__col {
        width: 100%;

    }

    /*.product-card-review__col .product-card {
        border: none;
        padding: 0px;
    }*/

}
/*
@media screen and (max-width: 650px) {
    .product-card-review {
        flex-direction: column;
        box-shadow: none;
    }

    .product-card-review__col.brl {
        border-left: none !important;
        border-top: 1px solid var(--color-black-10);
    }

    .product-card-review .product-card .product-card__pic {
        width: 104px;
        height: 104px;
        margin-bottom: 6px;
    }


    .product-card-review .product-card .product-card__info {
        position: relative;
        top: 0px;
        left: 0;
    }


    .product-card-review .product-card .product-card__inner {
        grid-template-rows: auto;
        padding: 0 0 13px;
    }

    .product-card-review .review-card .review-card__button {
        display: none;
    }
}*/

@media screen and (max-width: 650px) {
    .kopilka_label_wrapper.top_side {
        display: none !important;
    }
}

@media screen and (min-width: 651px) {
    .kopilka_label_wrapper.right_side {
        display: none !important;
    }
}

.product-card__bottom-price-column {

}

.product-card__bottom-price-column .kopilka_label {
    /* margin-left: 10px; */
}

.product-card__bottom-price-column .kopilka_label svg {
    /* border-radius: 4px; */
}

/*new*/
.product-card__control_basket{
    position: relative;
    display: inline-flex;
    height: 40px;
    padding: 0px 2px;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    background: var(--color-comandor-15);
    color: var(--color-white-100);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: var(--color-comandor-125);
    padding-left: 14px;
}

.product-card__control_basket .kopilka_label{
    position: absolute;
    right: -4px;
    top: -4px;
    stroke-width: 2px;
    stroke: #FFF;
    width: 16px;
    height: 16px;
}
.added .product-card__control_basket .kopilka_label{
    display: none;
}
.product-card__control_basket.basket_loyalty .price__old {
    color: rgba(38, 38, 38, 0.32);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    text-decoration:  line-through;; /* Пунктирное зачеркивание */
    text-decoration-thickness: 1px; /* Толщина линии */
    text-decoration-color: rgba(38, 38, 38, 0.32);
}
.product-card__control_basket.basket_loyalty {
    background: rgba(124, 179, 66, 0.24);
    color: #6FA03B;
}
.product-card__inner.added .product-card__control_basket {
    background: var(--color-comandor-100);
    color: var(--color-white-100);
    padding-left: 0;
}

/*.product-card__inner.added .basket_loyalty .price__old{*/
/*    display: none;*/
/*    color: var(--color-comandor-15);*/
/*}*/
.product-card__inner.added .product-card__control_basket.sale_disabled .price__new,
.product-card__inner.added .product-card__control_basket:not(.sale_disabled) .price__old{
    display: none;
}
.product-card__inner.added .product-card__control_basket:not(.sale_disabled) .price__new,
.product-card__inner.added .product-card__control_basket.sale_disabled .price__old{
    color: var(--color-white-100);
    text-decoration: none;
}

.product-card__control_basket .plus svg,
.product-card__control_basket .minus svg{
    width: 20px;
    height: 20px;
    stroke: var(--color-comandor-125);
}
.product-card__inner.added .plus svg,
.product-card__inner.added .minus svg{
    stroke: var(--color-white-100);
}
.product-card__control_basket.basket_loyalty .plus svg,
.product-card__control_basket.basket_loyalty .minus svg{
    stroke: #6FA03B;
}
.product-card__inner.added .basket_loyalty .plus svg,
.product-card__inner.added .basket_loyalty .minus svg{
    stroke: var(--color-white-100);
}
.product-card__control_basket .plus,
.product-card__control_basket .minus{
    display: flex;
    cursor: pointer;
    flex-direction: column;
    gap: 8px;
}
.product-card__control_basket .minus{
    display: none;
}
.product-card__inner.added .minus{
    display: flex;
}
.product-card__control_basket .plus{
    padding: 8px 6px 8px 0px;
    border-radius: 100px 24px 24px 100px;
    align-items: flex-start;
}
.product-card__control_basket .minus{
    padding: 8px 0px 8px 6px;
    align-items: center;
    border-radius: 24px 100px 100px 24px;
}

@media (max-width: 767px) {
    .slick-track .product-card {
        width: 100%;
    }
    .product-card__inner{
        padding: 0;
        width: 100%;
    }
}
@media (max-width: 510px) {
    .product-card {
        display: flex;
        /*height: 320px;*/
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    .slick-track .product-card {
        width: 100%;
        height: 100%;
        min-height: 300px;
    }
    .section-slider-tabs__slide {
        max-width: none;
    }
    .content__inner .section-slider-tabs__contents.no-stars{
        max-height: 416px;
    }
    .slick-track .product-card__pic img {
        height: 100%;
    }
    .product-card__pic,
    .section-slider-tabs__slide.slick-slide .product-card__pic{
        /*height: 134px;*/
        align-self: stretch;
        aspect-ratio: 73/67;
        width: auto;
        margin-bottom: 0;
    }
    .product-card__top{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        margin-bottom: 8px;
    }
    .product-card__top-items{
        display: flex;
        height: 24px;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
    }
    .product-card__item{
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 12px;
    }
    .product-card__pic img{
        /*height: auto;*/
    }
    .swiper-slide .product-card__inner{
        padding-top: 18px;
    }
    .product-card__control_basket{
        height: 32px;
        padding-left: 12px;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 19px;
    }
    .product-card__control_basket .price__old,
    .product-card__control_basket.basket_loyalty .price__old{
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: 10px;
    }
    .product-card__control_basket .plus{
        padding: 6px 6px 6px 0px;
    }
    .product-card__control_basket .minus{
        padding: 6px 0px 6px 6px;
    }
    .product-card__inner:hover{
        box-shadow:none;
    }
    .product-card__inner.added .product-card__top_quantity{
        /*height: 175px;*/
        left: -10px;
        right: -10px;
    }
    .product-card__top_quantity > div{
        width: 100%;
    }
}
@media (max-width: 450px) {
    .product-card, .product-card__inner{
        width: 100% ;
    }
}
.section-slider-tabs__contents.no-stars .product-card-review{
    min-width: 222px;
}
@media (max-width: 650px) {
    .section-slider-tabs .swiper__review .swiper-slide {
        width: 255px;
    }
}