.cleanpowders-rich-container {
    font-family: 'FS Me';
    font-size: 15px;
    font-style: normal;
    position: relative;
}
.cpc-title {
    background-color: #5c6360;
    padding:15px 0;
    text-align:center;
}

.cpc-banner img {
    width:100%;
}

.cpc-description {
    padding: 55px;
    background-color: #f8f2e9;
    text-align: center;
    color: #3a3e3d;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .cpc-description h2 {
        font-family: 'Campton';
        font-size: 60px;
        line-height: 60px !important;
    }
    .cpc-description p {
        font-size: 30px;
        font-family: 'FS Me';
        line-height: 35px;
    }

    h2.cpc-title {
        background: #a19b88;
        font-weight: bold;
        font-family: 'Campton';
        font-size: 55px;
        color: #fff;
        padding: 10px 0px;
        margin: 0px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0px;
    }

.cpc-banner, .cpc-lp-items-area {
    position: relative;
}

.cpc-bg-1 {
    background-color: #e0e7cc;
}

.cpc-bg-2 {
    background-color: #f4ddc7;
}

.cpc-bg-3 {
    background-color: #fffbdb;
}

.cpc-bg-4 {
    background-color: #f3d6d5;
}

.cpc-banner .item {
    border-bottom: 30px solid #f8f2e9;
}


.cpc-card {
    display: flex;
    gap: 40px; 
    height:681px;
}

.cpc-left {
    flex: 45%;
}

.cpc-right {
    flex: 55%;
}


.cpc-relative {
    position: relative;
}

.cpc-card-info {
    position: absolute;
    display: flex;
    bottom: 0;
    border-radius: 15px 15px 0 0;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
    gap: 30px;
    justify-content: center;
}

.cpc-left img{
    width:100%;
    height:auto;
}

.cpc-images {
    display: flex;
    align-items:flex-end;
    gap:6px;
}

    .cpc-images .w-50 {
        max-width: 67px;
        max-height: 90px;
    }

    .cpc-data {
        position: relative;
    }

    .cpc-data:before {
        content: '';
        width: 1px;
        height: 30px;
        background: #333;
        position: absolute;
        right: -15px;
        top: 15px;
    }

    .cpc-data:last-of-type::before {
        background: transparent;
    }

        .cpc-data h3 {
            font-size: 20px;
            font-family: 'Gotham';
            font-weight: bold;
            display: block;
            letter-spacing: -1px;
            margin-bottom: 5px;
            line-height: 1;
        }

.cpc-data p {
    font-size: 12px;
    font-family: 'Gotham Book';
    display: block;
    letter-spacing: -0.5px;
}
.cpc-right .cpc-right-top {
    display:flex;
    flex-direction: column;
    gap:20px;
}

.cpc-sub-title {
    font-family: 'FS Me';
    font-weight: bold;
    font-size:16px;
}
.cpc-right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cpc-right .cpc-right-top .cpc-right-title {
    font-size: 29px;
    font-family: 'Gotham';
    font-weight: bold;
    letter-spacing: -1px;
    color: #3a3a3a;
    display: block;
    margin: 0px;
    padding:0px;
}

.cpc-right-top ol {
    list-style-image: none;
}

.cpc-right-bottom {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-top: 30px;
}

    .cpc-right-bottom img {
        max-width:135px;
        max-height: 180px;
        width:100%;
        height:100%;
    }

.cpc-product-title {
    margin-bottom: 0px;
}

.cpc-product-title a {
    color: #333;
    margin-bottom: 0px;
}


.cleanpowders-rich-container ul, ol {
    padding: 0;
    margin: 0 0 10px 17px;
}
/** Slider */
.cleanpowders-rich-container .owl-carousel .owl-wrapper-outer {
    width: 100%;
}


.cpc-slider-arrows {
    position: absolute;
    bottom: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

    .cpc-slider-arrows .prev-slider-btn {
        margin-left: 10px;
        background: #fff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .cpc-slider-arrows .next-slider-btn {
        margin-right: 10px;
        background: #fff;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.cpc-banner .owl-controls {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;
}

    .cpc-banner .owl-controls .owl-page {
        display: inline-block;
    }

        .cpc-banner .owl-controls .owl-page span {
            background: none repeat scroll 0 0 #ffffff;
            border-radius: 20px;
            display: block;
            height: 15px;
            margin: 0 3px;
            opacity: 1;
            width: 15px;
            border: 1px solid #ddd;
        }

        .cpc-banner .owl-controls .owl-page.active span {
            background-color: #5c9541;
        }