/* Local-only visual reconstruction for Shop / PDP / transactional / policy surfaces. */
:root { --rs27-ink:#171717; --rs27-muted:#706a62; --rs27-line:#dedbd5; --rs27-soft:#f5f2ec; --rs27-gold:#d7aa59; }
body.rsShopCatalogPreview20260724,
body.rsPdpPreview20260724,
body.rsTransactionPreview20260724,
body.rsPolicyPreview20260724 { margin:0; background:#fff; color:var(--rs27-ink); }
.rs-shop-catalog-v1__shell,.rs-pdp-v1__shell,.rs-transaction-v1__shell,.rs-policy-v1__shell { width:min(1380px,calc(100% - 72px)); margin:0 auto; }
.rs-shop-catalog-v1__intro,.rs-pdp-v1,.rs-transaction-v1,.rs-policy-v1 { background:#fff; }
.rs-shop-catalog-v1__intro { padding:72px 0 58px; background:#f3f0ea; border-bottom:1px solid var(--rs27-line); }
.rs-shop-catalog-v1__eyebrow,.rs-pdp-v1__eyebrow { color:#9b6a1f; font-size:12px; font-weight:800; letter-spacing:.12em; }
.rs-shop-catalog-v1__intro-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(300px,520px); gap:64px; align-items:end; }
body.rB .rs-shop-catalog-v1__intro h1 { margin:8px 0 0; font-size:clamp(48px,5vw,82px); line-height:1.04; color:var(--rs27-ink) !important; }
.rs-shop-catalog-v1__intro-grid>p { margin:0; color:var(--rs27-muted); font-size:17px; line-height:1.8; }
.rs-shop-catalog-v1__catalog { padding:48px 0 88px; }
.rs-shop-catalog-v1__toolbar { display:grid; grid-template-columns:auto 1fr; gap:32px; align-items:end; }
.rs-shop-catalog-v1__toolbar h2 { margin:4px 0 0; font-size:30px; }
.rs-shop-catalog-v1__controls { display:flex; gap:12px; justify-content:flex-start; align-items:end; flex-wrap:wrap; }
.rs-shop-catalog-v1__controls label { display:grid; gap:7px; min-width:210px; color:var(--rs27-muted); font-size:12px; }
.rs-shop-catalog-v1__controls input,.rs-shop-catalog-v1__controls select { height:48px; border:1px solid var(--rs27-line); background:#fff; padding:0 14px; font:inherit; }
.rs-shop-catalog-v1__clear,.rs-shop-catalog-v1__chips button,.rs-shop-empty-v1 button { min-height:44px; border:1px solid var(--rs27-line); background:#fff; padding:0 17px; cursor:pointer; }
.rs-shop-catalog-v1__chips { display:flex; gap:9px; flex-wrap:wrap; margin:28px 0 14px; }
.rs-shop-taxonomy-v14 { margin:30px 0 18px; padding:26px; border:1px solid var(--rs27-line); background:#fff; }
.rs-shop-taxonomy-v14 header { display:grid; grid-template-columns:auto minmax(220px,.55fr) minmax(280px,1fr); gap:18px; align-items:end; }
.rs-shop-taxonomy-v14 header span { color:#9b6a1f; font-size:12px; font-weight:800; letter-spacing:.08em; }
.rs-shop-taxonomy-v14 header h2,.rs-shop-taxonomy-v14 header p { margin:0; }
.rs-shop-taxonomy-v14 header h2 { font-size:28px; }
.rs-shop-taxonomy-v14 header p { color:var(--rs27-muted); line-height:1.7; }
.rs-shop-catalog-v1__chips button[aria-pressed="true"] { background:var(--rs27-ink); border-color:var(--rs27-ink); color:#fff; }
.rs-shop-catalog-v1__chips span { margin-inline-start:7px; opacity:.65; }
.rs-shop-catalog-v1__status { margin:0 0 24px; color:var(--rs27-muted); }
.rs-shop-category-story-v1 { margin:18px 0; padding:22px 24px; display:grid; grid-template-columns:minmax(170px,.35fr) minmax(0,1fr); gap:28px; align-items:center; border:1px solid var(--rs27-line); background:linear-gradient(135deg,#fff 0%,var(--rs27-soft) 100%); }
.rs-shop-category-story-v1 span { color:#9b6a1f; font-weight:800; }
.rs-shop-category-story-v1 p { margin:0; color:var(--rs27-muted); line-height:1.75; }
.rs-shop-catalog-v1__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; align-items:stretch; }
.rs-shop-card-v1 { min-width:0; border:1px solid var(--rs27-line); background:#fff; display:flex; flex-direction:column; }
.rs-shop-card-v1__media { display:block; aspect-ratio:1/1; background:#f7f7f4; overflow:hidden; }
.rs-shop-card-v1__media img { width:100%; height:100%; object-fit:contain; transition:transform .35s ease; }
.rs-shop-card-v1__visual { width:100%; height:100%; padding:22px; display:grid; place-items:center; align-content:space-between; color:#fff; text-align:center; background:radial-gradient(circle at 24% 18%,rgba(215,170,89,.5),transparent 32%),linear-gradient(145deg,#1b1a18,#4a3a27); }
.rs-shop-card-v1__visual-brand { font-size:10px; letter-spacing:.2em; opacity:.72; }
.rs-shop-card-v1__visual strong { width:92px; height:92px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.42); border-radius:50%; font-size:34px; font-family:Georgia,serif; }
.rs-shop-card-v1__visual small { max-width:100%; color:rgba(255,255,255,.72); font-size:10px; overflow-wrap:anywhere; }
.rs-shop-card-v1:hover .rs-shop-card-v1__media img { transform:scale(1.025); }
.rs-shop-card-v1__body { padding:18px; display:flex; flex:1; flex-direction:column; gap:9px; }
.rs-shop-card-v1__category,.rs-shop-card-v1__identity,.rs-shop-card-v1__availability { margin:0; color:var(--rs27-muted); font-size:12px; }
.rs-shop-card-v1__labels { min-height:24px; display:flex; align-items:center; justify-content:space-between; gap:10px; }
.rs-shop-card-v1__featured { padding:5px 8px; background:#f1e2c5; color:#795019; font-size:10px; font-weight:800; }
.rs-shop-card-v1[data-rs-featured="true"] { border-color:#c69b50; box-shadow:0 12px 34px rgba(23,23,23,.07); }
.rs-shop-card-v1 h3 { margin:0; min-height:2.6em; font-size:18px; line-height:1.35; }
.rs-shop-card-v1__bottom { margin-top:auto; padding-top:12px; display:flex; gap:12px; align-items:center; justify-content:space-between; }
.rs-shop-card-v1__bottom strong { font-size:17px; }
.rs-shop-card-v1__bottom a { min-height:44px; display:inline-flex; align-items:center; }
.rs-shop-card-v1__add { min-height:46px; border:0; background:var(--rs27-ink); color:#fff; font-weight:700; cursor:pointer; }
.rs-shop-empty-v1 { padding:44px; border:1px dashed var(--rs27-line); text-align:center; }
.rs-shop-pagination-v1 { margin:34px 0 0; display:flex; align-items:center; justify-content:center; gap:18px; }
.rs-shop-pagination-v1 button { min-width:110px; min-height:46px; border:1px solid var(--rs27-line); background:#fff; cursor:pointer; }
.rs-shop-pagination-v1 button:disabled { opacity:.42; cursor:not-allowed; }

.rs-pdp-v1 { padding:30px 0 88px; }
.rs-pdp-v1__skip { position:absolute; inset-inline-start:-9999px; }
.rs-pdp-v1__breadcrumb { display:flex; gap:10px; align-items:center; min-height:54px; color:var(--rs27-muted); font-size:13px; }
.rs-pdp-v1__layout { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr); gap:58px; align-items:start; padding:34px 0 56px; }
.rs-pdp-v1__gallery { min-width:0; }
.rs-pdp-v1__media { aspect-ratio:1/1; background:#f5f5f2; border:1px solid var(--rs27-line); display:grid; place-items:center; overflow:hidden; }
.rs-pdp-v1__media img { width:100%; height:100%; object-fit:contain; }
.rs-pdp-v1__media-status { display:flex; justify-content:space-between; gap:20px; padding:14px 0; color:var(--rs27-muted); font-size:13px; }
.rs-pdp-v1__thumbs { display:flex; gap:10px; }
.rs-pdp-v1__thumbs button { width:82px; height:82px; border:1px solid var(--rs27-line); background:#fff; padding:3px; }
.rs-pdp-v1__thumbs img { width:100%; height:100%; object-fit:contain; }
.rs-pdp-v1__copy { padding:26px 0; }
body.rB .rs-pdp-v1__copy h1 { margin:10px 0 18px; font-size:clamp(42px,4.2vw,70px); line-height:1.03; overflow-wrap:anywhere; color:var(--rs27-ink) !important; }
.rs-pdp-v1__price { font-size:28px; font-weight:800; margin:0 0 18px; }
.rs-pdp-v1__identity-line,.rs-pdp-v1__states,.rs-pdp-v1__notice { padding:15px 0; border-top:1px solid var(--rs27-line); }
.rs-pdp-v1__summary { color:var(--rs27-muted); font-size:16px; line-height:1.8; }
.rs-pdp-v1__states { display:flex; gap:10px; flex-wrap:wrap; }
.rs-pdp-v1__states span { padding:8px 12px; background:var(--rs27-soft); }
.rs-pdp-v1__notice { display:grid; gap:5px; }
.rs-pdp-v1__actions { display:flex; gap:10px; margin-top:22px; flex-wrap:wrap; }
.rs-pdp-v1__actions button,.rs-pdp-v1__actions a { min-height:50px; display:inline-flex; align-items:center; justify-content:center; padding:0 22px; border:1px solid var(--rs27-ink); background:#fff; }
.rs-pdp-v1__actions button { background:var(--rs27-ink); color:#fff; }
.rs-pdp-anchor-v14 { position:sticky; top:0; z-index:6; display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); border:1px solid var(--rs27-line); background:rgba(255,255,255,.96); backdrop-filter:blur(12px); }
.rs-pdp-anchor-v14 a { min-height:52px; padding:10px 14px; display:flex; align-items:center; justify-content:center; border-inline-start:1px solid var(--rs27-line); text-align:center; font-size:13px; font-weight:750; }
.rs-pdp-anchor-v14 a:first-child { border-inline-start:0; }
.rs-pdp-anchor-v14 a:hover,.rs-pdp-anchor-v14 a:focus-visible { background:var(--rs27-ink); color:#fff; }
.rs-pdp-source-v18 { margin-top:26px; padding:30px; border:1px solid var(--rs27-line); background:#fff; }
.rs-pdp-source-v18>header { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:20px; }
.rs-pdp-source-v18>header p,.rs-pdp-source-v18>header h2 { margin:0; }
.rs-pdp-source-v18>header p { color:var(--rs27-gold); font-weight:800; }
.rs-pdp-source-v18__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); border:1px solid var(--rs27-line); }
.rs-pdp-source-v18 article { min-width:0; padding:20px; display:grid; gap:8px; border-inline-start:1px solid var(--rs27-line); }
.rs-pdp-source-v18 article:first-child { border-inline-start:0; }
.rs-pdp-source-v18 article span,.rs-pdp-source-v18 article small { color:var(--rs27-muted); }
.rs-pdp-source-v18 article small { line-height:1.65; }
.rs-pdp-source-v18 [data-rs-source-state="blocked"] strong { color:#8a3030; }
.rs-pdp-v1__facts,.rs-pdp-v1__details { margin-top:34px; padding:34px; background:var(--rs27-soft); }
.rs-pdp-decision-v1 { margin-top:34px; padding:34px; border:1px solid var(--rs27-line); background:#fff; }
.rs-pdp-decision-v1>header { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:24px; }
.rs-pdp-decision-v1>header p,.rs-pdp-decision-v1>header h2 { margin:0; }
.rs-pdp-decision-v1>header p,.rs-pdp-decision-v1 article span { color:var(--rs27-gold); font-weight:800; }
.rs-pdp-decision-v1__grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); border:1px solid var(--rs27-line); }
.rs-pdp-decision-v1 article { min-width:0; padding:22px; border-inline-start:1px solid var(--rs27-line); }
.rs-pdp-decision-v1 article:first-child { border-inline-start:0; }
.rs-pdp-decision-v1 article h3 { margin:12px 0 8px; font-size:18px; }
.rs-pdp-decision-v1 article p { margin:0; color:var(--rs27-muted); line-height:1.75; }
.rs-pdp-decision-v1__source { margin:18px 0 0; color:var(--rs27-muted); font-size:13px; }
.rs-pdp-v1__commerce-nav { display:grid; grid-template-columns:1fr auto 1fr; gap:12px; margin:24px 0; }
.rs-pdp-v1__commerce-nav a { min-height:68px; padding:14px; border:1px solid var(--rs27-line); display:grid; align-content:center; }
.rs-pdp-trust-v1 { margin-top:48px; padding:34px; background:var(--rs27-ink); color:#fff; }
.rs-pdp-trust-v1>header { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:24px; }
.rs-pdp-trust-v1>header p,.rs-pdp-trust-v1>header h2 { margin:0; }
.rs-pdp-trust-v1>header p,.rs-pdp-trust-v1 article small { color:rgba(255,255,255,.68); }
.rs-pdp-trust-v1__grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); border:1px solid rgba(255,255,255,.22); }
.rs-pdp-trust-v1 article { min-width:0; padding:24px; display:grid; grid-template-columns:auto 1fr; gap:18px; border-inline-start:1px solid rgba(255,255,255,.22); }
.rs-pdp-trust-v1 article:first-child { border-inline-start:0; }
.rs-pdp-trust-v1 article>span { color:var(--rs27-gold); font-weight:800; }
.rs-pdp-trust-v1 article h3 { margin:5px 0 9px; font-size:19px; }
.rs-pdp-trust-v1 article p { margin:0; color:rgba(255,255,255,.74); line-height:1.7; }
.rs-pdp-trust-v1__note { margin:18px 0 0; color:rgba(255,255,255,.72) !important; }
.rs-pdp-related-v1 { margin-top:48px; }
.rs-pdp-related-v1>header { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:22px; }
.rs-pdp-related-v1>header p,.rs-pdp-related-v1>header h2 { margin:0; }
.rs-pdp-related-v1>header p { max-width:620px; color:var(--rs27-muted); line-height:1.7; }
.rs-pdp-related-v1__grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px; }
.rs-pdp-related-v1 article { min-width:0; border:1px solid var(--rs27-line); background:#fff; display:flex; flex-direction:column; }
.rs-pdp-related-v1__media { display:block; aspect-ratio:1/1; overflow:hidden; background:#f7f7f4; }
.rs-pdp-related-v1__media img { width:100%; height:100%; object-fit:contain; transition:transform .35s ease; }
.rs-pdp-related-v1 article:hover .rs-pdp-related-v1__media img { transform:scale(1.025); }
.rs-pdp-related-v1 article>div { padding:16px; display:flex; flex:1; flex-direction:column; gap:8px; }
.rs-pdp-related-v1 article span,.rs-pdp-related-v1 article small { color:var(--rs27-muted); font-size:12px; }
.rs-pdp-related-v1 article h3 { margin:0; min-height:2.7em; font-size:17px; line-height:1.35; }
.rs-pdp-related-v1 article strong { margin-top:auto; padding-top:8px; }
.rs-pdp-related-v1 article em { color:var(--rs27-muted); font-size:12px; font-style:normal; }
.rs-pdp-related-v1 article>div>a { min-height:44px; margin-top:6px; display:inline-flex; align-items:center; border-top:1px solid var(--rs27-line); }
.rs-pdp-faq-v1 { margin-top:56px; display:grid; grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr); gap:56px; align-items:start; }
.rs-pdp-faq-v1>header p,.rs-pdp-faq-v1>header h2 { margin:0; }
.rs-pdp-faq-v1>header p { color:var(--rs27-muted); line-height:1.7; }
.rs-pdp-faq-v1>header h2 { margin-top:8px; font-size:clamp(30px,3vw,44px); line-height:1.1; }
.rs-pdp-faq-v1__list { border-top:1px solid var(--rs27-line); }
.rs-pdp-faq-v1 details { border-bottom:1px solid var(--rs27-line); }
.rs-pdp-faq-v1 summary { min-height:64px; display:flex; align-items:center; justify-content:space-between; gap:18px; cursor:pointer; font-weight:750; list-style:none; }
.rs-pdp-faq-v1 summary::-webkit-details-marker { display:none; }
.rs-pdp-faq-v1 summary::after { content:"+"; width:28px; height:28px; flex:0 0 28px; display:grid; place-items:center; border:1px solid var(--rs27-line); font-size:18px; font-weight:400; transition:transform .2s ease,background-color .2s ease; }
.rs-pdp-faq-v1 details[open] summary::after { content:"−"; background:var(--rs27-ink); border-color:var(--rs27-ink); color:#fff; }
.rs-pdp-faq-v1 summary:focus-visible { outline:2px solid var(--rs27-gold); outline-offset:4px; }
.rs-pdp-faq-v1 details>p { margin:0; max-width:72ch; padding:0 0 22px; color:var(--rs27-muted); line-height:1.75; }

.rs-transaction-v1,.rs-policy-v1 { min-height:620px; padding:34px 0 88px; }
.rs-transaction-v1__breadcrumb,.rs-policy-v1__breadcrumb { display:flex; gap:10px; align-items:center; min-height:48px; color:var(--rs27-muted); }
.rs-transaction-v1__head,.rs-policy-v1__head { padding:36px 0 26px; border-bottom:1px solid var(--rs27-line); }
body.rB .rs-transaction-v1__head h1,body.rB .rs-policy-v1__head h1 { margin:6px 0 0; font-size:clamp(46px,5vw,78px); line-height:1.04; color:var(--rs27-ink) !important; }
.rs-transaction-v1__head p,.rs-policy-v1__head p { max-width:720px; color:var(--rs27-muted); line-height:1.8; }
.rs-transaction-v1__grid,.rs-policy-v1__grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,430px); gap:24px; margin-top:28px; }
.rs-transaction-v1__panel,.rs-transaction-v1__summary,.rs-policy-v1__grid>*,.rs-policy-v1__contact { border:1px solid var(--rs27-line); padding:28px; background:#fff; }
.rs-transaction-v1__summary { display:grid; align-content:start; gap:0; }
.rs-transaction-v1__summary h2 { margin:0 0 14px; line-height:1.25; }
.rs-transaction-v1__summary>div { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.35fr); align-items:start; gap:14px; padding:11px 0; border-bottom:1px solid var(--rs27-line); }
.rs-transaction-v1__summary>div span,.rs-transaction-v1__summary>div strong { min-width:0; line-height:1.55; overflow-wrap:anywhere; }
.rs-transaction-v1__summary>div strong { text-align:left; }
.rs-transaction-v1__summary>button { width:100%; min-height:48px; margin-top:18px; padding:10px 16px; border:1px solid var(--rs27-line); line-height:1.4; }
.rs-transaction-v1__summary>p { margin:12px 0 0; line-height:1.7; }
.rs-transaction-v1__empty { margin-top:28px; padding:56px 32px; text-align:center; background:var(--rs27-soft); }
.rs-transaction-v1__empty>span { display:block; font-size:70px; font-weight:800; }
.rs-transaction-v1__empty h2 { font-size:34px; margin:10px 0; }
.rs-transaction-v1__empty p { color:var(--rs27-muted); }
.rs-transaction-v1__empty-summary { display:flex; justify-content:center; gap:38px; margin:26px 0; }
.rs-transaction-v1__empty a { min-height:48px; padding:0 24px; display:inline-flex; align-items:center; background:var(--rs27-ink); color:#fff; }
.rs-transaction-v1 input,.rs-transaction-v1 select,.rs-transaction-v1 textarea { width:100%; min-height:48px; border:1px solid var(--rs27-line); padding:10px 12px; }
.rs-transaction-v1 label { display:grid; gap:7px; margin-bottom:14px; }
.rs-transaction-v1__policy-links,.rs-policy-v1__tabs { display:flex; gap:10px; flex-wrap:wrap; margin-top:22px; }
.rs-transaction-v1__policy-links a,.rs-policy-v1__tabs a { min-height:44px; display:inline-flex; align-items:center; padding:0 15px; border:1px solid var(--rs27-line); }
.rs-policy-v1__contact { margin-top:24px; display:grid; grid-template-columns:1fr 1fr; gap:24px; }

@media (max-width:1100px) {
  .rs-shop-catalog-v1__grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .rs-pdp-v1__layout { grid-template-columns:1fr 1fr; gap:30px; }
  .rs-pdp-related-v1__grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
}

/* r32: global mobile touch-target gate for commerce, policy, and service surfaces. */
@media (max-width: 800px) {
  .rs-transaction-v1 a,
  .rs-policy-v1 a,
  .rs-service-hub-v1 a,
  .rs-support-actions-v1 a,
  .rs-support-actions-v1 button {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .rs-policy-v1__breadcrumb a,
  .rs-policy-v1__contact a,
  .rs-policy-v1__tabs a,
  .rs-service-hub-v1__links a {
    padding-block: 8px !important;
  }
}
@media (max-width:760px) {
  .rs-shop-catalog-v1__shell,.rs-pdp-v1__shell,.rs-transaction-v1__shell,.rs-policy-v1__shell { width:calc(100% - 28px); }
  .rs-shop-catalog-v1__intro { padding:38px 0; }
  .rs-shop-catalog-v1__intro-grid,.rs-shop-catalog-v1__toolbar,.rs-pdp-v1__layout,.rs-transaction-v1__grid,.rs-policy-v1__grid,.rs-policy-v1__contact { grid-template-columns:1fr; gap:18px; }
  .rs-shop-catalog-v1__intro h1 { font-size:44px; }
  .rs-shop-catalog-v1__controls { display:grid; grid-template-columns:1fr; }
  .rs-shop-taxonomy-v14 { padding:20px; }
  .rs-shop-taxonomy-v14 header { grid-template-columns:1fr; gap:8px; }
  .rs-shop-category-story-v1 { grid-template-columns:1fr; gap:8px; }
  .rs-shop-catalog-v1__controls label { min-width:0; }
  .rs-shop-catalog-v1__grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .rs-shop-card-v1__body { padding:13px; }
  .rs-shop-card-v1 h3 { font-size:15px; }
  .rs-pdp-v1__copy h1 { font-size:40px; }
  .rs-pdp-anchor-v14 { position:static; grid-template-columns:1fr 1fr; }
  .rs-pdp-source-v18 { padding:22px; }
  .rs-pdp-source-v18>header { display:grid; gap:8px; }
  .rs-pdp-source-v18__grid { grid-template-columns:1fr 1fr; }
  .rs-pdp-source-v18 article:nth-child(odd) { border-inline-start:0; }
  .rs-pdp-source-v18 article:nth-child(n+3) { border-top:1px solid var(--rs27-line); }
  .rs-pdp-anchor-v14 a { border-top:1px solid var(--rs27-line); }
  .rs-pdp-v1__commerce-nav { grid-template-columns:1fr; }
  .rs-pdp-trust-v1 { padding:24px; }
  .rs-pdp-decision-v1 { padding:24px; }
  .rs-pdp-decision-v1>header { display:grid; gap:8px; }
  .rs-pdp-decision-v1__grid { grid-template-columns:1fr; }
  .rs-pdp-decision-v1 article { border-inline-start:0; border-top:1px solid var(--rs27-line); }
  .rs-pdp-decision-v1 article:first-child { border-top:0; }
  .rs-pdp-trust-v1>header { display:grid; gap:8px; }
  .rs-pdp-trust-v1__grid { grid-template-columns:1fr; }
  .rs-pdp-trust-v1 article { border-inline-start:0; border-top:1px solid rgba(255,255,255,.22); }
  .rs-pdp-trust-v1 article:first-child { border-top:0; }
  .rs-pdp-related-v1>header { display:grid; gap:8px; }
  .rs-pdp-related-v1__grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .rs-pdp-faq-v1 { grid-template-columns:1fr; gap:22px; }
  .rs-pdp-faq-v1 summary { min-height:58px; }
}
@media (max-width:430px) {
  .rs-shop-catalog-v1__grid { grid-template-columns:1fr; }
  .rs-shop-card-v1 { display:grid; grid-template-columns:42% 1fr; }
  .rs-shop-card-v1__media { height:100%; aspect-ratio:auto; }
  .rs-shop-card-v1__bottom { display:grid; }
  .rs-pdp-v1__media-status { display:grid; }
}
