body {
 line-height:1.8;   
}
h1, h2,h3, h4, h5, h6 {
 line-height:normal;
 font-weight:700;
}
.zscustom-banner-subheading .zptext, .zscustom-small-subheading .zptext {
 font-size:24px;
 font-family:'DM Sans', sans-serif;
 font-weight:600;
}
.zpdark-header-portion.theme-header {
  background:#774b5c;  
}
.zscustom-banner-heading .zpheading{
 font-family:'DM Sans', sans-serif;
 font-size:100px;
 line-height:1;
 font-weight:bold;
}

.zscustom-girediant-section {
 background-image:linear-gradient(90deg, #feeae7 50%, #fff6fa 50%);
 border-radius:50px !important;
}
.zscustom-product-section {
 position:relative;
}
.zscustom-product-section:before {
 position:absolute;
 right:0px;
 top:0px;
 height:100%;
 background:#693f50;
 width:30%;
 content:'';
 border-start-start-radius:50px;
 border-end-start-radius:50px;
}
.zscustom-about-overlay-box {
 border-radius:20px !important;
 padding:25px;

 margin-inline-end:100px;
}
.zscustom-accessories-section {
 position:relative;
}
.zscustom-accessories-section:before {
 position:absolute;
 left:0px;
 top:0px;
 height:100%;
 background:#693f50;
 width:30%;
 content:'';
 border-start-end-radius:50px;
 border-end-end-radius:50px;
}
.zscustom-carousel-element .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner{
 padding-inline-start:0px;
 padding-inline-end:0px;
 margin-inline-start:0px;
 margin-inline-end:0px;
}
.zscustom-carousel-element .zpcarousel-container .zpcarousel-arrows-container {
  display:none;
}
.zscustom-footer-nl .zpnewsletter-container .zpnewsletter-input-container input{
 max-inline-size:none;
 margin-block-end:0px;
 margin-inline-end:0px;
 height:55px;
 width:100%;
 border-radius:50px !important;
 padding-inline-start:15px;
 padding-inline-end:200px;
}
.zscustom-footer-nl .zpnewsletter-container .zpnewsletter-input-container {
 position:relative;   
}
.zscustom-footer-nl .zpnewsletter-container .zpnewsletter-input-container button {
 position:absolute;
 right:5px;
 top:5px;
 background:linear-gradient(90deg, #9e785d 0%, #693f50 100%);
 border-radius:50px;
 font-size:18px;
}

.zscustom-button .zpbutton-container .zpbutton.zpbutton-type-primary{
 background:linear-gradient(90deg, #9e785d 0%, #693f50 100%);
}

@media (min-width:992px) {
.zscustom-overlay-row {
 margin-inline-start:-130px !important;
}
.zscustom-about-overlay-box {
 margin-block-start:-137px;
 margin-inline-start:-50px;
  }
}
@media (max-width:991px) {
.zscustom-carousel .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner {
 padding-inline-start:10px;
 padding-inline-end:10px;
}  
}