.storefront-price-sale {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  min-width: 0;
}

.storefront-regular-price {
  color: #70776d;
  font-size: 0.72em;
  font-weight: 500;
  line-height: 1.2;
}

.storefront-regular-price s {
  text-decoration-line: line-through;
  text-decoration-thickness: 1px;
}

.storefront-current-price {
  display: inline-flex;
  align-items: baseline;
  gap: 0.32em;
  max-width: 100%;
  color: inherit;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.storefront-price-value {
  white-space: nowrap;
}

.storefront-price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.storefront-price-unit {
  flex: none;
  color: #70776d;
  font-size: 0.72em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .mini-cart-price .storefront-price-unit {
  font-size: 0.78em !important;
  font-weight: 500 !important;
}

.site-header .mini-cart-price .storefront-regular-price {
  font-family: inherit !important;
  color: #70776d !important;
  font-size: 0.76rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.site-header .mini-cart-price .storefront-current-price {
  font-family: inherit !important;
  color: #344d37 !important;
  font-size: 0.88rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.site-header .mini-cart-price .storefront-price-value,
.site-header .mini-cart-price .storefront-price-unit,
.site-header .mini-cart-item-total,
.site-header .mini-cart-line-total {
  font-family: inherit !important;
}

.site-header .mini-cart-item-total,
.site-header .mini-cart-line-total {
  font-size: 1.06rem !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}

body:has(.cart-overview-page) .cart-price-breakdown .storefront-regular-price {
  color: #70776d;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
}

body:has(.cart-overview-page) .cart-price-breakdown .storefront-current-price {
  color: #344d37;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.15;
}

body:has(.cart-overview-page) .cart-price-breakdown .storefront-price-unit {
  font-size: 0.8rem;
  font-weight: 500;
}

.price-row .storefront-price-sale {
  color: inherit;
  text-decoration: none;
}

.price-row .storefront-current-price {
  color: #385d3d;
  font-size: 1.34rem;
}

.storefront-price-information {
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 0 0.65rem;
}

.storefront-price-information-toggle {
  border: 0;
  padding: 0.25rem 0;
  background: transparent;
  color: #52624f;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  cursor: pointer;
}

.storefront-price-information-toggle:focus-visible,
.storefront-price-information-close:focus-visible {
  outline: 2px solid #496744;
  outline-offset: 3px;
}

.storefront-price-information-popover {
  position: absolute;
  z-index: 1200;
  top: calc(100% + 0.4rem);
  left: 0;
  width: min(22rem, calc(100vw - 2rem));
  padding: 1rem 2.25rem 1rem 1rem;
  border: 1px solid #d7dfd2;
  border-radius: 0.75rem;
  background: #fff;
  box-shadow: 0 0.8rem 2rem rgba(35, 48, 32, 0.16);
  color: #30382e;
  font-size: 0.86rem;
}

.storefront-price-information-popover[hidden] { display: none; }
.storefront-price-information-popover p { margin: 0; line-height: 1.45; }
.storefront-price-information-popover p + p { margin-top: 0.4rem; }

.storefront-price-information-close {
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 1.25rem;
  cursor: pointer;
}

@media (max-width: 430px) {
  .storefront-price-information-popover {
    position: fixed;
    top: auto;
    right: 1rem;
    bottom: 5rem;
    left: 1rem;
    width: auto;
    max-height: calc(100dvh - 2rem);
    overflow: auto;
  }
}
