AIRnet

A collection page of Detailing Shed

category
Products
11
Active ads
0
Depth
Published
2026/08/15

About

.dscf-wrapper { background:#ffffff; padding:24px; font-family:'Barlow',sans-serif; max-width:900px; margin:0 auto; } .dscf-hero { background:#f8faff; border:1px solid #d8daff; border-radius:8px; padding:28px; margin-bottom:24px; } .dscf-hero h1 { font-family:'Saira',sans-serif; font-weight:700; color:#1a1a1a; font-size:26px; margin:0 0 10px; } .dscf-hero p { color:#2a2a2a; font-size:15px; line-height:1.6; margin:0; } .dscf-progress { display:flex; gap:6px; margin-bottom:26px; } .dscf-progress-dot { flex:1; height:6px; border-radius:3px; background:#d8daff; transition:background .2s; } .dscf-progress-dot.dscf-active { background:#0f63b3; } .dscf-progress-dot.dscf-done { background:#238bed; } .dscf-step { display:none; } .dscf-step.dscf-visible { display:block; } .dscf-step-label { font-family:'Saira',sans-serif; font-weight:600; color:#0f63b3; font-size:13px; text-transform:uppercase; letter-spacing:.03em; margin:0 0 6px; } .dscf-step-title { font-family:'Saira',sans-serif; font-weight:700; color:#1a1a1a; font-size:22px; margin:0 0 8px; } .dscf-step-sub { color:#6c6e7a; font-size:14px; margin:0 0 22px; line-height:1.6; } .dscf-choice-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:12px; margin-bottom:24px; } .dscf-choice { border:2px solid #d8daff; border-radius:8px; padding:16px 14px; text-align:center; cursor:pointer; background:#fff; transition:border-color .15s,background .15s; } .dscf-choice:hover { border-color:#238bed; } .dscf-choice.dscf-selected { border-color:#0f63b3; background:#eaebfd; } .dscf-choice-title { font-family:'Saira',sans-serif; font-weight:600; color:#1a1a1a; font-size:15px; margin:0 0 4px; } .dscf-choice-sub { color:#6c6e7a; font-size:12px; margin:0; } .dscf-field { display:flex; flex-direction:column; margin-bottom:18px; } .dscf-field label { font-family:'Saira',sans-serif; font-weight:600; color:#1a1a1a; font-size:14px; margin-bottom:8px; } .dscf-field input, .dscf-field select { border:1px solid #d8daff;