.bundled_product_summary .bundled_product_title a.bundled_product_permalink:before {
    display: none;
}

.bundled_product_summary .bundled_product_title a.bundled_product_permalink {
    width: auto !important;
    font-size: var(--font-size-body);
    color: #649480;
    text-decoration: underline !important;
}

.item_title {
    color: #714B7B;

/* Texte bold */
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: normal;
}

.bundled_product_title {
    display: flex;
    justify-content: space-between;
}

.bundled_product_summary .bundled_product_title .bundled_product_title_link {
    margin-left: 0 !important;
}

@media (max-width: 1600px) {
    .bundled_product_title {
    flex-direction: column;
}
}

.bundled_product_excerpt {
    color: #714B7B;
}

.bundle_wrap {
    width: 100%
}

.bundle_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px
}