@import "colors.less";
//category
.category_box {
    position: relative;
    .title {
        .radiusAngel;
        z-index: 5;
        font-size: 2rem;
        padding: 1rem 2rem;
        background-color: var(--primary);
    }
}

.product_banner {
    z-index: 3;
    width: 100%;
    font-size: 2rem;
    background-color: var(--primary);
    p {
        color: @white;
        padding: 1rem;
        margin: 0;
        .fx;
        .fxa;
        .fxc;
    }
}