/* BSH order widget — e‑com checkout layer */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Sora:wght@600;700&display=swap");

:root {
  --bsh-primary: #0a2c0f;
  --bsh-accent: #d1a132;
  --bsh-bg: #faf6f1;
  --bsh-text: #606060;
  --bsh-white: #fff;
  --bsh-radius: 16px;
  --bsh-font: "DM Sans", "Plus Jakarta Sans", "Manrope", system-ui, sans-serif;
  --bsh-display: "Sora", "DM Sans", system-ui, sans-serif;
}

.bsh-order-widget {
  margin-top: 18px;
  padding: 18px;
  background: var(--bsh-white);
  border: 1px solid rgba(10, 44, 15, 0.1);
  border-radius: var(--bsh-radius);
  font-family: var(--bsh-font);
  box-shadow: 0 8px 24px rgba(10, 44, 15, 0.06);
}

.bsh-order-widget__title {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 700;
  color: var(--bsh-primary);
}

.bsh-order-widget__eyebrow {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bsh-accent);
}

/* Unified product layout — grid only, no extra card chrome */
.bsh-product-unified {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.bsh-product-unified > .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.bsh-product-unified__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 40px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
}

@media (min-width: 992px) {
  .bsh-product-unified__inner {
    min-height: 580px !important;
    align-items: stretch !important;
    gap: 48px !important;
  }

  .bsh-product-unified__info {
    padding: 12px 0 32px !important;
    justify-content: flex-start !important;
  }

  .bsh-product-unified__media {
    display: flex !important;
    align-items: center !important;
  }
}

.bsh-product-unified__inner > .e-con,
.bsh-product-unified__inner > .e-con.e-child {
  width: 100% !important;
  max-width: 100% !important;
  flex: none !important;
  --width: 100% !important;
  --flex-grow: 0 !important;
}

.bsh-product-unified__media {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.bsh-product-unified__media .elementor-widget-image,
.bsh-product-unified__media img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
}

.bsh-product-unified__info {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  padding: 0 !important;
}

.bsh-product-unified__info .elementor-heading-title {
  margin-bottom: 10px !important;
  font-size: clamp(22px, 2.5vw, 30px) !important;
}

.bsh-product-unified__info .elementor-icon-list-items {
  margin-bottom: 8px !important;
}

.bsh-product-unified__info .elementor-icon-list-item {
  padding: 2px 0 !important;
}

.bsh-product-unified__logo {
  display: none !important;
}

.bsh-product-unified__info [data-id="daa5799"] {
  margin-top: 32px !important;
  margin-bottom: 0 !important;
  padding-top: 4px !important;
}

.bsh-order-widget--embedded {
  margin-top: 14px !important;
  margin-bottom: 4px !important;
  padding: 14px 0 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-top: 1px solid rgba(10, 44, 15, 0.1) !important;
}

.bsh-order-widget--embedded .bsh-order-widget__eyebrow {
  margin-bottom: 10px;
}

.bsh-order-widget__stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  max-width: 360px;
}

.bsh-order-widget--shop .bsh-order-widget__stack {
  max-width: none;
}

.bsh-order-widget__qty-block {
  width: 100%;
}

.bsh-order-widget--embedded .bsh-order-widget__price {
  text-align: left;
  min-width: 0;
  width: 100%;
  flex: none;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(10, 44, 15, 0.04);
  border: 1px solid rgba(10, 44, 15, 0.08);
  box-sizing: border-box;
}

.bsh-order-widget .bsh-order-widget__btn {
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex: none !important;
  min-height: 48px;
  padding: 14px 20px !important;
  border: none !important;
  border-radius: 10px !important;
  font: inherit;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: var(--bsh-accent) !important;
  box-shadow: none !important;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  appearance: none;
  -webkit-appearance: none;
}

.bsh-order-widget .bsh-order-widget__btn:hover {
  background: var(--bsh-primary) !important;
  transform: none;
}

.bsh-order-widget .bsh-order-widget__btn:active {
  transform: scale(0.99);
}

@media (max-width: 991px) {
  .bsh-product-unified__inner {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .bsh-product-unified__info {
    padding: 0 20px 20px !important;
    box-sizing: border-box !important;
  }

  .bsh-product-unified__info > .e-con,
  .bsh-product-unified__info > .elementor-element {
    --padding-inline-start: 0 !important;
    --padding-inline-end: 0 !important;
  }

  .bsh-product-unified__info .elementor-heading-title {
    font-size: 20px !important;
  }

  .bsh-product-unified__info [data-id="daa5799"] {
    margin-top: 28px !important;
  }

  .bsh-order-widget--embedded {
    padding-top: 12px !important;
    margin-top: 12px !important;
    margin-bottom: 8px !important;
  }

  .bsh-order-widget__stack {
    max-width: none;
  }

  .bsh-order-widget .bsh-qty {
    max-width: none;
  }

  .bsh-order-widget--embedded .bsh-order-widget__total {
    font-size: 26px;
  }
}

.bsh-order-widget__row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: flex-end;
}

.bsh-order-widget__field {
  flex: 1 1 140px;
  min-width: 120px;
}

.bsh-order-widget__field label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bsh-text);
}

.bsh-order-widget__field select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(10, 44, 15, 0.15);
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  color: var(--bsh-primary);
  background: var(--bsh-bg);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.bsh-order-widget__field select:focus {
  outline: none;
  border-color: rgba(209, 161, 50, 0.65);
  box-shadow: 0 0 0 3px rgba(209, 161, 50, 0.15);
}

.bsh-order-widget__price {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 16px;
  background: rgba(10, 44, 15, 0.04);
  border: 1px solid rgba(10, 44, 15, 0.08);
  border-radius: 12px;
}

.bsh-order-widget__stack .bsh-order-widget__price {
  flex: none;
  width: 100%;
}

.bsh-order-widget__price-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bsh-text);
}

.bsh-order-widget__price-main {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
}

.bsh-order-widget__total {
  font-size: 28px;
  font-weight: 800;
  color: var(--bsh-primary);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.bsh-order-widget--embedded .bsh-order-widget__total {
  font-size: 32px;
}

.bsh-order-widget__total.is-updating {
  animation: bshPricePulse 0.4s ease;
}

@keyframes bshPricePulse {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.05);
    color: var(--bsh-accent);
  }
  100% {
    transform: scale(1);
  }
}

.bsh-order-widget__unit {
  font-size: 13px;
  color: var(--bsh-text);
}

.bsh-order-widget__discount {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(209, 161, 50, 0.2);
  color: #7a5a0c;
  border: 1px solid rgba(209, 161, 50, 0.35);
}

.bsh-order-widget__discount.is-none {
  display: none;
}

.bsh-order-widget__card-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--bsh-primary);
  color: #f7f1e6;
  border: none;
  white-space: nowrap;
}

.bsh-order-widget__price-main .bsh-order-widget__card-badge {
  align-self: center;
}

.bsh-order-widget--shop .bsh-order-widget__price-inline .bsh-order-widget__card-badge {
  padding: 3px 8px;
  font-size: 9px;
}

.bsh-order-widget__price-block {
  margin-bottom: 10px;
}

.bsh-order-widget__price-top {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 4px;
}

.bsh-order-widget__was {
  font-size: 14px;
  color: var(--bsh-text);
  text-decoration: line-through;
  opacity: 0.65;
  font-variant-numeric: tabular-nums;
}

.bsh-order-widget__save {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #1a7f4b;
}

.bsh-order-widget__save.is-none {
  display: none;
}

.bsh-order-trust {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(10, 44, 15, 0.05) 0%, rgba(209, 161, 50, 0.08) 100%);
  border: 1px solid rgba(10, 44, 15, 0.08);
}

.bsh-order-trust__ship {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--bsh-primary);
}

.bsh-order-trust__ship-more {
  margin: 0 0 8px;
  font-size: 12px;
  color: var(--bsh-text);
  line-height: 1.35;
}

.bsh-order-trust__pay {
  margin: 0;
  padding-top: 8px;
  border-top: 1px dashed rgba(10, 44, 15, 0.12);
  font-size: 12px;
  color: var(--bsh-text);
}

.bsh-order-trust__pay strong {
  color: #1a7f4b;
}

.bsh-cart-drawer__compare-title {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bsh-accent);
}

.bsh-cart-drawer__ship {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(26, 127, 75, 0.08);
  border: 1px solid rgba(26, 127, 75, 0.18);
  font-size: 12px;
  line-height: 1.4;
  color: var(--bsh-primary);
}

.bsh-retention__lead {
  margin: -4px 0 14px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--bsh-text);
}

/* CTA styles live under .bsh-order-widget .bsh-order-widget__btn (flat, full-width) */

@keyframes bshFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.bsh-order-widget--animate {
  opacity: 0;
}

.bsh-order-widget--animate.is-visible {
  animation: bshFadeInUp 0.8s ease forwards;
  animation-delay: var(--bsh-anim-delay, 0ms);
}

.bsh-order-modal__summary-product {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(10, 44, 15, 0.1);
  font-size: 16px;
  font-weight: 700;
  color: var(--bsh-primary);
}

.bsh-order-modal__form select[name="city"] {
  max-height: none;
}

.bsh-city-picker {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bsh-text);
}

.bsh-city-picker__label {
  display: block;
  margin-bottom: 6px;
}

.bsh-city-picker__control {
  position: relative;
}

.bsh-city-picker__search {
  display: block;
  width: 100%;
  padding: 11px 42px 11px 14px;
  border: 1px solid rgba(10, 44, 15, 0.15);
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--bsh-primary);
  background: var(--bsh-white);
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.bsh-city-picker__search:focus,
.bsh-city-picker__search.is-selected {
  border-color: rgba(209, 161, 50, 0.65);
  box-shadow: 0 0 0 3px rgba(209, 161, 50, 0.15);
}

.bsh-city-picker__search.bsh-field-invalid {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.12);
}

.bsh-city-picker__clear {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(10, 44, 15, 0.08) !important;
  color: var(--bsh-primary) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  box-shadow: none !important;
  text-decoration: none !important;
}

.bsh-city-picker__clear span {
  display: block;
  line-height: 1;
  margin-top: -1px;
}

.bsh-city-picker__clear:hover {
  background: rgba(10, 44, 15, 0.14) !important;
  color: var(--bsh-primary) !important;
}

.bsh-city-picker__hint-line {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--bsh-text);
}

.bsh-city-picker__panel {
  margin-top: 6px;
  padding: 6px 0;
  background: var(--bsh-white);
  border: 1px solid rgba(10, 44, 15, 0.12);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(10, 44, 15, 0.1);
  max-height: 220px;
  overflow-y: auto;
}

.bsh-city-picker__section {
  margin: 0;
  padding: 6px 12px 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--bsh-accent);
}

.bsh-city-picker__list {
  display: flex;
  flex-direction: column;
}

.bsh-city-picker button.bsh-city-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 8px 12px;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: var(--bsh-primary) !important;
  box-shadow: none !important;
  text-align: left;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: none !important;
  transition: background 0.12s;
}

.bsh-city-picker button.bsh-city-row:hover,
.bsh-city-picker button.bsh-city-row:focus {
  background: rgba(10, 44, 15, 0.06) !important;
  color: var(--bsh-primary) !important;
  outline: none;
}

.bsh-city-row__left {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.bsh-city-row__name {
  font-weight: 600;
  color: var(--bsh-primary);
}

.bsh-city-row__meta {
  font-size: 11px;
  font-weight: 500;
  color: var(--bsh-text);
}

.bsh-city-row__price {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--bsh-text);
  white-space: nowrap;
}

.bsh-city-row__price--free {
  color: #7a5a0c;
  font-weight: 700;
}

.bsh-city-picker__empty {
  margin: 0;
  padding: 8px 12px 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--bsh-text);
}

/* Homepage order cards */
.bsh-home-orders {
  width: 100%;
  padding: 40px 20px 48px;
  background: var(--bsh-bg);
  font-family: var(--bsh-font);
}

.bsh-home-orders__inner {
  max-width: 1140px;
  margin: 0 auto;
}

.bsh-home-orders__eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bsh-accent);
}

.bsh-home-orders__title {
  margin: 0 0 12px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--bsh-primary);
}

.bsh-home-orders__lead {
  margin: 0 0 24px;
  max-width: 720px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--bsh-text);
}

.bsh-home-orders__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 992px) {
  .bsh-home-orders__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
  }
}

.bsh-shop-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  padding: 14px;
  background: var(--bsh-white);
  border: 1px solid rgba(10, 44, 15, 0.1);
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(10, 44, 15, 0.06);
  height: 100%;
}

.bsh-shop-card.bsh-order-widget--animate {
  opacity: 0;
}

.bsh-shop-card.bsh-order-widget--animate.is-visible {
  animation: bshFadeInUp 0.8s ease forwards;
  animation-delay: var(--bsh-anim-delay, 0ms);
}

.bsh-shop-card__media {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.bsh-shop-card__gallery {
  overflow: hidden;
  border-radius: 10px;
  background: var(--bsh-bg);
  aspect-ratio: 5 / 4;
}

.bsh-shop-card__main {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 6px;
  box-sizing: border-box;
}

.bsh-shop-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.bsh-shop-card__eyebrow {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--bsh-accent);
}

.bsh-shop-card__title {
  margin: 0 0 4px;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  color: var(--bsh-primary);
  line-height: 1.2;
}

.bsh-shop-card__tagline {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.4;
  color: var(--bsh-text);
}

.bsh-shop-card__specs {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}

.bsh-shop-card__specs li {
  position: relative;
  padding: 2px 0 2px 16px;
  font-size: 12px;
  color: var(--bsh-primary);
}

.bsh-shop-card__specs li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--bsh-accent);
  font-weight: 700;
  font-size: 11px;
}

.bsh-shop-card__order {
  margin-top: auto;
}

.bsh-shop-card__link {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--bsh-primary);
  text-decoration: none;
}

.bsh-shop-card__link:hover {
  color: var(--bsh-accent);
}

.bsh-order-widget--shop {
  margin: 0;
  padding: 10px;
  background: var(--bsh-bg);
  border: 1px solid rgba(10, 44, 15, 0.08);
  border-radius: 10px;
  box-shadow: none;
}

.bsh-order-widget--shop .bsh-order-widget__stack {
  gap: 10px;
}

.bsh-order-widget--shop .bsh-order-widget__price {
  padding: 0;
  background: transparent;
  border: none;
}

.bsh-order-widget--shop .bsh-order-widget__price-label {
  display: none;
}

.bsh-order-widget--shop .bsh-order-widget__total {
  font-size: 18px;
}

.bsh-order-widget--shop .bsh-order-widget__btn {
  min-height: 44px;
  padding: 11px 16px !important;
  font-size: 14px !important;
}

@media (max-width: 991px) {
  .bsh-home-orders {
    padding: 28px 0 36px;
  }

  .bsh-home-orders__inner {
    padding: 0 16px;
  }

  .bsh-home-orders__grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 12px;
    padding: 0 16px 6px;
    margin: 0 -16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .bsh-home-orders__grid::-webkit-scrollbar {
    display: none;
  }

  .bsh-shop-card {
    flex: 0 0 min(78vw, 280px);
    scroll-snap-align: start;
    padding: 12px;
  }

  .bsh-shop-card__gallery {
    aspect-ratio: 4 / 3;
  }
}

.bsh-order-modal__note {
  display: none;
}

/* EU funding ticker */
.bsh-eu-static-hidden {
  display: none !important;
}

.bsh-eu-ticker {
  overflow: hidden;
  background: #fff;
  border-top: 1px solid rgba(10, 44, 15, 0.08);
  padding: 16px 0;
}

.bsh-eu-ticker__viewport {
  overflow: hidden;
  width: 100%;
}

.bsh-eu-ticker__track {
  display: flex;
  width: 200%;
  animation: bshEuTicker 36s linear infinite;
  will-change: transform;
}

.bsh-eu-ticker__set {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 0 0 50%;
  width: 50%;
  padding: 0 clamp(16px, 3vw, 40px);
  box-sizing: border-box;
}

.bsh-eu-ticker__slide {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsh-eu-ticker__slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: clamp(36px, 4vw, 56px);
  object-fit: contain;
}

@keyframes bshEuTicker {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .bsh-eu-ticker__set {
    gap: 12px;
    padding: 0 12px;
  }

  .bsh-eu-ticker__slide img {
    height: 34px;
  }
}

/* Legacy delivery banner — hidden if present */
.bsh-delivery-banner {
  display: none !important;
}

/* Modal */
.bsh-order-modal {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: var(--bsh-font);
}

.bsh-order-modal[hidden] {
  display: none;
}

.bsh-order-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 44, 15, 0.55);
  backdrop-filter: blur(4px);
}

.bsh-order-modal__dialog {
  position: relative;
  width: min(480px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 28px;
  background: var(--bsh-bg);
  border-radius: var(--bsh-radius);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.25);
}

.bsh-order-modal__close,
.bsh-cart-drawer__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  border: 1px solid rgba(10, 44, 15, 0.12) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--bsh-primary) !important;
  box-shadow: none !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.bsh-cart-drawer__close {
  position: static;
}

.bsh-order-modal__close svg,
.bsh-cart-drawer__close svg {
  display: block;
  width: 16px;
  height: 16px;
  stroke: currentColor;
  pointer-events: none;
}

.bsh-order-modal__close:hover,
.bsh-cart-drawer__close:hover {
  background: rgba(10, 44, 15, 0.05) !important;
  border-color: rgba(10, 44, 15, 0.22) !important;
  color: var(--bsh-primary) !important;
}

.bsh-order-modal__close:active,
.bsh-cart-drawer__close:active {
  transform: scale(0.96);
}

.bsh-order-modal h2 {
  margin: 0 36px 4px 0;
  font-size: 22px;
  color: var(--bsh-primary);
}

.bsh-order-modal__product {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--bsh-text);
}

.bsh-order-modal__form label {
  display: block;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bsh-text);
}

.bsh-order-modal__form input,
.bsh-order-modal__form select,
.bsh-order-modal__form textarea {
  display: block;
  width: 100%;
  margin-top: 6px;
  padding: 11px 14px;
  border: 1px solid rgba(10, 44, 15, 0.15);
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  color: var(--bsh-primary);
  background: var(--bsh-white);
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.bsh-order-modal__form input:focus,
.bsh-order-modal__form select:focus,
.bsh-order-modal__form textarea:focus {
  border-color: rgba(209, 161, 50, 0.65);
  box-shadow: 0 0 0 3px rgba(209, 161, 50, 0.15);
}

.bsh-order-modal__summary {
  margin: 18px 0 12px;
  padding: 16px;
  background: var(--bsh-white);
  border-radius: 12px;
  border: 1px solid rgba(10, 44, 15, 0.08);
}

.bsh-order-modal__summary-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
  color: var(--bsh-text);
}

.bsh-order-modal__summary-row--total {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(10, 44, 15, 0.1);
  font-size: 18px;
  font-weight: 700;
  color: var(--bsh-primary);
}

.bsh-order-modal__summary-row--muted {
  opacity: 0.78;
}

.bsh-order-modal__summary-row--pay {
  color: #1a7f4b;
  font-weight: 600;
}

.bsh-order-modal__summary-row--pay em {
  font-style: normal;
  color: #1a7f4b;
  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
}

.bsh-order-modal__eyebrow {
  margin: 0 0 6px;
  font-family: var(--bsh-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bsh-accent);
}

.bsh-order-modal__dialog > h2 {
  font-family: var(--bsh-display);
  letter-spacing: -0.02em;
}

.bsh-order-modal__lead {
  margin: -4px 0 18px;
  font-size: 14px;
  line-height: 1.45;
  color: var(--bsh-text);
}

.bsh-order-modal__perks {
  list-style: none;
  margin: 0 0 14px;
  padding: 12px 14px;
  display: grid;
  gap: 8px;
  border-radius: 12px;
  background: rgba(10, 44, 15, 0.04);
  border: 1px solid rgba(10, 44, 15, 0.07);
}

.bsh-order-modal__perks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--bsh-primary);
  font-weight: 500;
}

.bsh-order-modal__perks svg {
  flex-shrink: 0;
  color: var(--bsh-accent);
}

.bsh-order-modal__actions {
  display: grid;
  gap: 10px;
}

/* Shared CTA — same as product card "Do koszyka" */
.bsh-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 20px;
  border: none;
  border-radius: 10px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  transition: background 0.2s, transform 0.15s, color 0.2s, border-color 0.2s;
}

.bsh-btn--primary {
  color: #fff !important;
  background: var(--bsh-accent) !important;
}

.bsh-btn--primary:hover {
  background: var(--bsh-primary) !important;
  transform: none;
}

.bsh-btn--primary:active {
  transform: scale(0.99);
}

.bsh-btn--ghost {
  color: var(--bsh-primary) !important;
  background: transparent !important;
  border: 1px solid rgba(10, 44, 15, 0.18) !important;
  font-weight: 600;
  min-height: 44px;
  padding: 12px 16px;
  font-size: 14px;
}

.bsh-btn--ghost:hover {
  background: rgba(10, 44, 15, 0.04) !important;
  border-color: rgba(10, 44, 15, 0.28) !important;
}

.bsh-order-modal__submit--lead,
.bsh-order-modal__submit.bsh-btn--ghost {
  color: var(--bsh-primary) !important;
  background: transparent !important;
  border: 1px solid rgba(10, 44, 15, 0.18) !important;
}

.bsh-order-modal__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.bsh-order-success__btn {
  margin-top: 4px;
}

/* Cart FAB */
.bsh-cart-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99980;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--bsh-primary);
  color: var(--bsh-white);
  box-shadow: 0 8px 28px rgba(10, 44, 15, 0.32);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, box-shadow 0.2s;
  font-family: var(--bsh-font);
}

.bsh-cart-fab[hidden] {
  display: none;
}

.bsh-cart-fab:hover {
  transform: scale(1.05);
  background: #123a18;
}

.bsh-cart-fab__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bsh-cart-fab__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--bsh-accent);
  color: var(--bsh-primary);
  font-size: 11px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Cart drawer */
.bsh-cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 999900;
  font-family: var(--bsh-font);
  pointer-events: none;
}

.bsh-cart-drawer[hidden] {
  display: none;
}

.bsh-cart-drawer.is-open {
  pointer-events: auto;
}

.bsh-cart-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 44, 15, 0.45);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.bsh-cart-drawer.is-open .bsh-cart-drawer__overlay {
  opacity: 1;
}

.bsh-cart-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(420px, 100vw);
  display: flex;
  flex-direction: column;
  background: var(--bsh-bg);
  box-shadow: -12px 0 48px rgba(10, 44, 15, 0.18);
  transform: translateX(100%);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
}

.bsh-cart-drawer.is-open .bsh-cart-drawer__panel {
  transform: translateX(0);
}

.bsh-cart-drawer__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 20px 16px;
  border-bottom: 1px solid rgba(10, 44, 15, 0.08);
}

.bsh-cart-drawer__header h2 {
  margin: 0;
  font-family: var(--bsh-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--bsh-primary);
  letter-spacing: -0.02em;
}

.bsh-cart-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bsh-cart-drawer__empty {
  margin: 24px 0;
  text-align: center;
  font-size: 14px;
  color: var(--bsh-text);
}

.bsh-cart-drawer__promo {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(209, 161, 50, 0.18) 0%, rgba(26, 127, 75, 0.1) 100%);
  border: 1px solid rgba(209, 161, 50, 0.35);
  font-size: 13px;
  font-weight: 700;
  color: var(--bsh-primary);
}

.bsh-cart-drawer__promo-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bsh-accent);
  color: var(--bsh-primary);
  font-size: 13px;
  font-weight: 800;
  flex-shrink: 0;
}

.bsh-cart-drawer__compare {
  padding: 14px;
  background: var(--bsh-white);
  border: 1px solid rgba(10, 44, 15, 0.08);
  border-radius: 12px;
}

.bsh-cart-drawer__compare-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  font-size: 14px;
}

.bsh-cart-drawer__compare-label {
  color: var(--bsh-text);
  font-weight: 500;
}

.bsh-cart-drawer__compare-label em {
  font-style: normal;
  color: #1a7f4b;
  font-weight: 700;
  font-size: 12px;
}

.bsh-cart-drawer__compare-value {
  font-family: var(--bsh-display);
  font-weight: 700;
  color: var(--bsh-primary);
  font-variant-numeric: tabular-nums;
}

.bsh-cart-drawer__compare-value--full {
  text-decoration: line-through;
  opacity: 0.55;
  font-weight: 600;
}

.bsh-cart-drawer__compare-row--pay .bsh-cart-drawer__compare-value {
  color: #1a7f4b;
  font-size: 18px;
}

.bsh-cart-drawer__savings {
  margin: 8px 0 0;
  padding-top: 8px;
  border-top: 1px dashed rgba(10, 44, 15, 0.12);
  font-size: 13px;
  color: var(--bsh-text);
  text-align: right;
}

.bsh-cart-drawer__savings strong {
  color: #1a7f4b;
}

.bsh-cart-drawer__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bsh-cart-line {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 14px;
  background: var(--bsh-white);
  border: 1px solid rgba(10, 44, 15, 0.08);
  border-radius: 14px;
}

.bsh-cart-line__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.bsh-cart-line__info {
  min-width: 0;
}

.bsh-cart-line__name {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--bsh-primary);
  line-height: 1.3;
}

.bsh-cart-line__meta {
  margin: 4px 0 0;
  font-size: 12px;
  color: var(--bsh-text);
}

.bsh-cart-line__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bsh-cart-line__price {
  font-family: var(--bsh-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--bsh-primary);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.bsh-cart-line__remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
  border: 1px solid rgba(10, 44, 15, 0.12) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--bsh-primary) !important;
  box-shadow: none !important;
  cursor: pointer;
  flex-shrink: 0;
  appearance: none !important;
  -webkit-appearance: none !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.bsh-cart-line__remove svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  stroke: currentColor !important;
  fill: none !important;
  pointer-events: none;
}

.bsh-cart-line__remove:hover {
  background: rgba(192, 57, 43, 0.08) !important;
  border-color: rgba(192, 57, 43, 0.35) !important;
  color: #c0392b !important;
}

.bsh-cart-drawer__summary {
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(10, 44, 15, 0.04);
  border: 1px solid rgba(10, 44, 15, 0.08);
}

.bsh-cart-drawer__summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: var(--bsh-text);
}

.bsh-cart-drawer__summary-row strong {
  font-family: var(--bsh-display);
  font-size: 18px;
  color: var(--bsh-primary);
  font-variant-numeric: tabular-nums;
}

.bsh-cart-drawer__summary-note {
  margin: 8px 0 0;
  font-size: 12px;
  color: var(--bsh-text);
  opacity: 0.85;
}

.bsh-cart-drawer__empty {
  margin: 32px 0;
  text-align: center;
  color: var(--bsh-text);
}

.bsh-cart-drawer__empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(10, 44, 15, 0.06);
  color: var(--bsh-primary);
}

.bsh-cart-drawer__empty p {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--bsh-primary);
}

.bsh-cart-drawer__empty span {
  font-size: 13px;
}

/* Qty stepper — clean ecom control (beat Elementor button styles) */
.bsh-order-widget .bsh-qty,
.bsh-cart-drawer .bsh-qty,
.bsh-qty {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) 52px !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: none;
  height: 52px;
  margin: 0 !important;
  border: 1px solid rgba(10, 44, 15, 0.16) !important;
  border-radius: 10px !important;
  background: #fff !important;
  overflow: hidden;
  box-sizing: border-box;
}

.bsh-qty--cart {
  max-width: 168px;
  height: 40px;
  grid-template-columns: 36px minmax(0, 1fr) 36px !important;
}

.bsh-order-widget .bsh-qty__btn,
.bsh-cart-drawer .bsh-qty__btn,
.bsh-qty__btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f4f1eb !important;
  color: var(--bsh-primary) !important;
  box-shadow: none !important;
  outline: none !important;
  line-height: 1 !important;
  font-size: 0 !important;
  text-indent: 0 !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.bsh-qty__btn svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  stroke: currentColor !important;
  fill: none !important;
  flex-shrink: 0;
  opacity: 1 !important;
  visibility: visible !important;
}

.bsh-qty__btn:hover:not(:disabled) {
  background: #e9e3d8 !important;
  color: var(--bsh-primary) !important;
}

.bsh-qty__btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.bsh-qty__center {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  padding: 6px 10px;
  text-align: center;
  background: #fff !important;
  border-left: 1px solid rgba(10, 44, 15, 0.1);
  border-right: 1px solid rgba(10, 44, 15, 0.1);
}

.bsh-qty__num {
  font-family: var(--bsh-display);
  font-size: 20px;
  font-weight: 700;
  color: var(--bsh-primary);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.bsh-qty__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bsh-text);
  line-height: 1.2;
}

.bsh-order-widget__qty-label {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bsh-text);
}

.bsh-cart-line__qty-val {
  min-width: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: var(--bsh-primary);
  font-variant-numeric: tabular-nums;
}

.bsh-cart-line__price {
  font-size: 14px;
  font-weight: 700;
  color: var(--bsh-primary);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.bsh-cart-drawer__upsell {
  padding-top: 4px;
}

.bsh-cart-drawer__upsell-title {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bsh-text);
}

.bsh-cart-drawer__upsell-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bsh-cart-drawer .bsh-cart-upsell,
.bsh-cart-upsell {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(10, 44, 15, 0.12) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: var(--bsh-primary) !important;
  box-shadow: none !important;
  font: inherit !important;
  text-align: left !important;
  cursor: pointer;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: border-color 0.15s, background 0.15s;
}

.bsh-cart-upsell:hover {
  border-color: rgba(10, 44, 15, 0.28) !important;
  background: #faf8f4 !important;
}

.bsh-cart-upsell__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.bsh-cart-upsell__name {
  font-size: 14px;
  font-weight: 600;
  color: var(--bsh-primary);
  line-height: 1.25;
}

.bsh-cart-upsell__price {
  font-size: 12px;
  font-weight: 500;
  color: var(--bsh-text);
}

.bsh-cart-upsell__add {
  flex-shrink: 0;
  padding: 7px 12px;
  border: 1px solid rgba(10, 44, 15, 0.16);
  border-radius: 8px;
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  color: var(--bsh-primary);
  white-space: nowrap;
}

.bsh-cart-upsell:hover .bsh-cart-upsell__add {
  border-color: var(--bsh-accent);
  color: var(--bsh-primary);
  background: rgba(209, 161, 50, 0.12);
}

.bsh-cart-drawer__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
}

.bsh-cart-drawer .bsh-btn--primary,
.bsh-order-modal .bsh-btn--primary,
.bsh-retention .bsh-btn--primary {
  border-radius: 10px !important;
  background: var(--bsh-accent) !important;
  color: #fff !important;
  box-shadow: none !important;
  min-height: 48px !important;
}

.bsh-cart-drawer .bsh-btn--ghost,
.bsh-order-modal .bsh-btn--ghost,
.bsh-retention .bsh-btn--ghost {
  border-radius: 10px !important;
  background: transparent !important;
  border: 1px solid rgba(10, 44, 15, 0.18) !important;
  color: var(--bsh-primary) !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

@media (max-width: 560px) {
  .bsh-cart-fab {
    right: 16px;
    bottom: 16px;
    width: 52px;
    height: 52px;
  }

  .bsh-cart-drawer__panel {
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 92vh;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
  }

  .bsh-cart-drawer.is-open .bsh-cart-drawer__panel {
    transform: translateY(0);
  }

  .bsh-cart-line {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
  }

  .bsh-cart-line__qty {
    grid-row: 2;
  }

  .bsh-cart-line__price {
    grid-row: 2;
    justify-self: end;
  }

  .bsh-cart-line__remove {
    position: absolute;
    right: 12px;
    top: 12px;
  }

  .bsh-cart-line {
    position: relative;
    padding-right: 36px;
  }
}

/* Retention overlay */
.bsh-retention {
  position: fixed;
  inset: 0;
  z-index: 1000001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-family: var(--bsh-font);
}

.bsh-retention[hidden] {
  display: none;
}

.bsh-retention__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 44, 15, 0.6);
  backdrop-filter: blur(4px);
}

.bsh-retention__dialog {
  position: relative;
  width: min(440px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  padding: 28px 24px;
  background: var(--bsh-bg);
  border-radius: var(--bsh-radius);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
}

.bsh-retention__dialog h2 {
  margin: 0 0 16px;
  font-family: var(--bsh-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--bsh-primary);
  letter-spacing: -0.02em;
  text-align: center;
}

.bsh-retention__line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  font-size: 13px;
  color: var(--bsh-text);
  border-bottom: 1px solid rgba(10, 44, 15, 0.06);
}

.bsh-retention__line s {
  opacity: 0.6;
}

.bsh-retention__totals {
  margin-top: 12px;
  padding: 14px;
  background: var(--bsh-white);
  border-radius: 12px;
  border: 1px solid rgba(10, 44, 15, 0.08);
}

.bsh-retention__total-row {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  font-size: 14px;
  color: var(--bsh-text);
}

.bsh-retention__total-row--pay {
  font-size: 18px;
  font-weight: 700;
  color: #1a7f4b;
  font-family: var(--bsh-display);
}

.bsh-retention__saved {
  margin: 10px 0 0;
  text-align: center;
  font-size: 14px;
  color: #c0392b;
}

.bsh-retention__saved strong {
  font-weight: 800;
}

.bsh-retention__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.bsh-retention__pay,
.bsh-retention__ghost {
  /* uses .bsh-btn */
}

.bsh-field__req {
  color: var(--bsh-accent);
  margin-left: 2px;
}

.bsh-field-error {
  display: block;
  min-height: 18px;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  color: #c0392b;
}

.bsh-order-modal__form input.bsh-field-invalid,
.bsh-order-modal__form select.bsh-field-invalid {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.12);
}

.bsh-order-modal__form-error {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fdecea;
  border: 1px solid #f5c6c2;
  color: #922b21;
  font-size: 13px;
  font-weight: 600;
}

.bsh-order-modal__success {
  text-align: center;
  padding: 8px 4px 4px;
}

.bsh-order-success__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--bsh-primary);
}

.bsh-order-success__title {
  margin: 0 0 12px;
  font-size: 24px;
  color: var(--bsh-primary);
}

.bsh-order-success__lead {
  margin: 0 0 10px;
  font-size: 15px;
  color: var(--bsh-text);
  line-height: 1.5;
}

.bsh-order-success__note {
  margin: 0 0 16px;
  padding: 14px 16px;
  background: var(--bsh-white);
  border: 1px solid rgba(10, 44, 15, 0.08);
  border-left: 4px solid var(--bsh-accent);
  border-radius: 10px;
  font-size: 14px;
  color: var(--bsh-text);
  line-height: 1.5;
  text-align: left;
}

.bsh-order-success__note strong {
  color: var(--bsh-primary);
}

.bsh-order-success__id {
  margin: 0 0 20px;
  font-size: 14px;
  color: var(--bsh-text);
}

.bsh-order-success__id strong {
  color: var(--bsh-primary);
  font-size: 18px;
}

.bsh-order-modal__note {
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--bsh-text);
  text-align: center;
}

@media (max-width: 768px) {
  .bsh-order-widget__row {
    flex-direction: column;
    align-items: stretch;
  }

  .bsh-order-widget__btn {
    width: 100%;
  }
}
