﻿/*TAG BON PLAN*/
.cbk_tag_bonplan {
    background: #0077D2;
    width: fit-content;
    display: flex;
    padding: 0px 20px;
    height: 21px;
    justify-content: center;
    align-items: center;
}

    .cbk_tag_bonplan span {
        font-weight: var(--semibold);
        font-size: var(--size_h6);
        color: var(--blanc);
        white-space: nowrap
    }

/*TAG BON PLAN EVENEMENT*/
.cbk_tag_bonplan--noel {
    border-radius: 3px;
    background: var(--tag-noel, radial-gradient(62.06% 64.48% at 37.94% 67.5%, #AC0701 0%, #FF6161 100%));
}

.cbk_tag_bonplan--soldes-hiver {
    border-radius: 3px;
    background: linear-gradient(180deg, #DA7B05 0%, #744000 45.67%, #DA7B05 100%);
}

@media screen and (max-width: 768px) {
    .cbk_tag_bonplan {
        padding: 0 6px !important
    }
}


/*TAG VENTES FLASH/PROMO*/
.prodfiche_venteflash {
    border-radius: 3px;
    background: linear-gradient(226deg, #626262 25.59%, #3B3B3B 34.2%, rgba(80, 80, 80, 0.99) 61.61%, #000 96.59%);
    width: fit-content;
    display: flex;
    padding: 0px 20px;
    height: 21px;
    justify-content: center;
    align-items: center;
}

    .prodfiche_venteflash span {
        font-weight: var(--semibold);
        font-size: var(--size_h6);
        color: #FFC600;
        white-space: nowrap
    }

@media screen and (max-width: 768px) {
    .prodfiche_venteflash {
        padding: 0 6px !important
    }
}