/* =============================================================
   BOCC – _RecentlyViewed.css
   Styles specific to _RecentlyViewed.cshtml
   Note: product card base styles live in site.css (.product-card)
   ============================================================= */

#recentProductContainer {
    border-top: 1px solid #DDE3F0;
    padding: 48px 0 84px;
}

.recentSwipper {
    position: relative;
}
