@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
        padding:0;
        margin:0;
    }
    .product-page__banner-background{
        height:100%;
        top:0;
    }
    .product_top{
        position:absolute;
        top:25px;
        left:50%;
        transform:translateX(-50%);
    }
    h1{
        color: var(--Color-Red, #DD2C2C);
        text-align: center;
        font-family: "Aquawax Pro";
        font-size: 58px;
        font-style: normal;
        font-weight: 800;
        line-height: 100%; /* 58px */
        letter-spacing: 1.16px;
        margin-bottom:16px;
    }
    .product-page .button__buy-amazon{
        height:50px;
    }
    .section-stik.fixed{
        height:100px;
    }
    .section-stik .stik--inner{
        gap:12px;
        padding:0 16px 18px;
    }
    .button__buy-amazon, .button__buy-amazon-logo{
        height:65px;
    }
    .button__buy-amazon-logo{
        display:flex;
        align-items:center;
        background-color:#fff;
        border-radius:16px 0 0 16px;
    }
    .section-stik .stik--inner h3{
        color: var(--Color-White-100, #FFF);
        font-family: "Proxima Nova";
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 25.5px */
        text-transform:none;
    }
    .product-page .button__buy-amazon-font span{
        text-transform:uppercase;
    }
    .section-stik .stik--inner h3 span{
        color:#fff;
    }
    .product-page .amazon-logo{
        width:200px;
        height:auto;
        margin:0 auto;
        margin-bottom:17px;
    }
    .product-page__discount{
        color: var(--Color-White-100, #FFF);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 48px */
        margin-bottom:54px;
    }
    .product-page__content {
        padding:20px 15px 40px;
    }
    .product-review__title,.product-inquiry__text{
        margin: 0 0 8px 0;
    }
    .product-review__text{
        margin:0;
    }
    .container{
        padding:0 15px !important;
    }
    .product-page .button__buy-amazon-font span{
        color:#282828;
    }
    .product-page .button__buy-amazon-font{
        height:65px;
    }
    .product-page__discount{
        display:flex;
        justify-content:center;
        width:100%;
        text-align:center;
        display:flex !important;
    }