/* Bouquet of the Day / Promo block — matches "АКЦИЯ" mock */
.bod-block {
    max-width: 1380px;
    margin: 25px auto;
    padding: 26px;
    background: #f9f2f2;
    border-radius: 28px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .02);
}
.bod-block .container-fluid {
    max-width: 121rem;
    padding: 0 0rem;
}

.bod-card {
    display: flex;
    background: #faf4f4;
    border: 2px solid #ffffff;
    border-radius: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .05);
    overflow: hidden;
    align-items: stretch;
}

.bod-card__media {
    position: relative;
    flex: 0 0 46%;
    max-width: 46%;
    align-self: stretch;
    background: #f3f3f3;
}
.bod-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bod-block--has-badge .bod-badge {
    position: absolute;
    top: 18px; left: 18px;
    background: #f6c14a;
    color: #1f1f1f;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.bod-card__body {
    flex: 1 1 54%;
    padding: 38px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
}

/* "АКЦИЯ" — крупный жирный, тёмный, верхний регистр */
.bod-card__title {
    font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #1f1f1f;
    font-weight: 700;
    margin: 0 0 14px;
}

.bod-card__subtitle {
    font-size: 15px;
    color: #000000;
    margin: -6px 0 10px;
}

/* Название букета */
.bod-card__name {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    color: #2a2a2a;
    margin: 0 0 14px;
}

.bod-card__desc {
    color: #6b6b6b;
    line-height: 1.5;
    font-size: 18px;
    margin: 0 0 18px;
    max-width: 30em;
}
.bod-card__extra {
    color: #6b6b6b;
    line-height: 1.5;
    font-size: 14px;
    margin: 0 0 12px;
}

.bod-card__price {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin: 4px 0 18px;
}
.bod-price-old {
    text-decoration: line-through;
    color: #b3b3b3;
    font-size: 22px;
    font-weight: 400;
}
.bod-price-new {
    font-size: 28px;
    font-weight: 700;
    color: #1f1f1f;
    white-space: nowrap;
}

.bod-btn {
    align-self: flex-start;
    background: #f6c14a;
    color: #1f1f1f !important;
    border: none;
    border-radius: 999px;
        padding: 12px 97px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: background .2s ease;
    margin-bottom: 12px;
}
.bod-btn:hover { background: #efb52e; color:#1f1f1f !important; text-decoration: none; }

.bod-card__expires {
    color: #000000;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 768px) {
    .bod-block {
        margin: 14px auto;
        padding: 10px;
        border-radius: 18px;
    }
    .bod-card {
        flex-direction: column;
        border-radius: 16px;
        border-width: 1px;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
    }
    .bod-card__media,
    .bod-card__body { flex: 0 0 auto; max-width: 100%; }
    .bod-card__media {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }
    .bod-card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .bod-block--has-badge .bod-badge {
        top: 8px; left: 8px;
        padding: 3px 9px;
        font-size: 10px;
        letter-spacing: .02em;
        border-radius: 999px;
    }
    .bod-card__body {
        padding: 12px 14px 14px;
        gap: 0;
    }
    /* Усечение текста: 1 / 1 / 2 / 1 строки */
    .bod-card__title {
        font-size: 16px;
        line-height: 1.2;
        margin: 0 0 4px;
        letter-spacing: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bod-card__subtitle {
        font-size: 12px;
        margin: 0 0 6px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bod-card__name {
        font-size: 15px;
        line-height: 1.25;
        margin: 0 0 6px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bod-card__desc {
        font-size: 12px;
        line-height: 1.35;
        margin: 0 0 8px;
        max-width: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bod-card__extra {
        font-size: 12px;
        line-height: 1.35;
        margin: 0 0 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* Цена: компактная, при нехватке места — друг под другом */
    .bod-card__price {
        flex-wrap: wrap;
        gap: 4px 10px;
        margin: 2px 0 10px;
        align-items: baseline;
        max-width: 100%;
    }
    .bod-price-old {
        font-size: 13px;
        order: 2;
        flex: 0 0 auto;
    }
    .bod-price-new {
        font-size: 20px;
        order: 1;
        flex: 0 0 auto;
        white-space: nowrap;
    }
    .bod-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 20px;
        font-size: 14px;
        margin-bottom: 4px;
        align-self: stretch;
        text-align: center;
    }
    .bod-card__expires {
        font-size: 11px;
        margin-top: 2px;
    }
}

@media (max-width: 380px) {
    .bod-card__title { font-size: 15px; }
    .bod-price-new  { font-size: 18px; }
    .bod-price-old  { font-size: 12px; }
    .bod-card__body { padding: 10px 12px 12px; }
}
