.tws-opc-cart--item-info-deliveryInfo {display: none}
.slot--article-quantity {display:none}
.tws-opc-cart--item-quantity {display:none}
.tws-opc-cart--heading-quantity {display:none !important}

.tws-social-icons--list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tws-social-icons-logo-image {
    width: 57px;
    height: 57px;
}
.tws-social-icons-logo {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.tws-article-description--text {
    white-space: normal;
}

  .ob {
    --ob-bg: #fafafa;
    --ob-fg: #242734;       /* mörk text */
    --ob-accent: #537F66;   /* accent (byt till er profilfärg) */
    --ob-accent-2: #CDF3DF; /* ljus bakgrund för chips */
    --ob-muted: #6b7280;
    --ob-radius: 14px;
  }

  .ob {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--ob-fg);
    background: var(--ob-bg);
    text-align: center;
  }

  .ob-wrap {
    max-width: 720px;
    margin: 0 auto;
    padding: 32px 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: var(--ob-radius);
    box-shadow: 0 6px 22px rgba(0,0,0,0.06);
  }

  .ob-ill {
    display: block;
    margin: 0 auto 16px;
    color: var(--ob-accent);
  }

  .error-404 h1 {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    margin: 6px 0 10px;
  }

  .error-404 .lead {
    font-size: 1.1rem;
    color: var(--ob-muted);
    margin: 0 0 18px;
  }

  .error-404 .ob-list {
    text-align: left;
    display: inline-block;
    margin: 0 auto 18px;
    padding-left: 18px;
    line-height: 1.5;
    color: #374151;
  }

  .error-404 .ob-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 6px 0 22px;
  }

  .error-404 .chip {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 999px;
    background: var(--ob-accent-2);
    color: var(--ob-fg);
    text-decoration: none;
    border: 1px solid #dbeafe;
    font-weight: 600;
    transition: transform .12s ease, background .2s ease, border-color .2s ease;
  }
  .error-404 .chip:hover { transform: translateY(-1px); background: #fff; border-color:#537F66; }

  .error-404 .ob-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 10px;
  }

  .error-404 .btn {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    border: 2px solid transparent;
    transition: transform .12s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  }

  .error-404 .btn.primary {
    background: var(--ob-accent);
    color: #fff;
    box-shadow: 0 4px 14px rgba(10,124,194,.24);
  }
  .error-404 .btn.primary:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(10,124,194,.30); }

  .error-404 .btn.ghost {
    background: #fff;
    color: var(--ob-accent);
    border-color: #537F66;
  }
  .error-404 .btn.ghost:hover { background: #f3f9fe; }

  .error-404 .small {
    font-size: .95rem;
    color: var(--ob-muted);
    margin-top: 8px;
  }
  .error-404 .inline-link {
    color: var(--ob-accent);
    text-decoration: none;
    border-bottom: 1px dashed #b7ddf5;
  }
  .error-404 .inline-link:hover { border-bottom-style: solid; }