.product-box {
    width: 100%;
}
.product-box .container {
    padding: 0 50px;
    position: relative;
    z-index: 1;
}
.product-item {
    padding: 70px 0 50px;
    position: relative;
    overflow: hidden;
    background-color: #FFF9E8;
    transition: all 1s ease;
}

/* New color */

.color-creamyellow{
 background-color: #FFF9E8;
}
.color-creamyellow .shape-image svg .st0{
	 fill: #FFF1CC;
}

.color-palepink{
 background-color: #FAEAF0;
}
.color-palepink .shape-image svg .st0{
	 fill: #F5D6E2;
}

.color-lightrosepink{
 background-color: #FBE9EB;
}
.color-lightrosepink .shape-image svg .st0{
	 fill: #FDCED7;
}

.color-skyblue {
 background-color: #EAEFFA;
}
.color-skyblue  .shape-image svg .st0{
	 fill: #D6DEF5;
}

.color-creamybeige{
 background-color: #FEF4E7;
}
.color-creamybeige .shape-image svg .st0{
	 fill: #FFEBCC;
}

.color-lavenderblue{
 background-color: #EAEFFA;
}
.color-lavenderblue .shape-image svg .st0{
	 fill: #D6DEF5;
}

.color-lightcream{
 background-color: #FBF3EA;
}
.color-lightcream .shape-image svg .st0{
	 fill: #FCE9CF;
}

.color-petalpink{
 background-color: #FEE6EB;
}
.color-petalpink .shape-image svg .st0{
	 fill: #F8D3D7;
}

.color-petaldust{
 background-color: #FAEFEB;
}
.color-petaldust .shape-image svg .st0{
	 fill: #F4DFD7;
}

.color-softlemontint{
 background-color: #FFF8E5;
}
.color-softlemontint .shape-image svg .st0{
	 fill: #FFF1CC;
}

.color-lightpeach{
 background-color: #FFE9D7;
}
.color-lightpeach .shape-image svg .st0{
	 fill: #FFD8B8;
}

.color-goldencream
{
 background-color: #FCF7EB;
}
.color-goldencream  .shape-image svg .st0{
	 fill: #FFECC4;
}

/* New color */


.pro-slider-box {
    display: flex;
    flex-wrap: nowrap;
}
.pro-slider-box  .pro-left {
    width: 50%;
}
.pro-slider-box  .pro-right {
    width: 60%;
    margin-left: auto;
    margin-top: 100px;
}
.product-item .top-box {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 144px;
}
.product-item .bottom-box h2 {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    max-width: 450px;
    width: 100%;
    margin-bottom: 18px;
}
.product-item .bottom-box p:empty {
    display: none;
}
.product-item .bottom-box p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    margin: 0;
    width: 100%;
    max-width: 380px;
    margin-bottom: 30px;
}
.product-item .bottom-box .view-details {
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 50px;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s;
}
.product-item .bottom-box .view-details:hover {
    background-color: #000;
    color: #fff;
}
.shape-image {
    position: absolute;
    right: -200px;
    bottom: 30px;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 100%);
    transform-origin: bottom;
    transition: transform 1s ease;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.shape-image.active {
    transform: none;
    opacity: 1 !important;
    pointer-events: auto;
    visibility: visible;
}
.shape-image svg .st0 { 
    transition: all 1s ease;
}
.product-swiper .swiper-slide  {
    transform: scale(.50);
    transform-origin: bottom;
    transition: all .5s ease-in-out;
    text-align: center;
}
.product-swiper .swiper-slide.swiper-slide-active  {
    transform: scale(1) !important;
}
.product-swiper .product-navigation {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-left: 20%;
    margin-top: 20px;
}
.product-swiper .product-navigation .swiper-button-next, 
.product-swiper .product-navigation .swiper-button-prev {
    position: unset;
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid #000;
    border-radius: 50%;
}
.product-swiper .product-navigation .swiper-button-next:hover, 
.product-swiper .product-navigation .swiper-button-prev:hover {
    background-color: #000;
}
.product-swiper .product-pagination {
    width: 40px;
    height: 40px;
    margin: 0;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;

}
.product-swiper .product-navigation  .swiper-button-next:after,
.product-swiper .product-navigation  .swiper-button-prev:after {
    font-size: 14px;
    color: #000;
}
.product-swiper .product-navigation .swiper-button-next:hover:after, 
.product-swiper .product-navigation .swiper-button-prev:hover:after {
    color: #fff;
}

.stockist-section .box-1 {
    margin-left: 100px;
    z-index: 1;
    margin-bottom: 200px !important;
}
.stockist-section .box-4 {
    z-index: 1;
    margin-left: -160px;
    margin-top: 200px;
}
.stockist-section .box-2 { 
    margin-left: -60px;
}
.stockist-section .box-3 { 
    margin-left: 60px;
}
.img-parelex .elementor-widget-container { 
    position: relative;
    overflow: hidden;
    height: auto !important;
    border-radius: 38px;
}
.img-parelex .elementor-widget-container img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform-origin: 50% 50%;
    border-radius: 38px;
}
.parelex-effect {
    text-align: left;
    padding: 24px 30px;
}

.info-item {
    padding-left: 150px;
}


/* =========================================
 * Responsive *
===========================================*/

@media only screen and (max-width: 1460px) {
    .stockist-section .box-2 {
        margin-left: -10px;
    }
    .stockist-section .box-3 {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    .product-item .top-box {
        margin-bottom: 120px;
    }
    .shape-image {
        scale: 0.9;
    }
    .product-item .bottom-box h2 {
        font-size: 42px;
        line-height: 52px;
    }
	
	.info-item {
    padding-left: 120px;
}
}

@media only screen and (max-width: 1280px) {
    .shape-image {
        right: -160px;
    }
}

@media only screen and (max-width: 1200px) {
    .product-item {
        padding: 50px 0;
    }
    .product-item .bottom-box p {
        font-size: 18px;
        line-height: 26px;
        max-width: 360px;
        margin-bottom: 20px;
    }
    .product-item .bottom-box h2 {
        font-size: 40px;
        line-height: 50px;
        max-width: 380px;
    }
    .stockist-section .box-1 {
        margin-bottom: 160px !important;
    }
    .stockist-section .box-4 {
        margin-top: 160px;
    } 
    .pro-slider-box  .pro-right {
        margin-top: 60px;
    }
    .product-swiper .swiper-slide {
        transform: scale(.60);
    }
    .product-item .top-box {
        margin-bottom: 80px;
    }
    .shape-image {
        scale: 0.8;
        right: -180px;
    }
	.info-item {
    padding-left: 100px;
}
}

@media only screen and (max-width: 1100px) {

    .product-item .top-box {
        margin-bottom: 60px;
        font-size: 18px;
        line-height: 26px;
    }
    .product-item .bottom-box h2 {
        font-size: 30px;
        line-height: 42px;
        max-width: 380px;
    }
    .product-item .bottom-box p {
        font-size: 16px;
        line-height: 26px;
    }
	
	.info-item {
    padding-left: 90px;
}

}

@media only screen and (max-width: 991px) {

    .pro-slider-box {
        flex-wrap: wrap;
    }
    .pro-slider-box  .pro-right {
        width: 50%;
        margin-left: auto;
        margin-top: 0;
    }
    .shape-image {
        scale: 1;
        right: -150px;
        bottom: 0;
    }
    .product-swiper .product-navigation {
        gap: 6px;
    }
    .product-swiper .product-navigation .swiper-button-next,
    .product-swiper .product-navigation .swiper-button-prev {
        width: 34px;
        height: 34px;
    }
    .product-swiper .product-pagination {
        width: 34px;
        height: 34px;
    }
    .stockist-section .box-1 {
        margin-bottom: 60px !important;
    }   
    .stockist-section .box-4 {
        margin-top: 60px;
        margin-left: -60px;
    }
    .stockist-section .box-3 {
        margin-left: 0;
    }
    .stockist-section .box-2 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px){
    .product-box .container {
        padding: 0 20px;
    }
    .pro-slider-box  .pro-left {
        width: 100%;
    }
    .pro-slider-box  .pro-right {
        width: 100%;
        margin-left: auto;
        margin-top: 0;
    }
    .product-swiper .product-navigation {
        gap: 6px;
        margin-left: 0;
        justify-content: space-between;
    }
    .shape-image {
        scale: 1.7;
        right: 100px;
        bottom: -150px;
        height: auto;
    }
    .product-item {
        padding: 60px 0;
    }
    .product-item .top-box {
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 26px;
    }
    .product-item .bottom-box h2 {
        font-size: 34px;
        line-height: 46px;
        max-width: 80%;
    }
    .product-item .top-box {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 26px;
    }
    .stockist-section .box-1 {
        margin-bottom: 00px !important;
        margin-left: 0;
    }
    .stockist-section .box-4 {
        margin-top: 0;
        margin-left: 0;
    }
    .elementor-counter-title {
        text-align: center;
    }
	
	.info-item {
    padding-left: 0;
}
}