@charset "utf-8";


/*  
     ⤵︎                                     *********    640px >=x   *********
*/
@media screen and (max-width:640px) {
    a.btn {
        max-width: 360px;
        width: 75vw;
    }
    #level-1 img.logo {
        max-width: 220px;
    }
    #products .title .container {
        min-height: 87vw;
        padding-top: 16vw;
    }
    .product .text {
        min-height: 91vw;
        padding-left: 50vw;
        padding-right: 12px;
        font-size: 18px;
    }
    #products.v2 .product .text {
        min-height: 91vw;
        padding-left: 53vw;
    }
    .product .img {
        top: -22vw;
        width: 63vw;
        padding-left: 0;
    }
    .product h1 {
        padding-bottom: 24px;
        font-size: 37px;
    }
    .product .logo {
        max-width: 160px;
    }
    #products.feat .product .col_text {
        padding-left: 18px;
    }
    #products.feat .product {
        min-height: 180vw;
    }
}
/* 
     ⤴︎                                        
*/
/*  
     ⤵︎                                     *********    480px >=x   *********
*/
@media screen and (max-width:480px) {
    #home-pg img.logo {
        max-width: 178px;
    }
    #level-1.p2 a.btn {
        margin-bottom: 12px;
    }
    .product .text {
        min-height: inherit;
        padding-left: 50vw;
        padding-right: 9px;
        font-size: 16px;
    }
    .product .img {
        top: -21vw;
        width: 62vw;
        padding-left: 0;
    }
    .product h1 {
        font-size: 36px;
    }
    .product .logo {
        max-width: 160px;
    }
    #products .title .container .bonus-btn {
        min-width: 124px;
    }
    #products.feat .product .col_text {
        font-size: 18px;
    }
    #products.feat .product {
        min-height: 216vw;
    }
}
/* 
     ⤴︎
*/
/*  
     ⤵︎                                     *********    420px >=x   *********
*/
@media screen and (max-width:420px) {
    #products.feat .product {
        min-height: 248vw;
    }
}
/* 
     ⤴︎
*/
/*  
     ⤵︎                                     *********    380px >=x   *********
*/
@media screen and (max-width:380px) {
    .product .img {
        position: static;
        width: 100%;
        margin: -28vw auto 30px auto;
        max-width: 272px;
        padding-left: 19%;
    }
    .product .text {
        padding-left: 9px !important;
        text-align: center;
    }
    .product .logo {
        max-width: 144px;
        margin: 30px auto;
    }
    .product p {
        max-width: none;
    }
    #products.with_bonus .title img {
        padding-bottom: 104px;
    }
    #products .title .container .bonus-btn {
        min-width: 112px;
    }
    #products.with_bonus .title .bonus-btn img {
        padding-bottom: 0;
    }
    #products.feat .product .cols {
        display: block;
        text-align: right
    }
    #products.feat .product .col_img {
        width: 100%;
        max-width: 150px;
        display: inline-block;
    }
    #products.feat .product .col_text {
        font-size: 18px;
        width: 100%;
        padding: 12px 12px 0 12px !important;
    }
}
/* 
     ⤴︎
*/
/*  
     ⤵︎                                     *********    319px >=x   *********
*/
@media screen and (max-width:319px) {
    #products .title .container .bonus-btn {
        min-width: 96px;
    }
    #products.feat .product {
        min-height: 290vw;
    }
}
/* 
     ⤴︎
*/