.pbna-builder {
  --pbna-green: #0e8264;
  --pbna-deep-green: #0b5d49;
  --pbna-ink: #1f2925;
  --pbna-muted: #66706c;
  --pbna-line: #deded8;
  --pbna-soft: #f8f6f1;
  --pbna-warm: #fffaf1;
  --pbna-white: #fff;
  --pbna-shadow: 0 12px 36px rgba(25, 48, 41, 0.08);
  color: var(--pbna-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  max-width: 1320px;
  margin: 0 auto;
}

.pbna-builder *, .pbna-builder *::before, .pbna-builder *::after { box-sizing: border-box; }
.pbna-builder button, .pbna-builder input { font: inherit; }
.pbna-builder button { cursor: pointer; }
.pbna-builder h2, .pbna-builder h3, .pbna-builder h4 {
  color: var(--pbna-deep-green);
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1.18;
  margin: 0;
}
.pbna-builder h2 { font-size: clamp(29px, 3.2vw, 44px); }
.pbna-builder h3 { font-size: 26px; }
.pbna-builder h4 { font-size: 20px; }
.pbna-builder p { margin: 0; }
.pbna-builder img { display: block; max-width: 100%; }

.pbna-builder__notice {
  border: 1px solid #b9d7cc;
  border-radius: 8px;
  background: #eef8f4;
  color: #164c3d;
  margin-bottom: 24px;
  padding: 13px 16px;
}
.pbna-builder__notice.is-error { border-color: #e3aaa4; background: #fff4f2; color: #8c2e26; }
.pbna-builder__notice.is-success { border-color: #8fc3ae; background: #edf8f3; color: #145c47; }

.pbna-section-heading { max-width: 720px; margin-bottom: 32px; }
.pbna-section-heading--compact { margin-bottom: 24px; }
.pbna-section-heading p { color: var(--pbna-muted); margin-top: 10px; }
.pbna-eyebrow {
  color: var(--pbna-green);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}


.pbna-inclusions-label {
  color: var(--pbna-deep-green);
  font-family: "Marcellus", serif;
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 10px !important;
}

.pbna-kit-inclusions {
  border-bottom: 1px solid var(--pbna-line);
  border-top: 1px solid var(--pbna-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 38px;
  max-width: 1120px;
  padding: 22px 0;
}
.pbna-kit-inclusion {
  align-items: center;
  display: flex;
  gap: 13px;
  min-height: 58px;
  padding: 0 22px;
}
.pbna-kit-inclusion + .pbna-kit-inclusion { border-left: 1px solid #e8e8e2; }
.pbna-kit-inclusion__icon {
  align-items: center;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  flex: 0 0 64px;
  height: 64px;
  justify-content: center;
  width: 64px;
}
.pbna-kit-inclusion__icon--brushes { background-image: url("icons/premium-brushes.png"); }
.pbna-kit-inclusion__icon--paint-pots { background-image: url("icons/numbered-paint-pots.png"); }
.pbna-kit-inclusion__icon--reference { background-image: url("icons/reference-print-instructions.png"); }
.pbna-kit-inclusion__icon--extra-paint { background-image: url("icons/extra-paint-pots.png"); }
.pbna-kit-inclusion > span:last-child {
  color: #35413c;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}
.pbna-kit-inclusion small {
  color: var(--pbna-green);
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-top: 2px;
}

.pbna-offer {
  padding: clamp(36px, 5vw, 72px) 0 clamp(46px, 6vw, 82px);
}
.pbna-offer-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 980px;
}
.pbna-offer-card {
  align-items: flex-start;
  background: var(--pbna-white);
  border: 1px solid var(--pbna-line);
  border-radius: 12px;
  color: inherit;
  display: flex;
  min-height: 260px;
  padding: 28px;
  position: relative;
  text-align: left;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  width: 100%;
}
.pbna-builder button.pbna-offer-card:hover,
.pbna-builder button.pbna-offer-card:focus-visible {
  background-color: #f5faf8 !important;
  border-color: var(--pbna-green) !important;
  box-shadow: 0 10px 28px rgba(14, 130, 100, .10);
  color: inherit !important;
  outline: none;
  transform: translateY(-1px);
}
.pbna-builder button.pbna-offer-card.is-selected,
.pbna-builder button.pbna-offer-card.is-selected:hover {
  background-color: #f7fbf9 !important;
  color: inherit !important;
}
.pbna-offer-card.is-selected { border: 2px solid var(--pbna-green); box-shadow: var(--pbna-shadow); padding: 27px; }
.pbna-offer-card__badge {
  align-items: center;
  background: var(--pbna-green);
  display: inline-flex;
  gap: 7px;
  border-radius: 5px 5px 5px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 24px;
  letter-spacing: .05em;
  padding: 7px 11px;
  position: absolute;
  text-transform: uppercase;
  top: -14px;
}
.pbna-offer-card__star {
  color: #ffd54a;
  font-size: 18px;
  line-height: 1;
  margin-right: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .12);
}
.pbna-offer-card__info {
  align-items: center;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  display: inline-flex;
  font-family: "DM Sans", sans-serif;
  font-size: 10px;
  height: 17px;
  justify-content: center;
  line-height: 1;
  text-transform: none;
  width: 17px;
}
.pbna-offer-card__tooltip {
  background: #173f34;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(19, 50, 42, .20);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  left: 24px;
  line-height: 1.45;
  max-width: min(370px, calc(100% - 48px));
  opacity: 0;
  padding: 12px 14px;
  pointer-events: none;
  position: absolute;
  top: 26px;
  transform: translateY(-5px);
  transition: opacity .16s ease, transform .16s ease;
  visibility: hidden;
  z-index: 8;
}
.pbna-offer-card--stretched:hover .pbna-offer-card__tooltip,
.pbna-offer-card--stretched:focus-visible .pbna-offer-card__tooltip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.pbna-offer-card__radio {
  border: 1.5px solid #8a9691;
  border-radius: 50%;
  flex: 0 0 23px;
  height: 23px;
  margin: 3px 17px 0 0;
  position: relative;
  width: 23px;
}
.pbna-offer-card.is-selected .pbna-offer-card__radio { border-color: var(--pbna-green); }
.pbna-offer-card.is-selected .pbna-offer-card__radio::after {
  background: var(--pbna-green);
  border-radius: 50%;
  content: "";
  inset: 4px;
  position: absolute;
}
.pbna-offer-card__content { display: flex; flex-direction: column; width: 100%; }
.pbna-offer-card__heading-row {
  align-items: center;
  display: flex;
  gap: 12px;
  min-height: 48px;
}
.pbna-finish-icon {
  align-items: center;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 0;
  display: inline-flex;
  flex: 0 0 68px;
  height: 68px;
  justify-content: center;
  width: 68px;
}
.pbna-finish-icon--rolled { background-image: url("icons/rolled-canvas-kit.png"); }
.pbna-finish-icon--stretched { background-image: url("icons/stretched-canvas-kit.png"); }
.pbna-offer-card__title { color: #18221e; font-size: 18px; font-weight: 700; }
.pbna-offer-card__description { color: var(--pbna-muted); font-size: 14px; margin-top: 4px; }
.pbna-offer-card__size {
  color: #49544f;
  font-size: 12px;
  font-weight: 600;
  margin-top: 7px;
}
.pbna-offer-card__price {
  color: var(--pbna-ink);
  font-family: "Marcellus", serif;
  font-size: 37px;
  line-height: 1;
  margin-top: 22px;
}
.pbna-offer-card__price .woocommerce-Price-currencySymbol { font-size: .7em; vertical-align: .15em; }
.pbna-offer-card__price small { color: var(--pbna-muted); font-family: "DM Sans", sans-serif; font-size: 13px; font-weight: 500; }
.pbna-offer-card__value { color: var(--pbna-muted); font-size: 14px; margin-top: 8px; }
.pbna-offer-card__value strong { color: var(--pbna-green); }
.pbna-offer-card__points { border-top: 1px solid #ecece7; display: grid; gap: 8px; margin-top: 20px; padding-top: 18px; }
.pbna-offer-card__points span { font-size: 14px; padding-left: 22px; position: relative; }
.pbna-offer-card__points span::before { color: var(--pbna-green); content: "✓"; font-weight: 700; left: 0; position: absolute; }

.pbna-configurator {
  align-items: start;
  scroll-margin-top: 110px;
  border-top: 1px solid var(--pbna-line);
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr) 340px;
  padding: clamp(48px, 7vw, 84px) 0;
}
.pbna-configurator__main { min-width: 0; }
.pbna-slots { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pbna-slot {
  background: var(--pbna-white);
  border: 1px dashed #c7cbc8;
  border-radius: 10px;
  min-height: 168px;
  overflow: hidden;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.pbna-slot.is-active { border-color: var(--pbna-green); box-shadow: 0 0 0 3px rgba(14, 130, 100, .09); }
.pbna-slot.has-selection { border-style: solid; }
.pbna-slot__empty {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--pbna-ink);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 166px;
  padding: 18px;
  text-align: center;
  width: 100%;
}
.pbna-slot__number { color: var(--pbna-muted); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.pbna-slot__prompt { font-weight: 600; margin-top: 5px; }
.pbna-slot__plus {
  align-items: center;
  border: 1px solid #83908b;
  border-radius: 50%;
  display: flex;
  font-size: 22px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  margin-top: 16px;
  width: 34px;
}
.pbna-slot__selected { align-items: center; display: flex; gap: 14px; min-height: 166px; padding: 14px; }
.pbna-slot__selected[hidden] { display: none; }
.pbna-slot__selected img { aspect-ratio: 1; border-radius: 7px; object-fit: cover; width: 42%; }
.pbna-slot__selected-copy { min-width: 0; }
.pbna-slot__name { display: -webkit-box; font-size: 14px; line-height: 1.35; margin-top: 6px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.pbna-slot__actions { display: flex; gap: 12px; margin-top: 13px; }
.pbna-slot__actions button { background: none; border: 0; color: var(--pbna-green); font-size: 12px; padding: 0; text-decoration: underline; }
.pbna-slot__actions .pbna-slot__remove { color: #7b403a; }

.pbna-browser { margin-top: 8px; }
.pbna-browser__toolbar { align-items: center; display: flex; gap: 14px; justify-content: space-between; }
.pbna-search { align-items: center; border: 1px solid var(--pbna-line); border-radius: 8px; display: flex; flex: 1; max-width: 490px; padding: 0 14px; }
.pbna-search svg { color: #69726e; flex: 0 0 21px; height: 21px; width: 21px; }
.pbna-search__input { background: transparent; border: 0 !important; box-shadow: none !important; min-height: 48px; outline: 0; padding: 0 0 0 10px !important; width: 100%; }
.pbna-random-trio { background: transparent; border: 0; color: var(--pbna-green); font-weight: 700; padding: 10px 4px; }
.pbna-filters { display: flex; gap: 9px; margin: 22px 0; overflow-x: auto; padding: 2px 1px 9px; scrollbar-width: thin; }
.pbna-filter { background: #fff; border: 1px solid var(--pbna-line); border-radius: 999px; color: #4d5753; flex: 0 0 auto; font-size: 13px; padding: 8px 13px; }
.pbna-filter.is-active { background: var(--pbna-green); border-color: var(--pbna-green); color: #fff; }
.pbna-catalog-status { color: var(--pbna-muted); padding: 28px 0; text-align: center; }
.pbna-catalog-status.is-error { color: #8c2e26; }
.pbna-product-grid { display: grid; gap: 21px 15px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pbna-product-card { background: transparent; border: 0; color: var(--pbna-ink); padding: 0; text-align: left; }
.pbna-product-card__image-wrap { background: #f2f1ed; border: 2px solid transparent; border-radius: 8px; display: block; overflow: hidden; position: relative; transition: border-color .2s ease, transform .2s ease; }
.pbna-product-card:hover .pbna-product-card__image-wrap { border-color: #a9c9be; transform: translateY(-2px); }
.pbna-product-card.is-selected .pbna-product-card__image-wrap { border-color: var(--pbna-green); }
.pbna-product-card img { aspect-ratio: 1 / 1.12; object-fit: cover; width: 100%; }
.pbna-product-card__selected-badge { background: var(--pbna-green); border-radius: 4px; color: #fff; font-size: 11px; font-weight: 700; left: 7px; padding: 5px 7px; position: absolute; top: 7px; }
.pbna-product-card__name { display: -webkit-box; font-size: 13px; font-weight: 700; line-height: 1.35; margin-top: 9px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.pbna-product-card__rating { color: #c88a0b; display: block; font-size: 12px; margin-top: 4px; }
.pbna-product-card__rating small { color: var(--pbna-muted); }
.pbna-load-more { background: #fff; border: 1px solid var(--pbna-green); border-radius: 6px; color: var(--pbna-green); display: block; font-weight: 700; margin: 30px auto 0; padding: 10px 18px; }

.pbna-summary { min-width: 0; }
.pbna-summary__sticky { background: #fff; border: 1px solid var(--pbna-line); border-radius: 12px; box-shadow: var(--pbna-shadow); padding: 26px; position: sticky; top: 24px; }
.pbna-summary__progress { color: var(--pbna-muted); font-size: 14px; margin-top: 8px !important; }
.pbna-summary__price { color: var(--pbna-ink); font-family: "Marcellus", serif; font-size: 40px; line-height: 1; margin-top: 22px; }
.pbna-summary__was { color: var(--pbna-muted); font-size: 12px; margin-top: 7px !important; }
.pbna-summary__was s { color: #858d89; }
.pbna-summary__delivery { color: var(--pbna-green); font-size: 13px; font-weight: 700; margin-top: 7px !important; }
.pbna-summary__items { border-bottom: 1px solid var(--pbna-line); border-top: 1px solid var(--pbna-line); margin: 23px 0; padding: 14px 0; }
.pbna-summary-item { align-items: center; display: grid; gap: 10px; grid-template-columns: 56px minmax(0, 1fr) auto; min-height: 64px; padding: 7px 0; }
.pbna-summary-item img { aspect-ratio: 1; border-radius: 5px; object-fit: cover; }
.pbna-summary-item span { min-width: 0; }
.pbna-summary-item small { color: var(--pbna-muted); display: block; font-size: 11px; }
.pbna-summary-item strong { display: block; font-size: 13px; line-height: 1.3; margin-top: 2px; }
.pbna-summary-item button { background: transparent; border: 0; color: #666; font-size: 18px; padding: 6px; }
.pbna-summary-item__placeholder { color: var(--pbna-muted); font-size: 13px; grid-column: 1 / 3; }
.pbna-summary-item__placeholder + button { color: var(--pbna-green); font-size: 12px; font-weight: 700; }
.pbna-summary__backup { background: var(--pbna-soft); border-radius: 8px; margin-bottom: 20px; padding: 16px; }
.pbna-summary__backup p { color: var(--pbna-muted); font-size: 12px; margin-top: 4px; }
.pbna-backup-options { display: grid; gap: 7px; margin-top: 13px; }
.pbna-backup-option { align-items: center; background: #fff; border: 1px solid #e1e1dc; border-radius: 7px; cursor: pointer; display: grid; gap: 8px; grid-template-columns: auto 44px minmax(0, 1fr) auto; padding: 7px; }
.pbna-backup-option img { aspect-ratio: 1; border-radius: 4px; object-fit: cover; }
.pbna-backup-option strong { display: block; font-size: 11px; line-height: 1.25; }
.pbna-backup-option small { color: var(--pbna-muted); display: block; font-size: 10px; }
.pbna-backup-option b { font-size: 11px; }
.pbna-backup-all { align-items: center; cursor: pointer; display: grid; font-size: 12px; gap: 8px; grid-template-columns: auto 1fr auto; margin-top: 12px; }
.pbna-summary__total-row { align-items: center; display: flex; font-size: 15px; justify-content: space-between; margin-bottom: 13px; }
.pbna-summary__total-row strong { font-family: "Marcellus", serif; font-size: 24px; }
.pbna-add-button { background: var(--pbna-green); border: 0; border-radius: 7px; color: #fff; font-weight: 700; min-height: 53px; padding: 13px 18px; width: 100%; }
.pbna-add-button:hover:not(:disabled) { background: var(--pbna-deep-green); }
.pbna-add-button:disabled { cursor: not-allowed; opacity: .55; }
.pbna-summary__trust { color: var(--pbna-muted); display: grid; font-size: 11px; gap: 5px; margin-top: 15px; text-align: center; }
.pbna-summary__trust span::before { color: var(--pbna-green); content: "✓"; font-weight: 700; margin-right: 5px; }
.pbna-free-label { background: #e8f6ef; border-radius: 3px; color: var(--pbna-green); font-size: 10px; font-weight: 700; padding: 3px 5px; }

@media (max-width: 1050px) {
  .pbna-kit-inclusion { padding: 0 14px; }
  .pbna-kit-inclusion__icon { flex-basis: 60px; height: 60px; width: 60px; }
  .pbna-configurator { grid-template-columns: minmax(0, 1fr) 300px; }
  .pbna-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pbna-offer-card { padding: 23px; }
  .pbna-offer-card.is-selected { padding: 22px; }
}

@media (max-width: 820px) {
  .pbna-kit-inclusions { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 18px; }
  .pbna-kit-inclusion:nth-child(3) { border-left: 0; }
  .pbna-kit-inclusion:nth-child(n+3) { border-top: 1px solid #e8e8e2; padding-top: 18px; }
  .pbna-offer-grid { grid-template-columns: 1fr; }
  .pbna-configurator { grid-template-columns: 1fr; }
  .pbna-summary { order: 2; }
  .pbna-summary__sticky { position: static; }
  .pbna-slots { grid-template-columns: 1fr; }
  .pbna-slot, .pbna-slot__empty, .pbna-slot__selected { min-height: 124px; }
  .pbna-slot__selected img { max-width: 112px; width: 112px; }
  .pbna-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
  .pbna-kit-inclusions { gap: 16px; grid-template-columns: 1fr; padding: 20px 0; }
  .pbna-kit-inclusion { border: 0 !important; min-height: 0; padding: 0 4px !important; }
  .pbna-kit-inclusion__icon { flex-basis: 60px; height: 60px; width: 60px; }
  .pbna-offer-card__heading-row { gap: 10px; }
  .pbna-finish-icon { flex-basis: 62px; height: 62px; width: 62px; }
  .pbna-builder { font-size: 15px; }
  .pbna-offer { padding-top: 28px; }
  .pbna-offer-card { min-height: 0; padding: 21px 18px; }
  .pbna-offer-card.is-selected { padding: 20px 17px; }
  .pbna-offer-card__radio { margin-right: 12px; }
  .pbna-offer-card__price { font-size: 34px; }
  .pbna-offer-card__size { font-size: 10.5px; margin-top: 5px; }
  .pbna-configurator { padding-top: 52px; }
  .pbna-browser__toolbar { align-items: stretch; flex-direction: column; }
  .pbna-search { max-width: none; }
  .pbna-random-trio { align-self: flex-start; }
  .pbna-product-grid { gap: 18px 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pbna-product-card__name { font-size: 12px; }
  .pbna-summary__sticky { padding: 21px; }
}


/* Prevent theme-level orange button hover styles inside the configurator. */
.pbna-builder button.pbna-filter:hover,
.pbna-builder button.pbna-filter:focus-visible,
.pbna-builder button.pbna-load-more:hover,
.pbna-builder button.pbna-random-trio:hover {
  background-color: #f1f8f5 !important;
  border-color: var(--pbna-green) !important;
  color: var(--pbna-deep-green) !important;
}
.pbna-builder button.pbna-filter.is-active,
.pbna-builder button.pbna-filter.is-active:hover {
  background-color: var(--pbna-green) !important;
  border-color: var(--pbna-green) !important;
  color: #fff !important;
}

/* v0.1.5.2: keep the desktop bundle summary visible below the sticky site header. */
@media (min-width: 821px) {
  .pbna-builder,
  .pbna-configurator,
  .pbna-configurator__main,
  .pbna-summary {
    overflow: visible !important;
  }

  .pbna-summary {
    align-self: stretch;
    position: relative;
  }

  .pbna-summary__sticky {
    max-height: calc(100vh - 138px);
    overflow-y: auto;
    overscroll-behavior: contain;
    position: sticky !important;
    scrollbar-width: thin;
    top: 118px;
    z-index: 8;
  }
}

/* v0.1.5.2: compact four-column inclusions strip on phones. */
@media (max-width: 560px) {
  .pbna-section-heading {
    margin-bottom: 14px;
  }

  .pbna-inclusions-label {
    font-size: 15px;
    margin-bottom: 7px !important;
  }

  .pbna-kit-inclusions {
    align-items: start;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 22px;
    padding: 13px 0 15px;
  }

  .pbna-kit-inclusion,
  .pbna-kit-inclusion + .pbna-kit-inclusion,
  .pbna-kit-inclusion:nth-child(n+3) {
    align-items: center;
    border: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 0;
    padding: 0 3px !important;
    text-align: center;
  }

  .pbna-kit-inclusion__icon {
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
  }

  .pbna-kit-inclusion > span:last-child {
    font-size: 9px;
    font-weight: 600;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .pbna-kit-inclusion small {
    font-size: 8px;
    line-height: 1.15;
    margin-top: 2px;
  }

  .pbna-offer {
    padding-top: 20px;
  }

  .pbna-offer-card__points:empty {
    display: none;
  }
}

/* v0.1.5.3: compact completed bundle summary on phones. */
@media (max-width: 560px) {
  .pbna-summary__sticky {
    padding: 14px 14px 16px;
  }

  .pbna-summary__sticky > .pbna-eyebrow {
    font-size: 11px;
    margin-bottom: 5px;
  }

  .pbna-summary__sticky h3 {
    font-size: 27px;
    line-height: 1.12;
  }

  .pbna-summary__progress {
    font-size: 12px;
    margin-top: 4px !important;
  }

  .pbna-summary__price {
    display: inline-block;
    font-size: 36px;
    margin-top: 12px;
    vertical-align: baseline;
  }

  .pbna-summary__was {
    display: inline-block;
    font-size: 11px;
    margin: 0 0 0 8px !important;
    vertical-align: baseline;
  }

  .pbna-summary__delivery {
    font-size: 11px;
    margin-top: 3px !important;
  }

  .pbna-summary__items {
    margin: 13px 0;
    padding: 7px 0;
  }

  .pbna-summary-item {
    gap: 8px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 48px;
    padding: 3px 0;
  }

  .pbna-summary-item img {
    height: 42px;
    width: 42px;
  }

  .pbna-summary-item small {
    display: none;
  }

  .pbna-summary-item strong {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 0;
  }

  .pbna-summary-item button {
    font-size: 17px;
    padding: 4px 2px 4px 7px;
  }

  .pbna-summary__backup {
    margin-bottom: 11px;
    padding: 10px;
  }

  .pbna-summary__backup h4 {
    font-size: 21px;
  }

  .pbna-summary__backup > p {
    display: block;
    font-size: 10.5px;
    line-height: 1.3;
    margin-top: 2px;
  }

  .pbna-backup-options {
    gap: 5px;
    margin-top: 8px;
  }

  .pbna-backup-option {
    gap: 7px;
    grid-template-columns: auto 34px minmax(0, 1fr) auto;
    min-height: 43px;
    padding: 4px 6px;
  }

  .pbna-backup-option img {
    height: 34px;
    width: 34px;
  }

  .pbna-backup-option strong {
    font-size: 10px;
    line-height: 1.16;
  }

  .pbna-backup-option small {
    display: none;
  }

  .pbna-backup-option b {
    font-size: 10px;
  }

  .pbna-backup-all {
    display: none;
  }

  .pbna-summary__total-row {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .pbna-summary__total-row strong {
    font-size: 21px;
  }

  .pbna-add-button {
    min-height: 48px;
    padding: 11px 14px;
  }

  .pbna-summary__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 3px 10px;
    justify-content: center;
    margin-top: 9px;
  }
}
