Stocking Fillers - DIY
A collection page of Indoor Outdoors
About
All Stocking Fillers Gaming & Tech DIY Products Indoor Products Outdoor Products Sports Accessories Stocking Fillers - DIY Products Find quick gift wins with our Stocking Fillers range. Perfect for the person who has everything or says they want nothing. Browse wall mounts, handy accessories and fun treats - many at up to 50% off for a limited time. Pick something practical or just-for-fun. From desk tech and gaming bits to cosy home picks and outdoor ideas, there’s something for every budget. Don’t leave it late - shop now and make the most of the savings while they last. /* Permanent layout fixes */ .container h1.page-header.text-left { display: none; } .collection-description { max-width: unset !important; } /* Banner */ .sf-header{ background-image: url('https://cdn.shopify.com/s/files/1/1357/3819/files/HollyBG.jpg?v=1730477464'); background-size: cover; background-position: center; text-align: center; margin: 20px 0; padding: 24px 12px; } .sf-header img{ width: 100%; max-width: 520px; height: auto; margin: 0 auto 18px; display: block; padding: clamp(16px, 4vw, 40px) 8px; } /* Title */ .sf-title{ text-align: center; padding: 20px; border: 2px solid currentColor; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .12em; } /* Full width copy under H2 */ .sf-description{ width: 100%; max-width: none; margin: 0 0 20px; padding: 0 10px; text-align: left; font-size: 15px; line-height: 1.55; } .sf-description p{ margin: 0 0 12px; } /* Navigation */ .sf-nav ul{ display: flex; justify-content: center; align-items: flex-end; /* bottom align all items */ flex-wrap: nowrap; /* single row on desktop */ gap: 10px; padding: 0 10px; /* balanced outer spacing */ margin: 0; list-style: none; } /* Hard reset to prevent stray margins on first item */ .sf-nav li{ display: flex; align-items: stretch; flex: 0 1 auto; margin: 0; padding: 0; } /* Buttons */ .sf-nav a{ box-sizing: border-box; /* consistent sizing */ flex: 1; display: grid; /* perfect centre */ place-item