/* LAVI v1.17 — product code, body colour and 24-month warranty */
.product-warranty-badge{
  position:absolute;
  inset-inline-start:18px;
  top:18px;
  z-index:6;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  margin:0;
  padding:5px 10px;
  border:0;
  border-radius:0;
  background:#111;
  color:#fff;
  font-style:normal;
  font-size:10px;
  font-weight:700;
  line-height:1.25;
  letter-spacing:0;
  box-shadow:0 4px 18px rgba(0,0,0,.12);
}

.product-stage .product-warranty-badge{
  top:22px;
  inset-inline-start:24px;
  min-height:34px;
  padding-inline:13px;
  font-size:11px;
}

.product-code-value{
  display:inline-block;
  letter-spacing:.08em;
}

.body-color-value{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
}

.body-color-value b{
  font-family:Arial,sans-serif;
  font-size:12px;
  letter-spacing:.06em;
}

.body-color-swatch{
  display:inline-block;
  width:24px;
  height:24px;
  flex:0 0 24px;
  border:1px solid rgba(0,0,0,.18);
  background-position:center;
  background-size:cover;
}

@media(max-width:700px){
  .product-warranty-badge{
    top:8px;
    inset-inline-start:8px;
    min-height:22px;
    padding:3px 6px;
    font-size:7px;
  }

  .product-stage .product-warranty-badge{
    top:8px;
    inset-inline-start:8px;
    min-height:23px;
    padding:3px 7px;
    font-size:7.5px;
  }

  .body-color-value{
    gap:5px;
  }

  .body-color-swatch{
    width:18px;
    height:18px;
    flex-basis:18px;
  }

  .body-color-value b{
    font-size:8px;
  }
}
