/** Shopify CDN: Minification failed

Line 20:17 Unexpected "{"
Line 20:26 Expected ":"
Line 29:17 Unexpected "{"
Line 29:26 Expected ":"
Line 30:17 Unexpected "{"
Line 30:26 Expected ":"
Line 31:17 Unexpected "{"
Line 31:26 Expected ":"
Line 32:17 Unexpected "{"
Line 32:26 Expected ":"
... and 12 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* Compact horizontal strip */
#recently-added-{{ section.id }} .recent-strip {
  display: flex;
  gap: var(--gap, 8px);
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

#recently-added-{{ section.id }} .recent-item { flex: 0 0 var(--card-w, 140px); scroll-snap-align: start; }
#recently-added-{{ section.id }} .recent-product { display: block; text-decoration: none; }
#recently-added-{{ section.id }} .recent-product__media { width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 10px; }
#recently-added-{{ section.id }} .recent-product__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
#recently-added-{{ section.id }} .recent-product__meta { margin-top: 6px; }
#recently-added-{{ section.id }} .recent-product__title { font-size: 12px; line-height: 1.25; max-height: 2.5em; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
#recently-added-{{ section.id }} .recent-product__vendor { font-size: 11px; opacity: .7; }
#recently-added-{{ section.id }} .recent-product__price, #recently-added-{{ section.id }} .recent-product__price .price { font-size: 12px; }
#recently-added-{{ section.id }} .price--compare { margin-left: 6px; opacity: .6; font-size: 11px; }