- {% for product in products %}
- {% include '../../Organisms/ProductCard/ProductCard.twig' with product %}
- {% endfor %}
+ {% for product in products %}
+ {% include '../../Organisms/ProductCard/ProductCard.twig' with product %}
+ {% endfor %}
-
- {% include '../../Molecules/Button/Button.twig' with {text: button.label, href: button.href,icon_right:'chevron-right', variant:'secondary'} %}
+
+ {% include '../../Molecules/Button/Button.twig' with {text: button.label, href: button.href,icon_right:'chevron-right', variant:'secondary'} %}
diff --git a/components/Layout/Footer/Footer.twig b/components/Layout/Footer/Footer.twig
index fc1865b..26fbceb 100644
--- a/components/Layout/Footer/Footer.twig
+++ b/components/Layout/Footer/Footer.twig
@@ -1,21 +1,21 @@
{% set footerLinksClasses = 'flex flex-col gap-2 md:gap-6 md:flex-row lg:flex-col Footer-links mb-[30px] md:mb-0 md:pb-[70px] md:px-[50px] md:pt-[30px] md:border-t md:border-t-grey-lighter lg:border-none ' %}
{% if withNewsletter %}
- {% set footerLinksClasses = footerLinksClasses ~ 'md:col-span-2 lg:col-span-1' %}
- {% set footerStoreInfosClasses = footerStoreInfosClasses ~ 'md:border-l md:border-l-grey-lighter lg:border-r lg:border-r-grey-lighter ' %}
- {% set footerContainerClasses = 'md:grid-cols-2 lg:grid-cols-3' %}
+ {% set footerLinksClasses = footerLinksClasses ~ 'md:col-span-2 lg:col-span-1 text-black' %}
+ {% set footerStoreInfosClasses = footerStoreInfosClasses ~ 'md:border-l md:border-l-grey-lighter lg:border-r lg:border-r-grey-lighter ' %}
+ {% set footerContainerClasses = 'md:grid-cols-2 lg:grid-cols-3' %}
{% else %}
- {% set footerLinksClasses = 'flex flex-col gap-2 md:gap-6 Footer-links mb-[30px] md:mb-0 md:pb-[70px] md:pt-[50px] md:pl-[40px] ' %}
- {% set footerStoreInfosClasses = footerStoreInfosClasses ~ 'md:border-r md:border-r-grey-lighter' %}
- {% set footerContainerClasses = 'md:grid-cols-2' %}
+ {% set footerLinksClasses = 'flex flex-col gap-2 md:gap-6 Footer-links mb-[30px] md:mb-0 md:pb-[70px] md:pt-[50px] md:pl-[40px] text-black' %}
+ {% set footerStoreInfosClasses = footerStoreInfosClasses ~ 'md:border-r md:border-r-grey-lighter' %}
+ {% set footerContainerClasses = 'md:grid-cols-2' %}
{% endif %}
diff --git a/components/Layout/Footer/FooterCheckout.twig b/components/Layout/Footer/FooterCheckout.twig
index 7061432..61c45da 100644
--- a/components/Layout/Footer/FooterCheckout.twig
+++ b/components/Layout/Footer/FooterCheckout.twig
@@ -1,12 +1,21 @@
-