.orp-path{max-width:1240px;margin:48px auto;padding:34px clamp(20px,4vw,48px);border:1px solid #e3e6eb;border-radius:22px;background:linear-gradient(135deg,#fff 0%,#faf8f8 58%,#fff6f7 100%);box-shadow:0 16px 45px rgba(16,23,36,.07)}.orp-path__head{max-width:660px;margin:0 auto 26px;text-align:center}.orp-path__head span{color:#c40d20;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.orp-path__head h2{margin:7px 0 8px;color:#101622;font-size:clamp(26px,3vw,38px);line-height:1.1}.orp-path__head p{margin:0;color:#657084}.orp-path__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;width:100%}.orp-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e2e5eb;border-radius:15px;background:#fff;box-shadow:0 8px 20px rgba(12,20,35,.08)}.orp-card__image{display:block;overflow:hidden;aspect-ratio:1/1;background:#101216}.orp-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.orp-card:hover .orp-card__image img{transform:scale(1.035)}.orp-card h3{margin:13px 13px 5px;font-size:14px;line-height:1.25}.orp-card h3 a{color:#101622;text-decoration:none}.orp-card__price{margin:0 13px 13px;color:#c40d20;font-size:15px;font-weight:800}.orp-card__action{display:block;margin:auto 13px 13px;padding:11px 9px;color:#fff!important;border-radius:8px;background:linear-gradient(135deg,#e8172d,#b40719);font-size:12px;font-weight:800;line-height:1.1;text-align:center;text-decoration:none!important}.orp-card__action:hover{background:#16191f}@media(max-width:820px){.orp-path{margin:30px 16px;padding:25px 16px}.orp-path__products{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.orp-card h3{font-size:13px}}
/* The Recently Viewed Products plugin is retained for the homepage, but its
 * product-page shortcode renders a second "Continue Your Research" section.
 * Research Paths is the single curated recommendation row on product pages. */
body.single-product .rvpw-products[aria-label="Continue Your Research"],
body.single-product .rvpw-products.rvpw-layout-grid {
  display: none !important;
}

/* Astra's body classes can vary with product layouts. The inspected RPVW row
 * supplies this exact accessible label, while the homepage's history module
 * uses a different label; this reliably removes only the duplicate row. */
.rvpw-products[aria-label="Continue Your Research"],
.rvpw-products.rvpw-layout-grid[aria-label="Continue Your Research"] {
  display: none !important;
}
