@font-face {
font-family: 'Rain August Regular';
font-style: normal;
font-weight: normal;
src: local('Rain August Regular'), url('Rain August.woff') format('woff');
}
@font-face {
    font-family: 'Comic_Sans_MS';
    font-style: normal;
    font-weight: normal;
    src: local('Comic Sans MS.ttf'), url('Comic Sans MS.woff') format('woff');
}
body{
  color: #334155;
}
/********************************************************
			Codezeel Custom Styles
********************************************************/
.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}

.customNavigation {
	position: absolute;
	width: 0;
	top: auto;
	z-index: 9;
	direction: ltr !important;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.lastest_block .customNavigation {
    bottom: -20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.lastest_block:hover .customNavigation {
    opacity: 1;
    filter: alpha(opacity=100);
}
.lastest_block .customNavigation a.prev,
.product-accessories .customNavigation a.prev,
.productscategory-products .customNavigation a.prev  {
	left: -30px;
}
.lastest_block .customNavigation a.next,
.product-accessories .customNavigation a.next,
.productscategory-products .customNavigation a.next{
	right: -30px;
}
.customNavigation a {
    font-size: 0;
    position: absolute;
    padding: 0;
    color: #888888;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*background: rgba(0, 0, 0, 0) url(../img/codezeel/arrow.png) no-repeat scroll 0 0;*/
    width: 25px;
    height: 25px;
    background-color: #FF944D;
}

.customNavigation a.prev {
  left: -20px;
  background-position: 1px 2px;
}

.customNavigation a.next {
  right: -20px;
  background-position: -56px 2px;
}
.customNavigation a.prev:before{
  content: "\f0d9";
    height: 25px;
    width: 22px;
    color: #fff;
    display: inline-block;
    float: none;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 25px;
    vertical-align: top;
}
.customNavigation a.prev:hover{
  /*background-position: 1px -29px;*/
  background: #FFD1B3;
}
.customNavigation a.prev:hover:before{
  color: #000000;
}
.customNavigation a.next:before{
  content: "\f0da";
  height: 25px;
  width: 25px;
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 25px;
  vertical-align: top;
}
.customNavigation a.next:hover{
   /*background-position: -56px -29px;*/
   background: #FFD1B3;
}
.customNavigation a.next:hover:before{
  color: #000000;
}

#czleftbanner img,
#czrightbanner img{
	max-width: 100%;
}
#czleftbanner li, #czrightbanner li {
    display: inline-block;
}
#czleftbanner li a, #czrightbanner li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.top_button {
	background: #000000;
    bottom: 90px;
    cursor: pointer;
    height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 45px;
    z-index: 99;
    border-radius: 50%;
display: none;
}
.top_button:hover {
    background-color: #888888;
}
.top_button:before {
    font-family: "FontAwesome";
    content: "\f176";
    color: #fff;
    font-size: 20px;
    left: 18px;
    position: absolute;
    top: 10px;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
/* Flexslider */

.nivo-directionNav a {
    background: #ffffff url(../img/codezeel/arrow.png) no-repeat scroll 0 0;
}
.czhomeslider .nivo-directionNav a.nivo-prevNav:hover,
.czhomeslider .nivo-directionNav a.nivo-nextNav:hover {
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
#index .spinner {
    background: url(../img/codezeel/loading.gif) no-repeat center center #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 999;
    background-size: 15%;
}


/* Styles spécifiques pour la section YA’MAMA Club */
.yamama-club-section { margin: 60px 0; font-family: 'Poppins', sans-serif; }

.yamama-club-banner {
    background: linear-gradient(135deg, #ffebee 0%, #f8bbd0 100%);
    padding: 70px 20px;
    text-align: center;
    border-radius: 16px;
    margin-bottom: 70px;
}
.club-title { font-size: 3rem; font-weight: 700; color: #d81b60; margin-bottom: 16px; font-family: 'Comic_Sans_MS';}
.club-title span { color: #ec407a; }
.club-subtitle { font-size: 1.25rem; color: #6d4c41; max-width: 800px; margin: 0 auto; line-height: 1.6; }

/* === GRILLE 2 colonnes (desktop + tablette) / 1 colonne mobile === */
.club-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;        /* 2 colonnes sur desktop et tablette */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Mobile : 1 seule colonne */
@media (max-width: 767px) {
    .club-cards-grid {
        grid-template-columns: 1fr;
    }
    .club-title { font-size: 2.4rem; }
}

/* === Style des cartes === */
.club-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border: 1px solid #fdeaeb;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.club-card:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 25px 50px rgba(216, 27, 96, 0.18);
    border-color: #ec407a;
}

.card-icon {
    width: 90px; height: 90px;
    margin: 0 auto 24px;
    background: #fce4ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icon svg {
    width: 48px; height: 48px;
    color: #ec407a;
}

.club-card h3 {
    font-size: 1.45rem;
    color: #c2185b;
    margin-bottom: 16px;
    font-weight: 600;
}
.club-card p {
    color: #6d4c41;
    font-size: 1rem;
    line-height: 1.6;
}
/* Images pleines largeur avec coins arrondis */
.full-image {
  position: relative;
  height: 55vh;
  min-height: 420px;
  overflow: hidden;
}
.full-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    transition: transform 10s ease;
}
.full-image:hover img {
    transform: scale(1.08);
}

/* Mini-parallaxe */
.parallax img {
    transform: translateY(var(--scroll-y, 0px));
}

/* Caption élégante */
.image-caption {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%) translateY(40px);
    background: rgba(236,64,122,0.96);
    color: #fff;
    padding: 14px 44px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    opacity: 0;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(12px);
    text-align: center;
}
.full-image:hover .image-caption {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Texte (sans aucune animation) */
.full-text {
    padding: 100px 20px;
}
.full-text:nth-of-type(4) { background: #ffffff; } /* le 2ème bloc texte */
.full-text h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #c2185b;
  margin-bottom: 50px;
  font-weight: 600;
  font-family: 'Comic_Sans_MS';
}
.text-content {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.92;
  color: #6d4c41;
}
.text-content p { margin-bottom: 28px; }

/* Responsive */
@media (max-width: 992px) {
    .club-title { font-size: 3.6rem; }
    .full-image { height: 70vh; min-height: 500px; }
    .full-image img { border-radius: 30px; }
    .full-text { padding: 110px 20px; }
    .full-text h2 { font-size: 2.8rem; }
}
@media (max-width: 576px) {
    .club-title { font-size: 3rem; }
    .full-image { height: 60vh; border-radius: 24px; }
    .full-image img { border-radius: 24px; }
    .full-text { padding: 90px 15px; }
    .full-text h2 { font-size: 2.4rem; }
}

/* notre app */
.yamama-approach-clean {
    font-family: 'Poppins', Georgia, serif;
    line-height: 1.9;
    color: #5d4037;
    background: #fdf6f9;
}

/* Photo d'ouverture */
.opening-image img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
    display: block;
    margin: 30px 0;
}

/* Blocs texte */
.text-block {
    padding: 20px 20px;
}
.bg-soft-pink { background: #ffffff; } /* #fdf1f5 */
.bg-white { background: #ffffff; }


/* Titres */
.main-title {
    font-size: 3.6rem;
    font-weight: 300;
    text-align: center;
    margin: 0 0 40px;
    color: #ad1457;
    font-family: 'Comic_Sans_MS';
}
.main-title span {
    font-weight: 700;
    background: linear-gradient(135deg, #ec407a, #d81b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.intro-text {
    font-size: 1.4rem;
    text-align: center;
    margin: 30px auto 70px;
    max-width: 800px;
    opacity: 0.95;
}

.section-title {
    font-size: 2.6rem;
    text-align: center;
    margin: 0 0 50px;
    color: #880e4f;
    font-weight: 400;
    line-height: 1.45;
    font-family: 'Comic_Sans_MS';
}
.section-title.large { font-size: 2.6rem; }
.section-title .highlight {
    background: linear-gradient(135deg, #ec407a, #ad1457);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

/* Paragraphes */
.text-block p {
    font-size: 1.2rem;
    max-width: 860px;
    margin: 0 auto 40px;
    text-align: center;
}

/* Citations rondes */
.round-quote,
.final-quote {
  background: rgba(252, 228, 236, 0.6);
  padding: 40px 50px;
  border-radius: 32px;
  text-align: center;
  margin: 50px 0;
  border-left: 5px solid #ec407a;
  backdrop-filter: blur(8px);
  font-size: 1.4rem;
  font-weight: 500;
  color: #880e4f;
  line-height: 1.5;
}
.final-quote {
    font-size: 1.55rem;
    padding: 60px 70px;
    background: rgba(252,228,236,0.8);
}
.round-quote p,
.final-quote p{
    font-size: 1.25rem;
    font-weight: 500;
    color: #880e4f;
    margin: 0;
    line-height: 1.8;
}
.round-quote p strong, .final-quote p strong {
    font-size: 1.5rem;
    color: #c2185b;
}
.final-quote strong {
    font-size: 1.8rem;
    color: #c2185b;
}

/* Responsive */
@media (max-width: 992px) {
    .main-title { font-size: 3rem; }
    .section-title { font-size: 2.4rem; }
    .section-title.large { font-size: 2.6rem; }
    .text-block { padding: 70px 20px; }
}
@media (max-width: 576px) {
    .opening-image img { height: 40vh; }
    .main-title { font-size: 2.5rem; }
    .intro-text { font-size: 1.25rem; }
    .section-title { font-size: 2rem; }
    .round-quote, .final-quote { padding: 40px 30px; border-radius: 34px; font-size: 1.25rem !important; }
    .final-quote strong { font-size: 1.5rem !important; }
}
/* Newsletter */
.newsletter-content{
    width: 100%;
    float: left;
    text-align: center;
}
.newsletter-content > div > h3{
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    margin: 50px 0 30px;
    color: #000;
}
.newsletter-content > div > div > p{
    margin-bottom: 30px;
    font-size: 14px;
    color: #555;
    letter-spacing: .3px;
    line-height: 22px;
    font-weight: 400;
    text-transform: none;
}
/* Products */
.products .product-title a{
    color: #ad1457;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    /*font-size: 1.5rem;*/
    font-size: clamp(15px, 1vw + 0.5rem, 20px);
    margin-bottom: 4px;
    font-weight: 400;
    line-height: 1.1;
    height: auto;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    text-transform: capitalize;
    letter-spacing: 0.6px;
}
.products .product_list li:hover .product-title a, .products .product-title a:hover{
    color: #ec407a;
}
.czcategoryimagelist{
  margin-bottom: 110px;
}
.czcategoryimagelist .categoryimage .categoryimagename{
    position: absolute;
    font-weight: bold;
    color: #ffffff;
    left: 25px;
    bottom: 25px;
    line-height: 85%;
    text-decoration: none;
    z-index: 2;
    font-size: clamp(12px, 1vw + 0.5rem, 22px);
}
/* common description */
.title-desc-gradient{
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 40px;
    background: linear-gradient(135deg, #ec407a, #ad1457);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-family: 'Comic_Sans_MS';
    margin: 15px 0 15px 0;
}
ul.caracteristique-list{
    font-size: 1.1rem;
    font-weight: 300;
    color: #000;
    list-style: inside;
}
ul.caracteristique-list li{
    margin-bottom: 10px;
}
ul.caracteristique-list b{
    color: #ad1457;
}
.content-description{
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
}
.content-subtitle{
  color: #ad1457;
  font-size: 1.1rem;
  font-weight: 400;
}
/* Custom Ymama Products Cards */
li.product_item .thumbnail-container img {
    border-radius: 50px 20px;
}
li.product_item:hover .thumbnail-container img {
    border-radius: 30px 10px;
}
@media(min-width: 768px){

	.products .product_list li.product_item:hover .product-miniature .product-description,
	.products .product_list li.item:hover .product-miniature .product-description {
		border-radius: 50px 50px 0 0;
	}
}

/* Custom Main Menu */
#header .header-top {
    width: 100%;
    text-align: center;
    background: #ffffff;
    color: #ffffff;
    position: fixed;
    padding: 10px 0px !important;
    border: 0;
    top: 0px;
    z-index: 9999;
    animation: slide-down 0.7s;
    left: 0px;
    right: 0px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
#header .header_logo {
    float: left;
    padding: 15px 20px 15px 0;
    position: relative;
}
#header .header_logo:after{
  content: none;
}
.top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0px 0px 0px 0px;
    min-width: 165px;
}
.top-menu > li > a.dropdown-item:has(span) {
    flex-direction: row-reverse;
}
#page.active:before{
  display: none;
}
/* ===== VARIABLES ===== */
:root {
    --menu-color: #333333;
    --menu-hover: #F26166;
    --menu-hover-bg: #f8fafc;
    --menu-border: #e2e8f0;
    --menu-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    --menu-radius: 8px;
    --menu-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --sidebar-width: 320px;
    --pastel-red:     #F7A3A6;
    --pastel-orange:  #FFD1B3;
    --pastel-yellow:  #FFF7B2;
    --pastel-blue:    #CFEAF8;
    --pastel-pink:    #F8B3B6;
}

/* ===== CORRECTIONS DESKTOP ===== */

/* 1. Menu après le logo - réorganisation du header */
.header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

/* Ordre des éléments dans le header */
.header_logo {
    order: 1;
    flex: 0 0 auto;
}

#desktop_cart {
    order: 6;
    flex: 0 0 auto;
}

.user-info.dropdown.js-dropdown {
    order: 5;
    flex: 0 0 auto;
}

#language-selector {
    order: 4;
    flex: 0 0 auto;
}

#search_widget {
    order: 3;
    flex: 0 0 auto;
}

.header-top-inner {
    order: 2;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0; /* Permet au menu de réduire */
}

/* 2. Menu desktop dans header-top-inner */
.desktop-top-menu {
    display: block;
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.desktop-top-menu .main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}

.desktop-top-menu #_desktop_top_menu {
    width: 100%;
}

.desktop-top-menu .top-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-top-menu .top-menu > li {
    position: relative;
    margin: 0;
}

.desktop-top-menu .top-menu > li > a {
    position: relative;
    padding: 15px 16px;
    display: flex;
    align-items: center;
    color: var(--menu-color);
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2px;
    transition: var(--menu-transition);
    white-space: nowrap;
    height: 100%;
    border-bottom: 2px solid transparent;
    cursor: pointer; /* Curseur pointer ajouté */
}

.desktop-top-menu .top-menu > li > a:hover {
    color: var(--menu-hover);
    border-bottom-color: var(--menu-hover);
    background-color: transparent;
}

.desktop-top-menu .top-menu > li.current > a {
    color: var(--menu-hover);
    font-weight: 600;
    border-bottom-color: var(--menu-hover);
}

/* 3. Correction du dropdown hover */
/* S'assurer que le li parent a une hauteur définie */
.desktop-top-menu .top-menu > li {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Ajustement du sous-menu pour qu'il soit visible au hover */
.desktop-top-menu .popover.sub-menu {
    position: absolute;
    top: 100% !important;
    left: 0;
    background: white;
    box-shadow: var(--menu-shadow);
    min-width: 220px;
    max-width: 280px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--menu-transition);
    border-radius: var(--menu-radius);
    border: 1px solid var(--menu-border);
    padding: 8px 0;
    display: block !important; /* Forcer l'affichage pour le hover */
}

.desktop-top-menu .popover.sub-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 20px;
    width: 12px;
    height: 12px;
    background: white;
    transform: rotate(45deg);
    border-top: 1px solid var(--menu-border);
    border-left: 1px solid var(--menu-border);
    z-index: -1;
}

/* CORRECTION IMPORTANTE : Hover sur le LI parent, pas sur le lien */
.desktop-top-menu .top-menu > li:hover .popover.sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
}

/* S'assurer que le collapse n'interfère pas */
.desktop-top-menu .popover.sub-menu.collapse:not(.show) {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

.desktop-top-menu .top-menu > li:hover .popover.sub-menu.collapse:not(.show) {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/* Flèches desktop - amélioration */
.desktop-top-menu .pull-xs-right {
    margin-left: 6px;
}

.desktop-top-menu .collapse-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    transition: var(--menu-transition);
    cursor: pointer; /* Curseur pour les flèches */
    pointer-events: auto; /* Permettre les clics */
}

.desktop-top-menu .collapse-icons .fa-icon {
    font-size: 11px;
    color: #666;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.desktop-top-menu .collapse-icons .fa-icon.add {
    display: block;
}

.desktop-top-menu .collapse-icons .fa-icon.remove {
    display: none;
}

/* Rotation des flèches au hover */
.desktop-top-menu .top-menu > li:hover .collapse-icons .fa-icon.add {
    transform: rotate(180deg);
}

/* Sous-menu niveau 2+ */
.desktop-top-menu .popover.sub-menu .top-menu {
    flex-direction: column;
    align-items: stretch;
    display: block !important;
}

.desktop-top-menu .popover.sub-menu .top-menu li {
    width: 100%;
}

.desktop-top-menu .popover.sub-menu .top-menu li a {
    padding: 8px 20px;
    color: var(--menu-color);
    font-weight: 400;
    font-size: 13px;
    transition: var(--menu-transition);
    display: block;
    cursor: pointer; /* Curseur pointer pour les sous-menus */
}

.desktop-top-menu .popover.sub-menu .top-menu li a:hover {
    background-color: var(--menu-hover-bg);
    color: var(--menu-hover);
    padding-left: 25px;
}

/* ===== CORRECTIONS MOBILE ===== */

/* 1. Masquer le texte "Menu" dans le bouton */
.btn-menu .cat-title {
    display: none !important;
}

/* 2. Correction du bouton menu mobile */
.mobile-menu-toggle {
    display: none;
    position: relative;
    z-index: 10002;
}

.btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--menu-color);
    border: none;
    padding: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition: var(--menu-transition);
    position: relative;
    z-index: 10002;
    width: 40px;
    height: 40px;
}

.btn-menu:hover {
    background: var(--menu-hover-bg);
    color: var(--menu-hover);
}

.btn-menu .menu-icon {
    position: relative;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-menu .menu-icon:before,
.btn-menu .menu-icon:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: var(--menu-transition);
}

.btn-menu .menu-icon:before {
    transform: translateY(-4px);
    box-shadow: 0 4px 0 currentColor;
}

.btn-menu .menu-icon:after {
    transform: translateY(4px);
}

/* Animation de l'icône hamburger en croix */
.btn-menu.active .menu-icon:before {
    transform: rotate(45deg) translate(0, 0);
    box-shadow: none;
}

.btn-menu.active .menu-icon:after {
    transform: rotate(-45deg) translate(0, 0);
}

/* 3. Correction du sidebar mobile - z-index et position */
.mobile-menu-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: var(--sidebar-width);
    height: 100vh;
    background: white;
    box-shadow: 2px 0 30px rgba(0, 0, 0, 0.15);
    transition: var(--menu-transition);
    z-index: 10004 !important; /* Augmenté pour être au-dessus de tout */
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mobile-menu-sidebar.show {
    left: 0;
}

/* 4. Correction du backdrop - z-index inférieur */
.mobile-menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998; /* Inférieur au sidebar (10004) */
    opacity: 0;
    visibility: hidden;
    transition: var(--menu-transition);
    backdrop-filter: blur(2px);
}

.mobile-menu-backdrop.show {
    opacity: 1;
    visibility: visible;
}

/* 5. Correction du rendu du menu dans le sidebar */
.mobile-menu-content {
    flex: 1;
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.mobile-menu-content .js-top-menu.mobile {
    width: 100%;
}

/* Réinitialiser le style du menu dans le sidebar */
.mobile-menu-content .top-menu {
    display: block !important;
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 18px !important;
    margin: 0 !important;
}

.mobile-menu-content .top-menu > li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mobile-menu-content .top-menu > li > a {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    color: var(--menu-color) !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    transition: var(--menu-transition) !important;
    position: relative !important;
    width: 100% !important;
    border: none !important;
    background: none !important;
    cursor: pointer !important;
}

/* Header du sidebar */
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
    background: white;
    border-bottom: 1px solid var(--menu-border);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    z-index: 10005;
    position: relative;
}

.mobile-menu-header .menu-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    color: var(--menu-color);
}

.close-menu {
    background: transparent;
    border: none;
    color: var(--menu-color);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--menu-transition);
    padding: 0;
    line-height: 1;
    z-index: 10006;
}

.close-menu:hover {
    background: var(--menu-hover-bg);
    color: var(--menu-hover);
    transform: rotate(90deg);
}

/* Sous-menus mobile */
.mobile-menu-content .popover.sub-menu {
    padding-left: 15px !important;
    background: var(--menu-hover-bg) !important;
    margin: 0 0 8px !important;
    border-radius: var(--menu-radius) !important;
    border: none !important;
    display: block !important;
    position: static !important;
    box-shadow: none !important;
    width: 100% !important;
}

.mobile-menu-content .popover.sub-menu .top-menu {
    padding: 0 !important;
    display: block !important;
}

.mobile-menu-content .popover.sub-menu .top-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    display: block !important;
    width: 100% !important;
}

.mobile-menu-content .popover.sub-menu .top-menu li:last-child {
    border-bottom: none !important;
}

.mobile-menu-content .popover.sub-menu .top-menu li a {
    padding: 12px 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #555 !important;
    display: block !important;
    width: 100% !important;
}

.mobile-menu-content .popover.sub-menu .top-menu li a:hover {
    color: var(--menu-hover) !important;
    padding-left: 8px !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
    .desktop-top-menu .top-menu > li > a {
        padding: 15px 14px;
        font-size: 13px;
    }

    /* Ajustement pour les écrans moyens */
    .header-top-inner {
        min-width: 0;
        overflow: hidden;
    }

    .desktop-top-menu .top-menu {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .desktop-top-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    /* Réorganisation du header sur mobile */
    .header-top .container {
        justify-content: space-between;
    }

    .header_logo {
        order: 2;
        flex: 0 0 auto;
    }

    .header-top-inner {
        order: 1;
        flex: 0 0 auto;
        justify-content: center;
        width: auto;
    }

    /* Cacher les autres éléments sur mobile si nécessaire */
    #desktop_cart,
    .user-info.dropdown.js-dropdown,
    #search_widget {
        /*display: none !important;*/
    }
    #header .logo{
      max-width: 125px;
      position: initial;
    }
    #header .header_logo {
      padding: 0;
    }
    #header .header-top.fixed .blockcart {
        margin-top: -13px;
    }
}

@media (max-width: 767px) {
    .mobile-menu-sidebar {
        width: 100%;
    }

    .mobile-menu-header {
        padding: 15px;
    }

    .mobile-menu-content .top-menu {
        padding: 0 15px !important;
    }
}

@media (min-width: 992px) {
    .desktop-top-menu {
        display: block;
    }

    .mobile-menu-toggle {
        display: none;
    }

    /* Afficher tous les éléments sur desktop */
    #desktop_cart,
    .user-info.dropdown.js-dropdown,
    #search_widget {
        display: block !important;
    }
    #header .header-top.fixed .user-info{
        margin-top: 8px;
    }
    #header .header-top.fixed .search-widget {
        margin-top: 7px;
    }
}

/* ===== ANIMATIONS ===== */
@keyframes slideInLeft {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.desktop-top-menu .popover.sub-menu {
    animation: slideInLeft 0.3s ease forwards;
}

.mobile-menu-backdrop.show {
    animation: fadeIn 0.3s ease forwards;
}

/* ===== CORRECTIONS GÉNÉRALES ===== */

/* Masquer le menu mobile original */
.mobile.mobile-menu {
    display: none !important;
}

/* S'assurer que le menu desktop est caché sur mobile */
.hidden-md-down {
    display: block !important;
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

/* Ajustements pour les icônes FontAwesome */
.fa-icon {
    font-family: 'FontAwesome', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/* Correction pour éviter que le menu ne dépasse */
.header-top {
    position: relative;
    overflow: visible;
}

/* Force le menu à rester dans son conteneur */
.desktop-top-menu {
    max-width: 100%;
    overflow: visible;
}

/* Style du curseur pour tous les éléments cliquables */
.desktop-top-menu .top-menu > li > a,
.mobile-menu-content .top-menu > li > a,
.btn-menu,
.close-menu,
.desktop-top-menu .collapse-icons {
    cursor: pointer;
}

/* Correction pour les sous-menus qui disparaissent trop vite */
.desktop-top-menu .top-menu > li .popover.sub-menu {
    pointer-events: auto;
}

/* Ajouter un délai de fermeture optionnel */
.desktop-top-menu .top-menu > li {
    transition: all 0.2s ease;
}

/* Empêcher le débordement du texte */
.desktop-top-menu .top-menu > li > a {
    overflow: hidden;
    text-overflow: ellipsis;
    /*max-width: 150px;*/
}

@media (max-width: 1199px) {
    .desktop-top-menu .top-menu > li > a {
        /*max-width: 130px;*/
    }
}

/* Style pour les items actifs */
.desktop-top-menu .top-menu > li:hover {
    background-color: transparent;
}

/* Correction supplémentaire pour le dropdown desktop */
.desktop-top-menu .popover.sub-menu.hover-show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    display: block !important;
}

/* Désactiver le collapse bootstrap pour desktop */
@media (min-width: 992px) {
    .desktop-top-menu .collapse {
        display: block !important;
        height: auto !important;
        visibility: visible !important;
    }

    .desktop-top-menu .collapse:not(.show) {
        display: block !important;
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
    }

    .desktop-top-menu .top-menu > li:hover .collapse:not(.show) {
        opacity: 1;
        visibility: visible;
        height: auto;
        overflow: visible;
    }
}

/* Force l'affichage vertical pour le menu mobile */
.mobile-menu-content .js-top-menu.mobile,
.mobile-menu-content .js-top-menu.mobile .top-menu,
.mobile-menu-content .js-top-menu.mobile .top-menu li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Correction pour le bouton mobile dans le header */
@media (max-width: 991px) {
    .header-top-inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .mobile-menu-toggle {
        margin-left: 1px;
    }
}
/* === custom Module: Category Image List === */
.czcategoryimagelist .products-section-title {
    float: left;
    width: 100%;
    padding-top: 0;
    font-size: clamp(1.7rem, 2vw, 2.85rem);
    line-height: 62px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Comic_Sans_MS';
    color: #F26166;
}
.czcategoryimagelist .czcategoryimagelist_block {
    width: 100%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
}
.czcategoryimagelist .customNavigation{
  margin: 0 auto;
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    top: -20px;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.cz-carousel{
  margin-top: 20px;
}
.czcategoryimagelist .czcategoryimagelist_block li.slider .categoryimage img {
    border-radius: 10px;
}

/* === Custom Testimonial Cms === */
#cztestimonialcmsblock {
    margin: 0px auto;
    text-align: center;
    clear: both;
    overflow: hidden;
    background: var(--pastel-blue);
}
#cztestimonialcmsblock .testimonial-area .testimonial-left-part .testimonial-anchor img{
  width: 100%;
  object-fit: cover;
}

#cztestimonialcmsblock .testimonial-right-part .title {
    font-size: 34px;
    line-height: 32px;
    color: #447891;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 40px;
    font-family: 'Comic_Sans_MS';
    text-align: left;
}
#cztestimonialcmsblock .testimonial-right-part .storedetail{
  color: #000;
  line-height: 28px;
  padding: 0 54px;
  font-size: 16px;
  padding: 0 45px 0 0;
    text-align: left;
}
#cztestimonialcmsblock .testimonial-right-part .more{
      margin-top: 25px;
      text-align: right;
}
#cztestimonialcmsblock .testimonial-right-part .more a.shop-now{
  align-items: center;
  background: #ffffff;
  border: none;
  border-radius: 0 50px 0 50px;
  color: #447891;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .0833em;
  min-height: 3.375rem;
  padding: 0 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-top-left-radius .5s cubic-bezier(.215, .6, .27, .995) .1s, border-bottom-right-radius .6s cubic-bezier(.215, .6, .27, .995);
}
#cztestimonialcmsblock .testimonial-right-part .more a.shop-now:hover{
  border-radius: 50px 0 50px 0;
  background: #447891;
    color: #FFF;
}
@media (max-width: 768px) {
  #cztestimonialcmsblock .testimonial-right-part .storedetail{
    padding: 0px;
  }
}
/* === Services === */
#czservicecmsblock .reinsurance-list{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;*/
  justify-content: space-between;
  gap: 50px;
}
#czservicecmsblock .reinsurance-list > div{
      text-align: center;
}
#czservicecmsblock .reinsurance-list img{
      height: 150px;
}
#czservicecmsblock .reinsurance-list .reinsurance-title {
    color: #F26166;
    font-size: 1.1rem;
    line-height: 1.45;
    font-family: 'Comic_Sans_MS';
}
/* === === */
#czwelcomecmsblock{
  margin: 10px 0 50px 0;
}
#czwelcomecmsblock .welcome-store-inner .one-half.right-part {
    text-align: center;
    padding: 55px 105px 53px;
    line-height: 28px;
}
#czwelcomecmsblock .welcome-store-inner .one-half.right-part .title{
  font-size: 34px;
  line-height: 40px;
  color: #e05156;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 40px;
  font-family: 'Comic_Sans_MS';
  text-align: left;
}
#czwelcomecmsblock .welcome-store-inner .one-half.right-part .storedetail{
  text-align: left;
  font-size: 25px;
  line-height: 35px;
  color: #630000;
  font-weight: 500;
}
#czwelcomecmsblock .welcome-store-inner .one-half.right-part .storedetail ul li:before{
  content: " ";
  display: inline-block;
  background-color: #630000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-left: -30px;
}

#czwelcomecmsblock .welcome-store-inner .one-half.right-part .more a.shop-now{
  align-items: center;
  background: #ffffff;
  border: none;
  border-radius: 0 50px 0 50px;
  color: #e05156;
  display: inline-flex;
  font-size: .75rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .0833em;
  min-height: 3.375rem;
  padding: 0 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-top-left-radius .5s cubic-bezier(.215, .6, .27, .995) .1s, border-bottom-right-radius .6s cubic-bezier(.215, .6, .27, .995);
}
#czwelcomecmsblock .welcome-store-inner .one-half.right-part .more a.shop-now:hover{
  border-radius: 50px 0 50px 0;
  color: #e05156;
}
/* === Home Banner === */
.flexslider .slides li.flex-active-slide .slide_content .headdings .sub_headding{
  font-family: 'Comic_Sans_MS';
  font-weight: 600;
}
/* === Home Category Tab === */
#czcategorytabs .container{
  width: 1230px;
  max-width: 100%;
}
@media (min-width: 1500px) {
    #czcategorytabs .products .product_list li.product_item.col-lg-3 {
        width: 33%;
    }
}
#czcategorytabs .products-section-title{
  font-family: 'Comic_Sans_MS';
  font-weight: 600;
  color: #F26166;
}
.footer-before{
  background: var(--pastel-orange);
    padding-bottom: 90px;
}

/* === Page Categories === */
.block-category .category-cover{
  text-align: center;
}
/* ===== Filters Facets ==== */
/*.facets-container {
    margin-bottom: 1.5rem;
}

.desktop-filters .facets-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.facet-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.facet-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    color: #495057;
    cursor: pointer;
    transition: all 0.2s;
}

.facet-dropdown-toggle:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}

.facet-badge {
    margin-left: 0.25rem;
}

.facet-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 250px;
    max-height: 400px;
    overflow-y: auto;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    padding: 1rem;
    display: none;
    margin-top: 0.25rem;
}

.facet-dropdown-wrapper.active .facet-dropdown-menu {
    display: block;
}

.facet-option {
    padding: 0.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.2s;
    cursor: pointer;
}

.facet-option:hover {
    background-color: #f8f9fa;
}

.facet-option.active {
    background-color: #e7f1ff;
}

.facet-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    margin: 0;
}

.facet-label.active {
    font-weight: bold;
}

.facet-text {
    flex: 1;
    text-align: left;
}

.custom-checkbox,
.custom-radio {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.facet-option .facet-label .custom-checkbox input,  .facet-option .facet-label .custom-checkbox  input[type="checkbox"]
.facet-option .facet-label .custom-radio input, .facet-option .facet-label .custom-radio [type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin-top: 0rem;
}

.checkbox-box,
.radio-circle {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #adb5bd;
    border-radius: 3px;
    position: relative;
}

.radio-circle {
    border-radius: 50%;
}

.checkbox-checked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #007bff;
    opacity: 0;
    transition: opacity 0.2s;
}

.custom-checkbox input:checked + .checkbox-box {
    border-color: #007bff;
    margin-top: 0;
}

.custom-checkbox input:checked + .checkbox-box .checkbox-checked {
    opacity: 1;
}

.custom-checkbox input[type="checkbox"] + span{
  margin-top: 0;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked{
  margin: 0;
}

.custom-radio input:checked + .radio-circle {
    border-color: #007bff;
}

.custom-radio input:checked + .radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #007bff;
    border-radius: 50%;
}

.clear-all-wrapper {
    margin-left: auto;
}

.mobile-filters-trigger {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.btn-filter-mobile {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.active-filters-count {
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.mobile-filters-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    background: white;
    overflow-y: auto;
}

.mobile-filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background: white;
    position: sticky;
    top: 0;
    z-index: 1;
}

.mobile-filters-header h5 {
    margin: 0;
}

.close-filters {
    background: none;
    border: none;
    color: #6c757d;
    padding: 0.25rem;
}

.mobile-filters-content {
    padding: 1rem;
}

.mobile-facet {
    margin-bottom: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    overflow: hidden;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background: #f8f9fa;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.accordion-header[aria-expanded="true"] {
    border-bottom-color: #dee2e6;
}

.accordion-header[aria-expanded="true"] .accordion-arrow {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

.accordion-body {
    padding: 1rem;
    background: white;
}

.mobile-filter-option {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f1f1;
}

.mobile-filter-option:last-child {
    border-bottom: none;
}

.mobile-facet-select {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.mobile-filters-actions {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 0;
    margin-top: 1rem;
    border-top: 1px solid #dee2e6;
}

.btn-close-filters {
    flex: 1;
}

@media (max-width: 991px) {
    .desktop-filters {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mobile-filters-trigger,
    .mobile-filters-panel {
        display: none !important;
    }
}
@media (max-width: 991px) {
    #search_filters_wrapper.hidden-md-down {
        display: block !important;
    }
    #search_filters_wrapper.hidden-md-down #search_filter_controls{
      display: none;
    }
    #search_filter_toggler{
      display: none;
    }
}
*/
/* === FAQ === */
#faqAccordion .card {
    border: 0;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    box-shadow: none;
    transition: all 0.3s ease;
}
#faqAccordion .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 0;
    border-radius: 25px 25px 0 0 !important;
}
#faqAccordion .card-header:has(button[aria-expanded="true"]){
  background-color: #FDF057;
  border-radius: 25px 25px 0 0 !important;
}
#faqAccordion .btn-link {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    position: relative;
    white-space: normal;
    border: none;
    background: #89CFF0;
}
#faqAccordion .card-body {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #89CFF0;
    background: #FDF057;
    font-weight: 600;
    border-radius: 0 0 25px 25px;
}
#faqAccordion .card:hover {
    box-shadow: none;
}

/* === Products === */
.product-description .product-main-title{
  font-size: clamp(1.7rem, 2vw, 2.85rem);
    font-family: 'Comic_Sans_MS';
    color: #F26166;
    font-weight: 600;
    margin-bottom: 15px;
}
.product-description .product-main-sub-title{
  font-size: .95rem;
    color: #6eadca;
    font-weight: 600;
    margin-bottom: 25px;
}
.product-description .content-subtitle {
    color: #000000;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 25px;
}
.tabs .tab-pane {
    padding: 20px 20px 15px;
    border: 0;
    background: #fff;
}
.faq-title{
  font-size: clamp(1.7rem, 2vw, 2.85rem);
    line-height: 62px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Comic_Sans_MS';
    color: #F26166;
        margin-bottom: 5px;
}
.faq-title:after{
  content: none;
}
.faq-subtitle {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Comic_Sans_MS';
    color: #F26166;
}
#faqAccordion .btn-link:after {
    content: '\002B';
    color: #89cff0;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transition: transform 0.3s;
    width: 20px;
    height: 20px;
    background: #fdf057;
    border-radius: 50%;
    text-align: center;
}
#faqAccordion .btn-link .fa {
    display: none;
}
.tabs .nav-tabs .nav-link{
  border: 1px solid var(--pastel-orange);
}
.tabs .nav-tabs .nav-link:hover{
      background: var(--pastel-orange);
      color: #000000;
}
.tabs .nav-tabs .nav-link.active{
  color: #000000;
  background: var(--pastel-orange);
}
.tabs .nav-tabs .nav-link.active:after, .tabs .nav-tabs .nav-link:hover:after{
  width: 0;
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
    width: 49%;
    display: inline-table;
    font-weight: 500;
    background: #FDF057;
    padding: 10px 20px;
    margin-right: 0px;
    min-height: 2.5rem;
    word-break: break-all;
    vertical-align: top;
    color: #000000;
}
.product-features > dl.data-sheet dd.value:nth-of-type(even), .product-features > dl.data-sheet dt.name:nth-of-type(even) {
    background: #FFF7B2;
}

.images-container .js-qv-mask .customNavigation {
    width: 0;
    top: 160px;
    bottom: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.images-container .js-qv-mask .customNavigation a:before {
    font-size: 25px;
}
.flexslider .slides li .slide_content .headdings .button-shopnow .button {
    background: #F26166;
    color: #ffffff;
    border: none;
    display: inline-block;
    line-height: 23px;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 144px;
    font-weight: 500;
    border-radius: 0 50px 0 50px;
    padding: 12px 3rem;
}
.flexslider .slides li .slide_content .headdings .button-shopnow .button:hover {
    background-color: #F26166;
    border-radius: 50px 0 50px 0;
}
.flexslider .slides li .slide_content{
  color: #F26166;
}
.flexslider .slides li .slide_content .sub_headding{
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.6), 0 0 8px rgba(255, 255, 255, 0.4), 0 0 12px rgba(255, 255, 255, 0.2);
}
.flex-direction-nav a:before{
  background-color: #F26166;
}
.czcategoryimagelist .czcategoryimagelist_block li.slider .categoryimage a:hover img{
  border-radius: 10px 50px;
}
.product-quantity .add .add-to-cart{
  background: #F26166;
  color: #ffffff;
  border: none;
  display: inline-block;
  line-height: 23px;
  font-size: 13px;
  text-transform: uppercase;
  min-width: 144px;
  font-weight: 500;
  border-radius: 0 50px 0 50px;
  padding: 12px 3rem;
}
.product-quantity .add .add-to-cart:hover{
  background-color: #666;
  border-radius: 50px 0 50px 0;
}
.products-section-title{
  font-size: clamp(1.7rem, 2vw, 2.85rem);
    line-height: 62px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Comic_Sans_MS';
    color: #F26166;
    margin-bottom: 50px;
}
.products .product-thumbnail img{
  border-radius: 50px 20px;
}
.products .product-thumbnail:hover img {
    border-radius: 30px 10px;
}
/* ====== Category Full Width ==== */
.category-fullwidth .category-products .container {
  display: flex;
  gap: 30px;
}
.category-fullwidth .category-products .left_column {
  width: 25%;
}

.category-fullwidth .category-products .content {
  width: 75%;
}

/* Mobile */
@media (max-width: 768px) {
  .category-fullwidth .category-products .container {
    flex-direction: column;
  }

  .category-fullwidth .category-products .left_column,
  .category-fullwidth .category-products .content {
    width: 100%;
  }
}
.category-fullwidth .category-cover{
  margin: 0;
    width: 100%;
    padding: 80px 0;
    background: #ece9e4;
    text-align: center;
    overflow: hidden;
    margin-top: -40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.category-fullwidth #category-description{
  background: #f4f8f9;
    border: 0;
}
.category-fullwidth #category-description .category-full-width-desc{
  overflow: auto;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
}
.category-fullwidth #category-description .category-full-width-desc h1{
  line-height: 3.75rem;
    font-family: 'Comic_Sans_MS';
    font-weight: 600;
    font-size: clamp(2.2rem, 2.5vw, 3.85rem);
    border: 0;
    color: #F26166;
}
.category-fullwidth .category-full-width-subcategories #subcategories{
  overflow: auto;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.category-fullwidth .category-full-width-subcategories .subcategories-list{
  align-items: flex-start;
    display: inline-flex;
    justify-content: flex-start;
}
.category-fullwidth .category-full-width-subcategories .subcategories-list .list-el{
  margin: 0 1rem;
  color: #F26166;
  display: block;
  min-width: 6.5rem;
  text-decoration: none;
  width: 6.5rem;
}
.category-fullwidth .category-full-width-subcategories .subcategories-list .list-el .el-picture{
  background: #fff;
  border: .125rem solid rgb(242 97 102 / 15%);
  border-radius: 50%;
  display: block;
  margin-bottom: .5rem;
  /*padding-bottom: .5rem;*/
  position: relative;
  transition: border .4s;
  width: 100%;
}
.category-fullwidth .category-full-width-subcategories .subcategories-list .list-el .el-picture img{
  height: 60% !important;
width: 60% !important;
margin: 15px 15px;
}
.category-fullwidth .category-full-width-subcategories .subcategories-list .list-el:hover .el-picture{
  border-color: #F26166;
}
.category-fullwidth .category-full-width-subcategories .subcategories-list .list-el .el-name{
  display: block;
    font-size: .7rem;
    font-weight: 700;
    hyphens: auto;
    letter-spacing: .08em;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
}
.category-fullwidth .category-products #search_filters .block_title{
  font-size: 1.2rem;
    color: #166491;
    margin-bottom: 1.25rem;
}
.category-certifications #category-certifications-content{
  background: #f8b3b6;
    border: 0;
}
.category-certifications #category-certifications-content .category-full-width-certif {
    overflow: auto;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
}
.category-certifications #category-certifications-content .category-full-width-certif h1 {
    line-height: 3.75rem;
    font-family: 'Comic_Sans_MS';
    font-weight: 600;
    font-size: clamp(2rem, 2vw, 3rem);
    border: 0;
    color: #FFFFFF;
}
body#category #footer{
  margin-top: 0;
}
body#category #wrapper{
  padding-bottom: 0;
}
/* ====== END Category Full Width ==== */

/* ==== Slider product image disposition verticale (DESKTOP) ===== */
@media (min-width: 769px) {

  body#product .images-container-slider {
    display: flex;
    gap: 15px;
  }

  /* colonne thumbnails */
  body#product .images-container-slider .js-qv-mask.additional_slider {
    width: 110px;
    order: 1;
  }
  body#product .images-container-slider .js-qv-mask.additional_slider  .owl-wrapper{
    width: 100% !important;
  }
  /* image principale */
  body#product .images-container-slider .product-cover {
    order: 2;
    flex: 1;
  }

  /* Owl en vertical */
  body#product .additional_slider .owl-stage {
    display: flex !important;
    flex-direction: column !important;
  }

  body#product .additional_slider .owl-item {
    width: 100% !important;
  }

  body#product .additional_slider .thumb-container {
    width: 100%;
    margin-bottom: 10px;
  }

  body#product .additional_slider img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* flèches verticales */
  body#product .customNavigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    top: auto;
        bottom: 40px;
  }

  body#product .additional_prev,
  body#product .additional_next {
    transform: rotate(90deg);
    margin: 5px 0;
  }
  body#product .cz-carousel{
    margin-top: 0px;
  }
}
/* ==== END Slider product image disposition verticale (DESKTOP) ===== */
/* ==== Slider product image (MOBILE - JS FIRST) ===== */
@media (max-width: 768px) {

  body#product .images-container-slider {
    display: block;
  }

  body#product .additional_slider .owl-stage {
    display: block !important;
    flex-direction: initial !important;
    transform: initial !important;
  }

  body#product .additional_slider .owl-item {
    width: initial;
  }

  body#product .additional_slider .thumb-container {
    width: auto;
    margin: 0;
  }

  body#product .additional_prev,
  body#product .additional_next {
    transform: none;
  }
}
/* ==== END Slider product image (MOBILE - JS FIRST) ===== */

.product-feature-carousel .feature-item{
  background: transparent;
}
.product-feature-carousel.product-extra-content{
    border: 0;
}
body#product .product-tabcontent .tabs .nav-tabs {
  margin-bottom: 0;
  background: #f7faf9;
  height: 43px;
  border-radius: 25px 25px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  align-items: center;
}
body#product .tabs .nav-tabs .nav-link.active {
    color: #ff944d;
    background: rgb(255 209 179 / 50%);
    border-radius: 25px 25px 0 0;
    font-weight: 600;
    font-size: 15px;
}
body#product .tabs .nav-tabs .nav-link {
    border: 0;
}
body#product .tabs .nav-tabs .nav-link:hover {
    background: #FFFFFF;
    color: #000000;
    border-radius: 25px 25px 0 0;
}
body#product .product-tabcontent .tabs .tab-pane{
  background: rgb(255 209 179 / 50%);
  border-radius: 0 0 25px 25px;
}
body#product .product-tabcontent .tabs .nav-tabs .nav-item{
  margin: 0;
}
@media (max-width: 768px) {

  body#product .product-tabcontent .tabs .nav-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    gap: 8px;
    padding: 6px;
    border-radius: 20px 20px 0 0;
    -webkit-overflow-scrolling: touch;
  }

  body#product .product-tabcontent .tabs .nav-tabs::-webkit-scrollbar {
    display: none;
  }

  body#product .product-tabcontent .tabs .nav-item {
    flex: 0 0 auto;
  }

  body#product .product-tabcontent .tabs .nav-link {
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 20px;
  }
}

/* ===== Page CMS A propo === */

body#cms .cms-fullwidth-page .section {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

body#cms .cms-fullwidth-page .section .text, body#cms .cms-fullwidth-page .section .image {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    margin: 10px;
    border-radius: 15px;
}

body#cms .cms-fullwidth-page .section .text {
    background-color: #e6e6e6;
}

body#cms .cms-fullwidth-page .section .image {
    background-color: #888;
    height: 200px;
}







body#cms .cms-fullwidth-page .engagement {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

body#cms .cms-fullwidth-page .engagement .text {
    flex: 1;
    min-width: 300px;
    background-color: #e6e6e6;
    border-radius: 15px;
    padding: 20px;
    margin: 10px;
}

body#cms .cms-fullwidth-page .engagement .image {
    flex: 1;
    min-width: 300px;
    background-color: #888;
    border-radius: 15px;
    margin: 10px;
    height: 300px;
}


.cms-fullwidth-page #cms-description {
    background: #f4f8f9;
    border: 0;
}
.cms-fullwidth-page #cms-description .cms-full-width-desc {
    overflow: auto;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    text-align: center;
}
.cms-fullwidth-page #cms-description .cms-full-width-desc h2.header-title {
  font-family: inherit;
  color: #166491;
  text-transform: uppercase;
}
.cms-fullwidth-page #cms-description .cms-full-width-desc h1 {
    line-height: 3.75rem;
    font-family: 'Comic_Sans_MS';
    font-weight: 600;
    font-size: clamp(2.2rem, 2.5vw, 3.85rem);
    border: 0;
    color: #F26166;
}

.cms-fullwidth-page h2 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 3.75rem;
    font-family: 'Comic_Sans_MS';
    font-weight: 600;
    font-size: clamp(2.2rem, 2.5vw, 3.85rem);
    border: 0;
    color: #F26166;
}


.cms-fullwidth-page h3 {
  font-weight: normal;
  margin-bottom: 30px;
  color: #555;
  text-align: center;
  font-size: clamp(1.2rem, 1.2vw, 2.85rem);
  text-transform: capitalize !important;
  letter-spacing: 0;
}

.section-raison{
      padding: 50px 0;
}
.cms-block-raison{
  padding: 40px 0;
}
.cms-element-ltext-img-float{
    position: relative;
    padding: 25px 0px;
    background: #F26166;
    border-radius: 25px;
    display: flex;
    align-items: center;
}
.cms-element-ltext-img-float .cms-element-ltext{
  width: 100%;
}
.cms-element-ltext-img-float .cms-element-ltext{
    width: 45%;
  color: #FFF;
  font-size: 14px;
  padding: 20px 30px;
}
.cms-element-ltext-img-float .cms-element-ltext p{
  width: 100%;
      margin-bottom: 0;
}
.cms-element-ltext-img-float .cms-element-img-float{
    /*position: absolute;
    right: 2%;
    top: -20px;*/
    width: 50%;
    max-width: 600px;
    /* height: 100%; */
    padding: 5px;
    border-radius: 25px;
    background-color: rgba(247, 178, 146, 0.7);
    float: right;
}
.cms-element-ltext-img-float .cms-element-img-float img{
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.cms-fullwidth-page .section-mission-vission {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 40px;
}

.cms-fullwidth-page .section-mission-vission .box {
    flex: 1;
    min-width: 300px;
    padding: 100px 150px;
}

.cms-fullwidth-page .section-mission-vission .mission {
    background-color: var(--pastel-blue);
    color: #fff;
}
.cms-fullwidth-page .section-mission-vission .mission h3{
  font-weight: 600;
    margin-bottom: 30px;
    color: #447891;
    text-align: center;
    font-size: clamp(1.5rem, 1.5vw, 2.9rem);
    text-transform: capitalize !important;
    letter-spacing: 0;
}
.cms-fullwidth-page .section-mission-vission .mission p{
  color: #000;
  font-size: 17px;
  text-align: center;
}

.cms-fullwidth-page .section-mission-vission .vision {
    background-color: var(--pastel-orange);
}
.cms-fullwidth-page .section-mission-vission .vision h3{
  font-weight: 600;
    margin-bottom: 30px;
    color: #d17030;
    text-align: center;
    font-size: clamp(1.5rem, 1.5vw, 2.9rem);
    text-transform: capitalize !important;
    letter-spacing: 0;
}
.cms-fullwidth-page .section-mission-vission .vision p{
  color: #000;
  font-size: 17px;
  text-align: center;
}

.cms-fullwidth-page .section-solution {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 60px 0;
}
.cms-fullwidth-page .section-solution .container{
  display: flex;
    align-items: center;
}
.cms-fullwidth-page .section-solution .solutions-item{
  display: flex;
    flex-direction: column;
}
.cms-fullwidth-page .section-solution .solutions-item div {
    background-color: #89CFF0;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
    padding: 10px 20px;
    display: inline-block;
    margin: 10px;
    font-size: 1.1rem;
}

.cms-fullwidth-page .section-differences {
    background-color: #f4f8f9;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 40px;
}
.cms-fullwidth-page .section-differences h2 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 3.75rem;
    font-family: 'Comic_Sans_MS';
    font-weight: 600;
    font-size: clamp(2.2rem, 2.5vw, 3.85rem);
    border: 0;
    color: #447891;
}
.cms-fullwidth-page .section-differences .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.cms-fullwidth-page .section-differences .feature {
  width: 150px;
  height: 150px;
  background-color: #447891;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  text-align: center;
  padding: 10px;
  font-size: .9rem;
  font-weight: 600;
}

.cms-element-bg-img-text-float{
  position: relative;
    padding: 40px 0px;
}
.cms-element-bg-img-text-float .cms-element-bg-img{
  width: 100%;
}
.cms-element-bg-img-text-float .cms-element-bg-img img{
    width: 100%;
    object-fit: cover;
    height: 550px;
    border-radius: 10px;
}
.cms-element-bg-img-text-float .cms-element-text-float{
  position: absolute;
    left: 5%;
    top: 0px;
    width: 45%;
    max-width: 600px;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    background-color: rgba(247, 178, 146, 0.7);
}
.cms-fullwidth-page .section-engagement{
      padding: 50px 0;
}
.cms-fullwidth-page .section-engagement .cms-element-text-float p{
  color: #482915;
font-weight: 600;
font-size: clamp(1rem, 1vw, 1.5rem);
}
.cms-fullwidth-page .section-engagement ul {
    padding-left: 20px;
        margin: 40px 0;
        font-size: clamp(1rem, 1vw, 1.5rem);
    color: #000;
    text-align: left;
}

.cms-fullwidth-page .section-engagement li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.cms-fullwidth-page .section-engagement li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: #482915;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .cms-element-bg-img-text-float .cms-element-bg-img img{
      height: 350px;
    }
    .cms-element-bg-img-text-float .cms-element-text-float{
      position: relative;
      margin-top: -45%;
      width: 80%;
      left: 10%;
    }
    .cms-element-ltext-img-float .cms-element-ltext{
      width: 100%;
      padding-bottom: 50px;
    }
    .cms-element-ltext-img-float .cms-element-img-float{
      position: relative;
      margin-top: auto;
      margin-bottom: -100px;
      width: 80%;
      left: 10%;
    }
    .cms-fullwidth-page .section-mission-vission .box{
      padding: 50px 40px;
    }
    .cms-fullwidth-page .section-solution .container{
      flex-direction: column;
    }


    body#cms .cms-fullwidth-page .header, body#cms .cms-fullwidth-page .mission-vision, body#cms .cms-fullwidth-page .section, body#cms .cms-fullwidth-page .engagement {
        flex-direction: column;
        align-items: center;
    }

    body#cms .cms-fullwidth-page .header div, body#cms .cms-fullwidth-page .mission-vision .box, body#cms .cms-fullwidth-page .section .text, body#cms .cms-fullwidth-page .section .image, body#cms .cms-fullwidth-page .engagement .text, body#cms .cms-fullwidth-page .engagement .image {
        width: 90%;
    }

    body#cms .cms-fullwidth-page .solutions div {
        display: block;
        margin: 10px auto;
    }
}
/* ===== END Page CMS A propo === */
/* ==== Home our shop ==== */
.fullwidth-our-shop{
  clear: both;
    padding: 100px 0;
    width: 100%;
    float: left;
}
.fullwidth-our-shop .our_shop_content_list{
    width: 100%;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
}
.fullwidth-our-shop .our_shop_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.fullwidth-our-shop .our_shop_list > div.block_content {
    width: 18%;
}
@media (max-width: 768px) {
    .fullwidth-our-shop .our_shop_list > div.block_content {
        width: 45%;
    }
}
.fullwidth-our-shop .our-shop-section-title {
    float: left;
    width: 100%;
    padding-top: 0;
    font-size: clamp(1.7rem, 2vw, 2.85rem);
    line-height: 62px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center;
    font-family: 'Comic_Sans_MS';
    color: #F26166;
    margin-bottom: 50px;
}
.fullwidth-our-shop .our_shop_list .categoryimage a {
    display: block;
    position: relative;
}
.fullwidth-our-shop .our_shop_list .categoryimage a::before{
  content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.fullwidth-our-shop .our_shop_list .categoryimage:hover a::before{
  background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.fullwidth-our-shop .our_shop_list .categoryimage a::after{
  content: "";
  /*background: no-repeat scroll url(../img/codezeel/category-hover-plus-icon.png) center center;*/
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.fullwidth-our-shop .our_shop_list .categoryimage:hover a::after{
    opacity: 1;
}
.fullwidth-our-shop .our_shop_list .categoryimage img {
    border-radius: 10px;
}
.fullwidth-our-shop .our_shop_list .categoryimage a:hover img {
    border-radius: 10px 50px;
}
.fullwidth-our-shop .our_shop_list .categoryimage .categoryimagename {
  position: relative;
  font-weight: 600;
  color: #ffffff;
  left: 10px;
  bottom: 25px;
  line-height: 85%;
  text-decoration: none;
  z-index: 2;
  font-size: clamp(12px, 1vw, 22px);
}
.cms-element-bg-img-text-float .cms-element-text-float-home {
    position: absolute;
    left: 5%;
    top: 0px;
    width: 45%;
    max-width: 600px;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    background-color: rgb(236 64 122 / 70%);
}
.cms-element-bg-img-text-float .cms-element-text-float-home .logo-club{
  width: fit-content;
    padding: 10px;
    background: #FFF;
    border-radius: 10px;
    margin-top: 10px;
}
.cms-element-bg-img-text-float .cms-element-text-float-home h2{
  margin-bottom: 10px;
    line-height: 2.75rem;
    font-weight: 600;
    font-size: clamp(1.2rem, 2.5vw, 1.85rem);
    border: 0;
    color: #FFFFFF;
    margin-top: 40px;
    text-align: left;
  }
  .cms-element-bg-img-text-float .cms-element-text-float-home ul {
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #FFFFFF;
    font-size: clamp(1.2rem, 1.2vw, 2.85rem);
    text-transform: capitalize !important;
    letter-spacing: 0;
  }
.cms-element-bg-img-text-float .cms-element-text-float-home li {
    margin-bottom: 30px;
    list-style: none;
    position: relative;
    padding-left: 5px;
    line-height: 40px;
}
.cms-element-bg-img-text-float .cms-element-text-float-home .more a.shop-now {
    align-items: center;
    background: #ffffff;
    border: none;
    border-radius: 0 50px 0 50px;
    color: #e05156;
    display: inline-flex;
    font-size: .75rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .0833em;
    min-height: 3.375rem;
    padding: 0 3rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-top-left-radius .5s cubic-bezier(.215, .6, .27, .995) .1s, border-bottom-right-radius .6s cubic-bezier(.215, .6, .27, .995);
    margin-top: 3px;
}
.cms-element-bg-img-text-float .cms-element-text-float-home .more a.shop-now:hover {
    border-radius: 50px 0 50px 0;
    color: #e05156;
}
.card-club-icon{
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
  background: #fce4ec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
}
.card-club-icon svg {
    width: 30px;
    height: 30px;
    color: #ec407a;
}
@media (max-width: 768px) {
    .cms-element-bg-img-text-float .cms-element-text-float-home {
        position: relative;
        /*margin-top: -45%;
        width: 80%;
        left: 10%;*/
        margin-top: -100%;
        width: 96%;
        left: 2%;
        padding: 15px;
        display: inline-block;
    }
    .cms-element-bg-img-text-float .cms-element-text-float-home h2 {
      margin-bottom: 10px;
      line-height: 1.75rem;
      font-weight: 600;
      font-size: clamp(1rem, 1vw, 1.2rem);
      border: 0;
      color: #FFFFFF;
      margin-top: 10px;
      text-align: left;
  }
  .cms-element-bg-img-text-float .cms-element-text-float-home ul{
    font-size: clamp(.9rem, .9vw, 1rem);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .cms-element-bg-img-text-float .cms-element-text-float-home li{
    margin-bottom: 10px;
  }
  .cms-element-bg-img-text-float .cms-element-text-float-home .logo-club{
    margin-top: 0;
  }
  .cms-element-bg-img-text-float .cms-element-text-float-home .logo-club img{
    max-width: 120px;
  }
  .cms-element-bg-img-text-float .cms-element-text-float-home .more a.shop-now{
    padding: 0 2rem;
    min-height: 2.375rem;
  }
}
/* ==== END Home our shop ==== */
#czoffercmsblock {
  display: none;
}
.page_home .title_blog{
  padding-top: 0;
    font-size: clamp(1.7rem, 2vw, 2.85rem);
    line-height: 62px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: 'Comic_Sans_MS';
    color: #F26166;
    text-align: center;
}
/* ===== Contact ==== */
body#contact #left-column{
  width: 100% !important;
    clear: both;
}
body#contact #content-wrapper{
  clear: both;
}
/* ==== FOOTER ==== */
.footer-container .footer {
    display: flex;
    flex-wrap: wrap;
}

.footer-container .footer > div {
    display: flex;
    flex-direction: column;
}
.footer .links h3,
.footer .block-contact-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .links ul li {
    margin-bottom: 8px;
}

.footer .links ul li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.footer .links ul li a:hover {
    color: #f26166;
    text-decoration: underline;
}
.block-social ul {
    padding: 0;
    list-style: none;
}

.block-social ul li {
    margin-bottom: 8px;
}

.block-social ul li a {
    color: #bbb;
    font-size: 14px;
}

.block-social ul li a:hover {
    color: #fff;
}
.payement_logo_block a {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.payement_logo_block img {
    max-height: 24px;
    width: auto;
}
@media (min-width: 768px) {
  .footer-container .footer .links.block:not(:first-child){
      display: flex;
      align-items: center;
  }
  .footer-container .footer .links.block:not(:first-child) > ul.block_content{
    text-align: center;
  }
  .footer-container .footer .block-contact{
    margin-left: auto;
      margin-right: auto;
  }
  .footer-container .footer .block-contact ul#block-contact_list{
      text-align: center;
  }
  .footer-container .footer .block-contact ul#block-contact_list li span{
    width: 100%;
  }
}
@media (max-width: 767px) {
    .footer-container .footer {
        flex-direction: column;
    }

    .footer-container .footer > div {
        width: 100%;
        margin-bottom: 25px;
    }
}
.footer-container {
    padding: 40px 0;
}

.footer-container .footer > div {
    padding: 0 15px;
}
.footer-container .footer > #newsletter-main{
  padding: 0;
}

/* ==== END FOOTEER ==== */
.ets_block_latest .owl-stage{
  display: flex;
    align-items: stretch;
}
.ets_block_latest .owl-item{
  padding: 0 20px;
  flex: 1;
}
.ets_block_latest .owl-item > li {
  background: #f8f9fc;
    padding: 10px;
    height: 100%;
}
.ets_block_latest .owl-item > li:hover{
  transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.flexslider .slides li .slide_content .headdings .sub_headding {
    font-family: 'Comic_Sans_MS';
    font-weight: 600;
}
.club-create-account{
      margin-top: 20px;
}
.club-create-account .shop-now {
    align-items: center;
    background: #ffffff;
    border: none;
    border-radius: 0 50px 0 50px;
    color: #e05156;
    display: inline-flex;
    font-size: .75rem;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .0833em;
    min-height: 3.375rem;
    padding: 0 3rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-top-left-radius .5s cubic-bezier(.215, .6, .27, .995) .1s, border-bottom-right-radius .6s cubic-bezier(.215, .6, .27, .995);
    margin-top: 3px;
}
.club-create-account a.shop-now:hover {
  border-radius: 50px 0 50px 0;
  color: #fff;
  background: #ec417a;
}

.btn-stores{
  background: #447891;
    color: #ffffff;
    border: none;
    display: inline-block;
    line-height: 23px;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 144px;
    font-weight: 500;
    border-radius: 0 50px 0 50px;
    padding: 12px 3rem;
}
.btn-stores:hover {
    background: #cfeaf8;
    border-radius: 50px 0 50px 0;
    color: #447891;
}
#cms #wrapper{
  padding-top: 0;
}
.cms-fullwidth-page header.page-header{
  display: none;
}

@media (max-width: 1459px) {
    .flexslider .slides li .slide_content .headdings .sub_headding {
        font-weight: 400;
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 55px;
    }
}
@media (max-width: 991px) {
    .flexslider .slides li .slide_content .headdings .sub_headding {
        font-size: 38px;
        line-height: 35px;
        margin-bottom: 30px;
    }
    .fullwidth-our-shop {
        padding: 50px 0;
    }
    .fullwidth-our-shop .our-shop-section-title{
      margin-bottom: 10px;
    }
    #cztestimonialcmsblock .testimonial-area {
        padding-top: 0px;
    }
}
@media (max-width: 767px) {
    .flexslider .slides li .slide_content .headdings .sub_headding {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .flexslider .slides li .slide_content .headdings .button-shopnow .button {
        padding: 6px 18px;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .flexslider .slides li .slide_content .headdings .sub_headding {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .flexslider .slides li .slide_content .headdings .button-shopnow .button {
      padding: 4px 15px;
      font-size: 13px;
      text-transform: capitalize;
  }
}
@media (max-width: 380px) {
    .flexslider .slides li .slide_content .headdings .sub_headding {
        font-size: 15px;
        line-height: 15px;
    }
    .flexslider .slides li .slide_content .headdings .button-shopnow .button {
        padding: 3px 12px;
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    .customadvancedmenu .nav.navbar-nav > li.has-submenu > a::after {
        margin-left: 5px;
        vertical-align: middle;
        font-family: 'FontAwesome';
        font-size: 22px;
        content: "\F107";
        font-weight: normal;
        font-style: normal;
    }
}

#language-selector .language-selector button.btn-unstyle{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 0;
    background: transparent;
    cursor: pointer;
}
#language-selector .language-selector button.btn-unstyle::after{
  display: none;
}
#language-selector .language-selector button.btn-unstyle:hover{
  background-color: #000000;
    color: #fff;
}
#language-selector .language-selector .dropdown-menu ul li.current a.dropdown-item{
  color:#f26166;
}
@media (max-width: 991px) {
    #language-selector .language-selector button.btn-unstyle {
        width: 30px;
    }
    #language-selector .language-selector button.btn-unstyle:hover{
      background-color: transparent;
        color: #888888;
    }
}
@media (max-width: 767px) {
  body.lang-ar .customadvancedmenu {
      position: fixed;
      top: 0;
      left: auto;
      right: -100%;
      width: 85%;
      max-width: 320px;
      height: 100%;
      background: white;
      z-index: 1000;
      overflow-y: auto;
      box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
      padding: 0;
      margin: 0;
      border: none;
      transform: translateX(100%);
      transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  body.lang-ar .customadvancedmenu.active {
      right: 0;
      left: inherit;
      transform: translateX(0);
      display: block !important;
  }
}
body#cms #wrapper li{
      list-style: inside;
}
@media (min-width: 768px) {
    .footer-container .links {
        width: 33.33333%;
        margin-bottom: 15px;
        padding-left: 15px;
    }
}

.footer-container .links .collapse {
    display: flex;
    margin-bottom: 5px;
    flex-direction: column;
    text-align: left;
}
body#product .tab-content li{
  list-style: inside;
}
@media (min-width: 1260px) {
  #header  .header-top .container {
      padding: 0 20px;
  }
  .header-top-inner .container {
      width: auto;
  }
  #header .user-info {
    margin-left: 5px;
    margin-right: 5px
  }
}
.cms-fullwidth-page h2.section-title{
    color: #2a6e8f;
    font-size: clamp(1.2rem, 1.5vw, 2.85rem);
    margin-bottom: 25px;
    padding-bottom: 10px;
}
/* Who can partner */
.partner-categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.partner-category {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 25px 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.partner-category:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}

.partner-category i {
    font-size: 2.5rem;
    color: #2a6e8f;
    margin-bottom: 15px;
    line-height: 1;
}

.partner-category h3 {
    color: #2a6e8f;
    margin-bottom: 10px;
    font-size: 1.3rem;
    line-height: 1.6;
}
.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
      font-family: "FontAwesome";
      content: "\f0fe";
      font-style: normal;
}
.fa-truck-loading:before, .fa-truck-ramp-box:before {
    content: "\f0d1";
    font-family: "FontAwesome";
    font-style: normal;
}
.fa-clinic-medical:before, .fa-house-chimney-medical:before {
    content: "\f0fd";
    font-family: "FontAwesome";
    font-style: normal;
}
.fa-baby:before {
    content: "\f1ae";
    font-family: "FontAwesome";
    font-style: normal;
}
.section-nous-faire-confiance{
  background-color: var(--pastel-blue);
    padding: 50px 0;
    margin: 50px 0;
}
/* Why trust us */
.trust-content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.trust-image {
    flex: 1;
    min-width: 300px;
    height: 300px;
    background-color: #e6f2f8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.trust-image i {
    font-size: 8rem;
    color: #2a6e8f;
    opacity: 0.7;
}

.trust-reasons {
    flex: 1;
    min-width: 300px;
}

.trust-reasons ul {
    list-style-type: none;
}

.trust-reasons li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.trust-reasons i {
    color: #2a6e8f;
    font-size: 1.5rem;
    margin-right: 15px;
    margin-top: 3px;
}
.fa-handshake:before {
    content: "\f2b5";
    font-family: "FontAwesome";
    font-style: normal;
}
.fa-check-circle:before, .fa-circle-check:before {
    content: "\f058";
    font-family: "FontAwesome";
    font-style: normal;
}
.cms-fullwidth-page .sub-title-section{
  margin-bottom: 25px;
  font-size: 1.1rem;
  text-align: center;
  color: initial;
}
/* How to partner */
.steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
}

.step {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;

    background: #f8f9fa;
}

.section-raison .step-number {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #F26166;
    color: white;
    border-radius: 50%;
    line-height: 50px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    top: -25px;
}

.step h3 {
  color: #000000;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.step-title{
  display: flex;
align-items: center;
background: none;
}
.step-title h2{
  color: #F26166;
    margin-bottom: 10px;
    font-size: clamp(1.2rem, 1.5vw, 2.85rem);
    line-height: 2.2rem;
}
.section-form-partner{
  margin: 25px 0;
padding: 25px 0;
}
.box-contact {
    background: var(--pastel-orange);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.box-catalogue {
    background: var(--pastel-blue);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
}
/* Responsive */
@media (max-width: 768px) {
    .trust-content {
        flex-direction: column;
    }

    .steps {
        flex-direction: column;
        align-items: center;
    }

    .step {
        width: 100%;
        max-width: 300px;
    }

    .partner-categories {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 20px;
    }
}
.partnership-form-section, .partnership-form-container{
  margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
}
.product-variants > .product-variants-item .color{
  margin: 0;
    width: 60px;
    height: 40px;
    border-radius: 30px;
}
.input-color:checked + span, .input-color:hover + span {
    box-shadow: 0 0 0 1px #eb2026;
    border: 1px solid #eb2026;
}
.products .variant-links .color {
    width: 21px;
    height: 15px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    -moz-border-radius: 30px;
    border: 1px solid #aaa;
}
.color, .custom-checkbox input[type="checkbox"] + span.color {
    width: 22px;
    height: 15px;
    display: inline-block;
    margin-right: 2px;
    border: 1px solid #aaa;
    cursor: pointer;
    background-size: contain;
    border-radius: 30px;
}

.product-custom-link-wrapper{
  text-align: center;
}


.store-content-action{
  text-align: center;
}
.store-note{
  word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.content-load-more-stores{
  text-align: center;
}
.cms-fullwidth-page .section-engagement li{
  list-style: none !important;
}
/* ARABE */
.lang-rtl .cms-element-ltext-img-float .cms-element-img-float{
  /*left: 2%;
    right: inherit;*/
    float: left;
}
.lang-rtl .cms-element-ltext-img-float .cms-element-ltext{
  font-weight: 700;
    font-size: 18px;
}
.lang-rtl .cms-fullwidth-page .section-engagement ul{
  padding-right: 20px;
    padding-left: initial;
    text-align: right;
}
.lang-rtl .cms-fullwidth-page .section-engagement li::marker {
    /*content: "";
    position: absolute;*/
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    background-color: #482915;
    border-radius: 50%;
}
.lang-rtl .cms-fullwidth-page .section-engagement li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    background-color: #482915;
    border-radius: 50%;
}
.lang-rtl .cms-fullwidth-page .section-engagement li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background-color: #482915;
  border-radius: 50%;
}
.lang-rtl .cms-fullwidth-page .section-engagement .cms-element-text-float p {
  color: #482915;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  margin-top: 50px;
  line-height: 2.5rem;
}
.lang-rtl .footer .links ul li a{
  float: right;
}
.lang-rtl #header .search-widget {
    float: left;
    margin-left: 0;
    margin-right: 1px;
}
.lang-rtl #search_filters .facet .facet-label a {
  padding-right: 5px;
}
.lang-rtl #faqAccordion .btn-link {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    text-align: right;
    padding: 15px 20px;
    position: relative;
    white-space: normal;
    border: none;
    background: #89CFF0;
}
.lang-rtl #faqAccordion .btn-link:after {
    content: '\002B';
    color: #89cff0;
    font-weight: bold;
    float: left;
    margin-left: 5px;
    transition: transform 0.3s;
    width: 20px;
    height: 20px;
    background: #fdf057;
    border-radius: 50%;
    text-align: center;
}
.lang-rtl .fullwidth-our-shop .our_shop_list .categoryimage .categoryimagename {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    right: 10px;
    bottom: 25px;
    line-height: 85%;
    text-decoration: none;
    z-index: 2;
    font-size: clamp(12px, 1vw, 22px);
}
.lang-rtl .flexslider .slides li .slide_content {
    position: absolute;
    bottom: 240px;
    right: -10px;
    text-align: right;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}
.lang-rtl .cms-element-bg-img-text-float .cms-element-text-float-home {
    position: absolute;
    right: 5%;
    top: 0px;
    width: 45%;
    max-width: 600px;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    background-color: rgb(236 64 122 / 70%);
}
.lang-rtl .cms-element-bg-img-text-float .cms-element-text-float-home li {
    margin-bottom: 30px;
    list-style: none;
    position: relative;
    padding-right: 5px;
    line-height: 40px;
    display: flex;
}
.lang-rtl .card-club-icon {
    width: 40px;
    height: 40px;
    margin: 0 0 0 20px;
    background: #fce4ec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
}
.lang-rtl .pull-right{
  float: left;
}
.lang-rtl #cztestimonialcmsblock .testimonial-right-part .title {
    font-size: 34px;
    line-height: 32px;
    color: #447891;
    text-transform: uppercase;
    font-weight: 900;
    padding-bottom: 40px;
    font-family: 'Comic_Sans_MS';
    text-align: right;
}
.lang-rtl #cztestimonialcmsblock .testimonial-right-part .storedetail {
    color: #000;
    line-height: 28px;
    padding: 0 54px;
    font-size: 16px;
    padding: 0 0 0 45px;
    text-align: right;
}
.lang-rtl #cztestimonialcmsblock .testimonial-right-part .more {
    margin-top: 25px;
    text-align: left;
}
.lang-rtl .cms-faq-card .btn-link {
    color: #333;
    font-weight: 500;
    width: 100%;
    text-align: right;
    padding: 15px 20px;
    text-decoration: none;
}
.lang-rtl .float-right{
  float: left;
}
.lang-rtl .trust-reasons i {
    color: #2a6e8f;
    font-size: 1.5rem;
    margin-left: 15px;
    margin-top: 3px;
}
@media (min-width: 768px) {
  .lang-rtl .customadvancedmenu .sub-menu-container > li > a {
    text-align: right;
  }
}
.products .product-title{
  min-height: 50px;
}
@media (min-width: 768px) {
    .products .product_list li.item .product-description .highlighted-informations, .products .product_list li.product_item .product-description .highlighted-informations {
      bottom: -25px;
    }
}
.lang-rtl .custom-checkbox label{
  text-align: right !important;
}
/* Qalite & Sante */
:root {
    --primary-color: #F26166;
    --secondary-color: #8b5cf6;
    --accent-color: #10b981;
    --light-color: #f8fafc;
    --dark-color: #447891;
    --text-color: #334155;
    --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    --transition: all 0.3s ease;
}
/* Hero Section */
.hero {
    padding: 80px 0;
    background-color: white;
    position: relative;
}

.hero-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.hero-text {
    flex: 1;
}

.hero-text h2 {
    font-size: 2.8rem;
    color: var(--dark-color);
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-text h2 span {
    color: var(--primary-color);
    position: relative;
}

.hero-text h2 span::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 100%;
    height: 8px;
    background-color: rgba(74, 111, 255, 0.2);
    z-index: -1;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: var(--text-color);
}

.hero-image {
    flex: 1;
    position: relative;
}

.hero-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: var(--shadow);
    transform: perspective(1000px) rotateY(-5deg);
    transition: var(--transition);
}

.hero-image img:hover {
    transform: perspective(1000px) rotateY(0deg);
}
/* Products Section */
.section-title {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 2.5rem;
    color: var(--dark-color);
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(to left, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.product-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow);
    transition: var(--transition);
    position: relative;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-image {
    height: 220px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-content {
    padding: 25px;
}

.product-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.product-icon i {
    font-size: 1.8rem;
    color: white;
}

.product-content h3 {
    font-size: 1.6rem;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 500;
}

.features-list {
    list-style: none;
    margin-top: 20px;
}

.features-list li {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    list-style: none !important;
}

.features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--accent-color);
    font-weight: bold;
}
.lang-rtl .features-list li {
    margin-bottom: 12px;
    padding-right: 25px;
    position: relative;
    list-style: none !important;
}

.lang-rtl .features-list li::before {
    content: "✓";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--accent-color);
    font-weight: bold;
}

.section-bg{
  background: #f8fafc;
}
/* Standards Section */
.standards {
    background: linear-gradient(135deg, #f0f4ff 0%, #f5f3ff 100%);
    padding: 80px 0;
    /*border-radius: 30px;
    margin: 80px 0;*/
    position: relative;
    overflow: hidden;
}

.standards::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background-image: radial-gradient(circle, rgba(74, 111, 255, 0.05) 1px, transparent 1px);
    background-size: 30px 30px;
    animation: moveBackground 60s linear infinite;
    z-index: 0;
}

@keyframes moveBackground {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(-30px, -30px) rotate(360deg); }
}

.standards-content {
    position: relative;
    z-index: 1;
}

.standards-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
    gap: 30px;
}

.standard-card {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: var(--shadow);
    border-right: 5px solid var(--accent-color);
}

.standard-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

.standard-header i {
    font-size: 2rem;
    color: var(--primary-color);
}

.standard-card h3 {
    font-size: 1.5rem;
    color: var(--dark-color);
}

/* Commitment Section */
.commitment {
    padding: 80px 0;
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.commitment-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px;
    background-color: white;
    box-shadow: var(--shadow);
    transition: var(--transition);
}

.commitment-item:hover {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    transform: translateY(-5px);
}

.commitment-item:hover i,
.commitment-item:hover h3 {
    color: white;
}

.commitment-item i {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    transition: var(--transition);
}

.commitment-item h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    transition: var(--transition);
}
.img-center{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#footer .block_newsletter > .row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer .block_newsletter .title{
  margin-right: 0;
}
.lang-rtl #footer .block_newsletter .title{
  margin-left: 0;
}
#footer .block_newsletter .title{
  margin-bottom: 20px;
}
#stores .page-stores #stores-container{
  display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
#stores .page-stores #stores-container .store-item {
    flex: 1 1 calc(33.333% - 16px);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#stores .page-stores #stores-container .store-item:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 25px 50px rgb(230 230 230);
}
#stores .page-stores #stores-container .store-item .store-item-container {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0 !important;
    gap: 10px;
}
#stores .page-stores .store-item-container .divide-top {
    border-top: #ebebeb 1px solid;
    padding-top: 10px;
}
.advanced-store-locator .badge{
  border: 1px solid #447891;
    background: #447891;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px !important;
    display: block;
}
.advanced-store-locator .store-filter{
  background: #f4f8f9;
padding: 10px;
border-radius: 10px;
border: 1px solid #2fb5d2;
}
.btn-sign-in{
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    font-size: 1rem !important;
    font-weight: 600;
    justify-content: center;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: .75rem 1rem !important;
    text-align: center;
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background: #F26166;
    border: 1px solid #F26166;
    margin-bottom: 10px !important;
}
.btn-sign-in:hover{
  background: #000000;
  border: 1px solid #000000;
  color: #fff !important;
}

.btn-sign-up{
    border-radius: 4px;
    color: #1a1d32 !important;
    display: flex;
    font-size: 1rem !important;
    font-weight: 600;
    justify-content: center;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding: .75rem 1rem !important;
    text-align: center;
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    background-color: #ffffff;
    border: 1px solid #1a1d32;
}
.btn-sign-up:hover{
  background-color: rgba(26, 29, 50, 0.05);
  color: #1a1d32 !important;
}
.cart-summary, #js-checkout-summary{
  background-color: rgb(255 232 214);
}
body#checkout .card .cart-summary-subtotals-container {
    padding: 10px 0px 20px;
    border-top: 1px solid rgba(26, 29, 50, .1);
    border-bottom: 1px solid rgba(26, 29, 50, .1);
}
body#checkout .card .card-block.cart-summary-totals {
    padding-top: 0px;
    padding-bottom: 10px;
}
body#cart .card-block.cart-detailed-subtotals {
    border-bottom: 1px solid rgba(26, 29, 50, .1);
}
.checkout.cart-detailed-actions a.btn.btn-primary{
  font-size: 1rem;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}
.cart-summary-products > p{
  background: #FFF;
    margin-bottom: 0;
    padding: 5px 10px;
}
.cart-summary-products > p > a{
  display: flex;
    justify-content: space-between;
}
.cart-summary-products > #cart-summary-product-list{
  background: rgb(255, 255, 255);
  border-top: 1px solid rgba(26, 29, 50, 0.05);
  padding-top: 10px;
}
.breadcrumb ol{
  display: flex;
    width: 100%;
}
.block-social li a:before {
    font-size: 18px;
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal;
    height: 25px;
    width: 25px;
    padding-top: 5px;
    color: #b0b0b0;
}
.facebook a:before{
    content: "";
    margin-right: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+RmFjZWJvb2s8L3RpdGxlPjxwYXRoIGQ9Ik05LjEwMSAyMy42OTF2LTcuOThINi42Mjd2LTMuNjY3aDIuNDc0di0xLjU4YzAtNC4wODUgMS44NDgtNS45NzggNS44NTgtNS45NzguNDAxIDAgLjk1NS4wNDIgMS40NjguMTAzYTguNjggOC42OCAwIDAgMSAxLjE0MS4xOTV2My4zMjVhOC42MjMgOC42MjMgMCAwIDAtLjY1My0uMDM2IDI2LjgwNSAyNi44MDUgMCAwIDAtLjczMy0uMDA5Yy0uNzA3IDAtMS4yNTkuMDk2LTEuNjc1LjMwOWExLjY4NiAxLjY4NiAwIDAgMC0uNjc5LjYyMmMtLjI1OC40Mi0uMzc0Ljk5NS0uMzc0IDEuNzUydjEuMjk3aDMuOTE5bC0uMzg2IDIuMTAzLS4yODcgMS41NjRoLTMuMjQ2djguMjQ1QzE5LjM5NiAyMy4yMzggMjQgMTguMTc5IDI0IDEyLjA0NGMwLTYuNjI3LTUuMzczLTEyLTEyLTEycy0xMiA1LjM3My0xMiAxMmMwIDUuNjI4IDMuODc0IDEwLjM1IDkuMTAxIDExLjY0N1oiLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.instagram a:before{
    content: "";
    margin-right: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+SW5zdGFncmFtPC90aXRsZT48cGF0aCBkPSJNMTIgMEM4Ljc0IDAgOC4zMzMuMDE1IDcuMDUzLjA3MiA1Ljc3NS4xMzIgNC45MDUuMzMzIDQuMTQuNjNjLS43ODkuMzA2LTEuNDU5LjcxNy0yLjEyNiAxLjM4NFMuOTM1IDMuMzUuNjMgNC4xNEMuMzMzIDQuOTA1LjEzMSA1Ljc3NS4wNzIgNy4wNTMuMDEyIDguMzMzIDAgOC43NCAwIDEycy4wMTUgMy42NjcuMDcyIDQuOTQ3Yy4wNiAxLjI3Ny4yNjEgMi4xNDguNTU4IDIuOTEzLjMwNi43ODguNzE3IDEuNDU5IDEuMzg0IDIuMTI2LjY2Ny42NjYgMS4zMzYgMS4wNzkgMi4xMjYgMS4zODQuNzY2LjI5NiAxLjYzNi40OTkgMi45MTMuNTU4QzguMzMzIDIzLjk4OCA4Ljc0IDI0IDEyIDI0czMuNjY3LS4wMTUgNC45NDctLjA3MmMxLjI3Ny0uMDYgMi4xNDgtLjI2MiAyLjkxMy0uNTU4Ljc4OC0uMzA2IDEuNDU5LS43MTggMi4xMjYtMS4zODQuNjY2LS42NjcgMS4wNzktMS4zMzUgMS4zODQtMi4xMjYuMjk2LS43NjUuNDk5LTEuNjM2LjU1OC0yLjkxMy4wNi0xLjI4LjA3Mi0xLjY4Ny4wNzItNC45NDdzLS4wMTUtMy42NjctLjA3Mi00Ljk0N2MtLjA2LTEuMjc3LS4yNjItMi4xNDktLjU1OC0yLjkxMy0uMzA2LS43ODktLjcxOC0xLjQ1OS0xLjM4NC0yLjEyNkMyMS4zMTkgMS4zNDcgMjAuNjUxLjkzNSAxOS44Ni42M2MtLjc2NS0uMjk3LTEuNjM2LS40OTktMi45MTMtLjU1OEMxNS42NjcuMDEyIDE1LjI2IDAgMTIgMHptMCAyLjE2YzMuMjAzIDAgMy41ODUuMDE2IDQuODUuMDcxIDEuMTcuMDU1IDEuODA1LjI0OSAyLjIyNy40MTUuNTYyLjIxNy45Ni40NzcgMS4zODIuODk2LjQxOS40Mi42NzkuODE5Ljg5NiAxLjM4MS4xNjQuNDIyLjM2IDEuMDU3LjQxMyAyLjIyNy4wNTcgMS4yNjYuMDcgMS42NDYuMDcgNC44NXMtLjAxNSAzLjU4NS0uMDc0IDQuODVjLS4wNjEgMS4xNy0uMjU2IDEuODA1LS40MjEgMi4yMjctLjIyNC41NjItLjQ3OS45Ni0uODk5IDEuMzgyLS40MTkuNDE5LS44MjQuNjc5LTEuMzguODk2LS40Mi4xNjQtMS4wNjUuMzYtMi4yMzUuNDEzLTEuMjc0LjA1Ny0xLjY0OS4wNy00Ljg1OS4wNy0zLjIxMSAwLTMuNTg2LS4wMTUtNC44NTktLjA3NC0xLjE3MS0uMDYxLTEuODE2LS4yNTYtMi4yMzYtLjQyMS0uNTY5LS4yMjQtLjk2LS40NzktMS4zNzktLjg5OS0uNDIxLS40MTktLjY5LS44MjQtLjktMS4zOC0uMTY1LS40Mi0uMzU5LTEuMDY1LS40Mi0yLjIzNS0uMDQ1LTEuMjYtLjA2MS0xLjY0OS0uMDYxLTQuODQ0IDAtMy4xOTYuMDE2LTMuNTg2LjA2MS00Ljg2MS4wNjEtMS4xNy4yNTUtMS44MTQuNDItMi4yMzQuMjEtLjU3LjQ3OS0uOTYuOS0xLjM4MS40MTktLjQxOS44MS0uNjg5IDEuMzc5LS44OTguNDItLjE2NiAxLjA1MS0uMzYxIDIuMjIxLS40MjEgMS4yNzUtLjA0NSAxLjY1LS4wNiA0Ljg1OS0uMDZsLjA0NS4wM3ptMCAzLjY3OGMtMy40MDUgMC02LjE2MiAyLjc2LTYuMTYyIDYuMTYyIDAgMy40MDUgMi43NiA2LjE2MiA2LjE2MiA2LjE2MiAzLjQwNSAwIDYuMTYyLTIuNzYgNi4xNjItNi4xNjIgMC0zLjQwNS0yLjc2LTYuMTYyLTYuMTYyLTYuMTYyek0xMiAxNmMtMi4yMSAwLTQtMS43OS00LTRzMS43OS00IDQtNCA0IDEuNzkgNCA0LTEuNzkgNC00IDR6bTcuODQ2LTEwLjQwNWMwIC43OTUtLjY0NiAxLjQ0LTEuNDQgMS40NC0uNzk1IDAtMS40NC0uNjQ2LTEuNDQtMS40NCAwLS43OTQuNjQ2LTEuNDM5IDEuNDQtMS40MzkuNzkzLS4wMDEgMS40NC42NDUgMS40NCAxLjQzOXoiLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.linkedin a:before{
    content: "";
    margin-right: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+TGlua2VkSW48L3RpdGxlPjxwYXRoIGQ9Ik0yMC40NDcgMjAuNDUyaC0zLjU1NHYtNS41NjljMC0xLjMyOC0uMDI3LTMuMDM3LTEuODUyLTMuMDM3LTEuODUzIDAtMi4xMzYgMS40NDUtMi4xMzYgMi45Mzl2NS42NjdIOS4zNTFWOWgzLjQxNHYxLjU2MWguMDQ2Yy40NzctLjkgMS42MzctMS44NSAzLjM3LTEuODUgMy42MDEgMCA0LjI2NyAyLjM3IDQuMjY3IDUuNDU1djYuMjg2ek01LjMzNyA3LjQzM2MtMS4xNDQgMC0yLjA2My0uOTI2LTIuMDYzLTIuMDY1IDAtMS4xMzguOTItMi4wNjMgMi4wNjMtMi4wNjMgMS4xNCAwIDIuMDY0LjkyNSAyLjA2NCAyLjA2MyAwIDEuMTM5LS45MjUgMi4wNjUtMi4wNjQgMi4wNjV6bTEuNzgyIDEzLjAxOUgzLjU1NVY5aDMuNTY0djExLjQ1MnpNMjIuMjI1IDBIMS43NzFDLjc5MiAwIDAgLjc3NCAwIDEuNzI5djIwLjU0MkMwIDIzLjIyNy43OTIgMjQgMS43NzEgMjRoMjAuNDUxQzIzLjIgMjQgMjQgMjMuMjI3IDI0IDIyLjI3MVYxLjcyOUMyNCAuNzc0IDIzLjIgMCAyMi4yMjIgMGguMDAzeiIvPjwvc3ZnPg==");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.tiktok a:before{
  content: "";
  margin-right: 6px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyByb2xlPSJpbWciIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+VGlrVG9rPC90aXRsZT48cGF0aCBkPSJNMTIuNTI1LjAyYzEuMzEtLjAyIDIuNjEtLjAxIDMuOTEtLjAyLjA4IDEuNTMuNjMgMy4wOSAxLjc1IDQuMTcgMS4xMiAxLjExIDIuNyAxLjYyIDQuMjQgMS43OXY0LjAzYy0xLjQ0LS4wNS0yLjg5LS4zNS00LjItLjk3LS41Ny0uMjYtMS4xLS41OS0xLjYyLS45My0uMDEgMi45Mi4wMSA1Ljg0LS4wMiA4Ljc1LS4wOCAxLjQtLjU0IDIuNzktMS4zNSAzLjk0LTEuMzEgMS45Mi0zLjU4IDMuMTctNS45MSAzLjIxLTEuNDMuMDgtMi44Ni0uMzEtNC4wOC0xLjAzLTIuMDItMS4xOS0zLjQ0LTMuMzctMy42NS01LjcxLS4wMi0uNS0uMDMtMS0uMDEtMS40OS4xOC0xLjkgMS4xMi0zLjcyIDIuNTgtNC45NiAxLjY2LTEuNDQgMy45OC0yLjEzIDYuMTUtMS43Mi4wMiAxLjQ4LS4wNCAyLjk2LS4wNCA0LjQ0LS45OS0uMzItMi4xNS0uMjMtMy4wMi4zNy0uNjMuNDEtMS4xMSAxLjA0LTEuMzYgMS43NS0uMjEuNTEtLjE1IDEuMDctLjE0IDEuNjEuMjQgMS42NCAxLjgyIDMuMDIgMy41IDIuODcgMS4xMi0uMDEgMi4xOS0uNjYgMi43Ny0xLjYxLjE5LS4zMy40LS42Ny40MS0xLjA2LjEtMS43OS4wNi0zLjU3LjA3LTUuMzYuMDEtNC4wMy0uMDEtOC4wNS4wMi0xMi4wN3oiLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
body[id="product"] .product-information #add-to-cart-or-refresh .product-add-to-cart .clearfix,
body[id="product"] .product-information #add-to-cart-or-refresh .product-add-to-cart #product-availability,
body[id="product"] .product-information #add-to-cart-or-refresh .product-add-to-cart .product-minimal-quantity {
  display: none;
}
body[id="product"] .product-information #add-to-cart-or-refresh  .product-add-to-cart{
  width: 60%;
  float: left;
}
body[id="product"] .product-information #add-to-cart-or-refresh  .product-btn-where-to-bay{
  width: 40%;
  align-content: flex-end;
}
body[id="product"].lang-rtl .product-information #add-to-cart-or-refresh  .product-add-to-cart{
  float: right;
}
@media (max-width: 1199px) {
  body[id="product"] .product-information #add-to-cart-or-refresh  .product-add-to-cart{
    width: 100%;
    float: left;
  }
  body[id="product"] .product-information #add-to-cart-or-refresh  .product-btn-where-to-bay{
    width: 100%;
    align-content: flex-end;
  }
}
.ets_wa_whatsapp_block.left_bottom {
    margin-bottom: 0px !important;
}
