✦ Verified product
Sonnenhut Verde
CHF 159.00
Jakob Simon Zürich
Verified independent store
→
Unser Sonnenhut ist der perfekte Begleiter für die elegante Dame im Sommer. Handgefertigt in Italien! Ein hochwertiges Band umschließt die Ränder des Huts und umschmeichelt den Kop
f mit einer luxuriösen Schleife. Die goldene J.S.-Signatur verziert die Schleife. Durchmesser außen: 36cm Durchmesser innen: 18cm Höhe: 8cm Material: 100% Stroh Signature JS Logo aus Metall an der Schleife Handgefertigt in Italien Höchste Qualität .accordion { width: 100%; border: 1px solid #ccc; border-radius: 4px; overflow: hidden; margin: 20px 0; background: transparent; } .accordion-item { border-top: 1px solid #ccc; } .accordion-item:first-child { border-top: none; } .accordion-item input { display: none; } .accordion-item label { display: block; padding: 15px; background: transparent; cursor: pointer; font-weight: normal; text-align: center; position: relative; margin: 0; } .accordion-item label::after { content: "\25BC"; position: absolute; right: 20px; transition: transform 0.3s; font-size: 12px; /* Smaller size for thinner arrow */ color: rgba(0, 0, 0, 0.6); /* Lighter color for thinner look */ } .accordion-item input:checked ~ label::after { transform: rotate(180deg); } .accordion-item .content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; background: transparent; padding: 0 15px; } .accordion-item input:checked ~ .content { max-height: 1000px; /* Ensure this is large enough to show all content */ padding: 15px; }