/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
html {
  scroll-behavior: smooth;
}

.an_advantages .an_advantages-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  max-width: 25%;
  padding: 0 15px;
  margin-top: 5px;
  margin-bottom: -12px;
}

.an_advantages-inner-wrap {
  overflow: hidden;
  background-color: #f2f2f2;
  border-radius: 100px;
}


.an_advantages .an_advantages-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -15px;
}

.an_advantages .an_advantages-item p {
  text-align: left;

}

.an_homeproducts-tab {
  background-color: #f2f2f2;
}

.an_advantages {
  margin-top: -106px;
}


.qualite-description {

  margin-top: 16px;

}

.brlBrand {

  margin-top: 70px !important;
}

.an_abous_us {
  margin-bottom: 60px;
  display: block;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  background-image: url('/img/logo-textuel-noir-sans-1997.png');
  background-color: rgba(17, 17, 17, 0.95);
  background-repeat: no-repeat;
  background-position: center center;

  margin-top: 84px;
  padding: 1px 0px 20px 0px;
}

.an_abous_us p {
  margin: 0 auto 1.5rem;
  font-size: 17px !important;
}

.an_abous_us-content {
  margin: 0 auto 7px;
  max-width: 100%;
  font-size: 18px;
  line-height: 24px;
}

.qualite-container {
  width: 50%;
  text-align: left;
  margin-top: 24px;
  margin-left: 28px;
  height: 461px;
  position: relative;
  top: 10px;
}

.qualite-container .qualite-description {
  margin-bottom: 27px;
}

.qualite-produit {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.qualite-produit img {
  height: 220px;
  border-radius: 31px;
}

.qualite-bouton {
  position: relative;
  z-index: 2;
  width: 27%;
  margin-bottom: -1px;
  margin-left: 37%;
  bottom: 20px;
  text-align: center;
}

.qualite-bouton a {
  display: inline-block;
  padding: 12px 32px;
  background-color: #ffffff !important;
  color: #272524 !important;
  border: 1px solid transparent;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1.5;
}

.qualite-bouton a:hover {
  background-color: #fcca6e !important;
  color: #ffffff !important;
  border-color: #fcca6e;
}

.qualite-produit-texte {
  margin-top: 54px !important;
  margin-left: 18px !important;
}

.retour-texte p h3 {
  color: white !important;
}

@media (max-width: 768px) {
  .an_abous_us {
    padding: 20px 10px;
  }

  .an_abous_us-content {
    font-size: 16px;
    line-height: 22px;
    padding: 0px;
  }

  .qualite-container {
    width: 90%;
    margin-top: 15px;
    margin-left: 0;
    height: auto;
    top: 0;
  }

  .brlBrand .container {
    padding-right: 0!important;
    padding-left: 0!important;
  }

  .brlBrand .slick-initialized {
    padding: 0!important;
  }

  .retours-section {
    padding: 40px 0px 60px!important;
  }

  .cms-id-10 .js-content-wrapper {
    padding: 0!important;
  }

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

  .qualite-produit img {
    width: 100%;
    max-width: 280px;
    border-radius: 20px;
  }

  .qualite-bouton {
    width: 60%;
    height: 35px;
    margin-left: 20%;
    bottom: 15px;
  }

  .qualite-produit-texte {
    margin-top: 20px !important;
    margin-left: 75px !important;
    text-align: center;
  }

  .qualite-description {
    margin-top: 12px;
    padding: 0 10px;
  }
}

@media (max-width: 580px) {
  .brlBrand .brand {
    margin-left: 0px!important;
  }
  .brand {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-left: -70px;
  }
}

@media (max-width: 480px) {
  .an_abous_us-content {
    font-size: 14px;
    line-height: 20px;
  }

  .qualite-container {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 10px;
  }

  .qualite-produit img {
    max-width: 240px;
    border-radius: 15px;
  }

  .qualite-bouton {
    width: 70%;
    height: 32px;
    margin-left: 15%;
  }

  .qualite-produit-texte {
    margin-top: 15px !important;

    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.brand {

  border: none;

}

.brand-infos {
  display: none;
}

.an_advantages .an_advantages-list {
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;

  border-radius: 100px;
  gap: 90px;
}

.an_wishlist-withcount.active img,
.an_wishlist-withcount.liked img,
.an_wishlist-withcount.is-liked img {
  display: none;
}

.advantages-bar {
  background: #fdfdfd;
  padding: 25px 40px 35px;
  text-align: center;
}

.advantages-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.adv-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.adv-icon img {
  width: 85px;
  height: auto;
  display: block;
}

.adv-text-home {
  text-align: left;
  font-family: "Playfair Display", serif;
  color: #333;
  font-size: 18px;
  line-height: 1.4;
  display: block !important;
}

.adv-title {
  display: block;
  font-weight: 800;
}

.adv-subtitle {
  display: block;
}

.adv-underline {
  max-width: 860px;
  height: 2px;
  background: #ffcf7f;
  margin: 20px auto;
  margin-top: 20px !important;
}

@media (max-width: 768px) {
  .advantages-inner {
    flex-direction: column;
    gap: 20px;
  }

  .adv-text-home {
    text-align: center;
  }

  .qualite-content {
    flex-direction: column;
  }
}

.newsletter-banner {
  background-color: rgba(17 17 17 / 95%);
  /* fallback si l’image ne charge pas */
  background-image: url('/img/logo-textuel-noir-sans-1997.png');
  background-repeat: no-repeat;
  background-position: center center;


  padding: 40px 60px;
  width: 100%;
  border-radius: 0;
  color: #ffffff;
}

.newsletter-banner-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.newsletter-banner-images {
  position: relative;
  width: 380px;
  height: 342px;
  flex-shrink: 0;
}

.newsletter-img {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  border: 2px solid #ffffff;
}

.newsletter-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter-img-1 {
  top: 0;
  left: 0;
  z-index: 1;
}

.newsletter-img-2 {
  top: 75px;
  left: 95px;
  z-index: 2;
}

.newsletter-img-3 {
  top: 150px;
  left: 190px;
  z-index: 3;
}

.newsletter-banner-content {
  flex: 1;
  max-width: 620px;
  text-align: center;
}

.newsletter-banner-title {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 25px;
  margin-bottom: 25px;
  margin-left: 0px;
  font-weight: 500;
  color: #ffffff !important;
  text-transform: none;
  width: 83%;
  margin-left: 146px;
}

.newsletter-banner-form {
  max-width: 540px;
  margin: 0 auto;
}

.newsletter-banner-field {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  height: 52px;
  display: flex;
  align-items: stretch;
}

.newsletter-banner-input {
  width: 100%;
  height: 52px;
  border-radius: 999px;
  border: none;
  padding: 0 22px;
  padding-right: 140px;
  font-size: 16px;
  outline: none;
  background: #ffffff;
  color: #333333;
  box-sizing: border-box;
}

.block_newsletter form {
  max-width: 476px;
  width: 100%;
  margin-right: 0;
}

.newsletter-banner-input::placeholder {
  color: #cccccc;
}

.block_newsletter form input[type="text"] {
  background: #fff;
  border: 0 !important;
  border-radius: 43px;
  font-size: 16px;
  padding: 0px 20px 5px !important;
  outline: none !important;
  height: 55px;
  text-transform: none;
}

.newsletter-banner-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px !important;
  border: none;
  border-radius: 43px;
  padding: 0 0px 4px;
  font-size: 16px;
  font-weight: 400;
  background: #fcca6e;
  color: white;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: inherit;
}


.newsletter-banner-submit:hover {
  background: #fcca6e;
}

.newsletter-banner-infos p {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff !important;
  margin: 0;
  text-align: center;
  font-family: "Playfair Display", serif;
}

.footer-container li a {
  font-family: "Playfair Display", serif;

}

#footer.newsletter-banner-content #block-newsletter-label {
  color: #ffffff;
}

@media (max-width: 992px) {
  .newsletter-banner-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .newsletter-banner-content {
    max-width: 100%;
  }

  .newsletter-banner-form {
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .newsletter-banner {
    padding: 30px 20px;
  }

  .newsletter-banner-images {
    transform: scale(0.85);
  }
}

.faq-section {
  background: #fff;
  padding: 60px 0;
}

.faq-wrapper {
  /* width: min(1200px, 92%); */
  margin: 35px auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  /* align-items: center; */
  margin-top: 60px;
}

#product #content.sticky-product {
  text-align: center;
}

.faq-answer p {
  color: #ffffff !important;
}

.faq-title {
  /* font-family: "Playfair Display", serif; */
  /* font-size: clamp(28px, 3vw, 44px); */
  margin-bottom: 30px;
  color: #1c1c1c;
  text-align: center;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq-item {
  background: #f4f4f4;
  border-radius: 12px;
  overflow: hidden;
  transition: background 0.25s ease;
  font-family: "Playfair Display", serif;
}

.retour-header h3 {
  font-family: "Playfair Display", serif !important;
}

.faq-item.is-open {
  background: #fcca6e;
}

.faq-question {
  width: 100%;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  text-align: center;
  font-size: 16px;
  color: #2a2a2a;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.faq-item.is-open .faq-question {
  color: #fff;
  font-weight: 600;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
}

.faq-item.is-open .faq-icon {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 20px;
}

.faq-item.is-open .faq-answer {
  max-height: 300px;
  opacity: 1;
  padding: 0 20px 18px;
  color: #fff;
}

.faq-image {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 900px) {
  .faq-wrapper {
    grid-template-columns: 1fr;
  }

  .faq-right {
    order: -1;
  }
  .product-miniature.product-height:not(.col-lg-12) .product-description {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  border-radius: 40px;
}
}

.footer-container {
  margin-top: -65px;
  padding: 0px 0 0;
}

.col-md-9 {
  float: left;
  width: 75%;
}

/* .footer-container .col-md-4 {
  margin-left: 180px;
  width: 100%;
} */

/* .col-md-4 {
  margin-left: 180px;
  width: 100%;
} */

/* .block-social {
  margin-left: 180px;
} */

#footer .block-social li a {
  background-color: #ffffff;

}

#footer .block-social li {
  margin-right: 5px !important;
}
#footer 
.product-add-to-cart {
  margin-top: 20px !important;
}

.footer-badges__labels img {
  /*width: auto;*/
  /* width: 65px; */
  height: 80px;
}

.footer-badges__payment-img {
  width: 40px;
}

.footer-badges__label-img-msc{
  width: auto;
  height: 97px!important;
  margin-top: -8px;
}


.footer-logo {
  max-width: 200px;
  /* margin-left: 227px; */
  width: 100%;
}


.footer-badges__payments {
  /*display: flex;
  flex-direction: column;*/
  margin-bottom: 25px;
}

.footer-badges__labels {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 10px;
}

.discover-section {
  background: #fff;
  padding: 60px 0;
}

.discover-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  margin-top: 50px;
}

.discover-content {
  flex: 1 1 52%;
}

.discover-title {

  font-size: clamp(28px, 3.2vw, 20px);
  line-height: 1.25;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0 0 36px 0;
}

.discover-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 12px 32px;
  border-radius: 999px;
  background: #fcca6e;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.discover-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  background: #fcca6e;
  color: #fff;
}

.discover-images {
  flex: 1 1 48%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.discover-image {
  overflow: hidden;
  background: #eee;
}

.discover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.discover-image {
  width: 300px;
  height: 334px;
  border-radius: 36px;
}

@media (max-width: 900px) {
  .brl-htmlblock-container {
    margin-bottom: 20px;
  }

  .discover-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .discover-images {
    width: 100%;
    justify-content: flex-start;
  }

  .discover-image--large {
    width: 100%;
    max-width: 520px;
  }

  .discover-image--small {
    width: 40%;
    min-width: 160px;
  }
}

@media (max-width: 520px) {
  .discover-images {
    flex-direction: column;
  }

  .discover-image--small {
    width: 100%;
    aspect-ratio: 1.6 / 1.2;
  }

}

.brlBrand #main ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.brlBrand #main h2 {
  text-align: center;
  margin-bottom: 30px;
}

.brand-products p {
  display: none;
}

.retours-section {
  padding: 40px 20px 60px;
  background-color: #ffffff;
}

.retours-container {
  margin: 0 auto;
  margin-top: 25px;
}

.retours-header {
  text-align: center;
  margin-bottom: 25px;
}

.retours-header h2 {
  margin-bottom: 10px;
}

.retours-header h2 span {
  font-style: italic;
}

.retours-rating {
  display: flex;
  gap: 6px;
  font-size: 16px;
  margin-left: 129px;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}


.retours-stars {
  color: #f5c048;
  letter-spacing: 2px;
  font-size: 18px;
}

.retours-score {
  font-weight: 600;
}

.retours-count {
  color: #777777;
}

.retours-content {
  display: flex;
  gap: 40px;
  align-items: center;
}

.retours-photo {
  flex: 1 1 60%;
}

.retours-photo img {
  width: 100%;
  height: 470px;
  display: block;
  border-radius: 25px;
  object-fit: cover;
}

.retours-cartes {
  flex: 1 1 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  top: 30px;
  gap: 18px;
}

.retour-carte {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-radius: 999px;
  background: linear-gradient(150deg, #ffd074 0%, #f9bc4a 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
  position: relative;
}



.retour-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.retour-avatar {
  flex: 0 0 auto;
  margin-right: 16px;
}

.retour-header .prenom {
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 400;
}

.product-add-to-cart .qty {
  display: inline-block;
  width: 145px;
  height: 50px;
  margin: 0 10px 0 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
}

.retour-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
}

.retour-texte {
  flex: 1 1 auto;
  padding-right: 10px;
  text-align: justify;
}

.retour-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}


.retour-header h3 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #ffffff !important;
}

.retour-stars {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 2px;
  /* margin-right: 37px; */
}

.retour-texte p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff !important;
}

.retours-merci {
  text-align: center;
  margin-top: 10px;
  font-size: 26px;
}

.retours-rating span {
  font-size: 26px;
}



@media (max-width: 900px) {
  .retours-content {
    flex-direction: column;
  }

  .retours-photo,
  .retours-cartes {
    width: 100%;
  }

  .retour-carte {
    border-radius: 24px;
  }

  .retours-rating {
    display: flex;
    gap: 6px;
    font-size: 16px;
    margin-left: 28px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
  }
}

.productBuilder {
  position: absolute;
  top: -615px;
  z-index: 9;
  right: -85px;
}

#products .product-thumbnail img  {
  padding-top: 10px;
}

.product-miniature .product-description {
  padding: 0px 0px 30px;
}

.account-login svg {
  margin-right: 5px;
}

.an_productattributes-add-to-cart-btn {
  width: 100%;
  padding: 10px 15px 10px;
  height: 45px;
  line-height: 18px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  min-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.product-miniature.product-height:not(.col-lg-12) .thumbnail-container {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  border: 6px solid #f2f2f2;
  border-radius: 40px;
}

.displayHookCustomBlocks_1026 {
  height: -1px;
  position: relative;
}


.productBuilder .col-sm-6 {
  width: 100% !important;
}

.product-miniature:not(.col-lg-12) .thumbnail-container {
  padding: 0px 30px 0;
  width: 90%;
}

.productBuilder .thumbnail-container {
  overflow: hidden;
  border-radius: 35px;
}

.productBuilder .thumbnail-container picture {
  display: block;
  border-radius: 35px;
  overflow: hidden;
  margin-top: 10px;
}

.product-add-to-cart-in-desc.always-visible {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transform: none !important;
  transition: none !important;
}

.product-add-to-cart-in-desc.always-visible .an_productattributes {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  position: static !important;
  transform: none !important;
  transition: none !important;
}

.product-add-to-cart-in-desc.always-visible .an_productattributes-add {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  transform: none !important;
  transition: none !important;
}

.product-add-to-cart-in-desc.always-visible .an_productattributes-add-to-cart-btn {
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  transform: none !important;
  transition: none !important;
}

.product-add-to-cart-in-desc.always-visible .an_productattributes-qty-add {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
  transform: none !important;
  transition: none !important;
}

.product-miniature .product-add-to-cart-in-desc.always-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
  transform: none !important;
  transition: none !important;
}

.productBuilder .thumbnail-container picture img {
  border-radius: 35px;
  display: block;
}

.productBuilder .btn.an_productattributes-add-to-cart-btn.js-an_productattributes-add-to-cart {
  top: 14px;
}

.an_homeproducts-products .product-miniature {
  margin-left: 0;
  margin-right: 0;
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 15px;
}

/* .product-miniature:not(.col-lg-12) .thumbnail-container {
  border-radius: 40px !important;
} */

/* .product-miniature:not(.col-lg-12) .thumbnail-container:hover img {
  border-radius: 40px !important;
  overflow: hidden;

} */

@media (min-width: 992px) {
  .product-miniature .thumbnail-container {
    border-radius: 0px 0px 0 0;
  }
}


.product-miniature:not(.col-lg-12) .thumbnail-container:hover .an_productattributes {
  /*box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);*/
  box-shadow: none;

}

/* .product-miniature:not(.col-lg-12) .thumbnail-container {
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -10px 8px 0px rgba(0, 0, 0, 0.1);
  
} */

.productBuilder.product-miniature .highlighted-informations {
  display: none;
}


@media (max-width: 576px) {
  .productBuilder {
    position: absolute;
    top: 27%;
    z-index: 9;
    left: 91%;
  }

  .productBuilder .product-miniature {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 155px;
  }

  .productBuilder .product-miniature .thumbnail-container {
    background: #fff;
    border-radius: 18px;
    padding: 6px 10px 12px;
    /* espace ajouté en bas */
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    /* espace entre les éléments augmenté légèrement */
  }

  .productBuilder .product-miniature picture img {
    width: 58px;
    height: auto;
  }
  #footer .block-social {
  text-align: center!important;
  width: 55%!important;
  position: relative;
  left: 143px!important;
  top: 142px!important;
  z-index: 10;
  }
 

 

  .productBuilder .product-miniature .product-title a {
    font-size: 10px;
    line-height: 1.2;
    margin: 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
  }

  .productBuilder .product-miniature .product-price-and-shipping .price {
    font-size: 14px;
    font-weight: 700;
    margin: 2px 0 4px;
  }

  .productBuilder .product-miniature .add-to-cart-or-refresh .btn {
    width: 100%;
    font-size: 11px;
    padding: 6px 6px;
    border-radius: 999px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .an_advantages .an_advantages-list {
    background-color: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    gap: 0px;
    flex-direction: row;
    margin-right: 0px;
    margin-left: 18px;
    border-radius: 0px;
  }

  .footer-container .col-md-4 {
    margin-left: 0px;
  }

  .an_advantages .an_advantages-item {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0 30px 0 0px;
    margin-top: 5px;
    margin-bottom: -12px;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (max-width: 768px) {

  .discover-inner {
    padding: 0px 20px!important;
  }

  .advantages-inner {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .adv-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .recette-card {
    position: relative;
    width: 300px;
    border-radius: 25px;
    overflow: hidden;
    left: 0px !important;
    top: 0px;
  }

  .adv-icon img {
    max-width: 60px;
    height: auto;
  }

  .adv-text-home {
    text-align: start;
  }

  .header-nav .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px!important;
    padding-right: 15px!important;
  }

  .footer-container {
    padding: 20px 15px;
  }

  .footer-border {
    margin: 0 0 20px;
  }

  .footer-logo {
    display: block;
    max-width: 180px;
    margin: 30px auto 10px;
    top: 60px;
  }

  #block_myaccount_infos {
    margin-top: 20px;
  }

  .block-social {
    text-align: center;
    margin-top: 25px;
  }

  .block-social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-left: 0;
  }

  .block-social li {
    margin: 0;
  }

  .footer-badges {
    width: 100%;
    margin-top: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    gap: 0;
  }

  .footer-badges__payments,
  .footer-badges__labels {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
    align-items: center;
  }

  .footer-badges__payments-img {
    width: 35px;
    height: 100%;
  }

  .copyright-container-left {
    text-align: center;
  }

  .an_advantages-inner-wrap {
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 20px;
  }

  .newsletter-banner-title {
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 25px;
    margin-bottom: 25px;
    margin-left: 0px;
    font-weight: 500;
    color: #ffffff !important;
    text-transform: none;
    width: 83%;
    margin-left: 33px;
  }

  .qualite-bouton a {
    top: -10px;
  }

  .recettes-liste {
    gap: 43px !important;
  }

  .footer-container .row {
    display: flex;
    flex-direction: column;

  }

  .col-md-4 {
    margin-left: 0px;

  }

  .col-md-9 {
    width: 100%;
  }

  .footer-container .title {
    text-align: center;
  }

  .block-social {
    margin-top: -153px;
    margin-left: 0px;
  }


  .an_copyright {

    gap: 150px !important;
  }

  .builder-attributes-img {
    margin: 0px !important;
  }

  #description.active {
    flex-direction: column;
  }

  .product-description {
    width: 100% !important;

  }


}

.an_copyright {
  display: flex;
  flex-direction: row;
  gap: 820px;
  font-family: "Playfair Display", serif;
}

.an_copyright a {
  color: #ffffff !important;
}



.builder-attributes-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffcf7f;

  border-radius: 80px;
  flex-wrap: wrap;
  padding: 0 25px;

}



.builder-attributes-img img {
  height: 65px;
  width: auto;
  display: block;
  padding: 5px 0;
}

.an_productpage-slider-main .slick-dots {
  display: none !important;
}

.product-mainblock .an_productpage-slider-nav {
  display: none !important;
}

.product-mainblock .slick-next.slick-arrow {
  display: none !important;
}

.product-mainblock .slick-prev.slick-arrow {
  display: none !important;
}

.recettes-liste {
  display: flex;
  gap: 79px;
  margin-top: 30px;
}



.recette-card img {
  width: 100%;
  display: block;
  border-radius: 25px;
}

.recette-badge {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fcca6e;
  color: #fff;
  padding: 6px 25px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  min-width: 160px;
  text-align: center;
}
.highlighted-informations .quick-view img{
  height: 21px!important;
  width: auto;
}
.loupe_searchbar{
height: 18px;
width: auto;
}
.recette-badge:hover {

  background-color: #fcca6e;
  color: #fff;

}

.qualite-produit-texte {
  color: #ffffff !important;
}

.qualite-titre {

  color: #ffffff !important;
  margin-bottom: 1.5rem;
  line-height: 1.2em;

}

.qualite-description {
  color: #ffffff !important;
}

.an_homeproducts-tab {
  padding: 9px 35px 12px;
}

.current-price .price {
  color: #fcca6e;
}




#product .tab-content {
  border: none;
}

.newsletter-banner-field .newsletter-banner-input .btn-primary:focus {
  background-color: #fcca6e !important;
}


#description.active {
  display: flex;
  gap: 38px;
}

.product-description {
  width: 57%;
}



#description .an_productpage-slider-image img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  display: block;
}

.recette-card {
  position: relative;
  width: 300px;
  border-radius: 25px;
  overflow: hidden;
  left: 222px;
  top: 20px;
}

@media (max-width: 1200px) {
  .productBuilder {
    display: none;
  }

}

#product .tabs.an-product-page-description {
  margin-top: 40px !important;
}


.ps-vertical-text-slider {
  height: 30px;
  /* hauteur du bandeau */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /* couleur bandeau */
  color: #fff;
  font-weight: 400;
  border-radius: 2px;
  padding: 0 10px;
  width: 100%;
}

.ps-vts-track {
  width: 100%;
  display: flex;
  flex-direction: column;
  transform: translateY(18px);
  /* IMPORTANT */
  transition: transform .6s ease-in-out;
}

.ps-vts-slide {
  height: 34px;
  /* IDENTIQUE au conteneur */
  line-height: 34px;
  /* IMPORTANT pour éviter le décalage */
  display: block;
  text-align: center;
  white-space: nowrap;
}


.product-quantity .product-variants-item .clearfix {
  border: 1px solid black !important;
  border-radius: 10px !important;
}

/* Boutons newsletter */
.newsletter-banner-submit {
  font-family: "Playfair Display", serif;
}

/* Champ email */
.newsletter-banner-input {
  font-family: "Playfair Display", serif;
}

/* Placeholder (compatibilité maximale) */
.newsletter-banner-input::placeholder {
  font-family: "Playfair Display", serif;
  color: #272524;
  opacity: 1;
}

.newsletter-banner-input::-webkit-input-placeholder {
  font-family: "Playfair Display", serif;
  color: #272524;
}

.newsletter-banner-input::-moz-placeholder {
  font-family: "Playfair Display", serif;
  color: #272524;
  opacity: 1;
}

.newsletter-banner-input:-ms-input-placeholder {
  font-family: "Playfair Display", serif;
  color: #272524;
}

#product .featured-products h2,
.product-accessories .h1 {
  margin-bottom: 44px;
  text-align: center;
  text-transform: none;
}

/* .price {
  font-family: "Playfair Display", serif;
} */

#quantity_wanted {
  border: solid 1px rgba(0, 0, 0, 0.25) !important;
}

.button-link {
  color: #fcca6e;
  text-decoration: none !important;
}

/* .product-miniature .thumbnail-container-image {
  border-radius: 40px!important;
} */

.productBuilder .product-miniature:not(.col-lg-12) .thumbnail-container {
  padding: 0px 0px 0;
  width: 76%;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
  right: -13px !important;
}

@media (max-width: 1199px) {
  .product-miniature:not(.col-lg-12) .thumbnail-container:hover .an_productattributes {
    padding: 0px !important;
  }
}

@media (max-width: 991px) {

  .product-miniature:not(.col-lg-12) .thumbnail-container {
    padding: 0px 10px 0;
    width: 90%;
  }
}

#products .product-miniature:not(.col-lg-12) {
  margin-bottom: 65px;
}

#product .featured-products .product-miniature {
  margin-bottom: 65px;
}

.also-products-hook .product-miniature .product-description {
  padding: 10px 12px 30px !important;
}

/* Contexte de votre hook */
.also-products-hook .products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  transition: transform .28s ease;
  will-change: transform;
}

.also-products-hook .js-product-miniature.is-removing {
  opacity: 0;
  transform: scale(0.98);
}

/* La plupart des thèmes ajoutent .js-product-miniature sur chaque item */
.also-products-hook .products>.js-product-miniature {
  flex: 0 0 calc(50% - 8px);
  /* 2 colonnes + gestion du gap */
  max-width: calc(50% - 8px);
}

/* Sécurité: la carte prend toute la largeur de sa colonne */
.also-products-hook .products>.js-product-miniature .product-miniature {
  width: 100%;
}

/* Contexte uniquement dans votre hook */
.also-products-hook .also-products-track {
  display: flex;
  flex-wrap: nowrap;
  /* tous sur une ligne */
  overflow: hidden;
  /* cache ceux qui dépassent */
  width: 100%;
  gap: 12px;
}

/* Chaque “slide” = 50% (donc 2 visibles) */
.also-products-hook .also-products-slide {
  flex: 0 0 calc(50% - 8px);
  /* 2 colonnes, en tenant compte du gap */
  max-width: calc(50% - 8px);
  opacity: 1;
  transition: opacity .22s ease, transform .22s ease;
  padding: 20px 0 40px 0;
}

.also-products-hook .also-products-slide.is-fading {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity .22s ease, transform .22s ease;
}

/* Important: selon thèmes, .products .product-miniature peut avoir des largeurs imposées */
.also-products-hook .also-products-slide .product-miniature {
  width: 100%;
}

#product .also-products-track .product-miniature {
  width: calc(100% - 10px);
  margin: 0 5px;
}

@media (max-width: 576px) {
  .also-products-hook .also-products-track {
    gap: 12px;
  }

  .also-products-hook .also-products-slide {
    flex: 0 0 calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
    padding: 20px 0 0 0 !important;
  }

  /* Éviter que le bouton soit coupé */
  .also-products-hook .also-products-slide .product-miniature {
    height: auto !important;
    margin-bottom: 0px !important;
  }

  .also-products-hook .also-products-slide .product-miniature .product-description {
    padding-bottom: 12px !important;
  }

  .also-products-hook .also-products-slide .js-product-miniature,
  .also-products-hook .also-products-slide .product-miniature {
    width: 100% !important;
    max-width: 100% !important;
  }

  #product .featured-products .products {
    margin: 0;
  }

}

/* .product-miniature.product-mobile-row:not(.col-lg-12) .thumbnail-container-image img {
        max-width: 100%;
        margin-top: 10px!important;
    } */

@media (max-width: 600px) {
  .product-miniature.product-mobile-row:not(.col-lg-12) .thumbnail-container-image img {
    max-width: 100%;
    margin-top: 10px !important;
  }
}

#js-product-block-slider-product-page .owl-item.is-fading .also-products-slide {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity .22s ease, transform .22s ease;
}

.checkout-step {
  background: #FFF;
}

#_desktop_top_menu,
#amegamenu {
  font-size: 11px;
}

.amenu-item .amenu-link {
  position: relative;
  padding: 11px 10px 10px 13px;
  font-weight: 400;
  color: #000;
}

.amenu-item .amenu-link {
  position: relative;
  padding: 11px 0px 10px 13px;
  font-weight: 400;
  color: #000;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: unset;
  padding: 0;
}

.custom-checkbox {
  display: grid;
  grid-template-columns: none;
  gap: 10px;
  align-items: center;
}

.category-item.level-1 {
  margin-bottom: 0px !important;
}

.dropdown-content.acontent-1 {
  padding: 0px !important;
}

#header .header-nav {
  min-height: 36px;
  /* background: #fcca6e !important; */
  background: #272524;
}

#header .header-nav .header-nav-inside {
  height: 32px;
}

#block-newsletter-label {
  text-transform: none;
}

#_fixed_logo .logo {
  max-width: 200px !important;
  max-height: 42px !important;
}

.category-item.level-1>.h5 {
  margin-bottom: 18px;
  margin-top: 7px;

  font-family: "playfair display", serif;
}

.logo-swap-wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
  width: 190px;
}

.logo-swap-wrap img {
  display: block
}

.logo-swap-wrap .logo-swap-scrolled {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.logo-swap-wrap.is-scrolled .logo-swap-scrolled {
  opacity: 1
}

.logo-swap-wrap.is-scrolled .logo-swap-default {
  opacity: 0
}

@media (min-width: 768px) {
  .col-lg-6 {
    float: left;
    width: 50%;
  }

  .footer-container .links ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .footer-container .links ul {
    max-width: 550px;
    /* ajustez */
  }

}

#stores .page-stores .store-picture {
  display: none;
}

.avatar-purple {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #6d28d9;
  /* violet */
  color: #ffffff;
  /* blanc */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  user-select: none;
}

.avatar-blue {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #0097A7;
  /* bleu */
  color: #ffffff;
  /* blanc */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  user-select: none;
}

.avatar-rose {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #AB47BC;
  /* rose */
  color: #ffffff;
  /* blanc */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  user-select: none;
}

.avatar-white {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  color: #fcca6e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  user-select: none;
  border: 3px solid #f2f2f2;
  font-family: "playfair display",serif;
}

.category-item.level-1>.h5 a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}

#header .js-an_wishlist-nav-count {
  position: absolute;
  top: -10px;
  right: -9px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcca6e;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 0px 0px 0 0;
  margin: 0;
}

.adropdown-1 .acontent-1,
.adropdown-2 .acontent-2,
.adropdown-3 .acontent-3,
.adropdown-4 .acontent-4,
.adropdown-5 .acontent-5 {
  width: 50%;
}

.productBuilder .product-miniature .product-title {
  margin: 10px 0 0px;
  text-transform: none;
  line-height: 1.2;
  text-align: left;
  font-size: 1rem;
  overflow: hidden;
}

.productBuilder .product-price-and-shipping {
  text-align: left;
}

.productBuilder .product-miniature .product-title a {

  font-weight: 800;
}


.qualite-container {
  width: 100%;
}

.qualite-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.qualite-texte {
  flex: 1;
}

.qualite-image {
  flex: 1;
  text-align: right;
}

.qualite-image img {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 17px;
}

/* Bouton toujours en dessous */
.qualite-bouton {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 15px;
}




.category-description p {
  text-align: left;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}


.page-content .an_wishlist-container {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #f2f2f2;
}

.product-quantity #quantity_wanted {
  -webkit-appearance: none;
  height: 50px;
  padding: 0;
  width: 77px;
  min-width: unset;
  text-align: center;
  border: 0;
  border-radius: 34px;
  background: #FFF;
}

.product-prices div {
  margin: 0;
  width: 100%;
  text-align: right;
}

#product .featured-products .products {
  margin: 0 8px;
  margin-bottom: 0px;
}

.product-prices .price {
  font-size: 29px;
  line-height: 1.2;
  font-weight: 800;
}

#header .logo {
  max-width: 122%;
  max-height: 122%;
}

#header .amenu-item .amenu-link {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
}

@media (max-width:1200px) {
  #header .amenu-item .amenu-link {
    font-size: 13px;
  }

  #amegamenu .amenu-item .adropdown.adropdown-3 {
    max-width: 1158px;
    width: 900px !important;
    /*transform: translate(-50%, 0) !important;*/
  }
}

#amegamenu .amenu-item .adropdown.adropdown-3 {
  display: flex;
  width: 1180px;
}

#amegamenu .amenu-item.mm-1 .adropdown.adropdown-3 {
  /*transform: translate(-40%, 0);*/
}
#amegamenu.fixed-menu .amenu-item.mm-1 .adropdown.adropdown-3 {
transform: translate(-29.5%, 0);
}

#amegamenu .amenu-item.mm-2 .adropdown.adropdown-3 {
 /*transform: translate(-50%,0);*/
}
#amegamenu.fixed-menu .amenu-item.mm-2 .adropdown.adropdown-3 {
  transform: translate(-40.5%, 0);
}
#amegamenu .amenu-item.mm-3 .adropdown.adropdown-3 {
 /*transform: translate(-63.5%, 0);*/
}
#amegamenu.fixed-menu .amenu-item.mm-3 .adropdown.adropdown-3 {
transform: translate(-54.5%, 0);
}

#amegamenu .amenu-item.mm-4 .adropdown.adropdown-3 {
  /*transform: translate(-77.5%, 0);*/
}
#amegamenu.fixed-menu .amenu-item.mm-4 .adropdown.adropdown-3 {
  transform: translate(-69%, 0);
}


#amegamenu .amenu-item .adropdown.adropdown-3 .dropdown-content:not(.acontent-1) {
  width: 33%;
}

#index .productBuilder .product-description .price {
  color: #fcca6e;
  font-weight: bold;
}

.displayHookCustomBlocks_1025 .brlBrand {
  margin-bottom: 50px;
}

.displayHookCustomBlocks_1025 .brlBrand .brand {
  margin-bottom: 70px;
  margin-top: 80px;
}

.footer-container .advantages-inner .adv-text-home {
  display: block !important;
}

.footer-container .links .col-md-4 ul {
  display: flex !important;
  flex-direction: column;
}

@media (max-width: 767px) {
  #index .newsletter-banner-inner {
    max-width: 100%;
  }
}

#header .header-top.tablet-h .container .header-top-wrapper,
#header .header-nav.tablet-h .container .row {
  margin: 0;
}

#header .header-top-wrapper .header-center {
  width: 70%;
  padding-right: 0;
  padding-left: 0;
}

.amega-menu .anav-top {
  padding-left: 0;
}

.footer-container .links .title {
  display: none;
}

@media (min-width: 992px) {
  .product-miniature:not(.col-lg-12) .an_productattributes {
    position: static !important;
    width: 100% !important;
    margin-top: 16px;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }

  .product-miniature:not(.col-lg-12) .an_productattributes.js-an_productattributes {
    padding: 0;
  }

  .product-miniature:not(.col-lg-12) .product-add-to-cart-in-desc.always-visible .an_productattributes-qty-add {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    transform: none !important;
    transition: none !important;
  }
}

.product-miniature .product-price-and-shipping .price-colored .money {
  color: #fcca6e;
}

/* .product-miniature .btn.an_productattributes-add-to-cart-btn:disabled {
  display: none;
} */
#product #line-product.adv-underline {
  /*max-width: unset;
  width: 553px;*/
  max-width: 400px;
}

#product .nav.nav-tabs {
  justify-content: center;
}

#_desktop_clientservice .clientservice_open-modal-btn span,
#psVerticalTextSlider .ps-vts-slide,
#_desktop_user_info .expand-more {
  font-size: 15px;
}

#header #_desktop_logo {
  padding-left: 0!important;
}

#index .productBuilder .product-miniature:not(.col-lg-12) .thumbnail-container {
  border-radius: 25px;
}

#index .productBuilder .thumbnail-container picture {
  display: flex;
  justify-content: center;
}

#index .productBuilder .thumbnail-container picture img {
  width: unset;
}

#index .productBuilder .product-miniature .product-description {
  padding-top: 0;
}

#index .productBuilder .product-description {
  padding: 10px 20px 36px;
}

#index .productBuilder .product-description .product-title a {
  font-size: 16px;
}

#index .productBuilder picture {
  margin-top: 17px;
}

#index .productBuilder .product-title,
#index .productBuilder .product-price-and-shipping .price {
  font-family: "Nunito Sans", serif;
}

#index .productBuilder .product-price-and-shipping .price {
  font-size: 17px;
}

#index .productBuilder .product-price-and-shipping {
  margin-top: 3px;
}

#index .productBuilder .add-to-cart-or-refresh .an_productattributes-add-to-cart-btn {
  font-size: 17px;
}

#index .an_homeproducts-title.h1 {
  margin-bottom: 30px;
}

/* Styles pour le module de réassurance */
#product .product-information .blockreassurance_product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  margin: 20px 0;
}

#product .product-information .blockreassurance_product .block-reassurance-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 1 calc(50% - 8px);
  min-width: 200px;
}

#product .product-information .blockreassurance_product .block-reassurance-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#product .product-information .blockreassurance_product .block-reassurance-item span {
  font-size: 14px;
  line-height: 1.3;
}

h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif !important;
}

.adv-item.clickable {
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative;

}

.an_wishlist-in .an_wishlist-withcount img {
  display: none;
}

/* Cacher le coeur rempli par défaut */
.js-an_wishlist-container .icon-filled {
  display: none;
}

/* Quand liké : cacher l'img, montrer le coeur rempli */
.js-an_wishlist-container.an_wishlist-in .icon-filled {
  display: block;
}

.js-an_wishlist-container.an_wishlist-in img {
  display: none;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title,
.product-item .product-name {
  margin: 10px 0 10px;
  text-transform: none;
  line-height: 1.2;
  text-align: left;
  font-size: 1rem;
  overflow: hidden;
}

.pagination .page-list {
  display: flex;
  align-items: center;
  padding: 11px 0;
  background: transparent;
  justify-content: center;
}


.product-flags {
  padding: 0px 0 0 0px;
}

.html-item.typo img {
  border-radius: 36px;
}

#block-newsletter-label {
  margin-bottom: 24px;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  border-bottom: 1px solid #fcca6e;
}

.product-information .button-link {
  text-decoration: underline !important;
}

.product-actions .add-to-cart:not(.buynow-button) {
  padding: 13px 15px 15px;
  margin: 0px;
}
#footer .block-social {
  text-align: center;
  width: 15%;
  position: relative;
  left: 275px;
  top: 31px;
  z-index: 10;
}
/* ===== Accessories track ===== */
#js-accessories-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
  scroll-behavior: smooth;
}
#js-accessories-track::-webkit-scrollbar {
  display: none;
}
#js-accessories-track > * {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

/* ===== Also products ===== */
.also-products-hook {
  position: relative;
}

.also-products-hook .products,
.also-products-hook .also-products-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 8px;
  scroll-behavior: smooth;
}
.also-products-hook .products::-webkit-scrollbar,
.also-products-hook .also-products-track::-webkit-scrollbar {
  display: none;
}

.also-products-hook .also-products-slide {
  flex: 0 0 calc(50% - 8px);
  max-width: calc(50% - 8px);
  scroll-snap-align: start;
  opacity: 1;
  transition: opacity .22s ease, transform .22s ease;
  padding: 20px 0 40px 0;
}

/* ===== Flèches navigation ===== */
.also-products-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
}
.also-products-nav svg {
  width: 20px;
  height: 25px;
}
.also-products-nav.prev { left: -25px; }
.also-products-nav.next { right: -15px; }
.pro-section__title {
  text-align: center;
  color: #fcca6e;
}

.pro-section__text {
  text-align: center;
}

.pro-section__btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.pro-section__btn-wrap a {
  text-decoration: none!important;
}

.account-login:hover svg path {
  fill: #fcca6e;
}

.productblock-description .button-link{
  text-decoration: underline !important;
}
#description-link {
  text-decoration: underline !important;
}
.product-add-to-cart .qty .input-group .input-group-btn > .btn {
 background-color: transparent;
}


.mobile-header  {
  background-color: #FFF;
}


.faq-answer a{
  color: #FFF;
}
.faq-answer a:hover{
  color: #FFF;
}


.brlBrand #main ul {
  display: block;
  width: 100%;
  overflow: hidden;
}

.brlBrand #main ul .slick-arrow {
  display: none !important;
}

.brlBrand #main ul .slick-slide {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brlBrand #main ul .slick-slide img {
  width: 400px;
  height: 452px;
  object-fit: contain;
}
#header #_desktop_logo {
  position: static;
  padding-left: 18px;
  
}
.product-flags .product-flag {
  padding: 6px 5px 4px 5px;
  margin-top: 5px;
  margin-left: 20px;
  text-transform: uppercase;
  min-width: 45px;
  min-height: auto;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  border-radius: 12px;
}
#product .also-products-slide .thumbnail-container  .product-description {
  padding: 10px 0px 30px !important;
}
#product .also-products-slide .thumbnail-container  .product-description h3.product-title {
  min-height: 38px;
}
@media (max-width: 1600px) {
 

 #amegamenu .amenu-item.mm-2 .adropdown.adropdown-3 {
  /*transform: translate(-50%,0);*/
}
.amenu-item .adropdown{
  left: 50%!important;
}

#amegamenu .amenu-item.mm-1 .adropdown.adropdown-3 {
  /*transform: translate(-40%, 0);*/
}

#amegamenu .amenu-item.mm-4 .adropdown.adropdown-3 {
  /*transform: translate(-77.5%, 0);*/
}

#amegamenu .amenu-item.mm-3 .adropdown.adropdown-3 {
  /*transform: translate(-63.5%, 0);*/
}


}

.product-flags .product-flag.discount-percentage, .product-discount .discount.discount-percentage, .modal-body .discount-percentage {
  background: #ea6042;
  color: #fff;
}



.pro-section__btn-wrap .discover-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 12px 32px;
  border-radius: 999px;
  background: #272524;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.pro-section__btn-wrap .discover-btn:hover {

  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  background: #272524;
  color: #fff;
}
@media (max-width: 991px) {
  #header .header-nav.tablet-h .top-logo a img {
    max-height: 96px;
    max-width: 100%;
  }
  .brlBrand #main ul .slick-slide img {
  width: 379px;
  height: 452px;
  object-fit: contain;
}
}
@media (max-width: 410px) {
  .an_advantages .an_advantages-item {
    display: flex;
    align-items: center;
    text-align: center;
    max-width: 100%;
    flex: 0 0 100%;
    min-width: 100%;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 1px;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: 81px;
  }
 
}
.pagination .next {
  margin-left: 32px;
  line-height: 19px;
  color: #fcca6e;
}
.pagination .previous {
  margin-right: 32px;
  line-height: 19px;
  color: #fcca6e;
}

.quickview .modal-content {
  background: #fff;
}

.product-miniature .thumbnail-container-image {
  overflow: hidden;
  border-radius: 40px;
}
#search_filters #_desktop_search_filters_clear_all .btn-primary:focus {
  background-color: #fcca6e!important;
  color: #fff;
}
#search_filters #_desktop_search_filters_clear_all .btn-primary::after {
  background-color: #fcca6e!important;
  color: #fff;
}

#search_filters #_desktop_search_filters_clear_all .primary:hover::after{
  background-color: #fcca6e!important;
  color: #fff;
}

#search_filters #_desktop_search_filters_clear_all .btn-primary{
  background-color: #fcca6e!important;
  color: #fff;
}

#search_filters #_desktop_search_filters_clear_all .btn-primary:hover{
  background-color: #fcca6e!important;
  color: #fff;
}

#contact  .form-footer .btn-primary:focus {
  background-color: #272524!important;
  color: #fff;
}
#contact .form-footer .btn-primary::after {
  background-color: #272524!important;
  color: #fff;
}
#contact .form-footer .btn-primary:hover::after{
  background-color: #272524!important;
  color: #fff;
}
#contact .form-footer .btn-primary{
  background-color: #272524!important;
  color: #fff;
}
#contact .form-footer .btn-primary:hover{
  background-color: #272524!important;
  color: #fff;
}
#contact .form-footer.text-sm-right{
  text-align: center!important;
}
.product-additional-info h4{
  margin-bottom: 0px;
}
#product #content {
  position: relative;
  max-width: 540px;
  margin: 0;
}
/* Image sticky dans description produit */
#description {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

#description .an_productpage-slider-image {
  position: sticky;
  top: 100px;
  flex-shrink: 0;
}

/* Mobile : retour en colonne, pas de sticky */
@media (max-width: 767px) {
  #description {
    flex-direction: column;
  }

  #description .an_productpage-slider-image {
    position: static;
  }
}
.pagination a {
  color: #272524 !important;
}
.marque-image {
  background-image: url('/themes/eatsy/assets/img/la-marque-de-chandeau.webp');
  height: 409px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.marque-block {
  position: relative;
  width: 100%;
  min-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  margin-top: -256px;
  padding-bottom: 0!important;
}

.marque-card {
  background: #f9f6f6;
  max-width: 958px;
  width: 100%;
  padding: 50px 45px;
  text-align: center;
  box-sizing: border-box;
}

.marque-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
  color: #1a1a1a;
}

.marque-subtitle {
  font-weight: 400;
  margin: 0 0 20px 0;
  color: #333;
}

.marque-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto 25px auto;
  width: 365px;
}

.sep-bleu,
.sep-blanc,
.sep-rouge {
  display: block;
  height: 5px;
  flex: 1;
}

.sep-bleu { background: #002395; }
.sep-blanc { background: #ffffff; }
.sep-rouge { background: #ED2939; }

.fondateur-block {
  background-color: #333;
  padding: 50px 20px;
  box-sizing: border-box;
}

.fondateur-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.fondateur-img {
  margin-bottom: 30px;
}

.fondateur-img img {
  max-width: 380px;
  width: 45%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fondateur-citation {
  color: #fff;
  font-style: italic;
  line-height: 1.75;
  margin: 0!important;
  text-align: center;
  font-weight: 800;
}
.vocation-block {
  background-color: #333;
  padding: 50px 40px;
  box-sizing: border-box;
  background-image: url('/img/logo-textuel-noir-sans-1997.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.vocation-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.vocation-texte {
  flex: 1;
  min-width: 0;
}

.vocation-title {
  color: #fff;
  font-weight: 700;
  font-size: 27px !important;
  line-height: 1.3 !important;
  margin: 0 0 20px 0 !important;
}

.vocation-desc {
  color: #fff;
  line-height: 1.75;

  margin: 0;
  font-family: "playfair display", serif!important;
}

.vocation-img {
  flex-shrink: 0;
  width: 45%;
}

.vocation-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
.engagements-block {
  background-color: #333;
  padding: 50px 40px;
  box-sizing: border-box;
background-image: url('/img/logo-textuel-noir-sans-1997.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.engagements-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.engagements-img {
  flex-shrink: 0;
  width: 40%;
}

.engagements-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.engagements-texte {
  flex: 1;
  min-width: 0;
}

.engagements-title {
  color: #fff;
  font-weight: 700;
  font-size: 27px !important;
  line-height: 1.3 !important;
  margin: 0 0 20px 0 !important;
}

.engagements-desc {
  color: #fff;
  line-height: 1.75;
 
  margin: 0;
  font-family: "playfair display", serif!important;
}
.producteurs-block {
  background-color: #333;
  padding: 50px 40px;
  box-sizing: border-box;
  background-image: url('/img/logo-textuel-noir-sans-1997.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.producteurs-content {
  max-width: 900px;
  margin: 0 auto 30px auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.producteurs-texte {
  flex: 1;
  min-width: 0;
}

.producteurs-title {
  color: #fff;
  font-weight: 700;
  font-size: 27px !important;
  line-height: 1.3 !important;
  margin: 0 0 20px 0 !important;
}

.producteurs-desc {
  color: #fff;
  line-height: 1.75;

  margin: 0;
  font-family: "playfair display", serif!important;
}

.producteurs-img {
  flex-shrink: 0;
  width: 45%;
}

.producteurs-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.section-producteurs__labels {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.section-producteurs__labels a {
  display: block;
}

.section-producteurs__labels img {
  height: 54px!important;
  width: auto;
  display: block;
}
.produits-block {
  background-color: #fff;
  padding: 50px 0;
  box-sizing: border-box;
  padding-bottom: 0px!important;
}

.produits-main-title {
  text-align: center;
  font-weight: 700;
  font-size: 27px !important;
  margin: 0 0 40px 0 !important;
  color: #1a1a1a;
}

.produit-row {
 
  margin: 0 auto 40px auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.produit-row:last-child {
  margin-bottom: 0;
}

.produit-img {
  width: 200px;
}

.produit-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.produit-texte {
  flex: 1;
  min-width: 0;
  font-family: "playfair display", serif!important;
}

.produit-texte p {
  color: #333;
  line-height: 1.65;

  margin: 0 0 15px 0;
}

.produit-texte p:last-child {
  margin-bottom: 0;
}
.marques-block {
  background-color: #fff;
  padding: 50px 0;
  box-sizing: border-box;
  padding-bottom: 0px!important;
}

.marques-main-title {
  text-align: center;
  font-weight: 700;
  font-size: 27px !important;
  margin: 0 0 15px 0 !important;
  color: #1a1a1a;
}

.marques-intro {

  margin: 0 auto 40px auto;
  text-align: center;
  color: #333;
  line-height: 1.65;
  font-family: "playfair display", serif!important;
  
}

.marque-row {

  margin: 0 auto 35px auto;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  font-family: "playfair display", serif!important;
}

.marque-row:last-child {
  margin-bottom: 0;
}

.marque-logo {
  flex-shrink: 0;
  width: 275px;
}

.marque-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.marque-card p {
  font-family: "Playfair Display", serif!important;

}




.presse-block {
  background-color: #fff;
  padding: 50px 40px;
  box-sizing: border-box;
}

.presse-title {
  text-align: center;
  font-weight: 700;
  font-size: 27px !important;
  margin: 0 0 40px 0 !important;
  color: #1a1a1a;
}

.presse-images {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.presse-img {
  flex: 1;
  max-width: 280px;
}

.presse-img img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.15);
  padding-bottom: 0!important;
}
.histoire-block {
  background-color: #fff;
  padding: 50px 40px 60px;
  box-sizing: border-box;
}

.histoire-title {
  text-align: center;
  font-weight: 700;

  margin: 0 0 5px 0 !important;
  color: #1a1a1a;
}

.histoire-subtitle {
  text-align: center;
  font-weight: 400;
  margin: 0 0 40px 0 !important;
  color: #333;
  font-family: "playfair display", serif!important;
}

.histoire-slider {
  max-width: 800px;
  margin: 0 auto 40px auto;
  position: relative;
}

.histoire-slides {
  overflow: hidden;
}

.histoire-slide {
  display: none;
}

.histoire-slide.active {
  display: block;
  animation: histoireFadeIn 0.4s ease;
}

@keyframes histoireFadeIn {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

.histoire-slide-content {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.histoire-slide-texte {
  flex: 1;
  min-width: 0;
  font-family: "Playfair Display", serif!important;
}

.histoire-date-label {
  display: block;
  color: #fcca6e;
  font-weight: 700;
  font-size: 28px !important;
  margin-bottom: 12px;
  
}

.histoire-slide-texte p {
  color: #333;
  line-height: 1.7;
  margin: 0;
  text-align: justify;
}

.histoire-slide-img {
  flex-shrink: 0;
  width: 250px;
}

.histoire-slide-img img {
  width: 100%;
  height: auto;
  display: block;
}

.histoire-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 28px;
  color: #fcca6e;
  cursor: pointer;
  padding: 10px;
  transition: color 0.2s;
}

.histoire-arrow:hover {
  color: #fcca6e;
}

.histoire-arrow-left {
  left: -45px;
}

.histoire-arrow-right {
  right: -45px;
}

.histoire-timeline {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.histoire-timeline-track {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 3px;
  background: #ddd;
}

.histoire-timeline-fill {
  height: 100%;
  width: 0%;
  background: #fcca6e;
  transition: width 0.4s ease;
}

.histoire-timeline-points {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.histoire-point {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0;
}

.histoire-point-dot {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #ddd;
  background: #fff;
  transition: all 0.3s ease;
}

.histoire-point.active .histoire-point-dot {
  border-color: #fcca6e;
  background: #fcca6e;
}

.histoire-point.passed .histoire-point-dot {
  border-color: #fcca6e;
  background: #fcca6e;
}

.histoire-point-year {
  font-size: 14px !important;
  font-weight: 400;
  color: #999;
  transition: all 0.3s ease;
}

.histoire-point.active .histoire-point-year {
  color: #fcca6e;
  font-weight: 700;
}

.histoire-point.passed .histoire-point-year {
  color: #fcca6e;
}
/* ================================ */
/* RESPONSIVE - TABLETTE (max 768px) */
/* ================================ */
@media screen and (max-width: 768px) {

  /* MARQUE */
  .marque-block {
    padding: 30px 15px;
    min-height: auto;
    margin-top: -150px;
  }
  .marque-card {
    padding: 30px 25px;
  }
  .marque-separator {
    width: 200px;
  }

  /* FONDATEUR */
  .fondateur-block {
    padding: 40px 20px;
  }
  .fondateur-img img {
    width: 60%;
  }

  /* VOCATION */
  .vocation-block {
    padding: 40px 20px;
  }
  .vocation-content {
    flex-direction: column;
    gap: 25px;
  }
  .vocation-img {
    width: 100%;
  }
  .vocation-title {
    font-size: 22px !important;
  }

  /* ENGAGEMENTS */
  .engagements-block {
    padding: 40px 20px;
  }
  .engagements-content {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .engagements-img {
    width: 100%;
  }
  .engagements-title {
    font-size: 22px !important;
  }

  /* PRODUCTEURS */
  .producteurs-block {
    padding: 40px 20px;
  }
  .producteurs-content {
    flex-direction: column;
    gap: 25px;
  }
  .producteurs-img {
    width: 100%;
  }
  .producteurs-title {
    font-size: 22px !important;
  }
  .section-producteurs__labels {
    justify-content: center;
  }

  /* PRODUITS */
  .produits-block {
    padding: 40px 20px;
  }
  .produit-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .produit-img {
    width: 180px;
  }
  .produit-texte {
    text-align: center;
  }

  /* MARQUES PREMIUM */
  .marques-block {
    padding: 40px 20px;
  }
  .marque-row {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .marque-logo {
    width: 180px;
  }
  .marque-texte {
    text-align: center;
  }

  /* PRESSE */
  .presse-block {
    padding: 40px 20px;
  }
  .presse-images {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .presse-img {
    max-width: 320px;
    width: 100%;
  }

  /* HISTOIRE */
  .histoire-block {
    padding: 40px 20px 50px;
  }
  .histoire-slide-content {
    flex-direction: column;
    gap: 20px;
  }
  .histoire-slide-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .histoire-arrow-left {
    left: -5px;
  }
  .histoire-arrow-right {
    right: -5px;
  }
  .histoire-arrow {
    font-size: 22px;
  }
  .histoire-date-label {
    font-size: 24px !important;
  }
}

/* ================================ */
/* RESPONSIVE - MOBILE (max 480px)  */
/* ================================ */
@media screen and (max-width: 480px) {

  /* MARQUE */
  .marque-image {
    height: 250px;
  }
  .marque-block {
    margin-top: -100px;
    padding: 20px 10px;
  }
  .marque-card {
    padding: 25px 18px;
  }
  .marque-separator {
    width: 140px;
  }

  /* FONDATEUR */
  .fondateur-img img {
    width: 80%;
  }

  /* VOCATION / ENGAGEMENTS / PRODUCTEURS */
  .vocation-title,
  .engagements-title,
  .producteurs-title {
    font-size: 20px !important;
  }

  /* PRODUITS */
  .produit-img {
    width: 150px;
  }

  /* MARQUES PREMIUM */
  .marque-logo {
    width: 340px;
  }

  /* HISTOIRE */
  .histoire-slider {
    margin-bottom: 30px;
  }
  .histoire-arrow-left {
    left: 0;
  }
  .histoire-arrow-right {
    right: 0;
  }
  .histoire-arrow {
    font-size: 18px;
    padding: 5px;
  }
  .histoire-timeline-points {
    gap: 5px;
  }
  .histoire-point-year {
    font-size: 11px !important;
  }
  .histoire-point-dot {
    width: 14px;
    height: 14px;
  }
}
.magasins-block {
  padding: 30px 0 50px;
  box-sizing: border-box;
}

.magasins-content {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 40px;

  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 30px;
}

.magasins-texte {
  flex: 1;
  min-width: 0;
}

.magasins-title {
  text-align: left;
  margin: 0 0 20px 0 !important;
  color: #1a1a1a;
}

.magasins-texte p {
  color: #333;
  line-height: 1.75;
  margin: 0 0 15px 0;
}

.magasins-texte p:last-child {
  margin-bottom: 0;
}

.magasins-texte a {
  color: #333;
  text-decoration: underline;
}

.magasins-img {
  flex-shrink: 0;
  width: 45%;
}

.magasins-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .magasins-content {
    flex-direction: column;
    gap: 25px;
  }
  .magasins-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .magasins-title {
    text-align: center;
  }
  .magasins-texte {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .magasins-block {
    padding: 30px 0;
  }
  .magasins-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#description-link {
  display: block;
 
}

#contact #content-wrapper{
  width: 100%;
}
#contact #content-wrapper .contact-form-title{
  width: 100%;
  margin: 0;
}
#contact #content-wrapper .form-group label{
  text-align: left;
  height: 38px;
}
 .form-control {
border: 1px solid #ebebeb!important;
  background: #f6f6f6!important;
  outline: none !important;
  border-radius: 0;
}
.form-control:focus {
  border: 1px solid #000!important;
  background: #fff!important;
  box-shadow: none;
}
.form-control-select {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f6f6f6 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem !important;
  padding: 0 .5rem;
}
.form-control-select:focus {
  height: 2.625rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem !important;
  padding: 0 .5rem;
}
#contact .input-group .input-group-btn {
  height: 100%;
  padding-left: 10px;
}
#contact .h2{
  font-family: "Playfair Display", serif!important;
}
.tab-content > .tab-pane:not(.active) {
  display: none !important;
}
#contact .discover-btn {
  background:#272524 ;
  border: none;
}
.stores-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .stores-grid {
    grid-template-columns: 1fr;
  }

  section#wrapper {
    padding-top: 0!important;
  }

  #product .also-products-track .product-miniature {
    padding: 0!important;
  }

  #product .featured-products .products {
    margin: 0px 2px!important;
  }

  .also-products-nav.next { 
    right: -15px;
    padding: 10px 0px 10px 10px;
  }

  .product-add-to-cart .qty {
    width: 170px!important;
  }

  .store-item-container {
    display: flex;
    flex-direction: column;
  }

  .store-picture {
    width: 100%;
  }

  .store-picture img {
    width: 100%;
    height: auto;
  }

  .store-description {
    width: 100%;
    padding: 15px;
  }

  .store-item .card-title {
    font-size: 18px;
  }

  .store-item address {
    font-style: normal;
    font-size: 14px;
  }
}
.block_newsletter .custom-checkbox a{
  color: #fff;
}
.block_newsletter .custom-checkbox a:hover{
  color: #fcca6e;
}
.section-producteurs__labels img{
height: 80px!important;
width: auto;
}
.section-producteurs__label-img-msc{
  height: 113px !important;
  margin-top: 4px;
}
#authentication .discover-btn{
  background:#272524 ;
  border: none;
}

#authentication .discover-btn:hover{
  background:#272524 ;
  border: none;
}
#password .discover-btn{
  background:#272524 ;
  border: none;
}
#password .discover-btn:hover{
  background:#272524 ;
  border: none;
}
#registration .discover-btn{
  background:#272524 ;
  border: none;
}
#registration .discover-btn:hover{
  background:#272524 ;
  border: none;
}
#identity .discover-btn{
  background:#272524 ;
  border: none;
}
#identity .discover-btn:hover{
  background:#272524 ;
  border: none;
}
#ingredient-label,
#ingredient-value{
  border: 1px solid #f2e4c4;
  padding: 5px 10px !important;
}



.product-ingredient-alt {
  background-color: #fcca6e;
  color: #fff;
}
@media (max-width: 768px) {
  #ingredient-label{
    width: 200px;
  }
  #ingredient-value{
    width: 200px;
  }
  
}

.cart-action .btn-primary:focus {
  background-color: #272524!important;
  color: #fff;
}
.cart-action .btn-primary::after {
  background-color: #272524!important;
  color: #fff;
}

.cart-action .primary:hover::after{
  background-color: #272524!important;
  color: #fff;
}

.cart-action .btn-primary{
  background-color: #272524!important;
  color: #fff;
}

.cart-action.btn-primary:hover{
  background-color: #272524!important;
  color: #fff;
}


.cart-detailed-actions .btn-primary:focus {
  background-color: #272524!important;
  color: #fff;
}
.cart-detailed-actions .btn-primary::after {
  background-color: #272524!important;
  color: #fff;
}

.cart-detailed-actions .primary:hover::after{
  background-color: #272524!important;
  color: #fff;
}

.cart-detailed-actions .btn-primary{
  background-color: #272524!important;
  color: #fff;
}
.cart-detailed-actions.btn-primary:hover{
  background-color: #272524!important;
  color: #fff;
}

.shopping-continue.btn-primary:focus {
  background-color: #272524!important;
  color: #fff;
}
.shopping-continue .btn-primary::after {
  background-color: #272524!important;
  color: #fff;
}
.shopping-continue .primary:hover::after{
  background-color: #272524!important;
  color: #fff;
}

.shopping-continue .btn-primary{
  background-color: #272524!important;
  color: #fff;
  opacity: 1;
}
.shopping-continue.btn-primary:hover{
  background-color: #272524!important;
  color: #fff;
}

#checkout.checkout-content.btn-primary:focus {
  background-color: #272524!important;
  color: #fff;
}
#checkout .checkout-content .btn-primary::after {
  background-color: #272524!important;
  color: #fff;
}
#checkout .checkout-content .primary:hover::after{
  background-color: #272524!important;
  color: #fff;
}
#checkout .checkout-content .btn-primary{
  background-color: #272524!important;
  color: #fff;
}
#checkout.checkout-content.btn-primary:hover{
  background-color: #272524!important;
  color: #fff;
}


td.dpdfrance_logorelais img {
	max-width: none;
}
body#checkout section.checkout-step .carrier-name {
  flex: 20% 0 1;
}

#module-anblog-blog .anblog-like-wrapper .btn-primary{
  background-color: #fcca6e!important;
  color: #fff;
}

#module-anblog-blog .anblog-like-wrapper .btn-primary:focus {
  background-color: #fcca6e!important;
  color: #fff;
}
#module-anblog-blog .anblog-like-wrapper  .btn-primary::after {
  background-color: #fcca6e!important;
  color: #fff;
}
#module-anblog-blog .anblog-like-wrapper  .primary:hover::after{
  background-color: #fcca6e!important;
  color: #fff;
}
#module-anblog-blog .anblog-like-wrapper  .btn-primary{
  background-color: #fcca6e!important;
  color: #fff;
}
#module-anblog-blog .anblog-like-wrapper .btn-primary:hover{
  background-color: #fcca6e!important;
  color: #fff;
}


#predict div.copy {
  min-height: 301px;
  padding-left: 6%;
  padding-right: 10px;
}
#predict {
  position: relative;
}

#predict::before {
  content: "";
  position: absolute;
  inset: 0; /* équivalent top:0; right:0; bottom:0; left:0 */
  background: rgba(255, 255, 255, 0.6); /* ajuste l'opacité ici */
  z-index: 1;
}

/* contenu au-dessus du voile */
#predict > * {
  position: relative;
  z-index: 2;
}

.page-my-account #content .links a span.link-item {
  color: #000;
}

.page-my-account #content .links a span.link-item:hover {
  color: #fcca6e;
}

#checkout-delivery-step .delivery-options-list .order-options {
  display: none!important;
}

#cms h3 {
  text-transform: none!important;
}

.product-mainblock .product-actions .product-add-to-cart {
  flex-wrap: nowrap;
  display: block;
}

.product-mainblock .product-actions .product-add-to-cart .brl-product-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.quickview .product-actions .product-add-to-cart .brl-product-add-to-cart {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-nav .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

#_mobile_search #search_widget {
  padding: 0px;
}

.amenu-item {
  position: static;
}
.fixed-menu .amenu-item {
  position: relative!important;
}
.amenu-item .adropdown {
  top: 60px!important;
}

.fixed-menu-mobile {
  box-shadow: none!important;
}

#mobile-amegamenu .category-item.level-1 {
  margin: 0!important;
}
#cart .voucher-info .label{
  color :#000;
}
