.ichome {
  --ichome-navy: #071b42;
  --ichome-blue: #123f8c;
  --ichome-blue-strong: #0e3477;
  --ichome-orange: #f26a21;
  --ichome-ink: #14233a;
  --ichome-muted: #647187;
  --ichome-border: #dfe5ec;
  --ichome-surface: #ffffff;
  width: 100%;
  overflow: hidden;
  background: #f4f6f9;
  color: var(--ichome-ink);
}

.ichome-shell {
  width: min(calc(100% - 2.5rem), 86rem);
  max-width: none;
  margin-inline: auto;
}

.ichome-mobile-tools {
  display: none;
}

.ichome-search-shell {
  position: relative;
  width: 100%;
}

.ichome-search-panel {
  position: absolute;
  z-index: 1040;
  top: calc(100% + 0.45rem);
  right: 0;
  left: 0;
  overflow: hidden;
  border: 1px solid var(--ichome-border);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 1.1rem 2.8rem rgba(8, 29, 62, 0.18);
}

.ichome-search-panel[hidden] {
  display: none;
}

.ichome-search-panel-title {
  margin: 0;
  padding: 0.85rem 0.95rem 0.55rem;
  color: var(--ichome-muted);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ichome-search-list {
  max-height: min(25rem, 58dvh);
  overflow-y: auto;
  margin: 0;
  padding: 0 0.45rem 0.45rem;
  list-style: none;
  overscroll-behavior: contain;
}

.ichome-search-option {
  display: grid;
  min-height: 3.15rem;
  grid-template-columns: 2.35rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.7rem;
  border-radius: 0.62rem;
  padding: 0.45rem 0.55rem;
  color: var(--ichome-ink);
  cursor: pointer;
}

.ichome-search-option:hover,
.ichome-search-option:focus-visible,
.ichome-search-option[aria-selected="true"] {
  background: #edf3ff;
}

.ichome-search-option:focus-visible {
  outline: 3px solid rgba(18, 63, 140, 0.3);
  outline-offset: -3px;
}

.ichome-search-option-icon,
.ichome-search-option-image {
  display: flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  background: #f1f4f8;
  color: var(--ichome-blue);
  object-fit: contain;
}

.ichome-search-option-icon .material-icons {
  font-size: 1.2rem;
}

.ichome-search-option-copy {
  min-width: 0;
}

.ichome-search-option-copy strong,
.ichome-search-option-copy span {
  display: block;
}

.ichome-search-option-copy strong {
  overflow: hidden;
  color: var(--ichome-ink);
  font-size: 0.79rem;
  font-weight: 750;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ichome-search-option-copy span {
  margin-top: 0.15rem;
  color: var(--ichome-muted);
  font-size: 0.66rem;
}

.ichome-search-option-price {
  color: var(--ichome-blue-strong);
  font-size: 0.75rem;
  font-weight: 850;
  white-space: nowrap;
}

.ichome-search-empty {
  margin: 0;
  padding: 1rem 0.75rem;
  color: var(--ichome-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.ichome-hero {
  position: relative;
  isolation: isolate;
  display: block;
  min-height: 40rem;
  overflow: hidden;
  grid-template-columns: none;
  gap: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: var(--ichome-navy);
}

.ichome-hero-background,
.ichome-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ichome-hero-background {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.ichome-hero-overlay {
  z-index: -1;
  background: rgba(3, 17, 45, 0.58);
}

.ichome-hero-content {
  display: flex;
  min-height: 40rem;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 2.6rem 1.25rem;
}

.ichome-hero-copy {
  max-width: 42rem;
  color: #fff;
}

.ichome-eyebrow {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--ichome-blue);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ichome-eyebrow-light {
  color: #a8c8ff;
}

.ichome-hero h1 {
  max-width: 40rem;
  margin: 0;
  color: #fff;
  font-size: clamp(3.1rem, 5vw, 4.35rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.ichome-hero-copy > p {
  max-width: 38rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.55;
}

.ichome-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.ichome-hero-highlights span {
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  padding: 0.48rem 0.75rem;
  background: rgba(7, 27, 66, 0.58);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.ichome-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.ichome-button {
  display: inline-flex;
  min-height: 3.05rem;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  padding: 0.78rem 1.25rem;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.ichome-button:hover,
.ichome-button:focus-visible {
  transform: translateY(-2px);
}

.ichome-button-accent {
  background: var(--ichome-orange);
  color: #fff !important;
}

.ichome-button-accent:hover,
.ichome-button-accent:focus-visible {
  background: #d95512;
}

.ichome-button-ghost {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(7, 27, 66, 0.42);
  color: #fff !important;
}

.ichome-button-ghost:hover,
.ichome-button-ghost:focus-visible {
  border-color: #fff;
  background: rgba(7, 27, 66, 0.7);
}

.ichome-hero-categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.35rem;
}

.ichome-category-card {
  display: flex;
  min-width: 0;
  min-height: 5rem;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0.8rem;
  padding: 0.5rem 0.7rem;
  background: rgba(255, 255, 255, 0.94);
  color: #162d56 !important;
  text-decoration: none !important;
  box-shadow: 0 0.5rem 1.5rem rgba(2, 12, 32, 0.12);
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.ichome-category-card:hover,
.ichome-category-card:focus-visible {
  transform: translateY(-2px);
  border-color: #fff;
  background: #fff;
}

.ichome-category-image {
  display: flex;
  width: 3.8rem;
  height: 3.8rem;
  flex: 0 0 3.8rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.55rem;
  background: #fff;
}

.ichome-category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ichome-category-card strong {
  min-width: 0;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.22;
}

.ichome-trust {
  display: block;
  border-bottom: 1px solid var(--ichome-border);
  background: #fff;
}

.ichome-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ichome-trust-grid > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.8rem;
  padding: 1.35rem 1.25rem;
  border-right: 1px solid var(--ichome-border);
}

.ichome-trust-grid > div:first-child {
  padding-left: 0;
}

.ichome-trust-grid > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.ichome-trust-grid .material-icons {
  flex: 0 0 auto;
  color: var(--ichome-blue);
  font-size: 1.65rem;
}

.ichome-trust-grid p {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0;
}

.ichome-trust-grid strong {
  color: var(--ichome-ink);
  font-size: 0.84rem;
}

.ichome-trust-grid p span {
  color: var(--ichome-muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.ichome-section {
  padding-block: clamp(3.5rem, 6vw, 5.7rem);
}

.ichome-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.65rem;
}

.ichome-section-heading h2 {
  margin: 0;
  color: var(--ichome-ink);
  font-size: clamp(1.85rem, 3.2vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.ichome-section-heading p {
  max-width: 42rem;
  margin: 0.65rem 0 0;
  color: var(--ichome-muted);
  font-size: 0.94rem;
}

.ichome-heading-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.35rem;
  color: var(--ichome-blue) !important;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none !important;
}

.ichome-heading-link .material-icons {
  font-size: 1.1rem;
}

.ichome-offers {
  scroll-margin-top: 10rem;
}

.ichome-offers--featured,
.ichome-offers--soft {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 1.35rem;
  padding-inline: clamp(1.15rem, 3vw, 2.5rem);
}

.ichome-offers--featured {
  margin-top: clamp(1.5rem, 3vw, 2.75rem);
  border: 1px solid rgba(125, 198, 255, 0.3);
  background:
    radial-gradient(circle at 88% 8%, rgba(86, 220, 255, 0.34), transparent 28rem),
    radial-gradient(circle at 4% 100%, rgba(32, 116, 226, 0.38), transparent 25rem),
    linear-gradient(125deg, #08265d 0%, #0d4f96 46%, #087da7 100%);
  box-shadow: 0 1.8rem 4.25rem rgba(5, 38, 91, 0.2);
}

.ichome-offers--featured::before,
.ichome-offers--featured::after {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.ichome-offers--featured::before {
  top: -14rem;
  right: -7rem;
  width: 29rem;
  height: 29rem;
}

.ichome-offers--featured::after {
  right: 14rem;
  bottom: -18rem;
  width: 25rem;
  height: 25rem;
}

.ichome-offers--featured .ichome-eyebrow,
.ichome-offers--featured .ichome-section-heading h2 {
  color: #fff;
}

.ichome-offers--featured .ichome-section-heading p,
.ichome-offers--featured .ichome-offer-note {
  color: #dcecff;
}

.ichome-offers--featured .ichome-heading-link {
  min-height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  backdrop-filter: blur(8px);
}

.ichome-offers--featured .ichome-heading-link:hover,
.ichome-offers--featured .ichome-heading-link:focus-visible {
  background: #fff;
  color: var(--ichome-blue-strong) !important;
}

.ichome-offers--featured .ichome-offer-card {
  border-color: rgba(255, 255, 255, 0.72);
  box-shadow: 0 1rem 2.4rem rgba(2, 24, 65, 0.18);
}

.ichome-offers--soft {
  margin-top: clamp(1rem, 2vw, 1.75rem);
  border: 1px solid #d7e5f8;
  background:
    radial-gradient(circle at 0% 0%, rgba(71, 153, 255, 0.15), transparent 23rem),
    linear-gradient(135deg, #eef5ff 0%, #f8fbff 55%, #e8f5f7 100%);
}

.ichome-offer-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}

.ichome-offer-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--ichome-border);
  border-radius: 0.9rem;
  background: #fff;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.ichome-offer-card:hover {
  transform: translateY(-3px);
  border-color: #bcc8d8;
  box-shadow: 0 1rem 2.5rem rgba(23, 48, 84, 0.1);
}

.ichome-offer-card:focus-within {
  border-color: #8aa7d4;
  box-shadow: 0 0 0 3px rgba(18, 63, 140, 0.13);
}

.ichome-offer-badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 1;
  border-radius: 999px;
  padding: 0.34rem 0.55rem;
  background: #e9f0ff;
  color: var(--ichome-blue-strong);
  font-size: 0.64rem;
  font-weight: 800;
  line-height: 1;
}

.ichome-offer-badge.is-promotion {
  background: #fff0e8;
  color: #b9440b;
}

.ichome-offer-image {
  display: flex;
  aspect-ratio: 1 / 0.9;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 0.85rem 0.5rem;
  background: #fff;
}

.ichome-offer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ichome-offer-copy {
  display: flex;
  min-height: 15rem;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 0.85rem;
}

.ichome-offer-name {
  display: -webkit-box;
  min-height: 3.5rem;
  overflow: hidden;
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ichome-offer-name a {
  color: var(--ichome-ink) !important;
  text-decoration: none !important;
}

.ichome-offer-reference {
  margin-top: 0.35rem;
  color: #697487;
  font-size: 0.65rem;
}

.ichome-stock {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  margin-top: 0.45rem;
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.25;
}

.ichome-stock .material-icons {
  font-size: 0.92rem;
}

.ichome-stock.is-success {
  color: #167448;
}

.ichome-stock.is-warning {
  color: #9a4a07;
}

.ichome-stock.is-danger {
  color: #b42318;
}

.ichome-stock.is-backorder {
  color: #9a4a07;
}

.ichome-offer-price {
  margin-top: auto;
  color: #0d1c33;
  font-size: 1.22rem;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.ichome-offer-utility {
  position: absolute;
  z-index: 4;
  top: 0.6rem;
  right: 0.6rem;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}

.ichome-offer-utility .ichome-favorite-button {
  position: static;
}

.ichome-offer-quick-add {
  margin: 0;
  padding: 0;
}

.ichome-offer-quick-add .btn {
  display: inline-flex;
  width: 2.45rem;
  min-width: 2.45rem;
  min-height: 2.45rem;
  height: 2.45rem;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid #c9d7e7;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  color: #315275 !important;
  box-shadow: 0 0.35rem 0.9rem rgba(14, 35, 66, 0.08);
}

.ichome-offer-quick-add .btn:hover,
.ichome-offer-quick-add .btn:focus-visible,
.ichome-offer-quick-add .btn[aria-busy="true"] {
  border-color: #174f9a;
  background: #edf5ff;
  color: #0b4a96 !important;
}

.ichome-offer-quick-add .material-icons {
  font-size: 1.14rem;
}

.ichome-offer-quick-add-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.ichome-offer-tax {
  color: var(--ichome-muted);
  font-size: 0.68rem;
}

.ichome-offer-actions {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 0.4rem;
  margin-top: 0.75rem;
}

.ichome-offer-actions a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ichome-blue);
  border-radius: 0.55rem;
  padding: 0.45rem 0.35rem;
  color: var(--ichome-blue) !important;
  font-size: 0.69rem;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none !important;
}

.ichome-offer-actions a:first-child {
  background: var(--ichome-blue);
  color: #fff !important;
}

.ichome-offer-note,
.ichome-shipping-note {
  color: var(--ichome-muted);
  font-size: 0.74rem;
  line-height: 1.5;
}

.ichome-offer-note {
  margin: 1rem 0 0;
}

.ichome-solutions {
  padding-top: 0.5rem;
}

.ichome-solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ichome-solution-card {
  display: grid;
  min-height: 21rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(12rem, 0.8fr);
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  border: 1px solid var(--ichome-border);
  border-radius: 1rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: #fff;
}

.ichome-solution-card > div > span {
  color: var(--ichome-blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ichome-solution-card h3 {
  margin: 0.6rem 0 0;
  color: var(--ichome-ink);
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.ichome-solution-card p {
  margin: 0.85rem 0 0;
  color: var(--ichome-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.ichome-solution-card a {
  display: inline-flex;
  margin-top: 1.15rem;
  color: var(--ichome-blue) !important;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none !important;
}

.ichome-solution-card img {
  width: 100%;
  max-height: 16rem;
  object-fit: contain;
}

.ichome-solution-card-dark {
  border-color: #173a72;
  background: #0c2858;
}

.ichome-solution-card-dark h3,
.ichome-solution-card-dark a {
  color: #fff !important;
}

.ichome-solution-card-dark p {
  color: #c9d7ee;
}

.ichome-solution-card-dark > div > span {
  color: #8eb9ff;
}

.ichome-business {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 1rem;
  padding: clamp(2rem, 5vw, 3.5rem);
  background: var(--ichome-blue-strong);
  color: #fff;
}

.ichome-business h2 {
  max-width: 46rem;
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.ichome-business p {
  max-width: 44rem;
  margin: 0.75rem 0 0;
  color: #ccdaf0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.ichome-button-light {
  flex: 0 0 auto;
  background: #fff;
  color: var(--ichome-blue-strong) !important;
}

.ichome-shipping-note {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}

.ichome-shipping-note a {
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .ichome-hero-categories {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .ichome-hero,
  .ichome-hero-content {
    min-height: 44rem;
  }

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

  .ichome-offer-copy {
    min-height: 12rem;
  }

  .ichome-solution-card {
    grid-template-columns: 1fr;
  }

  .ichome-solution-card img {
    max-height: 11rem;
  }
}

@media (max-width: 991.98px) {
  .ichome-mobile-tools {
    display: block;
    position: relative;
    z-index: 20;
    padding: 0.75rem 1rem;
    background: #fff;
  }

  .ichome-mobile-search {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) 3.2rem;
    overflow: hidden;
    border: 1px solid #ccd6e2;
    border-radius: 0.7rem;
    background: #fff;
  }

  .ichome-mobile-search input {
    min-width: 0;
    min-height: 3rem;
    border: 0 !important;
    border-radius: 0 !important;
    padding-inline: 0.95rem;
    color: var(--ichome-ink);
    font-size: 1rem;
    box-shadow: none !important;
  }

  .ichome-mobile-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: var(--ichome-orange);
    color: #fff;
  }

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

  .ichome-trust-grid > div:nth-child(2) {
    border-right: 0;
  }

  .ichome-trust-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--ichome-border);
  }

  .ichome-trust-grid > div:first-child,
  .ichome-trust-grid > div:last-child {
    padding-inline: 1.25rem;
  }

  .ichome-business {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .ichome-shell {
    width: min(calc(100% - 1.5rem), 86rem);
  }

  .ichome-hero,
  .ichome-hero-content {
    min-height: 0;
  }

  .ichome-hero-background {
    object-position: 68% center;
  }

  .ichome-hero-overlay {
    background: rgba(3, 17, 45, 0.68);
  }

  .ichome-hero-content {
    padding-block: 2.25rem 1rem;
  }

  .ichome-hero h1 {
    max-width: 21rem;
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .ichome-hero-copy > p {
    font-size: 1rem;
  }

  .ichome-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .ichome-button {
    width: 100%;
    padding-inline: 0.75rem;
    font-size: 0.8rem;
  }

  .ichome-hero-categories {
    display: grid;
    grid-auto-columns: minmax(9.2rem, 43vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-template-rows: repeat(2, 4.6rem);
    gap: 0.55rem;
    overflow-x: auto;
    margin-top: 1.25rem;
    padding-bottom: 0.45rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ichome-hero-categories::-webkit-scrollbar,
  .ichome-offer-grid::-webkit-scrollbar {
    display: none;
  }

  .ichome-category-card {
    min-height: 4.6rem;
    scroll-snap-align: start;
  }

  .ichome-category-image {
    width: 3.3rem;
    height: 3.3rem;
    flex-basis: 3.3rem;
  }

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

  .ichome-trust-grid > div,
  .ichome-trust-grid > div:first-child,
  .ichome-trust-grid > div:last-child,
  .ichome-trust-grid > div:nth-child(2) {
    border-right: 1px solid var(--ichome-border);
    border-bottom: 1px solid var(--ichome-border);
    padding: 0.85rem 0.65rem;
  }

  .ichome-trust-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .ichome-trust-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ichome-section {
    padding-block: 2.4rem;
  }

  .ichome-offers--featured,
  .ichome-offers--soft {
    width: min(calc(100% - 1rem), 86rem);
    border-radius: 1rem;
    padding-inline: 0.85rem;
  }

  .ichome-offers--featured {
    margin-top: 1rem;
    padding-block: 2rem;
  }

  .ichome-offers--soft {
    padding-block: 1.75rem;
  }

  .ichome-offers + .ichome-offers {
    padding-top: 1.25rem;
  }

  .ichome-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
  }

  .ichome-section-heading h2 {
    font-size: 2rem;
  }

  .ichome-offer-grid {
    display: grid;
    grid-auto-columns: minmax(9.75rem, 42.5vw);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 0.65rem;
    overflow-x: auto;
    padding-bottom: 0.75rem;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ichome-offer-card {
    scroll-snap-align: start;
  }

  .ichome-offer-image {
    aspect-ratio: 1 / 0.92;
    padding: 1.45rem 0.5rem 0.35rem;
  }

  .ichome-offer-copy {
    min-height: 12.8rem;
    padding: 0.68rem;
  }

  .ichome-offer-name {
    min-height: 3.3rem;
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .ichome-offer-reference {
    font-size: 0.6rem;
  }

  .ichome-stock {
    font-size: 0.63rem;
  }

  .ichome-offer-price {
    font-size: 1.1rem;
  }

  .ichome-offer-actions {
    grid-template-columns: 1fr;
  }

  .ichome-offer-actions a {
    min-height: 2.75rem;
  }

  .ichome-offer-actions a:last-child {
    display: none;
  }

  .ichome-solution-grid {
    grid-template-columns: 1fr;
  }

  .ichome-solution-card {
    min-height: auto;
    padding: 1.4rem;
  }

  .ichome-solution-card img {
    max-height: 12rem;
  }

  .ichome-business {
    border-radius: 0.85rem;
    padding: 1.6rem;
  }
}

/* --------------------------------------------------------------------------
   Home v31: prominent device categories and calmer interaction rhythm
   -------------------------------------------------------------------------- */

.ichome-device-categories {
  position: relative;
  margin-top: clamp(2.4rem, 4vw, 4.2rem);
  border: 1px solid #dfe8f4;
  border-radius: 1.35rem;
  padding: clamp(1.15rem, 2.4vw, 2rem);
  background: #f4f7fb;
  box-shadow: 0 1rem 2.6rem rgba(7, 32, 70, 0.08);
}

.ichome-device-categories-heading {
  margin-bottom: clamp(1rem, 2vw, 1.55rem);
}

.ichome-device-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.9rem, 1.8vw, 1.35rem);
}

.ichome-device-category-card {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: clamp(18rem, 25vw, 22rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1.15rem;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  box-shadow: 0 0.9rem 2rem rgba(4, 25, 58, 0.17);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ichome-device-category-card--laptops {
  background: linear-gradient(135deg, #071b38 0%, #164f91 100%);
}

.ichome-device-category-card--mobility {
  background: linear-gradient(135deg, #082b4e 0%, #087b91 100%);
}

.ichome-device-category-card > img {
  position: absolute;
  top: 6%;
  right: 3.5%;
  z-index: 1;
  width: 45%;
  height: 88%;
  border-radius: 0.95rem;
  object-fit: contain;
  object-position: center;
  background: #fff;
  transition: transform 260ms ease;
}

.ichome-device-category-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(4, 20, 45, 0.98) 0%, rgba(4, 20, 45, 0.88) 42%, rgba(4, 20, 45, 0.18) 68%, rgba(4, 20, 45, 0) 100%);
  pointer-events: none;
}

.ichome-device-category-copy {
  position: relative;
  z-index: 3;
  display: flex;
  box-sizing: border-box;
  width: 58%;
  min-height: inherit;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.25rem, 2.8vw, 2.2rem);
}

.ichome-device-category-copy > small {
  margin-bottom: 0.72rem;
  color: #a9d8ff;
  font-size: clamp(0.67rem, 0.8vw, 0.78rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.ichome-device-category-copy > strong {
  max-width: 12ch;
  font-size: clamp(1.55rem, 2.45vw, 2.35rem);
  font-weight: 850;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.ichome-device-category-copy > span:not(.ichome-device-category-cta) {
  max-width: 31rem;
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(0.82rem, 1vw, 0.96rem);
  line-height: 1.55;
}

.ichome-device-category-cta {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  margin-top: 1.25rem;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  background: #fff;
  color: #123f8c;
  font-size: 0.84rem;
  font-weight: 820;
  line-height: 1;
}

.ichome-device-category-cta .material-icons {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.ichome-device-category-card:hover,
.ichome-device-category-card:focus-visible {
  color: #fff;
  text-decoration: none;
  transform: translateY(-0.2rem);
  box-shadow: 0 1.25rem 2.6rem rgba(4, 25, 58, 0.23);
}

.ichome-device-category-card:hover > img,
.ichome-device-category-card:focus-visible > img {
  transform: scale(1.025);
}

.ichome-device-category-card:hover .ichome-device-category-cta .material-icons,
.ichome-device-category-card:focus-visible .ichome-device-category-cta .material-icons {
  transform: translateX(0.16rem);
}

.ichome-device-category-card:focus-visible {
  outline: 3px solid #80bfff;
  outline-offset: 3px;
}

@media (max-width: 767.98px) {
  .ichome-device-categories {
    margin-top: 1.75rem;
    border-radius: 1rem;
    padding: 1rem;
  }

  .ichome-device-category-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .ichome-device-category-card {
    min-height: 14.5rem;
    border-radius: 0.9rem;
  }

  .ichome-device-category-card > img {
    top: 7%;
    right: 3.5%;
    width: 46%;
    height: 86%;
    border-radius: 0.72rem;
  }

  .ichome-device-category-overlay {
    background: linear-gradient(90deg, rgba(4, 20, 45, 0.98) 0%, rgba(4, 20, 45, 0.9) 48%, rgba(4, 20, 45, 0.12) 82%, rgba(4, 20, 45, 0) 100%);
  }

  .ichome-device-category-copy {
    width: 62%;
    padding: 1.1rem;
  }

  .ichome-device-category-copy > small {
    margin-bottom: 0.48rem;
    font-size: 0.58rem;
  }

  .ichome-device-category-copy > strong {
    font-size: clamp(1.3rem, 6vw, 1.65rem);
  }

  .ichome-device-category-copy > span:not(.ichome-device-category-cta) {
    margin-top: 0.58rem;
    font-size: 0.72rem;
    line-height: 1.4;
  }

  .ichome-device-category-cta {
    min-height: 2.75rem;
    margin-top: 0.8rem;
    padding: 0.58rem 0.78rem;
    font-size: 0.73rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ichome-device-category-card,
  .ichome-device-category-card > img,
  .ichome-device-category-cta .material-icons {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Home v30: lightweight product rails with a full-art ORDINO interlude
   -------------------------------------------------------------------------- */

.ichome-offer-rail {
  position: relative;
  min-width: 0;
}

.ichome .ichome-offer-grid[data-ic-offer-track] {
  display: flex;
  grid-template-columns: none;
  gap: 0.85rem;
  overflow-x: auto;
  padding: 0.2rem 0.25rem 0.85rem;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}

.ichome .ichome-offer-grid[data-ic-offer-track]::-webkit-scrollbar {
  display: none;
}

.ichome .ichome-offer-grid[data-ic-offer-track] > .ichome-offer-card {
  flex: 0 0 clamp(14.5rem, 20vw, 17.5rem);
  scroll-snap-align: start;
}

.ichome-offer-rail-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: inline-flex;
  width: 2.35rem;
  height: 2.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(146, 167, 198, 0.62);
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.94);
  color: #184a94;
  box-shadow: 0 0.35rem 1rem rgba(15, 44, 83, 0.14);
  transform: translateY(-50%);
  transition: opacity 160ms ease, background-color 160ms ease, color 160ms ease;
}

.ichome-offer-rail-control:hover:not(:disabled),
.ichome-offer-rail-control:focus-visible:not(:disabled) {
  background: #fff;
  color: #0d3678;
}

.ichome-offer-rail-control:focus-visible {
  outline: 2px solid #3d75c6;
  outline-offset: 2px;
}

.ichome-offer-rail-control:disabled {
  cursor: default;
  opacity: 0.26;
}

.ichome-offer-rail-control[hidden] {
  display: none;
}

.ichome-offer-rail-control--prev {
  left: -0.75rem;
}

.ichome-offer-rail-control--next {
  right: -0.75rem;
}

.ichome-offers--featured .ichome-offer-rail-control {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.92);
}

.ichome-offer-card--promo {
  align-self: center;
  overflow: hidden;
  border-color: rgba(24, 74, 148, 0.28);
  background: #071a38;
  box-shadow: 0 0.8rem 1.8rem rgba(6, 29, 69, 0.18);
}

.ichome-offer-card--promo:hover {
  transform: translateY(-2px);
}

.ichome-offer-card--promo > a,
.ichome-offer-card--promo picture,
.ichome-offer-card--promo img {
  display: block;
  width: 100%;
}

.ichome-offer-card--promo img {
  height: auto;
  object-fit: contain;
}

.ichome-interstitial-ad {
  width: min(calc(100% - 2rem), 90rem);
  aspect-ratio: 7.2 / 1;
  margin-block: clamp(1rem, 2vw, 1.75rem);
  overflow: hidden;
  border: 1px solid rgba(131, 164, 207, 0.36);
  border-radius: 0.95rem;
  background: #06162f;
  box-shadow: 0 0.65rem 1.8rem rgba(10, 37, 79, 0.13);
}

.ichome-interstitial-ad a,
.ichome-interstitial-ad picture,
.ichome-interstitial-ad img {
  display: block;
  width: 100%;
}

.ichome-interstitial-ad a,
.ichome-interstitial-ad picture {
  position: relative;
  height: 100%;
}

.ichome-interstitial-ad img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ichome-interstitial-ad a {
  transition: filter 160ms ease;
}

.ichome-interstitial-ad a:hover,
.ichome-interstitial-ad a:focus-visible {
  filter: brightness(1.04);
}

.ichome-interstitial-ad a:focus-visible {
  outline: 2px solid #3d75c6;
  outline-offset: -3px;
}

.ichome-interstitial-copy {
  position: absolute;
  display: none;
  top: 50%;
  left: clamp(1rem, 4vw, 4.5rem);
  gap: 0.15rem;
  max-width: 34%;
  color: #fff;
  text-shadow: 0 0.12rem 0.6rem rgba(0, 0, 0, 0.7);
  transform: translateY(-50%);
}

.ichome-interstitial-copy strong {
  color: #f5a72a;
  font-size: clamp(1.25rem, 3vw, 2.7rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 0.95;
}

.ichome-interstitial-copy small {
  font-size: clamp(0.62rem, 1vw, 0.9rem);
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  .ichome .ichome-offer-grid[data-ic-offer-track] {
    gap: 0.65rem;
    padding-inline: 0.1rem;
  }

  .ichome .ichome-offer-grid[data-ic-offer-track] > .ichome-offer-card {
    flex-basis: clamp(10.5rem, 43vw, 16rem);
  }

  .ichome-offer-rail-control {
    width: 2.05rem;
    height: 2.05rem;
  }

  .ichome-offer-rail-control--prev {
    left: -0.45rem;
  }

  .ichome-offer-rail-control--next {
    right: -0.45rem;
  }

  .ichome-offer-card--promo {
    flex-basis: min(78vw, 22rem) !important;
  }

  .ichome-interstitial-ad {
    width: min(calc(100% - 1rem), 90rem);
    aspect-ratio: 4.2 / 1;
    margin-block: 0.85rem 1.1rem;
    border-radius: 0.8rem;
  }

  .ichome-interstitial-copy {
    left: 1rem;
    display: grid;
    max-width: 45%;
  }

  .ichome-interstitial-copy strong {
    font-size: clamp(1rem, 5vw, 1.45rem);
  }

  .ichome-interstitial-copy small {
    display: none;
  }
}

@media (max-width: 420px) {
  .ichome-hero-highlights {
    align-items: flex-start;
    flex-direction: column;
  }

  .ichome-actions {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .ichome * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Home retail experience v7
   Inspired by the clarity of large Spanish retailers, with InfoChen branding.
   -------------------------------------------------------------------------- */

.ichome-top-categories {
  border-bottom: 1px solid var(--ichome-border);
  background: #fff;
}

.ichome-top-categories-track {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) auto;
  align-items: stretch;
  gap: 0.45rem;
  padding-block: 0.6rem;
}

.ichome-top-categories .ichome-category-card {
  min-height: 3.65rem;
  border-color: transparent;
  border-radius: 0.7rem;
  padding: 0.35rem 0.45rem;
  background: #fff;
  box-shadow: none;
}

.ichome-top-categories .ichome-category-card:hover,
.ichome-top-categories .ichome-category-card:focus-visible {
  transform: none;
  border-color: #c8d5e6;
  background: #f5f8fc;
}

.ichome-top-categories .ichome-category-image {
  width: 2.75rem;
  height: 2.75rem;
  flex-basis: 2.75rem;
  border: 1px solid #edf1f6;
}

.ichome-top-categories .ichome-category-card strong {
  font-size: 0.76rem;
}

.ichome-top-more {
  display: inline-flex;
  min-width: 7.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  border-radius: 0.7rem;
  color: var(--ichome-blue-strong) !important;
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none !important;
}

.ichome-top-more:hover,
.ichome-top-more:focus-visible {
  background: #edf3ff;
}

.ichome-top-more .material-icons {
  font-size: 1.15rem;
}

/* Desktop category shortcuts are navigation, not secondary metadata. Give the
   labels enough visual weight without changing the compact mobile rail. */
@media (min-width: 1200px) {
  .ichome-top-categories-track {
    gap: 0.6rem;
    padding-block: 0.72rem;
  }

  .ichome-top-categories .ichome-category-card {
    min-height: 4.45rem;
    padding: 0.5rem 0.6rem;
  }

  .ichome-top-categories .ichome-category-image {
    width: 3.15rem;
    height: 3.15rem;
    flex-basis: 3.15rem;
  }

  .ichome-top-categories .ichome-category-card strong {
    font-size: 1.04rem;
    line-height: 1.18;
    letter-spacing: -0.012em;
  }

  .ichome-top-more {
    min-width: 8.1rem;
    font-size: 0.88rem;
  }

  .ichome-top-more .material-icons {
    font-size: 1.28rem;
  }

  .ichome .ichome-category-navigation-item summary {
    min-height: 1.8rem;
    grid-template-columns: 1.38rem minmax(0, 1fr) 0.9rem;
    gap: 0.4rem;
    font-size: 0.78rem;
  }

  .ichome .ichome-category-navigation-item summary img {
    width: 1.38rem;
    height: 1.38rem;
  }
}

.ichome .ichome-hero {
  min-height: 0;
  padding: 1.15rem 0 0;
  background: #f4f6f9;
}

.ichome-hero-stage {
  display: grid;
  grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
  gap: 1rem;
}

.ichome-category-navigation {
  min-width: 0;
  height: 36.5rem;
  overflow: hidden;
  border: 1px solid var(--ichome-border);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 2.2rem rgba(18, 43, 80, 0.06);
}

.ichome-category-navigation-heading {
  display: flex;
  width: 100%;
  min-height: 4rem;
  align-items: center;
  gap: 0.7rem;
  border: 0;
  border-bottom: 1px solid var(--ichome-border);
  padding: 0.8rem 1rem;
  background: #fff;
  color: var(--ichome-ink);
  font-size: 0.82rem;
  font-weight: 850;
  text-align: left;
  text-transform: uppercase;
}

.ichome-category-navigation-heading > span:nth-child(2) {
  flex: 1 1 auto;
}

.ichome-category-navigation-heading .material-icons {
  color: var(--ichome-blue);
  font-size: 1.25rem;
}

.ichome-category-navigation-chevron {
  display: none;
}

@media (min-width: 992px) {
  .ichome-category-navigation-chevron {
    display: inline-block;
    transition: transform 160ms ease;
  }

  .ichome-category-navigation.is-open .ichome-category-navigation-chevron {
    transform: rotate(180deg);
  }

  .ichome-category-navigation:not(.is-open) {
    height: 4rem;
    align-self: start;
  }

  .ichome-category-navigation:not(.is-open) .ichome-category-navigation-list {
    display: none;
  }
}

.ichome-category-navigation-list {
  height: calc(36.5rem - 4rem);
  overflow-y: auto;
  padding: 0.35rem 0.65rem 0.75rem;
  scrollbar-color: #bdc9d8 transparent;
  scrollbar-width: thin;
}

.ichome-category-navigation-item {
  border-bottom: 1px solid #edf0f4;
}

.ichome-category-navigation-item summary {
  display: grid;
  min-height: 2.7rem;
  grid-template-columns: 2rem minmax(0, 1fr) 1.15rem;
  align-items: center;
  gap: 0.55rem;
  border-radius: 0.55rem;
  padding: 0.32rem 0.38rem;
  color: #263750;
  cursor: pointer;
  font-size: 0.77rem;
  font-weight: 750;
  list-style: none;
}

.ichome-category-navigation-item summary::-webkit-details-marker {
  display: none;
}

.ichome-category-navigation-item summary:hover,
.ichome-category-navigation-item summary:focus-visible {
  background: #f0f5fc;
  color: var(--ichome-blue-strong);
}

.ichome-category-navigation-item summary:focus-visible {
  outline: 3px solid rgba(18, 63, 140, 0.28);
  outline-offset: -3px;
}

.ichome-category-navigation-item summary img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.38rem;
  object-fit: contain;
}

.ichome-category-navigation-item summary .material-icons {
  color: #65748a;
  font-size: 1.05rem;
  transition: transform 160ms ease;
}

.ichome-category-navigation-item[open] summary {
  background: #edf3ff;
  color: var(--ichome-blue-strong);
}

.ichome-category-navigation-item[open] summary .material-icons {
  transform: rotate(90deg);
}

.ichome-category-children {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  padding: 0.2rem 0.35rem 0.75rem 2.9rem;
}

.ichome-category-children a,
.ichome-category-all-single {
  border: 1px solid #d9e2ee;
  border-radius: 999px;
  padding: 0.28rem 0.48rem;
  color: #53627a !important;
  font-size: 0.65rem;
  line-height: 1.25;
  text-decoration: none !important;
}

.ichome-category-children a:hover,
.ichome-category-children a:focus-visible,
.ichome-category-all-single:hover,
.ichome-category-all-single:focus-visible {
  border-color: #9eb3d1;
  color: var(--ichome-blue) !important;
}

.ichome-category-children .ichome-category-all {
  border-color: transparent;
  padding-inline: 0;
  color: var(--ichome-blue) !important;
  font-weight: 800;
}

.ichome-category-all-single {
  display: inline-flex;
  margin: 0.15rem 0 0.65rem 2.9rem;
}

.ichome-category-navigation-more {
  display: flex;
  min-height: 2.7rem;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.45rem;
  color: var(--ichome-blue) !important;
  font-size: 0.75rem;
  font-weight: 850;
  text-decoration: none !important;
}

.ichome-category-navigation-more .material-icons {
  font-size: 1.05rem;
}

.ichome-hero-promo {
  position: relative;
  isolation: isolate;
  min-height: 36.5rem;
  overflow: hidden;
  border-radius: 1rem;
  background: var(--ichome-navy);
  box-shadow: 0 0.9rem 2.6rem rgba(5, 24, 58, 0.12);
}

.ichome-hero-promo .ichome-hero-background,
.ichome-hero-promo .ichome-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.ichome-hero-promo .ichome-hero-background {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.ichome-hero-promo .ichome-hero-overlay {
  z-index: -1;
  background: rgba(4, 22, 54, 0.58);
}

.ichome-hero-promo .ichome-hero-copy {
  display: flex;
  min-height: 36.5rem;
  max-width: 43rem;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 5vw, 4.8rem);
  color: #fff;
}

.ichome-hero-promo h1 {
  max-width: 39rem;
  margin: 0;
  color: #fff;
  font-size: clamp(2.9rem, 5vw, 4.6rem);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.ichome-hero-promo .ichome-hero-copy > p {
  max-width: 38rem;
}

.ichome-favorites-bar {
  display: flex;
  min-height: 5.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1rem;
  border: 1px solid #d5dfec;
  border-radius: 0.9rem;
  padding: 0.9rem 1.15rem;
  background: #fff;
}

.ichome-favorites-bar > div {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.8rem;
}

.ichome-favorites-bar > div > .material-icons {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 2.65rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff0f2;
  color: #c52a43;
}

.ichome-favorites-bar p {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  margin: 0;
}

.ichome-favorites-bar strong {
  color: var(--ichome-ink);
  font-size: 0.87rem;
}

.ichome-favorites-bar p span {
  color: var(--ichome-muted);
  font-size: 0.72rem;
}

.ichome-favorites-bar button {
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid var(--ichome-blue);
  border-radius: 0.6rem;
  padding: 0.55rem 0.75rem;
  background: #fff;
  color: var(--ichome-blue);
  font-size: 0.75rem;
  font-weight: 850;
}

.ichome-favorites-count {
  display: inline-flex;
  min-width: 1.5rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ichome-blue);
  color: #fff;
  font-size: 0.68rem;
}

.ichome-favorite-button {
  position: absolute;
  z-index: 3;
  top: 0.6rem;
  right: 0.6rem;
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7e0eb;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #68778a;
  box-shadow: 0 0.35rem 0.9rem rgba(14, 35, 66, 0.08);
}

.ichome-favorite-button:hover,
.ichome-favorite-button:focus-visible,
.ichome-favorite-button[aria-pressed="true"] {
  border-color: #d94b61;
  color: #c52a43;
}

.ichome-favorite-button[aria-pressed="true"] {
  background: #fff0f2;
}

.ichome-favorite-button .material-icons {
  font-size: 1.3rem;
}

.ichome-favorites-dialog {
  width: min(calc(100% - 2rem), 43rem);
  max-height: min(46rem, calc(100dvh - 2rem));
  overflow: auto;
  border: 0;
  border-radius: 1rem;
  padding: 0;
  color: var(--ichome-ink);
  box-shadow: 0 1.5rem 4rem rgba(4, 19, 46, 0.28);
}

.ichome-favorites-dialog::backdrop {
  background: rgba(5, 18, 43, 0.6);
}

.ichome-favorites-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--ichome-border);
  padding: 1.25rem;
}

.ichome-favorites-dialog-header h2 {
  margin: 0;
  font-size: 1.65rem;
}

.ichome-favorites-dialog-header button {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #eef2f7;
  color: var(--ichome-ink);
}

.ichome-favorites-empty {
  margin: 0;
  padding: 2rem 1.25rem;
  color: var(--ichome-muted);
  text-align: center;
}

.ichome-favorites-list {
  display: grid;
  gap: 0.6rem;
  padding: 0.8rem 1.25rem;
}

.ichome-favorite-row {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  border-bottom: 1px solid #edf0f4;
  padding: 0.6rem 0 0.9rem;
}

.ichome-favorite-row img {
  width: 4rem;
  height: 4rem;
  border-radius: 0.55rem;
  object-fit: contain;
}

.ichome-favorite-row-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.25rem;
}

.ichome-favorite-row-copy a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ichome-ink) !important;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ichome-favorite-row-copy strong {
  color: var(--ichome-blue-strong);
  font-size: 0.9rem;
}

.ichome-favorite-row button {
  display: inline-flex;
  width: 2.45rem;
  height: 2.45rem;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #f1f4f8;
  color: #69778a;
}

.ichome-favorites-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
  border-top: 1px solid var(--ichome-border);
  padding: 1rem 1.25rem 1.25rem;
}

.ichome-favorites-dialog-actions a,
.ichome-favorites-dialog-actions button {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ichome-blue);
  border-radius: 0.6rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 850;
  text-decoration: none !important;
}

.ichome-favorites-dialog-actions a {
  background: var(--ichome-blue);
  color: #fff !important;
}

.ichome-favorites-dialog-actions button {
  background: #fff;
  color: var(--ichome-blue);
}

.ichome-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(28rem, 1.2fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
  border: 1px solid var(--ichome-border);
  border-radius: 1rem;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: #fff;
}

.ichome-contact-copy h2 {
  margin: 0;
  color: var(--ichome-ink);
  font-size: clamp(2rem, 3.4vw, 3.05rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.ichome-contact-copy p {
  margin: 0.9rem 0 0;
  color: var(--ichome-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.ichome-contact-copy > a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.1rem;
  color: var(--ichome-blue) !important;
  font-size: 0.85rem;
  font-weight: 850;
  text-decoration: none !important;
}

.ichome-contact-copy > a .material-icons {
  font-size: 1.2rem;
}

.ichome-contact-copy small {
  display: block;
  max-width: 29rem;
  margin-top: 0.75rem;
  color: #5f6d82;
  font-size: 0.76rem;
  line-height: 1.45;
}

.ichome-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.ichome-contact-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0.35rem;
}

.ichome-contact-field-wide,
.ichome-contact-privacy-note,
.ichome-contact-consent,
.ichome-contact-submit,
.ichome-contact-status,
.ichome-contact-mail-link {
  grid-column: 1 / -1;
}

.ichome-contact-field label {
  color: #263750;
  font-size: 0.78rem;
  font-weight: 800;
}

.ichome-contact-field input,
.ichome-contact-field textarea {
  width: 100%;
  min-height: 2.9rem;
  border: 1px solid #cbd6e3;
  border-radius: 0.6rem;
  padding: 0.65rem 0.75rem;
  background: #fff;
  color: var(--ichome-ink);
  font-size: 0.86rem;
  box-shadow: none;
}

.ichome-contact-field textarea {
  min-height: 7rem;
  resize: vertical;
}

.ichome-contact-field input:focus,
.ichome-contact-field textarea:focus {
  border-color: var(--ichome-blue);
  outline: 3px solid rgba(18, 63, 140, 0.12);
}

.ichome-contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.ichome-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: #657389;
  font-size: 0.76rem;
  line-height: 1.45;
}

.ichome-contact-consent a {
  color: #123f8c;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.ichome-contact-consent input {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  margin-top: 0.08rem;
  accent-color: var(--ichome-blue);
}

.ichome-contact-privacy-note {
  margin: 0;
  border-left: 3px solid #7ba6e8;
  border-radius: 0.45rem;
  padding: 0.65rem 0.75rem;
  background: #f3f7fd;
  color: #53637a;
  font-size: 0.74rem;
  line-height: 1.5;
}

.ichome-contact-privacy-note strong {
  color: #263750;
}

.ichome-contact-submit {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border: 0;
  border-radius: 0.65rem;
  background: var(--ichome-blue);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 850;
}

.ichome-contact-submit:hover,
.ichome-contact-submit:focus-visible {
  background: var(--ichome-blue-strong);
}

.ichome-contact-submit:focus-visible,
.ichome-contact-consent a:focus-visible,
.ichome-contact-copy > a:focus-visible {
  outline: 3px solid rgba(18, 63, 140, 0.28);
  outline-offset: 3px;
}

.ichome-contact-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.ichome-contact-submit.is-loading .material-icons {
  animation: ichome-contact-spin 1.1s linear infinite;
}

.ichome-contact-submit .material-icons {
  font-size: 1.05rem;
}

.ichome-contact-status {
  min-height: 1.2rem;
  margin: 0;
  color: #5f6d82;
  font-size: 0.78rem;
  line-height: 1.45;
}

.ichome-contact-status.is-error {
  border: 1px solid #f2b8b5;
  border-radius: 0.55rem;
  padding: 0.7rem 0.8rem;
  background: #fff3f2;
  color: #b42318;
}

.ichome-contact-status.is-success {
  border: 1px solid #9fd5bd;
  border-radius: 0.55rem;
  padding: 0.7rem 0.8rem;
  background: #eefbf5;
  color: #167448;
}

.ichome-contact-status:focus {
  outline: 3px solid rgba(22, 116, 72, 0.16);
  outline-offset: 2px;
}

@keyframes ichome-contact-spin {
  to {
    transform: rotate(360deg);
  }
}

.ichome-contact-mail-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #167448;
  border-radius: 0.65rem;
  color: #167448 !important;
  font-size: 0.78rem;
  font-weight: 850;
  text-decoration: none !important;
}

.ichome-contact-mail-link[hidden] {
  display: none;
}

.ichome-solution-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-color: #cad8ee;
  background: linear-gradient(135deg, #f8fbff 0%, #e3edfc 100%);
  box-shadow: 0 1rem 2.6rem rgba(7, 27, 66, 0.08);
}

.ichome-solution-card::before {
  position: absolute;
  z-index: -1;
  right: -7rem;
  bottom: -8rem;
  width: 19rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 63, 140, 0.18), rgba(18, 63, 140, 0) 68%);
  content: "";
  pointer-events: none;
}

.ichome-solution-card::after {
  position: absolute;
  z-index: -1;
  top: 1.15rem;
  right: 1.15rem;
  width: 7rem;
  height: 7rem;
  opacity: 0.62;
  background-image: radial-gradient(rgba(18, 63, 140, 0.2) 1px, transparent 1px);
  background-size: 14px 14px;
  content: "";
  pointer-events: none;
}

.ichome-solution-card > div,
.ichome-solution-card > img {
  position: relative;
  z-index: 1;
}

.ichome-solution-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.ichome-solution-kicker .material-icons {
  font-size: 1rem;
}

.ichome-solution-card h3 {
  color: #0b244b;
}

.ichome-solution-card p {
  color: #435a78;
}

.ichome-solution-card a {
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 0.68rem;
  padding: 0.7rem 1rem;
  background: var(--ichome-blue);
  color: #fff !important;
}

.ichome-solution-card a .material-icons {
  font-size: 1rem;
}

.ichome-solution-card img {
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(18, 63, 140, 0.1);
  border-radius: 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.96);
  object-fit: contain;
  box-shadow: 0 0.85rem 2rem rgba(7, 27, 66, 0.1);
}

.ichome-solution-card-dark {
  border-color: #2867a7;
  background: linear-gradient(135deg, #071b42 0%, #10447f 58%, #087685 100%);
  box-shadow: 0 1rem 2.8rem rgba(7, 27, 66, 0.18);
}

.ichome-solution-card-dark::before {
  background: radial-gradient(circle, rgba(72, 214, 225, 0.3), rgba(72, 214, 225, 0) 68%);
}

.ichome-solution-card-dark::after {
  background-image: radial-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px);
}

.ichome-solution-card-dark h3 {
  color: #fff;
}

.ichome-solution-card-dark p {
  color: #dbe8f8;
}

.ichome-solution-card-dark > div > span {
  color: #91dcff;
}

.ichome-solution-card-dark a {
  background: #fff;
  color: #0c356d !important;
}

.ichome-solution-card-dark img {
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow: 0 1rem 2.2rem rgba(0, 11, 36, 0.3);
}

@media (min-width: 992px) {
  .ichome-category-navigation {
    position: relative;
    z-index: 30;
    overflow: visible;
  }

  .ichome-category-navigation-list {
    overflow: visible;
  }

  .ichome-category-navigation-item {
    position: relative;
  }

  .ichome-category-navigation-item summary {
    min-height: 2.25rem;
    grid-template-columns: 1.7rem minmax(0, 1fr) 1rem;
    gap: 0.45rem;
    padding-block: 0.2rem;
    font-size: 0.72rem;
  }

  .ichome-category-navigation-item summary img {
    width: 1.7rem;
    height: 1.7rem;
  }

  .ichome-category-children {
    position: absolute;
    top: -0.35rem;
    left: calc(100% + 0.85rem);
    display: grid;
    width: min(25rem, calc(100vw - 21rem));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    visibility: hidden;
    opacity: 0;
    z-index: 40;
    border: 1px solid #cbd8ea;
    border-radius: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1.25rem 3.2rem rgba(8, 31, 69, 0.2);
    transform: translateX(-0.45rem);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
    backdrop-filter: blur(12px);
    pointer-events: none;
  }

  .ichome-category-children::before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 0.9rem;
    content: "";
  }

  .ichome-category-navigation-item:nth-last-child(-n+4) .ichome-category-children {
    top: auto;
    bottom: -0.35rem;
  }

  .ichome-category-navigation-item[open] > .ichome-category-children,
  .ichome-category-navigation-item:hover > .ichome-category-children,
  .ichome-category-navigation-item:focus-within > .ichome-category-children {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }

  .ichome-category-children > a:not(.ichome-category-help) {
    display: flex;
    min-height: 2.65rem;
    align-items: center;
    border: 1px solid #e0e7f1;
    border-radius: 0.65rem;
    padding: 0.55rem 0.7rem;
    background: #f7f9fc;
    color: #263b5d !important;
    font-size: 0.72rem;
    font-weight: 700;
  }

  .ichome-category-children > a:not(.ichome-category-help):hover,
  .ichome-category-children > a:not(.ichome-category-help):focus-visible {
    border-color: #9eb9df;
    background: #edf4ff;
    color: var(--ichome-blue-strong) !important;
  }

  .ichome-category-children .ichome-category-all {
    grid-column: 1 / -1;
    justify-content: center;
    border-color: #bdd0eb;
    padding: 0.6rem 0.8rem;
    background: #edf4ff;
  }

  .ichome-category-help {
    display: grid !important;
    min-height: 4.35rem;
    grid-column: 1 / -1;
    grid-template-columns: 2.1rem minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    border: 0 !important;
    border-radius: 0.75rem !important;
    padding: 0.75rem 0.85rem !important;
    background: linear-gradient(135deg, #0b2f66, #0c6675) !important;
    color: #fff !important;
  }

  .ichome-category-help .material-icons {
    color: #fff !important;
    font-size: 1.6rem;
  }

  .ichome-category-help span:last-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.16rem;
  }

  .ichome-category-help strong {
    color: #fff !important;
    font-size: 0.76rem;
  }

  .ichome-category-help small {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.66rem;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  .ichome-solution-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 1.25rem;
  }

  .ichome-solution-card h3 {
    font-size: clamp(1.45rem, 7vw, 1.85rem);
  }

  .ichome-solution-card img {
    width: min(100%, 18rem);
    max-height: 10rem;
    justify-self: center;
  }

  .ichome-solution-card a {
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 991.98px) {
  .ichome-category-help {
    display: grid !important;
    width: 100%;
    grid-template-columns: 1.8rem minmax(0, 1fr);
    align-items: center;
    gap: 0.55rem;
    border: 0 !important;
    border-radius: 0.65rem !important;
    padding: 0.65rem 0.75rem !important;
    background: linear-gradient(135deg, #0b2f66, #0c6675) !important;
    color: #fff !important;
  }

  .ichome-category-help .material-icons {
    color: #fff !important;
    font-size: 1.35rem;
  }

  .ichome-category-help span:last-child {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
  }

  .ichome-category-help small {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.62rem;
    line-height: 1.35;
  }
}

@media (max-width: 1199.98px) {
  .ichome-top-categories-track {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  }

  .ichome-top-categories .ichome-category-card:nth-child(n + 4) {
    display: none;
  }

  .ichome-hero-stage {
    grid-template-columns: minmax(15rem, 16.5rem) minmax(0, 1fr);
  }
}

@media (max-width: 991.98px) {
  .ichome-top-categories-track {
    display: flex;
    overflow-x: auto;
    padding-inline: 1rem;
    scrollbar-width: none;
  }

  .ichome-top-categories-track::-webkit-scrollbar {
    display: none;
  }

  .ichome-top-categories .ichome-category-card,
  .ichome-top-categories .ichome-category-card:nth-child(n + 4) {
    display: flex;
    min-width: 9.2rem;
  }

  .ichome-top-more {
    min-width: 7rem;
  }

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

  .ichome-category-navigation {
    height: auto;
  }

  .ichome-category-navigation-chevron {
    display: inline-block;
    transition: transform 160ms ease;
  }

  .ichome-category-navigation.is-open .ichome-category-navigation-chevron {
    transform: rotate(180deg);
  }

  .ichome-category-navigation-list {
    display: none;
    height: auto;
    max-height: 28rem;
  }

  .ichome-category-navigation.is-open .ichome-category-navigation-list {
    display: block;
  }

  .ichome-hero-promo,
  .ichome-hero-promo .ichome-hero-copy {
    min-height: 31rem;
  }

  .ichome-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .ichome .ichome-hero {
    padding-top: 0.75rem;
  }

  .ichome-hero-stage {
    width: min(calc(100% - 1rem), 86rem);
    gap: 0.65rem;
  }

  .ichome-category-navigation-heading {
    min-height: 3.35rem;
    font-size: 0.77rem;
  }

  .ichome-category-navigation-list {
    padding-inline: 0.55rem;
  }

  .ichome-hero-promo,
  .ichome-hero-promo .ichome-hero-copy {
    min-height: 29rem;
  }

  .ichome-hero-promo .ichome-hero-background {
    object-position: 67% center;
  }

  .ichome-hero-promo .ichome-hero-overlay {
    background: rgba(3, 17, 45, 0.7);
  }

  .ichome-hero-promo .ichome-hero-copy {
    justify-content: flex-end;
    padding: 1.35rem;
  }

  .ichome-hero-promo h1 {
    max-width: 18rem;
    font-size: clamp(2.5rem, 12vw, 3.35rem);
  }

  .ichome-favorites-bar {
    align-items: stretch;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 0.75rem;
  }

  .ichome-favorites-bar button {
    width: 100%;
  }

  .ichome-favorite-button {
    width: 2.35rem;
    height: 2.35rem;
  }

  .ichome-favorites-dialog {
    width: calc(100% - 1rem);
    max-height: calc(100dvh - 1rem);
    margin: auto;
  }

  .ichome-favorite-row {
    grid-template-columns: 3.4rem minmax(0, 1fr) auto;
  }

  .ichome-favorite-row img {
    width: 3.4rem;
    height: 3.4rem;
  }

  .ichome-favorites-dialog-actions {
    flex-direction: column;
  }

  .ichome-contact {
    width: min(calc(100% - 1rem), 86rem);
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding: 1.15rem;
  }

  .ichome-contact-form {
    grid-template-columns: 1fr;
  }

  .ichome-contact-field,
  .ichome-contact-field-wide,
  .ichome-contact-privacy-note,
  .ichome-contact-consent,
  .ichome-contact-submit,
  .ichome-contact-status,
  .ichome-contact-mail-link {
    grid-column: 1;
  }
}

/* --------------------------------------------------------------------------
   Coverage, service campaigns and mobile centering v16
   -------------------------------------------------------------------------- */

.ichome-coverage {
  display: grid;
  grid-template-columns: auto minmax(0, 1.1fr) minmax(22rem, 0.9fr);
  align-items: center;
  gap: 1.25rem;
  margin-top: 1rem;
  border: 1px solid #cfdaea;
  border-radius: 1rem;
  padding: clamp(1.15rem, 2.7vw, 1.8rem);
  background:
    radial-gradient(circle at 95% 0%, rgba(41, 127, 214, 0.12), transparent 18rem),
    linear-gradient(135deg, #ffffff 0%, #f2f7ff 100%);
  box-shadow: 0 0.75rem 2rem rgba(18, 52, 98, 0.06);
}

.ichome-coverage-icon {
  display: grid;
  width: 3.8rem;
  height: 3.8rem;
  place-items: center;
  border-radius: 1rem;
  background: var(--ichome-blue);
  color: #fff;
}

.ichome-coverage-icon .material-icons {
  font-size: 2rem;
}

.ichome-coverage-copy h2 {
  margin: 0.25rem 0 0;
  color: var(--ichome-ink);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 820;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.ichome-coverage-copy p {
  max-width: 47rem;
  margin: 0.55rem 0 0;
  color: var(--ichome-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.ichome-coverage-rules {
  display: grid;
  gap: 0.65rem;
}

.ichome-coverage-rules > div {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  align-items: start;
  gap: 0.65rem;
  border: 1px solid #d9e3f0;
  border-radius: 0.8rem;
  padding: 0.72rem 0.8rem;
  background: rgba(255, 255, 255, 0.86);
}

.ichome-coverage-rules .material-icons {
  color: #16804d;
  font-size: 1.4rem;
}

.ichome-coverage-rules > div:last-child .material-icons {
  color: var(--ichome-blue);
}

.ichome-coverage-rules p {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  margin: 0;
}

.ichome-coverage-rules strong {
  color: var(--ichome-ink);
  font-size: 0.82rem;
}

.ichome-coverage-rules p span {
  color: var(--ichome-muted);
  font-size: 0.72rem;
  line-height: 1.4;
}

.ichome-offers--mist,
.ichome-offers--warm {
  position: relative;
  overflow: hidden;
  border-radius: 1.35rem;
  padding-inline: clamp(1.15rem, 3vw, 2.5rem);
}

.ichome-offers--mist {
  margin-top: clamp(1rem, 2vw, 1.75rem);
  border: 1px solid #dbe5ee;
  background:
    radial-gradient(circle at 100% 100%, rgba(39, 121, 171, 0.11), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #f3f8fa 100%);
}

.ichome-offers--warm {
  margin-top: clamp(1rem, 2vw, 1.75rem);
  border: 1px solid #e5dfd2;
  background:
    radial-gradient(circle at 0% 0%, rgba(218, 164, 76, 0.1), transparent 22rem),
    linear-gradient(135deg, #fffdfa 0%, #f7f3ea 100%);
}

.ichome-services {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid #d7e1ed;
  border-radius: 1.35rem;
  padding-inline: clamp(1.15rem, 3vw, 2.5rem);
  background:
    radial-gradient(circle at 92% 8%, rgba(33, 127, 221, 0.12), transparent 23rem),
    linear-gradient(145deg, #ffffff 0%, #f1f6fc 100%);
}

.ichome-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ichome-service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #cdd9e7;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 0.75rem 2rem rgba(10, 39, 78, 0.07);
}

.ichome-service-card--featured {
  grid-column: 1 / -1;
}

.ichome-service-art {
  position: relative;
  display: block;
  overflow: hidden;
  background: #06142d;
}

.ichome-service-art img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(var(--ichome-slice-y, 0%));
}

.ichome-service-card--redes .ichome-service-art {
  aspect-ratio: 1717 / 218;
  --ichome-slice-y: 0%;
}

.ichome-service-card--pospanda .ichome-service-art {
  aspect-ratio: 1717 / 194;
  --ichome-slice-y: -24.127%;
}

.ichome-service-card--ordino .ichome-service-art {
  aspect-ratio: 1717 / 175;
  --ichome-slice-y: -45.633%;
}

.ichome-service-card--marketing .ichome-service-art {
  aspect-ratio: 1717 / 141;
  --ichome-slice-y: -64.956%;
}

.ichome-service-card--web .ichome-service-art {
  aspect-ratio: 1717 / 177;
  --ichome-slice-y: -80.677%;
}

.ichome-service-copy {
  display: flex;
  min-height: 8.5rem;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem 1.1rem;
}

.ichome-service-copy > div > span {
  color: var(--ichome-blue);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.ichome-service-copy h3 {
  margin: 0.25rem 0 0;
  color: var(--ichome-ink);
  font-size: 1.18rem;
  font-weight: 820;
  letter-spacing: -0.03em;
}

.ichome-service-copy p {
  max-width: 36rem;
  margin: 0.35rem 0 0;
  color: var(--ichome-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.ichome-service-copy > a {
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 999px;
  padding: 0.55rem 0.85rem;
  background: var(--ichome-blue);
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 820;
  text-decoration: none !important;
}

.ichome-service-copy > a .material-icons {
  font-size: 1rem;
}

@media (max-width: 991.98px) {
  .ichome-coverage {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .ichome-coverage-rules {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .ichome-top-categories-track {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin-inline: 0;
    padding-inline: 0.75rem;
    scroll-padding-inline: 0.75rem;
  }

  .ichome-coverage {
    width: min(calc(100% - 1rem), 86rem);
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.9rem;
    margin-top: 0.8rem;
    border-radius: 0.9rem;
    padding: 1rem;
  }

  .ichome-coverage-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.8rem;
  }

  .ichome-coverage-icon .material-icons {
    font-size: 1.65rem;
  }

  .ichome-coverage-copy h2 {
    font-size: 1.25rem;
  }

  .ichome-coverage-copy p {
    grid-column: 1 / -1;
    font-size: 0.78rem;
  }

  .ichome-coverage-rules {
    grid-template-columns: 1fr;
  }

  .ichome-offers--mist,
  .ichome-offers--warm,
  .ichome-services {
    width: min(calc(100% - 1rem), 86rem);
    border-radius: 1rem;
    padding-inline: 0.85rem;
  }

  .ichome-offers--mist,
  .ichome-offers--warm {
    padding-block: 1.75rem;
  }

  .ichome-offer-grid {
    width: 100%;
    max-width: 100%;
    grid-auto-columns: minmax(16rem, calc(100% - 0.85rem));
    gap: 0.75rem;
    scroll-padding-inline: 0.05rem;
    scroll-snap-type: x mandatory;
  }

  .ichome-offer-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .ichome-offer-image {
    min-height: 15rem;
    aspect-ratio: auto;
    padding: 1.65rem 0.8rem 0.55rem;
  }

  .ichome-offer-image img {
    display: block;
    width: min(100%, 15rem);
    max-width: 100%;
    height: 100%;
    margin-inline: auto;
    object-fit: contain;
    object-position: center center;
  }

  .ichome-offer-copy {
    min-height: 13.5rem;
    padding: 0.85rem;
  }

  .ichome-offer-name {
    min-height: 2.8rem;
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
  }

  .ichome-offer-actions a {
    font-size: 0.76rem;
  }

  .ichome-service-grid {
    grid-template-columns: 1fr;
  }

  .ichome-service-card--featured {
    grid-column: auto;
  }

  .ichome-service-art img {
    width: 260%;
  }

  .ichome-service-card--redes .ichome-service-art {
    aspect-ratio: 3.03 / 1;
  }

  .ichome-service-card--pospanda .ichome-service-art {
    aspect-ratio: 3.405 / 1;
  }

  .ichome-service-card--ordino .ichome-service-art {
    aspect-ratio: 3.773 / 1;
  }

  .ichome-service-card--marketing .ichome-service-art {
    aspect-ratio: 4.685 / 1;
  }

  .ichome-service-card--web .ichome-service-art {
    aspect-ratio: 3.73 / 1;
  }

  .ichome-service-copy {
    min-height: 0;
    align-items: stretch;
    flex-direction: column;
    padding: 0.9rem;
  }

  .ichome-service-copy > a {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
   Distributed campaign rhythm and artwork hero v17
   -------------------------------------------------------------------------- */

.ichome-hero-promo--campaign {
  width: 100%;
  min-width: 0;
  min-height: 0;
  align-self: start;
  aspect-ratio: 1610 / 476;
}

.ichome-hero-artwork,
.ichome-hero-mobile-background {
  position: absolute;
  inset: 0;
}

.ichome-hero-artwork {
  z-index: 0;
}

.ichome-hero-promo--campaign .ichome-hero-overlay,
.ichome-hero-promo--campaign .ichome-hero-copy--mobile,
.ichome-hero-mobile-background {
  display: none;
}

.ichome-hero-hotspot {
  position: absolute;
  z-index: 2;
  border-radius: 0.65rem;
}

.ichome-hero-hotspot--products {
  top: 81.9%;
  left: 3.65%;
  width: 10.25%;
  height: 11.5%;
}

.ichome-hero-hotspot--help {
  top: 81.9%;
  left: 14.65%;
  width: 14.1%;
  height: 11.5%;
}

.ichome-hero-hotspot:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.ichome-campaign-sprite {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #06142d;
}

.ichome-campaign-sprite img {
  position: absolute;
  display: block;
  width: var(--ichome-sprite-width);
  max-width: none;
  height: auto;
  top: var(--ichome-sprite-top);
  left: var(--ichome-sprite-left);
}

.ichome-campaign-sprite--hero {
  height: 100%;
  --ichome-sprite-width: 100.6212%;
  --ichome-sprite-left: -0.3106%;
  --ichome-sprite-top: -0.8404%;
}

.ichome-campaign-sprite--ordino {
  aspect-ratio: 430 / 480;
  --ichome-sprite-width: 376.7442%;
  --ichome-sprite-left: -1.3954%;
  --ichome-sprite-top: -101.0417%;
}

.ichome-campaign-sprite--software {
  aspect-ratio: 358 / 480;
  --ichome-sprite-width: 452.514%;
  --ichome-sprite-left: -123.4637%;
  --ichome-sprite-top: -101.0417%;
}

.ichome-campaign-sprite--camera {
  aspect-ratio: 392 / 480;
  --ichome-sprite-width: 413.2653%;
  --ichome-sprite-left: -205.8673%;
  --ichome-sprite-top: -101.0417%;
}

.ichome-campaign-sprite--network {
  aspect-ratio: 409 / 480;
  --ichome-sprite-width: 396.088%;
  --ichome-sprite-left: -294.621%;
  --ichome-sprite-top: -101.0417%;
}

.ichome-ad-zone {
  margin-top: clamp(1.2rem, 2.5vw, 2rem);
  padding-block: clamp(1.6rem, 3vw, 2.5rem);
}

.ichome-ad-zone-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.15rem;
}

.ichome-ad-zone-heading h2 {
  max-width: 48rem;
  margin: 0;
  color: var(--ichome-ink);
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  font-weight: 830;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.ichome-ad-zone-heading > a {
  display: inline-flex;
  min-height: 2.75rem;
  flex: 0 0 auto;
  align-items: center;
  gap: 0.25rem;
  color: var(--ichome-blue) !important;
  font-size: 0.78rem;
  font-weight: 820;
  text-decoration: none !important;
}

.ichome-ad-zone-heading > a .material-icons {
  font-size: 1rem;
}

.ichome-ad-grid {
  display: grid;
  gap: 1rem;
}

.ichome-ad-grid--security {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ichome-ad-card {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(14rem, 44%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #cdd9e7;
  border-radius: 1.05rem;
  background: #fff;
  box-shadow: 0 0.85rem 2.2rem rgba(10, 39, 78, 0.08);
}

.ichome-ad-card--wide {
  grid-template-columns: minmax(16rem, 18rem) minmax(0, 1fr);
}

.ichome-ad-card--camera {
  border-color: #c5d9ea;
}

.ichome-ad-card--network {
  border-color: #bfd4eb;
}

.ichome-ad-card--software {
  border-color: #cbd8e7;
  background:
    radial-gradient(circle at 95% 0%, rgba(34, 128, 223, 0.11), transparent 25rem),
    #fff;
}

.ichome-ad-card--ordino {
  border-color: #dcc9ae;
  background:
    radial-gradient(circle at 96% 0%, rgba(255, 153, 0, 0.12), transparent 24rem),
    #fffdf9;
}

.ichome-ad-art {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #06142d;
}

.ichome-ad-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.05rem, 2.5vw, 2rem);
}

.ichome-ad-copy > span {
  color: var(--ichome-blue);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.ichome-ad-copy h3 {
  margin: 0.38rem 0 0;
  color: var(--ichome-ink);
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 830;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.ichome-ad-copy p {
  max-width: 38rem;
  margin: 0.65rem 0 0;
  color: var(--ichome-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.ichome-ad-copy > a {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 1rem;
  border-radius: 999px;
  padding: 0.6rem 0.9rem;
  background: var(--ichome-blue);
  color: #fff !important;
  font-size: 0.74rem;
  font-weight: 820;
  text-decoration: none !important;
}

.ichome-ad-copy > a .material-icons {
  font-size: 1rem;
}

.ichome-ad-slot {
  margin-top: -1.25rem;
  margin-bottom: clamp(1.25rem, 2.5vw, 2rem);
}

.ichome-ad-slot--pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.ichome-service-card--standalone,
.ichome-ad-slot--pair .ichome-service-card {
  box-shadow: 0 0.85rem 2.2rem rgba(10, 39, 78, 0.08);
}

@media (min-width: 992px) {
  .ichome-hero-stage {
    align-items: start;
  }

  .ichome-category-navigation.is-open {
    height: clamp(13rem, 22vw, 19.8125rem);
    align-self: stretch;
  }

  .ichome-category-navigation.is-open .ichome-category-navigation-list {
    height: calc(100% - 4rem);
  }
}

@media (max-width: 991.98px) {
  .ichome-ad-grid--security {
    grid-template-columns: 1fr;
  }

  .ichome-ad-card {
    grid-template-columns: minmax(15rem, 38%) minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .ichome-hero-promo--campaign {
    min-height: 29rem;
    aspect-ratio: auto;
  }

  .ichome-hero-artwork,
  .ichome-hero-hotspot {
    display: none;
  }

  .ichome-hero-mobile-background {
    z-index: -2;
    display: block;
    overflow: hidden;
    background: #06142d;
  }

  .ichome-hero-mobile-background img {
    position: absolute;
    top: 0;
    left: -360%;
    display: block;
    width: 460%;
    max-width: none;
    height: auto;
  }

  .ichome-hero-promo--campaign .ichome-hero-overlay {
    z-index: -1;
    display: block;
    background:
      linear-gradient(180deg, rgba(3, 17, 45, 0.36) 0%, rgba(3, 17, 45, 0.78) 62%, rgba(3, 17, 45, 0.94) 100%);
  }

  .ichome-hero-promo--campaign .ichome-hero-copy--mobile {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 29rem;
    justify-content: flex-end;
  }

  .ichome-hero-mobile-title {
    max-width: 18rem;
    color: #fff;
    font-size: clamp(2.5rem, 12vw, 3.35rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.96;
  }

  .ichome-ad-zone {
    width: min(calc(100% - 1rem), 86rem);
    padding-block: 1.4rem 1rem;
  }

  .ichome-ad-zone-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .ichome-ad-zone-heading h2 {
    font-size: 1.55rem;
  }

  .ichome-ad-zone-heading > a {
    width: 100%;
    justify-content: flex-start;
  }

  .ichome-ad-card,
  .ichome-ad-card--wide {
    grid-template-columns: minmax(8.7rem, 42%) minmax(0, 1fr);
    border-radius: 0.9rem;
  }

  .ichome-ad-copy {
    justify-content: flex-start;
    padding: 0.85rem 0.75rem;
  }

  .ichome-ad-copy > span {
    font-size: 0.56rem;
    line-height: 1.25;
  }

  .ichome-ad-copy h3 {
    margin-top: 0.25rem;
    font-size: 1rem;
  }

  .ichome-ad-copy p {
    display: -webkit-box;
    margin-top: 0.45rem;
    overflow: hidden;
    font-size: 0.68rem;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .ichome-ad-copy > a {
    width: 100%;
    min-height: 2.75rem;
    margin-top: auto;
    border-radius: 0.65rem;
    padding-inline: 0.5rem;
    font-size: 0.66rem;
  }

  .ichome-ad-slot {
    width: min(calc(100% - 1rem), 86rem);
    margin-top: -0.45rem;
    margin-bottom: 1rem;
  }

  .ichome-ad-slot--pair {
    grid-template-columns: 1fr;
  }

  .ichome-service-card--standalone,
  .ichome-ad-slot--pair .ichome-service-card {
    border-radius: 0.9rem;
  }
}

/* --------------------------------------------------------------------------
   Home v21: one image-only hero carousel and a fully visible category rail
   -------------------------------------------------------------------------- */

.ichome .ichome-hero-carousel {
  position: relative;
  isolation: isolate;
  min-width: 0;
  height: 31rem;
  overflow: hidden;
  border: 1px solid rgba(130, 166, 211, 0.34);
  border-radius: 1rem;
  background: #04152f;
  box-shadow: 0 1rem 2.8rem rgba(5, 24, 58, 0.16);
}

.ichome-hero-carousel-viewport,
.ichome-hero-slide {
  position: absolute;
  inset: 0;
}

.ichome-hero-slide {
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  color: #fff !important;
  text-decoration: none !important;
  transition: opacity 450ms ease, visibility 450ms ease;
  pointer-events: none;
}

.ichome-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ichome-hero-slide:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -5px;
}

.ichome-hero-slide-blur {
  position: absolute;
  inset: -9%;
  display: block;
  width: 118%;
  max-width: none;
  height: 118%;
  object-fit: cover;
  filter: blur(18px) brightness(0.54) saturate(1.2);
  transform: scale(1.07);
}

.ichome-hero-slide::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(3, 17, 42, 0.02), rgba(3, 17, 42, 0.12)),
    radial-gradient(circle at 50% 50%, transparent 42%, rgba(1, 11, 29, 0.16) 100%);
  content: "";
}

.ichome-hero-slide-backdrop {
  position: absolute;
  inset: -10%;
  z-index: 0;
  display: block;
  overflow: hidden;
}

.ichome-hero-slide-backdrop .ichome-service-banner-sprite {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: none;
  height: 122%;
  filter: blur(5px) brightness(0.48) saturate(1.22);
  transform: translate(-50%, -50%) scale(1.08);
}

.ichome-hero-slide-foreground {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1rem 3rem rgba(0, 9, 28, 0.2);
}

.ichome-hero-slide-foreground--hero .ichome-campaign-sprite--hero {
  height: auto;
  aspect-ratio: 1610 / 476;
}

.ichome-service-banner-sprite {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background: #04152f;
}

.ichome-service-banner-sprite img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  transform: translateY(var(--ichome-service-slice-y, 0%));
}

.ichome-service-banner-sprite--redes {
  aspect-ratio: 1717 / 218;
  --ichome-service-slice-y: 0%;
}

.ichome-service-banner-sprite--pospanda {
  aspect-ratio: 1717 / 194;
  --ichome-service-slice-y: -24.127%;
}

.ichome-service-banner-sprite--ordino {
  aspect-ratio: 1717 / 175;
  --ichome-service-slice-y: -45.633%;
}

.ichome-service-banner-sprite--marketing {
  aspect-ratio: 1717 / 141;
  --ichome-service-slice-y: -64.956%;
}

.ichome-service-banner-sprite--web {
  aspect-ratio: 1717 / 177;
  --ichome-service-slice-y: -80.677%;
}

.ichome-hero-carousel-controls {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.28rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 0.28rem;
  background: rgba(2, 16, 39, 0.7);
  box-shadow: 0 0.65rem 1.8rem rgba(0, 7, 24, 0.28);
  backdrop-filter: blur(12px);
}

.ichome-hero-carousel-controls > button {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  color: #fff;
}

.ichome-hero-carousel-controls > button:hover,
.ichome-hero-carousel-controls > button:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.ichome-hero-carousel-controls > button:focus-visible,
.ichome-hero-carousel-dots button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.ichome-hero-carousel-controls .material-icons {
  font-size: 1.2rem;
}

.ichome-hero-carousel-dots {
  display: flex;
  align-items: center;
  gap: 0.34rem;
  padding-inline: 0.25rem;
}

.ichome-hero-carousel-dots button {
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, 0.48);
  transition: width 180ms ease, background-color 180ms ease;
}

.ichome-hero-carousel-dots button.is-active {
  width: 1.3rem;
  border-radius: 999px;
  background: #fff;
}

.ichome-hero-carousel.has-single-slide .ichome-hero-carousel-controls {
  display: none;
}

.ichome-section-heading-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
}

.ichome-favorites-compact {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  border: 1px solid #b9cbe5;
  border-radius: 999px;
  padding: 0.5rem 0.78rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ichome-blue-strong);
  font-size: 0.72rem;
  font-weight: 820;
  white-space: nowrap;
}

.ichome-favorites-compact:hover,
.ichome-favorites-compact:focus-visible {
  border-color: #819fc9;
  background: #fff;
}

.ichome-favorites-compact .material-icons {
  color: #d62855;
  font-size: 1rem;
}

.ichome-favorites-compact strong {
  display: inline-flex;
  min-width: 1.35rem;
  height: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ichome-blue);
  color: #fff;
  font-size: 0.66rem;
}

@media (min-width: 1200px) {
  .ichome .ichome-hero-stage {
    grid-template-columns: minmax(18.5rem, 19.5rem) minmax(0, 1fr);
  }
}

@media (min-width: 1400px) {
  .ichome .ichome-hero-stage {
    width: min(calc(100% - 2rem), 110rem);
    grid-template-columns: minmax(20.5rem, 21.5rem) minmax(0, 1fr);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .ichome .ichome-hero-stage {
    grid-template-columns: minmax(16.5rem, 18rem) minmax(0, 1fr);
  }
}

@media (min-width: 992px) {
  .ichome .ichome-hero-stage {
    align-items: stretch;
  }

  .ichome .ichome-category-navigation.is-open,
  .ichome .ichome-hero-carousel {
    height: 31rem;
  }

  .ichome .ichome-category-navigation.is-open {
    align-self: stretch;
  }

  .ichome .ichome-category-navigation.is-open .ichome-category-navigation-list {
    height: calc(100% - 4rem);
    overflow: visible;
    padding: 0.25rem 0.55rem 0.4rem;
  }

  .ichome .ichome-category-navigation-item summary {
    min-height: 1.8rem;
    grid-template-columns: 1.4rem minmax(0, 1fr) 0.9rem;
    gap: 0.4rem;
    padding: 0.14rem 0.28rem;
    font-size: 0.69rem;
  }

  .ichome .ichome-category-navigation-item summary img {
    width: 1.4rem;
    height: 1.4rem;
  }

  .ichome .ichome-category-navigation-more {
    min-height: 2.05rem;
    padding: 0.35rem 0.35rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 991.98px) {
  .ichome .ichome-hero-carousel {
    height: 30rem;
  }

  .ichome-hero-slide-foreground {
    box-shadow: 0 0.85rem 2.4rem rgba(0, 9, 28, 0.22);
  }
}

@media (max-width: 767.98px) {
  .ichome .ichome-hero-carousel {
    height: clamp(16rem, 72vw, 19rem);
    border-radius: 0.9rem;
  }

  .ichome-hero-slide-blur {
    inset: -15%;
    width: 130%;
    height: 130%;
    filter: blur(14px) brightness(0.5) saturate(1.18);
  }

  .ichome-hero-slide-backdrop .ichome-service-banner-sprite {
    height: 138%;
    filter: blur(5px) brightness(0.48) saturate(1.2);
  }

  .ichome-hero-carousel-controls {
    right: 50%;
    bottom: 0.55rem;
    max-width: calc(100% - 1rem);
    transform: translateX(50%);
  }

  .ichome-hero-carousel-controls > button {
    width: 1.95rem;
    height: 1.95rem;
  }

  .ichome-hero-carousel-dots {
    gap: 0.28rem;
    padding-inline: 0.15rem;
  }

  .ichome-hero-carousel-dots button.is-active {
    width: 1rem;
  }

  .ichome-section-heading-actions {
    width: 100%;
    justify-content: space-between;
  }

  .ichome-favorites-compact {
    min-height: 2.75rem;
  }
}

@media (max-width: 420px) {
  .ichome-hero-carousel-controls > button[data-ic-hero-pause] {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ichome-hero-slide,
  .ichome-hero-carousel-dots button {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Home v26: full artwork, standard carousel controls and compact mobile cards
   -------------------------------------------------------------------------- */

.ichome .ichome-hero-carousel {
  height: 28.5rem;
  background: #06162f;
}

.ichome .ichome-hero-slide {
  background: #06162f;
}

.ichome .ichome-hero-slide-foreground {
  border-block: 0;
  box-shadow: none;
}

.ichome .ichome-hero-carousel-controls {
  position: absolute;
  inset: 0;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  backdrop-filter: none;
  pointer-events: none;
}

.ichome .ichome-hero-carousel-controls > button {
  position: absolute;
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(2, 17, 42, 0.62);
  box-shadow: 0 0.45rem 1.4rem rgba(0, 7, 24, 0.22);
  transform: translateY(-50%);
  pointer-events: auto;
}

.ichome .ichome-hero-carousel-controls > button:hover,
.ichome .ichome-hero-carousel-controls > button:focus-visible {
  background: rgba(9, 49, 99, 0.92);
}

.ichome .ichome-hero-carousel-controls > [data-ic-hero-prev] {
  left: 0.75rem;
}

.ichome .ichome-hero-carousel-controls > [data-ic-hero-next] {
  right: 0.75rem;
}

.ichome .ichome-hero-carousel-dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  gap: 0.38rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0.38rem 0.55rem;
  background: rgba(2, 17, 42, 0.62);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 7, 24, 0.2);
  transform: translateX(-50%);
  pointer-events: auto;
}

.ichome .ichome-hero-carousel-dots button {
  width: 0.48rem;
  height: 0.48rem;
}

.ichome .ichome-hero-carousel-dots button.is-active {
  width: 1.2rem;
}

@media (min-width: 992px) {
  .ichome .ichome-category-navigation.is-open,
  .ichome .ichome-hero-carousel {
    height: 28.5rem;
  }

  .ichome .ichome-category-navigation.is-open .ichome-category-navigation-list {
    height: calc(100% - 4rem);
    padding: 0.2rem 0.5rem 0.3rem;
  }

  .ichome .ichome-category-navigation-item summary {
    min-height: 1.625rem;
    grid-template-columns: 1.25rem minmax(0, 1fr) 0.85rem;
    gap: 0.36rem;
    padding: 0.1rem 0.24rem;
    font-size: 0.68rem;
  }

  .ichome .ichome-category-navigation-item summary img {
    width: 1.25rem;
    height: 1.25rem;
  }

  .ichome .ichome-category-navigation-more {
    min-height: 2rem;
    padding: 0.3rem;
    font-size: 0.69rem;
  }
}

@media (max-width: 991.98px) {
  .ichome .ichome-hero-carousel {
    height: 26rem;
  }
}

@media (max-width: 767.98px) {
  .ichome .ichome-hero-carousel {
    height: 15rem;
  }

  .ichome .ichome-hero-carousel-controls {
    inset: 0;
    max-width: none;
  }

  .ichome .ichome-hero-carousel-controls > button {
    width: 2.25rem;
    height: 2.25rem;
  }

  .ichome .ichome-hero-carousel-controls > [data-ic-hero-prev] {
    left: 0.45rem;
  }

  .ichome .ichome-hero-carousel-controls > [data-ic-hero-next] {
    right: 0.45rem;
  }

  .ichome .ichome-hero-carousel-dots {
    bottom: 0.45rem;
    gap: 0.3rem;
    padding: 0.3rem 0.46rem;
  }

  .ichome .ichome-section-heading h2 {
    font-size: 1.65rem;
  }

  .ichome .ichome-section-heading p {
    font-size: 0.84rem;
  }

  .ichome .ichome-offer-grid {
    grid-auto-columns: minmax(9.5rem, 43vw);
    gap: 0.6rem;
    scroll-snap-type: x proximity;
  }

  .ichome .ichome-offer-card {
    scroll-snap-stop: normal;
  }

  .ichome .ichome-offer-image {
    min-height: 0;
    aspect-ratio: 1 / 0.9;
    padding: 1.15rem 0.4rem 0.3rem;
  }

  .ichome .ichome-offer-image img {
    width: 100%;
    max-width: 9.5rem;
    height: 100%;
  }

  .ichome .ichome-offer-copy {
    min-height: 11.75rem;
    padding: 0.65rem;
  }

  .ichome .ichome-offer-name {
    min-height: 3.05rem;
    font-size: 0.75rem;
    line-height: 1.35;
    -webkit-line-clamp: 3;
  }

  .ichome .ichome-offer-price {
    font-size: 1.05rem;
  }

  .ichome .ichome-offer-actions a {
    min-height: 2.55rem;
    font-size: 0.7rem;
  }

  .ichome .ichome-favorite-button {
    width: 2.1rem;
    height: 2.1rem;
  }
}

/* --------------------------------------------------------------------------
   Home v28: responsive full-art carousel (desktop 3:1, mobile 3:2)
   -------------------------------------------------------------------------- */

.ichome .ichome-art-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
  background: #06162f;
}

.ichome .ichome-art-slide picture,
.ichome .ichome-art-slide picture img {
  display: block;
  width: 100%;
  height: 100%;
}

.ichome .ichome-art-slide picture img {
  object-fit: contain;
  object-position: center;
}

.ichome .ichome-art-slide::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(2, 12, 31, 0.86) 0%, rgba(2, 12, 31, 0.58) 25%, rgba(2, 12, 31, 0.08) 53%, transparent 70%);
  content: "";
  pointer-events: none;
}

.ichome .ichome-art-slide--main::after {
  display: none;
}

.ichome .ichome-art-slide-copy {
  position: absolute;
  top: 50%;
  left: clamp(2.5rem, 4.3vw, 4.75rem);
  z-index: 2;
  display: grid;
  width: min(32rem, 40%);
  gap: 0.55rem;
  color: #fff;
  text-shadow: 0 0.15rem 0.8rem rgba(0, 0, 0, 0.62);
  transform: translateY(-50%);
}

.ichome .ichome-art-slide-copy small {
  color: #77c9ff;
  font-size: clamp(0.72rem, 0.8vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ichome .ichome-art-slide-copy strong {
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.ichome .ichome-art-slide-copy > span {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.9rem, 1.1vw, 1.15rem);
  line-height: 1.4;
}

.ichome .ichome-art-slide--pospanda .ichome-art-slide-copy small {
  color: #a7ed45;
}

.ichome .ichome-art-slide--ordino .ichome-art-slide-copy small {
  color: #ffb04a;
}

.ichome .ichome-art-slide--marketing .ichome-art-slide-copy small {
  color: #dd91ff;
}

.ichome .ichome-art-slide-copy--mobile-only {
  display: none;
}

@media (max-width: 767.98px) {
  .ichome .ichome-art-slide::after,
  .ichome .ichome-art-slide--main::after {
    display: block;
    background: linear-gradient(90deg, rgba(2, 12, 31, 0.88) 0%, rgba(2, 12, 31, 0.54) 40%, rgba(2, 12, 31, 0.04) 70%, transparent 82%);
  }

  .ichome .ichome-art-slide-copy,
  .ichome .ichome-art-slide-copy--mobile-only {
    top: 1rem;
    left: 1rem;
    display: grid;
    width: 56%;
    gap: 0.27rem;
    transform: none;
  }

  .ichome .ichome-art-slide-copy small {
    font-size: 0.54rem;
    letter-spacing: 0.11em;
  }

  .ichome .ichome-art-slide-copy strong {
    font-size: clamp(1.05rem, 5.2vw, 1.35rem);
    line-height: 1.02;
  }

  .ichome .ichome-art-slide-copy > span {
    font-size: 0.69rem;
    line-height: 1.3;
  }
}

/* --------------------------------------------------------------------------
   Home v29: full-art proportions and lightweight retail carousel controls
   -------------------------------------------------------------------------- */

.ichome {
  overflow-x: clip;
}

.ichome .ichome-hero-carousel {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  border-color: rgba(131, 164, 207, 0.28);
  border-radius: 0.95rem;
  background: #06162f;
  box-shadow: 0 0.8rem 2.2rem rgba(5, 24, 58, 0.13);
}

.ichome .ichome-art-slide picture img {
  object-fit: cover;
  object-position: center;
}

.ichome .ichome-art-slide-copy {
  gap: clamp(0.42rem, 0.7vw, 0.72rem);
}

.ichome .ichome-art-slide-cta {
  display: inline-flex !important;
  width: max-content;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  padding: 0.58rem 1rem;
  background: rgba(255, 255, 255, 0.96);
  color: #123f8c !important;
  font-size: clamp(0.72rem, 0.85vw, 0.9rem) !important;
  font-weight: 820;
  line-height: 1;
  text-shadow: none;
  box-shadow: 0 0.35rem 1.1rem rgba(0, 9, 29, 0.16);
}

.ichome .ichome-art-slide-cta .material-icons {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.ichome .ichome-hero-slide:hover .ichome-art-slide-cta .material-icons,
.ichome .ichome-hero-slide:focus-visible .ichome-art-slide-cta .material-icons {
  transform: translateX(0.16rem);
}

.ichome .ichome-hero-carousel-controls {
  inset: 0;
  max-width: none;
}

.ichome .ichome-hero-carousel-controls > button {
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  text-shadow: 0 0.12rem 0.6rem rgba(0, 0, 0, 0.72);
}

.ichome .ichome-hero-carousel-controls > button:hover,
.ichome .ichome-hero-carousel-controls > button:focus-visible {
  background: rgba(0, 15, 40, 0.18);
  color: #fff;
}

.ichome .ichome-hero-carousel-controls > button:focus-visible,
.ichome .ichome-hero-carousel-dots button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

.ichome .ichome-hero-carousel-controls .material-icons {
  font-size: 2rem;
  font-weight: 300;
}

.ichome .ichome-hero-carousel-controls > [data-ic-hero-prev] {
  left: 0.35rem;
}

.ichome .ichome-hero-carousel-controls > [data-ic-hero-next] {
  right: 0.35rem;
}

.ichome .ichome-hero-carousel-controls > [data-ic-hero-pause] {
  top: 0.35rem;
  right: 0.35rem;
  width: 2.75rem;
  height: 2.75rem;
  transform: none;
}

.ichome .ichome-hero-carousel-controls > [data-ic-hero-pause] .material-icons {
  font-size: 1.35rem;
}

.ichome .ichome-hero-carousel-dots {
  bottom: 0.35rem;
  gap: 0.05rem;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.ichome .ichome-hero-carousel-dots button,
.ichome .ichome-hero-carousel-dots button.is-active {
  position: relative;
  width: 1.25rem;
  height: 2rem;
  border-radius: 0;
  background: transparent;
}

.ichome .ichome-hero-carousel-dots button.is-active {
  width: 2rem;
}

.ichome .ichome-hero-carousel-dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  content: "";
  transform: translate(-50%, -50%);
  transition: width 180ms ease, background-color 180ms ease;
}

.ichome .ichome-hero-carousel-dots button.is-active::before {
  width: 1.55rem;
  background: #fff;
}

@media (min-width: 992px) {
  .ichome .ichome-category-navigation.is-open,
  .ichome .ichome-hero-carousel {
    height: auto;
  }

  .ichome .ichome-category-navigation.is-open {
    min-height: 0;
  }

  .ichome .ichome-category-navigation.is-open .ichome-category-navigation-list {
    height: calc(100% - 4rem);
    min-height: 0;
    overflow: visible;
    overscroll-behavior: contain;
    scrollbar-width: none;
  }
}

@media (max-width: 767.98px) {
  .ichome .ichome-hero-carousel {
    height: auto;
    aspect-ratio: 3 / 2;
    border-radius: 0.8rem;
  }

  .ichome .ichome-art-slide-copy,
  .ichome .ichome-art-slide-copy--mobile-only {
    top: clamp(0.8rem, 4vw, 1.15rem);
    left: clamp(0.85rem, 4vw, 1.2rem);
    width: 60%;
  }

  .ichome .ichome-art-slide-copy > span:not(.ichome-art-slide-cta) {
    display: none;
  }

  .ichome .ichome-art-slide-cta {
    min-height: 2.5rem;
    margin-top: 0.12rem;
    padding: 0.52rem 0.78rem;
    font-size: 0.68rem !important;
  }

  .ichome .ichome-hero-carousel-controls > button {
    width: 2.75rem;
    height: 2.75rem;
  }

  .ichome .ichome-hero-carousel-controls > [data-ic-hero-prev] {
    left: 0.08rem;
  }

  .ichome .ichome-hero-carousel-controls > [data-ic-hero-next] {
    right: 0.08rem;
  }

  .ichome .ichome-hero-carousel-controls > [data-ic-hero-pause] {
    top: 0.08rem;
    right: 0.08rem;
    display: inline-flex;
  }

  .ichome .ichome-hero-carousel-dots {
    bottom: 0.08rem;
  }

  .ichome .ichome-offer-grid {
    grid-auto-columns: minmax(8.75rem, 40vw);
    gap: 0.55rem;
  }

  .ichome .ichome-offer-image {
    aspect-ratio: 1 / 0.84;
    padding: 1rem 0.35rem 0.25rem;
  }

  .ichome .ichome-offer-image img {
    max-width: 8.25rem;
  }

  .ichome .ichome-offer-copy {
    min-height: 10.75rem;
    padding: 0.6rem;
  }
}

/* --------------------------------------------------------------------------
   Home v30: desktop artwork on mobile and a compact three-product rail
   -------------------------------------------------------------------------- */

@media (max-width: 767.98px) {
  .ichome .ichome-hero-carousel {
    aspect-ratio: 3 / 1;
    border-radius: 0.7rem;
  }

  .ichome .ichome-art-slide picture img {
    object-fit: cover;
    object-position: center;
  }

  .ichome .ichome-art-slide-copy,
  .ichome .ichome-art-slide-copy--mobile-only {
    top: 50%;
    left: clamp(0.72rem, 3.4vw, 1rem);
    width: 54%;
    gap: 0.16rem;
    transform: translateY(-50%);
  }

  .ichome .ichome-art-slide-copy small {
    font-size: 0.43rem;
    letter-spacing: 0.09em;
  }

  .ichome .ichome-art-slide-copy strong {
    font-size: clamp(0.76rem, 3.5vw, 1rem);
    line-height: 1;
  }

  .ichome .ichome-art-slide-cta {
    min-height: 1.9rem;
    margin-top: 0.08rem;
    padding: 0.3rem 0.55rem;
    font-size: 0.54rem !important;
  }

  .ichome .ichome-art-slide-cta .material-icons {
    font-size: 0.75rem;
  }

  .ichome .ichome-hero-carousel-controls > [data-ic-hero-prev],
  .ichome .ichome-hero-carousel-controls > [data-ic-hero-next],
  .ichome .ichome-hero-carousel-controls > [data-ic-hero-pause] {
    width: 2rem;
    height: 2rem;
  }

  .ichome .ichome-hero-carousel-controls .material-icons {
    font-size: 1.45rem;
  }

  .ichome .ichome-offer-rail-control {
    display: none;
  }

  .ichome .ichome-offer-grid[data-ic-offer-track] {
    grid-auto-columns: calc((100% - 0.84rem) / 3);
    gap: 0.42rem;
    padding-bottom: 0.45rem;
    scroll-padding-inline: 0;
    scroll-snap-type: x proximity;
  }

  .ichome .ichome-offer-grid[data-ic-offer-track] > .ichome-offer-card {
    flex: 0 0 calc((100% - 0.84rem) / 3);
  }

  .ichome .ichome-offer-card {
    border-radius: 0.68rem;
    box-shadow: 0 0.45rem 1rem rgba(3, 28, 70, 0.1);
  }

  .ichome .ichome-offer-badge {
    top: 0.38rem;
    left: 0.38rem;
    padding: 0.22rem 0.34rem;
    font-size: 0.49rem;
  }

  .ichome .ichome-favorite-button {
    display: none;
  }

  .ichome .ichome-offer-image {
    min-height: 0;
    aspect-ratio: 1 / 0.74;
    padding: 0.75rem 0.18rem 0.12rem;
  }

  .ichome .ichome-offer-image img {
    width: 100%;
    max-width: 5.8rem;
    height: 100%;
  }

  .ichome .ichome-offer-copy {
    min-height: 9.55rem;
    padding: 0.46rem;
  }

  .ichome .ichome-offer-name {
    min-height: 2.45rem;
    font-size: 0.63rem;
    line-height: 1.28;
    -webkit-line-clamp: 3;
  }

  .ichome .ichome-offer-reference {
    overflow: hidden;
    margin-top: 0.24rem;
    font-size: 0.51rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ichome .ichome-stock {
    gap: 0.16rem;
    min-height: 1.7rem;
    margin-top: 0.28rem;
    font-size: 0.54rem;
    line-height: 1.18;
  }

  .ichome .ichome-stock .material-icons {
    font-size: 0.72rem;
  }

  .ichome .ichome-offer-price {
    font-size: 0.9rem;
  }

  .ichome .ichome-offer-tax {
    font-size: 0.53rem;
  }

  .ichome .ichome-offer-actions {
    gap: 0;
    margin-top: 0.4rem;
  }

  .ichome .ichome-offer-actions a {
    min-height: 2.75rem;
    border-radius: 0.45rem;
    padding-inline: 0.2rem;
    font-size: 0.57rem;
  }

  .ichome .ichome-offer-note {
    margin-top: 0.55rem;
    font-size: 0.67rem;
  }

  .ichome .ichome-interstitial-ad {
    aspect-ratio: 7.2 / 1;
    background: #07051a;
  }

  .ichome .ichome-interstitial-ad img {
    object-fit: contain;
    object-position: center;
  }

  .ichome .ichome-interstitial-copy {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .ichome .ichome-offer-utility {
    top: 0.38rem;
    right: 0.38rem;
    gap: 0.26rem;
  }

  .ichome .ichome-offer-utility .ichome-favorite-button,
  .ichome .ichome-offer-quick-add .btn {
    display: inline-flex !important;
    width: 2.1rem;
    min-width: 2.1rem;
    min-height: 2.1rem;
    height: 2.1rem;
  }

  .ichome .ichome-offer-quick-add .material-icons {
    font-size: 1rem;
  }
}
