.CTA-Buy-FullLook-form {
    text-align: center;
    padding: 80px 0 146px;
}

@media screen and (max-width: 600px) {
    .CTA-Buy-FullLook-form { 
        padding: 101px 0 47px;
    }
}

.text_primary {
    font-weight: 600;
    font-size: 11px;
}

.text {
    font-family: "abchanel-corpo", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #000;
}

.cta_primary, .cta_secondary {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.cta_primary .cta_text:after, .cta_secondary .cta_text:after {
    content: "";
    background-color: CURRENTCOLOR;
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    transition: all 0.2s ease-out;
    height: 1px;
    opacity: 1;
    transform: scaleX(1);
}