parent
17e478c24b
commit
3d7dbe3012
@ -1,23 +1,69 @@ |
|||||||
<div class="main-ingredients"> |
<section id="about" class="about"> |
||||||
<div class="new-container"> |
<div class="container-fluid"> |
||||||
<h2 class="main-ingredients_title">{{ main_ingredients_title }}</h2> |
<div class="about_slider"> |
||||||
<div class="swiper ingredients-swiper"> |
<button class="about_slider_nav next"> |
||||||
<div class="swiper-wrapper"> |
<img src="/wp-content/themes/cosmopet/static/img/slider-next.svg" alt="Next"> |
||||||
{% for slide in main_ingredients_slider %} |
</button> |
||||||
<div class="swiper-slide"> |
<button class="about_slider_nav prev"> |
||||||
<div class="ingredient-card protein"> |
<img src="/wp-content/themes/cosmopet/static/img/slider-prev.svg" alt="Previous"> |
||||||
<img src="{{ slide.image }}" class="ingredient-icon" alt="{{ slide.title }}"> |
</button> |
||||||
<div class="ingredient-title">{{ slide.title }}</div> |
<div class="carousel"> |
||||||
<div class="ingredient-description"> |
<div class="carousel-item"> |
||||||
{{ slide.descr }} |
<img src="/wp-content/themes/cosmopet/static/img/about_slider-img1.png" alt=""> |
||||||
|
<div class="slide_info"> |
||||||
|
<h3 class="slide_title"> |
||||||
|
{% if site_region == 'ru' %}МОС и ФОС пребиотики{% elseif site_region == 'ae' %}MOS and FOS prebiotics{% endif %} |
||||||
|
</h3> |
||||||
|
<p class="slide_text"> |
||||||
|
{% if site_region == 'ru' %}Поддерживают здоровый баланс микрофлоры кишечника и снижают риск заболеваний ЖКТ{% elseif site_region == 'ae' %}Maintain a healthy balance of intestinal microflora and reduces the risk of intestinal diseases{% endif %} |
||||||
|
</p> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
<div class="carousel-item"> |
||||||
|
<img src="/wp-content/themes/cosmopet/static/img/about_slider-img2.png" alt=""> |
||||||
|
<div class="slide_info"> |
||||||
|
<h3 class="slide_title"> |
||||||
|
{% if site_region == 'ru' %}Омега 3 и жирные кислоты{% elseif site_region == 'ae' %}Omega 3 and fatty acids{% endif %} |
||||||
|
</h3> |
||||||
|
<p class="slide_text"> |
||||||
|
{% if site_region == 'ru' %}Улучшают работу мозга и сохраняют его активность, обеспечивают здоровье кожи и блеск шерсти{% elseif site_region == 'ae' %}They improve the functioning of the brain and maintain its normal activity, preserve the health of the skin and the shine of the coat{% endif %} |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="carousel-item active"> |
||||||
|
<img src="/wp-content/themes/cosmopet/static/img/about_slider-img3.png" alt=""> |
||||||
|
<div class="slide_info"> |
||||||
|
<h3 class="slide_title"> |
||||||
|
{% if site_region == 'ru' %}Юкка Шидигера{% elseif site_region == 'ae' %}Yucca schidigera{% endif %} |
||||||
|
</h3> |
||||||
|
<p class="slide_text"> |
||||||
|
{% if site_region == 'ru' %}Стимулирует пищеварение, связывает вещества, вызывающие неприятный запах фекалий. Результат — регулярный стул с меньшим запахом{% elseif site_region == 'ae' %}It stimulates digestion, even binding the substances responsible for the specific smell of dog and cat faeces. As a result bowel-emptying occurs like clockwork (and with less odour!){% endif %} |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="carousel-item"> |
||||||
|
<img src="/wp-content/themes/cosmopet/static/img/about_slider-img4.png" alt=""> |
||||||
|
<div class="slide_info"> |
||||||
|
<h3 class="slide_title"> |
||||||
|
{% if site_region == 'ru' %}Кальций, фосфор и витамин D{% elseif site_region == 'ae' %}Calcium, phosphorus and vitamin D{% endif %} |
||||||
|
</h3> |
||||||
|
<p class="slide_text"> |
||||||
|
{% if site_region == 'ru' %}В оптимальном соотношении поддерживают здоровье костей, способствуют восстановлению суставов и подвижности{% elseif site_region == 'ae' %}In their optimal ratio, they support bone health, promote joint restoration and help maintain mobility{% endif %} |
||||||
|
</p> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
<div class="carousel-item"> |
||||||
|
<img src="/wp-content/themes/cosmopet/static/img/about_slider-img5.png" alt=""> |
||||||
|
<div class="slide_info"> |
||||||
|
<h3 class="slide_title"> |
||||||
|
{% if site_region == 'ru' %}Энтопротеин{% elseif site_region == 'ae' %}E-protein{% endif %} |
||||||
|
</h3> |
||||||
|
<p class="slide_text"> |
||||||
|
{% if site_region == 'ru' %}Легкоперевариваемый энтопротеин, который к тому же превосходит по питательности традиционное мясо. Будучи новым источником белка, не вызывает аллергии у питомцев{% elseif site_region == 'ae' %}An easily digestible E-protein, nutritionally superior to traditional meat; being a novel source of protein, does not cause allergies in pets{% endif %} |
||||||
|
</p> |
||||||
</div> |
</div> |
||||||
{% endfor %} |
|
||||||
</div> |
</div> |
||||||
|
|
||||||
<div class="swiper-button-next"></div> |
|
||||||
<div class="swiper-button-prev"></div> |
|
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
</section> |
Loading…
Reference in new issue