/*Start header section*/

.page-id-707 .loyalty-club-section .loyalty-club-content{
        padding: 65px 56px !important;
        padding-bottom: 0px !important;
    
}
.page-id-707 .header{
        height: 65px;
    background-color: rgba(29, 31, 29, 1);
    border-bottom: 1px solid #1D1F1D;
        padding: 15px 0 !important;
}
.page-id-707 .header-section {
    position: relative;
    padding-top: 308px;
}

.page-id-707 .categories-section .categories-content h2.title-l {
    width: 45%;
    text-align: center;
    padding-top: 45px;
}

.page-id-707 .header-section .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
    position: relative;
    margin-bottom:50px;
}

.page-id-707 .header-section .background-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 99;
}

.page-id-707 .header-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 57, 52, 0.47);
    z-index: 999;
}

.page-id-707 .header-section .decoration-1,
.page-id-707 .header-section .decoration-2{
    position: absolute;
    object-fit: contain;
    background-position: center;
    background-repeat: repeat;
    z-index: 999;
}

.page-id-707 .header-section  .decoration-1{
    top: 0;
    left: 0;
    background-image: url(../media/header-decoration-1.png);
    width: 52%;
    height: 800px;
}

.page-id-707 .header-section .decoration-2{
    bottom: 0;
    right: 0;
    background-image: url(../media/header-decoration-2.png);
    width: 17%;
    height: 392px;
}

.page-id-707 .header-section .header-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-id-707 .header-section .header-content .title-xl{
    text-align: center;
    margin-bottom: 50px;
}

.page-id-707 .header-section .icons-wrapper{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 94px;
    padding-bottom: 58px;
}

.page-id-707 .header-section .icons-wrapper .icon1,
.page-id-707 .header-section .icons-wrapper .icon2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-id-707 .header-section .icons-wrapper .icon1{
    gap: 5px 0;
    padding-bottom: 8px;
}

.page-id-707 .header-section .icons-wrapper .icon2{
    gap: 13px 0;
}

.page-id-707 .header-section .icons-wrapper .icon2 .stroke{
    width: 54px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #C56F4A;
}
/*End header section*/


/*Start category section*/

.page-id-707 .categories-section{
    /*background-image: url(../media/bg-noise.jpg);*/
        background-color: #1D1F1D;
    background-position: center;
    background-size: cover;
    padding: 40px 0 0px 0;
    position: relative;
}

.page-id-707 .categories-section .container-fluid{
    display: flex;
    flex-direction: column;
    align-items: center;
        border-radius: 150px 150px 0px 0px;
    background-color: rgba(153, 195, 90, 1);
}

.page-id-707 .categories-section .scroll-arrow{
    position: absolute;
    top: -138px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.page-id-707 .categories-section .scroll-arrow .circle{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 10px;
}

.page-id-707 .categories-section .categories-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.page-id-707 .categories-section .categories-list{
    max-width: 1135px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
    margin: 100px 0 53px 0;
}

.page-id-707 .categories-section .categories-list-item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px 0;
    width: 33.33% !important;
}

.categories-list .categories-list-item:last-child img {
    position: relative;
    /*top: 1px;*/
}

.page-id-707 .categories-section .product{
    position: absolute;
}

.page-id-707 .categories-section .product.nugs{
    top: 25px;
}

.page-id-707 .categories-section .cartridges-wrapper{
    top: 25px;
}

.page-id-707 .categories-section .cartridges-2{
    position: absolute;
    right: -59px;
    top: 16px;
}

.page-id-707 .choco-edis-wrapper{
    
    top: 25px;
}

.page-id-707 .choco-edis-wrapper .edis{
    position: absolute;
    top: 36%;
    left: 48px;
}

.page-id-707 .categories-section .product.joints{
    border-radius: 0 0 0 30px;
    top: -33px;
    left: 46px;
}

.page-id-707 .categories-section .product-description{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
}

.page-id-707 .categories-section .product-description .product-title{
    font-family: Kaisei Tokumin, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    color: #FFFFFF;
}

.page-id-707 .categories-section .product-description .shop-now{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #94948E;
    transition: all 0.5s ease;
}

.page-id-707 .categories-section .product-description .shop-now:hover{
    color: #C56F4A;
}
a.cartridges-wrapper img {
    width: 180px;
}
/*End category section*/

/*Start Text Section*/
.page-id-707 .text-section {
    background-image: url(../media/bg-noise-2.jpg);
    padding: 48px 0 240px 0;
}

.page-id-707 .text-section .container{
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
}

.page-id-707 .text-section .container::before{
    content: '';
}

.page-id-707 .text-section .container .text-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 59px 0;
}

.page-id-707 .text-section .container .text-content .text{
    max-width: 986px;
    width: 100%;
    font-family: Kaisei Tokumin, sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
}
/*End Text Section*/


/*Start locations section*/
.page-id-707 .locations-section .container .locations-content{
    background-color: #E4E3DB;
    color: #3D3D3C;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 86px 56px 60px 56px;
    background-image: url(../media/locations-decoration.png);
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
}
.loyalty-club-section {
    background-color: #1d1f1d;
}
h2.title-l.main-heading.aos-init.aos-animate {
    width: 504px;
    /* height: 160px; */
    color: rgba(255, 255, 255, 1);
    font-family: 'Kaisei Tokumin';
    font-size: 80px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 80px;
}
.page-id-707 .locations-section .container .locations-slider{
    width: 100%;
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper{
    margin: 78px 0 44px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper .swiper-slide{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .page-id-707 .locations-section .container .locations-slider .swiper-wrapper .swiper-slide[data-aos-delay]{
        transition-delay: .1s !important;
    }
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper .image{
    display: flex;
    width: 100%;
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper .image img{
    width: 100%;
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper .description{
    padding: 35px 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px 0;
    height: 100%;
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper .description .description-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper .description h3{
    font-family: Kaisei Tokumin, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper .description p{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #5A5A55;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px 0;
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper .description p a{
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    color: #5A5A55;
}

.page-id-707 .locations-section .container .locations-slider .swiper-wrapper .description .btn{
    width: 100%;
    padding: 17px;
}

.page-id-707 .locations-section .container .locations-slider .swiper-button-next,
.page-id-707 .locations-section .container .locations-slider .swiper-button-prev{
    border: solid 1px #C56F4A;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.page-id-707 .locations-section .container .locations-slider .swiper-button-next svg,
.page-id-707 .locations-section .container .locations-slider .swiper-button-prev svg{
    height: 24px;
    width: 24px;
}

.page-id-707 .locations-section .container .locations-slider .buttons-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 16px;
}
/*End locations section*/

/*Start testimonials section*/
.page-id-707 .testimonials-content{
    background-color: #1D1F1D;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
    padding: 175px 56px 0 56px;
}

.page-id-707 .testimonials-content .testimonials-slider{
    width: 100%;
    border-bottom:solid 1px #D1CEBD;
    padding-bottom: 149px;
}

.page-id-707 .testimonials-content .testimonials-slider .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 33px 0;
}

.page-id-707 .testimonials-content .testimonials-slider .swiper-slide p{
    max-width: 640px;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    color: #A3B0A5;
    text-align: center;
}

.page-id-707 .testimonials-content .testimonials-slider .swiper-slide p span{
    color: #99C35A;
}

.page-id-707 .testimonials-content .testimonials-slider .swiper-slide h3{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #5A5A55;
}

.page-id-707 .testimonials-content .testimonials-slider .swiper-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    margin-top: 43px;
}

.page-id-707 .testimonials-content .testimonials-slider .swiper-pagination-bullet{
    opacity: 1;
    height: 8px;
    width: 8px;
    background-color: #5A5A55;
    transition: all 0.5s ease;
}

.page-id-707 .testimonials-content .testimonials-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
    height: 10px;
    width: 10px;
    background-color: #99C35A;
}
/*End testimonials section*/

/*Start Download app styles*/
.page-id-707 .download-experience{
    padding: 200px 0 0 0;
    margin: 0 auto;
    position: relative;
}

.page-id-707 .download-experience .download-bg{
    background-image: url(../media/phone-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-position-x: 38%;
}

.page-id-707 .download-experience .download-experience-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 497px 0;
    position: relative;
    z-index: 999;
}

.page-id-707 .download-experience .download-experience-content .container{
    position: relative;
    padding: 0 112px;
}

.page-id-707 .download-experience .download-block,
.page-id-707 .download-experience .experience{
    width: 100%;
}

.page-id-707 .download-experience .experience{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 90px 0;
    background: linear-gradient(0deg, #09090A 0%, rgba(15, 15, 16, 0.00) 100%);
    padding: 0 112px 85px 112px;
}

.page-id-707 .download-experience .experience .title-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-id-707 .download-experience .experience .experience-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.page-id-707 .download-experience .experience .experience-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 0;
}

.page-id-707 .download-experience .experience .experience-item .image{
    width: 100%;
}

.page-id-707 .download-experience .experience .experience-item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-id-707 .download-experience .experience .experience-item .title{
    font-family: Kaisei Tokumin, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 110%;
    color: #FFFFFF;
    margin-top: 20px;
}

.page-id-707 .download-experience .experience .experience-item .description{
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #5A5A55;
}

.page-id-707 .download-experience .download-block{
    background-color: #E4E3DB;
    max-width: 488px;
    padding: 69px 64px;
}

.page-id-707 .download-experience .download-block .title-xs{
    color: #3D3D3C;
}

.page-id-707 .download-experience .download-block .title-l{
    color: #3D3D3C;
    margin-top: 9px;
}

.page-id-707 .download-experience .download-block .paragraph{
    max-width: 336px;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin: 32px 0;
    color: #5A5A55;
}

.page-id-707 .download-experience .download-block .download-btn{
    border: none;
    outline: none;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 12px;
    color: #FFFFFF;
    padding: 14px;
    max-width: 246px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

.page-id-707 .download-experience .aroma-hill-estates{
    display: flex;
    flex-direction: column;
    gap: 13px 0;
    position: absolute;
    right: 112px;
}

.page-id-707 .download-experience .aroma-hill-estates .stroke{
    width: 54px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #D1CEBD;
}

.page-id-707 .download-experience .decoration{
    position: absolute;
    height: 883px;
    width: 70%;
    background-image: url(../media/download-decoration.png);
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: 250px;
}
/*End Download app styles*/


/*Start instagram section styles*/
.page-id-707 .instagram-section{
    background-color: #0A0A0A;
    padding: 37px 0 285px 0;
}

.page-id-707 .instagram-section .container{
    background-image: url(../media/instagram-home-bg.png);
}
/*End instagram section styles*/




@media (max-width: 1280px){
    /*Start Download app styles*/
    .page-id-707 .download-experience .download-bg{
        background-position-y:0 ;
    }

    .page-id-707 .download-experience .download-experience-content {
        gap: 197px 0;
    }

    .page-id-707 .download-experience .download-experience-content .container{
        padding: 0 79px;
    }

    .page-id-707 .download-experience .experience{
        padding: 0 79px 85px 79px;
    }

    .page-id-707 .download-experience .aroma-hill-estates {
        right: 79px;
    }
    /*End Download app styles*/
}

@media (max-width: 992px) {

    /*Start category section*/
    .page-id-707 .categories-section{
        padding: 144px 38px 111px 38px;
    }

    .page-id-707 .categories-section .container{
        padding: 0;
    }

    .page-id-707 .categories-section .categories-list{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 74px 63px;
        margin: 77px 0 64px 0;
    }
    /*End category section*/

    /*Start locations section*/
    .page-id-707 .locations-section .container .locations-content .title-l{
        text-align: center;
    }
    /*End locations section*/

}

@media (max-width: 768px) {

    /*Start Download app styles*/
    .page-id-707 .download-experience .download-experience-content .container{
        padding: 0 24px;
    }

    .page-id-707 .download-experience .experience{
        padding: 0 24px 85px 24px;
    }


    .page-id-707 .download-experience .download-block{
        max-width: 359px;
        padding: 77px 28px 88px 28px;
    }

    .page-id-707 .download-experience .download-bg{
        background-position-x: 40%;
    }

    .page-id-707 .download-experience .aroma-hill-estates {
        right: 24px;
    }
    /*End Download app styles*/
}

@media (max-width: 576px) {
    /*Start header section*/

    .categories-list .categories-list-item:last-child img {
        position: relative;
        top: 0px;
        left: 13px;
        /*width: 67px;*/
        border-radius: 0 0 0 9px;
    }
    a.cartridges-wrapper img {
        position: relative;
        left: -10px;
        width: 100%;
    }
    .page-id-707 .header-section{
        padding-top: 277px;
    }

    .page-id-707 .header-section .decoration-2{
        display: none;
    }

    .page-id-707 .header-section .decoration-1{
        background-image: url(../media/header-decoration-mobile.png);
        background-repeat: no-repeat;
        height: 76%;
    }

    .page-id-707 .header-section .header-content .title-xl{
        margin-bottom: 26px;
    }

    .page-id-707 .header-section .icons-wrapper{
        margin-top: 66px;
        padding-bottom: 44px;
    }

    .page-id-707 .header-section .icons-wrapper .icon1{
        max-width: 91px;
        width: 100%;
    }

    .page-id-707 .header-section .icons-wrapper .icon1 img{
        width: 100%;
    }

    .page-id-707 .header-section .icons-wrapper .icon1 .selected-locations{
        width: 50%;
    }

    .page-id-707 .header-section .icons-wrapper .icon2 img{
        width: 39px;
        object-fit: contain;
    }

    .page-id-707 .header-section .icons-wrapper .icon2 .stroke{
        height: 57px;
        width: 34px;
    }

    .page-id-707 .header-section .icons-wrapper .icon2 .stroke img{
        height: 18px;
        width: 15px;
        object-fit: contain;
    }
    /*End header section*/

    /*Start category section*/
    .page-id-707 .categories-section{
        background-image: none;
    }

    .page-id-707 .categories-section .scroll-arrow{
        top: -96px;
    }

    .page-id-707 .categories-section .scroll-arrow .circle{
        width: 66px;
    }

    .page-id-707 .categories-section .scroll-arrow .arrow{
        height: 172px;
    }

    .page-id-707 .categories-section .categories-list-item{
        gap: 24px 0;
    }

    .page-id-707 .categories-section .product-description{
        gap: 8px 0;
    }

    .page-id-707 .categories-section .product-description .product-title{
        font-size: 24px;
        font-weight: 400;
        line-height: 125%;
    }

    /*.page-id-707 .categories-section .categories-list-item .categories-list-item-bg{*/
    /*    max-width: 115px;*/
    /*    width: 100%;*/
    /*}*/

    /*.page-id-707 .categories-section .categories-list-item .categories-list-item-bg svg{*/
    /*    width: 100%;*/
    /*    height: 148px;*/
    /*}*/

    .page-id-707 .categories-section .product.nugs{
        width: 180px;
        object-fit: contain;
    }

    .page-id-707 .categories-section .cartridges-wrapper {
        /*top: -15px;*/
        /*left: 32px;*/
        top: 25px;
    }

    .page-id-707 .categories-section .cartridges-2{
        position: absolute;
        right: -35px;
        top: 11px;
    }

    .page-id-707 .categories-section .cartridges-1,
    .page-id-707 .categories-section .cartridges-2{
        height: 138px;
    }

    .page-id-707 .choco-edis-wrapper{
        top: 25px;
    }

    .page-id-707 .choco-edis-wrapper .edis{
        width: 80px;
        object-fit: contain;
        top: 39%;
        left: 34px;
    }

    .page-id-707 .choco-edis-wrapper .choco{
        height: 130px;
    }

    .page-id-707 .categories-section .product.joints{
        height: 173px;
        border-radius: 0 0 0 17px;
        top: -29px;
        left: 23px;
    }

    .page-id-707 .categories-section .categories-content .btn{
        padding: 21px 28px;
    }
    /*End category section*/


    /*Start Text Section*/
    .page-id-707 .text-section{
        padding: 0 0 153px 0;
        background-image: none;
    }

    .page-id-707 .text-section .btn{
        padding: 21px 28px;
    }

    .page-id-707 .text-section .container .text-content{
        gap: 45px 0;
    }

    .page-id-707 .text-section .container img,
    .page-id-707 .text-section .container::before{
        display: none;
    }

    .page-id-707 .text-section .container .text-content .text{
        font-size: 24px;
        font-weight: 400;
        line-height: 125%;
    }
    /*End Text Section*/


    /*Start locations section*/
    .page-id-707 .locations-section .container{
        padding: 0 8px;
    }

    .page-id-707 .locations-section .container .locations-content{
        padding: 100px 24px 27px 24px;
        background-color: #D4D2C6;
        background-image: url(../media/locations-decoration-mobile.png);
        background-position-y:top;
        background-position-x: right;
    }

    .page-id-707 .locations-section .container .locations-slider .swiper-wrapper{
        grid-template-columns: repeat(1, 1fr);
        gap: 16px 0;
        margin: 64px 0 27px 0;
    }

    .page-id-707 .locations-section .container .locations-slider .buttons-wrapper{
        display: none;
    }
    /*End locations section*/


    /*Start testimonials section*/
    .testimonials-section .container{
        padding: 0 8px;
    }

    .page-id-707 .testimonials-content{
        padding: 96px 14px 0 14px;
        gap: 12px 0;
    }

    .page-id-707 .testimonials-content .testimonials-slider .swiper-slide{
        gap: 30px 0;
    }

    .page-id-707 .testimonials-content .testimonials-slider .swiper-slide p{
        font-size: 24px;
        line-height: 135%;
    }

    .page-id-707 .testimonials-content .testimonials-slider .swiper-pagination{
        margin-top: 35px;
    }

    .page-id-707 .testimonials-content .testimonials-slider{
        padding-bottom: 88px;
    }
    /*End testimonials section*/


    /*Start Download app styles*/
    .page-id-707 .download-experience{
        padding-top: 600px;
        background-color: #121213;
    }

    .page-id-707 .download-experience .download-bg{
        height: 912px;
        background-position-x: 49%;
        background-color: #333934;
        background-position-y: 30px;
    }

    .page-id-707 .download-experience .decoration{
        display: none;
    }

    .page-id-707 .download-experience .aroma-hill-estates{
        width: 23px;
        gap: 5px 0;
        top: -277px;
        right: 34px;
    }

    .page-id-707 .download-experience .download-experience-content{
        /*padding: 0 8px;*/
        gap: 0;
    }

    .page-id-707 .download-experience .download-experience-content .container{
        padding: 0 8px;
    }

    .page-id-707 .download-experience .download-block{
        background-color: #D4D2C6;
        max-width: 100%;
    }

    .page-id-707 .download-experience .download-block .paragraph{
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
        margin: 24px 0;
    }

    .page-id-707 .download-experience .download-block .download-btn{
        font-size: 16px;
        font-weight: 700;
        line-height: 160%;
    }

    .page-id-707 .download-experience .aroma-hill-estates .stroke{
        width: 23px;
        height: 33px;
    }

    .page-id-707 .download-experience .aroma-hill-estates .stroke img{
        width: 10px;
        height: 12px;
    }

    .page-id-707 .download-experience .experience .experience-list{
        grid-template-columns: repeat(1, 1fr);
        gap: 48px 0;
    }

    .page-id-707 .download-experience .experience .experience-item{
        gap: 13px 0;
    }

    .page-id-707 .download-experience .experience .experience-item .image {
        height: 273px;
        overflow: hidden;
    }

    .page-id-707 .download-experience .experience .experience-item .title{
        margin-top: 19px;
    }

    .page-id-707 .download-experience .experience{
        padding-top: 78px;
        gap: 62px 0;
    }
    /*End Download app styles*/

    /*Start instagram section styles*/
    .page-id-707 .instagram-section{
        padding: 37px 0 55px 0;
    }

    .page-id-707 .instagram-section .container{
        background-image: none;
    }
    /*End instagram section styles*/
}


/*Custom css*/
    a.product > img {
    /*width: 155px !important;*/
}
.page-id-707 .categories-section .product {
    top: 80px !important;
}
.page-id-707 a.product.choco-edis-wrapper{
    top: 80px !important;
}
.page-id-707 .categories-list-item-bg svg {
        width: 250px;
    height: 330px;
    border: 5px solid rgba(197, 111, 74, 1);
    border-radius: 125px;
    background-color: rgba(255, 255, 255, 1);
}
.page-id-707 a.product.choco-edis-wrapper {
    top: 80px !important;
}
.page-id-707 .categories-section .product-description .product-title{
        color: rgba(52, 57, 53, 1);
    font-family: 'Avenir LT Pro';
    font-size: 25px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 10px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
}
.page-id-707 .categories-section .product-description p.product-desc {
    color: rgba(52, 57, 53, 1);
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 32px;
}
.page-id-707 .categories-section{
        padding: 65px 56px !important;
            padding-bottom: 0px !important;
}
.page-id-707 .categories-section .categories-content{
        padding-bottom: 80px !important;
}
.btn.btn-white {
    background-color:#FFF;
    color: rgba(52, 57, 53, 1);
    font-family: 'Avenir LT Pro';
    font-size: 16px;
    font-weight: 800;
    font-style: heavy;
    text-align: center;
}
.page-id-707 .categories-section .categories-content h2.title-l {
    width: 100%;
    text-align: center;
    padding-top: 20px;

    color: rgba(255, 255, 255, 1);
    font-family: 'Kaisei Tokumin';
    font-size: 80px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 80px;
}
.page-id-707 .header-section .header-content .title-xl {
    text-align: center;
    margin-bottom: 15px !important;
    color: rgba(255, 255, 255, 1);
    font-family: 'Kaisei Tokumin';
    font-size: 120px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 80px;
}
.page-id-707 .header-section .header-content .title-xs{
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 14px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 5.6px;
    text-align: center;
    line-height: 20px;
    margin-bottom: 15px;
    }
p.benifits-desc {
   
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    margin-top: 25px;
    line-height: 32px;
}
.categories-content.benifits-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    z-index: 999;
    position: relative;
    margin-top:0px;
}
.categories-lis.benifits-list {
    max-width: 85%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 50px;
    margin: 20px 0 30px 0;
    margin: 0 auto;
    margin-bottom: 50px;
}
.categories-list-item.benifits-list-item {
    width: 33.33%;
}
h2.product-title.benifit-title{
        color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    font-weight: 900;
    font-style: black;
    text-align: center;
    line-height: 32px;
}
p.product-desc.benifit-desc{
        color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    font-weight: 400;
    font-style: black;
    text-align: center;
    line-height: 32px;
        margin-bottom: 30px;
}
.benifits-list-item > img {
    /*width: 33% !important;*/
        margin-bottom: 15px;
}
.benifits-list-item:nth-of-type(2) img {
        /*width: 45% !important;*/
    margin-bottom: 15px;
}
.benifits-list-item:first-child img {
    /*width: 40% !important;*/
    margin-bottom: 15px;
}
h5.point-spent {
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 3px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}
h6.point-spent-value {
    /* width: 400px; */
    /* height: 30px; */
    color: rgba(153, 195, 90, 1);
    font-family: 'Avenir LT Pro';
    font-size: 50px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 8.33px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 20px;
}
.page-id-707 .header-section {
    position: relative;
    padding-top: 70px !important;
    padding-bottom: 80px !important;
}
.page-id-707 .loyalty-club-section.app-section {
    background-color: #1D1F1D;
}
.page-id-707 .loyalty-club-image.app-image{
    width:50%;
}
.page-id-707 .loyalty-club-image.app-image > img{
    width:45%;
}
.page-id-707 h2.title-l.app-title {
    text-align: left;
}
.page-id-707 p.paragraph.app-desc {
    text-align: left;
    margin-left: 0px;
}
.page-id-707 .loyalty-club-section.app-section .container .loyalty-club-content .form-wrapper {
    text-align: left;
}
.page-id-707 .download-experience.download-app-section {
    background-color: #171a18;
    padding: 70px 0 0 0;
}
.page-id-707 .download-experience .aroma-hill-estates.app-image img {
    width: 100%;
    max-width: 50%;
}
.page-id-707 .download-experience .download-block.app-section {
    background-color: transparent;
    max-width: 60%;
    padding: 44px 64px;
}
.page-id-707 .download-experience .download-block.app-section h2, .page-id-707 .download-experience .download-block.app-section p {
    color: #FFF !important;
}
.page-id-707 .app-section .decoration {
    position: absolute;
    height: 300px;
    width: 400px;
    background-image: url('https://aromahillcannabis.com/wp-content/uploads/2025/09/decoration-1.png');
    background-position: center;
    background-repeat: no-repeat;
    right: 15rem;
    top: 120px;
}
.page-id-707 .loyalty-club-section.faq-section, .loyalty-club-content.faq  {
 
    background-color: #333934;
        padding: 10px 56px !important;
}
.loyalty-club-section.summer-section{
     background-color: #333934;
}
.loyalty-club-content.faq h1 {
    /* width: 684px; */
    /* height: 160px; */
    color: rgba(255, 255, 255, 1);
    font-family: 'Kaisei Tokumin';
    font-size: 80px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 80px;
    width: 85%;
    margin: 0 auto;
}
.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top:60px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
button.faq-question {
    background-color: transparent !important;
    border: unset !important;
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 3px;
    text-transform: uppercase;
    
}
.faq-question {
  width: 100%;
  text-align: left;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-toggle-icon {
    font-size: 20px;
    transition: color 0.3s 
ease;
    width: 20px;
    height: 20px;
    /* border: 2px solid rgba(153, 195, 90, 1); */
    color: rgba(153, 195, 90, 1);
}
.faq-answer {
  display: none;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  display: block;
}
.faq-item.active .faq-answer {
    display: block;
    
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    font-weight: 500;
    font-style: medium;
}
.faq-item.active .faq-toggle-icon {
  transform: rotate(0deg); /* + turns into x */
}
.faq-item.active .faq-answer > p > a {
    display: inline-block;
    color: #99C35A;
    text-decoration: underline;
}
a.btn.btn-white:hover {
    background-color: transparent;
  
    border: 1px solid rgba(255, 255, 255, 1);
    
    color: rgba(52, 57, 53, 1);
    font-family: 'AVENIR LT PRO';
    font-size: 16px;
    font-weight: 800;
    font-style: heavy;
    text-align: center;
   
}
.page-id-707 .decoration.faq-decoraton {
   position: absolute;
    height: 250px;
    width: 200px;
    background-image: url(https://aromahillcannabis.com/wp-content/uploads/2025/09/faq-decoration.png);
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    margin: 0 auto;
    margin-left: 30rem;
    /* z-index: 9999; */
    margin-top: -7rem;
}
.loyalty-club-section.summer-section{

    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    z-index: 999;
    position: relative;
}
.loyalty-club-section.summer-section {
    background-color: #1d1f1d !important;
}
.loyalty-club-section .paragraph {
    max-width: 468px;
    width: 100%;
    width: 110% !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    margin: 0px auto;
}
.page-id-707 .summer-section .loyalty-club-content{
        padding: 65px 56px !important;
}
.page-id-707 p.paragraph.summer-desc {
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 530px;
}
.categories-lis.benifits-list.summer-image-list {
    max-width: 100% !important;
    gap: 0 5px;
}
.benifits-list-item.summer-sec-image > img {
    width: 66% !important;
}
.categories-list-item.benifits-list-item.summer-sec-image:last-child {
    display: block;
}
.daily-ascent-deals {
    background-color: #2d3430;
    /* color: #c9e375; */
    text-align: center;
    padding: 50px 20px;
    background-image: url('https://aromahillcannabis.com/wp-content/uploads/2025/09/mountan-scaled.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: 64% 50%;
    padding-bottom: 530px !important;
}
.daily-ascent-deals {
  background-color: #2d3430;
  color: #c9e375;
  text-align: center;
  padding: 50px 20px;
}

.daily-ascent-deals .section-title {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}

.deal-slide {
    padding: 40px 20px;
    border-radius: 10px;
    /*max-width: 350px;*/
    margin: 0 auto;
}

.deal-slide h3 {
    font-size: 36px;
    margin-bottom: 10px;
   
    color: rgba(153, 195, 90, 1);
    font-family: 'Avenir LT Pro';
    font-size: 50px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 8.33px;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
}

.deal-slide p {
    font-size: 18px;
    margin-bottom: 35px;
    color: #fff;
   
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 18px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 3px;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
}
p.location-desc {
 
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 15px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 20px;
}
.deal-slide small {
  color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 12px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 15px;

}
.decoration-3:after {
    content: "";
    position: absolute;
    height: 400px;
    width: 400px;
    background-image: url(https://aromahillcannabis.com/wp-content/uploads/2025/09/oi.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 20%;
    transform: translateX(-50%);
}
.shop-text {
  color: #fff;
  margin-top: 30px;
}

.shop-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 12px 30px;
  background: #79c141;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

/* arrows ka color / visibility force karne ke liye */
/*.swiper-button-next,*/
/*.swiper-button-prev {*/
/*  color: #000 !important;   */
/*  background: rgba(255,255,255,0.7); */
/*  border-radius: 50%;*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  z-index: 99;                */
/*}*/

/*.swiper-button-next:after,*/
/*.swiper-button-prev:after {*/
/*  font-size: 18px !important; */
/*  color: #000 !important;     */
/*}*/



.swiper-pagination-bullet-active {
  background: #c9e375;
}
.decoration.faq-decoraton.ascent-decoration {
    margin-left: 35rem;
    margin-top: -4.6rem;
}
.ascent-title{
    color: rgba(255, 255, 255, 1) !important;
    font-family: 'Kaisei Tokumin';
    font-size: 80px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 80px;
        padding-top: 30px;
}
.swiper.deals-swiper {
    margin-top: 4rem;
}
.title-l {
    margin-top: 18px;
    margin-bottom: 30px !important;
}
p.paragraph {
    margin-top: 40px !important;
    margin-bottom: 35px !important;
}
span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: transparent;
    margin: 4px !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF;
}
.swiper-button-next, .swiper-button-prev{
    display:none;
}
.page-id-707 .categories-section .categories-list-item:last-child p.product-desc {
  margin-bottom:35px;   
}
.loyalty-club-section .loyalty-club-content .loyalty-club-logo{
    right: -50px;
}
h1.title-xl.faq-title.ascent-title:before {
    content: "";
        position: fixed;
        height: 250px;
        width: 250px;
        background-image: url(https://aromahillcannabis.com/wp-content/uploads/2025/09/faq-decoration.png);
        background-repeat: no-repeat;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    top: -3rem;
}
h1.title-xl.faq-title:before {
  content: "";
        position: fixed;
        height: 250px;
        width: 250px;
        background-image: url(https://aromahillcannabis.com/wp-content/uploads/2025/09/faq-decoration.png);
        background-repeat: no-repeat;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    top: -4.7rem;
}
.page-id-707 .loyalty-club-image.app-image {
  position: relative; /* parent ko relative zaroori hai */
  text-align: center;
}

.page-id-707 .loyalty-club-image.app-image::before {
      content: "";
    position: absolute;
    height: 300px;
    width: 400px;
    background-image: url(https://aromahillcannabis.com/wp-content/uploads/2025/09/decoration-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 45%;
    transform: translateX(-50%);
    top: 20%;

  /* optional – peeche bhejna */
}

.page-id-707 .categories-section .categories-list{
        margin: 20px 0 60px 0 !important;
}
@media screen and (max-width: 667px) {
    .page-id-707 .loyalty-club-section .loyalty-club-content{
        display: block !important;
        padding: 65px 0px !important;
        padding-bottom: 0px !important;
    }
    .page-id-707 .loyalty-club-section .loyalty-club-content .form-wrapper {
    text-align: center;
           padding: 50px 50px 50px 50px;
}
.page-id-707 .loyalty-club-section .loyalty-club-image{
    padding: 0px !important;
}
.page-id-707 .categories-section {
    padding: 100px 20px !important;
    padding-bottom: 0px !important;
}
.page-id-707 .categories-section .categories-content h2.title-l {
    width: 80%;
    text-align: center;
    padding-top: 45px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Kaisei Tokumin';
    font-size: 50px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 50px;
}
a.product > img {
    /*width: 80px !important;*/
}
.categories-list .categories-list-item img {
        top: 0px !important;
        left: 0 !important;
    }
    
    .page-id-707 .categories-section .categories-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
                margin: 25px 0 64px 0;
    }
    
    .page-id-707 .header-section .header-content .title-xl{
        color: rgba(255, 255, 255, 1);
    font-family: 'Kaisei Tokumin';
    font-size: 50px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 60px;
    }
    .page-id-707 .header-section .header-content .title-xs{
        color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 10px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 4px;
    text-align: center;
    line-height: 20px;
    }
    .page-id-707 .header-section {
    padding-top: 100px !important;
        
    }
    p.benifits-desc {
    /* width: 320px; */
    /* height: 50px; */
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 16px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 25px;
    margin-top: 15px;
}
h2.product-title.benifit-title, p.product-desc.benifit-desc{
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 16px;
    font-weight: 900;
    font-style: black;
    text-align: center;
    line-height: 25px;
}
   .categories-list-item.benifits-list-item {
    margin-top: 30px;
}
h5.point-spent{
        color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 14px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 2.33px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
} 
h6.point-spent-value{
        color: rgba(153, 195, 90, 1);
    font-family: 'Avenir LT Pro';
    font-size: 40px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 6.67px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
}
.btn-green{
    width: 70%;
}
.app-section .loyalty-club-content {
    padding: 25px 0px !important;
}
.loyalty-club-section .loyalty-club-content .form-wrapper .title-l{
            color: rgba(255, 255, 255, 1);
        font-family: 'Kaisei Tokumin';
        font-size: 50px;
        font-weight: 500;
        font-style: medium;
        text-align: center;
        line-height: 50px;
}
    .page-id-707 .categories-section .product-description .product-title{
          color: rgba(52, 57, 53, 1);
    font-family: 'Avenir LT Pro';
    font-size: 20px;
    font-weight: 800;
    font-style: heavy;
    letter-spacing: 8px;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;  
        
    }
    .page-id-707 .categories-section .product-description p.product-desc{
        color: rgba(29, 31, 29, 1);
    font-family: 'Avenir LT Pro';
    font-size: 16px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 25px;
    }
    .page-id-707 .categories-section .categories-list {
           gap: 40px 63px;
        margin: 15px 0 15px 0;
    }
    .btn.btn-white{
        width: 70%;
    }
    .page-id-707 .categories-section .categories-list-item{
        width: 90% !important;
    }
    .categories-lis.benifits-list {
    max-width: 90%;
    display:block;
    }
    .page-id-707 p.paragraph.app-desc{
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 16px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 25px;
    }
    .page-id-707 .loyalty-club-section.app-section .container .loyalty-club-content .form-wrapper {
    text-align: center;
}
.page-id-707 .loyalty-club-image.app-image {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}
.page-id-707 .app-section .decoration{
    right: 0rem;
    top: 120px;
    display:none;
}
.page-id-707 .loyalty-club-image.app-image > img {
    width: 80%;
}
.decoration.faq-decoraton.ascent-decoration {
    margin-left: 5rem;
    margin-top: -4.6rem;
}
.ascent-title{
    font-family: 'Kaisei Tokumin';
    font-size: 50px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 50px;

}
.page-id-707 p.paragraph.summer-desc{
    margin-top:10px !important;
}
.categories-list-item.benifits-list-item{
            width: 60%;
        margin: 0 auto;
        margin-top: 10px;
}
/*.categories-list-item.benifits-list-item:first-child{*/
/*      margin-top: 10px !important;*/
/*}*/
a.benifits-button{
    margin-top:25px;
}
.benifits-list-item > img{
    width:40% !important;
}
.categories-lis.benifits-list{
    margin-bottom: 30px !important;
}
.categories-lis.benifits-list.summer-image-list {
    max-width: 100% !important;
    gap: 0 5px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    align-items: center;
    text-align: center;
}
.benifits-list-item.summer-sec-image > img {
    width: 100% !important;
    width: 100%;
    height: auto;
    display: block;
}
.page-id-707 .decoration.faq-decoraton{
    left: 8rem;
    margin-left: unset;
    display: none;
}
.decoration.faq-decoraton.ascent-decoration{
    display:none;
}
.loyalty-club-content.faq h1{
    font-size: 50px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 50px;
}
.page-id-707 .loyalty-club-section.faq-section, .loyalty-club-content.faq{
    padding: 10px 15px !important;
}
h1.title-xl.faq-title.ascent-title:before {
    content: "";
        position: fixed;
        height: 250px;
        width: 250px;
        background-image: url(https://aromahillcannabis.com/wp-content/uploads/2025/09/faq-decoration.png);
        background-repeat: no-repeat;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    top: -3rem;
}
h1.title-xl.faq-title:before {
  content: "";
        position: fixed;
        height: 250px;
        width: 250px;
        background-image: url(https://aromahillcannabis.com/wp-content/uploads/2025/09/faq-decoration.png);
        background-repeat: no-repeat;
        background-size: contain;
        left: 50%;
        transform: translateX(-50%);
    top: -4.7rem;
}
.page-id-707 .loyalty-club-image.app-image {
  position: relative; /* parent ko relative zaroori hai */
}

.page-id-707 .loyalty-club-image.app-image::before {
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  background-image: url(https://aromahillcannabis.com/wp-content/uploads/2025/09/decoration-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;

  /* ✅ Center horizontally */
  left: 50%;
  transform: translateX(-50%);

  /* ✅ Distance from top of parent */
  top: 0rem;

  /* optional – peeche bhejna */
}
h2.title-l.main-heading.aos-init.aos-animate {
    width: 100%;
}
    .loyalty-club-section .container {
        padding: 0 0px !important;
    }
    .decoration-3:after{
        margin-top: 3rem;
            height: 200px;
    width: 200px;
    }
    .daily-ascent-deals{
            background-position: 20% 70%;
    padding-bottom: 370px !important;
    }
}
@media only screen and (min-width: 560px) and (max-width: 650px){
   .page-id-707 .loyalty-club-section .loyalty-club-content{
        display: block !important;
        padding: 65px 0px !important;
        padding-bottom: 0px !important;
    }
    .page-id-707 .loyalty-club-section .loyalty-club-content .form-wrapper {
    text-align: center;
           padding: 50px 50px 50px 50px;
}
.page-id-707 .loyalty-club-section .loyalty-club-image{
    padding: 0px !important;
}
.page-id-707 .categories-section {
    padding: 100px 50px !important;
}
.page-id-707 .categories-section .categories-content h2.title-l {
    width: 80%;
    text-align: center;
    padding-top: 45px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Kaisei Tokumin';
    font-size: 50px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 50px;
}
    .page-id-707 .categories-section .categories-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .page-id-707 .categories-section .categories-list-item{
        width: 90% !important;
    }
    .categories-lis.benifits-list {
    max-width: 90%;
    display:block;
    }
    .page-id-707 p.paragraph.app-desc{
    color: rgba(255, 255, 255, 1);
    font-family: 'Avenir LT Pro';
    font-size: 16px;
    font-weight: 500;
    font-style: medium;
    text-align: center;
    line-height: 25px;
    }
    .page-id-707 .loyalty-club-section.app-section .container .loyalty-club-content .form-wrapper {
    text-align: center;
}
.page-id-707 .loyalty-club-image.app-image {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}
.page-id-707 .app-section .decoration{
    right: 0rem;
    top: 120px;
}
.page-id-707 .loyalty-club-image.app-image > img {
    width: 80%;
}
.decoration.faq-decoraton.ascent-decoration {
    margin-left: 10rem;
    margin-top: -4.6rem;
}

}