@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%);
    }
    .product-page__title-top{
        color:#000;
    }
    .product-page .button__buy-amazon-font span{
        color:#282828;
        text-transform:uppercase;
    }
    h1{
        color: var(--Amazon, #DE7920);
        text-align: center;
        font-family: "Aquawax Pro";
        font-size: 56px;
        font-style: normal;
        font-weight: 900;
        line-height: 100%; /* 56px */
        margin-bottom:16px;
    }
    .product-page .amazon-logo{
        width:128px;
        height:auto;
        margin:0 auto;
        margin-bottom:2px;
    }
    .product-page__discount{
        display:block !important;
        color: var(--Color-Black-20, #282828);
        text-align: center;
        font-family: "Proxima Nova";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 36px */
        margin-bottom:40px;
    }
    .product-review__title,.product-inquiry__text{
        margin: 0 0 8px 0;
    }
    .product-review__text{
        margin:0;
    }
    .product-ingredients,.reviews-slider{
        background-color:#F7F7F7;
    }
    .section-stik .stik--inner h3{
        text-transform:none;
    }
    .section-stik.fixed{
        height:100px;
    }
    .section-stik .stik--inner h3 span{
        color:#282828;
    }
    .product-review{
        background-color:#fff;
    }
    .footer__content{
        top:94px;
    }
    .section-stik{
        border-radius: 32px 32px 0 0;
        background: var(--Color-White-95, #F7F7F7);
        box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, 0.05);
    }
    .section-stik .stik--inner{
        gap:12px;
        padding:12px 16px 18px;
    }
    .section-stik .stik--inner h3{
        color: var(--Color-Black-20, #282828);
        font-family: "Proxima Nova";
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 25.5px */
    }
    .product-page .button__buy-amazon{
        height:65px;
    }
    .button__buy-amazon-logo{
        height:65px;
        display:flex;
        align-items:center;
        background-color:#fff;
        border-radius: 11.52px 0 0 11.52px;
    }