:root {
  --st-blue: #0067d7;
  --st-blue-dark: #003f92;
  --st-blue-ink: #002f6c;
  --st-ink: #101828;
  --st-muted: #667085;
  --st-line: #e5eaf2;
  --st-soft: #f4f7fb;
  --st-white: #ffffff;
  --st-black: #080b12;
  --st-red: #ef233c;
  --st-green: #48a724;
  --st-amber: #ffb000;
  --st-shadow: 0 16px 45px rgba(16, 24, 40, 0.11);
}

body {
  background: #ffffff;
  color: var(--st-ink);
}

#wrapper {
  background: #ffffff;
  box-shadow: none;
  padding-top: 0;
}

.container {
  width: min(100% - 32px, 1380px);
}

.st-header a,
.st-home a,
.st-footer a {
  text-decoration: none;
}

.st-topbar {
  background: linear-gradient(90deg, var(--st-blue-dark), var(--st-blue));
  color: var(--st-white);
  font-size: 13px;
}

.st-topbar__inner,
.st-mainhead__inner,
.st-nav__inner {
  align-items: center;
  display: flex;
}

.st-topbar__inner {
  justify-content: space-between;
  min-height: 44px;
}

.st-topbar__promo,
.st-topbar__links,
.st-topbar__links a {
  align-items: center;
  display: flex;
  gap: 8px;
}

.st-topbar__links {
  gap: 22px;
}

.st-topbar__links a,
.st-topbar__links .language-selector,
.st-topbar__links .currency-selector {
  color: rgba(255, 255, 255, 0.92);
}

.st-topbar .material-icons {
  font-size: 18px;
}

.st-mainhead {
  background: var(--st-white);
  border-bottom: 1px solid var(--st-line);
}

.st-mainhead__inner {
  gap: 28px;
  min-height: 108px;
}

.st-logo {
  align-items: center;
  color: #101828;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  min-width: 255px;
}

.st-logo img {
  display: block;
  max-height: 56px;
  max-width: 250px;
}

.st-logo span span {
  color: var(--st-blue);
}

.st-search {
  align-items: stretch;
  border: 1px solid #d5deea;
  border-radius: 16px;
  display: flex;
  flex: 1 1 auto;
  height: 58px;
  max-width: 650px;
  overflow: hidden;
}

.st-search input {
  background: #ffffff;
  border: 0;
  color: var(--st-ink);
  flex: 1 1 auto;
  font-size: 15px;
  min-width: 0;
  padding: 0 22px;
}

.st-search input:focus {
  outline: 0;
}

.st-search button {
  align-items: center;
  background: var(--st-blue);
  border: 0;
  color: var(--st-white);
  display: inline-flex;
  justify-content: center;
  min-width: 70px;
}

.st-search button .material-icons {
  font-size: 30px;
}

.st-header-actions {
  align-items: center;
  display: flex;
  gap: 22px;
  margin-left: auto;
}

.st-call,
.st-account,
.st-cart {
  align-items: center;
  color: var(--st-ink);
  display: flex;
  gap: 10px;
  min-width: max-content;
  position: relative;
}

.st-call .material-icons,
.st-account .material-icons,
.st-cart .material-icons {
  color: var(--st-black);
  font-size: 32px;
}

.st-call span,
.st-account span,
.st-cart span {
  display: grid;
  font-size: 13px;
  line-height: 1.2;
}

.st-call strong,
.st-account strong,
.st-cart strong {
  color: var(--st-ink);
  font-size: 14px;
  font-weight: 800;
  margin-top: 4px;
}

.st-cart em {
  align-items: center;
  background: var(--st-blue);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  height: 20px;
  justify-content: center;
  position: absolute;
  right: -10px;
  top: -12px;
  width: 20px;
}

.st-nav {
  background: var(--st-black);
  color: #ffffff;
}

.st-nav__inner {
  min-height: 58px;
}

.st-nav__categories,
.st-nav__deal {
  align-items: center;
  align-self: stretch;
  background: linear-gradient(90deg, var(--st-blue-dark), var(--st-blue));
  border: 0;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 12px;
  justify-content: center;
  padding: 0 28px;
  text-transform: uppercase;
}

.st-nav__categories {
  min-width: 230px;
}

.st-nav__categories .material-icons,
.st-nav__deal .material-icons {
  font-size: 24px;
}

.st-nav__menu {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 38px;
  min-height: 58px;
  padding: 0 36px;
}

.st-nav__menu a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}

.st-nav__menu a:hover {
  color: #ffffff;
}

.st-nav__menu small {
  background: var(--st-red);
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 5px;
  position: absolute;
  right: -28px;
  top: -18px;
}

.st-nav__deal {
  margin-left: auto;
  min-width: 190px;
}

.st-home {
  background: #ffffff;
}

.st-hero-zone {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.st-hero-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 230px minmax(0, 1fr) 335px;
}

.st-category-panel {
  background: #ffffff;
  border: 1px solid var(--st-line);
  border-top: 0;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.06);
  min-height: 560px;
}

.st-category-panel ul {
  list-style: none;
  margin: 0;
  padding: 16px 0;
}

.st-category-panel li {
  margin: 0;
}

.st-category-panel a {
  align-items: center;
  color: #1f2937;
  display: grid;
  font-size: 14px;
  gap: 12px;
  grid-template-columns: 28px 1fr auto;
  min-height: 42px;
  padding: 0 18px;
}

.st-category-panel a:hover {
  background: #f3f8ff;
  color: var(--st-blue);
}

.st-category-panel .material-icons {
  color: #1f2937;
  font-size: 20px;
}

.st-category-panel a span {
  color: #98a2b3;
  font-family: "Material Icons";
  font-size: 18px;
}

.st-category-panel__all {
  border-top: 1px solid var(--st-line);
  color: var(--st-blue) !important;
  font-weight: 800;
  margin-top: 8px;
  text-transform: uppercase;
}

.st-hero-card {
  background:
    radial-gradient(circle at 70% 45%, rgba(0, 103, 215, 0.38), transparent 26%),
    linear-gradient(135deg, #050914 0%, #071a33 48%, #020712 100%);
  border-radius: 6px;
  box-shadow: var(--st-shadow);
  color: #ffffff;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(300px, 1fr);
  min-height: 520px;
  overflow: hidden;
  padding: 72px 42px 34px;
  position: relative;
}

.st-hero-card__copy {
  position: relative;
  z-index: 2;
}

.st-hero-card__copy span {
  color: #20c4ff;
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.st-hero-card__copy h1 {
  color: #ffffff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.06;
  margin: 0 0 20px;
  max-width: 460px;
}

.st-hero-card__copy p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.45;
  margin: 0 0 24px;
  max-width: 430px;
}

.st-hero-card__copy strong {
  color: #ffffff;
  display: grid;
  font-size: 14px;
  font-weight: 800;
  gap: 4px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.st-hero-card__copy b {
  color: #35c7ff;
  font-size: 34px;
  font-weight: 900;
  text-transform: none;
}

.st-btn {
  align-items: center;
  background: var(--st-blue);
  border-radius: 6px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  min-height: 50px;
  padding: 0 24px;
  text-transform: uppercase;
}

.st-btn:hover {
  background: #0483ff;
  color: #ffffff;
}

.st-hero-card__visual {
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.st-laptop {
  perspective: 900px;
  position: relative;
  transform: rotate(-5deg);
  width: min(100%, 500px);
}

.st-laptop__screen {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, transparent 38%, rgba(64, 187, 255, 0.75) 39%, transparent 46%),
    linear-gradient(155deg, transparent 42%, rgba(31, 105, 255, 0.78) 43%, transparent 54%),
    radial-gradient(circle at 60% 45%, rgba(70, 185, 255, 0.9), transparent 18%),
    linear-gradient(135deg, #101827, #030914);
  border: 12px solid #151b2a;
  border-radius: 12px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
}

.st-laptop__base {
  background: linear-gradient(180deg, #1e293b, #0b1220);
  border-radius: 0 0 22px 22px;
  height: 48px;
  margin: -2px auto 0;
  transform: rotateX(60deg);
  transform-origin: top center;
  width: 94%;
}

.st-hero-card__specs {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  bottom: 28px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  left: 42px;
  position: absolute;
  right: 42px;
  z-index: 2;
}

.st-hero-card__specs span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  padding-top: 18px;
  text-align: center;
}

.st-promo-stack {
  display: grid;
  gap: 18px;
  grid-template-rows: 1fr 1fr;
}

.st-promo-card {
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(16, 24, 40, 0.08);
  color: var(--st-ink);
  display: flex;
  flex-direction: column;
  min-height: 250px;
  overflow: hidden;
  padding: 34px 28px;
  position: relative;
}

.st-promo-card::after {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.86) 0 12%, transparent 13%),
    linear-gradient(135deg, rgba(0, 103, 215, 0.22), transparent 55%);
  bottom: 26px;
  content: "";
  height: 140px;
  position: absolute;
  right: 22px;
  width: 150px;
}

.st-promo-card--dark {
  background: linear-gradient(135deg, #111827, #020617);
  color: #ffffff;
}

.st-promo-card--light {
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
  color: var(--st-ink);
}

.st-promo-card span {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 12px;
  text-transform: uppercase;
  z-index: 1;
}

.st-promo-card strong {
  color: var(--st-amber);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
  z-index: 1;
}

.st-promo-card--light strong {
  color: var(--st-ink);
}

.st-promo-card small {
  font-size: 15px;
  line-height: 1.5;
  max-width: 190px;
  z-index: 1;
}

.st-benefits {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 45px 0 30px;
}

.st-benefits div {
  align-items: center;
  display: grid;
  gap: 4px 14px;
  grid-template-columns: 44px 1fr;
}

.st-benefits .material-icons {
  color: var(--st-blue);
  font-size: 38px;
  grid-row: span 2;
}

.st-benefits strong {
  color: var(--st-ink);
  font-size: 14px;
  line-height: 1.2;
}

.st-benefits span {
  color: var(--st-muted);
  font-size: 13px;
  line-height: 1.2;
}

.st-category-tiles {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding-bottom: 42px;
}

.st-category-tiles a {
  background: linear-gradient(135deg, #ffffff, #f3f6fa);
  border: 1px solid #edf1f6;
  border-radius: 8px;
  color: var(--st-ink);
  display: grid;
  min-height: 160px;
  overflow: hidden;
  padding: 24px 18px;
  position: relative;
}

.st-category-tiles strong {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.18;
  max-width: 120px;
}

.st-category-tiles span {
  align-self: end;
  color: var(--st-blue);
  font-size: 13px;
  font-weight: 800;
}

.st-category-tiles .material-icons {
  bottom: 24px;
  color: rgba(0, 103, 215, 0.18);
  font-size: 80px;
  position: absolute;
  right: 12px;
}

.st-product-section {
  padding-bottom: 46px;
}

.st-section-head {
  align-items: end;
  border-bottom: 1px solid var(--st-line);
  display: flex;
  gap: 28px;
  margin-bottom: 20px;
}

.st-section-head h2 {
  color: var(--st-ink);
  font-size: 22px;
  font-weight: 900;
  margin: 0 14px 14px 0;
  text-transform: uppercase;
}

.st-tabs {
  align-items: center;
  display: flex;
  gap: 30px;
  margin-right: auto;
}

.st-tabs a {
  color: #344054;
  font-size: 15px;
  padding: 0 0 16px;
}

.st-tabs a.active {
  border-bottom: 3px solid var(--st-blue);
  color: var(--st-blue);
  font-weight: 900;
}

.st-see-all {
  align-items: center;
  background: #f4f8ff;
  border-radius: 6px;
  color: var(--st-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 10px;
  min-height: 38px;
  padding: 0 16px;
}

.st-home-hooks .featured-products,
.st-home-hooks .products-section-title {
  margin: 0;
}

.st-home-hooks .products-section-title {
  display: none;
}

.st-home-hooks .products {
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.st-home-hooks .products > .product,
.st-home-hooks .products > article,
.st-home-hooks .products > div {
  float: none !important;
  flex: none !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0;
  padding: 0 !important;
  width: auto !important;
}

.st-home-hooks .product-miniature {
  margin: 0;
  width: 100% !important;
}

.st-home-hooks .product-miniature .thumbnail-container {
  background: #ffffff;
  border: 1px solid #edf1f6;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 360px;
  overflow: hidden;
  position: relative;
  width: 100% !important;
}

.st-home-hooks .product-miniature .product-thumbnail {
  align-items: center;
  display: flex;
  height: 190px;
  justify-content: center;
  padding: 16px;
}

.st-home-hooks .product-miniature .product-thumbnail img {
  max-height: 170px;
  object-fit: contain;
  width: auto;
}

.st-home-hooks .product-miniature .product-description {
  background: #ffffff;
  flex: 1 1 auto;
  height: auto;
  padding: 0 18px 18px;
  position: static;
  width: auto;
}

.st-home-hooks .product-miniature .quick-view {
  align-items: center;
  color: var(--st-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 6px;
  margin-top: 10px;
  white-space: normal;
}

.st-home-hooks .product-miniature .quick-view .material-icons {
  font-size: 18px;
}

.st-home-hooks .product-miniature .product-title {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 12px;
  min-height: 38px;
  text-align: left;
}

.st-home-hooks .product-miniature .product-title a {
  color: var(--st-ink);
}

.st-home-hooks .product-miniature .product-price-and-shipping {
  color: var(--st-ink);
  font-size: 18px;
  font-weight: 900;
  text-align: left;
}

.st-home-hooks .product-miniature .regular-price {
  color: #98a2b3;
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}

.st-home-hooks .product-miniature .discount-percentage,
.st-home-hooks .product-miniature .discount-amount {
  background: var(--st-red);
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  left: 14px;
  padding: 4px 7px;
  position: absolute;
  top: 14px;
}

.st-home-hooks .highlighted-informations {
  background: transparent;
  box-shadow: none;
  height: auto;
  position: static;
}

.st-home-hooks .variant-links {
  display: none;
}

.st-home-hooks .product-flags li.product-flag {
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
}

.st-info-banners {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 42px;
}

.st-info-banner {
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  min-height: 230px;
  overflow: hidden;
  padding: 34px 30px;
  position: relative;
}

.st-info-banner::after {
  background: rgba(255, 255, 255, 0.13);
  content: "";
  height: 260px;
  position: absolute;
  right: -80px;
  top: -50px;
  transform: rotate(28deg);
  width: 160px;
}

.st-info-banner--blue {
  background: linear-gradient(135deg, var(--st-blue-dark), var(--st-blue));
}

.st-info-banner--dark {
  background: linear-gradient(135deg, #111827, #050914);
}

.st-info-banner--map {
  background:
    radial-gradient(circle at 82% 56%, rgba(0, 103, 215, 0.26), transparent 18%),
    linear-gradient(135deg, #f4f8ff, #ffffff);
  color: var(--st-ink);
}

.st-info-banner span {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.st-info-banner strong {
  align-self: end;
  font-size: 18px;
  line-height: 1.35;
  max-width: 320px;
}

.st-info-banner small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.45;
  max-width: 330px;
}

.st-info-banner--map small {
  color: var(--st-muted);
}

.st-brand-strip {
  align-items: center;
  border-top: 1px solid var(--st-line);
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  padding: 32px 0;
}

.st-brand-strip span {
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.st-footer {
  background: #07101f;
  color: #ffffff;
  margin-top: 0;
  padding-top: 0;
}

.st-footer__newsletter {
  background: linear-gradient(90deg, var(--st-blue-dark), var(--st-blue));
}

.st-footer__newsletter-inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr minmax(280px, 420px) 1.2fr;
  min-height: 110px;
}

.st-footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.st-footer p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

.st-footer__hook form,
.st-footer__hook .newsletter-input-group {
  display: flex;
}

.st-footer__hook input[type="email"],
.st-footer__hook input[type="text"] {
  border: 0;
  border-radius: 6px 0 0 6px;
  min-height: 48px;
  padding: 0 18px;
}

.st-footer__hook button,
.st-footer__hook input[type="submit"] {
  background: #0c84ff;
  border: 0;
  border-radius: 0 6px 6px 0;
  color: #ffffff;
  font-weight: 900;
  min-height: 48px;
  padding: 0 18px;
}

.st-footer__benefits {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-footer__benefits span {
  align-items: center;
  display: flex;
  font-size: 13px;
  font-weight: 800;
  gap: 10px;
}

.st-footer__benefits .material-icons {
  font-size: 28px;
}

.st-footer__main {
  padding: 44px 0;
}

.st-footer__main a,
.st-footer__main p,
.st-footer__main li {
  color: rgba(255, 255, 255, 0.78);
}

.st-footer__main h3,
.st-footer__main .h3,
.st-footer__main .h4 {
  color: #ffffff;
}

.st-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  padding: 18px 0;
}

@media (max-width: 1280px) {
  .st-header-actions {
    gap: 14px;
  }

  .st-call {
    display: none;
  }

  .st-hero-grid {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .st-promo-stack {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .st-home-hooks .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .container {
    width: min(100% - 24px, 1380px);
  }

  .st-topbar__links {
    display: none;
  }

  .st-mainhead__inner {
    flex-wrap: wrap;
    gap: 18px;
    min-height: auto;
    padding: 18px 0;
  }

  .st-logo {
    min-width: 0;
  }

  .st-search {
    flex-basis: 100%;
    max-width: none;
    order: 3;
  }

  .st-header-actions {
    margin-left: auto;
  }

  .st-account span {
    display: none;
  }

  .st-nav__inner {
    flex-wrap: wrap;
  }

  .st-nav__categories,
  .st-nav__deal {
    min-height: 56px;
  }

  .st-nav__menu {
    flex-basis: 100%;
    gap: 22px;
    overflow-x: auto;
    padding: 0;
  }

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

  .st-category-panel {
    display: none;
    min-height: auto;
  }

  .st-category-panel.is-open {
    display: block;
  }

  .st-hero-card {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 46px 28px 110px;
  }

  .st-hero-card__copy h1 {
    font-size: 38px;
  }

  .st-hero-card__visual {
    margin-top: 20px;
  }

  .st-benefits,
  .st-category-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .st-info-banners {
    grid-template-columns: 1fr;
  }

  .st-brand-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .st-footer__newsletter-inner {
    grid-template-columns: 1fr;
    padding: 24px 0;
  }
}

@media (max-width: 767px) {
  .st-topbar__inner {
    justify-content: center;
    min-height: 38px;
    text-align: center;
  }

  .st-mainhead__inner {
    align-items: center;
  }

  .st-logo {
    font-size: 27px;
  }

  .st-header-actions {
    gap: 14px;
  }

  .st-account,
  .st-cart {
    min-width: auto;
  }

  .st-cart span {
    display: none;
  }

  .st-search {
    border-radius: 12px;
    height: 52px;
  }

  .st-nav__categories,
  .st-nav__deal {
    flex: 1 1 50%;
    min-width: 0;
    padding: 0 12px;
  }

  .st-nav__menu {
    gap: 20px;
    min-height: 52px;
  }

  .st-hero-card__copy h1 {
    font-size: 32px;
  }

  .st-hero-card__copy p {
    font-size: 17px;
  }

  .st-hero-card__copy b {
    font-size: 28px;
  }

  .st-hero-card__specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    left: 22px;
    right: 22px;
  }

  .st-promo-stack,
  .st-benefits,
  .st-category-tiles,
  .st-home-hooks .products,
  .st-footer__benefits {
    grid-template-columns: 1fr;
  }

  .st-promo-card,
  .st-category-tiles a {
    min-height: 150px;
  }

  .st-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .st-tabs {
    gap: 18px;
    overflow-x: auto;
    width: 100%;
  }

  .st-brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Hard reset for PrestaShop classic product miniatures on the custom homepage. */
.st-home-hooks section.featured-products,
.st-home-hooks section.product-accessories,
.st-home-hooks section.product-miniature,
.st-home-hooks .featured-products {
  clear: both;
  width: 100% !important;
}

.st-home-hooks .products,
.st-home-hooks .products.row {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)) !important;
  margin: 0 !important;
  width: 100% !important;
}

.st-home-hooks .products::before,
.st-home-hooks .products::after {
  content: none !important;
  display: none !important;
}

.st-home-hooks .products > .js-product,
.st-home-hooks .products > .product,
.st-home-hooks .products > [class*="col-"] {
  display: block !important;
  float: none !important;
  flex: 0 0 auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.st-home-hooks .products .product-miniature,
.st-home-hooks .products .js-product-miniature {
  display: block !important;
  float: none !important;
  height: auto !important;
  margin: 0 !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  position: relative !important;
  width: 100% !important;
}

.st-home-hooks .products .product-miniature .thumbnail-container {
  background: #ffffff !important;
  border: 1px solid #edf1f6 !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.08) !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 360px !important;
  min-width: 0 !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}

.st-home-hooks .products .product-miniature .thumbnail-top {
  align-items: center !important;
  display: flex !important;
  height: 210px !important;
  justify-content: center !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 18px !important;
  position: relative !important;
  width: 100% !important;
}

.st-home-hooks .products .product-miniature .thumbnail,
.st-home-hooks .products .product-miniature .product-thumbnail,
.st-home-hooks .products .product-miniature a.thumbnail.product-thumbnail {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  height: 180px !important;
  justify-content: center !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.st-home-hooks .products .product-miniature .product-thumbnail img,
.st-home-hooks .products .product-miniature img {
  display: block !important;
  height: auto !important;
  margin: 0 auto !important;
  max-height: 170px !important;
  max-width: 90% !important;
  min-height: 0 !important;
  object-fit: contain !important;
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  width: auto !important;
}

.st-home-hooks .products .product-miniature .highlighted-informations {
  align-items: center !important;
  background: rgba(255, 255, 255, 0.96) !important;
  bottom: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  height: auto !important;
  justify-content: center !important;
  left: 0 !important;
  min-height: 44px !important;
  opacity: 1 !important;
  padding: 8px 12px !important;
  position: absolute !important;
  right: 0 !important;
  top: auto !important;
  transform: none !important;
  width: 100% !important;
  z-index: 3 !important;
}

.st-home-hooks .products .product-miniature .product-description {
  background: #ffffff !important;
  bottom: auto !important;
  flex: 1 1 auto !important;
  height: auto !important;
  min-height: 120px !important;
  padding: 18px !important;
  position: static !important;
  text-align: left !important;
  width: 100% !important;
  z-index: 2 !important;
}

.st-home-hooks .products .product-miniature .product-title,
.st-home-hooks .products .product-miniature .product-title a {
  color: var(--st-ink) !important;
  display: block !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  overflow-wrap: anywhere !important;
  text-align: left !important;
  width: 100% !important;
}
