.pilony-promo-products {
    background: #0a111d;
    padding: 64px 0 72px;
}

.pilony-promo-products__title {
    margin: 0 0 32px;
    color: #ffffff;
}

.pilony-promo-products__more {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.pilony-promo-products__more .btn {
    min-width: 220px;
    text-align: center;
}

/* === Карточки как на /discounts/ (discounts.po.v2) === */

.pilony-promo-products .po-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}

.pilony-promo-products .po-list * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pilony-promo-products .po-list .po-item {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    max-width: none;
    margin-bottom: 0;
}

.pilony-promo-products .po-item {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    overflow: hidden;
}

.pilony-promo-products .po-item__content {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    height: 100%;
}

.pilony-promo-products .po-item__img {
    position: relative;
    height: 180px;
}

.pilony-promo-products .po-item__img > div {
    height: 100%;
}

.pilony-promo-products .po-item__img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.pilony-promo-products .po-item__name {
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: Roboto, serif;
    line-height: 100%;
    letter-spacing: 0;
}

.pilony-promo-products .po-item-list {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.pilony-promo-products .po-item-list__item {
    display: flex;
    font-family: Roboto, serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    align-items: center;
}

.pilony-promo-products .po-item-list__item--price {
    flex: 1 1 auto;
    min-width: 0;
    align-items: flex-start;
}

.pilony-promo-products .po-item-list__item--action,
.pilony-promo-products .po-item-list__item:last-child {
    width: 100%;
    flex: 0 0 auto;
}

.pilony-promo-products .po-item-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.pilony-promo-products .po-item-price__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.pilony-promo-products .po-item-price__old {
    font-size: 12px;
    line-height: 1.2;
    color: #9AA0A6;
    text-decoration: line-through;
    white-space: nowrap;
}

.pilony-promo-products .po-item-price__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(255, 74, 74, 0.12);
    color: #FF4A4A;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

.pilony-promo-products .po-item-price__current {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.15;
    color: #262C35;
    white-space: nowrap;
}

.pilony-promo-products .po-item-price--sale .po-item-price__current {
    color: #FF4A4A;
}

.pilony-promo-products .po-item-price__label {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    color: #FF4A4A;
}

.pilony-promo-products .po-item__description {
    height: calc(6.3em * 1.2);
    overflow-y: auto;
    margin-top: 10px !important;
    font-size: 13px;
    line-height: 1.45;
}

.pilony-promo-products .po-item-main {
    padding: 20px 12px 12px !important;
    overflow: hidden;
}

.pilony-promo-products .po-item-footer {
    padding: 0 12px 14px;
}

.pilony-promo-products .po-item-list__item .btn.btn_red {
    background: #FF4A4A;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 1px;
    padding: 12px 40px;
    text-align: center;
    width: 100%;
}

.pilony-promo-products .item-marker {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 36px;
    border-radius: 7px;
    padding: 6px 10px;
    background: #FFFFFF;
    box-shadow: 2px 4px 15px 4px #00000014;
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.pilony-promo-products .item-marker .icon-marker {
    width: 24px;
    height: 24px;
}

.pilony-promo-products .item-marker span {
    font-family: Inter, serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
}

.pilony-promo-products .icon-marker {
    width: 24px;
    height: 24px;
    animation: pilonyPoDoublePulse 2s infinite;
}

@keyframes pilonyPoDoublePulse {
    0% { transform: scale(1); opacity: 1; }
    25% { transform: scale(1.2); opacity: 0.8; }
    50% { transform: scale(1); opacity: 1; }
    75% { transform: scale(1.2); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

.pilony-promo-products .po-item__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.pilony-promo-products .po-item__tab {
    display: flex;
    flex-direction: column;
    padding: 6px 12px;
    font-family: Roboto, serif;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    background: #F8F8FA;
    border-radius: 5px;
}

.pilony-promo-products .po-item__tab span:first-child {
    font-size: 10px;
}

.pilony-promo-products .po-item__tab span:last-child {
    font-size: 12px;
}

@media (max-width: 1280px) {
    .pilony-promo-products .po-item__name {
        -webkit-line-clamp: 3;
        height: calc(3em * 1.2);
    }

    .pilony-promo-products .po-item__img {
        height: 160px;
    }
}

@media (max-width: 1080px) {
    .pilony-promo-products .po-list {
        flex-wrap: wrap;
    }

    .pilony-promo-products .po-list .po-item {
        flex: 1 1 calc(50% - 8px);
        width: calc(50% - 8px);
    }
}

@media (max-width: 768px) {
    .pilony-promo-products .po-item-list__item--price,
    .pilony-promo-products .po-item-list__item:first-child {
        width: 100%;
        justify-content: center;
    }

    .pilony-promo-products .po-item-list__item--action,
    .pilony-promo-products .po-item-list__item:last-child {
        width: 100%;
    }

    .pilony-promo-products .po-item-price {
        align-items: center;
        text-align: center;
    }

    .pilony-promo-products .po-item-price__meta {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .pilony-promo-products {
        padding: 40px 0 48px;
    }

    .pilony-promo-products__title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .pilony-promo-products .po-list .po-item {
        flex: 1 1 100%;
        width: 100%;
    }

    .pilony-promo-products .po-item__img {
        height: 200px;
    }

    .pilony-promo-products .po-item__name {
        -webkit-line-clamp: 30;
        height: auto;
    }

    .pilony-promo-products .po-item__description {
        height: auto;
        margin-top: 1rem !important;
        margin-bottom: 2rem;
    }
}
