Space Heater
* { margin: 0; padding: 0; box-sizing: border-box; } .bundle-container { max-width: 1800px !important; margin: 0 auto; background: white; padding: 30px 40px; border-radius: 8px; } .bundle-header { margin-bottom: 24px; } .bundle-title { font-size: 18px; font-weight: 700; text-transform: uppercase; } .bundle-subtitle { font-size: 13px; color: #6d7175; } .bundle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; } /* CHANGED: Removed tag, now using */ .bundle-card-wrapper { text-decoration: none; color: inherit; text-align: center; cursor: pointer; /* Added cursor pointer for clickability */ } .bundle-title-above { margin-bottom: 6px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; color: #202223; } .bundle-card { position: relative; border: 2px solid #e1e3e5; border-radius: 12px; overflow: hidden; aspect-ratio: 1 / 1; cursor: pointer; transition: a