.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; }

.ob-trust-block{
  --sage:#6F8768;
  --heading:#1A1A1A;
  --meta:#8F8F8F;
  --card-bg:#FFFFFF;
  --card-border:#ECECEC;
  box-sizing:border-box;
  padding:56px 24px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
.ob-trust-block *{box-sizing:border-box;}

.ob-title{
  margin:0 0 32px;
  text-align:center;
  font-size:26px;
  font-weight:700;
  color:var(--heading);
}

.ob-cards{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.ob-card{
  background:var(--card-bg);
  border:1px solid var(--card-border);
  border-radius:16px;
  padding:40px 24px 28px;
  text-align:center;
}

.ob-stars{
  display:flex;
  justify-content:center;
  gap:4px;
  margin-bottom:20px;
}
.ob-stars svg{
  width:18px;
  height:18px;
  fill:var(--sage);
}

.ob-quote{
  margin:0 0 16px;
  font-size:15px;
  line-height:1.55;
  font-weight:600;
  color:var(--heading);
}

.ob-meta{
  margin:0;
  font-size:13px;
  color:var(--meta);
}

@media (max-width:900px){
  .ob-cards{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:560px){
  .ob-cards{grid-template-columns:1fr;}
  .ob-title{font-size:22px;}
}

/* ===== Ordochbok – USP-rad i topbaren ===== */
.ob-usp-row{
  display:flex !important;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:10px;
  list-style:none;
  margin:0;
  padding:6px 0;
}

.ob-usp-item{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  color:#1A1A1A;
  background:rgba(111,135,104,0.08);
  border:1px solid rgba(111,135,104,0.25);
  white-space:nowrap;
  opacity:0;
  transform:translateY(4px);
  animation:ob-usp-in 0.4s ease forwards;
  transition:background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.ob-usp-item:hover{
  background:rgba(111,135,104,0.16);
  transform:translateY(-1px);
  box-shadow:0 2px 8px rgba(0,0,0,0.06);
}

.ob-usp-item--1{animation-delay:0s;}
.ob-usp-item--2{animation-delay:.08s;}
.ob-usp-item--3{animation-delay:.16s;}

.ob-usp-icon{
  width:14px;
  height:14px;
  color:#6F8768;
  flex:0 0 auto;
}

.ob-usp-item--rating{
  background:rgba(217,164,65,0.10);
  border-color:rgba(217,164,65,0.30);
  padding:0;
}
.ob-usp-item--rating:hover{
  background:rgba(217,164,65,0.18);
}
.ob-usp-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 14px;
  color:inherit;
  text-decoration:none;
}

.ob-usp-stars{
  display:inline-flex;
  align-items:center;
  gap:1px;
}
.ob-usp-stars svg{
  width:11px;
  height:11px;
  fill:#D9A441;
}
.ob-usp-stars .ob-star-outline{
  fill:none;
  color:#D9A441;
}

@keyframes ob-usp-in{
  to{ opacity:1; transform:translateY(0); }
}

@media (max-width:700px){
  .ob-usp-row{
    padding:12px 16px;
    row-gap:10px;
    column-gap:8px;
  }
  .ob-usp-item{font-size:12px; padding:5px 10px;}
  .ob-usp-link{padding:5px 10px;}
}

/* Prioritetsordning på små skärmar: göm "Handla tryggt" först... */
@media (max-width:600px){
  .ob-usp-item--1{display:none;}
}

/* ...sen betygen... */
@media (max-width:420px){
  .ob-usp-item--rating{display:none;}
}

/* ...men "Blixtsnabb leverans" (item--2) syns alltid */