OFF-GRID COOKSTOVES
A collection page of The Cabin Depot
About
Collections > Cookstoves > Description Block --> @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap'); .cd-stoves-wrapper { font-family: 'Lato', sans-serif; line-height: 1.5; color: #1e293b; max-width: 1200px; margin: 0 auto; padding: 0; } .cd-stoves-wrapper ::selection { background: #fed7aa; color: #000000; } .cd-stoves-header { background: #0f172a; color: white; border-radius: 16px; padding: 35px 30px; text-align: center; position: relative; overflow: hidden; margin-bottom: 15px; } .cd-stoves-header h1 { font-size: 2em; font-weight: 900; margin: 0 0 8px 0; color: #ffffff; z-index: 2; position: relative; } .cd-stoves-header p { font-size: 0.95em; max-width: 750px; margin: 0 auto; opacity: 0.85; z-index: 2; position: relative; } /* Navigation Buttons */ .cd-nav-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 10px; margin-bottom: 15px; } .cd-nav-btn { display: flex; align-items: center; justify-content: center; gap: 10px; background: #ffffff; border: 1px solid #e2e8f0; padding: 12px; border-radius: 10px; text-decoration: none; color: #1e293b; font-weight: 700; font-size: 0.9em; transition: all 0.3s ease; } .cd-nav-btn:hover { background: #fb8c00; color: white !important; border-color: #fb8c00; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(251, 140, 0, 0.2); } .cd-stove-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 12px; } .cd-stove-card { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 25px; text-align: center; display: flex; flex-direction: column; justify-content: center; min-height: 120px; } .cd-stove-card.support-item { background: #fff7ed; border: 1px dashed #fb8c00; } .cd-stove-card h3 { color: #fb8c00; font-weight: 800; text-transform: uppercase; font-size: 0.85em; letter-spacing: 1px; margin: 0 0 8px 0; } .cd-stove-card p { font-size: 0.9em; color: #475569; margin: 0; line-height: 1.4; } .cd-stove-car