body#product .container {
  width: 1440px;
}
body#product #wrapper {
  background-color: var(--basic-light-100);
}
/* get first child .row of body#product #main */
body#product #main > .row {
  margin-left: 0;
  margin-right: 0;
}
body#product #wrapper .breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#product #wrapper .breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#product #wrapper .breadcrumb li:last-child a {
  color: var(--basic-light-600);
  cursor: pointer;
}
body#product #wrapper .breadcrumb li:last-child a:focus {
  text-decoration: none;
}
body#product #wrapper .breadcrumb li:after {
  content: "";
  -webkit-mask: url(../../img/design-system/tiny_arrow_right.svg) no-repeat 100% 100%;
          mask: url(../../img/design-system/tiny_arrow_right.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--basic-light-900);
  display: inline-block;
  width: 18px;
  height: 18px;
}
body#product #wrapper .breadcrumb li:last-child:after {
  display: none;
}
body#product #wrapper .breadcrumb li a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 152%;
  color: var(--basic-light-600);
}
body#product #wrapper .breadcrumb li a:hover {
  color: var(--basic-light-900);
}
body#product #wrapper .breadcrumb-mobile {
  position: relative;
  right: 7px;
}
body#product #wrapper .breadcrumb-mobile li:before {
  -webkit-mask: url(../../img/design-system/tiny_arrow_left.svg) no-repeat 100% 100%;
  mask: url(../../img/design-system/tiny_arrow_left.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--basic-light-900);
  display: inline-block;
  width: 18px;
  height: 18px;
}
body#product #wrapper .breadcrumb-mobile li:last-child:before {
  content: "";
  display: block;
}
body#product #content {
  max-width: none;
}
body#product .product-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body#product .h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  color: var(--basic-light-600);
  text-transform: none;
  margin-bottom: 4px;
  line-height: 34px;
}
body#product h2.product_manufacturer_header {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: var(--basic-light-600);
  margin-bottom: 0;
}
body#product #product-header-container {
  position: relative;
  background: var(--basic-light-100);
  -webkit-transition: padding linear 100ms;
  transition: padding linear 100ms;
}
body#product #product-header-container img {
  width: 100px !important;
}
body#product #product-header-container.sticky {
  border: 1px solid var(--basic-light-300);
  border-radius: 12px;
  padding: 32px 40px;
}
body#product #product-header-container.sticky .product-header-container-child .js-qv-product-cover {
  display: block;
}
body#product #product-header-container.sticky .h1 {
  font-size: 24px;
}
body#product #product-header-container .product-header-container-child {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body#product #product-header-container .product-header-container-child .js-qv-product-cover {
  display: none;
}
body#product #product-header-flaps {
  margin: 0 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
body#product #product-header-flaps img {
  width: auto !important;
}
body#product #product-header-flaps img {
  height: 28px;
}
body#product #product-header-flaps span.product-flap {
  padding: 0 8px;
  border-radius: 24px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
}
body#product #product-header-flaps span.product-flap.product-flap-exclu_web {
  background: var(--excluweb-light-100);
  color: #fff;
}
body#product #product-header-flaps span.product-flap.product-flap-promo {
  background: var(--discount-light-100);
  color: #fff;
}
body#product #product-header-flaps span.product-flap.product-flap-new {
  background: var(--new-light-100);
  color: #fff;
}
body#product .wishlist-button-product {
  margin: 0;
}
body#product #discount-price-cointainer {
  margin: 48px 0 0;
}
body#product #product-information-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#product .product-prices,
body#product .product-prices div,
body#product .product-discounts {
  margin: 0;
  line-height: 46px;
}
body#product .product-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
body#product #product-availability {
  margin: 8px 0;
}
body#product #product-carriers-pills {
  gap: 8px;
  margin: 8px 0;
}
body#product .product-prices .product-price {
  letter-spacing: normal;
}
body#product .product-discount {
  margin: 0 0 8px;
}
body#product .product-discount-info {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  background-color: var(--discount-light-100);
  color: #fff;
  border-radius: 24px;
  padding: 4px 16px;
}
body#product .product-discount-info.cagnotte {
  background-color: var(--cashback-light-100);
}
body#product .product-discount .cagnotte-text {
  color: var(--secondary-01-light-500);
}
body#product .product-price {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  color: var(--basic-light-600);
}
body#product .has-discount .current-price {
  color: var(--primary-01-light-500);
}
body#product .regular-price {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: var(--basic-light-500);
  text-decoration: line-through;
}
body#product .add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  position: relative;
}
body#product .add-to-cart i {
  font-size: 1.75rem;
}
body#product .product-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
body#product .product-quantity {
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#product .product-quantity .qty {
  margin: 0;
}
body#product .product-quantity .qty.qty_add .input-group.bootstrap-touchspin.show {
  display: inline-table;
}
body#product .product-quantity .qty .bootstrap-touchspin input.quantity_add {
  width: 2.2rem;
  height: 2.75rem;
  border: none;
  text-align: center;
  padding: 0;
}
body#product .product-quantity .qty button {
  z-index: 0;
}
body#product .product-quantity .qty .input-group.bootstrap-touchspin input[name=qty] {
  pointer-events: none;
  background-color: transparent;
}
body#product .product-quantity .qty .input-group.bootstrap-touchspin {
  color: var(--basic-light-900);
  overflow: hidden;
  border: 1px solid var(--basic-light-300);
}
body#product .product-quantity .qty .input-group.bootstrap-touchspin .btn-touchspin {
  height: 42px;
  color: var(--basic-light-500);
}
body#product .product-quantity .qty .input-group.bootstrap-touchspin .btn-touchspin.bootstrap-touchspin-up:hover {
  background-color: var(--primary-02-light-600);
  color: var(--basic-light-900);
}
body#product .product-quantity .qty .input-group.bootstrap-touchspin .btn-touchspin.bootstrap-touchspin-down:hover {
  background-color: var(--basic-light-300);
  color: var(--basic-light-900);
}
body#product .product-quantity .qty .bootstrap-touchspin input#quantity_wanted {
  width: 42px;
  height: 42px;
  color: var(--basic-light-500);
}
body#product .product-quantity .quantity_add {
  color: #232323;
  background-color: #fff;
  height: 2.75rem;
  padding: 0.175rem 0.5rem;
  width: 3rem;
}
body#product #product-separator {
  border-top: 1px solid var(--basic-light-300);
  padding: 32px 15px 0;
  width: 100%;
  margin: 32px 15px 0;
  z-index: 5;
  background: var(--basic-light-100);
}
body#product #product-tabs {
  /* padding: 0 15px; */
  padding: 0;
  margin: 40px 0 0 0;
}
body#product #product-tabs .tab-pane {
  padding: 0;
  margin-top: 1.25rem;
}
body#product #product-tabs #tab-content div:first-child {
  margin: 0;
}
body#product #product-tabs #tab-content div {
  background: var(--basic-light-100);
  margin: 32px 0 0;
}
body#product #product-tabs-left {
  z-index: 3;
  margin-bottom: 0px;
}
body#product .add-to-cart span {
  display: inline-block;
}
body#product #product-header-image #thumbnails-controls {
  position: absolute;
  height: calc(100% + 70px);
  width: calc(100% - 0px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -30px;
}
body#product #product-header-image .scroll-box-arrows.scroll {
  display: none;
}
body#product .tab-pane#description {
  display: block;
}
body#product .service-container {
  background: var(--basic-light-100);
  border: 1px solid var(--basic-light-300);
  border-radius: 12px;
  padding: 12px 20px;
  margin: 12px 0;
}
body#product .service-container ul {
  margin: 0;
}
body#product .service-container ul li.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body#product .service-container ul li h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--basic-light-600);
  margin-bottom: 4px;
}
body#product .service-container ul li span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--basic-light-600);
}
body#product .service-container ul li span.service-price {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--basic-light-600);
}
body#product p.product-unit-price.sub {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--basic-light-500);
}
body#product .dots {
  display: none;
  position: absolute;
  width: 54px;
  height: 17px;
  background: radial-gradient(circle closest-side, var(--basic-light-900) 90%, rgba(0, 0, 0, 0)) 0% 50%, radial-gradient(circle closest-side, var(--basic-light-900) 90%, rgba(0, 0, 0, 0)) 50% 50%, radial-gradient(circle closest-side, var(--basic-light-900) 90%, rgba(0, 0, 0, 0)) 100% 50%;
  background-size: 33.3333333333% 12px;
  background-repeat: no-repeat;
  -webkit-animation: dots-7ar3yq 1s infinite linear;
          animation: dots-7ar3yq 1s infinite linear;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
@-webkit-keyframes dots-7ar3yq {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
@keyframes dots-7ar3yq {
  20% {
    background-position: 0% 0%, 50% 50%, 100% 50%;
  }
  40% {
    background-position: 0% 100%, 50% 0%, 100% 50%;
  }
  60% {
    background-position: 0% 50%, 50% 100%, 100% 0%;
  }
  80% {
    background-position: 0% 50%, 50% 50%, 100% 100%;
  }
}
body#product .add-to-cart {
  color: var(--basic-light-900) !important;
}
body#product .add-to-cart.btn-dots:disabled i,
body#product .add-to-cart.btn-dots:disabled span {
  visibility: hidden;
}
body#product .add-to-cart.btn-dots:disabled .dots {
  display: block;
}
body#product .add-to-cart-touchspin:disabled {
  background-color: var(--basic-light-100);
  opacity: 1;
}
body#product .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body#product .images-container .product-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0;
}
body#product .images-container .product-images > li.thumb-container > .thumb {
  margin: 0;
  width: 58px;
  height: 58px;
}
body#product .product-cover {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 0%;
          flex: 2 0 0%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0;
}
body#product .product-cover img.js-qv-product-cover {
  max-width: 75% !important;
}
body#product .product-cover img.js-qv-product-cover {
  margin: auto;
}
body#product .product-cover img.js-qv-product-cover.mono-image {
  margin: unset;
  margin-right: auto;
}
body#product .mask {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
body#product .product-images > li.thumb-container > .thumb.selected,
body#product .product-images > li.thumb-container > .thumb,
body#product #product-modal .modal-content .modal-body .product-images img {
  border: 1px solid var(--basic-light-300);
  /* width: auto; */
}
body#product .product-images > li.thumb-container > .thumb:hover,
body#product #product-modal .modal-content .modal-body .product-images img:hover {
  border: 1px solid var(--basic-light-400);
}
body#product .product-cover .layer:hover {
  opacity: 0;
  /* cursor: -webkit-zoom-in;
  cursor: zoom-in; */
  cursor: default;
}
body#product .product-cover .layer {
  /* height: 90%; */
}
body#product .product-pictos {
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-top: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#product .product-pictos img {
  width: 36px;}
body#product #product-nutrition-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 16px 0 0;
}
body#product #product-nutrition-container .separator {
  border-right: 1px solid var(--basic-light-400);
}
body#product #product-nutrition-container .product-nutriscore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body#product #product-nutrition-container .product-allergens span.product-allergens-title,
body#product #product-nutrition-container .product-nutriscore span.product-nutriscore-title,
body#product #product-nutrition-container .product-allergens span.product-allergens-text {
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: var(--basic-light-500);
  font-weight: 400;
}
body#product #product-nutrition-container .product-allergens span.product-allergens-title {
  font-weight: 700;
}
body#product .product-properties-title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: var(--basic-light-600);
  margin-bottom: 24px;
  margin-top: 36px;
}
body#product #detailed_products .detailed-products-container,
body#product #freshness_quarantee {
  margin-bottom: 12px;
  background: var(--basic-light-100);
  border: 1px solid var(--basic-light-300);
  border-radius: 12px;
  padding: 32px 40px;
}
body#product .detailed-products-title {
  margin: 0 0 12px 0 !important;
}
body#product .detailed-products-title {
  font-weight: 700;
  font-size: 20px;
  color: var(--basic-light-600);
  padding: 0;
  text-align: left;
}
body#product #detailed_products .detailed-products-title:after {
  display: none;
}
body#product #detailed_products .detailed-products-paragraph {
  font-size: 16px;
  font-weight: 400;
  color: var(--basic-light-700);
  line-height: 24px;
}
body#product #detailed_products .detailed-products-paragraph:last-child {
  margin-bottom: 0;
}
body#product #detailed_products .detailed-products-list-group {
  padding-left: 1.25rem;
}
body#product #detailed_products .detailed-products-list-item {
  color: var(--basic-light-700);
  list-style-type: circle;
}
body#product #freshness_quarantee p {
  margin: 0;
}
body#product #donnees-nutritionnelles {
  margin-top: 0;
}
body#product #detailed_products table {
  margin-bottom: 0;
}
body#product #donnees-nutritionnelles thead {
  background-color: var(--basic-light-100);
}
body#product #detailed_products #donnees-nutritionnelles td {
  text-align: right;
  white-space: nowrap;
}
body#product #detailed_products thead th {
  background: white;
  color: var(--basic-light-700);
  text-align: right;
  border-top: 0;
  border-color: var(--basic-light-200);
}
body#product #detailed_products tbody td,
body#product #detailed_products tbody th {
  border-color: var(--basic-light-200);
  color: var(--basic-light-700);
}
body#product #detailed_products tbody tr:first-child td,
body#product #detailed_products tbody tr:first-child th {
  border: none;
}
body#product #detailed_products tr > *:first-child {
  padding-left: 0;
}
body#product #detailed_products tr > *:last-child {
  padding-right: 0;
}
body#product .tab-pane-content .product-features {
  border-radius: 12px;
  border: 1px solid var(--basic-light-300);
  background: var(--basic-light-100);
  margin: 0;
  padding: 32px 40px;
}
body#product .table-striped tbody tr,
body#product .product-features > dl.data-sheet dd.value,
body#product .product-features > dl.data-sheet dt.name,
body#product .product-features > dl.data-sheet dd.value:nth-of-type(2n),
body#product .product-features > dl.data-sheet dt.name:nth-of-type(2n) {
  background: transparent;
  border-bottom: 1px solid var(--basic-light-300);
}
body#product .product-features > dl.data-sheet:last-child dd.value,
body#product .product-features > dl.data-sheet:last-child dt.name,
body#product .product-features > dl.data-sheet:last-child dd.value:nth-of-type(2n),
body#product .product-features > dl.data-sheet:last-child dt.name:nth-of-type(2n) {
  border: none;
}
body#product .product-features .h6 {
  background: var(--basic-light-100);
  color: var(--basic-light-700);
}
body#product .table-striped tbody tr:last-child {
  border: 0;
}
body#product .table-bordered,
body#product .table-bordered td,
body#product .table-bordered th {
  border: none;
}
body#product .table-bordered td:nth-child(2) {
  text-align: right;
}
body#product .table-striped tbody tr td {
  color: var(--basic-light-600);
  padding: 12px 0;
}
body#product .product-description {
  margin-bottom: 12px;
  background: var(--basic-light-100);
  border: 1px solid var(--basic-light-300);
  border-radius: 12px;
  padding: 32px 40px;
}
body#product #product-tabs #tab-content div#product-details {
  margin: 0;
  padding: 0;
  height: auto;
}
body#product #product-tabs #tab-content div#product-details .tab-pane-content,
body#product #product-tabs #tab-content div#product-details .tab-pane-content .product-out-of-stock {
  margin: 0;
  padding: 0;
  height: auto;
}
body#product ul.controls li[aria-disabled=true] {
  opacity: 0.5;
  cursor: default;
}
body#product #main .images-container .js-qv-mask {
  overflow: visible;
  overflow: initial;
}
body#product .product-actions .control-label {
  margin: 0 0 4px;
}
body#product .product-variants > .product-variants-item {
  margin: 0 0 16px;
}
body#product .product-variants > .product-variants-item select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 12px;
  border-color: var(--basic-light-400);
  background: var(--basic-light-100) url(../../img/tiny_arrow_down.svg) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
  color: var(--basic-light-900);
}
body#product .product-variants > .product-variants-item select:hover {
  cursor: pointer;
  background: var(--basic-light-200) url(../../img/tiny_arrow_down.svg) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
}
body#product .product-variants > .product-variants-item select:focus {
  border-color: var(--secondary-01-light-500);
  background: var(--basic-light-200) url(../../img/tiny_arrow_up.svg) no-repeat scroll right 0.5rem center/1.25rem 1.25rem;
}
body#product .bootstrap-touchspin .btn-touchspin:hover {
  background: var(--basic-light-200);
}
body#product .product-pictos img:nth-child(n+5) {
  display: block;
}
body#product .modal-backdrop {
  z-index: 1051;
}
@media (max-width: 992px) {
  body#product .h1 {
    font-size: 24px;
    line-height: 29px;
  }
  body#product #discount-price-cointainer {
    margin: 12px 0 0;
  }
}
@media (max-width: 767px) {
  body#product #product-header {
    margin-bottom: 8px;
  }
  body#product #product-header-image {
    margin-top: 0;
  }
  body#product #product-header-image #thumbnails-controls {
    display: none;
  }
  body#product #product-header.compressed {
    display: none;
  }
  body#product #product-header #product-header-container {
    border-bottom: 1px solid var(--basic-light-300);
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  body#product .nutrionnal-value {
    margin-bottom: 12px;
    padding: 12px 20px;
  }
  body#product #detailed_products .detailed-products-container,
  body#product #freshness_quarantee {
    padding: 12px 20px;
  }
  body#product #donnees-nutritionnelles .table td,
  body#product #donnees-nutritionnelles .table th {
    padding: 8px 0;
  }
  body#product #product-nutrition-container .separator {
    display: none;
  }
  body#product #product-nutrition-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#product .images-container {
    margin-top: 24px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body#product .product-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 4;
        -ms-flex: 4 0 0%;
            flex: 4 0 0%;
    margin: 0;
  }
  body#product .product-cover img.js-qv-product-cover {
    /* width: 80% !important; */
    width: auto;
  }
  body#product .product-pictos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  body#product .h1 {
    font-size: 20px;
  }
  body#product .images-container .product-images > li.thumb-container > .thumb {
    width: 50px;
    height: 50px;
  }
  body#product #product-header-image,
  body#product #product-header-container {
    padding: 0;
  }
  body#product .input-group .input-group-btn > .btn {
    padding: 0.625rem 1rem;
    line-height: 0;
  }
  body#product .product-price {
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  body#product .regular-price {
    font-size: 14px;
  }
  body#product .product-quantity .qty {
    margin: 0;
  }
  body#product .has-discount .discount {
    color: #fff;
    background: var(--discount-light-100);
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  body#product #product-sticky-bottom {
    padding: 20px;
  }
  body#product #product-sticky-bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body#product #product-sticky-bottom .product-discount {
    margin: 0;
    text-align: left;
  }
  body#product #product-sticky-bottom #product-sticky-price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  body#product #product-sticky-bottom .sticky-price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
  }
  body#product #product-sticky-bottom .sticky-price-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  body#product #product-separator {
    display: none;
  }
  body#product #product-tabs {
    margin: 16px 0 0;
  }
  body#product #product-tabs #tab-content div {
    margin: 16px 0 0;
  }
}
@media (min-width: 767px) {
  body#product .tabs .tab-pane {
    display: block;
    opacity: 1;
    width: 100%;
  }
}