Promore Products Automatic Tyre Deflators
.cm-product-desc, .cm-product-desc * { font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif; box-sizing: border-box; } .cm-product-desc { color: #2a2a2a; max-width : 1100px; margin: 0 auto; padding: 0; line-height: 1.5; font-weight: 400; text-align: center; } /* Section headings */ .cm-product-desc .cm-section { margin: 40px 0; padding-top: 30px; border-top: 1px solid #d4d0c8; } .cm-product-desc .cm-section:first-of-type { border-top: none; padding-top: 0; margin-top: 0; } /* Last section has nothing after it, so drop the trailing margin */ .cm-product-desc .cm-section:last-of-type { margin-bottom: 0; } .cm-product-desc .cm-section-title { font-size: 24px; font-weight: 700; margin: 0 0 6px 0; color: #1a1a1a; } .cm-product-desc .cm-section-intro { font-size: 15px; color: #555; margin: 0 auto 20px auto; max-width: 720px; line-height: 1.5; } /* Image wrappers - aspect ratios locked, no borders */ .cm-product-desc .cm-img-wrap { width: 100%; overflow: hidden; border-radius: 8px; background: #f5f1ea; position: relative; } .cm-product-desc .cm-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; } /* Feature banner - 16:9 landscape */ .cm-product-desc .cm-banner { aspect-ratio: 16 / 9; } /* Square banner - 1:1 */ .cm-product-desc .cm-square { aspect-ratio: 1 / 1; max-width: 700px; margin: 0 auto; } /* ============================================ KIT FLATLAY - interactive hotspots Position percentages match the call-out spots on the 1200x1200 image ============================================ */ .cm-product-desc .cm-flatlay { aspect-ratio: 1 / 1; max-width: 700px; margin: 0 auto; position: relative; } .cm-product-desc .cm-flatlay .cm-img-wrap { aspect-ratio: 1 / 1; width: 100%; } .cm-product-desc .cm-hotspot-group { position: absolute; z-index: 3; } .cm-product-desc .cm-hotspot-toggle { position: absolute; width: 1px; height: 1px; margin: 0; padding: 0; border: 0; opacity: 0; pointer-events: none; } .cm-product-desc .cm-hotspot { position: absolute; width: 36px; height: 36px; border-radius: 50%; background: #0f75bc; color: #fff; border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; cursor: pointer; transform: translate(-50%, -50%); z-index: 3; transition: transform 0.15s ease; font-family: 'DM Sans', sans-serif; line-height: 1; user-select: none; margin: 0; padding: 0; } .cm-product-desc .cm-hotspot:hover, .cm-product-desc .cm-hotspot:focus { transform: translate(-50%, -50%) scale(1.15); outline: none; } /* Pulsing ring to draw attention */ .cm-product-desc .cm-hotspot::before { content: ''; position: absolute; top: -3px; left: -3px; right: -3px; bottom: -3px; border-radius: 50%; border: 2px solid #0f75bc; opacity: 0.6; animation: cm-pulse 2s ease-out infinite; } @keyframes cm-pulse { 0% { transform: scale(1); opacity: 0.6; } 100% { transform: scale(1.6); opacity: 0; } } .cm-product-desc .cm-tooltip { position: absolute; background: #1a1a1a; color: #fff; padding: 12px 28px 12px 14px; border-radius: 6px; font-size: 13px; line-height: 1.4; width: 220px; bottom: calc(100% + 14px); left: 50%; transform: translateX(-50%); opacity: 0; pointer-events: none; transition: opacity 0.15s ease; z-index: 4; text-align: center; font-weight: 400; } .cm-product-desc .cm-tooltip::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 6px solid transparent; border-top-color: #1a1a1a; } /* Close button inside tooltip - it's a label pointing to the same checkbox, so tapping it unchecks the box and hides the tooltip. */ .cm-product-desc .cm-tooltip-close { position: absolute; top: 4px; right: 6px; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; color: #fff; background: transparent; font-size: 18px; font-weight: 700; line-height: 1; cursor: pointer; opacity: 0.7; transition: opacity 0.15s ease; user-select: none; border-radius: 50%; margin: 0; padding: 0; } .cm-product-desc .cm-tooltip-close:hover { opacity: 1; background: rgba(255, 255, 255, 0.1); } /* Show tooltip on pin hover (desktop) */ .cm-product-desc .cm-hotspot:hover + .cm-tooltip { opacity: 1; pointer-events: auto; } /* Show tooltip when checkbox is checked (mobile tap) */ .cm-product-desc .cm-hotspot-toggle:checked ~ .cm-tooltip { opacity: 1; pointer-events: auto; } /* Flip tooltip below pin if pin is in the top half */ .cm-product-desc .cm-tip-below .cm-tooltip { bottom: auto; top: calc(100% + 14px); } .cm-product-desc .cm-tip-below .cm-tooltip::after { top: auto; bottom: 100%; border-top-color: transparent; border-bottom-color: #1a1a1a; } /* Anchor tooltip to the RIGHT of the pin (use when pin is near the LEFT edge, otherwise the tooltip would overflow off-screen on mobile). */ .cm-product-desc .cm-tip-right .cm-tooltip { left: 0; transform: translateX(-18px); } .cm-product-desc .cm-tip-right .cm-tooltip::after { left: 18px; transform: none; } /* Anchor tooltip to the LEFT of the pin (use when pin is near the RIGHT edge). */ .cm-product-desc .cm-tip-left .cm-tooltip { left: auto; right: 0; transform: translateX(18px); } .cm-product-desc .cm-tip-left .cm-tooltip::after { left: auto; right: 18px; transform: none; } /* 4-column spec/feature grid with icons */ .cm-product-desc .cm-specs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 32px; } .cm-product-desc .cm-spec { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 20px 12px; background: #f5f1ea; border-radius: 8px; } .cm-product-desc .cm-spec-icon { flex-shrink: 0; width: 44px; height: 44px; color: #0f75bc; margin-bottom: 12px; } .cm-product-desc .cm-spec-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .cm-product-desc .cm-spec-title { font-weight: 700; font-size: 14px; color: #1a1a1a; margin: 0; line-height: 1.35; } /* How it works - 3 column grid, 4:3 */ .cm-product-desc .cm-steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; } .cm-product-desc .cm-step { position: relative; } .cm-product-desc .cm-step .cm-img-wrap { aspect-ratio: 4 / 3; } .cm-product-desc .cm-step-number { position: absolute; top: 12px; left: 12px; background: #1a1a1a; color: #fff; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px; z-index: 2; } .cm-product-desc .cm-step-caption { margin-top: 12px; text-align: center; } .cm-product-desc .cm-step-title { font-weight: 700; font-size: 16px; margin: 0 0 4px 0; color: #1a1a1a; } .cm-product-desc .cm-step-desc { font-size: 13px; color: #555; margin: 0; } /* Built for the bush - 4:3 environmental banner */ .cm-product-desc .cm-env-banner { aspect-ratio: 4 / 3; max-height: 600px; } .cm-product-desc .cm-env-banner .cm-img-wrap { aspect-ratio: 4 / 3; max-height: 600px; } /* At-a-glance spec list - machine readable definition list */ .cm-product-desc .cm-spec-table { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; margin: 0 0 24px 0; padding: 0; } .cm-product-desc .cm-spec-row { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid #e8e4dc; font-size: 14px; } .cm-product-desc .cm-spec-row dt { color: #555; margin: 0; } .cm-product-desc .cm-spec-row dd { color: #1a1a1a; font-weight: 700; margin: 0; text-align: right; } /* FAQ - matches the drawbar cover description pattern. Native details/summary, no JavaScript. The answer text stays in the page source when collapsed, so search engines and AI assistants still read it. */ .cm-product-desc .cm-faq { max-width: 820px; margin: 0 auto; text-align: left; } .cm-product-desc .cm-faq-item { border-bottom: 1px solid #d4d0c8; } .cm-product-desc .cm-faq-item:first-child { border-top: 1px solid #d4d0c8; } .cm-product-desc .cm-faq-item summary { font-weight: 700; font-size: 15px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 16px 0; color: #1a1a1a; gap: 12px; } .cm-product-desc .cm-faq-item summary::-webkit-details-marker { display: none; } .cm-product-desc .cm-faq-item summary::after { content: '+'; font-size: 22px; color: #0f75bc; font-weight: 400; flex-shrink: 0; line-height: 1; } .cm-product-desc .cm-faq-item[open] summary::after { content: '\2212'; } /* The question is an h3 for heading structure, styled to inherit from the summary so it looks identical to the other product pages */ .cm-product-desc .cm-faq-item summary .cm-faq-q { font: inherit; color: inherit; margin: 0; } .cm-product-desc .cm-faq-item p { font-size: 14px; color: #444; margin: 0 0 16px 0; line-height: 1.7; } /* Wild gallery - hero portrait + nested 2x2 squares Hero is 4:5 portrait. Right side: 2x2 grid of squares matches hero height. */ .cm-product-desc .cm-wild-grid { display: grid; grid-template-columns: 4fr 5fr; gap: 16px; align-items: stretch; } .cm-product-desc .cm-wild-hero .cm-img-wrap { aspect-ratio: 4 / 5; height: 100%; } .cm-product-desc .cm-wild-squares { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 16px; } .cm-product-desc .cm-wild-square .cm-img-wrap { aspect-ratio: 1 / 1; } /* Mobile responsive */ @media (max-width: 768px) { .cm-product-desc .cm-steps-grid { grid-template-columns: 1fr; } .cm-product-desc .cm-specs-grid { grid-template-columns: repeat(2, 1fr); } .cm-product-desc .cm-wild-grid { grid-template-columns: 1fr; } .cm-product-desc .cm-wild-hero .cm-img-wrap { aspect-ratio: 4 / 5; } .cm-product-desc .cm-spec-table { grid-template-columns: 1fr; } .cm-product-desc .cm-faq-item summary { font-size: 14px; } .cm-product-desc .cm-section-title { font-size: 20px; } /* Narrower tooltips on mobile to avoid overflowing the image edges */ .cm-product-desc .cm-tooltip { width: 170px; font-size: 12px; } } Why these deflators? The Promore Products Automatic Tyre Deflators are a set of four brass automatic deflators that air down all four tyres at once, then shut off on their own at the pressure you set. Built tough, dialled in, and ready to make airing down the easiest part of your trip. Heavy duty brass construction Deflates from 40 to 20 psi in just over 2 minutes Includes a handy neoprene pouch for easy storage Accurate within 2 psi with fine tuning markings 1 × Easily screws onto tyre valves for fast deflating 2 × Neoprene storage pouch for safe keeping 3 × Deflates tyres to your desired pressure between 30 and 10 psi How they work Set, screw, and step away. All four tyres aired down in just over two minutes. 1 Set your pressure Dial in your target PSI between 10 and 30 using the engraved markings. 2 Screw onto the valve Fit one to each tyre and let all four air down at once. 3 Walk away Auto shut-off stops at your set pressure. 40 to 20 psi in just over 2 minutes. Built for the bush Machined from heavy-duty brass to handle dust and grit without complaint. Here is the short version of what you are getting. Brand Promore Products Quantity Set of 4 deflators Pressure range 10 to 30 psi Accuracy Within 2 psi Deflation speed 40 to 20 psi in just over 2 minutes Body material Heavy duty brass Shut-off Automatic at your set pressure Storage Neoprene pouch included See them in the wild From corrugated outback tracks to soft sand and beach runs, these deflators earn their place on every trip. Questions we get asked The things people ring us about before they buy. How accurate are the Promore Products Automatic Tyre Deflators? They shut off within 2 psi of the pressure you have set. The fine tuning markings on the body let you nudge the setting up or down if you want to sit closer to a specific number. What pressure range can I set them to? Anywhere between 10 and 30 psi, using the engraved markings on the deflator body. That covers most sand, gravel and corrugation pressures for both tow vehicles and vans. Do I need to calibrate them before the first trip? No calibration is required. It is still worth checking the first tyre with your own gauge once the deflator has shut off, so you know exactly where your set mark lands, then adjust with the fine tuning markings if you want it tighter. How long do they take to air down a tyre? Going from 40 psi down to 20 psi takes just over two minutes. Because you fit one to each tyre, all four run at the same time rather than one after the other. Can I use them on a caravan as well as my 4WD? Yes. They work the same way on caravan, camper trailer and 4WD tyres. One set covers four tyres, so if you want to air down a single axle van and the tow vehicle in one go, you will need two sets. Otherwise do the vehicle first, then move the same set across to the van. Do I set the tow vehicle and the van to the same pressure? Not usually. Van and vehicle pressures are rarely identical, so each deflator is set individually. Follow the pressures recommended for your own tyres and load rather than copying a number off someone else's rig. { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How accurate are the Promore Products Automatic Tyre Deflators?", "acceptedAnswer": { "@type": "Answer", "text": "They shut off within 2 psi of the pressure you have set. The fine tuning markings on the body let you nudge the setting up or down if you want to sit closer to a specific number." } }, { "@type": "Question", "name": "What pressure range can the deflators be set to?", "acceptedAnswer": { "@type": "Answer", "text": "Anywhere between 10 and 30 psi, using the engraved markings on the deflator body. That covers most sand, gravel and corrugation pressures for both tow vehicles and vans." } }, { "@type": "Question", "name": "Do the deflators need calibrating before the first trip?", "acceptedAnswer": { "@type": "Answer", "text": "No calibration is required. It is still worth checking the first tyre with your own gauge once the deflator has shut off, so you know exactly where your set mark lands, then adjusting with the fine tuning markings if you want it tighter." } }, { "@type": "Question", "name": "How long do the deflators take to air down a tyre?", "acceptedAnswer": { "@type": "Answer", "text": "Going from 40 psi down to 20 psi takes just over two minutes. Because you fit one to each tyre, all four run at the same time rather than one after the other." } }, { "@type": "Question", "name": "Can the deflators be used on a caravan as well as a 4WD?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. They work the same way on caravan, camper trailer and 4WD tyres. One set covers four tyres, so to air down a single axle van and the tow vehicle at the same time you would need two sets. Otherwise do the vehicle first, then move the same set across to the van." } }, { "@type": "Question", "name": "Should the tow vehicle and the caravan be set to the same pressure?", "acceptedAnswer": { "@type": "Answer", "text": "Not usually. Van and vehicle pressures are rarely identical, so each deflator is set individually. Follow the pressures recommended for your own tyres and load rather than copying a number from another rig." } } ] }