/* .balm_box{
    max-width: 100%;
    margin:0 auto;
    width:800px;
}
.balm_box img{
    width: 80%;
} */


.v_logo{
    background: linear-gradient(160deg, #4a4a4a 0%, #111111 100%);
}

.acto_package.active .qty-radio-dot{
    background:black;
    outline: 2px solid #000000;
    border: 2px solid #ffffff;
}

.btn-primary{
    background: linear-gradient(0deg, rgba(62,154,1,1) 0%, rgba(127,198,0,1) 100%);
    /* border: 2px solid #3e9a01; */
    border:none;
    text-align: center;
}
.bnrbtn_new{
    background: linear-gradient(0deg, rgba(62,154,1,1) 0%, rgba(127,198,0,1) 100%);
}

.btn-primary:hover{
    border: 2px solid #3e9a01;
}

.balm_box_section{
    padding:80px 20px;
    background:#f9f9f9;
}

.balm_box_wrap{
    max-width:850px;
    margin:0 auto;
    text-align:center;
}

.balm_box_heading{
    margin-bottom:40px;
}

.balm_box_badge{
    display:inline-block;
    background:#ffd9e3;
    color:#b24d6d;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}

.balm_box_heading h2{
    font-size:48px;
    line-height:1.2;
    font-weight:800;
    color:#1f1f1f;
    max-width:850px;
    margin:0 auto 20px;
}

.balm_box_heading p{
    font-size:20px;
    line-height:1.6;
    color:#666;
    max-width:700px;
    margin:0 auto;
}

.balm_box_image{
    background:#fff;
    border-radius:24px;
    padding:20px;
    box-shadow:
        0 20px 60px rgba(0,0,0,.08);
}

.balm_box_image img{
    width:100%;
    display:block;
    border-radius:16px;
}

@media(max-width:767px){

    .balm_box_section{
        padding:50px 15px;
    }

    .balm_box_heading h2{
        font-size:32px;
    }

    .balm_box_heading p{
        font-size:16px;
    }

    .balm_box_image{
        padding:12px;
        border-radius:16px;
    }
}

.power-bullets li{
    /* background: linear-gradient(160deg, #ff9ec4 0%, #ff4f8b 100%); */
    background: linear-gradient(160deg, #4a4a4a 0%, #111111 100%);
}

.feature-card{
    background: linear-gradient(160deg, #4a4a4a 0%, #111111 100%);
    border:1px solid #111111;
}
.feature-card::before{
   background: linear-gradient(160deg, #4a4a4a 0%, #111111 100%);
}
.section--cream {
    background: #f9f9f9;
}
.nightbeam_box{
    gap:20px;
}
.diff-box::before{
    background: linear-gradient(160deg, #4a4a4a 0%, #111111 100%);
}
.diff-box{
    border:2px solid #111111;
}
.testimonial-featured{
    background: linear-gradient(160deg, #4a4a4a 0%, #111111 100%);
    border-left: 5px solid #111111;
}



.instant_results_wrap{
    display:flex;
    align-items:center;
    gap:50px;
}

.instant_results_content{
    flex:1;
}

.instant_results_image{
    flex:0 0 420px;
}

.instant_results_image img{
    width:100%;
    display:block;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

@media(max-width:768px){

    .instant_results_wrap{
        flex-direction:column;
    }

    .instant_results_image{
        flex:auto;
        max-width:450px;
        margin:0 auto;
        order:-1; /* image first on mobile */
    }
}

.faq-section h2{
    color: #000 !important;
}

.faq-q span{
   color: #000 !important; 
}
.section--parchment{
     background: linear-gradient(160deg, #4a4a4a 0%, #111111 100%);
}
.tcard{
    background: linear-gradient(160deg, #4a4a4a 0%, #111111 100%);
}
.qty-badge-inline{
    background-color: #111111;
    color:#fff;
}
footer{
   background: linear-gradient(160deg, #4a4a4a 0%, #111111 100%); 
}

.qty-table .qty-row.prdbx.active{
    background-color: #dbdbdb !important;
    outline: 2px solid #111111 !important;
}
.qty-ship-cell{
    color:#000;
}

.w_fomo_wrapper .w_desc strong{
    color:#000;
}

.credit-sec{
	cursor: pointer;
}
