:root {
    --primary: #681E77;
    --secondary: #FE5E00;
    --black: #000000;
    --white: #fff;
    --card-light: #EBF2F3;
    --secondary-section: #FAF0E6;
    --light-gray: #F9F9F9;
}
.product_details_slider .slick-slide {
    margin: 0 8px;
}

.product_details_slider .slick-list {
    margin: 0 -8px;
    padding-bottom: 4px;
}
.campaign-banner .banner-content .review-image {
    top: 20px;
    width: 100px;
    right: 20px;
    height: auto;
    @media (max-width:375px) {
        width: 80px;
        top: 15px;
    }
}

.campaign-banner .banner-content .text-content {
    bottom: 24%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: auto;
}

.campaign-banner .banner-content .text-content .subtext p {
    color: var(--secondary);
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    line-height: 1.4;
}

.campaign-banner .banner-content .text-content .heading h1 {
    color: var(--primary);
    font-size: 22px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
    margin-bottom: 0;

    @media (max-width:375px) {
        font-size: 20px;
    }
}

.campaign-banner .banner-content .text-content .heading {
    max-width: 310px;
    margin: auto;
    margin-top: 40px;
    background-color: #FFFFFFBF;
    padding: 16px 6px;

    @media (max-width:375px) {
        margin-top: 20px;
    }
}

.campaign-banner .banner-content .text-content .subtext {
    max-width: 240px;
    margin: auto;
    background-color: #FFFFFFBF;
    padding: 9px 14px;
}

.features .card,.features-banner .card {
    border: 0.1px solid #000000;
    box-shadow: 1px 1px 0px 0px #00000040 inset, 2px 2px 2px 0px #00000040;
    border-radius: 5px;
    height: 100%;
    transition: all 0.3s ease;
    padding: 10px 6px;
}

.features .card .feature-icon img,.features-banner .card .feature-icon img {
    width: 27px;
    height: auto;
}

.features .card .feature-icon,.features-banner .card .feature-icon {
    background-color: var(--primary);
    border-radius: 50px;
    padding: 7px;
}

.features .feature-item,.features-banner .feature-item {
    flex: 1;
}

.features .card p,.features-banner .card p {
    margin-top: 5px;
    color: var(--primary);
    font-size: 11px;
    flex: 1;
}
.features .card p.feature-number,.features-banner .card p.feature-number{
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    flex: 0;
    color: var(--white);
}
.features-banner .card .highlight-text,.features .card .highlight-text {
    background-color: var(--primary);
    width: 48px;
    height: 48px;
    border-radius: 100px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-list {
    max-width: 320px;

    @media (max-width:375px) {
        gap: 10px !important;
    }
}
.features-banner{
    max-width: 400px;
    gap: 15px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.features-banner .container{
    padding: 0 !important;
}
.features-banner{
    margin-top: 20px;
}

.features {
    bottom: -50px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

.bannerMain {
    margin-bottom: 70px;
}

@media (min-width:576px) {
    .campaign-banner .bg-image {
        /* max-height: calc(100vh - 230px); */
    }
    /* .campaign-banner .bg-image{
        height: 380px;
    } */
    .campaign-banner .bg-image img {
        object-fit: cover;
        /* max-height: calc(100vh - 230px); */
    }
}

.campaign-banner .banner-content .text-content .banner-text h1 {
    color: var(--primary);
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 10px;
}

.campaign-banner .banner-content .text-content .banner-text p {
    color: var(--secondary);
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}
.features-banner .card:hover {
    transform: scale(1.01) translateY(-2px);
    box-shadow: 1px 1px 0px 0px #00000040 inset, 2px 2px 8px 0px #00000040;
}
@media (min-width:575px) {
    .campaign-banner .banner-content .text-content {
        /* top: 50%; */
        bottom: 20%;
        left: 0;
        /* transform: translateY(-50%); */
        transform: unset;
        padding-bottom: 10px;
        max-width: calc( 360px + 1rem);
        max-width: fit-content;
        padding-left: 1rem;
        text-align: left !important;
    }
}
@media (min-width:768px) {
    .campaign-banner .bg-image img,.campaign-banner .bg-image{
        min-height: 400px;
    }
    .campaign-banner .banner-content .text-content {
        /* top: 50%; */
        bottom: 0%;
        left: 0;
        /* transform: translateY(-50%); */
        transform: unset;
        padding-bottom: 40px;
        max-width: calc( 360px + 1rem);
        padding-left: 1rem;
        text-align: left !important;
        max-width: fit-content;
    }
}
@media (min-width:992px) {
    .campaign-banner .bg-image img,.campaign-banner .bg-image{
        min-height: 500px;
    }
    .features-banner{
        margin-top: 30px;
    }
    .bannerMain {
        margin-bottom: 0;
    }
    .campaign-banner .banner-content .review-image{
        width: 140px;
        right: 0;
        margin-right: 1rem;
    }
    .feature-list{
        max-width: 100%;
    }
    .features-banner .card p{
        font-size: 12px;
    }
    .features .card p.feature-number,.features-banner .card p.feature-number{
        margin-top: 0;
        font-size: 20px;
    }
    .features-banner .card .highlight-text,.features .card .highlight-text{
        width: 58px;
        height: 58px;
    }
    .campaign-banner .banner-content .text-content .banner-text h1 {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    .campaign-banner .banner-content .text-content .banner-text p{
        font-size: 24px;
        line-height: 1.5;
    }
    .campaign-banner .banner-content .text-content {
        /* top: 50%; */
        bottom: 0;
        left: 0;
        padding-bottom: 40px;
        /* transform: translateY(-50%); */
        max-width: calc( 360px + 1rem);
        padding-left: 1rem;
        text-align: center !important;
        max-width: fit-content;
    }
    
}

@media (min-width:1024px) {
    .campaign-banner .bg-image img,.campaign-banner .bg-image{
        min-height: 500px;
    }
    .features .card .feature-icon img,.features-banner .card .feature-icon img{
        width: 30px;
    }
    .campaign-banner .banner-content .review-image{
        width: 140px;
        margin-right: 3.15rem;
    }
    .feature-list{
        max-width: 100%;
    }
    .features-banner .card .feature-icon img{
        width: 30px;
    }
    .features-banner .card p{
        font-size: 14px;
    }
    /* .features .card p.feature-number,.features-banner .card p.feature-number{
        margin-top: 0;
        font-size: 24px;
    } */
    .campaign-banner .banner-content .text-content .banner-text h1 {
        font-size: 36px;
    }
    .campaign-banner .banner-content .text-content .banner-text p{
        font-size: 28px;
    }
    .campaign-banner .banner-content .text-content {
        max-width: calc(400px + 1rem);
        padding-left: 1rem;
        max-width: fit-content;
        /* text-align: left !important; */
    }
}

@media (min-width:1280px) {
    .campaign-banner .banner-content .review-image{
        width: 160px;
        margin-right: 3.15rem ;
    }
    .campaign-banner .banner-content .text-content {
        /* max-width: calc(400px + 3.15rem); */
        padding-left: 3.15rem;
        /* text-align: left !important; */
    }
}
@media (min-width:1920px) {
    .campaign-banner .bg-image {
        max-height:50vh;
    }
    .campaign-banner .bg-image img {
        object-fit: cover;
        max-height:50vh;
    }
}
@media (max-width:575px){
    .bg-image:before {
        content: '';
        width: 100%;
         background: #FBD4BC;
        background: linear-gradient(180deg, rgba(251, 212, 188, 0) 30%, rgba(251, 212, 188, 1) 100%);
        height: 100%;
        position: absolute;
        display: block;
    }
    
    .bg-image {
        position: relative;
    }
}