Pereiti prie informacijos apie gaminį
1 1

KRISTINOS ŠALKAUSKĖS BEAUTY ACADEMY

TERRA losjonas prieš depiliaciją, 350 ml

TERRA losjonas prieš depiliaciją, 350 ml

Įprasta kaina €11,50 EUR
Įprasta kaina €13,90 EUR Išpardavimo kaina €11,50 EUR
Išpardavimas Išparduota
Mokesčiai įtraukti. Siuntimo išlaidos apskaičiuojamos atsiskaitant.

<style>
  .accordion {
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    margin-bottom: 8px;
  }

  .accordion:hover,
  .accordion.active {
    background-color: #e9e9e9;
  }

  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background-color: #fff;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-radius: 0 0 5px 5px;
    padding: 0 20px;
  }

  .panel.open {
    padding-bottom: 20px;
    max-height: 1000px; /* pakankamai didelė riba, kad išsiskleistų */
  }
</style>

<!-- Accordion blokas -->
<button class="accordion" aria-expanded="false" aria-controls="panel350" id="accordion350">
  📄 APRAŠYMAS
</button>
<div id="panel350" class="panel" role="region" aria-labelledby="accordion350">
  <h2>TERRA Pre-Wax Lotion – Professional Skin Preparation (350 ml)</h2>
  <p><strong>TERRA Pre-Wax Lotion</strong> is a professional product designed to prepare skin for hair removal. It cleanses, disinfects, and degreases the skin. Active ingredients like cucumber extract, camphor, D-panthenol, and gentle antiseptics help remove impurities while improving sugar paste or wax adhesion.</p>

  <p>This lotion not only removes dirt and excess oils effectively, but also soothes the skin, reduces infection risk, and enhances the sugaring or waxing result.</p>

  <h3>Key Benefits:</h3>
  <ul>
    <li>Gently disinfects and cleans the skin before hair removal</li>
    <li>Removes oils and sweat, improves paste/wax adhesion</li>
    <li>Soothes irritated or sensitive skin</li>
    <li>Suitable for all body areas, including sensitive zones</li>
    <li>Light, refreshing fragrance</li>
  </ul>

  <h3>Ingredients:</h3>
  <ul>
    <li>Purified Water</li>
    <li>Cucumber Extract – moisturizes and soothes</li>
    <li>Alcohol – antiseptic effect</li>
    <li>D-Panthenol – promotes skin regeneration</li>
    <li>PEG-40 Hydrogenated Castor Oil – gentle emulsifier</li>
    <li>Xanthan Gum – stabilizer</li>
    <li>Camphor – cooling and stimulating effect</li>
    <li>Triclosan – antibacterial agent</li>
    <li>Fragrance</li>
    <li>2-Bromo-2-Nitropropane-1,3-Diol – preservative</li>
  </ul>

  <h3>How to Use:</h3>
  <p>Spray or apply a small amount to the skin.</p>
  <p>Spread evenly with a clean tissue or cotton pad.</p>
  <p>Let it absorb (1–2 minutes) before starting hair removal.</p>

  <h3>Additional Information:</h3>
  <ul>
    <li><strong>Volume:</strong> 350 ml</li>
    <li><strong>Use:</strong> before sugaring or waxing, suitable for all body areas</li>
    <li><strong>Country of origin:</strong> Ukraine</li>
  </ul>
</div>

<script>
  document.querySelectorAll(".accordion").forEach((accordion) => {
    accordion.addEventListener("click", function () {
      const panel = this.nextElementSibling;
      const isExpanded = this.getAttribute("aria-expanded") === "true";

      this.setAttribute("aria-expanded", String(!isExpanded));
      this.classList.toggle("active");
      panel.classList.toggle("open");
    });
  });
</script>

Žiūrėti visą informaciją