/* Preview banner only — does not alter public layout */
body.ra99-sf-i18n-preview::before {
  content: "RU storefront i18n PREVIEW — closed";
  display: block;
  background: #1a1a1a;
  color: #f5f5f5;
  font: 12px/1.4 Consolas, monospace;
  text-align: center;
  padding: 4px 8px;
  position: sticky;
  top: 0;
  z-index: 99999;
}
.checkout-cart-page__weight[data-ra99-weight="0"] {
  display: none !important;
}

/* Simple-cart preview: one large CTA → /cart (no View cart link) */
body.ra99-sf-i18n-preview .ra99-mini-cart__footer--simple,
body.ra99-simple-cart-preview .ra99-mini-cart__footer--simple {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
body.ra99-sf-i18n-preview .ra99-mini-cart__checkout-btn,
body.ra99-simple-cart-preview .ra99-mini-cart__checkout-btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 14px 16px;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  border-radius: 10px;
  text-decoration: none !important;
}
body.ra99-sf-i18n-preview #headerCartBody .header-cart__checkout,
body.ra99-simple-cart-preview #headerCartBody .header-cart__checkout {
  display: none !important;
}
