@charset "UTF-8";

.ts-shop-frame {
  --ts-blue: #062b5f;
  --ts-blue-2: #0b3c7c;
  --ts-yellow: #f6b800;
  --ts-yellow-2: #ffc400;
  --ts-red: #ef4444;
  --ts-green: #15a34a;
  --ts-text: #0f2344;
  --ts-muted: #607089;
  --ts-bg: #f6f9fd;
  --ts-card: #fff;
  --ts-border: #e6edf6;
  --ts-radius: 24px;
  --ts-shadow: 0 18px 45px rgba(6, 43, 95, .12);
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 22px 44px;
  color: var(--ts-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  background: linear-gradient(180deg, #fff 0, #f8fbff 100%);
  box-sizing: border-box;
}

.ts-shop-frame *,
.ts-shop-frame *::before,
.ts-shop-frame *::after {
  box-sizing: border-box;
}

.ts-shop-frame a {
  color: inherit;
  text-decoration: none;
}

.ts-shop-frame img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.ts-shop-table {
  width: 100% !important;
  border-collapse: collapse;
  background: transparent !important;
}

.ts-shop-table > tbody > tr > td {
  padding: 0 !important;
  background: transparent !important;
  border: 0;
}

.ts-kit-page {
  display: block;
}

.ts-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  align-items: stretch;
  gap: 0;
  margin: 12px 0 28px;
}

.ts-product-visual {
  position: relative;
  min-height: 595px;
  overflow: hidden;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(135deg, #eef5fd, #fff);
  box-shadow: var(--ts-shadow);
  isolation: isolate;
}

.ts-orbit {
  position: absolute;
  width: 560px;
  height: 560px;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 50%;
  background: #e5eef8;
  transform: translate(-52%, -48%);
}

.ts-product-images {
  position: absolute;
  inset: 0;
}

.ts-product-images img {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(4, 23, 50, .16));
}

.ts-product-module {
  left: 5%;
  bottom: 12%;
  width: 48%;
  max-height: 72%;
}

.ts-product-inverter {
  left: 29%;
  bottom: 9%;
  width: 32%;
  max-height: 46%;
}

.ts-product-battery {
  right: 8%;
  bottom: 12%;
  width: 28%;
  max-height: 56%;
}

.ts-partner-badge {
  position: absolute;
  left: 22px;
  bottom: 34px;
  display: grid;
  place-items: center;
  width: 112px;
  min-height: 116px;
  padding: 18px 12px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: var(--ts-blue);
  border: 4px solid #d79c17;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(6, 43, 95, .25);
}

.ts-partner-badge strong {
  display: block;
  font-size: 12px;
  letter-spacing: .08em;
}

.ts-partner-badge span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.ts-card {
  background: var(--ts-card);
  border: 1px solid var(--ts-border);
  border-radius: var(--ts-radius);
  box-shadow: var(--ts-shadow);
}

.ts-price-card {
  position: relative;
  z-index: 2;
  margin: 0 0 0 -1px;
  padding: 42px 52px;
  border-radius: 0 24px 24px 0;
}

.ts-eyebrow {
  margin: 0 0 14px;
  color: var(--ts-blue);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: .04em;
}

.ts-price-card h1 {
  max-width: 650px;
  margin: 0 0 22px;
  color: var(--ts-blue);
  font-size: clamp(31px, 3.5vw, 47px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.ts-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.ts-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 18px;
  color: #fff;
  background: var(--ts-blue);
  border-radius: 999px;
  font-size: 18px;
  font-weight: 950;
}

.ts-pill-yellow {
  color: #061f43;
  background: var(--ts-yellow);
}

.ts-price-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 28px;
  align-items: end;
  margin: 10px 0 20px;
}

.ts-price-grid-single {
  grid-template-columns: 1fr;
}

.ts-list-price {
  margin: 0 0 10px;
  color: #071f43;
  font-size: 18px;
}

.ts-list-price del {
  font-weight: 850;
}

.ts-discount {
  display: inline-flex;
  padding: 7px 10px;
  color: #b42323;
  background: #ffe1e1;
  border-radius: 9px;
  font-weight: 950;
}

.ts-webprice small {
  display: block;
  margin-bottom: 4px;
  color: #071f43;
  font-size: 19px;
}

.ts-webprice strong {
  display: block;
  color: var(--ts-blue);
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 950;
  line-height: .92;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.ts-finance {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 16px 0 12px;
  padding: 12px 16px;
  color: var(--ts-blue);
  background: #eaf4ff;
  border: 1px solid #cfe4fb;
  border-radius: 12px;
  font-size: 19px;
}

.ts-finance strong {
  margin-left: 6px;
  font-size: 22px;
}

.ts-promo,
.ts-key {
  margin: 12px 0;
  color: var(--ts-blue);
  text-align: center;
  font-weight: 750;
}

.ts-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 24px;
  color: #061f43 !important;
  background: linear-gradient(180deg, var(--ts-yellow-2), var(--ts-yellow));
  border-radius: 13px;
  box-shadow: 0 10px 20px rgba(246, 184, 0, .25);
  font-weight: 950;
  text-align: center;
}

.ts-cta span {
  margin-top: -2px;
  font-size: 34px;
  line-height: 1;
}

.ts-key::before {
  content: "⌕";
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  color: var(--ts-blue);
  background: #f7fbff;
  border: 1px solid #cfe0f3;
  border-radius: 50%;
}

.ts-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 24px 0 34px;
}

.ts-benefits article,
.ts-kit-part,
.ts-why article {
  background: #fff;
  border: 1px solid var(--ts-border);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(6, 43, 95, .08);
}

.ts-benefits article {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  padding: 22px;
}

.ts-icon {
  flex: 0 0 auto;
  color: var(--ts-yellow);
  font-size: 40px;
  line-height: 1;
}

.ts-icon-yellow {
  color: var(--ts-yellow);
}

.ts-benefits p {
  margin: 0;
  color: var(--ts-blue);
  font-weight: 700;
  line-height: 1.25;
}

.ts-benefits strong {
  display: block;
  color: var(--ts-blue);
  font-size: 20px;
  font-weight: 950;
}

.ts-section {
  padding: 10px 0 28px;
}

.ts-section h2,
.ts-included h2 {
  margin: 0 0 30px;
  color: var(--ts-blue);
  font-size: 34px;
  line-height: 1.1;
  text-align: center;
}

.ts-section h2::after,
.ts-included h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  margin: 12px auto 0;
  background: var(--ts-yellow);
  border-radius: 10px;
}

.ts-kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}

.ts-kit-part {
  position: relative;
  min-height: 330px;
  padding: 30px 24px;
  text-align: center;
}

.ts-kit-part b {
  position: absolute;
  left: 18px;
  top: 18px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  background: var(--ts-blue);
  border-radius: 50%;
  font-size: 18px;
}

.ts-kit-part-image {
  display: grid;
  place-items: center;
  height: 180px;
  margin-bottom: 18px;
}

.ts-kit-part-image img {
  max-height: 178px;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(4, 23, 50, .14));
}

.ts-kit-part h3 {
  margin: 0;
  color: var(--ts-blue);
  font-size: 21px;
  line-height: 1.15;
}

.ts-kit-part p {
  margin: 6px 0 0;
  color: #233b5e;
  font-weight: 750;
}

.ts-kit-part > a {
  position: absolute;
  right: 18px;
  top: 50%;
  color: var(--ts-blue);
  font-size: 30px;
  transform: translateY(-50%);
}

.ts-included {
  display: grid;
  grid-template-columns: 1fr .95fr;
  gap: 36px;
  align-items: center;
  margin: 20px 0 34px;
  padding: 44px 12px;
  border-top: 1px solid var(--ts-border);
  border-bottom: 1px solid var(--ts-border);
}

.ts-included h2 {
  text-align: left;
}

.ts-included h2::after {
  margin-left: 0;
}

.ts-yellow-text {
  color: #d79800;
}

.ts-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ts-checks li {
  color: #233b5e;
  font-weight: 700;
}

.ts-checks li::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 9px;
  color: #d79800;
  border: 1px solid var(--ts-yellow);
  border-radius: 50%;
  font-size: 13px;
}

.ts-house {
  overflow: hidden;
  min-height: 280px;
  border-radius: 22px;
  background: #eaf4ff;
  box-shadow: var(--ts-shadow);
}

.ts-house img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.ts-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.ts-why article {
  padding: 26px;
}

.ts-why .ts-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  color: var(--ts-blue);
  background: #eef5ff;
  border-radius: 50%;
  font-size: 30px;
}

.ts-why h3 {
  margin: 0 0 8px;
  color: var(--ts-blue);
  font-size: 19px;
}

.ts-why p {
  margin: 0;
  color: #42536d;
}

.ts-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 10px;
  padding: 30px 36px;
  color: #fff;
  background: linear-gradient(135deg, var(--ts-blue), #071b3d);
  border-radius: 24px;
  box-shadow: var(--ts-shadow);
}

.ts-final-cta strong {
  display: block;
  font-size: 28px;
  line-height: 1.15;
}

.ts-final-cta p {
  margin: 6px 0 0;
  color: #d9e7fb;
}

.ts-final-cta .ts-cta {
  min-width: 300px;
}

.ts-component-page {
  display: block;
}

.ts-component-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr);
  align-items: stretch;
  gap: 0;
  margin: 12px 0 28px;
}

.ts-component-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  overflow: hidden;
  padding: 46px;
  background: linear-gradient(135deg, #eef5fd, #fff);
  border-radius: 24px 0 0 24px;
  box-shadow: var(--ts-shadow);
  isolation: isolate;
}

.ts-component-orbit {
  position: absolute;
  width: 430px;
  height: 430px;
  z-index: -1;
  border-radius: 50%;
  background: #e5eef8;
}

.ts-component-visual img {
  max-width: 82%;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(4, 23, 50, .16));
}

.ts-component-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 0 -1px;
  padding: 42px 52px;
  border-radius: 0 24px 24px 0;
}

.ts-component-card h1 {
  margin: 0 0 22px;
  color: var(--ts-blue);
  font-size: clamp(31px, 3.4vw, 46px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.ts-pill-soft {
  color: var(--ts-blue);
  background: #eef5ff;
}

.ts-component-summary {
  margin: 0 0 18px;
  color: #233b5e;
  font-size: 17px;
}

.ts-component-price {
  margin: 18px 0;
}

.ts-component-price small {
  display: block;
  margin-bottom: 4px;
  color: var(--ts-blue);
  font-size: 18px;
  font-weight: 800;
}

.ts-component-price strong {
  display: block;
  color: var(--ts-blue);
  font-size: clamp(46px, 5vw, 68px);
  font-weight: 950;
  line-height: .92;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.ts-component-specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 24px 0 34px;
}

.ts-component-specs article {
  min-height: 104px;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--ts-border);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(6, 43, 95, .08);
}

.ts-component-specs span {
  display: block;
  margin-bottom: 8px;
  color: var(--ts-muted);
  font-weight: 800;
}

.ts-component-specs strong {
  display: block;
  color: var(--ts-blue);
  font-size: 20px;
  line-height: 1.18;
}

.ts-component-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
  padding: 36px;
  background: #fff;
  border: 1px solid var(--ts-border);
  border-radius: 24px;
  box-shadow: var(--ts-shadow);
}

.ts-component-details h2 {
  margin: 0 0 18px;
  color: var(--ts-blue);
  font-size: 32px;
  line-height: 1.1;
}

.ts-component-copy {
  color: #233b5e;
  font-size: 16px;
}

.ts-component-copy table {
  width: 100% !important;
}

.ts-component-attachments {
  margin-top: 24px;
  padding: 18px;
  color: var(--ts-blue);
  background: #f7fbff;
  border: 1px solid #d8e7f9;
  border-radius: 16px;
}

.ts-component-attachments:empty {
  display: none;
}

.ts-component-attachments a {
  color: var(--ts-blue);
  font-weight: 850;
}

.ts-component-attachments img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 6px;
  vertical-align: middle;
  object-fit: contain;
}

.ts-component-aside {
  padding: 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--ts-blue), #071b3d);
  border-radius: 20px;
}

.ts-component-aside h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 24px;
}

.ts-component-aside p {
  margin: 0 0 18px;
  color: #d9e7fb;
}

.ts-list-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 260px;
  gap: 26px;
  align-items: center;
  width: 100%;
  margin: 0 0 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--ts-border);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(6, 43, 95, .10);
}

.ts-list-image {
  position: relative;
  display: block;
  min-height: 190px;
  overflow: hidden;
  background: linear-gradient(135deg, #eef5fd, #fff);
  border-radius: 18px;
}

.ts-list-image img {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(4, 23, 50, .14));
}

.ts-list-module {
  left: 8%;
  bottom: 12%;
  width: 42%;
  max-height: 78%;
}

.ts-list-inverter {
  left: 37%;
  bottom: 10%;
  width: 30%;
  max-height: 48%;
}

.ts-list-image .ts-product-battery {
  right: 8%;
  bottom: 12%;
  width: 25%;
  max-height: 58%;
}

.ts-component-list-image {
  display: grid;
  place-items: center;
  padding: 22px;
}

.ts-component-list-image img {
  position: static;
  max-width: 86%;
  max-height: 160px;
  object-fit: contain;
}

.ts-list-body h2 {
  margin: 0 0 14px;
  color: var(--ts-blue);
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.08;
  letter-spacing: -.02em;
}

.ts-list-body .ts-eyebrow {
  margin-bottom: 8px;
}

.ts-list-body .ts-pills {
  margin-bottom: 14px;
}

.ts-list-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ts-list-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  color: var(--ts-blue);
  background: #f4f8fd;
  border: 1px solid #dce9f8;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
}

.ts-list-meta strong {
  margin-left: 4px;
  font-weight: 950;
}

.ts-list-pricebox {
  display: grid;
  justify-items: stretch;
  gap: 10px;
  padding-left: 24px;
  border-left: 1px solid var(--ts-border);
}

.ts-list-price-label {
  color: var(--ts-blue);
  font-size: 16px;
  font-weight: 800;
}

.ts-list-pricebox-no-price .ts-list-price-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 10px;
  color: var(--ts-blue);
  background: #eaf4ff;
  border: 1px solid #cfe4fb;
  border-radius: 10px;
  text-align: center;
}

.ts-list-pricebox strong {
  color: var(--ts-blue);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 950;
  line-height: .95;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.ts-list-rate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 10px;
  color: var(--ts-blue);
  background: #eaf4ff;
  border: 1px solid #cfe4fb;
  border-radius: 10px;
  font-weight: 850;
}

.ts-list-details,
.ts-list-quote {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 13px;
  font-weight: 950;
  text-align: center;
}

.ts-list-details {
  gap: 10px;
  color: var(--ts-blue) !important;
  background: #eef5ff;
  border: 1px solid #d8e7f9;
}

.ts-list-details span {
  font-size: 28px;
  line-height: 1;
}

.ts-list-quote {
  color: #061f43 !important;
  background: linear-gradient(180deg, var(--ts-yellow-2), var(--ts-yellow));
  border: 0;
  box-shadow: 0 10px 20px rgba(246, 184, 0, .22);
}

.ts-shop-frame .btn,
.ts-shop-frame .bottone_preventivo a,
.ts-shop-frame .bottone_dettagli a,
.ts-shop-frame .bottone_schede a,
.ts-shop-frame .formbot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 5px 4px;
  padding: 11px 16px;
  color: #061f43 !important;
  background: linear-gradient(180deg, var(--ts-yellow-2), var(--ts-yellow));
  border: 0;
  border-radius: 13px;
  box-shadow: 0 10px 20px rgba(246, 184, 0, .22);
  font-weight: 950;
  text-align: center;
}

@media (max-width: 980px) {
  .ts-shop-frame {
    padding: 10px 12px 34px;
  }

  .ts-product-hero {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .ts-product-visual {
    min-height: 365px;
    border-radius: 24px 24px 0 0;
  }

  .ts-orbit {
    width: 330px;
    height: 330px;
  }

  .ts-product-module {
    left: 12%;
    bottom: 10%;
    width: 42%;
  }

  .ts-product-inverter {
    left: 35%;
    bottom: 8%;
    width: 29%;
  }

  .ts-product-battery {
    right: 12%;
    bottom: 12%;
    width: 24%;
  }

  .ts-partner-badge {
    left: 14px;
    bottom: 16px;
    width: 86px;
    min-height: 88px;
    padding: 12px 8px;
    border-radius: 16px;
  }

  .ts-partner-badge strong,
  .ts-partner-badge span {
    font-size: 10px;
  }

  .ts-price-card {
    margin: 0;
    padding: 24px;
    border-radius: 0 0 24px 24px;
    box-shadow: var(--ts-shadow);
  }

  .ts-price-card h1 {
    font-size: 30px;
  }

  .ts-price-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .ts-webprice strong {
    font-size: 48px;
  }

  .ts-benefits {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .ts-benefits article {
    min-height: 96px;
    padding: 14px;
    gap: 8px;
  }

  .ts-benefits strong {
    font-size: 16px;
  }

  .ts-icon {
    font-size: 30px;
  }

  .ts-kit-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ts-kit-part {
    display: grid;
    grid-template-columns: 44px 88px 1fr 20px;
    align-items: center;
    min-height: 86px;
    padding: 12px 14px;
    text-align: left;
  }

  .ts-kit-part b {
    position: static;
    width: 34px;
    height: 34px;
  }

  .ts-kit-part-image {
    height: 64px;
    margin: 0;
  }

  .ts-kit-part-image img {
    max-height: 62px;
  }

  .ts-kit-part h3 {
    font-size: 16px;
  }

  .ts-kit-part p {
    font-size: 14px;
  }

  .ts-kit-part > a {
    position: static;
    transform: none;
  }

  .ts-included {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 0;
  }

  .ts-checks {
    font-size: 14px;
  }

  .ts-house {
    min-height: 210px;
  }

  .ts-house img {
    min-height: 210px;
  }

  .ts-why-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ts-final-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }

  .ts-final-cta .ts-cta {
    min-width: 0;
  }

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

  .ts-component-visual {
    min-height: 350px;
    border-radius: 24px 24px 0 0;
  }

  .ts-component-orbit {
    width: 300px;
    height: 300px;
  }

  .ts-component-card {
    margin: 0;
    padding: 24px;
    border-radius: 0 0 24px 24px;
  }

  .ts-component-card h1 {
    font-size: 30px;
  }

  .ts-component-specs {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .ts-component-details {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .ts-list-card {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
  }

  .ts-list-image {
    min-height: 165px;
  }

  .ts-list-pricebox {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding-left: 0;
    padding-top: 16px;
    border-left: 0;
    border-top: 1px solid var(--ts-border);
  }

  .ts-list-price-label,
  .ts-list-rate {
    justify-self: start;
  }

  .ts-list-pricebox strong {
    justify-self: end;
  }
}

@media (max-width: 560px) {
  .ts-shop-frame {
    padding: 8px 8px 24px;
    font-size: 14px;
  }

  .ts-product-visual {
    min-height: 265px;
  }

  .ts-price-card {
    padding: 18px;
  }

  .ts-price-card h1 {
    font-size: 25px;
  }

  .ts-pill {
    min-height: 30px;
    padding: 6px 13px;
    font-size: 15px;
  }

  .ts-price-grid {
    grid-template-columns: .9fr 1fr;
    gap: 10px;
  }

  .ts-list-price,
  .ts-webprice small {
    font-size: 16px;
  }

  .ts-webprice strong {
    font-size: 42px;
  }

  .ts-finance {
    min-height: 44px;
    font-size: 16px;
  }

  .ts-finance strong {
    font-size: 18px;
  }

  .ts-cta {
    min-height: 50px;
  }

  .ts-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .ts-benefits article {
    align-items: flex-start;
    min-height: 86px;
  }

  .ts-section h2,
  .ts-included h2 {
    font-size: 24px;
  }

  .ts-checks {
    grid-template-columns: 1fr;
  }

  .ts-component-visual {
    min-height: 260px;
    padding: 28px;
  }

  .ts-component-visual img {
    max-height: 220px;
  }

  .ts-component-card {
    padding: 18px;
  }

  .ts-component-card h1 {
    font-size: 25px;
  }

  .ts-component-price strong {
    font-size: 42px;
  }

  .ts-component-specs {
    grid-template-columns: 1fr;
  }

  .ts-component-details {
    padding: 18px;
    border-radius: 18px;
  }

  .ts-component-details h2 {
    font-size: 24px;
  }

  .ts-list-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
  }

  .ts-list-image {
    min-height: 215px;
  }

  .ts-list-body h2 {
    font-size: 23px;
  }

  .ts-list-meta {
    gap: 6px;
  }

  .ts-list-meta span {
    width: 100%;
    border-radius: 10px;
  }

  .ts-list-pricebox {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .ts-list-price-label,
  .ts-list-rate,
  .ts-list-pricebox strong {
    justify-self: stretch;
  }

  .ts-list-pricebox strong {
    font-size: 42px;
  }
}
