:root {
  --blue: #1e90ff;
  --dm-white: #ffffff;
}



body.dark {
    background-color: #242525;
}

body.dark .ps-block__right h4 {
    color: #e5e0d8;
}

body.dark .ps-block__right p {
    color: #ffffffe6;
}

body.dark .ps-block--site-features .ps-block__left i {
    color: #e5e0d8;
}

body.dark .ps-product .ps-product__content > p {
    color: #e5e0d8;
}

body.dark .owl-stage .owl-item .ps-banner {
    background-color: #242525 !important;
}

body.dark ul.breadcrumb span{
    background-color: #e5e0d8;
}

body.dark a.ps-product__title {
    color: #e5e0d8;
}

body.dark .ps-breadcrumb {
    background-color: #292a2a;
}

body.dark .ps-breadcrumb .breadcrumb li{
    color: #e5e0d8;
}

