/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
.ik-woo-single .ik-woo-single-cols .wp-block-column:last-of-type {
  position: sticky;
  top: calc(var(--header-height) + 20px);
}
.ik-woo-single .ik-woo-single-cols .woocommerce-loop-product__label {
  margin: 25px 0 0;
}
.ik-woo-single .ik-woo-single-cols .woocommerce-loop-product__label + h1 {
  margin-top: 5px;
}
.ik-woo-single .ik-woo-single-cols h1, .ik-woo-single .ik-woo-single-cols .h1 {
  margin: 15px 0 5px;
  font-size: var(--h2);
  font-weight: 700;
  text-transform: uppercase;
}
.ik-woo-single.template-2 .ik-woo-single-cols {
  gap: 150px;
  justify-content: space-between;
  margin: 0;
}
.ik-woo-single.template-2 .ik-woo-single-cols .wp-block-column {
  position: relative;
}
.ik-woo-single.template-2 .ik-woo-single-cols .wp-block-column:last-of-type {
  max-width: calc(var(--wp--style--global--wide-size) / 2 + var(--padding-section) - (100vw - var(--wp--style--global--wide-size) + 24px) / 2 + var(--padding-section));
  margin-right: auto;
  padding-right: var(--padding-section);
  position: sticky;
}
.ik-woo-single.template-2 .ik-woo-single-cols .wp-block-column:last-of-type .resp-gallery {
  display: none;
}
.ik-woo-single.template-2 .ik-woo-single-cols .infos-resp {
  display: none;
  padding: 0 var(--padding-section);
}
.ik-woo-single.template-2 .ik-woo-single-cols .wp-block-post-terms {
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--black);
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px 18px;
  line-height: 1;
  font-size: var(--psm);
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 5;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery {
  max-width: calc(100% + var(--padding-section) - (100vw - var(--wp--style--global--wide-size) - 12px) / 2);
  margin-left: auto !important;
  margin-right: 0 !important;
  padding-bottom: 60px;
  margin-bottom: 100px;
  position: relative;
  padding-left: var(--padding-section);
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big {
  border: solid 1px var(--wp--preset--color--lightgray);
  border-radius: 10px;
  margin-bottom: 20px;
  position: unset;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big .swiper-slide {
  height: auto;
  max-height: 450px;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big .swiper-slide img, .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big .swiper-slide picture img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: contain;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-thumbs .swiper-slide {
  height: 175px;
  opacity: 0.75;
  cursor: pointer;
  transition: all ease 0.3s;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-thumbs .swiper-slide img, .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-thumbs .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-thumbs .swiper-slide:hover {
  opacity: 0.85;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .swiper-scrollbar {
  max-width: calc(100% - 60px - 60px - var(--padding-section));
  left: calc(60px + var(--padding-section));
  bottom: 12px;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .swiper-navigation {
  left: var(--padding-section);
  bottom: 0;
  width: calc(100% - var(--padding-section));
  justify-content: space-between;
}
.ik-woo-single.template-2 .ik-woo-single-cols h1 {
  margin: 0 0 35px;
  font-weight: 400;
}
.ik-woo-single.template-2 .ik-woo-single-cols h1 span {
  font-weight: 700;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-carac {
  margin: 30px 0;
  border: solid 1px var(--wp--preset--color--third);
  border-radius: 10px;
  width: fit-content;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-carac .ik-woo-carac-line {
  padding: 15px 35px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: solid 1px var(--wp--preset--color--third);
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-carac .ik-woo-carac-line:last-child {
  border-bottom: none;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-carac .ik-woo-carac-line span {
  font-size: var(--pmd);
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-carac .ik-woo-carac-line span.attr {
  font-weight: 700;
  min-width: 120px;
}
.ik-woo-single.template-2 .ik-woo-single-cols .wp-block-add-to-cart-with-options {
  width: 100%;
}
.ik-woo-single.template-2 .ik-woo-single-cols .wp-block-add-to-cart-with-options > div, .ik-woo-single.template-2 .ik-woo-single-cols .wp-block-add-to-cart-with-options > div > div {
  width: 100%;
}
.ik-woo-single.template-2 .ik-woo-single-cols .wp-block-add-to-cart-with-options .wp-element-button {
  width: 100%;
  gap: 8px;
  text-transform: uppercase;
}
.ik-woo-single.template-2 .ik-woo-single-cols .wp-block-add-to-cart-with-options .wp-element-button::after {
  content: "";
  width: 15px;
  height: 17px;
  position: relative;
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/icon-cart-blanc.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-single-sections {
  background-color: color-mix(in srgb, var(--wp--preset--color--third) 50%, transparent);
  padding: 0;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-single-sections section {
  padding-left: var(--padding-section);
  padding-right: var(--padding-section);
  max-width: calc(100% - (100vw - var(--wp--style--global--wide-size) - 12px) / 2 + var(--padding-section));
  margin-left: auto;
  margin-right: 0;
}
.ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-single-sections section h2 {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: -12px;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 22px;
  text-decoration-color: var(--wp--preset--color--white);
  font-weight: 700;
}

.ik-woo-single-sections {
  max-width: calc(var(--wp--style--global--wide-size) + var(--padding-section) * 2);
  padding-left: var(--padding-section);
  padding-right: var(--padding-section);
  margin: 0 auto;
}
.ik-woo-single-sections section {
  padding: 50px 0;
  max-width: 1120px;
  margin: 0 auto;
}
.ik-woo-single-sections section p:has(em) {
  font-family: "Domine", serif;
  color: var(--wp--preset--color--first);
  font-size: var(--pst);
  margin-bottom: 5px;
}
.ik-woo-single-sections section p:has(em) em {
  font-style: normal;
}
.ik-woo-single-sections section ul, .ik-woo-single-sections section ol {
  margin: 0 0 25px;
  padding: 0 0 0 15px;
  list-style-type: none;
  border-left: solid 1px var(--wp--preset--color--first);
}
.ik-woo-single-sections section ul:last-child, .ik-woo-single-sections section ol:last-child {
  margin-bottom: 0;
}
.ik-woo-single-sections section ul li, .ik-woo-single-sections section ol li {
  position: relative;
  font-size: var(--psm);
}
.ik-woo-single-sections section ul li::before, .ik-woo-single-sections section ol li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--wp--preset--color--black);
  position: relative;
  margin-right: 8px;
  top: -2px;
  left: 0;
}
.ik-woo-single-sections section.text-listes-produit .listes {
  border: solid 1px var(--wp--preset--color--second);
  border-radius: 10px;
  background-color: var(--wp--preset--color--white);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
  padding: 10px 30px;
  margin-bottom: 20px;
}
.ik-woo-single-sections section.text-listes-produit .listes .liste {
  position: relative;
  padding: 10px 0;
}
.ik-woo-single-sections section.text-listes-produit .listes .liste::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: var(--wp--preset--color--second);
  position: absolute;
  top: 0;
  left: -30px;
}
.ik-woo-single-sections section.text-listes-produit .listes .liste:has(+ .liste + .liste)::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--wp--preset--color--second);
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
}
.ik-woo-single-sections section.text-listes-produit .listes .liste:nth-child(odd)::before {
  content: none;
}
.ik-woo-single-sections section.text-listes-produit .listes p.liste-title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: var(--psm);
}
.ik-woo-single-sections section.text-listes-produit .listes ul {
  padding-left: 0;
  border: none;
}
.ik-woo-single-sections section.text-listes-produit .listes ul li {
  font-size: var(--psm);
}
.ik-woo-single-sections section.text-visu-produit .content {
  display: flex;
  gap: 0;
  align-items: center;
}
.ik-woo-single-sections section.text-visu-produit .content-text, .ik-woo-single-sections section.text-visu-produit .content-media {
  flex: 50%;
}
.ik-woo-single-sections section.text-visu-produit .content-media img, .ik-woo-single-sections section.text-visu-produit .content-media iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
  aspect-ratio: 1/1;
}
.ik-woo-single-sections section.text-visu-produit:nth-child(odd) .content-text {
  order: 2;
  padding-left: 80px;
}
.ik-woo-single-sections section.text-visu-produit:nth-child(odd) .content-media {
  order: 1;
}
.ik-woo-single-sections section.text-visu-produit:nth-child(even) .content-text {
  order: 1;
  padding-right: 80px;
}
.ik-woo-single-sections section.text-visu-produit:nth-child(even) .content-media {
  order: 2;
}
.ik-woo-single-sections section.text-visu-produit:has(+ .text-visu-produit) {
  padding-bottom: 0;
}
.ik-woo-single-sections section.text-visu-produit:has(+ .text-visu-produit) + .text-visu-produit {
  padding-top: 0;
}
.ik-woo-single-sections section.tableau-produit .table {
  margin-top: 20px;
  background-color: var(--wp--preset--color--white);
  padding: 0 20px;
  border-radius: 10px;
  border: solid 1px var(--wp--preset--color--second);
  width: fit-content;
  min-width: 320px;
}
.ik-woo-single-sections section.tableau-produit .table:not(:has(.entete-ligne)) .spacer {
  display: none;
}
.ik-woo-single-sections section.tableau-produit .table .entetes, .ik-woo-single-sections section.tableau-produit .table .ligne {
  display: flex;
  align-items: stretch;
  gap: 70px;
  justify-content: space-between;
}
.ik-woo-single-sections section.tableau-produit .table .ligne {
  border-top: solid 1px var(--wp--preset--color--second);
}
.ik-woo-single-sections section.tableau-produit .table .entetes .spacer, .ik-woo-single-sections section.tableau-produit .table .ligne .entete-ligne {
  flex: 25%;
  padding: 5px 20px;
  border-top: solid 5px var(--wp--preset--color--white);
  border-bottom: solid 5px var(--wp--preset--color--white);
}
.ik-woo-single-sections section.tableau-produit .table .entetes .entete, .ik-woo-single-sections section.tableau-produit .table .ligne .cell {
  flex: 20%;
  text-align: center;
  padding: 5px 10px;
  border-top: solid 5px var(--wp--preset--color--white);
  border-bottom: solid 5px var(--wp--preset--color--white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: var(--psm);
  min-width: max-content;
  text-align: left;
  flex-grow: 0;
}
.ik-woo-single-sections section.tableau-produit .table .entetes .entete:has(sup), .ik-woo-single-sections section.tableau-produit .table .ligne .cell:has(sup) {
  display: initial;
}
.ik-woo-single-sections section.tableau-produit .table .entetes .entete:has(sup) sup, .ik-woo-single-sections section.tableau-produit .table .ligne .cell:has(sup) sup {
  font-style: italic;
  font-size: var(--pxs);
}
.ik-woo-single-sections section.tableau-produit .table .entetes .entete:last-child, .ik-woo-single-sections section.tableau-produit .table .ligne .cell:last-child {
  min-width: 80px;
}
.ik-woo-single-sections section.tableau-produit .table .entetes .spacer {
  background-color: var(--wp--preset--color--white);
}
.ik-woo-single-sections section.tableau-produit .table .entetes .entete {
  font-weight: 700;
  background-color: var(--wp--preset--color--white);
}
.ik-woo-single-sections section.tableau-produit .table .ligne {
  margin: 0;
}
.ik-woo-single-sections section.tableau-produit .table .ligne p {
  margin: 0;
}
.ik-woo-single-sections section.tableau-produit .table .ligne p.ligne-title {
  font-weight: 700;
}
.ik-woo-single-sections section.tableau-produit .table .ligne p.ligne-description {
  font-size: var(--psm);
  line-height: 125%;
}
.ik-woo-single-sections section.slider-produit .swiper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.ik-woo-single-sections section.slider-produit .swiper .swiper-slide picture img {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.ik-woo-single-sections section.slider-produit .swiper .swiper-navigation {
  position: relative;
  bottom: auto;
  right: 0;
  justify-content: flex-end;
}
.ik-woo-single-sections section.slider-produit .content {
  margin-top: 30px;
}
.ik-woo-single-sections section.media-produit {
  text-align: center;
}
.ik-woo-single-sections section.media-produit img, .ik-woo-single-sections section.media-produit iframe {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.ik-woo-single-more {
  padding: calc(var(--padding-section-h) * 1.5) var(--padding-section);
  overflow: hidden;
}
.ik-woo-single-more::before {
  content: "";
  width: 700px;
  height: 460px;
  position: absolute;
  top: -50px;
  left: -150px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/wp-content/themes/ikadia-theme-child/assets/icons/trame-3.svg);
  z-index: -1;
  transform: scaleY(-1);
}
.ik-woo-single-more .ik-woo-product-infos-assemblage {
  padding: 40px 60px;
  background-color: color-mix(in srgb, var(--wp--preset--color--third) 50%, transparent);
  border-radius: 10px;
  max-width: 950px;
  margin: 0 auto;
}
.ik-woo-single-more .ik-woo-product-infos-assemblage h2 {
  font-size: var(--h2);
  margin: 0 0 20px;
}
.ik-woo-single-more .ik-woo-product-infos-assemblage h2 strong {
  text-decoration-color: var(--wp--preset--color--white);
}
.ik-woo-single-more .ik-woo-product-infos-assemblage p {
  font-size: var(--psm);
}
.ik-woo-single-more .ik-woo-product-infos-assemblage p:has(em) {
  font-family: "Domine", serif;
  font-size: var(--pst);
  color: var(--wp--preset--color--first);
  font-style: normal;
}
.ik-woo-single-more .ik-woo-product-infos-assemblage p:has(em) em {
  font-style: normal;
}

.ik-woo-single-sells {
  max-width: calc(var(--wp--style--global--wide-size) + var(--padding-section) * 2);
  padding-left: var(--padding-section);
  padding-right: var(--padding-section);
  margin: 0 auto;
}
.ik-woo-single-sells .wp-block-woocommerce-product-collection {
  padding: 50px 0;
}
.ik-woo-single-sells .wp-block-woocommerce-product-collection .wp-block-heading {
  margin: 0 0 25px;
  text-align: center;
}
.ik-woo-single-sells .swiper_upsells .swiper-wrapper {
  max-width: 100%;
}
.ik-woo-single-sells .swiper_upsells .swiper-wrapper ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.ik-woo-single-sells .swiper_upsells .swiper-wrapper ul li {
  width: 100% !important;
}

@media (max-width: 1600px) {
  .ik-woo-single.template-2 .ik-woo-single-cols {
    gap: 100px;
  }
}
@media (max-width: 1400px) {
  .ik-woo-single.template-2 .ik-woo-single-cols {
    gap: 50px;
  }
}
@media (max-width: 1224px) {
  .ik-woo-single.template-1 .ik-woo-single-cols .wp-block-column:first-child {
    position: sticky;
    top: calc(var(--header-height) + 20px);
  }
  .ik-woo-single.template-1 .ik-woo-single-cols .woocommerce-product-gallery {
    flex-direction: column;
    margin: 0 !important;
  }
  .ik-woo-single.template-1 .ik-woo-single-cols .woocommerce-product-gallery .flex-control-nav {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  .ik-woo-single.template-1 .ik-woo-single-cols .woocommerce-product-gallery .flex-control-nav li {
    margin: 0 !important;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols h1 {
    margin-bottom: 15px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery {
    margin-bottom: 50px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big .swiper-slide {
    max-height: 380px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big .swiper-slide img, .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big .swiper-slide picture img {
    max-height: 380px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-thumbs .swiper-slide {
    height: 130px;
  }
  .ik-woo-single-sections section {
    padding: 35px 0;
  }
  .ik-woo-single-sections section:first-child {
    padding-top: 50px;
  }
  .ik-woo-single-sections section:last-child {
    padding-bottom: 50px;
  }
  .ik-woo-single-sections section.text-visu-produit:nth-child(odd) .content-text {
    padding-left: var(--padding-section);
  }
  .ik-woo-single-sections section.text-visu-produit:nth-child(even) .content-text {
    padding-right: var(--padding-section);
  }
  .ik-woo-single-more {
    padding: var(--padding-section-h) var(--padding-section);
  }
  .ik-woo-single-more::before {
    width: 400px;
    height: 260px;
  }
}
@media (max-width: 1024px) {
  .ik-woo-single.template-1 .ik-woo-single-cols {
    flex-direction: column;
    gap: 35px;
  }
  .ik-woo-single.template-1 .ik-woo-single-cols .wp-block-column:first-child {
    position: relative;
    top: auto;
  }
  .ik-woo-single.template-1 .ik-woo-single-cols .woocommerce-product-gallery {
    flex-direction: row-reverse;
    justify-content: center;
  }
  .ik-woo-single.template-1 .ik-woo-single-cols .woocommerce-product-gallery .flex-control-nav {
    flex-direction: column;
    width: 100px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols {
    gap: 15px;
    flex-direction: column-reverse;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .wp-block-column:last-of-type {
    position: relative;
    top: auto;
    padding-left: var(--padding-section);
    max-width: 100%;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .wp-block-column:last-of-type .resp-gallery {
    display: block;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .wp-block-column:last-of-type .resp-gallery .ik-woo-product-image-gallery {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .wp-block-column:last-of-type .resp-gallery .ik-woo-product-image-gallery .swiper-navigation {
    width: 100%;
    left: 0;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .wp-block-column:last-of-type .resp-gallery .ik-woo-product-image-gallery .swiper-scrollbar {
    max-width: calc(100% - 60px - 60px);
    left: 60px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .woocommerce-loop-product__label {
    margin-top: 10px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .desktop-gallery {
    display: none;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery {
    padding-right: var(--padding-section);
    margin-bottom: 35px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .swiper-navigation {
    width: calc(100% - var(--padding-section) * 2);
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .swiper-scrollbar {
    max-width: calc(100% - 60px - 60px - var(--padding-section) * 2);
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .wp-block-post-terms {
    right: calc(var(--padding-section) + 10px);
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .variations_form.cart .woocommerce-variation-add-to-cart .quantity {
    margin-top: 15px !important;
  }
  .ik-woo-single-sells .swiper_upsells .swiper-wrapper ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 781px) {
  .ik-woo-single.template-1 .ik-woo-single-cols .woocommerce-product-gallery {
    flex-direction: column;
  }
  .ik-woo-single.template-1 .ik-woo-single-cols .woocommerce-product-gallery .flex-control-nav {
    flex-direction: row;
    width: 100%;
  }
  .ik-woo-single-sections section {
    padding: 35px 0;
  }
  .ik-woo-single-sections section:first-child {
    padding-top: 50px;
  }
  .ik-woo-single-sections section:last-child {
    padding-bottom: 50px;
  }
  .ik-woo-single-sections section.text-visu-produit {
    padding: 35px 0 !important;
  }
  .ik-woo-single-sections section.text-visu-produit .content {
    flex-direction: column;
    gap: 15px;
  }
  .ik-woo-single-sections section.text-visu-produit .content-media {
    width: 100%;
  }
  .ik-woo-single-sections section.text-visu-produit .content-media img, .ik-woo-single-sections section.text-visu-produit .content-media iframe {
    max-height: 400px;
    margin: 0 auto;
    aspect-ratio: unset;
  }
  .ik-woo-single-sections section.text-visu-produit:nth-child(odd) .content-text {
    order: 1;
    padding: 0;
  }
  .ik-woo-single-sections section.text-visu-produit:nth-child(odd) .content-media {
    order: 2;
  }
  .ik-woo-single-sections section.text-visu-produit:nth-child(even) .content-text {
    order: 1;
    padding: 0;
  }
  .ik-woo-single-sections section.text-visu-produit:nth-child(even) .content-media {
    order: 2;
  }
  .ik-woo-single-sections section.tableau-produit .table {
    overflow: auto;
  }
  .ik-woo-single-sections section.tableau-produit .table .entetes .spacer, .ik-woo-single-sections section.tableau-produit .table .ligne .entete-ligne {
    min-width: 200px;
  }
  .ik-woo-single-sections section.tableau-produit .table .entetes .entete, .ik-woo-single-sections section.tableau-produit .table .ligne .cell {
    min-width: 125px;
  }
  .ik-woo-single-more .ik-woo-product-infos-assemblage {
    padding: 25px var(--padding-section);
  }
}
@media (max-width: 550px) {
  .ik-woo-single-sections section {
    padding: 25px 0;
  }
  .ik-woo-single-sections section:first-child {
    padding-top: 35px;
  }
  .ik-woo-single-sections section:last-child {
    padding-bottom: 35px;
  }
  .ik-woo-single-sections section.text-visu-produit {
    padding: 25px 0 !important;
  }
  .ik-woo-single-sections section.text-listes-produit .listes {
    padding: var(--padding-section);
    grid-template-columns: 1fr;
  }
  .ik-woo-single-sections section.text-listes-produit .listes .liste {
    padding: 0;
  }
  .ik-woo-single-sections section.text-listes-produit .listes .liste::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: -10px;
  }
  .ik-woo-single-sections section.tableau-produit .table .entetes, .ik-woo-single-sections section.tableau-produit .table .ligne {
    gap: 20px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big .swiper-slide {
    max-height: 280px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big .swiper-slide img, .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-product-image-gallery .woo-swiper-big .swiper-slide picture img {
    max-height: 280px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-carac .ik-woo-carac-line {
    padding: 10px 20px;
    gap: 12px;
  }
  .ik-woo-single.template-2 .ik-woo-single-cols .ik-woo-carac .ik-woo-carac-line span.attr {
    min-width: 135px;
  }
}
:root {
  /* Template 1 uniquement */
  --woo-single-grid-height-image: 40vw;
  --woo-single-grid-space-between: 10px;
}

@media (max-width: 1400px) {
  div.product-container.template2 div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    max-height: 575px;
  }
  div.product-container.template2 div.images.woocommerce-product-gallery ol.flex-control-nav {
    max-height: 575px;
  }
  div.product-container.template2 .fiche-description .item-desciption.tableau .ligne-tableau {
    flex-direction: column;
    padding: 0;
    background: none;
  }
  div.product-container.template2 .fiche-description .item-desciption.tableau .ligne-tableau div:first-of-type {
    background-color: var(--wp--preset--color--white);
    padding: 7px 15px 5px;
    max-width: none;
  }
  div.product-container.template2 .fiche-description .item-desciption.tableau .ligne-tableau div:last-of-type {
    padding: 15px;
  }
}
@media (max-width: 1224px) {
  :root {
    --woo-single-grid-height-image: 32vw;
  }
  body.single-product main.ik-woocommerce .woocommerce-breadcrumb {
    position: initial;
    padding: 50px 15px 0;
  }
  div.product-container.template1 {
    padding-top: 25px;
  }
  div.product-container.template1 .product-infos {
    width: 50%;
  }
  div.product-container.template1 div.woocommerce-product-gallery {
    width: 50%;
  }
  div.product-container.template2 .first-part {
    margin-top: 30px;
  }
  div.product-container.template2 div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    max-height: 500px;
  }
  div.product-container.template2 div.images.woocommerce-product-gallery ol.flex-control-nav {
    max-height: 500px;
  }
  div.product-container.template2 .fiche-description .item-desciption.description h2 {
    margin-bottom: 20px;
  }
  div.product-container.template2 .fiche-description .item-desciption.media h2 {
    margin-bottom: 20px;
  }
  div.product-container.template2 .fiche-description .item-desciption.image_texte h2 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  div.product-container.template2 .fiche-description .item-desciption.image_texte .texte.alone h2 {
    margin-top: 0;
  }
  div.product-container.template2 .fiche-description .item-desciption.image_texte .container-image_texte {
    flex-direction: column-reverse;
  }
  div.product-container.template2 .fiche-description .item-desciption.image_texte .container-image_texte.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  body.single-product main.ik-woocommerce .woocommerce-breadcrumb {
    display: none;
  }
  div.product-container.template2 div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    max-height: 400px;
  }
  div.product-container.template2 div.images.woocommerce-product-gallery ol.flex-control-nav {
    max-height: 400px;
  }
  div.product-container nav.menu-encre-description-produit ul li {
    padding: 0 10px;
  }
}
@media (max-width: 781px) {
  div.product-container.template1 .product-infos .product-infos-container-sticky, div.product-container.template2 .product-infos .product-infos-container-sticky {
    transform: none !important;
    position: initial !important;
  }
  div.product-container.template1 div.images.woocommerce-product-gallery, div.product-container.template2 div.images.woocommerce-product-gallery {
    margin: 0;
    flex-direction: column;
  }
  div.product-container.template1 div.images.woocommerce-product-gallery .flex-viewport, div.product-container.template2 div.images.woocommerce-product-gallery .flex-viewport {
    flex: initial;
  }
  div.product-container.template1 div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image, div.product-container.template2 div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    max-height: none;
  }
  div.product-container.template1 div.images.woocommerce-product-gallery ol.flex-control-nav, div.product-container.template2 div.images.woocommerce-product-gallery ol.flex-control-nav {
    display: flex;
    max-height: none;
    flex-direction: row;
    justify-content: center;
    gap: 14px;
    margin-top: -35px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px 0;
    position: relative;
  }
  div.product-container.template1 div.images.woocommerce-product-gallery ol.flex-control-nav li, div.product-container.template2 div.images.woocommerce-product-gallery ol.flex-control-nav li {
    width: fit-content;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.product-container.template1 div.images.woocommerce-product-gallery ol.flex-control-nav li img, div.product-container.template2 div.images.woocommerce-product-gallery ol.flex-control-nav li img {
    filter: brightness(0);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 0.4;
  }
  div.product-container.template1 div.images.woocommerce-product-gallery ol.flex-control-nav li img.flex-active, div.product-container.template2 div.images.woocommerce-product-gallery ol.flex-control-nav li img.flex-active {
    width: 17px;
    height: 17px;
    opacity: 1;
  }
  div.product-container.template1 {
    padding-top: 0;
  }
  div.product-container.template1 .first-part {
    flex-direction: column-reverse;
  }
  div.product-container.template1 .product-infos {
    width: 100%;
  }
  div.product-container.template1 div.woocommerce-product-gallery {
    width: 100%;
    padding: 0;
  }
  div.product-container.template1 .fiche-description .item-desciption.tableau .ligne-tableau {
    flex-direction: column;
    padding: 0;
    background: none;
  }
  div.product-container.template1 .fiche-description .item-desciption.tableau .ligne-tableau div:first-of-type {
    background-color: #f8f8f8;
    padding: 7px 15px 5px;
    max-width: none;
  }
  div.product-container.template1 .fiche-description .item-desciption.tableau .ligne-tableau div:last-of-type {
    padding: 15px;
  }
  div.product-container.template1 .fiche-description .item-desciption.image_texte {
    text-align: center;
  }
  div.product-container.template1 .fiche-description .item-desciption.image_texte div.container-image_texte .texte.alone {
    text-align: center;
  }
  div.product-container.template2 .first-part {
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  div.product-container.template2 .first-part div.woocommerce-product-gallery {
    padding: 15px 0;
  }
  div.product-container.template2 .product-description {
    width: 100%;
  }
  div.product-container.template2 .product-infos {
    width: 100%;
    text-align: center;
  }
  div.product-container.template2 .product-infos .single-image {
    display: block;
    margin: 0 -15px;
  }
  div.product-container.template2 .product-infos .product_meta {
    margin-top: 25px;
    justify-content: center;
  }
  div.product-container.template2 .product-infos .woocommerce-product-rating {
    justify-content: center;
  }
  div.product-container.template2 .product-infos .variation-choice ul.product-variation {
    justify-content: center;
  }
  div.product-container.template2 .product-infos form.cart div.quantity {
    text-align: center;
  }
  div.product-container.template2 .fiche-description {
    background-color: var(--wp--preset--color--white);
  }
  div.product-container.template2 .fiche-description .fiche-description-container {
    padding-top: 0;
    max-width: 100%;
  }
  div.product-container.template2 .fiche-description .item-desciption {
    padding: 60px 0 0;
  }
  div.product-container.template2 .fiche-description .item-desciption.description .tableau-caracteristiques .caracteristique p.label {
    background-color: #f8f8f8;
  }
  div.product-container.template2 .fiche-description .item-desciption.tableau .ligne-tableau div:first-of-type {
    background-color: #f8f8f8;
  }
  div.product-container.template2 #reviews .woocommerce-Reviews-title {
    margin-bottom: 20px;
    text-align: left;
  }
  div.product-container.template2 #reviews #pre-comments {
    justify-content: flex-start;
  }
  div.product-container.template2 #reviews #review_form_wrapper {
    text-align: left;
  }
  div.product-container.template2 #reviews #review_form_wrapper form .stars {
    margin-left: 0;
  }
  div.product-container.template2 #reviews #review_form_wrapper form .comment-form-comment label {
    left: 15px;
    transform: none;
  }
  div.product-container .fiche-description .item-desciption.image_texte h2 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  div.product-container .fiche-description .item-desciption.image_texte div.container-image_texte {
    flex-direction: column-reverse;
  }
  div.product-container .fiche-description .item-desciption.image_texte div.container-image_texte.reverse {
    flex-direction: column-reverse;
  }
  div.product-container .fiche-description .item-desciption.image_texte div.container-image_texte .texte.alone {
    text-align: left;
  }
  div.product-container .fiche-description .item-desciption.image_texte div.container-image_texte .texte.alone h2 {
    margin-top: 0;
  }
  div.product-container .fiche-description .item-desciption.image_texte div.container-image_texte .texte .texte-container {
    max-width: none;
  }
  div.product-container .fiche-description .item-desciption.image_texte div.container-image_texte .image {
    width: 100%;
  }
  div.product-container #reviews {
    padding-top: 60px;
  }
  div.product-container #reviews #comments ol.commentlist {
    padding: 40px 0 0;
  }
  div.product-container #reviews #comments ol.commentlist > li {
    padding-bottom: 40px;
  }
  div.product-container #reviews #comments ol.commentlist > li ul.children {
    margin-top: 30px;
    padding: 20px;
  }
  div.product-container #reviews #comments ol.commentlist > li ul.children:before {
    border-bottom: 25px solid #f8f8f8;
    top: -25px;
  }
  div.product-container nav.menu-encre-description-produit {
    padding: 15px;
  }
  div.product-container nav.menu-encre-description-produit ul li {
    padding: 0;
  }
  div.product-container nav.menu-encre-description-produit ul li a {
    padding-bottom: 0;
  }
  div.product-container .other-products {
    padding: 0 0 70px;
  }
  div.product-container .other-products section.up-sells, div.product-container .other-products section.cross-sells, div.product-container .other-products section.single-product-newsletter-form {
    padding: 60px 0 0;
  }
  div.product-container .other-products section.up-sells > p, div.product-container .other-products section.cross-sells > p, div.product-container .other-products section.single-product-newsletter-form > p {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  div.product-container .product-infos h1.product_title {
    margin-bottom: 10px;
  }
  div.product-container nav.menu-encre-description-produit {
    position: initial;
  }
  div.product-container nav.menu-encre-description-produit ul {
    justify-content: flex-start;
  }
  div.product-container.template1 .product-description {
    padding: 30px 0 90px;
  }
  div.product-container.template1 .fiche-description .item-desciption {
    padding-top: 60px;
    padding-bottom: 0;
  }
  div.product-container.template1 .fiche-description .item-desciption.image_texte {
    text-align: left;
  }
  div.product-container.template1 .fiche-description .item-desciption.image_texte h2 {
    margin-bottom: 20px;
  }
  div.product-container.template1 .fiche-description .item-desciption.image_texte div.container-image_texte .texte.alone {
    text-align: left;
  }
  div.product-container.template1 #reviews .woocommerce-Reviews-title {
    margin-bottom: 20px;
    text-align: left;
  }
  div.product-container.template1 #reviews #pre-comments {
    justify-content: flex-start;
  }
  div.product-container.template1 #reviews #review_form_wrapper {
    text-align: left;
  }
  div.product-container.template1 #reviews #review_form_wrapper form .stars {
    margin-left: 0;
  }
  div.product-container.template1 #reviews #review_form_wrapper form .comment-form-comment label {
    left: 15px;
    transform: none;
  }
  div.product-container.template1 .fiche-description .item-desciption.description, div.product-container.template2 .fiche-description .item-desciption.description {
    text-align: left;
  }
  div.product-container.template1 .fiche-description .item-desciption.description h2, div.product-container.template2 .fiche-description .item-desciption.description h2 {
    margin-bottom: 20px;
  }
  div.product-container.template1 .fiche-description .item-desciption.description .tableau-caracteristiques, div.product-container.template2 .fiche-description .item-desciption.description .tableau-caracteristiques {
    margin-bottom: 0;
  }
  div.product-container.template1 .fiche-description .item-desciption.description .caracteristique, div.product-container.template2 .fiche-description .item-desciption.description .caracteristique {
    width: 100%;
  }
  div.product-container.template1 .fiche-description .item-desciption.media, div.product-container.template2 .fiche-description .item-desciption.media {
    text-align: left;
  }
  div.product-container.template1 .fiche-description .item-desciption.media h2, div.product-container.template2 .fiche-description .item-desciption.media h2 {
    margin-bottom: 20px;
  }
  div.product-container.template1 .fiche-description .item-desciption.tableau h2, div.product-container.template2 .fiche-description .item-desciption.tableau h2 {
    margin-bottom: 20px;
    text-align: left;
  }
  div.product-container.template1 div:not(.other-products) section.up-sells, div.product-container.template1 div:not(.other-products) section.cross-sells, div.product-container.template1 div:not(.other-products) section.single-product-newsletter-form, div.product-container.template2 div:not(.other-products) section.up-sells, div.product-container.template2 div:not(.other-products) section.cross-sells, div.product-container.template2 div:not(.other-products) section.single-product-newsletter-form {
    padding: 60px 0 0;
  }
  div.product-container.template1 div:not(.other-products) section.up-sells > p, div.product-container.template1 div:not(.other-products) section.cross-sells > p, div.product-container.template1 div:not(.other-products) section.single-product-newsletter-form > p, div.product-container.template2 div:not(.other-products) section.up-sells > p, div.product-container.template2 div:not(.other-products) section.cross-sells > p, div.product-container.template2 div:not(.other-products) section.single-product-newsletter-form > p {
    padding: 0 15px;
    text-align: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 781px) {
  div.product-container.template1 div.woocommerce-product-gallery .flex-viewport {
    height: auto !important;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper {
    transform: none !important;
    display: block;
    width: 100% !important;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper img {
    height: 100%;
    object-fit: cover;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div {
    opacity: 1 !important;
    height: var(--woo-single-grid-height-image);
    padding-bottom: var(--woo-single-grid-space-between);
    pointer-events: none;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div a {
    display: block;
    height: 100%;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.alone {
    width: 100% !important;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.alone.por {
    height: auto;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.por2 {
    display: inline-block !important;
    width: calc(50% - var(--woo-single-grid-space-between) / 2) !important;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.por2:nth-child(odd) {
    float: left;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.por2:nth-child(even) {
    float: right !important;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.por1pay2 {
    display: inline-block !important;
    width: calc(50% - var(--woo-single-grid-space-between) / 2) !important;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.por1pay2.por {
    float: left;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.por1pay2.pay {
    height: calc(var(--woo-single-grid-height-image) / 2);
    float: right !important;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.pay2por1 {
    display: inline-block !important;
    width: calc(50% - var(--woo-single-grid-space-between) / 2) !important;
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.pay2por1.pay {
    float: left;
    height: calc(var(--woo-single-height-image-grid) / 2);
  }
  div.product-container.template1 div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper > div.pay2por1.por {
    float: right !important;
  }
  div.product-container.template1 div.images.woocommerce-product-gallery ul.flex-direction-nav {
    display: none;
  }
  div.product-container.template2 nav.menu-encre-description-produit {
    display: none;
  }
}/*# sourceMappingURL=woo-single.css.map */