/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 05:06:48 */
/* WooCommerce Blocks Mini-Cart — make the entire drawer white */

/* Frame + header + footer */
body .wc-block-mini-cart__drawer .components-drawer,
body .wc-block-mini-cart__drawer .components-drawer__frame,
body .wc-block-mini-cart__drawer .components-drawer__header,
body .wc-block-mini-cart__drawer .components-drawer__footer,
body .wc-block-mini-cart__drawer .wc-block-mini-cart__footer {
  background: #ffffff !important;
  color: #000000 !important;
}

/* Title */
body .wc-block-mini-cart__title,
body .wc-block-mini-cart__title * {
  color: #000000 !important;
  background: #ffffff !important;
}

/* Content (keep white) */
body .wc-block-mini-cart__drawer .components-drawer__content {
  background: #ffffff !important;
  color: #000000 !important;
}

/* Optional: rounded edge + soft shadow so it looks like a panel */
body .wc-block-mini-cart__drawer .components-drawer__frame {
  border-radius: 10px 0 0 10px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18) !important;
}
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

