  /* =====================================================
  OHUGE Compression Hero Banner - Redesigned
  ===================================================== */

  .oh-hero-compression-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #fdfdfd 0%, #f7f7f7 100%);
    border-radius: 0;
    margin: 0 0 30px;
  }

  .oh-hero-compression-v2 .oh-hero-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 42px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .oh-hero-compression-v2 .oh-hero-content {
    width: 50%;
    padding-bottom: 40px;
  }

  .oh-hero-compression-v2 .oh-hero-brand {
    margin-bottom: 26px;
  }

  .oh-hero-compression-v2 .oh-brand-title {
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    color: #111111;
    letter-spacing: 1px;
  }

  .oh-hero-compression-v2 .oh-brand-title span {
    font-size: 18px;
    vertical-align: top;
    margin-left: 2px;
  }

  .oh-hero-compression-v2 .oh-brand-sub {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #111111;
    letter-spacing: 3px;
    margin-top: 4px;
  }

  .oh-hero-compression-v2 .oh-brand-tag {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    color: #111111;
    letter-spacing: 4px;
    margin-top: 8px;
  }

  .oh-hero-compression-v2 h1 {
    margin: 0 0 18px;
    font-size: 72px;
    line-height: 1.02;
    font-weight: 800;
    color: #111111;
    letter-spacing: -1.5px;
  }

  .oh-hero-compression-v2 h1 span {
    color: #f5bc00;
  }

  .oh-hero-compression-v2 .oh-hero-subtitle {
    max-width: 590px;
    margin: 0 0 18px;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
    color: #222222;
  }

  .oh-hero-compression-v2 .oh-hero-points {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
  }

  .oh-hero-compression-v2 .oh-hero-points li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 500;
    color: #222222;
  }

  .oh-hero-compression-v2 .oh-hero-points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f5bc00;
  }

  .oh-hero-compression-v2 .oh-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .oh-hero-compression-v2 .oh-btn {
    min-height: 58px;
    padding: 0 28px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.2s ease;
  }

  .oh-hero-compression-v2 .oh-btn-primary {
    background: #f5bc00;
    color: #111111;
    border: 2px solid #f5bc00;
  }

  .oh-hero-compression-v2 .oh-btn-primary:hover {
    background: #e6af00;
    border-color: #e6af00;
    color: #111111;
  }

  .oh-hero-compression-v2 .oh-btn-light {
    background: #ffffff;
    color: #111111;
    border: 2px solid #111111;
  }

  .oh-hero-compression-v2 .oh-btn-light:hover {
    background: #111111;
    color: #ffffff;
  }

  .oh-hero-compression-v2 .oh-hero-image-wrap {
    width: 50%;
    position: relative;
    text-align: right;
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  .oh-hero-compression-v2 .oh-hero-image {
    max-width: 88%;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
  }

  .oh-hero-compression-v2 .oh-sale-badge {
    position: absolute;
    top: 70px;
    left: 40px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #f5bc00;
    color: #111111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.10);
  }

  .oh-hero-compression-v2 .oh-sale-badge strong {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 8px;
  }

  .oh-hero-compression-v2 .oh-sale-badge span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
  }

  .oh-hero-compression-v2 .oh-floating-card {
    position: absolute;
    right: 0;
    min-width: 170px;
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 4;
  }

  .oh-hero-compression-v2 .oh-floating-card span {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid #f5bc00;
    color: #f5bc00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    flex-shrink: 0;
  }

  .oh-hero-compression-v2 .oh-floating-card strong {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
  }

  .oh-hero-compression-v2 .oh-card-one {
    top: 180px;
    right: 20px;
  }

  .oh-hero-compression-v2 .oh-card-two {
    top: 300px;
    right: 10px;
  }

  .oh-hero-compression-v2 .oh-hero-feature-strip {
    position: relative;
    background: #0f1115;
    color: #ffffff;
    margin-top: 8px;
    padding: 38px 42px 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    border-top: 4px solid #f5bc00;
  }

  .oh-hero-compression-v2 .oh-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0 10px;
    position: relative;
  }

  .oh-hero-compression-v2 .oh-feature-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 8px;
    width: 1px;
    height: 64px;
    background: rgba(255,255,255,0.14);
  }

  .oh-hero-compression-v2 .oh-feature-icon {
    width: 66px;
    height: 66px;
    min-width: 66px;
    border-radius: 50%;
    border: 2px solid #f5bc00;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
  }

  .oh-hero-compression-v2 .oh-feature-text strong {
    display: block;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
  }

  .oh-hero-compression-v2 .oh-feature-text span {
    display: block;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(255,255,255,0.88);
  }

  /* Tablet */
  @media (max-width: 1199px) {
    .oh-hero-compression-v2 .oh-hero-inner {
      padding: 38px 24px 0;
      gap: 20px;
    }

    .oh-hero-compression-v2 h1 {
      font-size: 56px;
    }

    .oh-hero-compression-v2 .oh-hero-subtitle {
      font-size: 18px;
    }

    .oh-hero-compression-v2 .oh-hero-image-wrap {
      min-height: 500px;
    }

    .oh-hero-compression-v2 .oh-sale-badge {
      width: 120px;
      height: 120px;
      top: 60px;
      left: 20px;
    }

    .oh-hero-compression-v2 .oh-sale-badge strong {
      font-size: 15px;
    }

    .oh-hero-compression-v2 .oh-sale-badge span {
      font-size: 13px;
    }

    .oh-hero-compression-v2 .oh-floating-card strong {
      font-size: 18px;
    }

    .oh-hero-compression-v2 .oh-hero-feature-strip {
      padding: 30px 24px;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px 18px;
    }

    .oh-hero-compression-v2 .oh-feature-item:nth-child(2):after,
    .oh-hero-compression-v2 .oh-feature-item:nth-child(4):after {
      display: none;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .oh-hero-compression-v2 .oh-hero-inner {
      padding: 28px 14px 0;
      flex-direction: column;
    }

    .oh-hero-compression-v2 .oh-hero-content,
    .oh-hero-compression-v2 .oh-hero-image-wrap {
      width: 100%;
    }

    .oh-hero-compression-v2 .oh-hero-content {
      padding-bottom: 20px;
    }

    .oh-hero-compression-v2 .oh-brand-title {
      font-size: 30px;
    }

    .oh-hero-compression-v2 .oh-brand-sub {
      font-size: 14px;
      letter-spacing: 2px;
    }

    .oh-hero-compression-v2 .oh-brand-tag {
      font-size: 10px;
      letter-spacing: 2px;
    }

    .oh-hero-compression-v2 h1 {
      font-size: 40px;
      line-height: 1.08;
      margin-bottom: 14px;
    }

    .oh-hero-compression-v2 .oh-hero-subtitle {
      font-size: 15px;
      line-height: 1.5;
    }

    .oh-hero-compression-v2 .oh-hero-points li {
      font-size: 14px;
    }

    .oh-hero-compression-v2 .oh-btn {
      width: 100%;
      min-height: 50px;
      font-size: 15px;
    }

    .oh-hero-compression-v2 .oh-hero-actions {
      gap: 10px;
    }

    .oh-hero-compression-v2 .oh-hero-image-wrap {
      min-height: auto;
      padding-bottom: 20px;
      text-align: center;
    }

    .oh-hero-compression-v2 .oh-hero-image {
      max-width: 86%;
    }

    .oh-hero-compression-v2 .oh-sale-badge {
      width: 92px;
      height: 92px;
      top: 8px;
      left: 8px;
    }

    .oh-hero-compression-v2 .oh-sale-badge strong {
      font-size: 11px;
      margin-bottom: 4px;
    }

    .oh-hero-compression-v2 .oh-sale-badge span {
      font-size: 10px;
    }

    .oh-hero-compression-v2 .oh-floating-card {
      min-width: 128px;
      padding: 10px 12px;
      border-radius: 12px;
      gap: 10px;
    }

    .oh-hero-compression-v2 .oh-floating-card span {
      width: 32px;
      height: 32px;
      font-size: 15px;
    }

    .oh-hero-compression-v2 .oh-floating-card strong {
      font-size: 13px;
    }

    .oh-hero-compression-v2 .oh-card-one {
      top: 90px;
      right: 0;
    }

    .oh-hero-compression-v2 .oh-card-two {
      top: 165px;
      right: 0;
    }

    .oh-hero-compression-v2 .oh-hero-feature-strip {
      grid-template-columns: 1fr;
      padding: 20px 14px;
      gap: 18px;
    }

    .oh-hero-compression-v2 .oh-feature-item {
      padding: 0;
    }

    .oh-hero-compression-v2 .oh-feature-item:after {
      display: none !important;
    }

    .oh-hero-compression-v2 .oh-feature-icon {
      width: 50px;
      height: 50px;
      min-width: 50px;
      font-size: 22px;
    }

    .oh-hero-compression-v2 .oh-feature-text strong {
      font-size: 15px;
    }

    .oh-hero-compression-v2 .oh-feature-text span {
      font-size: 13px;
    }
  }


  /* =====================================================
  OHUGE Transformer Hero Banner
  ===================================================== */

  .oh-hero-transformer-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f8f8f8 100%);
    margin: 0 0 30px;
  }

  /* Top content */
  .oh-hero-transformer-v2 .oh-hero-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 42px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
  }

  .oh-hero-transformer-v2 .oh-hero-content {
    width: 48%;
    padding-bottom: 40px;
    position: relative;
    z-index: 3;
  }

  .oh-hero-transformer-v2 .oh-hero-brand {
    margin-bottom: 34px;
  }

  .oh-hero-transformer-v2 .oh-brand-title {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    color: #111111;
    letter-spacing: 1px;
  }

  .oh-hero-transformer-v2 .oh-brand-title span {
    font-size: 18px;
    vertical-align: top;
    margin-left: 3px;
  }

  .oh-hero-transformer-v2 .oh-brand-sub {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
    letter-spacing: 3px;
    margin-top: 5px;
  }

  .oh-hero-transformer-v2 .oh-brand-tag {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
    letter-spacing: 4px;
    margin-top: 9px;
  }

  .oh-hero-transformer-v2 h1 {
    margin: 0 0 22px;
    color: #111111;
    font-size: 70px;
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -1.6px;
  }

  .oh-hero-transformer-v2 h1 span {
    color: #ffc400;
  }

  .oh-hero-transformer-v2 .oh-hero-subtitle {
    max-width: 650px;
    margin: 0 0 16px;
    color: #111111;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 800;
  }

  .oh-hero-transformer-v2 .oh-hero-desc {
    max-width: 570px;
    margin: 0 0 30px;
    color: #222222;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
  }

  /* Buttons */
  .oh-hero-transformer-v2 .oh-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
  }

  .oh-hero-transformer-v2 .oh-btn {
    min-height: 58px;
    padding: 0 30px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    transition: all 0.2s ease;
  }

  .oh-hero-transformer-v2 .oh-btn-primary {
    background: #ffc400;
    color: #111111;
    border: 2px solid #ffc400;
  }

  .oh-hero-transformer-v2 .oh-btn-primary:hover {
    background: #eeb700;
    border-color: #eeb700;
    color: #111111;
  }

  .oh-hero-transformer-v2 .oh-btn-light {
    background: #ffffff;
    color: #111111;
    border: 2px solid #111111;
  }

  .oh-hero-transformer-v2 .oh-btn-light:hover {
    background: #111111;
    color: #ffffff;
  }

  /* Image side */
  .oh-hero-transformer-v2 .oh-hero-image-wrap {
    width: 52%;
    min-height: 575px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .oh-hero-transformer-v2 .oh-hero-image-wrap:before {
    content: "";
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 78%;
    height: 70%;
    background: radial-gradient(circle, rgba(255,196,0,0.22) 0%, rgba(255,196,0,0.08) 42%, rgba(255,255,255,0) 70%);
    z-index: 0;
  }

  .oh-hero-transformer-v2 .oh-hero-image {
    max-width: 94%;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
  }

  /* Bottom black feature strip */
  .oh-hero-transformer-v2 .oh-hero-feature-strip {
    position: relative;
    background: #0f1115;
    color: #ffffff;
    padding: 36px 42px 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    border-top: 4px solid #ffc400;
    overflow: hidden;
  }

  .oh-hero-transformer-v2 .oh-hero-feature-strip:before {
    content: "";
    position: absolute;
    left: -4%;
    top: -42px;
    width: 45%;
    height: 90px;
    background: #ffc400;
    border-radius: 0 0 100% 0;
    opacity: 1;
  }

  .oh-hero-transformer-v2 .oh-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }

  .oh-hero-transformer-v2 .oh-feature-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 8px;
    width: 1px;
    height: 70px;
    background: rgba(255,255,255,0.18);
  }

  .oh-hero-transformer-v2 .oh-feature-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    border: 2px solid #ffc400;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
  }

  .oh-hero-transformer-v2 .oh-feature-icon span {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
  }

  .oh-hero-transformer-v2 .oh-feature-text strong {
    display: block;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 7px;
  }

  .oh-hero-transformer-v2 .oh-feature-text span {
    display: block;
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
  }

  /* Tablet */
  @media (max-width: 1199px) {
    .oh-hero-transformer-v2 .oh-hero-inner {
      padding: 38px 24px 0;
      gap: 20px;
    }

    .oh-hero-transformer-v2 .oh-brand-title {
      font-size: 40px;
    }

    .oh-hero-transformer-v2 h1 {
      font-size: 54px;
    }

    .oh-hero-transformer-v2 .oh-hero-subtitle {
      font-size: 21px;
    }

    .oh-hero-transformer-v2 .oh-hero-desc {
      font-size: 18px;
    }

    .oh-hero-transformer-v2 .oh-hero-image-wrap {
      min-height: 480px;
    }

    .oh-hero-transformer-v2 .oh-hero-feature-strip {
      padding: 30px 24px;
      grid-template-columns: repeat(2, 1fr);
    }

    .oh-hero-transformer-v2 .oh-feature-item:nth-child(2):after,
    .oh-hero-transformer-v2 .oh-feature-item:nth-child(4):after {
      display: none;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .oh-hero-transformer-v2 .oh-hero-inner {
      padding: 28px 14px 0;
      flex-direction: column;
    }

    .oh-hero-transformer-v2 .oh-hero-content,
    .oh-hero-transformer-v2 .oh-hero-image-wrap {
      width: 100%;
    }

    .oh-hero-transformer-v2 .oh-hero-content {
      padding-bottom: 18px;
    }

    .oh-hero-transformer-v2 .oh-brand-title {
      font-size: 30px;
    }

    .oh-hero-transformer-v2 .oh-brand-sub {
      font-size: 13px;
      letter-spacing: 2px;
    }

    .oh-hero-transformer-v2 .oh-brand-tag {
      font-size: 10px;
      letter-spacing: 2px;
    }

    .oh-hero-transformer-v2 h1 {
      font-size: 39px;
      line-height: 1.08;
      margin-bottom: 16px;
    }

    .oh-hero-transformer-v2 .oh-hero-subtitle {
      font-size: 16px;
      line-height: 1.45;
    }

    .oh-hero-transformer-v2 .oh-hero-desc {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 22px;
    }

    .oh-hero-transformer-v2 .oh-btn {
      width: 100%;
      min-height: 50px;
      font-size: 15px;
    }

    .oh-hero-transformer-v2 .oh-hero-actions {
      gap: 10px;
    }

    .oh-hero-transformer-v2 .oh-hero-image-wrap {
      min-height: auto;
      padding: 4px 0 22px;
    }

    .oh-hero-transformer-v2 .oh-hero-image {
      max-width: 92%;
    }

    .oh-hero-transformer-v2 .oh-hero-feature-strip {
      grid-template-columns: 1fr;
      padding: 22px 14px;
      gap: 18px;
    }

    .oh-hero-transformer-v2 .oh-hero-feature-strip:before {
      width: 90%;
      height: 52px;
      top: -28px;
    }

    .oh-hero-transformer-v2 .oh-feature-item {
      padding: 0;
    }

    .oh-hero-transformer-v2 .oh-feature-item:after {
      display: none !important;
    }

    .oh-hero-transformer-v2 .oh-feature-icon {
      width: 52px;
      height: 52px;
      min-width: 52px;
      font-size: 22px;
    }

    .oh-hero-transformer-v2 .oh-feature-icon span {
      font-size: 22px;
    }

    .oh-hero-transformer-v2 .oh-feature-text strong {
      font-size: 15px;
    }

    .oh-hero-transformer-v2 .oh-feature-text span {
      font-size: 13px;
    }
  }

  /* =====================================================
  OHUGE Sitz Bath & Recovery Hero Banner
  ===================================================== */

  .oh-hero-sitz-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
    margin: 0 0 30px;
  }

  .oh-hero-sitz-v2 .oh-hero-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 42px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
  }

  .oh-hero-sitz-v2 .oh-hero-content {
    width: 48%;
    padding-bottom: 42px;
    position: relative;
    z-index: 3;
  }

  .oh-hero-sitz-v2 .oh-hero-brand {
    margin-bottom: 32px;
  }

  .oh-hero-sitz-v2 .oh-brand-title {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    color: #111111;
    letter-spacing: 1px;
  }

  .oh-hero-sitz-v2 .oh-brand-title span {
    font-size: 18px;
    vertical-align: top;
    margin-left: 3px;
  }

  .oh-hero-sitz-v2 .oh-brand-sub {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
    letter-spacing: 3px;
    margin-top: 5px;
  }

  .oh-hero-sitz-v2 .oh-brand-tag {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
    letter-spacing: 4px;
    margin-top: 9px;
  }

  .oh-hero-sitz-v2 h1 {
    margin: 0 0 22px;
    color: #111111;
    font-size: 64px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.4px;
  }

  .oh-hero-sitz-v2 h1 span {
    color: #ffc400;
  }

  .oh-hero-sitz-v2 .oh-hero-subtitle {
    max-width: 650px;
    margin: 0 0 30px;
    color: #222222;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
  }

  .oh-hero-sitz-v2 .oh-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
  }

  .oh-hero-sitz-v2 .oh-btn {
    min-height: 58px;
    padding: 0 30px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    transition: all 0.2s ease;
  }

  .oh-hero-sitz-v2 .oh-btn-primary {
    background: #ffc400;
    color: #111111;
    border: 2px solid #ffc400;
  }

  .oh-hero-sitz-v2 .oh-btn-primary:hover {
    background: #eeb700;
    border-color: #eeb700;
    color: #111111;
  }

  .oh-hero-sitz-v2 .oh-btn-light {
    background: #ffffff;
    color: #111111;
    border: 2px solid #111111;
  }

  .oh-hero-sitz-v2 .oh-btn-light:hover {
    background: #111111;
    color: #ffffff;
  }

  /* Image side */
  .oh-hero-sitz-v2 .oh-hero-image-wrap {
    width: 52%;
    min-height: 575px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .oh-hero-sitz-v2 .oh-hero-image-wrap:before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: 20px;
    width: 82%;
    height: 74%;
    background: radial-gradient(circle, rgba(255,196,0,0.20) 0%, rgba(255,196,0,0.08) 42%, rgba(255,255,255,0) 70%);
    z-index: 0;
  }

  .oh-hero-sitz-v2 .oh-hero-image {
    max-width: 94%;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
  }

  .oh-hero-sitz-v2 .oh-round-badge {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #ffc400;
    color: #111111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 4;
    text-align: center;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  }

  .oh-hero-sitz-v2 .oh-round-badge span {
    color: #ffc400;
    font-size: 34px;
    margin-bottom: 12px;
  }

  .oh-hero-sitz-v2 .oh-round-badge strong {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    color: #111111;
  }

  .oh-hero-sitz-v2 .oh-round-badge em {
    margin-top: 8px;
    font-style: normal;
    color: #ffc400;
    font-size: 13px;
    font-weight: 800;
  }

  /* Bottom feature strip */
  .oh-hero-sitz-v2 .oh-hero-feature-strip {
    position: relative;
    background: #0f1115;
    color: #ffffff;
    padding: 36px 42px 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    border-top: 4px solid #ffc400;
    overflow: hidden;
  }

  .oh-hero-sitz-v2 .oh-hero-feature-strip:before {
    content: "";
    position: absolute;
    left: -4%;
    top: -42px;
    width: 45%;
    height: 90px;
    background: #ffc400;
    border-radius: 0 0 100% 0;
  }

  .oh-hero-sitz-v2 .oh-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }

  .oh-hero-sitz-v2 .oh-feature-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 8px;
    width: 1px;
    height: 70px;
    background: rgba(255,255,255,0.18);
  }

  .oh-hero-sitz-v2 .oh-feature-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    border: 2px solid #ffc400;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .oh-hero-sitz-v2 .oh-feature-icon span {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
  }

  .oh-hero-sitz-v2 .oh-feature-text strong {
    display: block;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 7px;
  }

  .oh-hero-sitz-v2 .oh-feature-text span {
    display: block;
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.45;
  }

  /* Tablet */
  @media (max-width: 1199px) {
    .oh-hero-sitz-v2 .oh-hero-inner {
      padding: 38px 24px 0;
      gap: 20px;
    }

    .oh-hero-sitz-v2 .oh-brand-title {
      font-size: 40px;
    }

    .oh-hero-sitz-v2 h1 {
      font-size: 52px;
    }

    .oh-hero-sitz-v2 .oh-hero-subtitle {
      font-size: 18px;
    }

    .oh-hero-sitz-v2 .oh-hero-image-wrap {
      min-height: 480px;
    }

    .oh-hero-sitz-v2 .oh-round-badge {
      width: 135px;
      height: 135px;
      right: 0;
    }

    .oh-hero-sitz-v2 .oh-round-badge strong {
      font-size: 14px;
    }

    .oh-hero-sitz-v2 .oh-hero-feature-strip {
      padding: 30px 24px;
      grid-template-columns: repeat(2, 1fr);
    }

    .oh-hero-sitz-v2 .oh-feature-item:nth-child(2):after,
    .oh-hero-sitz-v2 .oh-feature-item:nth-child(4):after {
      display: none;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .oh-hero-sitz-v2 .oh-hero-inner {
      padding: 28px 14px 0;
      flex-direction: column;
    }

    .oh-hero-sitz-v2 .oh-hero-content,
    .oh-hero-sitz-v2 .oh-hero-image-wrap {
      width: 100%;
    }

    .oh-hero-sitz-v2 .oh-hero-content {
      padding-bottom: 18px;
    }

    .oh-hero-sitz-v2 .oh-brand-title {
      font-size: 30px;
    }

    .oh-hero-sitz-v2 .oh-brand-sub {
      font-size: 13px;
      letter-spacing: 2px;
    }

    .oh-hero-sitz-v2 .oh-brand-tag {
      font-size: 10px;
      letter-spacing: 2px;
    }

    .oh-hero-sitz-v2 h1 {
      font-size: 38px;
      line-height: 1.08;
      margin-bottom: 16px;
    }

    .oh-hero-sitz-v2 .oh-hero-subtitle {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 22px;
    }

    .oh-hero-sitz-v2 .oh-btn {
      width: 100%;
      min-height: 50px;
      font-size: 15px;
    }

    .oh-hero-sitz-v2 .oh-hero-actions {
      gap: 10px;
    }

    .oh-hero-sitz-v2 .oh-hero-image-wrap {
      min-height: auto;
      padding: 4px 0 22px;
    }

    .oh-hero-sitz-v2 .oh-hero-image {
      max-width: 92%;
    }

    .oh-hero-sitz-v2 .oh-round-badge {
      width: 96px;
      height: 96px;
      top: 8px;
      right: 2px;
    }

    .oh-hero-sitz-v2 .oh-round-badge span {
      font-size: 20px;
      margin-bottom: 5px;
    }

    .oh-hero-sitz-v2 .oh-round-badge strong {
      font-size: 10px;
    }

    .oh-hero-sitz-v2 .oh-round-badge em {
      font-size: 9px;
      margin-top: 4px;
    }

    .oh-hero-sitz-v2 .oh-hero-feature-strip {
      grid-template-columns: 1fr;
      padding: 22px 14px;
      gap: 18px;
    }

    .oh-hero-sitz-v2 .oh-hero-feature-strip:before {
      width: 90%;
      height: 52px;
      top: -28px;
    }

    .oh-hero-sitz-v2 .oh-feature-item {
      padding: 0;
    }

    .oh-hero-sitz-v2 .oh-feature-item:after {
      display: none !important;
    }

    .oh-hero-sitz-v2 .oh-feature-icon {
      width: 52px;
      height: 52px;
      min-width: 52px;
    }

    .oh-hero-sitz-v2 .oh-feature-icon span {
      font-size: 22px;
    }

    .oh-hero-sitz-v2 .oh-feature-text strong {
      font-size: 15px;
    }

    .oh-hero-sitz-v2 .oh-feature-text span {
      font-size: 13px;
    }
  }



  /* =====================================================
  OHUGE Stocking / Compression Wear Hero Banner
  ===================================================== */

  .oh-hero-stocking-v2 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
    margin: 0 0 30px;
  }

  /* Main Layout */
  .oh-hero-stocking-v2 .oh-hero-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 48px 42px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
  }

  .oh-hero-stocking-v2 .oh-hero-content {
    width: 48%;
    padding-bottom: 42px;
    position: relative;
    z-index: 3;
  }

  /* Brand */
  .oh-hero-stocking-v2 .oh-hero-brand {
    margin-bottom: 32px;
  }

  .oh-hero-stocking-v2 .oh-brand-title {
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    color: #111111;
    letter-spacing: 1px;
  }

  .oh-hero-stocking-v2 .oh-brand-title span {
    font-size: 18px;
    vertical-align: top;
    margin-left: 3px;
  }

  .oh-hero-stocking-v2 .oh-brand-sub {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
    letter-spacing: 3px;
    margin-top: 5px;
  }

  .oh-hero-stocking-v2 .oh-brand-tag {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
    letter-spacing: 4px;
    margin-top: 9px;
  }

  /* Heading */
  .oh-hero-stocking-v2 h1 {
    margin: 0 0 22px;
    color: #111111;
    font-size: 58px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1.2px;
  }

  .oh-hero-stocking-v2 h1 span {
    color: #ffc400;
  }

  .oh-hero-stocking-v2 .oh-hero-subtitle {
    max-width: 650px;
    margin: 0 0 30px;
    color: #222222;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 500;
  }

  /* Buttons */
  .oh-hero-stocking-v2 .oh-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
  }

  .oh-hero-stocking-v2 .oh-btn {
    min-height: 58px;
    padding: 0 30px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1;
    font-weight: 800;
    transition: all 0.2s ease;
  }

  .oh-hero-stocking-v2 .oh-btn-primary {
    background: #ffc400;
    color: #111111;
    border: 2px solid #ffc400;
  }

  .oh-hero-stocking-v2 .oh-btn-primary:hover {
    background: #eeb700;
    border-color: #eeb700;
    color: #111111;
  }

  .oh-hero-stocking-v2 .oh-btn-light {
    background: #ffffff;
    color: #111111;
    border: 2px solid #111111;
  }

  .oh-hero-stocking-v2 .oh-btn-light:hover {
    background: #111111;
    color: #ffffff;
  }

  /* Image Side */
  .oh-hero-stocking-v2 .oh-hero-image-wrap {
    width: 52%;
    min-height: 575px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .oh-hero-stocking-v2 .oh-hero-image-wrap:before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: 20px;
    width: 82%;
    height: 74%;
    background: radial-gradient(circle, rgba(255,196,0,0.18) 0%, rgba(255,196,0,0.08) 42%, rgba(255,255,255,0) 70%);
    z-index: 0;
  }

  .oh-hero-stocking-v2 .oh-hero-image {
    max-width: 92%;
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    z-index: 2;
  }

  /* Round Badge */
  .oh-hero-stocking-v2 .oh-round-badge {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #ffc400;
    color: #111111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 4;
    text-align: center;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.08);
  }

  .oh-hero-stocking-v2 .oh-round-badge span {
    color: #ffc400;
    font-size: 34px;
    margin-bottom: 12px;
  }

  .oh-hero-stocking-v2 .oh-round-badge strong {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 900;
    color: #111111;
  }

  .oh-hero-stocking-v2 .oh-round-badge em {
    margin-top: 8px;
    font-style: normal;
    color: #ffc400;
    font-size: 13px;
    font-weight: 800;
  }

  /* Bottom Feature Strip */
  .oh-hero-stocking-v2 .oh-hero-feature-strip {
    position: relative;
    background: #0f1115;
    color: #ffffff;
    padding: 36px 42px 34px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    border-top: 4px solid #ffc400;
    overflow: hidden;
  }

  .oh-hero-stocking-v2 .oh-hero-feature-strip:before {
    content: "";
    position: absolute;
    left: -4%;
    top: -42px;
    width: 45%;
    height: 90px;
    background: #ffc400;
    border-radius: 0 0 100% 0;
  }

  .oh-hero-stocking-v2 .oh-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
  }

  .oh-hero-stocking-v2 .oh-feature-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 8px;
    width: 1px;
    height: 70px;
    background: rgba(255,255,255,0.18);
  }

  .oh-hero-stocking-v2 .oh-feature-icon {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    border: 2px solid #ffc400;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .oh-hero-stocking-v2 .oh-feature-icon span {
    color: #ffffff;
    font-size: 28px;
    line-height: 1;
  }

  .oh-hero-stocking-v2 .oh-feature-text strong {
    display: block;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 7px;
  }

  .oh-hero-stocking-v2 .oh-feature-text span {
    display: block;
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.45;
  }

  /* Tablet */
  @media (max-width: 1199px) {
    .oh-hero-stocking-v2 .oh-hero-inner {
      padding: 38px 24px 0;
      gap: 20px;
    }

    .oh-hero-stocking-v2 .oh-brand-title {
      font-size: 40px;
    }

    .oh-hero-stocking-v2 h1 {
      font-size: 48px;
    }

    .oh-hero-stocking-v2 .oh-hero-subtitle {
      font-size: 18px;
    }

    .oh-hero-stocking-v2 .oh-hero-image-wrap {
      min-height: 480px;
    }

    .oh-hero-stocking-v2 .oh-round-badge {
      width: 135px;
      height: 135px;
      right: 0;
    }

    .oh-hero-stocking-v2 .oh-round-badge strong {
      font-size: 14px;
    }

    .oh-hero-stocking-v2 .oh-hero-feature-strip {
      padding: 30px 24px;
      grid-template-columns: repeat(2, 1fr);
    }

    .oh-hero-stocking-v2 .oh-feature-item:nth-child(2):after,
    .oh-hero-stocking-v2 .oh-feature-item:nth-child(4):after {
      display: none;
    }
  }

  /* Mobile */
  @media (max-width: 767px) {
    .oh-hero-stocking-v2 .oh-hero-inner {
      padding: 28px 14px 0;
      flex-direction: column;
    }

    .oh-hero-stocking-v2 .oh-hero-content,
    .oh-hero-stocking-v2 .oh-hero-image-wrap {
      width: 100%;
    }

    .oh-hero-stocking-v2 .oh-hero-content {
      padding-bottom: 18px;
    }

    .oh-hero-stocking-v2 .oh-brand-title {
      font-size: 30px;
    }

    .oh-hero-stocking-v2 .oh-brand-sub {
      font-size: 13px;
      letter-spacing: 2px;
    }

    .oh-hero-stocking-v2 .oh-brand-tag {
      font-size: 10px;
      letter-spacing: 2px;
    }

    .oh-hero-stocking-v2 h1 {
      font-size: 34px;
      line-height: 1.08;
      margin-bottom: 16px;
    }

    .oh-hero-stocking-v2 .oh-hero-subtitle {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 22px;
    }

    .oh-hero-stocking-v2 .oh-btn {
      width: 100%;
      min-height: 50px;
      font-size: 15px;
    }

    .oh-hero-stocking-v2 .oh-hero-actions {
      gap: 10px;
    }

    .oh-hero-stocking-v2 .oh-hero-image-wrap {
      min-height: auto;
      padding: 4px 0 22px;
    }

    .oh-hero-stocking-v2 .oh-hero-image {
      max-width: 92%;
    }

    .oh-hero-stocking-v2 .oh-round-badge {
      width: 96px;
      height: 96px;
      top: 8px;
      right: 2px;
    }

    .oh-hero-stocking-v2 .oh-round-badge span {
      font-size: 20px;
      margin-bottom: 5px;
    }

    .oh-hero-stocking-v2 .oh-round-badge strong {
      font-size: 10px;
    }

    .oh-hero-stocking-v2 .oh-round-badge em {
      font-size: 9px;
      margin-top: 4px;
    }

    .oh-hero-stocking-v2 .oh-hero-feature-strip {
      grid-template-columns: 1fr;
      padding: 22px 14px;
      gap: 18px;
    }

    .oh-hero-stocking-v2 .oh-hero-feature-strip:before {
      width: 90%;
      height: 52px;
      top: -28px;
    }

    .oh-hero-stocking-v2 .oh-feature-item {
      padding: 0;
    }

    .oh-hero-stocking-v2 .oh-feature-item:after {
      display: none !important;
    }

    .oh-hero-stocking-v2 .oh-feature-icon {
      width: 52px;
      height: 52px;
      min-width: 52px;
    }

    .oh-hero-stocking-v2 .oh-feature-icon span {
      font-size: 22px;
    }

    .oh-hero-stocking-v2 .oh-feature-text strong {
      font-size: 15px;
    }

    .oh-hero-stocking-v2 .oh-feature-text span {
      font-size: 13px;
    }
  }

