body.sale-page {
    padding-top: 86px;
    background: #ffffff;
}

.sale-shell {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 0 8px 96px;
}

.sale-head {
    padding: 10px 4px 8px;
}

.sale-kicker {
    margin: 0 0 4px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.sale-head h1 {
    margin: 0;
    color: #111827;
    font-size: clamp(24px, 4vw, 38px);
    line-height: 1.15;
    letter-spacing: 0;
}

.sale-gallery {
    margin-top: 0;
}

.sale-item .sale-label {
    background: #dc2626;
}

.sale-type-label {
    position: absolute;
    left: 7px;
    top: 31px;
    z-index: 4;
    display: inline-flex;
    max-width: calc(100% - 14px);
    min-height: 20px;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 6px;
    background: rgba(17, 24, 39, 0.82);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    pointer-events: none;
}

.sale-order-link {
    display: block;
}

.gallery .sale-item .item-title {
    right: 42px;
    bottom: 34px;
}

.gallery .sale-item .sale-price {
    right: 42px;
}

.gallery .sale-item .sale-price > div {
    display: flex !important;
    align-items: baseline;
    gap: 6px !important;
    min-width: 0;
}

.gallery .sale-item .sale-price span.sale-price-now {
    color: #ffd33d !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.gallery .sale-item .sale-price span.sale-price-old {
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    text-decoration: line-through;
}

.sale-empty {
    width: 100%;
    padding: 24px 12px;
    text-align: center;
    color: #4b5563;
}

@media (max-width: 520px) {
    .sale-shell {
        padding-left: 6px;
        padding-right: 6px;
    }

    .sale-head {
        padding-left: 2px;
        padding-right: 2px;
    }
}
