html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  line-height: 1.5;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased; }

.mat-config {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

h1 {
  font-size: 50px;
  line-height: 50px; }

h2 {
  font-size: 32px;
  line-height: 46px; }

h3 {
  font-size: 18px;
  line-height: 32px; }

h4 {
  font-size: 16px;
  line-height: 30px; }

h5 {
  font-size: 15px;
  line-height: 30px; }

p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px; }

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
  cursor: pointer; }

img {
  border: 0; }
  img:focus {
    outline: none; }

body {
  color: #2c3e50;
  font-family: "Poppins", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #f8f9fa;
  line-height: 1.6; }

.container {
  padding: 0 24px;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.title {
  color: #2a7ae2;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding-bottom: 15px;
  border-bottom: 2px solid #e9ecef;
  margin-bottom: 35px;
  position: relative;
}

.title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #2a7ae2;
}

.mat-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: hsla(0, 0%, 0%, 0.5);
  opacity: 0;
  pointer-events: none;
  z-index: 15;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.mat-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.newsletter-img { display: none; }

.mat-notification-toast {
  position: fixed;
  bottom: 80px;
  left: 20px;
  right: 20px;
  background: var(--white);
  max-width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding: 15px;
  -webkit-border-radius: var(--border-radius-md);
          border-radius: var(--border-radius-md);
  -webkit-box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.15);
          box-shadow: 0 5px 20px hsla(0, 0%, 0%, 0.15);
  -webkit-transform: translateX(-webkit-calc(-100% - 40px));
      -ms-transform: translateX(calc(-100% - 40px));
          transform: translateX(calc(-100% - 40px));
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 5;
  -webkit-animation: slideInOut 10s ease-in-out infinite;
          animation: slideInOut 10s ease-in-out infinite;
}

.mat-notification-toast.closed { display: none; }

.toast-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--sonic-silver);
}

.toast-close-btn ion-icon { --ionicon-stroke-width: 50px; }

.toast-banner {
  width: 70px;
  height: 70px;
  border: 1px solid var(--cultured);
  -webkit-border-radius: var(--border-radius-sm);
          border-radius: var(--border-radius-sm);
}

.toast-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.toast-detail {
  width: -webkit-calc(100% - 85px);
  width: calc(100% - 85px);
  padding-right: 10px;
}

.toast-message {
  font-size: var(--fs-10);
  color: var(--sonic-silver);
  margin-bottom: 8px;
}

.toast-title {
  font-size: var(--fs-7);
  font-weight: var(--weight-500);
  color: var(--onyx);
}

.toast-meta {
  font-size: var(--fs-10);
  color: var(--sonic-silver);
  }

.app-setting {
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  position: fixed;
  z-index: 1000001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .app-setting__wrap {
    text-align: center;
    padding: 2.1875rem;
    background-color: #fbfbfb;
    border-left: 0.1875rem solid steelblue; }
  .app-setting__h1 {
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: 42px;
    color: #333333; }
  .app-setting__text {
    font-size: 0.8125rem;
    color: #ababab; }

.mat-preloader.is-active {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000000;
  background: white;
  display: block; }

.mat-preloader {
  display: none; }
  .mat-preloader__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 100%; }
  .mat-preloader__img {
    display: block; }

.row--center {
  -ms-flex-pack: center;
      justify-content: center; }

.gl-rating-style > i {
  margin-left: 2px;
  color: #ff9600; }
  .gl-rating-style > i:first-child {
    margin-left: 0; }

.gl-tag {
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 13px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 22px; }
  .gl-tag:last-child {
    margin-right: 0; }

.u-d-block {
  display: block; }



.btn--e-achat {
  position: relative; 
  color: #ffffff; 
  border: 1px solid transparent; 
  background-color: #2a7ae2; 
  overflow: hidden; 
  padding: 10px 20px; 
  transition: background-color .5s ease-in; 
}

.btn--e-achat .btn-text {
  display: inline-block; 
  transition: transform .3s ease-in; 
}

.btn--e-achat:hover {
  background-color: #1e5bb6; 
}

.btn--e-achat:hover .btn-text {
  transform: scale(1.4); 
}

.btn--e-achat,
.btn--e-achat .btn-text,
.btn--e-achat-b-2,
.btn--e-achat-b-2 .btn-text,
.btn--e-achat-white,
.btn--e-achat-white .btn-text,
.btn--e-achat-transparent-b-2,
.btn--e-achat-transparent-b-2 .btn-text,
.btn--e-achat-transparent-hover-brand-b-2,
.btn--e-achat-transparent-hover-brand-b-2 .btn-text,
.btn--e-achat-white-shadow,
.btn--e-achat-white-shadow .btn-text {
  color: #ffffff; 
}

.description-btn {
  position: relative;
  color: #ffffff;
  border: 1px solid transparent;
  background-color: #2a7ae2;
  overflow: hidden;
  padding: 5px 65px;
  transition: background-color 0.5s ease-in;
  z-index: 1;
  white-space: nowrap;
}

.description-btn .btn-text {
  display: inline-block;
  transition: transform .3s ease-in;
}

.description-btn:hover {
  background-color: #1e5bb6;
  z-index: 10;
}

.description-btn:hover .btn-text {
  transform: scale(1.4);
}

/* Styles spécifiques pour le bouton de description en mode liste */
.mat-list-view-active .product-m .description-btn { /* Augmentation de la spécificité */
  display: inline-block; /* S'assurer qu'il peut prendre des marges correctement */
  margin-left: 50px; /* Décalage vers la droite augmenté */
  /* Si d'autres ajustements spécifiques au mode liste sont nécessaires, les ajouter ici */
}

.aspect {
  position: relative; }

.aspect--bg-grey {
  background-color: #ffffff; }

.aspect--square {
      padding-bottom: 0; 
}

.aspect__img {
  position: absolute;
  width: 100%;
  height: 100%; }

.shop-p__meta-wrap {
  box-shadow: 0 8px 16px rgba(42, 122, 226, 0.5); 
  padding: 20px;
  border-radius: 0.625rem; 
}

.shop-p__meta-text-2 {
  font-size: 14px;
  font-weight: 700;
  color: #7f7f7f; }

.shop-p__tool-style {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.tool-style__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tool-style__group span {
    position: relative;
    display: inline-block;
    height: 40px;
    cursor: pointer;
    border: 2px solid #e5e5e5;
    font-size: 13px;
    padding: 8px 18px;
    font-weight: 700;
    color: #333333; }
    .tool-style__group span:hover {
      background-color: lightsteelblue;
      color: steelblue;
      border-color: steelblue;
      z-index: 2; }
  .tool-style__group span:not(:last-child) {
    margin-right: -2px; }
  .tool-style__group span.is-active {
    background-color: lightsteelblue;
    color: steelblue;
    border-color: steelblue;
    z-index: 2; }

.tool-style__form-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .tool-style__form-wrap div + div {
    margin-left: 15px; }
  .tool-style__form-wrap select {
    border-radius: .25rem; }

.product-m__preview-description { /* This is a general style for the preview description container */
  max-height: 500px; /* Fallback, specific views might override */
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #2a7ae2 #f8f9fa;
}

.product-m__preview-description::-webkit-scrollbar {
  width: 8px;
}

.product-m__preview-description::-webkit-scrollbar-track {
  background: #f8f9fa;
  border-radius: 4px;
}

.product-m__preview-description::-webkit-scrollbar-thumb {
  background-color: #2a7ae2;
  border-radius: 4px;
  border: 2px solid #f8f9fa;
}

.product-m__preview-description::-webkit-scrollbar-thumb:hover {
  background-color: #1e5bb6;
}

/* General styles for content inside .product-m__preview-description */
/* These apply regardless of grid or list view, unless overridden by more specific selectors */
.product-m__preview-description .product-title h1 {
    font-size: 1.3em;  
    color: #1a73e8; 
    margin-top: 0; 
    margin-bottom: 20px; 
    padding-bottom: 10px; 
    border-bottom: 2px solid #1a73e8; 
    text-align: center; 
    font-weight: 600; 
    line-height: 1.3;
}

.product-m__preview-description .section-title {
  font-size: 1.1em; 
  color: #3c4043; 
  font-weight: 600; 
  margin-top: 20px; 
  margin-bottom: 5px; /* Réduction de la marge inférieure */
  padding-bottom: 8px;
  border-bottom: 1px solid #dadce0; 
  position: relative; 
}

.product-m__preview-description .section-title::before { /* General .section-title inside preview has no specific ::before */
  display: none; 
}

.product-m__preview-description .overview {
  background-color: #f8f9fa; 
  padding: 20px; 
  border-radius: 8px; 
  margin-bottom: 25px; 
  font-size: 0.92em; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); 
}

.product-m__preview-description .overview p {
  margin-bottom: 10px; 
  line-height: 1.6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; 
  padding: 5px 0; 
}

.product-m__preview-description .overview p:last-child {
  margin-bottom: 0;
}

.product-m__preview-description .overview p strong {
  color: #202124; 
  margin-right: 10px; 
  flex-shrink: 0; 
  font-weight: 500; 
}
.product-m__preview-description .overview p span:not(.price){
  color: #5f6368; 
  text-align: right;
  flex-grow: 1; 
}

.product-m__preview-description .overview .price {
  font-size: 1.15em; 
  color: #d9534f; 
  font-weight: 700;
}

.product-m__preview-description .specifications ul.box-content,
.product-m__preview-description .package-includes ul.box-content {
  list-style: none; 
  padding-left: 0; 
  font-size: 0.92em;
  margin-top: 10px; 
}

.product-m__preview-description .specifications ul.box-content li,
.product-m__preview-description .package-includes ul.box-content li {
  padding: 12px 8px; 
  border-bottom: 1px solid #e8eaed; 
  display: flex; 
  align-items: flex-start; 
  line-height: 1.5; 
}

.product-m__preview-description .specifications ul.box-content li span,
.product-m__preview-description .package-includes ul.box-content li span {
  flex-grow: 1; 
  word-break: break-word; 
  color: #3c4043; 
}

.product-m__preview-description .specifications ul.box-content li:last-child,
.product-m__preview-description .package-includes ul.box-content li:last-child {
  border-bottom: none; 
}

.product-m__preview-description .specifications ul.box-content li[class*="icon-"]::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  margin-right: 15px; 
  color: #1a73e8; 
  width: 20px; 
  text-align: center; 
  flex-shrink: 0; 
  margin-top: 2px; 
  font-size: 1.1em; 
}

.product-m__preview-description .package-includes ul.box-content li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c"; 
  margin-right: 15px; 
  color: #34a853; 
  flex-shrink: 0;
  width: 20px; 
  text-align: center; 
  margin-top: 2px; 
  font-size: 1.1em;
}

.product-m__preview-description .return-policy {
  background-color: #e8f0fe; 
  padding: 20px; 
  border-radius: 8px;
  margin-top: 25px; 
  font-size: 0.9em;
  border-left: 5px solid #1a73e8; 
  line-height: 1.6;
}

.product-m__preview-description .return-policy p {
  margin-bottom: 0;
  color: #3c4043;
}

.product-m__preview-description .product-m__wishlist {
  position: absolute; 
  top: 20px; 
  right: 20px;
  margin: 0;
  z-index: 10;
}

.product-m__preview-description .product-m__wishlist a {
  font-size: 1.5em; 
  color: #bdc1c6; 
  transition: color 0.2s ease, transform 0.2s ease;
}

.product-m__preview-description .product-m__wishlist a:hover {
  color: #ea4335; 
  transform: scale(1.15); 
}

.shop-p__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-p__pagination > li {
  margin-right: 10px;
}

.shop-p__pagination > li:last-child {
  margin-right: 0;
}

.shop-p__pagination > li > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: 600;
  border-radius: 50%;
  background-color: #f0f0f0; 
  color: #333; 
  transition: background-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
}

.shop-p__pagination > li.is-active > a {
  background-color: #007bff; 
  color: #fff; 
}

.shop-p__pagination > li:not(.is-active) > a:hover {
  background-color: #e0e0e0; 
  color: #007bff; 
  text-decoration: none;
}

.shop-p__pagination > li > a.fas {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px; 
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #007bff; 
}

.shop-p__pagination > li > a.fas:hover {
  color: #0056b3; 
}

.tooltip {
  font-family: "Open Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600; }

.tooltip.show {
  opacity: 1; }

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f5f5f5; }

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f5f5f5; }

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f5f5f5; }

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f5f5f5; }

.tooltip-inner {
  color: #333333;
  background-color: #f5f5f5;
  border-radius: 2px; }


/* ====== IS-GRID-ACTIVE STYLES ====== */

/* @keyframes borderGlow {
  0% { border-image: linear-gradient(90deg, transparent, transparent, transparent, #2a7ae2) 1; }
  25% { border-image: linear-gradient(180deg, transparent, transparent, transparent, #2a7ae2) 1; }
  50% { border-image: linear-gradient(270deg, transparent, transparent, transparent, #2a7ae2) 1; }
  75% { border-image: linear-gradient(360deg, transparent, transparent, transparent, #2a7ae2) 1; }
  100% { border-image: linear-gradient(90deg, transparent, transparent, transparent, #2a7ae2) 1; }
} */

.is-grid-active .product-m {
  position: relative;
  margin-bottom: 30px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease; /* Ajout de transform pour la cohérence */
  border: 1px solid #e0e0e0; /* Bordure grise légère par défaut */
  border-radius: 8px;
}

.is-grid-active .product-m:hover {
  /* animation: borderGlow 3s linear infinite; */ /* Animation commentée pour l'instant */
  border: 2px solid #2a7ae2; /* Bordure plus épaisse et colorée au survol */
  box-shadow: 0 6px 20px 0 rgba(42, 122, 226, 0.6); /* Ombre un peu plus prononcée */
  /* transform: translateY(-2px); */ /* Supprimé pour tester le positionnement de .zoom-container */
  z-index: 200; /* Augmenter le z-index au survol pour passer au-dessus des autres produits */
}

.is-grid-active .product-m__thumb {
  position: relative;
}

.is-grid-active .product-m__add-cart {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.is-grid-active .product-m__add-cart > a {
  padding: 12px;
  border-radius: 0.125rem;
  font-size: 13px;
  width: 100%;
  text-align: center;
  display: block;
}

.is-grid-active .product-m__content {
  padding: 4px 16px 6px;
  display: flex; /* Activer Flexbox */
  flex-direction: column; /* Empiler les enfants verticalement */
  align-items: center; /* Centrer les enfants horizontalement */
}

.is-grid-active .product-m__category {
  margin-bottom: 2px;
  line-height: 1.2;
}

.is-grid-active .product-m__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.is-grid-active .product-m__category > a:hover {
  color: steelblue;
}

.is-grid-active .product-m__name > a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.5s;
}

.is-grid-active .product-m__name > a:hover {
  color: steelblue;
}

.is-grid-active .product-m__price {
  line-height: 1.2;
  color: #ff0000;
  font-size: 14px;
  font-weight: 600;
}

.is-grid-active .product-m__discount {
  font-weight: 600;
  margin-left: 30px;
  color: steelblue;
  font-size: 14px;
  text-decoration: line-through;
}

.is-grid-active .product-m__rating {
  margin-bottom: 6px;
}

.is-grid-active .product-m__rating i {
  font-size: 12px;
}

.is-grid-active .product-m__review {
  margin-left: 4px;
  font-size: 11px;
  color: #a0a0a0;
}

.is-grid-active .product-m__hover {
  position: relative; 
  top: auto; 
  left: auto; 
  transform: none; 
  width: 100%; 
  max-width: 100%; 
  z-index: 100; 
  padding: 10px 0 0 0; 
  background: transparent; 
  box-shadow: none; 
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out; 
  opacity: 1; 
  visibility: visible; 
  pointer-events: auto; 
  margin-top: 10px; 
}


.is-grid-active .product-m__preview-description { /* Styles spécifiques à la preview en mode grille */
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(42, 122, 226, 0.15);
    padding: 24px; 
    font-family: 'Poppins', sans-serif;
    width: 100%; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; /* S'assurer qu'il prend toute la largeur de son parent .product-m__hover */
    min-height: 300px; /* Hauteur minimale pour afficher plus de contenu */
    max-height: 315px; /* Hauteur maximale avec défilement */
    overflow-y: auto; /* Activer le défilement vertical si le contenu dépasse */
    z-index: 1000;
    transition: all 0.3s ease; /* 'all' inclut opacity et visibility */
    border: 1px solid rgba(42, 122, 226, 0.1);
    /* backdrop-filter: blur(8px); Standard syntax, but might not be widely supported yet */
    -webkit-backdrop-filter: blur(8px); /* Safari */
    text-align: left; 
    box-sizing: border-box;
    /* Assurons-nous qu'il est caché initialement */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* La transition 'all 0.3s ease' ci-dessus gère déjà opacity et visibility */
}

/* Affichage au survol du produit parent */
.is-grid-active .product-m:hover .product-m__preview-description {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.is-grid-active .product-m__wishlist {
    position: relative; 
    bottom: auto;
    right: auto;
    text-align: right; 
    margin: 10px 0 0 0; 
    padding: 0; 
}

.is-grid-active .product-m__wishlist a {
      font-size: 16px;
      color: #a0a0a0;
      transition: color 110ms ease-in-out; 
}
.is-grid-active .product-m__wishlist a:hover {
        color: steelblue; 
}

.is-grid-active .product-m:hover .product-m__add-cart {
    opacity: 1;
    visibility: visible; 
}
.is-grid-active .product-m:hover .product-m__quick-look {
    opacity: 1;
    visibility: visible; 
}

/* Commenté car .product-m__hover est maintenant toujours visible en mode grille
.is-grid-active .product-m:hover .product-m__hover {
    top: 102%; 
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
}
*/

.is-grid-active .products-container {
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  gap: 20px; 
}

.is-grid-active .product-m__quick-look {
  position: absolute;
  top: 8px;
  right: 22px;
  opacity: 0; 
  visibility: hidden; 
  z-index: 30; 
  background-color: rgba(255, 255, 255, 0.8); 
  padding: 5px;
  border-radius: 50%; 
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease;
  transform: scale(0.9); 
}

.is-grid-active .product-m:hover .product-m__quick-look { 
  opacity: 1; 
  visibility: visible; 
  transform: scale(1); 
}

.is-grid-active .product-m__quick-look .quick-look-trigger {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #2a7ae2; 
  border-radius: 50%; 
  color: white; 
  font-size: 18px;
  text-align: center;
  line-height: 40px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.is-grid-active .product-m__quick-look .quick-look-trigger:hover {
  background-color: #1e5bb6; 
  border-color: #1e5bb6; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
  transform: scale(1.1); 
}

.is-grid-active .product-m__quick-look > a {
  font-size: 16px; 
  color: #2a7ae2;  
  transition: color 110ms ease-in-out; 
}

.is-grid-active .product-m__quick-look > a:hover {
  color: #fa4400; 
}

.is-grid-active .mat-image-wrapper {
    margin: 0; 
    padding: 0; 
    position: relative; 
    width: 300px; 
    height: 300px; 
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    background-color: #ffffff; 
    box-sizing: border-box; 
}

.is-grid-active .product-image, .is-grid-active .product-image-second-hover {
    display: block; 
    max-width: 100%; 
    max-height: 100%; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    object-fit: contain;
    margin: 0 auto;
    text-align: center;
}

.is-grid-active .product-image.default {
    z-index: 1; 
    transition: opacity 0.3s ease-in-out; 
    background-color: #ffffff; 
}

.is-grid-active .product-image-second-hover {
    z-index: 0; 
    opacity: 0; 
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; 
    background-color: #ffffff; 
}

.is-grid-active .mat-image-wrapper:hover .product-image.default {
    opacity: 0; 
}

.is-grid-active .mat-image-wrapper:hover .product-image-second-hover {
    opacity: 1; 
    transform: translate(-47%, -50%);
    
}

.is-grid-active .zoom-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.is-grid-active .mat-zoom-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    max-height: 90vh;
}

.is-grid-active .mat-zoom-image-wrapper .mat-zoomed-image,
.is-grid-active .mat-zoom-image-wrapper .mat-zoomed-image-2 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    z-index: 20000;
    overflow: hidden;
}

.is-grid-active .mat-zoomed-image {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    position: relative;
    transform: none;
    z-index: 1; /* Pour s'assurer qu'elle est en dessous des boutons de contrôle */
}

.is-grid-active .zoom-container.show {
    display: flex; 
}

.is-grid-active .zoom-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 15px;
    cursor: pointer;
    z-index: 20001;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #333;
    transition: all 0.3s ease;
    pointer-events: auto !important; /* Forcer la réception des événements */
    /* background-color: lime !important; // DEBUG Annulé */
    /* z-index: 99999 !important; // DEBUG Annulé */
}

.is-grid-active .zoom-button {
    color: #333;
    cursor: pointer;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20001;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    pointer-events: auto !important; /* Forcer la réception des événements */
}

.is-grid-active .preview-button {
    left: 10px;
}

.is-grid-active .next-button {
    right: 20px;
}

.is-grid-active .product-m__hover .product-m__preview-description { 
    width: 100%; 
    box-sizing: border-box; 
}

/* FIN DES STYLES DE DÉBOGAGE */



/* ====== MAT-LIST-VIEW-ACTIVE STYLES ====== */

.mat-list-view-active {
  display: block; 
}

.mat-list-view-active [class*="col-"] {
    display: block;
    max-width: 100%;
    width: 100%; 
}

.mat-list-view-active .product-m__content { 
    padding-left: 20px; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
    border: 1px solid #e0e0e0; 
    border-radius: 8px; 
    background-color: #fff; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    position: relative;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-right: 15px;
}

.mat-list-view-active .product-m__category,
.mat-list-view-active .product-m__name,
.mat-list-view-active .product-m__rating,
.mat-list-view-active .product-m__price {
    margin-left: 25px;
}

.mat-list-view-active .products-container {
  display: block; 
  position: relative; 
  overflow: hidden; 
}

.mat-list-view-active .product-m {
  padding: 15px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),
              0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  flex-direction: row;
  align-items: flex-start; 
  justify-content: flex-start;
  width: 100%;
  height: auto; 
  min-height: 550px; 
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden; 
}

.mat-list-view-active .product-title { 
  display: none; 
}

.mat-list-view-active .product-m::-webkit-scrollbar {
  width: 12px; 
}

.mat-list-view-active .product-m::-webkit-scrollbar-track {
  background-color: #f1f1f1; 
  border-radius: 10px; 
}

.mat-list-view-active .product-m::-webkit-scrollbar-thumb {
  background-color: #007bff; 
  border-radius: 10px; 
  border: 2px solid #f1f1f1; 
}

.mat-list-view-active .product-m::-webkit-scrollbar-thumb:hover {
  background-color: #0056b3; 
}

.mat-list-view-active .product-m { 
  scrollbar-width: thin; 
  scrollbar-color: #007bff #f1f1f1; 
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.mat-list-view-active .product-m:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2),
              0 8px 16px rgba(0, 0, 0, 0.2); 
  /* transform: scale(1.03); */ /* Supprimé pour tester le positionnement de .zoom-container */
  background: #ffffff;
  border-radius: 0.1875rem;
}

.mat-list-view-active .product-m__thumb {
  position: relative; 
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
    padding-left: 15px;  
  overflow: hidden; 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  width: 100%; 
  height: 500px; 
  }

.mat-list-view-active .product-image {
  max-width: 100%; 
  max-height: 100%; 
  height: auto; 
  object-fit: cover; 
  transition: opacity 0.3s ease; 
}

.mat-list-view-active .product-image-second-hover {
  position: absolute; 
  top: 50%; 
  left: 50%; 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  opacity: 0; 
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, filter 0.6s ease-in-out; 
  pointer-events: none; 
  transform: translate(-50%, -50%) scale(1.05); 
  filter: blur(2px); 
}

.mat-list-view-active .product-m:hover .product-image {
  opacity: 0; 
}

.mat-list-view-active .product-m:hover .product-image-second-hover {
  opacity: 1; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  filter: blur(0); 
  object-fit: contain; 
}

.mat-list-view-active .zoom-container.show ~ .products-container {
    pointer-events: none; 
}

.mat-list-view-active .zoom-container { 
    pointer-events: auto; 
}

.mat-list-view-active .products-container { 
    pointer-events: auto; 
}

.agrandir-container {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100vw; /* Changé pour plein écran */
    height: 100vh; /* Changé pour plein écran */
    background-color: rgba(0, 0, 0, 0.9); /* Fond plus opaque comme le mode grille */
    z-index: 20000; 
    justify-content: center; 
    align-items: center; 
    overflow: hidden; 
    transition: opacity 0.3s ease, visibility 0.3s ease; /* Ajout de visibility à la transition */
	/* Suppression de border, border-radius, box-shadow pour un overlay plein écran */
}

.agrandir-controls {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
}

.mat-agrandir-image-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.agrandir-image {
  max-width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.agrandir-image.active {
  opacity: 1;
}

.agrandir-container.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mat-list-view-active .products-container.no-interact {
    pointer-events: none; 
}

.mat-list-view-active .zoom-container.show {
    display: flex; 
    opacity: 1; 
    pointer-events: auto; 
	visibility: visible; 
}

.mat-list-view-active .zoom-container .mat-zoom-image-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
}

.mat-list-view-active .zoom-container .mat-zoomed-image,
.mat-list-view-active .zoom-container .mat-zoomed-image-2 {
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.mat-list-view-active .zoom-close {
    position: absolute;
    top: 20px;
    right: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 20001;
    pointer-events: auto !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    transition: all 0.3s ease;
}

.mat-list-view-active .zoom-close:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.1);
}

.mat-list-view-active .zoom-button {
    color: white;
    cursor: pointer;
    font-size: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20001;
    pointer-events: auto !important;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.mat-list-view-active .zoom-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) scale(1.1);
}

.mat-list-view-active .preview-button {
    left: 20px;
}

.mat-list-view-active .next-button {
    right: 40px;
}

.mat-list-view-active .product-m__quick-look {
  position: absolute;
  top: 8px;
  right: 22px;
  opacity: 0; 
  visibility: hidden; 
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8); 
  padding: 5px;
  border-radius: 50%; 
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease;
  transform: scale(0.9); 
}

.mat-list-view-active .product-m:hover .product-m__quick-look {
  opacity: 1; 
  visibility: visible; 
  transform: scale(1); 
}

.mat-list-view-active .product-m__quick-look .quick-look-trigger {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #2a7ae2; 
  border-radius: 50%; 
  color: white; 
  font-size: 18px;
  text-align: center;
  line-height: 40px; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.mat-list-view-active .product-m__quick-look .quick-look-trigger:hover {
  background-color: #1e5bb6; 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
  transform: scale(1.1); 
}

.mat-list-view-active .product-m__quick-look > a {
  font-size: 16px; 
  color: #2a7ae2;  
  transition: color 0.3s ease-in-out; 
}

.mat-list-view-active .product-m__quick-look > a:hover {
  color: #fa4400; 
}

.mat-list-view-active .product-m__add-cart {
  transition: transform 0.3s ease, background-color 0.3s ease;
  transform: translate(15%, 0%); 
  position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
}

.mat-list-view-active .product-m__add-cart > a {
  padding: 12px 20px;
  border-radius: 4px; 
  font-size: 16px;
  background-color: #2a7ae2; 
  color: #fff; 
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.mat-list-view-active .product-m__add-cart > a:hover {
  background-color: #1a5ab9; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.mat-list-view-active .product-m:hover .product-m__add-cart {
    opacity: 1;
    visibility: visible; 
}

.mat-list-view-active .product-m__category {
  margin-bottom: 12px; 
  font-size: 14px;
  color: #6c757d; 
  text-transform: uppercase; 
  letter-spacing: 0.5px; 
}

.mat-list-view-active .product-m__category > a {
  color: steelblue; 
  font-weight: 600; 
  transition: color 0.3s ease, text-decoration 0.3s ease;
  text-decoration: none; 
}

.mat-list-view-active .product-m__category > a:hover {
  color: #138496; 
  text-decoration: underline; 
}

.mat-list-view-active .product-m__name > a {
  font-size: 20px; 
  font-weight: 700; 
  color: #343a40; 
  transition: color 0.3s ease, transform 0.3s ease; 
  text-transform: capitalize; 
  transform-origin: center; 
  display: inline-block; 
}

.mat-list-view-active .product-m__name > a:hover {
  color: #007bff; 
  transform: scale(1.05); 
}

.mat-list-view-active .product-m__price {
  font-size: 20px; 
  color: #ff4500; 
  font-weight: 700;
  letter-spacing: 0.8px; 
}

.mat-list-view-active .product-m__discount {
  font-size: 16px; 
  color: #6c757d; 
  text-decoration: line-through; 
  margin-left: 8px; 
}

.mat-list-view-active .product-m__badge {
  background-color: #28a745; 
  color: white; 
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px; 
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.mat-list-view-active .product-m {
  position: relative;
  margin-bottom: 30px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}

.mat-list-view-active .product-m:hover {
  border: 2px solid #2a7ae2;
  box-shadow: 0 6px 20px 0 rgba(42, 122, 226, 0.6);
  z-index: 200;
}

.mat-list-view-active .product-m__thumb {
  position: relative;
  flex: 0 0 30%;
  max-width: 30%;
  padding: 15px;
}

.mat-list-view-active .mat-image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.mat-list-view-active .product-image.default {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.mat-list-view-active .product-image-second-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mat-list-view-active .mat-image-wrapper:hover .product-image.default {
  opacity: 0;
}

.mat-list-view-active .mat-image-wrapper:hover .product-image-second-hover {
  opacity: 1;
}

.mat-list-view-active .zoom-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

/* Masquer l'entête et le widget météo quand le zoom-container est actif */
body:has(.zoom-container.show) .en-tete,
body:has(.zoom-container.show) .mat-main-header,
body:has(.zoom-container.show) header,
body:has(.zoom-container.show) .navigation-principale,
body:has(.zoom-container.show) .nav-meteo-heure,
body:has(.zoom-container.show) .barre-bleue-widget,
body:has(.zoom-container.show) .bouton-toggle-widget {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  z-index: -1 !important;
}

.mat-list-view-active .zoom-container.show {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.mat-list-view-active .product-m__quick-look {
  position: absolute;
  top: 8px;
  right: 22px;
  opacity: 0;
  visibility: hidden;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.mat-list-view-active .product-m:hover .product-m__quick-look {
  opacity: 1;
  visibility: visible;
}

.mat-list-view-active .product-m__add-cart {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.mat-list-view-active .product-m:hover .product-m__add-cart {
  opacity: 1;
  visibility: visible;
}

.mat-list-view-active .product-m__hover { 
  max-height: 400px; 
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #2a7ae2 #f8f9fa;
  margin: 20px 16px; 
  position: relative; 
  z-index: 10;
  padding: 0; 
  background: #ffffff; 
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(42, 122, 226, 0.1);
  border: 1px solid rgba(42, 122, 226, 0.15);
  transition: all 0.3s ease;
  width: calc(100% - 32px); 
  box-sizing: border-box;
}

.mat-list-view-active .product-m__content {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mat-list-view-active .product-m__category {
  margin-bottom: 5px;
}

.mat-list-view-active .product-m__category > a {
  color: #a0a0a0;
  transition: color 0.5s;
  font-size: 12px;
}

.mat-list-view-active .product-m__category > a:hover {
  color: #2a7ae2;
}

.mat-list-view-active .product-m__name {
  margin-bottom: 10px;
}

.mat-list-view-active .product-m__name > a {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  transition: color 0.5s;
}

.mat-list-view-active .product-m__name > a:hover {
  color: #2a7ae2;
}

.mat-list-view-active .product-m__rating {
  margin-bottom: 10px;
}

.mat-list-view-active .product-m__price {
  color: #ff0000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.mat-list-view-active .product-m__discount {
  font-weight: 600;
  margin-left: 10px;
  color: #a0a0a0;
  font-size: 14px;
  text-decoration: line-through;
}

.mat-list-view-active .product-m__preview-description { 
  padding: 20px; 
  height: auto; 
  max-height: calc(100% - 40px); 
  overflow-y: auto; 
  scrollbar-width: thin;
  scrollbar-color: #2a7ae2 #f8f9fa;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(42, 122, 226, 0.15);
  width: 100%;
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
  border: 1px solid rgba(42, 122, 226, 0.1);
  -webkit-backdrop-filter: blur(8px);
  text-align: left;
  /* En mode liste, la description est visible par défaut */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* En mode liste, pas besoin de hover pour afficher la description car elle est déjà visible */
.mat-list-view-active .product-m:hover .product-m__preview-description {
  /* Styles supplémentaires au survol si nécessaire */
  box-shadow: 0 12px 30px rgba(42, 122, 226, 0.25);
}

.mat-list-view-active .product-m__wishlist {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.mat-list-view-active .product-m__wishlist a {
  font-size: 16px;
  color: #a0a0a0;
  transition: color 0.3s ease;
}

.mat-list-view-active .product-m__wishlist a:hover {
  color: #ff0000;
  transform: scale(1.15);
}

@media (max-width: 991px) {
  .tooltip.show {
    opacity: 0; 
  }
}

@media (max-width: 768px) {
  .product-m__preview-description { 
    padding: 20px;
  }
  .overview { 
    grid-template-columns: 1fr;
  }
  .specifications .box-content { 
    grid-template-columns: 1fr;
  }
  .package-includes ul { 
    grid-template-columns: 1fr;
  }
  .product-m__wishlist { 
    position: static;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
  }
  .product-title h1 { 
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .mat-list-view-active .product-m__thumb {
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .mat-list-view-active .product-m__content {
    flex: 0 0 60%;
    max-width: 60%;
  }
  
  .mat-list-view-active .product-m__add-cart {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
  }
  
  .mat-list-view-active .product-m__quick-look {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .mat-list-view-active .product-m {
    flex-direction: column;
  }
  
  .mat-list-view-active .product-m__thumb {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  
  .mat-list-view-active .product-m__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .mat-list-view-active .product-m__thumb {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mat-list-view-active .product-m__content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px; 
    padding-right: 15px;
  }
  .mat-list-view-active .product-m__wishlist {
    position: static;
    text-align: right;
  }
  
  .mat-list-view-active .zoom-button {
    padding: 5px 10px;
    font-size: 12px;
  }
  
  .mat-list-view-active .zoom-close {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  
  .shop-p__tool-style {
    display: block;
  }
  .tool-style__form-wrap {
    display: block;
  }
  .tool-style__form-wrap div + div {
    margin-left: 0;
  }
}


