/* ShopLight widgets — remove outer frames on all pages */

.shop-widget-mount,
.shop-widget-mount > *,
.shoplight-wp-render .shop-widget-mount,
.shoplight-wp-shell .shop-widget-mount > *,
.shoplight-wp-shell [class*="card"]:not(.shoplight-wp-product-card):not([class*="category-card"]),
.shoplight-wp-shell [class*="panel"]:not([class*="category-card"]),
.shoplight-wp-shell [class*="box"]:not([class*="category-card"]) {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

.shop-widget-mount,
.shop-widget-mount > *,
.shoplight-wp-shell [class*="card"]:not(.shoplight-wp-product-card):not([class*="category-card"]),
.shoplight-wp-shell [class*="panel"]:not([class*="category-card"]),
.shoplight-wp-shell [class*="box"]:not([class*="category-card"]) {
  background: transparent !important;
}

/* Keep form fields readable */
.shop-widget-mount input,
.shop-widget-mount select,
.shop-widget-mount textarea,
.shoplight-wp-shell input,
.shoplight-wp-shell select,
.shoplight-wp-shell textarea {
  background: #fff !important;
}
