@charset "UTF-8";
@keyframes tileFadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
:root {
  --spacer-60: 60px;
}

/*$input-bg
$input-disabled-bg
$input-color

$input-border-width
$input-box-shadow
$input-focus-bg
$input-focus-border-color
$input-focus-color
$input-focus-width
$input-focus-box-shadow
$input-placeholder-color
$input-plaintext-color*/
.page-product h1 {
  line-height: 1;
}

.product-actions {
  /*form {
      transition: all ease-out 0.2s;

      &.loading {
          opacity: 0.5;
      }
  }*/
}
.product-actions .add-to-cart,
.product-actions .js-mailalert-modal-btn {
  width: 100%;
}

.product-page__right {
  /*.bootstrap-touchspin {
      .btn {
          height: 48px;
          width: 48px;
      }
  }*/
}
.product-page__right .product-prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page__right .product-prices__prices {
  display: flex;
  align-items: center;
}
.product-page__right .product-prices .product-price--discount {
  color: #942828;
  font-weight: 500;
}

.product-page__left {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .product-page__right .bootstrap-touchspin .input-touchspin {
    height: 48px;
  }
  .product-page__right .bootstrap-touchspin .btn {
    height: 48px;
    width: 48px;
  }
}
.product-page__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas: "b" "a" "c";
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .product-page__top {
    margin-bottom: 60px;
  }
}
.product-page__title {
  grid-area: b;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-page__title-topinfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-page__title-category {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #946430;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-page__left {
  grid-area: a;
}
.product-page__right {
  grid-area: c;
}
.product-page__right .product-add-to-cart {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .product-page__right .product-add-to-cart {
    margin-bottom: 32px;
  }
}
.product-page__right .product-add-to-cart .product-quantity {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-page__right .product-add-to-cart .product-quantity .add {
  flex-grow: 1;
}
@media (min-width: 576px) {
  .product-page__right .product-add-to-cart .product-quantity {
    flex-direction: row;
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .product-page__top {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 0 64px;
    grid-template-areas: "a b" "a c";
  }
  .product-page__left {
    grid-row: 1/4;
  }
}
@media (min-width: 1200px) {
  .product-page__title {
    gap: 20px;
  }
}

body#product .recipestiles {
  background-color: #fff;
}

.product-thumbs {
  margin-right: -5px;
  margin-left: -5px;
}
.product-thumbs__elem {
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s ease opacity;
  /*@include media-breakpoint-up(sm) {
      @include make-col(3);
  }*/
}
.product-thumbs__elem:focus, .product-thumbs__elem:hover {
  opacity: 0.6;
}
.product-thumbs__elem.swiper-slide-thumb-active {
  opacity: 1;
}

.product-images-vertical-left .product-thumbs {
  height: 100%;
}

.product-main-images {
  position: relative;
  background-color: #f4f0ec;
}
.product-main-images__modal-trigger-layer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 1.6em;
  height: 1.6em;
  padding: 0;
  line-height: 1.6em;
  border: 0;
  border-radius: 50%;
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .product-main-images__modal-trigger-layer {
    font-size: calc(0.85rem + 0.625vw);
  }
}
.product-main-images img {
  width: 100%;
}

.js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}
.js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) .js-product-thumbs-wrapper {
  display: none;
}
.js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) .swiper-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  .js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) .product-main-images {
    width: calc(100vw - var(--scrollbar-width, 0%));
    margin-left: calc((100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
    margin-right: calc((100% - 100vw + var(--scrollbar-width, 0%)) * 0.5);
    overflow: hidden;
  }
  .js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) .product-main-images .swiper-container {
    width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) .product-main-images .swiper {
    overflow: visible;
    padding-bottom: 20px;
  }
  .js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) .product-main-images .swiper-scrollbar {
    display: initial;
  }
}
@media (min-width: 768px) {
  .js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) {
    gap: 12px;
    grid-template-columns: minmax(0, 96px) minmax(0, 1fr);
  }
  .js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) .js-product-thumbs-wrapper {
    display: block;
  }
  .js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) .js-product-thumbs-wrapper .swiper-slide {
    height: auto !important;
  }
  .js-product-images.product-images-vertical-left:not(.product-images-vertical-left-noimages) .product-main-images {
    order: 2;
  }
}

.product-customization {
  margin: 40px 0;
}
.product-customization .product-customization-item {
  margin: 20px 0;
}
.product-customization .product-message {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  background: #f8f9fa;
  border: none;
}
.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #ac8050;
}
.product-customization .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.product-customization .customization-message {
  margin-top: 20px;
}
.product-customization .custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 20px;
  line-height: 2.625rem;
  color: #6c757d;
  text-indent: 0.625rem;
  background: #f8f9fa;
}
.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-customization small {
  color: #6c757d;
}

.attribute-radio__label {
  position: relative;
  margin: 0;
}
.attribute-radio__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.attribute-radio__input:checked ~ .attribute-radio__text {
  color: #fff;
  background-color: #ac8050;
  border-color: #ac8050;
}
.attribute-radio__text {
  display: block;
  min-width: 2.1875rem;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
}

.product_routine__cont {
  display: grid;
  grid-template-columns: 1fr;
  align-items: flex-end;
  gap: 12px;
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .product_routine__cont {
    margin-bottom: 32px;
  }
}
.product_routine__item {
  border: 2px solid #fcf8f8;
  cursor: pointer;
  transition: all 0.15s ease-out;
  display: flex;
  flex-direction: column;
}
.product_routine__item .radio_wrapper {
  display: none;
}
.product_routine__item.selected, .product_routine__item:hover {
  border-color: #946430;
}
.product_routine__item.selected .product_routine__item-badge, .product_routine__item:hover .product_routine__item-badge {
  background-color: #946430;
  color: #fff;
}
.product_routine__item.selected .product_routine__item-inner, .product_routine__item:hover .product_routine__item-inner {
  background-color: #f4f0ec;
}
.product_routine__item-inner {
  transition: all 0.15s ease-out;
  background-color: #fff;
  display: flex;
  flex-direction: row;
}
.product_routine__item-img {
  max-width: 58px;
}
.product_routine__item-img img {
  width: 100%;
}
.product_routine__item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product_routine__item-infos {
  display: flex;
  padding: 12px;
  gap: 4px;
  flex-grow: 1;
}
.product_routine__item-name {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.product_routine__item-ref {
  font-size: 12px;
  color: #706060;
  line-height: 1;
}
.product_routine__item-prices {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-left: auto;
  min-height: 32px;
  margin-top: auto;
}
.product_routine__item-prices:has(.product_routine__item-oldprice) .product_routine__item-price {
  color: #942828;
}
.product_routine__item-oldprice {
  font-size: 12px;
  color: #706060;
  text-decoration: line-through;
  line-height: 1.2;
}
.product_routine__item-price {
  font-weight: 600;
  line-height: 1.25;
}
.product_routine__item-pricecont {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product_routine__item-pricebadge {
  font-size: 10px;
  color: #fff;
  background-color: #942828;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  padding: 2px 4px;
}
.product_routine__item-badge {
  background-color: #f4f0ec;
  display: block;
  width: 100%;
  padding: 4px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  font-size: 10px;
}
@media (min-width: 576px) {
  .product_routine__cont {
    grid-template-columns: repeat(3, 1fr);
  }
  .product_routine__item-inner {
    flex-direction: column;
  }
  .product_routine__item-img {
    max-width: 100%;
  }
  .product_routine__item-infos {
    flex-direction: column;
  }
  .product_routine__item-prices {
    justify-content: end;
    width: 100%;
  }
  .product_routine__item-price {
    margin-left: auto;
  }
  .product_routine__item-pricecont {
    justify-content: space-between;
    width: 100%;
  }
  .product_routine__item-name {
    font-size: 16px;
  }
  .product_routine__item-ref {
    font-size: 14px;
  }
  .product_routine__item-pricebadge {
    padding: 4px 8px;
  }
  .product_routine__item-badge {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .product_routine {
    /*&__cont {
        grid-template-columns: repeat(3, 1fr);
    }*/
  }
}

.table, .isimporteddata.informationsnutritionnelles table {
  width: 100%;
  margin-bottom: 10px;
  color: #201010;
}
.table th, .isimporteddata.informationsnutritionnelles table th,
.table td,
.isimporteddata.informationsnutritionnelles table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e0d8d0;
}
.table thead th, .isimporteddata.informationsnutritionnelles table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0d8d0;
}
.table tbody + tbody, .isimporteddata.informationsnutritionnelles table tbody + tbody {
  border-top: 2px solid #e0d8d0;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e0d8d0;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e0d8d0;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd), .isimporteddata.informationsnutritionnelles table tbody tr:nth-of-type(odd) {
  background-color: #f4f0ec;
}

.table-hover tbody tr:hover {
  color: #201010;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(231.76, 219.44, 206);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(211.84, 188.96, 164);
}

.table-hover .table-primary:hover {
  background-color: rgb(223.5565116279, 206.8876744186, 188.7034883721);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(223.5565116279, 206.8876744186, 188.7034883721);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(239.6, 228.4, 217.2);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(226.4, 205.6, 184.8);
}

.table-hover .table-secondary:hover {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(239.6, 228.4, 217.2);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(226.4, 205.6, 184.8);
}

.table-hover .table-info:hover {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(232.2184210526, 215.65, 199.0815789474);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(239.6, 206, 183.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(226.4, 164, 122.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(235.0758064516, 191.6048387097, 162.6241935484);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(235.0758064516, 191.6048387097, 162.6241935484);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(225.04, 194.8, 194.8);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(199.36, 143.2, 143.2);
}

.table-hover .table-danger:hover {
  background-color: rgb(216.5663975155, 177.7736024845, 177.7736024845);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(216.5663975155, 177.7736024845, 177.7736024845);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .isimporteddata.informationsnutritionnelles table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th, .isimporteddata.informationsnutritionnelles table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e0d8d0;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), .isimporteddata.informationsnutritionnelles table.table-dark tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.product-tabs a[data-toggle=collapse],
.product-tabs span[data-toggle=collapse],
.product-tabs h2[data-toggle=collapse] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-tabs a[data-toggle=collapse] i,
.product-tabs span[data-toggle=collapse] i,
.product-tabs h2[data-toggle=collapse] i {
  margin-left: auto;
  display: block;
  transition: transform 0.2s ease-in;
}
.product-tabs a[data-toggle=collapse][aria-expanded=true] i,
.product-tabs span[data-toggle=collapse][aria-expanded=true] i,
.product-tabs h2[data-toggle=collapse][aria-expanded=true] i {
  transform: rotate(-180deg);
}
.product-tabs__navcontainer {
  display: none;
}
.product-tabs__nav {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 0;
}
.product-tabs__anchoritem a {
  color: #201010;
  font-weight: 500;
  line-height: 1.25;
}
.product-tabs__anchoritem a:hover {
  color: #c8a078;
}
@media (min-width: 1200px) {
  .product-tabs__navcontainer {
    display: flex;
    position: sticky;
    top: 156px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    z-index: 2;
    border: 1px solid #fcf8f8;
  }
}

.product-page__collapse-title {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

@media (min-width: 1200px) {
  .product-page__collapse-title {
    font-size: 32px;
    pointer-events: none;
    justify-content: center;
  }
  .product-page__collapse-title#description-anchor {
    justify-content: flex-start;
  }
  .product-page__collapse-title i {
    display: none !important;
  }
  .product-page__collapse-target {
    display: block !important;
  }
}
.tab-description {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .tab-description {
    margin-bottom: 40px;
  }
}

.isimporteddata {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .isimporteddata {
    margin-bottom: 60px;
  }
}
.isimporteddata .list_check {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .isimporteddata .list_check {
    margin-bottom: 32px;
  }
}
.isimporteddata .list_check li {
  background-color: #fff;
  padding: 12px;
  padding-left: 30px;
  font-weight: 500;
  position: relative;
}
.isimporteddata .list_check li:before {
  content: "\e91b";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  font-family: "icomoon";
  font-size: 20px;
  color: #c8a078;
  position: absolute;
  left: 6px;
  top: 12px;
}
.isimporteddata p {
  color: #706060;
}
.isimporteddata h2:not(.product-page__collapse-title) {
  font-size: 20px;
}
.isimporteddata h3 {
  font-size: 18px;
}
.isimporteddata h3 strong {
  font-weight: 500;
}
.isimporteddata p[style="color:#FC7D2A"] {
  color: #706060 !important;
}
.isimporteddata.composition .product-page__collapse-target p {
  padding: 12px;
  background-color: #fff;
}
.isimporteddata.composition .product-page__collapse-target p[style="color:#FC7D2A"] {
  color: #201010 !important;
}
.isimporteddata.ingrédients p {
  padding: 12px;
  color: #201010;
  background-color: #fff;
}
.isimporteddata.informationsnutritionnelles ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.isimporteddata.informationsnutritionnelles ul li {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 12px;
  gap: 4px;
}
.isimporteddata.informationsnutritionnelles ul li .name {
  color: #706060;
}
.isimporteddata.informationsnutritionnelles ul li .value {
  white-space: nowrap;
}
.isimporteddata.informationsnutritionnelles table {
  border: none;
}
.isimporteddata.informationsnutritionnelles table td,
.isimporteddata.informationsnutritionnelles table th {
  border: 1px solid #e0d8d0;
}
.isimporteddata.informationsnutritionnelles table p {
  color: #201010;
}
@media (min-width: 576px) {
  .isimporteddata.informationsnutritionnelles ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .isimporteddata.informationsnutritionnelles ul li {
    padding: 6px 12px;
  }
}
@media (min-width: 1200px) {
  .isimporteddata .list_check {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .isimporteddata .list_check li {
    padding: 12px;
    padding-left: 48px;
  }
  .isimporteddata .list_check li:before {
    left: 14px;
    top: 12px;
    font-size: 24px;
  }
  .isimporteddata h2:not(.product-page__collapse-title) {
    font-size: 24px;
  }
  .isimporteddata h3 {
    font-size: 20px;
  }
  .isimporteddata.composition .product-page__collapse-target p {
    padding: 20px;
  }
  .isimporteddata.ingrédients p {
    padding: 20px;
  }
  .isimporteddata.informationsnutritionnelles ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .isimporteddata.informationsnutritionnelles ul li {
    padding: 12px 16px;
  }
}

/*a[aria-controls="description-anchor"] {
    display: inline-flex;
    align-items: center;
}*/
.product-description-short {
  color: #706060;
}
.product-description-short ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #201010;
}
.product-description-short ul li {
  padding-left: 24px;
  font-weight: 500;
  position: relative;
}
.product-description-short ul li:before {
  content: "\e91b";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  font-family: "icomoon";
  font-size: 16px;
  color: #c8a078;
  position: absolute;
  left: 0;
  top: 2px;
}
.product-description-short p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .product-description-short ul li {
    padding-left: 32px;
  }
  .product-description-short ul li:before {
    top: 0;
    font-size: 24px;
  }
}

.product-description {
  color: #706060;
}

.product-description-anchor {
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
}

.product-information {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .product-information {
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .product-description-anchor {
    display: none;
  }
}
.bpbc_product_info {
  background-color: #942828;
  margin-bottom: 20px;
  padding: 16px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
@media (min-width: 1200px) {
  .bpbc_product_info {
    margin-bottom: 32px;
  }
}

.product-reassurances {
  display: grid;
  gap: 12px;
}
.product-reassurances__item {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}
.product-reassurances__item img {
  max-width: 24px;
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .product-reassurances {
    grid-template-columns: repeat(var(--per-line, 2), 1fr);
  }
  .product-reassurances__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 280px;
    text-align: center;
  }
  .product-reassurances__item img {
    max-width: 32px;
  }
}
@media (min-width: 1200px) {
  .product-reassurances {
    gap: 20px;
    /*&__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        max-width: 280px;
        text-align: center;

        img {
            max-width: 32px;
        }
    }*/
  }
}

.product-accessories .custom-featured-products {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
  overflow: hidden;
}
.product-accessories .custom-featured-products__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.product-accessories .custom-featured-products__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.product-accessories .custom-featured-products__title span {
  font-family: "Felgine";
  font-feature-settings: "ss03";
  color: #706060;
  font-style: italic;
}
.product-accessories .custom-featured-products .swiper-container {
  position: relative;
  margin-bottom: 20px;
  --swiper-scrollbar-bottom: -20px;
}
.product-accessories .custom-featured-products .swiper-container .swiper-button-next,
.product-accessories .custom-featured-products .swiper-container .swiper-button-prev {
  display: none;
}
.product-accessories .custom-featured-products .swiper {
  overflow: visible;
}
.product-accessories .custom-featured-products .swiper-slide {
  width: 208px;
}
@media (max-width: 767.98px) {
  .product-accessories .custom-featured-products__linkall--mobile {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-accessories .custom-featured-products {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .product-accessories .custom-featured-products__header {
    margin-bottom: 32px;
  }
  .product-accessories .custom-featured-products__title {
    font-size: 40px;
  }
  .product-accessories .custom-featured-products .swiper-slide {
    width: 320px;
  }
  .product-accessories .custom-featured-products .swiper-container {
    margin-bottom: 40px;
    --swiper-scrollbar-bottom: -40px;
  }
  .product-accessories .custom-featured-products .swiper-container .swiper-button-next,
  .product-accessories .custom-featured-products .swiper-container .swiper-button-prev {
    display: flex;
  }
}

#panachageModal .modal-header {
  border: none;
  position: relative;
}
#panachageModal .modal-header .close {
  position: absolute;
  right: 12px;
  top: 12px;
}
#panachageModal .modal-title {
  font-family: "Felgine";
  line-height: 1;
  text-transform: none;
  font-weight: 400;
  font-size: 20px;
}
#panachageModal .modal-content {
  background-color: #fcf8f8;
}
#panachageModal .modal-body {
  padding-top: 0;
}
#panachageModal .modal-footer {
  border: none;
  flex-direction: column;
  padding-top: 0;
}
#panachageModal .modal-footer .panachage__modal-footer-buttons {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
#panachageModal .modal-footer .panachage__modal-footer-buttons .btn {
  width: 100%;
}

.panachage__description {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 12px;
  display: block;
}
.panachage__description span {
  color: #946430;
  font-weight: 600;
}
.panachage__product-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.panachage__product-entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background-color: #fff;
  padding: 8px;
  font-weight: 500;
  border: 2px solid #fff;
  transition: all ease-out 0.15s;
}
.panachage__product-entry.has-qty {
  border-color: #946430;
}
.panachage__product-entry .bootstrap-touchspin .btn {
  width: 32px;
  height: 32px;
}
.panachage__product-entry .bootstrap-touchspin .input-touchspin {
  height: 32px;
}
.panachage__product-name {
  font-size: 12px;
}
.panachage__footer-message {
  font-weight: 500;
}
.panachage__footer-message span {
  margin-bottom: 12px;
}
.panachage__footer-message .panachage__reset {
  text-decoration: underline;
  cursor: pointer;
  display: none;
}
.panachage__footer-message #qty-message {
  display: block;
  color: #942828;
}

@media (max-width: 767.98px) {
  .panachage__modal-footer-buttons {
    width: 100%;
  }
  .panachage__modal-footer-buttons .btn {
    width: 100%;
  }
  .panachage__description {
    margin-top: 0px;
  }
  .panachage__footer-message span {
    margin-bottom: 2px;
  }
  #panachageModal .modal-dialog {
    height: 100vh;
    display: flex;
    align-items: end;
    margin: 0;
    max-width: 100%;
    padding-top: 60px;
  }
  #panachageModal .modal-content {
    height: 100%;
  }
  #panachageModal .modal-body {
    overflow-y: auto;
    scrollbar-color: #c8a078 #e0d8d0;
  }
  #panachageModal .modal-body::-webkit-scrollbar {
    display: none;
  }
  #panachageModal .modal-body::-webkit-scrollbar-track {
    background: #e0d8d0;
  }
  #panachageModal .modal-body::-webkit-scrollbar-thumb {
    background-color: #c8a078;
  }
  #panachageModal .modal-footer {
    display: flex;
    flex-direction: column;
  }
  #panachageModal .modal-footer .btn[data-dismiss=modal] {
    display: none;
  }
  #panachageModal .modal-footer .panachage__modal-footer-buttons {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  #panachageModal .modal-dialog {
    max-width: 720px;
  }
  #panachageModal .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  #panachageModal .modal-dialog {
    max-width: 892px;
  }
  #panachageModal .modal-header {
    justify-content: center;
    padding-top: 32px;
    padding-bottom: 0;
  }
  #panachageModal .modal-header .close {
    top: 20px;
    right: 20px;
  }
  #panachageModal .modal-title {
    font-size: 32px;
  }
  .panachage__product-name {
    font-size: 14px;
  }
  .panachage__product-entry {
    padding: 12px 20px;
  }
  .panachage__product-entry .bootstrap-touchspin .btn {
    width: 32px;
    height: 32px;
  }
  .panachage__product-entry .bootstrap-touchspin .input-touchspin {
    height: 32px;
  }
}
