<div x-data class="fixed right-0 z-40 inset-y-0 lg:inset-y-0 max-w-full">
<div x-cloak x-transition.opacity x-show="$store.asideBlocs.asides.find(aside => aside.name === 'justDose')?.open" class="fixed inset-0 w-full h-full bg-black/40"></div>
<div x-cloak x-transition:enter="transition ease-out duration-300" x-transition:enter-start="translate-x-full" x-transition:enter-end="translate-x-0" x-transition:leave="transition ease-in duration-300" x-transition:leave-start="translate-x-0" x-transition:leave-end="translate-x-full" class="relative bg-white overflow-hidden h-full lg:h-full w-screen md:w-[372px] 2xl:w-[368px] 3xl:w-[508px] flex flex-col lg:rounded-t-none p-8" x-show="$store.asideBlocs.asides.find(aside => aside.name === 'justDose')?.open" @click.outside="$store.asideBlocs.closeAside('justDose')">
<div class="font-medium h4 flex justify-between items-center mb-4">
<span></span>
<button type="button" @click="$store.asideBlocs.closeAside('justDose')" aria-label="Label text" class=" btn btn-neutral btn-outline btn-size-sm btn-only-icon">
<svg class=" shrink-0" width="24" height="24" stroke="currentColor" stroke-width="1.5" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
<path d="M6 18 18 6M6 6l12 12" stroke="currentColor" stroke-width="1.5" fill="none" />
</svg>
</button>
</div>
<div class="overflow-auto flex-1">
<article class="flex flex-col gap-4">
<header class="flex flex-col gap-2">
<div class="w-20 h-20">
<img src="/img/pdp_accordions/img_5.png" alt="Rightly dosed logo" class="w-full h-full object-contain">
</div>
<h1 class="h4">Juste dose</h1>
</header>
<div>
<section class="flex flex-col gap-4 py-6 border-t border-black/16">
<header class="text-body-lg">
<div class="flex font-bold">
<h2>Loden</h2>, <span>1995</span>
</div>
<p>Clinical test on 10 volunteers aged 25 to 53.</p>
</header>
<div class="text-body-base">
<h3 class="inline-block font-bold">Protocol:</h3>
<p class="inline">0.5 and 2% salicylic acid applied on the arm, then stripping tests (at 6h after the application) to assess the keratolytic effect. The stripping test is realised with transparent adhesive tape, then the transmission of light through the tape is measured with a digital light measuring instrument. The transmission values are converted into absorbance.</p>
</div>
<div class="text-body-base">
<h3 class="inline-block font-bold">Results:</h3>
<p class="inline">Exposing the arm to 2% salicylic acid for 6 hours significantly increased the amount of tissue found on the adhesive tape (p<0.05) (increase of 37% in absorbance value). No significant increase was observed with 0.5% salicylic acid.</p>
</div>
</section>
<section class="flex flex-col gap-4 py-6 border-t border-black/16">
<header class="text-body-lg">
<div class="flex font-bold">
<h2>Zander</h2>, <span>1992</span>
</div>
<p>Clinical study on 180 volunteers with acne, aged 12 to 22 years.</p>
</header>
<div class="text-body-base">
<h3 class="inline-block font-bold">Protocol:</h3>
<p class="inline">application during 12 weeks on face. Evaluation by clinical counting of inflammatory lesions, opens comedones, closes comedones, and total lesions.</p>
</div>
<div class="text-body-base">
<h3 class="inline-block font-bold">Results:</h3>
<p class="inline">At each evaluation (weeks 4,6,8,10,12), 2% salicylic acid was found to be superior to the vehicle for the reduction of inflammatory lesions and open comedones. Excellent or good responses in inflammatory lesion reduction were achieved in 86% of patients treated with 2% salicylic acid, vs 11% with the vehicle control. At final evaluation (12weeks) : 2% salicylic acid produces a greater reduction form baseline in all evaluated parameters: +184% in reduction of total lesions counting, +187% in reduction of inflammatory lesions, + 154% in reduction of open comedones, and + 149% in reduction of closes comedones.</p>
</div>
</section>
</div>
</article>
</div>
</div>
</div>
{% embed "@side-panel" with panel|merge({sidePanelButton:panel.sidePanelButton|merge({label:(panel.sidePanelButton.label is defined ? panel.sidePanelButton.label|format(product_quantity|default('600')))})}) %}
{% block content %}
<article class="flex flex-col gap-4">
{# Header with Logo and Title #}
<header class="flex flex-col gap-2">
<div class="w-20 h-20">
<img
src="{{ panelContent.logo.src }}"
alt="{{ panelContent.logo.alt }}"
class="w-full h-full object-contain"
>
</div>
<h1 class="h4">{{ panelContent.title }}</h1>
</header>
{# Studies List #}
<div>
{% for study in panelContent.studies %}
<section class="flex flex-col gap-4 py-6 border-t border-black/16">
{# Study Header #}
<header class="text-body-lg">
<div class="flex font-bold">
<h2>{{ study.author }}</h2>, <span>{{ study.year }}</span>
</div>
<p>{{ study.description }}</p>
</header>
{# Protocol #}
<div class="text-body-base">
<h3 class="inline-block font-bold">{{ study.protocol.title }}</h3>
<p class="inline">{{ study.protocol.content }}</p>
</div>
{# Results #}
<div class="text-body-base">
<h3 class="inline-block font-bold">{{ study.results.title }}</h3>
<p class="inline">{{ study.results.content }}</p>
</div>
</section>
{% endfor %}
</div>
</article>
{% endblock %}
{% endembed %}
{
"panel": {
"title": "",
"sidePanelButton": false,
"mobilePanel": "full",
"showValue": "$store.asideBlocs.asides.find(aside => aside.name === 'justDose')?.open",
"closeButtonAlpineClick": "$store.asideBlocs.closeAside('justDose')"
},
"panelContent": {
"title": "Juste dose",
"logo": {
"src": "/img/pdp_accordions/img_5.png",
"alt": "Rightly dosed logo"
},
"studies": [
{
"author": "Loden",
"year": 1995,
"description": "Clinical test on 10 volunteers aged 25 to 53.",
"protocol": {
"title": "Protocol:",
"content": "0.5 and 2% salicylic acid applied on the arm, then stripping tests (at 6h after the application) to assess the keratolytic effect. The stripping test is realised with transparent adhesive tape, then the transmission of light through the tape is measured with a digital light measuring instrument. The transmission values are converted into absorbance."
},
"results": {
"title": "Results:",
"content": "Exposing the arm to 2% salicylic acid for 6 hours significantly increased the amount of tissue found on the adhesive tape (p<0.05) (increase of 37% in absorbance value). No significant increase was observed with 0.5% salicylic acid."
}
},
{
"author": "Zander",
"year": 1992,
"description": "Clinical study on 180 volunteers with acne, aged 12 to 22 years.",
"protocol": {
"title": "Protocol:",
"content": "application during 12 weeks on face. Evaluation by clinical counting of inflammatory lesions, opens comedones, closes comedones, and total lesions."
},
"results": {
"title": "Results:",
"content": "At each evaluation (weeks 4,6,8,10,12), 2% salicylic acid was found to be superior to the vehicle for the reduction of inflammatory lesions and open comedones. Excellent or good responses in inflammatory lesion reduction were achieved in 86% of patients treated with 2% salicylic acid, vs 11% with the vehicle control. At final evaluation (12weeks) : 2% salicylic acid produces a greater reduction form baseline in all evaluated parameters: +184% in reduction of total lesions counting, +187% in reduction of inflammatory lesions, + 154% in reduction of open comedones, and + 149% in reduction of closes comedones."
}
}
]
}
}
No notes defined.