Barra Cold Plunge and Chiller

Barra Cold Plunge and Chiller

3999,00 kr

Transform your recovery with the Barra Cold Plunge – an authentic Bushmills whiskey barrel paired with a powerful 2HP chiller. 600L capacity, cools to 3°C, WiFi app control, and free UK delivery.

:root { –color-black: #1a1a1a; –color-dark: #333333; –color-text: #444444; –color-text-light: #666666; –color-text-muted: #888888; –color-border: #e5e5e5; –color-border-light: #f0f0f0; –color-bg: #ffffff; –color-bg-alt: #f9f9f9; –color-bg-dark: #fafafa; –color-accent: #2d2d2d; –font-display: ’Petrona’, Georgia, serif; –font-body: ’Open Sans’, -apple-system, BlinkMacSystemFont, sans-serif; –section-padding: 80px; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: var(–font-body); font-size: 15px; line-height: 1.7; color: var(–color-text); background-color: var(–color-bg); -webkit-font-smoothing: antialiased; } img { max-width: 100%; height: auto; display: block; } /* Typography */ h1, h2, h3, h4 { font-family: var(–font-display); font-weight: 600; color: var(–color-black); } h1 { font-size: clamp(32px, 5vw, 48px); line-height: 1.15; letter-spacing: -0.02em; } h2 { font-size: clamp(26px, 4vw, 36px); line-height: 1.2; margin-bottom: 20px; } h3 { font-size: 22px; line-height: 1.3; margin-bottom: 12px; } p { margin-bottom: 16px; } /* Content Sections */ .section { padding: var(–section-padding) 0; } .section-alt { background: var(–color-bg-alt); } .section-header { text-align: center; max-width: 700px; margin: 0 auto 50px; } .section-label { display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(–color-text-muted); margin-bottom: 12px; } .section-header p { color: var(–color-text-light); font-size: 16px; } /* Heritage Section */ .heritage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; } .heritage-image img { border-radius: 8px; width: 100%; min-height: 400px; object-fit: cover; } .heritage-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 32px; padding-top: 32px; border-top: 1px solid var(–color-border); } .heritage-stat { text-align: center; } .heritage-stat-value { font-family: var(–font-display); font-size: 28px; font-weight: 600; color: var(–color-black); } .heritage-stat-label { font-size: 12px; color: var(–color-text-muted); text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; } /* Features Grid */ .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; } .feature-card { text-align: center; padding: 32px 24px; } .feature-icon { width: 56px; height: 56px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; background: var(–color-bg-alt); border-radius: 50%; } .feature-icon svg { width: 26px; height: 26px; color: var(–color-black); } .feature-card p { color: var(–color-text-light); font-size: 14px; margin-bottom: 0; } /* Specifications */ .specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; } .specs-group { background: var(–color-bg); border: 1px solid var(–color-border); border-radius: 8px; overflow: hidden; } .specs-group-title { font-family: var(–font-display); font-size: 20px; font-weight: 600; padding: 20px 24px; background: var(–color-bg-alt); border-bottom: 1px solid var(–color-border); margin-bottom: 0; } .specs-list { padding: 8px 0; } .spec-item { display: flex; justify-content: space-between; padding: 12px 24px; font-size: 14px; } .spec-item:not(:last-child) { border-bottom: 1px solid var(–color-border-light); } .spec-label { color: var(–color-text-light); } .spec-value { font-weight: 500; color: var(–color-black); text-align: right; } /* What’s Included */ .included-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } .included-item { display: flex; align-items: center; gap: 16px; padding: 20px; background: var(–color-bg); border: 1px solid var(–color-border); border-radius: 8px; } .included-icon { width: 44