/* WooCommerce 스토어 노티스만 컨텐츠 폭으로 제한 */
.woocommerce .wc-block-store-notices.alignwide {
  max-width: var(--everythings-content-size) !important;
}

.wc-block-components-notice-banner,
.wc-block-components-notice-banner * {
  font-size: 14px !important;
}
