@import "instance";

.menu_product {
    @include position;
    @include center-flex-row;
    @include wh(100vw);
    @include gap(15px);
    padding-block-end: 55px;
    z-index: 3;

    @include brp($b7) {
        @include gap(5px);
    }

    .btn_jersey_product {
        .content_link {
            font-weight: 400;
        }

        @include brp($b7) {
            width: max-content;
            padding-inline: 12px;
        }

        .desktop { font-weight: 400; }
    }

    .btn_away_product {
        .content_link {
            font-weight: 400;
        }

        @include brp($b7) {
            width: max-content;
            padding-inline: 12px;
        }

        .desktop { font-weight: 400; }
    }

    .btn_calltoaction_1 {
        display: none;
    }
}
