loader image

GBP

The Ordinary The Sensitive Skin Collection

27.00£

A hydrating skincare set featuring a toner, serum and a moisturiser.

Quantity

Description

How to Use

Full Ingredients List

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

document.addEventListener("DOMContentLoaded", function () { const buttons = document.querySelectorAll('.accordion-button'); buttons.forEach(button => { button.addEventListener('click', function () { const content = this.nextElementSibling; // Close other open panels document.querySelectorAll('.accordion-content').forEach(c => { if (c !== content) c.classList.remove('open'); }); // Toggle clicked panel content.classList.toggle('open'); }); }); });