Description
- Poids : 900g
- Dimensions hamac : 290 x 140 cm
- Dimensions plié : 26 x 20 x 10 cm
- Moustiquaire intégrée : Oui
- Capacité : 2 personnes (max 200kg)
.carac-chauffante{
–bg:#f7f7f7;
–card:#ffffff;
–text:#222;
–muted:#555;
–radius:14px;
max-width: 1100px;
margin: 0 auto;
padding: 8px;
font-family: -apple-system, BlinkMacSystemFont, « Segoe UI », Roboto, Arial, « Helvetica Neue », sans-serif;
color: var(–text);
}
.carac-grid{
display: grid;
grid-template-columns: 1fr;
gap: 14px;
}
@media (min-width: 768px){
.carac-grid{ grid-template-columns: 1fr 1fr; }
}
.carac-card{
background: var(–bg);
border-radius: var(–radius);
padding: 22px 22px;
border: 1px solid #eaeaea;
}
.carac-title{
font-size: 22px;
line-height: 1.25;
font-weight: 800;
letter-spacing: .4px;
margin: 0 0 8px 0;
text-transform: uppercase;
}
.carac-text{
font-size: 16px;
line-height: 1.6;
color: var(–muted);
margin: 0;
}
.carac-strong{ font-weight: 800; color: var(–text); }
DOUBLE UTILISATION
Avec moustiquaire pour une protection totale, ou retournez-le à 180° pour l’utiliser comme un hamac classique.
SYSTÈME AUTOMATIQUE
Installation en moins de 3 minutes grâce aux sangles réglables et mousquetons fournis.
ULTRALÉGER & ROBUSTE
Tissu 70D nylon parachute + maille hexagonale résistante : capacité maximale 200kg.
TARP ANTI-PLUIE INCLUS
Protection soleil + pluie pour un confort parfait en randonnée, camping ou jardin.
.doudoune-3blocs.v-stacked{
–max: 1100px;
–content: 780px;
–radius: 14px;
–text:#222;
–muted:#555;
–gap-row: 44px;
max-width: var(–max);
margin: 0 auto;
padding: 8px 12px 24px;
font-family:-apple-system,BlinkMacSystemFont, »Segoe UI »,Roboto,Arial, »Helvetica Neue »,sans-serif;
color: var(–text);
}
.doudoune-3blocs.v-stacked .row{
display: block;
max-width: var(–content);
margin: 0 auto var(–gap-row);
}
.doudoune-3blocs.v-stacked .media{
width:100%;
border-radius: var(–radius);
overflow:hidden;
background:#e9e9e9;
}
.doudoune-3blocs.v-stacked .media img{
width:100%;
height:auto;
display:block;
object-fit:cover;
aspect-ratio: 4 / 3;
}
.doudoune-3blocs.v-stacked .copy{
text-align:center;
max-width: 720px;
margin: 14px auto 0;
padding: 0 10px;
}
.doudoune-3blocs.v-stacked .title{
font-weight:800;
letter-spacing:.3px;
text-transform:uppercase;
margin: 8px 0 6px;
font-size: clamp(18px, 2vw, 22px);
line-height:1.25;
}
.doudoune-3blocs.v-stacked .text{
font-size: clamp(15px, 1.4vw, 16px);
line-height:1.7;
color: var(–muted);
margin:0;
}

PROTECTION TOTALE
Profitez d’un hamac sécurisé avec moustiquaire intégrée pour dormir sans insectes, avec une vue plus large qu’un hamac classique.

ABRI CONTRE PLUIE & SOLEIL
Équipé d’un tarp anti-pluie, votre hamac devient un véritable abri, parfait pour toutes vos aventures, même par mauvais temps.
.faq-section {
max-width: 900px;
margin: 0 auto;
padding: 20px 12px;
font-family: -apple-system, BlinkMacSystemFont, « Segoe UI », Roboto, Arial, « Helvetica Neue », sans-serif;
}
.faq-title {
font-weight: 800;
font-size: 20px;
margin-bottom: 20px;
}
.faq-item {
border-bottom: 1px solid #ddd;
}
.faq-question {
display: flex;
justify-content: space-between;
align-items: center;
cursor: pointer;
padding: 14px 0;
font-size: 16px;
font-weight: 500;
transition: color 0.3s;
}
.faq-question:hover {
color: #000;
}
.faq-icon {
font-size: 20px;
transition: transform 0.3s;
}
.faq-answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease, opacity 0.3s ease;
opacity: 0;
font-size: 15px;
line-height: 1.6;
color: #555;
padding-bottom: 0;
}
.faq-item.active .faq-answer {
max-height: 300px;
opacity: 1;
padding-bottom: 14px;
}
.faq-item.active .faq-icon {
transform: rotate(45deg);
}
FAQ
document.querySelectorAll(‘.faq-question’).forEach(q => {
q.addEventListener(‘click’, () => {
const item = q.parentElement;
item.classList.toggle(‘active’);
});
});












Avis
Il n’y a pas encore d’avis.