.rth-product-fulfillment-notice {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(8, 26, 51, 0.16);
  border-left: 4px solid var(--rth-blue, #1d75d8);
  border-radius: 12px;
  background: rgba(29, 117, 216, 0.06);
}

.rth-product-fulfillment-notice strong {
  display: block;
  margin-bottom: 0.35rem;
}

.rth-product-fulfillment-notice p:last-child {
  margin-bottom: 0;
}

.rth-v14-shop-note {
  max-width: 860px;
  margin: 1.5rem auto 0;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(8, 26, 51, 0.05);
  text-align: center;
}


/* Approved RTH merchandise prelaunch preview — Author: L. Terry */
.rth-shop-merch-preview{
  margin-top:clamp(2.5rem,5vw,4rem);
  padding-top:clamp(2rem,4vw,3rem);
  border-top:1px solid #d8e2ec
}
.rth-shop-merch-preview__heading{max-width:900px}
.rth-shop-merch-preview__heading h2{
  margin:.25rem 0 .75rem;
  color:#071f3d;
  font-family:var(--rth16-display,Georgia,serif);
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.05
}
.rth-shop-merch-preview__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
  margin-top:1.5rem
}
.rth-shop-merch-preview__grid article{
  padding:1.4rem;
  border:1px solid #d5dfea;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 34px rgba(7,38,78,.08)
}
.rth-shop-merch-preview__grid article>span{
  display:inline-flex;
  margin-bottom:.7rem;
  padding:.35rem .55rem;
  border-radius:999px;
  background:#fff4cf;
  color:#6f4d00;
  font-size:.72rem;
  font-weight:900
}
.rth-shop-merch-preview__grid h3{
  margin:.1rem 0 .7rem;
  color:#071f3d;
  font-family:var(--rth16-display,Georgia,serif);
  font-size:1.45rem
}
.rth-shop-merch-preview__grid ul{margin:0;padding-left:1.15rem}
.rth-shop-merch-preview__grid li{margin:.4rem 0;color:#4c5c70}
.rth-shop-merch-preview__note{
  margin:1rem 0 0;
  padding:1rem 1.1rem;
  border-left:4px solid #0c4f92;
  border-radius:0 12px 12px 0;
  background:#edf5fd;
  color:#26384d
}
@media(max-width:760px){
  .rth-shop-merch-preview__grid{grid-template-columns:1fr}
}
