Skip to content
Collection: Outdoor Household Supplies
- Choosing a selection results in a full page refresh.
- Opens in a new window.
Free shipping on orders over $49!
Check out these related products!
/* Free Shipping Bar */ #free-shipping-bar { background-color: #333; color: white; padding: 10px; text-align:
center; position: fixed; top: 0; width: 100%; z-index: 1000; }
/* Upsell Section */ #upsell-section { background-color: #f4f4f4; padding: 20px; text-align: center; margin-top:
60px; /* to avoid overlap with the header */ }
/* Cart Drawer */ #cart-drawer { background-color: #f8f8f8; padding: 20px; position: fixed; bottom: 0; right: 0;
width: 300px; display: none; /* Initially hidden */ box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1); z-index: 9999; }
#cart-drawer button { background-color: #000; color: white; padding: 10px; border: none; cursor: pointer; }
#cart-drawer button:hover { background-color: #333; }