Grocery Shopping Tote Bag With Large Outside Pocket
#scoped-container .main-title { color: #ff9900; font-weight: bold; line-height: 1.5; margin: 10px 0; } #scoped-container p { font-weight: 400; color: #000; margin: 10px 0; } #scoped-container ul { padding-left: 20px; margin: 10px 0; } #scoped-container ul li { margin-bottom: 5px; line-height: 1.4; } #scoped-container .highlight { color: #ff9900; font-weight: bold; line-height: 1.5; } /* Alt product card, no fade on hover, compact CTA */ #scoped-container .alt-product { display: flex; align-items: center; gap: 16px; padding: 14px 16px; margin: 0 0 16px 0; border: 1px solid #e5e5e5; border-left: 5px solid #ff9900; border-radius: 8px; background: #fff; text-decoration: none; color: #000; transition: border-color 0.2s ease; } #scoped-container .alt-product:hover { border-color: #ff9900; } #scoped-container .alt-product img { width: 80px; height: 80px; object-fit: cover; border-radius: 6px; flex: 0 0 80px; } #scoped-conta