.abp-bundle {
  --abp-ink: #172332;
  --abp-muted: #667584;
  --abp-subtle: #8996a2;
  --abp-line: #d7e5ef;
  --abp-line-strong: #95bfdc;
  --abp-surface: #ffffff;
  --abp-bg: #f0f8ff;
  --abp-bg-2: #e8f4fd;
  --abp-accent: #15385c;
  --abp-accent-2: #235b89;
  --abp-action: #3d9360;
  --abp-action-dark: #2f784c;
  --abp-warning: #a96f27;
  --abp-shadow: 0 14px 30px rgba(21, 56, 92, .08);
  --abp-progress: 0;
  position: relative;
  width: 100%;
  margin: 28px auto;
  padding: clamp(24px, 2.1vw, 34px);
  border: 1px solid rgba(149, 191, 220, .3);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--abp-bg), #f7fbff);
  color: var(--abp-ink);
  overflow: hidden;
  transition: opacity .14s ease;
}

.abp-bundle[data-abp-pending="1"] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.abp-bundle *,
.abp-bundle *::before,
.abp-bundle *::after {
  box-sizing: border-box;
}

body.abp-drawer-open {
  overflow: hidden;
}

.abp-bundle[data-abp-positioned="decision-zone"] {
  margin-top: 20px;
  margin-bottom: 30px;
}

.abp-bundle button {
  font-family: inherit;
}

.abp-bundle__heading {
  display: block;
  margin-bottom: clamp(22px, 2vw, 30px);
}

.abp-bundle__title {
  max-width: 1120px;
}

.abp-bundle__heading > .abp-tier-strip,
.abp-bundle__title > .abp-kicker {
  display: none !important;
}

.abp-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  margin-bottom: 8px;
  padding: 3px 9px;
  border: 1px solid rgba(21, 56, 92, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .86);
  color: var(--abp-accent-2);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.abp-bundle__heading h2 {
  margin: 0 0 8px;
  color: var(--abp-accent);
  font-size: clamp(30px, 2.2vw, 40px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.abp-bundle__heading p {
  max-width: none;
  margin: 0;
  color: #20272f;
  font-size: clamp(15px, 1.02vw, 20px);
  font-weight: 650;
  line-height: 1.34;
  white-space: nowrap;
}

.abp-tier-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 54px);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(21, 56, 92, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
}

.abp-tier-strip::before {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -9px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--abp-action) calc(var(--abp-progress) * 100%), #d6e6ef 0);
  content: "";
}

.abp-tier-strip span {
  display: grid;
  min-height: 42px;
  place-items: center;
  border-radius: 999px;
  color: var(--abp-muted);
  font-size: 13px;
  font-weight: 850;
}

.abp-tier-strip small {
  color: var(--abp-action-dark);
  font-size: 13px;
  font-weight: 900;
}

.abp-bundle[data-abp-tier="1"] .abp-tier-strip [data-tier="1"],
.abp-bundle[data-abp-tier="2"] .abp-tier-strip [data-tier="1"],
.abp-bundle[data-abp-tier="2"] .abp-tier-strip [data-tier="2"],
.abp-bundle[data-abp-tier="3"] .abp-tier-strip [data-tier="1"],
.abp-bundle[data-abp-tier="3"] .abp-tier-strip [data-tier="2"],
.abp-bundle[data-abp-tier="3"] .abp-tier-strip [data-tier="3"] {
  background: #e5f3ff;
  color: var(--abp-ink);
}

.abp-bundle[data-abp-tier="4"] .abp-tier-strip span {
  background: #e5f3ff;
  color: var(--abp-ink);
}

.abp-bundle__content {
  display: grid;
  grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
}

.abp-main-card {
  position: relative;
  display: flex;
  min-height: 330px;
  padding: 12px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.abp-main-card__label {
  display: none;
}

.abp-main-card img {
  display: block;
  max-width: min(100%, 300px);
  max-height: 210px;
  margin: 0 0 28px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 12px 18px rgba(21, 56, 92, .08));
  transform: scale(1.15);
  transform-origin: center;
}

.abp-main-card__body {
  display: grid;
  gap: 5px;
  justify-items: center;
  text-align: center;
}

.abp-main-card h3 {
  max-width: 270px;
  margin: 0;
  color: #151b22;
  font-size: clamp(18px, 1.2vw, 24px);
  font-weight: 900;
  line-height: 1.15;
}

.abp-main-card__body span {
  color: var(--abp-muted);
  font-weight: 800;
}

.abp-accessory-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 14px;
  align-items: stretch;
}

.abp-accessory-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 330px;
  grid-template-rows: 32px 174px minmax(54px, auto) 34px;
  padding: 16px;
  border: 1px solid var(--abp-line);
  border-radius: 8px;
  background: var(--abp-surface);
  box-shadow: 0 1px 0 rgba(21, 56, 92, .04);
  transition:
    transform .2s cubic-bezier(.2, .8, .2, 1),
    border-color .2s cubic-bezier(.2, .8, .2, 1),
    box-shadow .2s cubic-bezier(.2, .8, .2, 1);
}

.abp-accessory-card:hover {
  transform: translateY(-2px);
  border-color: var(--abp-line-strong);
  box-shadow: var(--abp-shadow);
}

.abp-accessory-card.is-selected {
  border-color: #347fbe;
  background: var(--abp-surface);
  box-shadow: inset 0 0 0 2px rgba(52, 127, 190, .72), 0 10px 24px rgba(21, 86, 150, .1);
}

.abp-accessory-card.is-unavailable {
  opacity: .58;
}

.abp-accessory-card__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 30px;
}

.abp-check-control {
  position: relative;
  display: inline-flex;
  width: 26px;
  height: 26px;
  margin: 0;
}

.abp-check-control input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.abp-check-control span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid #a7b8c6;
  border-radius: 6px;
  background: #fff;
  transition:
    transform .18s cubic-bezier(.2, .8, .2, 1),
    border-color .18s cubic-bezier(.2, .8, .2, 1),
    background .18s cubic-bezier(.2, .8, .2, 1);
}

.abp-check-control input:focus-visible + span {
  outline: 2px solid rgba(35, 91, 137, .28);
  outline-offset: 2px;
}

.abp-check-control input:checked + span {
  border-color: var(--abp-accent);
  background: var(--abp-accent);
  transform: scale(1.02);
}

.abp-check-control input:checked + span::after {
  width: 8px;
  height: 13px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(45deg) translate(-1px, -2px);
}

.abp-accessory-card__badge,
.abp-accessory-card__slot,
.abp-accessory-card__note,
.abp-price {
  display: none;
}

.abp-accessory-card__image {
  display: grid;
  min-height: 174px;
  place-items: center;
  border-radius: 8px;
  background: radial-gradient(circle at 50% 48%, rgba(232, 244, 253, .95) 0, rgba(247, 251, 255, .78) 52%, rgba(255, 255, 255, 0) 74%);
  isolation: isolate;
  overflow: visible;
}

.abp-accessory-card__image img {
  display: block;
  max-width: 112%;
  max-height: 168px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 10px 15px rgba(21, 56, 92, .08));
  transform: scale(1.15);
  transition: transform .22s cubic-bezier(.2, .8, .2, 1);
}

.abp-accessory-card:hover .abp-accessory-card__image img {
  transform: scale(1.2);
}

.abp-accessory-card__body {
  min-width: 0;
  align-self: start;
}

.abp-accessory-card h3 {
  display: -webkit-box;
  min-height: 52px;
  margin: 10px 0 0;
  overflow: hidden;
  color: #151b22;
  font-size: clamp(17px, 1.02vw, 21px);
  font-weight: 900;
  line-height: 1.18;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.abp-accessory-card__footer {
  display: grid;
  align-self: end;
  align-items: end;
  padding-top: 8px;
}

.abp-alternative-button {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 7px;
  min-width: 0;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--abp-accent-2);
  font-size: clamp(13px, .86vw, 15px);
  font-weight: 850;
  text-align: left;
  text-decoration: none;
  transition: color .18s cubic-bezier(.2, .8, .2, 1), transform .18s cubic-bezier(.2, .8, .2, 1);
}

.abp-alternative-button:hover {
  color: var(--abp-accent);
  transform: translateX(1px);
}

.abp-alternative-button:focus-visible {
  outline: 2px solid rgba(35, 91, 137, .32);
  outline-offset: 3px;
}

.abp-alternative-button span {
  font-size: 23px;
  line-height: .7;
}

.abp-alternative-button--muted {
  color: var(--abp-subtle);
  cursor: default;
}

.abp-alternative-button--muted:hover {
  color: var(--abp-subtle);
  transform: none;
}

.abp-single-price {
  display: inline-flex;
  align-items: baseline;
  justify-self: start;
  gap: 7px;
  min-width: 0;
  max-width: 100%;
  color: var(--abp-ink);
  white-space: nowrap;
}

.abp-single-price__regular {
  color: var(--abp-subtle);
  font-size: clamp(12px, .78vw, 14px);
  font-weight: 850;
  text-decoration: line-through;
}

.abp-single-price__current {
  color: var(--abp-accent);
  font-size: clamp(14px, .94vw, 17px);
  font-weight: 900;
  line-height: 1;
}

.abp-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, auto) minmax(280px, 410px);
  gap: 24px;
  align-items: end;
  margin-top: clamp(24px, 2vw, 34px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.abp-summary__offer {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.abp-summary__offer > div:not(.abp-summary__badges),
.abp-summary__total {
  display: grid;
  gap: 3px;
}

.abp-summary__badges {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.abp-summary__savings {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  padding: 6px 15px;
  border-radius: 999px;
  background: #dcefff;
  color: #17365d;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.abp-summary__savings[hidden] {
  display: none;
}

.abp-summary__savings strong {
  color: var(--abp-action);
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
}

.abp-summary__savings span {
  color: #17365d;
  font-size: 14px;
  font-weight: 900;
}

.abp-summary__offer strong,
.abp-summary__total strong {
  color: var(--abp-ink);
  font-weight: 900;
}

.abp-summary__offer span:not(.abp-discount-pill),
.abp-summary__total span {
  color: var(--abp-muted);
  font-size: 15px;
  font-weight: 800;
}

.abp-summary__offer .abp-summary__savings span {
  color: #17365d;
  font-size: 14px;
  font-weight: 900;
}

.abp-summary__offer .abp-summary__savings strong {
  color: var(--abp-action);
  font-size: 14px;
  font-weight: 950;
}

.abp-discount-pill {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 32px;
  padding: 6px 15px;
  border-radius: 999px;
  background: #dcefff;
  color: #17365d;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.abp-summary__total {
  justify-items: end;
}

.abp-summary__regular {
  min-height: 18px;
  color: var(--abp-subtle);
  font-size: 14px;
  font-weight: 850;
  text-decoration: line-through;
}

.abp-summary__total strong {
  color: var(--abp-accent);
  font-size: clamp(28px, 2.2vw, 38px);
  line-height: 1;
}

.abp-add-button {
  width: 100%;
  max-width: 410px;
  justify-self: end;
  min-height: 56px;
  border: 0;
  border-radius: 7px;
  background: var(--abp-action);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(47, 120, 76, .22);
  transition:
    transform .18s cubic-bezier(.2, .8, .2, 1),
    background .18s cubic-bezier(.2, .8, .2, 1),
    box-shadow .18s cubic-bezier(.2, .8, .2, 1);
}

.abp-add-button:hover,
.abp-add-button:focus {
  background: var(--abp-action-dark);
  box-shadow: 0 12px 24px rgba(47, 120, 76, .24);
}

.abp-add-button:focus-visible {
  outline: 2px solid rgba(61, 147, 96, .32);
  outline-offset: 3px;
}

.abp-add-button:active {
  transform: translateY(1px);
}

.abp-add-button[data-abp-state="success"] {
  background: var(--abp-action-dark);
  box-shadow: 0 12px 24px rgba(47, 120, 76, .26);
}

.abp-add-button:disabled {
  background: #d9dde2 !important;
  color: #fff !important;
  cursor: not-allowed;
  box-shadow: none;
}

.abp-drawer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
}

.abp-drawer.is-open {
  display: block;
}

.abp-drawer__scrim {
  position: absolute;
  inset: 0;
  background: rgba(23, 35, 50, .58);
}

.abp-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: min(560px, 100%);
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: -24px 0 54px rgba(23, 35, 50, .18);
  flex-direction: column;
}

.abp-drawer__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 28px 28px 18px;
}

.abp-drawer__head h3 {
  margin: 0;
  color: var(--abp-ink);
  font-size: clamp(22px, 1.65vw, 26px);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.abp-drawer__close {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #111923;
  font-size: 44px;
  line-height: 1;
  cursor: pointer;
}

.abp-drawer__close:focus-visible {
  outline: 2px solid rgba(35, 91, 137, .32);
  outline-offset: 3px;
}

.abp-drawer__body {
  min-height: 0;
  padding: 0 28px 26px;
  overflow-y: auto;
  flex: 1 1 auto;
}

.abp-drawer__thumbs {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 6px 0 40px;
  overflow-x: auto;
  padding-bottom: 3px;
}

.abp-drawer-thumb {
  position: relative;
  display: grid;
  width: 66px;
  height: 66px;
  flex: 0 0 66px;
  place-items: center;
  border: 1px solid var(--abp-line);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition:
    border-color .18s cubic-bezier(.2, .8, .2, 1),
    box-shadow .18s cubic-bezier(.2, .8, .2, 1),
    transform .18s cubic-bezier(.2, .8, .2, 1);
}

.abp-drawer-thumb:hover,
.abp-drawer-thumb.is-active {
  border-color: #347fbe;
  box-shadow: inset 0 0 0 2px rgba(52, 127, 190, .48), 0 8px 18px rgba(21, 86, 150, .12);
  transform: translateY(-1px);
}

.abp-drawer-thumb.is-selected {
  border-color: #347fbe;
  box-shadow: inset 0 0 0 2px rgba(52, 127, 190, .58), 0 8px 18px rgba(21, 86, 150, .1);
}

.abp-drawer-thumb--main {
  width: 62px;
  flex-basis: 62px;
  border-color: transparent;
  cursor: default;
}

.abp-drawer-thumb--main:hover {
  box-shadow: none;
  transform: none;
}

.abp-drawer-thumb img {
  display: block;
  max-width: 82%;
  max-height: 82%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.abp-drawer-thumb__check {
  position: absolute;
  top: 6px;
  left: 6px;
  display: none;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: var(--abp-accent);
}

.abp-drawer-thumb.is-selected .abp-drawer-thumb__check {
  display: block;
}

.abp-drawer-thumb__check::after {
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 12px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
  transform: rotate(45deg);
}

.abp-alternative-list h4 {
  margin: 0 0 16px;
  color: #151b22;
  font-size: clamp(18px, 1.2vw, 21px);
  font-weight: 900;
  line-height: 1.18;
  white-space: nowrap;
}

.abp-alternative-item {
  display: grid;
  width: 100%;
  grid-template-columns: 24px 82px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 13px;
  padding: 18px 16px;
  border: 1px solid var(--abp-line);
  border-radius: 8px;
  background: #fff;
  color: var(--abp-ink);
  text-align: left;
  transition:
    transform .18s cubic-bezier(.2, .8, .2, 1),
    border-color .18s cubic-bezier(.2, .8, .2, 1),
    box-shadow .18s cubic-bezier(.2, .8, .2, 1);
}

.abp-alternative-item:hover,
.abp-alternative-item:focus {
  transform: translateY(-1px);
  border-color: var(--abp-line-strong);
  box-shadow: 0 12px 24px rgba(21, 86, 150, .08);
}

.abp-alternative-item.is-active {
  border-color: #347fbe;
  box-shadow: inset 0 0 0 2px rgba(52, 127, 190, .72), 0 10px 24px rgba(21, 86, 150, .1);
}

.abp-alternative-item:disabled {
  opacity: .58;
  transform: none;
  box-shadow: none;
}

.abp-alternative-item__radio {
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 4px;
  border: 1px solid #b6b9bd;
  border-radius: 50%;
  background: #fff;
}

.abp-alternative-item.is-active .abp-alternative-item__radio {
  border-color: var(--abp-accent);
  background: var(--abp-accent);
}

.abp-alternative-item.is-active .abp-alternative-item__radio::after {
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: #fff;
  content: "";
}

.abp-alternative-item__image {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
}

.abp-alternative-item__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.abp-alternative-item__body {
  display: grid;
  min-width: 0;
  gap: 5px;
}

.abp-alternative-item__body strong {
  color: #151b22;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 900;
  line-height: 1.18;
}

.abp-alternative-item__rating {
  color: var(--abp-accent-2);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.1;
}

.abp-selected-badge {
  display: none;
  width: fit-content;
  min-height: 24px;
  align-items: center;
  margin-top: 2px;
  padding: 3px 9px;
  border-radius: 999px;
  background: #e5f3ff;
  color: var(--abp-accent);
  font-size: 12px;
  font-weight: 900;
}

.abp-alternative-item.is-active .abp-selected-badge {
  display: inline-flex;
}

.abp-alternative-item__price {
  display: grid;
  gap: 1px;
  margin-top: 8px;
  color: #151b22;
  font-size: clamp(17px, 1.1vw, 21px);
  font-weight: 900;
  line-height: 1.08;
}

.abp-alternative-item__price small {
  color: var(--abp-accent-2);
  font-size: 14px;
  font-weight: 850;
  text-decoration: line-through;
}

.abp-stock-badge {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: #f4ece3;
  color: var(--abp-warning);
  font-size: 12px;
  font-weight: 850;
}

.abp-drawer__summary {
  flex: 0 0 auto;
  padding: 22px 28px 24px;
  border-top: 1px solid var(--abp-line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -14px 28px rgba(23, 35, 50, .06);
}

.abp-drawer__summary-row,
.abp-drawer__summary-total {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: baseline;
  color: #343b44;
  font-size: 16px;
  font-weight: 750;
}

.abp-drawer__summary-row--discount strong {
  color: var(--abp-action);
}

.abp-drawer__summary-total {
  margin-top: 22px;
}

.abp-drawer__summary-total strong {
  color: var(--abp-accent);
  font-size: clamp(28px, 2.35vw, 36px);
  font-weight: 950;
  line-height: 1;
}

.abp-drawer__add {
  width: 100%;
  margin-top: 18px;
  max-width: none;
}

.abp-live {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

@media (min-width: 1500px) {
  .abp-bundle__content {
    grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
  }

  .abp-accessory-grid {
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  }
}

@media (max-width: 1180px) {
  .abp-bundle__heading p {
    white-space: normal;
  }

  .abp-bundle__content {
    grid-template-columns: 1fr;
  }

  .abp-main-card {
    min-height: auto;
    display: grid;
    grid-template-columns: minmax(120px, 200px) minmax(0, 1fr);
    justify-items: start;
    gap: 18px;
  }

  .abp-main-card img {
    margin: 0;
  }

  .abp-main-card__body {
    justify-items: start;
    text-align: left;
  }

  .abp-summary {
    grid-template-columns: minmax(0, 1fr) minmax(170px, auto) minmax(240px, 360px);
  }
}

@media (max-width: 860px) {
  .abp-bundle {
    margin: 24px 0;
    padding: 20px;
  }

  .abp-accessory-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .abp-summary {
    grid-template-columns: 1fr;
  }

  .abp-summary__total {
    justify-items: start;
  }

  .abp-add-button {
    max-width: none;
    grid-column: auto;
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  .abp-bundle {
    padding: 16px 12px;
  }

  .abp-main-card {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 8px 0 12px;
  }

  .abp-main-card__body {
    justify-items: center;
    text-align: center;
  }

  .abp-accessory-grid {
    grid-template-columns: 1fr;
  }

  .abp-accessory-card {
    min-height: auto;
    grid-template-rows: 30px 150px auto 34px;
  }

  .abp-accessory-card__image {
    min-height: 150px;
  }

  .abp-accessory-card__image img {
    max-height: 140px;
  }

  .abp-drawer__panel {
    width: 100%;
  }

  .abp-drawer__head {
    padding: 22px 18px 14px;
  }

  .abp-drawer__head h3 {
    font-size: 22px;
  }

  .abp-drawer__body {
    padding: 0 18px 20px;
  }

  .abp-drawer__thumbs {
    margin-bottom: 30px;
  }

  .abp-alternative-item {
    grid-template-columns: 22px 72px minmax(0, 1fr);
    gap: 12px;
    padding: 14px 12px;
  }

  .abp-alternative-item__image {
    width: 72px;
    height: 78px;
  }

  .abp-drawer__summary {
    padding: 18px;
  }
}
