.product-coaching {
    margin-bottom: 40px;
}
.coaching-info h4 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}
.product-coaching .content_prices.flex-precommande {
    flex-direction: initial;
}
.product-coaching .box-cart-bottom .btn.border-black {
    width: 100%;
    font-family: 'Hanken Grotesk', sans-serif;
    cursor: pointer;
    border-radius: 10px;
    background-color: #0C0C0D;
    color: white;
    font-size: 20px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    font-weight: 700;
    height: 48px;
    margin-right: 20px;
    border: none;
}
.product-coaching .checklist hr {
    background: #E6E6E6;
    margin-top: 24px;
    margin-bottom: 24px;
    height: 0.5px;
    padding: 0 10px;
}
.product-coaching .checklist p {
    margin: 24px 0;
}
.product-coaching .checklist img {
    margin-right: 16px;
}
.product-coaching .quantity_add .box-cart-bottom {
    width: 100%;
}
.product-coaching  div.gallery-link {
    margin-top: 8px;
}
.product-coaching #ps_checkout-payment-method-logo-block-container {
    display: none;
}
.product-coaching .precommande .old_price_display {
    padding: 16px 24px;
}

@media (max-width: 1200px) {
    .product-coaching .content_prices.flex-precommande {
        margin-bottom: 16px;
    }
    .product-coaching #buy_block {
        padding-top: 16px;
    }
    .product-coaching .checklist {
        padding-left: 16px;
        padding-right: 16px;
    }
    .product-coaching {
        margin-bottom: 16px;
    }
    .coaching-info {
        margin-left: 16px;
        margin-right: 16px;
        border-radius: 10px;
        padding: 32px;
        margin-bottom: 8px;
    }
}