    body {
      font-family: "Zalando Sans", Arial, sans-serif;
      font-weight: 400; /* base weight */
      margin: 0;
    }

    strong {
      font-weight: 500;
    }

    /* HEADER BLOCK */
    .page-header {
      height: 110px;
      background-color: #f4f4f4;
      border-bottom: 1px solid #ddd;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 245px; /* align with attributes/options below */
      box-sizing: border-box;
    }

    .page-title {
      font-size: 22px;
      font-weight: 500; /* bold style */
      margin-bottom: 10px;
    }

    .page-meta {
      display: flex;
      align-items: baseline;
      font-size: 14px;
      margin: 1px 0;
    }

    /* Extra vertical space between Product Code and Configuration Code */
    .page-meta.code-row {
      margin-top: 5px; /* +4px compared to minimal spacing */
    }

    .meta-label {
      font-weight: 500; /* bold label */
      margin-right: 6px;
      white-space: nowrap;
    }

    .meta-value {
      font-weight: 400;
    }

    .config-code {
      font-size: 14px;
      color: black;
    }

    /* Page content */
    .content {
      padding: 20px;
    }

    /* Product intro area */
    .product-top {
      display: flex;
      gap: 24px;
      margin-bottom: 16px;
    }

    .product-left {
      width: 220px;
      text-align: center;
    }

    .product-left img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto 8px auto;
    }

    .product-left .thumb-note {
      font-size: 12px;
      margin-bottom: 8px;
      color: #555;
    }

    .product-left .add-btn {
      display: inline-block;
      padding: 6px 12px;
      background-color: #003f7f;
      color: #fff;
      text-decoration: none;
      font-size: 13px;
      border-radius: 3px;
      font-weight: 500;
    }

    .product-right {
      flex: 1;
    }

    /* CONFIGURATOR SECTION */
    .config-section {
      font-size: 13px; /* configurator font size */
    }

    .attribute-row {
      margin-bottom: 4px;
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 4px 0;
      border-bottom: 1px solid #eee;
    }

    .attribute-label {
      width: 220px;
      font-weight: 500; /* bold labels */
      white-space: nowrap;
      font-size: 13px;
    }

    .options {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      font-size: 13px;
    }

    .options input[type="radio"] {
      display: none;
    }

    .option-label {
      cursor: pointer;
      margin: 0 4px;
      color: black;
      font-weight: 400;
    }

    .option-label:not(:last-child)::after {
      content: " |";
      margin-left: 4px;
      color: black;
    }

    /* Selected option = #0088ff (no bold) */
    .options input[type="radio"]:checked + .option-label {
      color: #0088ff;
    }

    /* Disabled options (for future dependencies) */
    .options input[type="radio"][disabled] + .option-label {
      color: #aaa;
      cursor: not-allowed;
    }

    .option-label.disabled {
      pointer-events: none;
    }

/* by beny - do not delete */
#block-pagetitle {
    display: none !important;
}
.content {
     padding: 0px !important;
}
