*{
    padding: 0;
    margin:0;
}
html,body{
    overflow-x: hidden;
}
.fixed_item{
    width: 100%;
    max-width: 768px;
    position: fixed;
    left: 50%; 
    bottom: 0;
    z-index: 100;
    transform: translateX(-50%); 
    border-radius: 24px;
    border: 1px solid var(--Color-White-90, #F6F4F3);
    background: var(--Color-White-100, #FFF);
    box-shadow: 4px 10px 30px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    padding: 12px;
    margin:0 auto;
    box-sizing: border-box;
}
.add3{
    display: none !important;
}
.fixed_left,.fixed_right{
    width: 50%;
}
.fixed_left{
    padding-right: 24px;
}
.fixed_left .offer_item_right{
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
.fixed_item .offer_form_row{
    padding: 12px;
}
.fixed_product{
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.fixed_product_left{
    width: 72px;
    height:72px;
    background-color: #F3F7FB;
    border-radius: 8px;
    padding: 5px;
    margin-right:14px;
}
.fixed_product_left img{
    height: 100%;
}
.fixed_title{
    color: var(--black-20, #282828);

    /* H8 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    margin-bottom: 5px;
}
.fixed_rate{
    color: var(--Color-Black-20, #282828);

    /* H8 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
}
.fixed_rate img{
    margin-left:8px;
}

.fixed_right .order{
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
}
.fixed_passive label,.fixed_active label{
    color: var(--Color-Black-20, #282828);
    /* P1 – Bold */
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 141.176% */
}
.fixed_passive label{
    color: var(--Color-White-60, #8F8C8A);
}
.fixed_left .actual_price,.fixed_left .original_price,.fixed_row_right .actual_price,.fixed_row_right .original_price{
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 141.176% */
}
.fixed_item .actual_price{
    font-weight: 700 !important;
}
#add1,#add2{
    border-top:none;
}
#add2 .original_price{
    position: relative;
    left:-5px;
    
}
.fixed_mobile_arrow{
    display: none;
}
.fixed_mobile_row{
    display: none;
}
.fixed_left .offer_row_info{
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}
a{
    text-decoration: none;
}
header{
    display: none;
}
.main{
    display: flex;
    padding: 0 0 0 64px;
}
.main_left,.main_right{
    width: 50%;
}
.main_logo{
    margin:56px 0 134px;
}
.main_right img{
    display: none;
}
.main_right{
    height: calc(50vw);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main_left_top{
    margin-bottom: 64px;
}
h1{
    max-width: 610px;
    color: var(--Color-Black-20, #282828);

    /* H4 */
    font-family: "DM Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 95%; /* 53.2px */
    letter-spacing: -1.12px;
    margin-bottom: 24px;
}
p,.benefits_item_title,.ingredients_item_title,.more{
    color: var(--Color-Black-20, #282828);

    /* P1 */
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.34px;
}
.main_left_row{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.actual_price,.original_price{
    color: var(--Color-Black-20, #282828);

    /* H7 */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    margin-right: 16px;
}
.original_price{
    color: var(--Color-White-60, #817E7B);
    text-decoration: line-through;
}
.order{
    max-width: 425px;
    display: flex;
    padding: var(--Gap-Small-16, 16px) var(--Gap-Middle-24, 24px);
    justify-content: center;
    align-items: center;
    gap: var(--Gap-Middle-24, 24px);
    align-self: stretch;
    border-radius: var(--Border-radius-Absolute, 200px);
    background: var(--Color-Black-20, #282828);
    color: var(--Color-White-100, #FFF);
    text-align: center;

    /* P1 – Bold */
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 23.8px */
    letter-spacing: -0.34px;
    text-transform: capitalize;
    margin-bottom: 24px;
    box-sizing: border-box;
}
.main_content_bottom{
    display: flex;
    align-items: center;
}
.main_content_bottom img{
    margin-right: 8px;
}
.main_content_bottom p{
    position: relative;
    top:2px;
}
/*==========benefits=============*/
.benefits{
    display: flex;
    align-items: center;
    background: var(--Color-Sky-light, #F3F7FB);
    padding: 70px 64px;
}
.benefits_left,.benefits_right{
    width: 50%;
}
.title{
    color: var(--Color-Black-20, #282828);

    /* H5 */
    font-family: "DM Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 48px */
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}
.benefits_item{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.benefits_item_left{
    margin-right: 16px;
}
.benefits_item_title{
    font-weight: 700;
    margin-bottom: 8px;
}
.video_container{
    position: relative;
}
.benefits_right video{
    width: 100%;
    border-radius: 32px;
}
.video-cover{
    width: 100%;
    height: 100%;
    border-radius: 32px;
    position: absolute;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.play-button{
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    background-position: 55% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}
.play-button:hover{
    cursor: pointer;
}
/*==========info=============*/
.info{
    padding: 48px 64px;
}
.info_row{
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}
.info_row:last-child{
    margin-bottom: 0;
}
.info_img,.info_content{
    width: 50%;
}
.info_img img{
    width: 100%;
    max-height: 591px;
    object-fit: cover;
    border-radius: 32px;
}
.info_content_top img{
    margin-right:16px;
}
.info_content_top{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.info_content_top .title,.ingredients_top .title,.without_top .title{
    margin-bottom: 0;
}
.info_content p{
    margin-bottom: 16px;
}
.content_1{
    margin:0 112px 0 0;
}
.content_2{
    margin:0 0 0 112px;
}
/*==========ingredients=============*/
.ingredients{
    background: var(--Color-Sky-light, #F3F7FB);
    padding: 64px;
}
.ingredients_top{
    text-align: center;
    margin-bottom: 32px;
}
.ingredients_content{
    display: flex;
    align-items: center;
}
.ingredients_col,.ingredients_center{
    width: 32%;
}
.ingredients_center{
    margin:0 75px;
}
.ingredients_center img{
    width: 100%;
}
.ingredients_subtitle{
    margin-bottom: 24px;
}
.ingredients_item{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E2E0DF;
    padding-bottom: 16px;
    margin-bottom: 40px;
}
.ingredients_item_left{
    margin-right: 16px;
}
.ingredients_item_title{
    margin-bottom: 8px;
}
.ingredients_item p{
    color: var(--Color-White-60, #817E7B);
}
.more{
    text-decoration: underline;
    margin-top:9px;
}
.more:hover{
    cursor: pointer;
}
.ingredients_mobile{
    display: none;
}
.ingredients_hidden{
    max-height: 0;
    transition-duration: .5s;
    overflow: hidden;
    box-sizing: border-box;
}
/*==========without=============*/
.without{
    padding: 64px;
}
.without_top{
    text-align: center;
    margin-bottom: 64px;
}
.without_content{
    display: grid;
    row-gap: 40px;
    column-gap: calc(13vw);
    grid-template-columns: repeat(4,1fr);
}
.without_item{
    display: flex;
    align-items: center;
}
.without_item_left{
    min-width: 72px;
    min-height: 72px;
    border-radius: 50%;
    background: var(--Color-Sky, #D2E5F7);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.without_item_right{
    width: max-content !important;
    color: var(--Color-Black-20, #282828);

    /* H8 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
}
/*===========offer=============*/
.offer{
    padding: 48px 64px;
}
.offer_top .title{
    text-align: center;
    margin-bottom: 40px;
}
.offer_item{
    display: flex;
    align-items: center;
}
.offer hr{
    display: none;
}
.offer_item_left,.offer_item_right{
    width: 50%;
}
.offer_item_left{
    height: calc(45vw);
    min-height: 668px;
    border-radius: 32px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.offer_item_left img{
    display: none;
    width: 100%;
    border-radius: 32px;
}
.offer_item_right{
    padding-left:32px;
}
.offer_item_right .title{
    margin-bottom: 16px;
}
.offer_item_content{
    color: var(--black-20, #282828);
    /* P1 */
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    letter-spacing: -0.34px;
    margin-bottom: 32px;
}
.offer_form_container{
    overflow: hidden;
    border: 1px solid var(--Color-White-80, #E2E0DF);
}
.offer_form_row{
    display: flex;
    padding: 16px;
}
.offer_form_container:first-child{
    border-radius:  16px 16px 0 0;
 }
.offer_form_container:last-child{
   border-radius:  0 0 16px 16px;
}
.offer_items_1:hover{
    cursor: pointer;
}
input[type="radio"]{
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top:5px;
    margin-right: 8px;
    box-sizing: border-box;
}
input[type="radio"]:checked {
    display: inline-block;
    border-color: #000;
  }
  input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 7px; /* Adjust size */
    height: 7px; /* Adjust size */
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
.offer_active,.offer2_active,.fixed_active{
    background: var(--Color-Sky-light, #F3F7FB);
}
.offer_form_row_left{
    flex:1 1 auto;
}
.offer_active label,.offer2_active label{
    color: var(--black-20, #282828);

    /* H8 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
}
.offer .original_price,.offer .actual_price{
    color: var(--Color-Black-20, #282828);
    text-align: right;
    /* H7 */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
}
#add1 .original_price{
    position: relative;
    left:-5px;
}
.offer_row_choose{
    border-bottom: 1px solid #E2E0DF;
    padding: 0 16px 16px;
}
.offer_row_choose:last-child{
    border-bottom:none;
    
}
.offer_choose_row{
    display: flex;
    align-items: center;
    color: var(--black-20, #282828);

    /* P1 */
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    letter-spacing: -0.34px;
    margin-bottom: 12px;
}
.offer_row_info{
    width: fit-content;
    color: var(--Color-Black-20, #282828);
    text-align: center;

    /* P1 */
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    letter-spacing: -0.34px;
    display: flex;
    padding: 2px var(--Gap-Small-8, 8px);
    justify-content: center;
    align-items: center;
    gap: var(--Gap-Small-4, 4px);
    border-radius: var(--Border-radius-S, 4px);
    background: var(--Color-Sky, #D2E5F7);
    margin:0 16px 18px 16px;
}
.offer_choose_row img{
    margin-right: 8px;
}
.offer_row_2 .original_price,.offer_row_3 .original_price{
    color: var(--Color-White-60, #817E7B);
    text-decoration:line-through;
}
.offer_form_row_right{
    display: flex;
    align-items: center;
    position: relative;
    top:1px;
}

.offer_passive label{
    color: var(--Color-White-60, #8F8C8A);

    /* H8 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
}
.offer_passive .offer_row_info, .offer_passive .offer_row_choose{
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin:0;
}
.offer_passive  .actual_price,.offer_passive .original_price,.fixed_passive .actual_price,.fixed_passive .original_price{
    color: #8F8C8A;
}
.offer_active .original_price,.fixed_active .original_price{
    color: #8F8C8A;
}
.add{
    width: 100%;
    display: flex;
    padding: var(--Gap-Small-12, 12px) var(--Gap-Middle-24, 24px);
    justify-content: center;
    align-items: center;
    color: var(--Color-White-100, #FFF);
    text-align: center;

    /* P1 – Bold */
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 23.8px */
    letter-spacing: -0.34px;
    border-radius: var(--Border-radius-Absolute, 200px);
    background: var(--Color-Black-20, #282828);
    margin:16px 0 0 0;
    text-transform: capitalize;
    box-sizing: border-box;
}
.offer_bottom_row{
    display: flex;
    align-items: center;
    color: var(--black-20, #282828);
    /* P2 */
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
    margin-bottom: 16px;
}
.offer_bottom_row:last-child{
    margin-bottom: 0;
}
.offer_bottom_row img{
    max-width: 24px;
    margin-right: 16px;
}
.offer_info2{
        width: fit-content;
        display: flex;
        border-radius: var(--Border-radius-S, 4px);
        background: var(--Color-Sky, #D2E5F7);
        color: var(--Color-Black-20, #282828);
        text-align: center;
        /* P2 – Bold */
        font-family: "DM Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 24px */
        letter-spacing: -0.32px;
        padding: 8px 16px;
        margin-bottom: 16px;
}
.offer_form_container3{
    border-radius: 16px !important;
}
.offer_choose_1 {
    transition-duration: 1s;
    overflow: hidden;
  }

  .offer_passive .offer_choose_1,.fixed_passive .offer_choose_1{
    max-height: 0;
  }
  /*===========recommend===========*/
.recommend{
    padding:64px 82px;
    margin-bottom: 0;
}
.recommend_top{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
}
.recommend_top .title{
    text-transform: capitalize;
    margin-bottom: 0;
}
.recommend_content{
    max-width: 1310px;
    display: grid;
    row-gap: 32px;
    column-gap: 32px;
    grid-template-columns: repeat(3,1fr);
    overflow: hidden;
    margin:0 auto;
}
.recommend_item{
    max-width: 416px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
}
.recommend_item_top img{
    width: 100%;
    border-radius: 16px 16px 0 0;
    position: relative;
    top:4px;
}
.recommend_item_content{
    border-radius: var(--Border-radius-Zero, 0px) var(--Border-radius-Zero, 0px) 16px 16px;
    border: 1px solid var(--White-80, #E2E0DF);
    flex:1 1 auto;
    padding: 24px;
}
.recommend_rate{
    display: flex;
    align-items: center;
    color: var(--Black-20, #282828);
    /* H8 */
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}
.recommend_rate img{
    margin-left: 8px;
}
.recommend_name{
    color: var(--Black-20, #282828);

    /* H7 */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    margin-bottom: 16px;
}
.recommend hr{
    display: none;
}
/*===========footer===========*/
footer{
    background: var(--Black-0, #000);
    padding: 64px 80px 0;
}
.footer_top{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 56px;
}
.footer_top .title,.footer_top .main_left_row{
    color:#fff;
}
.footer_top .title{
    margin-bottom: 16px;
}
footer .order{
    width: 100%;
    max-width: 305px;
    background-color: #fff;
    color:#000 !important;
    margin:0 auto;
}
footer .order_left,footer .actual_price {
    color: var(--Color-Black-20, #282828);
    text-align: center;
    /* P1 – Bold */
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 23.8px */
    letter-spacing: -0.34px;
}
.main_left_row{
    max-width: 570px;
    color: #000;
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.34px;
}
.main_left_row span{
    font-weight: 700;
    color: var(--Color-Red, #DD2C2C);
    margin-right: 6px;
}
.footer_row{
    display: flex;
    margin-bottom: 24px;
}
.footer_row .actual_price,.footer_row .original_price{
    color: var(--Color-White-100, #FFF);

    /* H7 */
    font-family: "DM Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    letter-spacing: -0.48px;
    margin:0 8px;
}
.footer_row .original_price{
    color: var(--Color-White-60, #817E7B);
    text-decoration: line-through;
}
footer .original_price{
    font-weight: 700;
}
footer .actual_price{
    text-align: right;
}
.footer_bottom{
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(150, 148, 145, 0.40);
    padding: 64px 0;
}
.footer_bottom a{
    color: var(--White-100, #FFF);
    text-align: right;
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 27.2px */
    display: inline-block;
    margin: 0 16px;
}
/*===========media===========*/
@media(max-width:1610px){
    .without_content{
        column-gap: calc(10vw)
    }
}
@media(max-width:1440px){
    .main{
        padding: 0 0 0 56px;
    }
    .main_right{
        
    }
    .main_logo{
        margin:56px 0 60px;
    }
    h1{
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
        letter-spacing: -0.64px;
    }
    .order{
        max-width: 322px;
    }
    .benefits{
        align-items: start;
        padding: 48px 56px;
    }
    .benefits_left{
        padding-right: 32px;
    }
    .info{
        padding: 48px 56px;
    }
    .content_1{
        margin:0 32px 0 0;
    }
    .content_2{
        margin:0 0 0 32px;
    }
    .ingredients{
        padding: 48px 56px;
    }
    .ingredients_item{
        margin-bottom: 16px;
    }
    .ingredients_center{
        margin:0 18px;
    }
    .ingredients_content{
        margin-bottom: 32px;
    }
    .without{
        padding: 48px 56px;
    }
    .without_top{
        margin-bottom: 48px;
    }
    .without_content{
        column-gap: 40px;
    }
    .without_item_left{
        min-width: 48px;
        min-height: 48px;
        padding: 8px;
    }
    .without_item_right{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 24px */
        letter-spacing: -0.4px;
    }
    .offer{
        padding: 48px 56px;
    }
    .recommend{
        padding: 48px 56px;
    }
}
@media(max-width:1200px){
    .main_right{
        height: calc(55vw);
    }
    .without_content{
        column-gap: 20px;
    }
}
@media(max-width:1023px){
    header{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px 0;
    }
    h1{
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 28.8px */
        letter-spacing: -0.48px;
    }
    .main{
        flex-direction: column;
        padding: 0 0 48px 0;
    }
    .main_logo{
        display: none;
    }
    .main_left,.main_right{
        width: 100%;
    }
    .main_left_top,.main_left_content{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
    }
    .main_left_content{
        margin-bottom: 0;
    }
    .main_left_row{
        justify-content: center;
        margin-bottom: 16px;
    }
    .main_left_content .order{
        width: 100%;
        margin:0 auto 24px;
    }
    .main_content_bottom{
        justify-content: center;
    }
    .main_right{
        max-width: 900px;
        height: auto;
        background-image: none !important;
        margin:0 auto;
    }
    .main_right img{
        display: inline-block;
        width: 100%;
    }
    .main_left{
        order: 2;
        padding: 24px;
        box-sizing: border-box;
    }
    .benefits{
        flex-direction: column;
        padding: 48px 16px;
    }
    .benefits_left,.benefits_right{
        width: 100%;
    }
    .benefits_left{
        order: 2;
        padding: 0;
    }
    .benefits_right{
        margin:0 auto 40px;
    }
    .title{
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 28.8px */
        letter-spacing: -0.48px;
    }
    .info{
        padding: 48px 16px;
    }
    .info_row{
        flex-direction: column;
    }
    .info_img,.info_content{
        width: 100%;
        max-width:600px;
    }
    .info_img{
        margin-bottom: 24px;
    }
    .info_content{
        order:2;
        margin:0 !important;
    }
    .info_content_top{
        margin-bottom: 16px;
    }
    .info_content_top img{
        max-width: 24px;
    }
    .info_row p{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
        letter-spacing: -0.32px;
    }
    .ingredients{
        padding: 48px 16px;
    }
    .ingredients_top{
        display: none;
    }
    .ingredients_content .ingredients_col{
        display: none;
    }
    .ingredients_center{
        width: 100%;
        max-width: 600px;
        margin:0 auto 24px;
    }
    .ingredients_mobile{
        display: flex;
        flex-direction: column;
        max-width: 600px;
        margin:0 auto;
    }
    .ingredients_mobile_title .title{
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
        letter-spacing: -0.64px;
    }
    .ingredients_hidden{
        max-width: 600px;
        margin:0 auto;
    }
    .swiper-ingredients{
        width: 100%;
        max-width: 600px;
        margin:0 auto;
        overflow: hidden;
    }
    .swiper-slide{
        width: 100%;
        box-sizing: border-box;
    }
    .ingredients_col{
        width: 100%;
    }
    .pagination_title{
        width: 100%;
        display: flex;
    }
    .pagination_title_item{
        width: 50%;
        color: var(--Black-20, #282828);

        /* P1 – Bold */
        font-family: "DM Sans";
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 23.8px */
        letter-spacing: -0.34px;
        position: relative;
        margin-bottom: 8px;
    }
    .swiper-pagination {
        position: relative !important;
        bottom: 0 !important;
        display: flex !important;
        margin-bottom: 24px;
    }
    .swiper-pagination-bullet{
        width: 50% !important;
        height: 2px !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }
    .swiper-pagination-bullet-active{
        background: var(--Color-Black-20, #282828) !important;
    }
    .ingredients_bottom{
        max-width: 600px;
        margin:24px auto 0;
    }
    .without{
        padding: 48px 16px;
    }
    .without_top{
        text-align: left;
        justify-content: flex-start;
        margin-bottom: 32px;
    }
    .without_top .title{
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
        letter-spacing: -0.64px;
    }
    .without_content{
        row-gap: 0;
        grid-template-columns: repeat(1,1fr);
    }
    .without_item{
        border-bottom: 1px solid #E2E0DF;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .offer{
        padding: 0 16px 48px;
    }
    .offer_item{
        flex-direction: column;
    }
    .offer_item_left,.offer_item_right{
        width: 100%;
        max-width: 600px;
        margin:0 auto;
    }
    .offer_item_left{
        height: auto;
        min-height: unset;
        background-image: none !important;
        margin-bottom: 24px;
    }
    .offer_item_left img{
        display: inline-block;
    }
    .offer_item_right{
        padding: 0;
    }
    .offer_item_content{
        margin-bottom: 16px;
    }
    .offer_active label,.offer_passive label{
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 140%; /* 23.8px */
        letter-spacing: -0.34px;
        margin-right: 8px;
    }
    .offer_row_info{
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 19.5px */
        letter-spacing: -0.26px;
    }
    .offer_choose_row{
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
        letter-spacing: -0.28px;
    }
    .offer_item .original_price{
        margin-right: 8px !important;
    }
    .offer_item .actual_price{
        margin-right: 0 !important;
    }
    .recommend{
        padding: 48px 16px;
    }
    .recommend_top{
        margin-bottom: 24px;
    }
    .recommend_top .title{
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
        letter-spacing: -0.64px;
        text-align: left;
    }
    .recommend_content{
        grid-template-columns: repeat(1,1fr);
    }
    .recommend_item{
        margin:0 auto;
    }
    .recommend_content hr{
        display: inline-block;
        width: 100%;
        height:1px;
        background-color:#E2E0DF;
        border:none;
    }
    footer{
        padding: 56px 16px 0;
    }
    .footer_top{
        padding-bottom: 32px;
    }
    .footer_top .title{
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
        letter-spacing: -0.64px;
    }
    .main_left_row{
        margin-bottom: 16px;
    }
    .footer_row{
        margin-bottom: 40px;
    }
    .footer_top .order{
        padding: 12px 24px;
    }
    .footer_bottom{
        justify-content: space-between;
        padding: 40px 0;
    }
}
@media(max-width:768px){
    .fixed_item{
        height: min-content;
        flex-direction: column;
    }
    .fixed_left,.fixed_right{
        width: 100%;
        max-height: 0;
        overflow: hidden;
        transition-duration: .5s;
        margin-bottom: 0;
    }
    .fixed_left{
        order: 2;
        padding: 0;
        margin-bottom: 16px;
    }
    .fixed_mobile_row{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .fixed_row_left{
        flex:1 1 auto;
        color: var(--Color-Black-20, #282828);
        text-align: left;

        /* P1 – Bold */
        font-family: "DM Sans";
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 141.176% */
        padding-left: 8px;
    }
    .fixed_row_right{
        display: flex;
        align-items: center;
        padding-right: 8px;
    }
    .fixed_row_right .original_price{
        margin-right: 16px;
    }
    .fixed_row_right .actual_price{
        margin-right: 0;
    }
    .add_fixed{
        display: none;
    }
    .add3{
        max-width: unset;
        display: flex !important;
        order: 3;
        margin-bottom: 0;
    }
    .fixed_mobile_arrow{
        width: 46px;
        height: 12px;
        display: flex;
        justify-content: center;
        border-radius: var(--Border-radius-Zero, 0px) var(--Border-radius-Zero, 0px) 10px 10px;
        background: var(--Color-White-90, #F6F4F3);
        position: absolute;
        top:0;
        padding: 2px;
    }
    .fixed_mobile_arrow:hover{
        cursor: pointer;
    }
    .fixed_mobile_arrow img{
        width: 12px;
        transition-duration: .5s;
    }
}
@media(max-width:488px){
    .footer_bottom{
        flex-direction: column;
        align-items: start;
    }
    .footer_bottom a{
        margin:4px 0;
    }
}