:root {
  --shh-ink: #25262b;
  --shh-muted: #6d6e72;
  --shh-line: #e0e1e2;
  --shh-soft: #f3f4f5;
  --shh-accent: #587c96;
  --shh-accent-dark: #436075;
  --shh-accent-pale: #eaeff2;
  --shh-green: #348c67;
}

body.shh-homepage-active .site-content > .col-full {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.shh-homepage-active .content-area,
body.shh-homepage-active .site-main,
body.shh-homepage-active article.page,
body.shh-homepage-active .entry-content {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

body.shh-homepage-active .widget-area,
body.shh-homepage-active article.page > .entry-header,
body.shh-homepage-active article.page > .entry-footer,
body.shh-homepage-active .storefront-breadcrumb,
body.shh-homepage-active .post-edit-link,
body.shh-homepage-active .edit-link {
  display: none;
}

body.shh-homepage-active .entry-content > p:empty {
  display: none;
}

/* Storefront adds this gap when a regular page is assigned as the homepage. */
body.shh-homepage-active.home.page .site-header {
  margin-bottom: 0 !important;
}

/* Keep the theme header intact; reposition only its translation widget. */
@media (min-width: 769px) {
  body.shh-homepage-active .shh-hero-grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body.shh-homepage-active .header-widget-region {
    position: relative;
    z-index: 50;
    height: 0;
    margin: 0;
    overflow: visible;
    background: transparent;
    pointer-events: none;
  }

  body.shh-homepage-active .header-widget-region > .col-full {
    position: relative;
    height: 0;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
    pointer-events: none;
  }

  body.shh-homepage-active .header-widget-region .widget {
    position: absolute;
    top: 16px;
    right: 24px;
    width: 220px;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-align: right;
    pointer-events: auto;
  }

  body.shh-homepage-active .header-widget-region .textwidget > div,
  body.shh-homepage-active .header-widget-region #google_translate_element {
    width: 220px !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    text-align: right;
  }

  body.shh-homepage-active
    .header-widget-region
    #google_translate_element
    .goog-te-gadget {
    color: #68686c;
    font-size: 9px;
    line-height: 1.25;
    white-space: nowrap;
  }

  body.shh-homepage-active
    .header-widget-region
    #google_translate_element
    .goog-te-combo {
    width: 180px;
    min-width: 180px;
    min-height: 30px;
    margin: 0 0 4px !important;
    padding: 4px 8px;
    color: #35363a;
    background: #fff;
    border: 1px solid #d0d2d4;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  body.shh-homepage-active .shh-hero-grid {
    padding-top: 100px;
  }

  body.shh-homepage-active .header-widget-region {
    position: relative;
    z-index: 50;
    height: 0;
    margin: 0;
    overflow: visible;
    background: transparent;
    pointer-events: none;
  }

  body.shh-homepage-active .header-widget-region > .col-full {
    position: relative;
    height: 0;
    margin: 0 auto;
    padding: 0 15px;
    pointer-events: none;
  }

  body.shh-homepage-active .header-widget-region .widget {
    position: absolute;
    top: 12px;
    right: 15px;
    margin: 0;
    padding: 7px 9px 5px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #e0e1e2;
    box-shadow: 0 6px 18px rgba(55, 41, 51, 0.08);
    pointer-events: auto;
  }

  body.shh-homepage-active .header-widget-region .textwidget > div,
  body.shh-homepage-active .header-widget-region #google_translate_element {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  body.shh-homepage-active
    .header-widget-region
    #google_translate_element
    .goog-te-gadget {
    font-size: 8px;
    line-height: 1.2;
  }

  body.shh-homepage-active
    .header-widget-region
    #google_translate_element
    .goog-te-combo {
    min-width: 132px;
    min-height: 28px;
    margin: 0 0 2px !important;
    padding: 3px 6px;
    color: #35363a;
    background: #fff;
    border: 1px solid #d0d2d4;
    font-size: 11px;
  }
}

.shh-page,
.shh-page * {
  box-sizing: border-box;
}

.shh-page {
  width: 100%;
  overflow: hidden;
  color: var(--shh-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.shh-page a {
  color: inherit;
  text-decoration: none;
}

.shh-page img {
  display: block;
  max-width: 100%;
}

.shh-page button,
.shh-page input {
  font: inherit;
}

.shh-shell {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.shh-hero {
  background: linear-gradient(
    110deg,
    #f2f4f5 0%,
    #faf9f8 58%,
    #e5eaee 58%,
    #eaeff2 100%
  );
}

.shh-hero-grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 64px;
  align-items: center;
}

.shh-eyebrow,
.shh-kicker {
  margin: 0 0 14px;
  color: var(--shh-accent-dark);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shh-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shh-eyebrow > span {
  width: 28px;
  height: 2px;
  background: var(--shh-accent);
}

.shh-hero h1 {
  max-width: 630px;
  margin: 0;
  color: #292a2e;
  font-size: clamp(42px, 4.1vw, 62px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.shh-hero-lede {
  max-width: 620px;
  margin: 22px 0 24px;
  color: #606166;
  font-size: 17px;
  line-height: 1.68;
}

.shh-search label {
  display: block;
  margin-bottom: 8px;
  color: #67686d;
  font-size: 11px;
  font-weight: 700;
}

.shh-search-row {
  display: flex;
  max-width: 620px;
  min-height: 57px;
  background: #fff;
  border: 1px solid #cfd1d2;
  box-shadow: 0 10px 35px rgba(55, 41, 51, 0.08);
}

.shh-search-row input[type="search"] {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0 18px;
  color: var(--shh-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.shh-search-row input[type="search"]:focus {
  outline: 2px solid var(--shh-accent);
  outline-offset: -2px;
}

.shh-search-row button,
.shh-primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 50px;
  padding: 0 24px;
  color: #fff;
  background: var(--shh-accent);
  border: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.shh-search-row button:hover,
.shh-search-row button:focus,
.shh-primary-button:hover,
.shh-primary-button:focus {
  color: #fff;
  background: var(--shh-accent-dark);
}

.shh-text-action {
  margin: 16px 0 0;
  padding: 0;
  color: #57585c;
  background: transparent;
  border: 0;
  font-size: 13px;
  cursor: pointer;
}

.shh-text-action strong {
  color: var(--shh-accent-dark);
  border-bottom: 1px solid #9dadb9;
}

.shh-hero-visual {
  position: relative;
  height: 455px;
}

.shh-product-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 8px solid #fff;
  box-shadow: 0 20px 50px rgba(56, 39, 51, 0.14);
}

.shh-product-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f7f7f6;
}

.shh-product-photo figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 8px 10px;
  color: #fff;
  background: rgba(37, 39, 44, 0.92);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shh-product-photo-main {
  top: 34px;
  right: 2px;
  width: 365px;
  height: 340px;
}

.shh-product-photo-small {
  left: -16px;
  bottom: 25px;
  width: 176px;
  height: 160px;
  border-width: 7px;
}

.shh-experience-badge {
  position: absolute;
  z-index: 2;
  top: 54px;
  left: 4px;
  width: 142px;
  min-height: 105px;
  padding: 19px;
  color: #fff;
  background: #292a2f;
  box-shadow: 0 13px 28px rgba(35, 36, 41, 0.18);
}

.shh-experience-badge b,
.shh-experience-badge span {
  display: block;
}

.shh-experience-badge b {
  color: #cddce7;
  font-size: 31px;
  line-height: 1;
}

.shh-experience-badge span {
  margin-top: 8px;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.shh-help-card {
  position: absolute;
  right: 25px;
  bottom: 15px;
  width: 228px;
  padding: 15px 18px 15px 42px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(56, 39, 51, 0.15);
}

.shh-help-card .shh-online-dot {
  position: absolute;
  top: 20px;
  left: 17px;
}

.shh-help-card strong,
.shh-help-card small {
  display: block;
}

.shh-help-card strong {
  font-size: 12px;
}

.shh-help-card small {
  margin-top: 5px;
  color: #777;
  font-size: 10px;
}

.shh-online-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #3aaa73;
  border: 2px solid #daf1e5;
  border-radius: 50%;
}

.shh-proof {
  background: #fff;
  border-bottom: 1px solid var(--shh-line);
}

.shh-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 108px;
}

.shh-proof-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 30px;
  border-right: 1px solid var(--shh-line);
}

.shh-proof-grid > div:first-child {
  border-left: 1px solid var(--shh-line);
}

.shh-proof-grid b {
  color: var(--shh-accent-dark);
  font-size: 21px;
  letter-spacing: -0.03em;
}

.shh-proof-grid span {
  margin-top: 6px;
  color: #6f7074;
  font-size: 11px;
  line-height: 1.4;
}

.shh-section {
  padding-top: 82px;
  padding-bottom: 86px;
}

.shh-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.shh-section-heading-compact {
  align-items: center;
}

.shh-section-heading h2,
.shh-help-section h2,
.shh-expertise h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.shh-section-heading p:not(.shh-kicker) {
  margin: 9px 0 0;
  color: #77787b;
  font-size: 14px;
}

.shh-section-heading > a,
.shh-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  color: var(--shh-accent-dark);
  border-bottom: 1px solid #bdc9d1;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.shh-model-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.shh-model-card {
  position: relative;
  min-height: 142px;
  padding: 21px;
  background: var(--shh-soft);
  border: 1px solid #dfe1e2;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.shh-model-card:hover,
.shh-model-card:focus {
  color: var(--shh-ink);
  background: #fff;
  border-color: #a1b1bd;
  box-shadow: 0 12px 28px rgba(54, 43, 50, 0.08);
  transform: translateY(-2px);
}

.shh-model-code,
.shh-model-detail,
.shh-model-card small {
  display: block;
}

.shh-model-code {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.shh-model-detail {
  margin-top: 8px;
  color: var(--shh-accent-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shh-model-card small {
  margin-top: 20px;
  color: #858589;
  font-size: 11px;
}

.shh-card-arrow {
  position: absolute;
  right: 20px;
  bottom: 17px;
  color: var(--shh-accent);
  font-size: 18px;
}

.shh-category-section,
.shh-guides {
  background: #f4f3f2;
}

.shh-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.shh-category-card {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 17px;
  min-height: 92px;
  padding: 17px;
  background: #fff;
  border: 1px solid #dee0e1;
}

.shh-category-card:hover,
.shh-category-card:focus {
  color: var(--shh-ink);
  border-color: #95aab9;
}

.shh-category-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--shh-accent-dark);
  background: var(--shh-accent-pale);
  font-size: 12px;
  font-weight: 800;
}

.shh-category-card b,
.shh-category-card small {
  display: block;
}

.shh-category-card b {
  font-size: 14px;
}

.shh-category-card small {
  margin-top: 5px;
  color: #89898c;
  font-size: 10px;
}

.shh-category-card > span:last-child {
  color: var(--shh-accent);
}

.shh-products .woocommerce {
  margin: 0;
}

.shh-products ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.shh-products ul.products::before,
.shh-products ul.products::after {
  display: none;
}

.shh-products ul.products li.product,
body.shh-homepage-active.storefront-full-width-content
  .site-main
  .shh-products
  ul.products.columns-4
  li.product {
  clear: none !important;
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 0 20px;
  background: #fff;
  border: 1px solid #e2e1e0;
}

.shh-products ul.products li.product:hover {
  box-shadow: 0 16px 36px rgba(40, 38, 39, 0.08);
}

.shh-products ul.products li.product img {
  width: 100%;
  aspect-ratio: 1 / 0.83;
  margin: 0 0 17px;
  padding: 15px;
  object-fit: contain;
  background: #f5f5f4;
}

.shh-products ul.products li.product .woocommerce-loop-product__title,
.shh-products ul.products li.product .price,
.shh-products ul.products li.product .star-rating,
.shh-products ul.products li.product .button {
  margin-right: 18px;
  margin-left: 18px;
}

.shh-products ul.products li.product .woocommerce-loop-product__title {
  min-height: 64px;
  color: var(--shh-ink);
  font-size: 14px;
  line-height: 1.45;
}

.shh-products ul.products li.product .price {
  color: var(--shh-accent-dark);
  font-size: 17px;
}

.shh-products ul.products li.product .button {
  color: #fff;
  background: var(--shh-accent);
  font-size: 12px;
}

.shh-help-section {
  color: #fff;
  background: #292b30;
}

.shh-help-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 85px;
  align-items: center;
  min-height: 410px;
}

.shh-kicker-light {
  color: #b9cbd8;
}

.shh-help-section h2 {
  max-width: 560px;
  color: #fff;
  font-size: 43px;
}

.shh-help-section p:not(.shh-kicker) {
  max-width: 580px;
  color: #c3c3c5;
  font-size: 14px;
  line-height: 1.75;
}

.shh-help-section .shh-primary-button {
  margin-top: 24px;
}

.shh-help-section ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #4b4c51;
}

.shh-help-section li {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 17px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #4b4c51;
}

.shh-help-section li > b {
  color: #b0c4d3;
  font-size: 11px;
}

.shh-help-section li strong,
.shh-help-section li small {
  display: block;
}

.shh-help-section li strong {
  color: #fff;
  font-size: 14px;
}

.shh-help-section li small {
  margin-top: 6px;
  color: #a9a9ab;
  font-size: 11px;
}

.shh-expertise {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 95px;
  align-items: center;
}

.shh-expertise-copy > p:not(.shh-kicker) {
  max-width: 630px;
  color: #66676b;
  font-size: 14px;
  line-height: 1.8;
}

.shh-expertise-copy ul {
  margin: 25px 0 29px;
  padding: 0;
  list-style: none;
}

.shh-expertise-copy li {
  padding: 8px 0;
  color: #4f5054;
  font-size: 13px;
}

.shh-expertise-copy li span {
  margin-right: 11px;
  color: var(--shh-green);
}

.shh-expertise-panel {
  padding: 34px 38px;
  background: #eef1f3;
  border-left: 4px solid var(--shh-accent);
}

.shh-expertise-panel > p {
  margin: 0 0 20px;
  color: var(--shh-accent-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.shh-expertise-panel > div {
  padding: 19px 0;
  border-top: 1px solid #ccd5dc;
}

.shh-expertise-panel b,
.shh-expertise-panel span {
  display: block;
}

.shh-expertise-panel b {
  font-size: 14px;
}

.shh-expertise-panel span {
  margin-top: 6px;
  color: #747478;
  font-size: 11px;
}

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

.shh-guide-card {
  position: relative;
  min-height: 225px;
  padding: 28px;
  background: #fff;
  border: 1px solid #dee0e1;
}

.shh-guide-card:hover,
.shh-guide-card:focus {
  color: var(--shh-ink);
  border-color: #95aab9;
}

.shh-guide-meta {
  color: var(--shh-accent-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shh-guide-card h3 {
  margin: 20px 0 12px;
  font-size: 18px;
  line-height: 1.4;
}

.shh-guide-card p {
  color: #77787b;
  font-size: 12px;
  line-height: 1.6;
}

.shh-guide-card .shh-arrow {
  position: absolute;
  right: 28px;
  bottom: 22px;
  color: var(--shh-accent);
  font-size: 18px;
}

.shh-final-trust {
  color: #ddd;
  background: #2a2c31;
}

.shh-final-trust .shh-shell {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.shh-final-trust .shh-shell > span {
  padding: 28px;
  border-right: 1px solid #46474c;
}

.shh-final-trust .shh-shell > span:first-child {
  border-left: 1px solid #46474c;
}

.shh-final-trust b,
.shh-final-trust small {
  display: block;
}

.shh-final-trust b {
  color: #fff;
  font-size: 13px;
}

.shh-final-trust small {
  margin-top: 7px;
  color: #a8a9ab;
  font-size: 10px;
}

.shh-mobile-help {
  display: none;
}

.shh-empty {
  padding: 22px;
  color: #6d6e72;
  background: #f6f5f4;
  border: 1px solid #e2e1e0;
}

.shh-page a:focus-visible,
.shh-page button:focus-visible,
.shh-page input:focus-visible {
  outline: 3px solid #a8c0d1;
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .shh-hero-grid {
    gap: 36px;
  }

  .shh-product-photo-main {
    width: 315px;
  }

  .shh-model-grid,
  .shh-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .shh-help-grid,
  .shh-expertise {
    gap: 45px;
  }
}

@media (max-width: 768px) {
  .shh-shell {
    width: min(100% - 30px, 1160px);
  }

  .shh-hero {
    background: linear-gradient(155deg, #f2f4f5 0%, #faf9f8 72%, #e6ebef 72%);
  }

  .shh-hero-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    min-height: auto;
    padding-top: 48px;
  }

  .shh-hero h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .shh-hero-lede {
    font-size: 15px;
  }

  .shh-search-row {
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .shh-search-row input[type="search"] {
    flex: none;
    width: 100%;
    min-height: 52px;
    background: #fff;
    border: 1px solid #cfd1d2;
  }

  .shh-search-row button {
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
  }

  .shh-hero-visual {
    width: min(570px, 100%);
    height: 350px;
    margin: 0 auto;
  }

  .shh-product-photo-main {
    width: 78%;
    height: 285px;
  }

  .shh-product-photo-small {
    left: 0;
    width: 35%;
    height: 135px;
  }

  .shh-experience-badge {
    top: 5px;
    left: 0;
    transform: scale(0.88);
    transform-origin: left top;
  }

  .shh-help-card {
    right: 0;
    bottom: 7px;
  }

  .shh-proof-grid {
    grid-template-columns: repeat(2, 1fr);
    border-left: 1px solid var(--shh-line);
  }

  .shh-proof-grid > div {
    padding: 22px 18px;
    border-bottom: 1px solid var(--shh-line);
  }

  .shh-proof-grid > div:first-child,
  .shh-proof-grid > div:nth-child(odd) {
    border-left: 0;
  }

  .shh-section {
    padding-top: 60px;
    padding-bottom: 63px;
  }

  .shh-section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 27px;
  }

  .shh-section-heading h2 {
    font-size: 31px;
  }

  .shh-help-grid,
  .shh-expertise {
    grid-template-columns: 1fr;
    gap: 45px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .shh-help-section h2 {
    font-size: 34px;
  }

  .shh-guide-grid {
    grid-template-columns: 1fr;
  }

  .shh-final-trust .shh-shell {
    grid-template-columns: 1fr;
  }

  .shh-final-trust .shh-shell > span,
  .shh-final-trust .shh-shell > span:first-child {
    padding: 20px 8px;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #46474c;
  }

  .shh-mobile-help {
    position: fixed;
    z-index: 9998;
    right: 15px;
    bottom: 14px;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 18px;
    color: #fff;
    background: var(--shh-accent);
    border: 0;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(47, 34, 44, 0.28);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .shh-mobile-help .shh-online-dot {
    background: #71d69e;
    border-color: rgba(255, 255, 255, 0.35);
  }

  body.shh-homepage-active {
    padding-bottom: 74px;
  }
}

@media (max-width: 520px) {
  .shh-eyebrow {
    align-items: flex-start;
    font-size: 9px;
  }

  .shh-hero h1 {
    font-size: 39px;
  }

  .shh-text-action {
    text-align: left;
    line-height: 1.7;
  }

  .shh-hero-visual {
    display: grid;
    grid-template-areas:
      "main main"
      "experience small"
      "help help";
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .shh-product-photo-main,
  .shh-product-photo-small,
  .shh-experience-badge,
  .shh-help-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
    transform: none;
  }

  .shh-product-photo-main {
    grid-area: main;
    height: 255px;
  }

  .shh-product-photo-small {
    grid-area: small;
    height: 140px;
  }

  .shh-experience-badge {
    grid-area: experience;
    min-height: 140px;
    padding: 20px 17px;
  }

  .shh-help-card {
    grid-area: help;
    min-height: 76px;
    padding: 17px 18px 17px 45px;
  }

  .shh-help-card .shh-online-dot {
    top: 22px;
  }

  .shh-model-grid,
  .shh-category-grid,
  .shh-products ul.products {
    grid-template-columns: 1fr;
  }

  .shh-category-card {
    min-height: 84px;
  }

  .shh-products ul.products li.product .woocommerce-loop-product__title {
    min-height: 0;
  }

  .shh-expertise-panel {
    padding: 28px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shh-page *,
  .shh-page *::before,
  .shh-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
