  .stevula-outfit-builder {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 16px 48px;
    color: #222;
  }

  .outfit-hero {
    max-width: 780px;
    margin: 0 auto 32px;
    text-align: center;
  }

  .outfit-eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #777;
    font-weight: 700;
  }

  .outfit-hero h1 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.15;
  }

  .outfit-hero p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #555;
  }

  .outfit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 28px;
  }

  .outfit-card {
    border: 1px solid #e8e2dc;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.05);
  }

  .outfit-image-wrap {
    display: block;
    text-decoration: none;
  }

  .outfit-image-placeholder {
    min-height: 260px;
    background: #f4f1ed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8a8178;
    font-size: 15px;
    line-height: 1.45;
    padding: 20px;
  }

  .outfit-card-content {
    padding: 20px;
  }

  .outfit-step {
    margin: 0 0 8px;
    color: #8a6b4f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .outfit-card h2 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
  }

  .outfit-desc {
    margin: 0 0 18px;
    color: #555;
    font-size: 15px;
    line-height: 1.55;
  }

  .outfit-card label {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 14px;
  }

  .outfit-card select {
    width: 100%;
    height: 46px;
    border: 1px solid #d8d2cc;
    border-radius: 8px;
    background: #fff;
    padding: 0 12px;
    font-size: 15px;
    margin-bottom: 14px;
  }

  .outfit-card select:focus {
    outline: none;
    border-color: #222;
  }

  .outfit-product-link {
    display: inline-block;
    font-size: 14px;
    color: #222;
    text-decoration: underline;
  }

  .outfit-summary {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 24px;
    align-items: center;
    border: 1px solid #e8e2dc;
    border-radius: 16px;
    background: #faf8f5;
    padding: 24px;
  }

  .outfit-summary-label {
    margin: 0 0 6px;
    color: #8a6b4f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .outfit-summary h2 {
    margin: 0 0 8px;
    font-size: 25px;
  }

  .outfit-summary p {
    margin: 0;
    color: #555;
    line-height: 1.55;
  }

  .outfit-note {
    margin-top: 10px !important;
    font-size: 14px;
  }

  .outfit-action-box {
    text-align: right;
  }

  .outfit-price {
    margin: 0 0 12px !important;
    font-size: 18px;
    font-weight: 700;
    color: #222 !important;
  }

  .outfit-add-button {
    width: 100%;
    min-height: 52px;
    border: 0;
    border-radius: 9px;
    background: #222;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 13px 18px;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .outfit-add-button:hover {
    opacity: 0.88;
  }

  .outfit-add-button:active {
    transform: translateY(1px);
  }

  .outfit-add-button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
  }

  .outfit-message {
    min-height: 20px;
    margin-top: 10px !important;
    font-size: 14px;
    color: #b00020 !important;
  }

  .outfit-message.is-success {
    color: #2e7d32 !important;
  }

  @media (max-width: 991px) {
    .outfit-grid {
      grid-template-columns: 1fr;
    }

    .outfit-summary {
      grid-template-columns: 1fr;
    }

    .outfit-action-box {
      text-align: left;
    }

    .outfit-hero h1 {
      font-size: 28px;
    }
  }
}