body.rizeup-dark-mode{
  background:#0f172a;
  color:#e5e7eb;
}

body.rizeup-dark-mode .rizeup-shop-filter-bar{
  background:#1e293b;
}

body.rizeup-dark-mode .wp-block-heading{
  color:#1f5f7a;
}

body.rizeup-dark-mode .woocommerce ul.products li.product{
  background:#1e293b;
  box-shadow:0 6px 20px rgba(0,0,0,0.4);
}

.rizeup-dark-toggle{
  position:relative;
  transition:transform .2s ease, background .3s ease;
}

.rizeup-dark-toggle::before{
  content:"";
  width:18px;
  height:18px;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M21 12.79A9 9 0 1111.21 3c0 .34.02.67.05 1A7 7 0 0021 12.79z'/%3E%3C/svg%3E") center/contain no-repeat;
  transition:opacity .3s ease, transform .3s ease;
}

body.rizeup-dark-mode .rizeup-dark-toggle::before{
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='5'/%3E%3Cpath d='M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center/contain no-repeat;
}

.rizeup-dark-toggle:active{
  transform:scale(.88);
}
