#promo-livia-restyling {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #333333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* Fallback sans-serif if custom web fonts are not present */
}

#promo-livia-restyling .promo-image {
    width: 100%;
    margin-bottom: 30px;
}

#promo-livia-restyling .promo-details {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    #promo-livia-restyling .promo-details {
        padding-left: 40px;
        padding-right: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100%;
    }

    #promo-livia-restyling .row-flex {
        display: flex;
        align-items: stretch;
    }
}

#promo-livia-restyling .promo-title {
    color: #B5976B;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.2;
}

#promo-livia-restyling .price-badge {
    background-color: #F3EDE4;
    border-radius: 8px;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 25px;
}

#promo-livia-restyling .price-discounted {
    color: #B5976B;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 44px;
    font-weight: 700;
    margin-right: 15px;
}

#promo-livia-restyling .price-original {
    color: #888888;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
}

#promo-livia-restyling .promo-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#promo-livia-restyling .promo-features {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

#promo-livia-restyling .promo-features li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

#promo-livia-restyling .promo-features li::before {
    content: "•";
    color: #B5976B;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -2px;
}

#promo-livia-restyling .medical-device {
    color: #333333;
    font-weight: 700;
}

#promo-livia-restyling .dimensions-block {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

#promo-livia-restyling .ruler-icon {
    margin-right: 15px;
    width: 32px;
    height: 32px;
    transform: rotate(-10deg);
}

#promo-livia-restyling .dimensions-block strong {
    color: #333333;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 15px;
}

#promo-livia-restyling .dimensions-block span {
    font-size: 15px;
    color: #555555;
}

#promo-livia-restyling .shipping-info {
    font-size: 14px;
    color: #555555;
    font-style: italic;
    margin-bottom: 25px;
}

#promo-livia-restyling .financing-box {
    background-color: #F5EEE5;
    border-radius: 12px;
    padding: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#promo-livia-restyling .financing-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333333;
}

#promo-livia-restyling .financing-details {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}

#promo-livia-restyling .promo-expiry {
    font-size: 13px;
    color: #888888;
    margin-top: 15px;
    font-weight: 600;
}

/* Navigation Buttons Reset Overrides */
#promo-livia-restyling .naviga hr {
    border-top: 1px solid transparent;
}

#promo-livia-restyling .naviga .btn-default {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 35px;
    padding: 10px 25px 10px 10px;
    /* adjusted for icon */
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
}

#promo-livia-restyling .naviga .btn-default.offerta-post {
    padding: 10px 10px 10px 25px;
    /* Right button padding */
}

#promo-livia-restyling .naviga .btn-default:hover {
    background-color: #fcfcfc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #dddddd;
    color: #B5976B;
}

#promo-livia-restyling .naviga i {
    background-color: #CAA579;
    color: #ffffff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    display: inline-block;
}

#promo-livia-restyling .naviga .btn-default i.icon-chevron-left {
    margin-right: 15px;
}

#promo-livia-restyling .naviga .btn-default i.icon-chevron-right {
    margin-left: 15px;
}