.shop53 {
  --shop53-ink: #17292b;
  --shop53-ink-strong: #0d1a1c;
  --shop53-surface: #f1f3f2;
  --shop53-surface-strong: #ffffff;
  --shop53-border: rgba(23, 41, 43, 0.15);
  --shop53-muted: #516569;
  --shop53-primary: #1a9a8f;
  --shop53-primary-strong: #0f7870;
  --shop53-accent: #cf9650;
  --shop53-accent-soft: #f8ece0;
  --shop53-shadow: 0 18px 34px rgba(11, 26, 29, 0.08);
  --shop53-shadow-soft: 0 8px 20px rgba(11, 26, 29, 0.05);
  --shop53-focus: #0bb8a9;
  background: var(--shop53-surface);
  color: var(--shop53-ink);
  padding-bottom: 120px;
}

.shop53-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.shop53-overline {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--shop53-muted);
}

.shop53-promise {
  border-bottom: 1px solid rgba(23, 41, 43, 0.1);
  background:
    linear-gradient(rgba(26, 154, 143, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 154, 143, 0.028) 1px, transparent 1px),
    #f8fbfa;
  background-size: 28px 28px, 28px 28px, auto;
  padding: 22px 0 20px;
}

.shop53-promise-columns {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 3fr);
  gap: 8px;
  align-items: start;
}

.shop53-promise-group {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.shop53-promise-group h2 {
  margin: 0;
  color: var(--shop53-ink-strong);
  font-size: 1.12rem;
  line-height: 1.16;
}

.shop53-promise-grid {
  display: grid;
  gap: 8px;
}

.shop53-promise-grid--kit {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shop53-promise-grid--standard {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shop53-promise-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  min-width: 0;
  min-height: 66px;
  border: 1px solid rgba(23, 41, 43, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  box-shadow: 0 8px 18px rgba(11, 26, 29, 0.04);
}

.shop53-promise-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: rgba(26, 154, 143, 0.1);
  color: var(--shop53-primary-strong);
}

.shop53-promise-item--standard .shop53-promise-icon {
  background: rgba(207, 150, 80, 0.14);
  color: #9c6428;
}

.shop53-promise-icon svg {
  width: 20px;
  height: 20px;
}

.shop53-promise-item strong {
  min-width: 0;
  color: var(--shop53-ink-strong);
  font-size: 0.86rem;
  line-height: 1.16;
}

.shop53-hero {
  background:
    linear-gradient(112deg, #0c1e20 0%, #112d30 53%, #21363a 100%);
  color: #f7fbfb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 34px 0 52px;
}

.shop53-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(246, 251, 251, 0.76);
  font-size: 0.86rem;
  margin-bottom: 26px;
}

.shop53-breadcrumb a {
  text-decoration: none;
}

.shop53-breadcrumb a:hover {
  color: #ffffff;
}

.shop53-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  gap: 24px;
}

.shop53-hero-copy h1 {
  margin: 10px 0 14px;
  font-size: clamp(2rem, 3.8vw, 3.15rem);
  line-height: 1.06;
  color: #ffffff;
}

.shop53-hero-copy p {
  margin: 0;
  max-width: 62ch;
  color: rgba(245, 252, 252, 0.86);
}

.shop53-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.shop53-btn {
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0 16px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 160ms ease;
  cursor: pointer;
}

.shop53-btn--primary {
  background: var(--shop53-primary-strong);
  color: #f9ffff;
}

.shop53-btn--primary:hover {
  background: #0b625c;
}

.shop53-btn--ghost {
  background: transparent;
  color: inherit;
  border-color: currentColor;
}

.shop53-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.shop53-kpis {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 600px;
}

.shop53-kpis li {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
}

.shop53-kpis strong {
  display: block;
  color: #ffffff;
  font-size: 1.26rem;
  line-height: 1.2;
}

.shop53-kpis span {
  color: rgba(245, 252, 252, 0.76);
  font-size: 0.84rem;
}

.shop53-hero-panel {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 18px 18px 20px;
  background:
    linear-gradient(145deg, rgba(10, 24, 27, 0.86), rgba(10, 24, 27, 0.66)),
    url("/assets/images/hydrogen-molecules-premium.png") center/cover no-repeat;
  box-shadow: var(--shop53-shadow-soft);
}

.shop53-hero-panel h2 {
  margin: 8px 0 16px;
  font-size: 1.27rem;
  color: #ffffff;
  line-height: 1.2;
}

.shop53-hero-lines {
  display: grid;
  gap: 10px;
}

.shop53-hero-line {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  background: rgba(7, 22, 24, 0.62);
  color: #f6fcfc;
  text-align: left;
  padding: 0 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  font-weight: 700;
}

.shop53-hero-line:hover {
  background: rgba(24, 154, 143, 0.2);
  border-color: rgba(24, 154, 143, 0.9);
}

.shop53-hero-line span {
  font-size: 0.82rem;
  color: rgba(242, 252, 252, 0.76);
  font-weight: 600;
  display: block;
  margin-top: 2px;
}

.shop53-hero-line svg {
  width: 20px;
  height: 20px;
}

.shop53-hero-note {
  margin: 14px 0 0;
  font-size: 0.9rem;
  color: rgba(246, 251, 251, 0.76);
}

.shop53-catalog {
  padding: 36px 0 24px;
}

.shop53-catalog-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
}

.shop53-filters {
  position: sticky;
  top: calc(var(--header) + 14px);
  align-self: start;
  border: 1px solid var(--shop53-border);
  border-radius: 8px;
  background: var(--shop53-surface-strong);
  padding: 18px;
  box-shadow: var(--shop53-shadow-soft);
}

.shop53-filters h2 {
  margin: 0 0 18px;
  font-size: 1.25rem;
  line-height: 1.2;
}

.shop53-field {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.shop53-field span {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--shop53-muted);
}

.shop53-field input,
.shop53-field select {
  min-height: 44px;
  border-radius: 8px;
  border: 1px solid var(--shop53-border);
  padding: 0 12px;
  background: #fff;
  color: var(--shop53-ink);
}

.shop53-filter-group {
  margin-bottom: 16px;
}

.shop53-filter-group h3 {
  margin: 0 0 8px;
  font-size: 0.92rem;
  line-height: 1.2;
}

.shop53-segment {
  display: grid;
  gap: 8px;
}

.shop53-segment button {
  min-height: 44px;
  border: 1px solid var(--shop53-border);
  border-radius: 8px;
  background: #fff;
  color: var(--shop53-ink);
  text-align: left;
  padding: 0 12px;
  font-size: 0.92rem;
  font-weight: 700;
}

.shop53-segment button small {
  color: var(--shop53-muted);
  font-weight: 600;
  display: block;
  margin-top: 2px;
}

.shop53-segment button.is-active {
  border-color: var(--shop53-primary);
  background: rgba(26, 154, 143, 0.08);
}

.shop53-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop53-pills button {
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid var(--shop53-border);
  background: #fff;
  padding: 0 13px;
  color: var(--shop53-ink);
  font-weight: 700;
  font-size: 0.85rem;
}

.shop53-pills button.is-active {
  border-color: var(--shop53-accent);
  background: var(--shop53-accent-soft);
}

.shop53-results {
  min-width: 0;
}

.shop53-results-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 12px;
}

.shop53-results-head h1,
.shop53-results-head h2 {
  margin: 8px 0 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.shop53-summary {
  margin: 0;
  color: var(--shop53-muted);
  font-size: 0.92rem;
  font-weight: 700;
  text-align: right;
}

.shop53-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.shop53-chip {
  min-height: 34px;
  border-radius: 999px;
  border: 1px solid var(--shop53-border);
  background: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--shop53-ink);
}

.shop53-chip button {
  border: 0;
  background: transparent;
  color: var(--shop53-muted);
  width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.shop53-chip button:hover {
  background: #eef5f4;
}

.shop53-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(286px, 1fr));
  gap: 18px;
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.shop53-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: 174px auto 1fr;
  height: 100%;
  min-height: 0;
  background: #fff;
  border: 1px solid var(--shop53-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(11, 26, 29, 0.075);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.shop53-card:hover {
  transform: translateY(-3px);
  border-color: rgba(26, 154, 143, 0.42);
  box-shadow: 0 28px 62px rgba(11, 26, 29, 0.12);
}

.shop53-card:focus-within {
  border-color: rgba(26, 154, 143, 0.42);
  box-shadow: 0 28px 62px rgba(11, 26, 29, 0.12);
}

.shop53-card-media,
.shop53-card-body,
.shop53-card-footer {
  position: relative;
  z-index: 1;
}

.shop53-card :is(a, button, input, select, textarea, label) {
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.shop53-card-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 70%, rgba(26, 154, 143, 0.18), transparent 39%),
    linear-gradient(rgba(26, 154, 143, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 154, 143, 0.045) 1px, transparent 1px),
    linear-gradient(160deg, #ffffff 0%, #edf8f6 58%, #f9f3ec 100%);
  background-size: auto, 32px 32px, 32px 32px, auto;
  padding: 16px 16px 12px;
}

.shop53-card-media::after {
  content: "";
  position: absolute;
  inset: auto 20% 16px;
  height: 24px;
  border-radius: 999px;
  background: rgba(11, 26, 29, 0.12);
  filter: blur(16px);
}

.shop53-card-media img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(80%, 198px);
  height: auto;
  max-height: 144px;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(11, 26, 29, 0.14));
  transition: transform 180ms ease;
}

.shop53-card:hover .shop53-card-media img {
  transform: translateY(-3px) scale(1.025);
}

.shop53-card-line {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 2;
  min-height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(13, 26, 28, 0.88);
  color: #f6fbfb;
  padding: 0 10px;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}

.shop53-card-body {
  padding: 11px 13px 8px;
}

.shop53-card-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(134px, 46%);
  align-items: start;
  gap: 10px;
}

.shop53-card-title {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.shop53-power-picker {
  display: grid;
  grid-template-columns: repeat(var(--shop53-picker-columns, 3), minmax(0, 1fr));
  gap: 7px;
}

.shop53-power-picker--single {
  grid-template-columns: 1fr;
}

.shop53-model-choice {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(26, 154, 143, 0.2);
  border-radius: 8px;
  padding: 9px;
  background: linear-gradient(180deg, rgba(26, 154, 143, 0.06), rgba(255, 255, 255, 0.96));
}

.shop53-model-choice > span {
  color: var(--shop53-primary-strong);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.shop53-model-choice--single {
  background: #fbfdfd;
}

.shop53-model-choice--single .shop53-power-picker > span {
  color: var(--shop53-muted);
}

.shop53-power-picker > span,
.shop53-power-picker button {
  min-height: 34px;
  border: 1px solid var(--shop53-border);
  border-radius: 8px;
  background: #ffffff;
  color: var(--shop53-ink);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4px 7px;
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.2;
  box-shadow: 0 6px 14px rgba(11, 26, 29, 0.035);
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.shop53-power-picker button.is-active {
  border-color: var(--shop53-primary);
  background: var(--shop53-ink-strong);
  color: #fff;
  box-shadow: 0 10px 22px rgba(11, 26, 29, 0.12);
}

.shop53-power-picker button:hover {
  border-color: rgba(26, 154, 143, 0.42);
  background: #f3fbfa;
}

.shop53-power-picker button.is-active:hover {
  background: var(--shop53-ink-strong);
}

.shop53-metrics {
  display: grid;
  gap: 4px;
}

.shop53-metric {
  border: 1px solid var(--shop53-border);
  border-radius: 8px;
  padding: 5px 7px;
  min-height: 0;
  background: #fbfdfd;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 7px;
}

.shop53-metric span {
  color: var(--shop53-muted);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
}

.shop53-metric strong {
  color: var(--shop53-ink-strong);
  font-size: 0.78rem;
  line-height: 1.18;
  text-align: right;
  white-space: nowrap;
}

.shop53-card-footer {
  border-top: 1px solid var(--shop53-border);
  padding: 9px 13px 11px;
  display: grid;
  gap: 7px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
}

.shop53-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.shop53-price strong {
  display: block;
  color: var(--shop53-ink-strong);
  font-size: 1.08rem;
  line-height: 1.08;
}

.shop53-price small {
  color: var(--shop53-muted);
  display: block;
  margin-top: 3px;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.shop53-price > div:last-child {
  text-align: right;
}

.shop53-modal-price {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.shop53-modal-price p {
  margin: 0;
}

.shop53-modal-price strong,
.shop53-modal-price span {
  display: block;
}

.shop53-modal-price span {
  margin-top: 3px;
  color: var(--shop53-muted);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.shop53-card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.shop53-card-actions .shop53-btn {
  min-height: 34px;
  padding: 0 10px;
  font-size: 0.82rem;
  width: 100%;
}

.shop53-btn--light {
  background: #ffffff;
  border-color: var(--shop53-border);
  color: var(--shop53-ink);
}

.shop53-btn--light:hover {
  background: #f4faf9;
}

.shop53-card-link {
  text-decoration: none;
  color: var(--shop53-primary-strong);
  font-weight: 700;
  font-size: 0.82rem;
}

.shop53-empty {
  border: 1px dashed var(--shop53-border);
  border-radius: 8px;
  background: #fff;
  padding: 26px;
}

.shop53-empty h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.shop53-empty p {
  margin: 0 0 16px;
  color: var(--shop53-muted);
}

.shop53-support {
  padding: 30px 0 20px;
}

.shop53-support-head {
  margin-bottom: 14px;
}

.shop53-support-head h2 {
  margin: 8px 0 0;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.2;
}

.shop53-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.shop53-support-grid h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
}

.shop53-mini-grid {
  display: grid;
  gap: 10px;
}

.shop53-mini-card {
  border: 1px solid var(--shop53-border);
  border-radius: 8px;
  background: #fff;
  padding: 12px;
}

.shop53-mini-card h4 {
  margin: 0 0 4px;
  font-size: 0.96rem;
  line-height: 1.25;
}

.shop53-mini-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--shop53-muted);
}

.shop53-cta {
  padding: 20px 0 0;
}

.shop53-cta-inner {
  border: 1px solid var(--shop53-border);
  border-radius: 8px;
  background: linear-gradient(115deg, #fafefd 0%, #fff7ee 100%);
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.shop53-cta-inner h2 {
  margin: 8px 0 10px;
  font-size: clamp(1.2rem, 2vw, 1.62rem);
  line-height: 1.2;
}

.shop53-cta-inner p {
  margin: 0;
  color: var(--shop53-muted);
}

.shop53-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

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

.shop53-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.shop53-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 19, 21, 0.55);
}

.shop53-modal-panel {
  position: relative;
  width: min(760px, calc(100% - 24px));
  max-height: min(88vh, 760px);
  overflow: auto;
  margin: 46px auto;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--shop53-border);
  padding: 18px;
  box-shadow: 0 30px 58px rgba(8, 20, 23, 0.28);
}

.shop53-modal-panel--wide {
  width: min(1080px, calc(100% - 24px));
}

.shop53-modal-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid var(--shop53-border);
  background: #fff;
  color: var(--shop53-ink);
  display: grid;
  place-items: center;
  z-index: 2;
}

.shop53-modal-close svg {
  width: 18px;
  height: 18px;
}

.shop53-modal-product {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 16px;
}

.shop53-modal-product img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border: 1px solid var(--shop53-border);
  border-radius: 8px;
  background: #f6fbfa;
  padding: 10px;
}

.shop53-modal-product h3 {
  margin: 0 0 4px;
  font-size: 1.34rem;
  line-height: 1.2;
}

.shop53-modal-product p {
  margin: 0 0 12px;
  color: var(--shop53-muted);
}

.shop53-spec-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 7px;
}

.shop53-spec-list div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(23, 41, 43, 0.08);
}

.shop53-spec-list dt {
  margin: 0;
  color: var(--shop53-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.shop53-spec-list dd {
  margin: 0;
  font-size: 0.9rem;
}

.shop53-modal-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shop53-announcement {
  margin-bottom: 8px;
  min-height: 20px;
  color: var(--shop53-primary-strong);
  font-weight: 700;
  font-size: 0.86rem;
}

.shop53 :focus-visible {
  outline: 2px solid var(--shop53-focus);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .shop53-promise-grid--kit {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .shop53-promise-grid--standard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop53-catalog-layout {
    grid-template-columns: 1fr;
  }

  .shop53-filters {
    position: static;
  }
}

@media (max-width: 930px) {
  .shop53-shell {
    width: min(1240px, calc(100% - 26px));
  }

  .shop53-promise-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .shop53-hero-grid {
    grid-template-columns: 1fr;
  }

  .shop53-kpis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shop53-support-grid {
    grid-template-columns: 1fr;
  }

  .shop53-cta-inner {
    flex-direction: column;
    align-items: stretch;
  }

}

@media (max-width: 680px) {
  .shop53 {
    padding-bottom: 0;
  }

  .shop53-promise {
    padding: 18px 0 16px;
  }

  .shop53-promise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .shop53-promise-item {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 58px;
    padding: 9px;
  }

  .shop53-promise-icon {
    width: 28px;
    height: 28px;
  }

  .shop53-promise-icon svg {
    width: 18px;
    height: 18px;
  }

  .shop53-promise-item strong {
    font-size: 0.8rem;
    line-height: 1.16;
  }

  .shop53-grid {
    grid-auto-rows: auto;
    align-items: start;
  }

  .shop53-card {
    height: auto;
    min-height: 0;
    grid-template-rows: 156px auto auto;
  }

  .shop53-card-media {
    padding: 13px 13px 10px;
  }

  .shop53-card-media img {
    max-height: 126px;
  }

  .shop53-card-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

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

  .shop53-metric {
    min-height: 34px;
    align-items: center;
  }

  .shop53-metric strong {
    white-space: normal;
  }

  .shop53-power-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop53-power-picker--single {
    grid-template-columns: 1fr;
  }

  .shop53-kpis {
    grid-template-columns: 1fr;
  }

  .shop53-card-actions {
    grid-template-columns: 1fr;
  }

  .shop53-results-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop53-summary {
    text-align: left;
  }

  .shop53-modal-panel {
    margin-top: 22px;
    padding: 14px;
  }

  .shop53-modal-product {
    grid-template-columns: 1fr;
  }

  .shop53-spec-list div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
