/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.8.1_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/postcss-loader@4.3.0_postcss@8.4.32_webpack@5.88.2/node_modules/postcss-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@10.1.0_sass@1.69.5_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/css/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
@keyframes spinner__animation {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading__animation {
  100% {
    transform: translateX(100%);
  }
}
.wc-block-grid__products .wc-block-grid__product-image {
  text-decoration: none;
  display: block;
  position: relative;
}
.wc-block-grid__products .wc-block-grid__product-image a {
  text-decoration: none;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.wc-block-grid__products .wc-block-grid__product-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
  display: none;
}
.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
  border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
  font-family: inherit;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
  color: inherit;
  font-size: inherit;
  display: block;
}

.wc-block-grid__product-price {
  display: block;
}
.wc-block-grid__product-price .wc-block-grid__product-price__regular {
  margin-right: 0.5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
  word-break: break-word;
  white-space: normal;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  word-break: break-word;
  white-space: normal;
  margin-right: auto !important;
  margin-left: auto !important;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  font-size: 1em;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
  opacity: 0.25;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added::after {
  font-family: WooCommerce; /* stylelint-disable-line */
  content: "\e017";
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: auto;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading::after {
  font-family: WooCommerce; /* stylelint-disable-line */
  content: "\e031";
  animation: spin 2s linear infinite;
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
  height: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::after {
  content: "";
  margin: 0;
}

.wc-block-grid__product-rating {
  display: block;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.wc-block-grid__product-rating .star-rating {
  overflow: hidden;
  position: relative;
  width: 5.3em;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: star;
  font-weight: 400;
  margin: 0 auto;
  text-align: left;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars::before,
.wc-block-grid__product-rating .star-rating::before {
  content: "SSSSS";
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0.5;
  white-space: nowrap;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,
.wc-block-grid__product-rating .star-rating span {
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 1.5em;
}
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span::before,
.wc-block-grid__product-rating .star-rating span::before {
  content: "SSSSS";
  color: inherit;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  white-space: nowrap;
}

.wc-block-grid__product-image .wc-block-grid__product-onsale,
.wc-block-grid .wc-block-grid__product-onsale {
  font-size: 0.875em;
  padding: 0.25em 0.75em;
  display: inline-block;
  width: auto;
  border: 1px solid #43454b;
  border-radius: 4px;
  color: #43454b;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  z-index: 9;
  position: absolute;
  top: 4px;
  right: 4px;
  left: auto;
}

.wc-block-grid__product .wc-block-grid__product-link,
.wc-block-grid__product .wc-block-grid__product-image {
  display: inline-block;
  position: relative;
}
.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
  margin: 0 0 12px;
}
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating,
.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale {
  margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
  color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
  font-size: 0.88889em;
}
.theme-twentynineteen .wc-block-grid__product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-components-product-sale-badge {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.theme-twentynineteen .wc-block-grid__product-title::before {
  display: none;
}
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-components-product-sale-badge {
  line-height: 1;
}
.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
  color: #000;
}
.theme-twentytwenty .wc-block-grid__product-title,
.theme-twentytwenty .wc-block-components-product-title {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  color: #cd2653;
  font-size: 1em;
}
.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
  margin-top: 0;
}
.theme-twentytwenty .wc-block-grid__product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-size: 0.9em;
}
.theme-twentytwenty .wc-block-grid__product-price del,
.theme-twentytwenty .wc-block-components-product-price del {
  opacity: 0.5;
}
.theme-twentytwenty .wc-block-grid__product-price ins,
.theme-twentytwenty .wc-block-components-product-price ins {
  text-decoration: none;
}
.theme-twentytwenty .wc-block-grid__product-rating,
.theme-twentytwenty .star-rating {
  font-size: 0.7em;
}
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars {
  line-height: 1;
}
.theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link,
.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link {
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
}
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale,
.theme-twentytwenty .wc-block-components-product-sale-badge {
  background: #cd2653;
  color: #fff;
  font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}
.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
  position: static;
}
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
  position: absolute;
}
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 1;
}
.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
  font-size: 1em;
}
.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
  font-size: 0.75em;
}
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 0.75em;
}
@media only screen and (min-width: 768px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}
@media only screen and (min-width: 1168px) {
  .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    font-size: 0.875em;
    padding: 0.5em;
  }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
  margin-top: 12px;
  display: block;
}
.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
  text-decoration: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  overflow-wrap: normal !important;
  word-wrap: normal !important;
  padding: 0;
  position: absolute !important;
}

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #2b2d2f;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
  max-width: var(--wp--style--global--wide-size);
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/css-loader@6.8.1_webpack@5.88.2/node_modules/css-loader/dist/cjs.js!../../node_modules/.pnpm/postcss-loader@4.3.0_postcss@8.4.32_webpack@5.88.2/node_modules/postcss-loader/dist/cjs.js!../../node_modules/.pnpm/sass-loader@10.1.0_sass@1.69.5_webpack@5.88.2/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/js/base/components/notice-banner/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
 * SCSS Variables.
 *
 * Please use variables from this sheet to ensure consistency across the UI.
 * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
 * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Colors
 */
/**
 * Fonts & basic variables.
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Dimensions.
 */
/**
 * Shadows.
 */
/**
 * Editor widths.
 */
/**
 * Block & Editor UI.
 */
/**
 * Block paddings.
 */
/**
 * React Native specific.
 * These variables do not appear to be used anywhere else.
 */
/* stylelint-disable block-closing-brace-newline-after */
/* stylelint-enable */
@keyframes spinner__animation {
  0% {
    animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading__animation {
  100% {
    transform: translateX(100%);
  }
}
.wc-block-components-notice-banner {
  display: flex;
  align-items: stretch;
  align-content: flex-start;
  color: #2f2f2f;
  padding: 16px !important;
  gap: 12px;
  margin: 16px 0;
  border-radius: 4px;
  border-color: #2f2f2f;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid;
  font-size: 0.875em;
  background-color: #fff;
  box-sizing: border-box;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
  padding-right: 16px;
  -ms-grid-row-align: center;
      align-self: center;
  white-space: normal;
  flex-basis: 100%;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
  padding-right: 0;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
  margin: 0 0 8px;
  font-weight: 600;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul,
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol {
  margin: 0 0 0 24px;
  padding: 0;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li::after,
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li::after {
  content: "";
  clear: both;
  display: block;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  float: right;
  color: #2f2f2f !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0;
  border: 0;
  -moz-appearance: none;
       appearance: none;
  opacity: 0.6;
  text-decoration-line: underline;
  text-underline-position: under;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active {
  opacity: 1;
}
.wc-block-components-notice-banner > svg {
  fill: #fff;
  border-radius: 50%;
  padding: 2px;
  background-color: #2f2f2f;
  flex-shrink: 0;
  flex-grow: 0;
  height: 100%;
}
.wc-block-components-notice-banner > .wc-block-components-button {
  margin: 6px 0 0 auto !important;
  background: transparent none !important;
  box-shadow: none !important;
  outline: none !important;
  border: 0 !important;
  padding: 0 !important;
  height: 16px !important;
  width: 16px !important;
  min-height: auto !important;
  color: #2f2f2f !important;
  min-width: 0 !important;
  flex: 0 0 16px;
  opacity: 0.6;
}
.wc-block-components-notice-banner > .wc-block-components-button > svg {
  margin: 0 !important;
}
.wc-block-components-notice-banner > .wc-block-components-button:hover, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:active {
  opacity: 1;
}

.wc-block-components-notice-banner.is-error {
  border-color: #cc1818;
  background-color: #fff0f0;
}
.wc-block-components-notice-banner.is-error > svg {
  background-color: #cc1818;
  transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
  border-color: #f0b849;
  background-color: #fffbf4;
}
.wc-block-components-notice-banner.is-warning > svg {
  background-color: #f0b849;
  transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
  border-color: #4ab866;
  background-color: #f4fff7;
}
.wc-block-components-notice-banner.is-success > svg {
  background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
  border-color: #007cba;
  background-color: #f4f8ff;
}
.wc-block-components-notice-banner.is-info > svg {
  background-color: #007cba;
}

/*# sourceMappingURL=wc-blocks.css.map*/