/*
 Theme Name:   Twenty Twenty-Three Child
 Theme URI:    https://example.com
 Description:  Child theme with custom Pharmica header
 Author:       ShopLight
 Template:     twentytwentythree
 Version:      1.0.1
 Text Domain:  twentytwentythree-child
*/

/* Kill full-viewport black frame from parent/plugin styles */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  max-width: 100% !important;
  overflow-x: clip;
  background-color: #fff;
}

html {
  min-height: 100%;
}

body::before,
body::after,
html::before,
html::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.wp-site-blocks,
.wp-site-blocks > *,
#page,
#wrapper,
.site,
.wp-block-group,
#app,
#root,
.shop-widget-root,
[data-shop-widget] {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
