/** Shopify CDN: Minification failed

Line 113:18 Unexpected "{"
Line 113:27 Expected ":"
Line 424:20 Unexpected "{"
Line 424:29 Expected ":"

**/
.modal-backdrop.show {
  display: none !important;
}

#productrelated {
  margin-top: 40px;
}

.product-modal__image {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 95%;
  max-width: 95%;
  margin: 0 auto;
  cursor: auto;
}

.no-csstransforms .product-modal__image {
  top: 2.5%;
}

#nav-tab-info .nav-tabs {
  border-bottom: none;
  text-align: center;
  justify-content: center;
  box-shadow: 0 -1px var(--g-input-border) inset;
}

#nav-tab-info .nav-tabs .nav-link {
  border: none;
  color: var(--g-color-heading);
  position: relative;
}
.tabcustom svg {
  transition: transform 0.3s ease;
}

.tabcustom.collapsed svg {
  transform: rotate(0deg);
}

.tabcustom:not(.collapsed) svg {
  transform: rotate(90deg);
}
.tabcustom:hover {
  color: #968419;
  background-color: #f7f7f7;
}

#nav-tab-info .nav-tabs .nav-link:before {
  content: "";
  width: 0;
  transition: width 0.3s ease;
  border-bottom: 2px solid var(--g-color-heading);
  position: absolute;
  bottom: 1px;
  left: 0;
}

#nav-tab-info .nav-tabs .nav-link.active:before {
  width: 100%;
}

#nav-tab-info .nav-tabs .nav-item {
  margin: 0 5rem -2px 0;
  font-weight: var(--g-h6-font-weight);
  font-size: var(--g-h6-font-size);
  line-height: var(--g-h6-font-lineheight);
  letter-spacing: var(--g-h6-font-spacing);
  text-transform: var(--g-h6-font-transform);
  background-color: transparent;
  padding: 0 0 16px;
}

.nav-link .spr-badge-starrating {
  display: none;
}

.social-sharing .col-title {
  line-height: 1.8;
  min-width: 75px;
}

.safe-checkout-detail {
  display: flex;
  align-items: center;
}

.product-form__quantity-submit {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.product-form__quantity-submit .product-form__item--submit {
  margin-left: 10px;
}

.selector-wrapper {
  margin: 0 0 1.2rem;
}

#shopify-section-{{ section.id }} .product-single__info-wrapper {
  padding: 0 0 0 2rem;
}

.template-product .main-content {
  padding-top: 8px;
}

.product-form-select .selector-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}

.salepoint .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  fill: none;
  stroke-width: 4px;
  stroke: currentColor !important;
  stroke-linecap: miter;
  stroke-linejoin: miter;
}

/* STYLE DU COLLAPSIBLE ROW */
/* STYLE DU COLLAPSIBLE ROW */
.tabcustom {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1.2rem 0;
  font-weight: 700;
  font-size: 2rem; /* même que Caractéristiques */
  line-height: 1.3;
  color: #143b60;
  text-transform: none; /* casse normale */
  border-top: none; /* suppression de la ligne */
  cursor: pointer;
  transition: color 0.3s ease;
}

.tabcustom:hover {
  color: #968419;
}

.tabcustom svg {
  width: 24px;
  height: 24px;
  stroke: #143b60;
  transition: transform 0.3s ease;
}

.tabcustom.collapsed svg {
  transform: rotate(0deg);
}

.tabcustom:not(.collapsed) svg {
  transform: rotate(90deg);
}



.tab-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.tab-content.show {
  max-height: 1000px;
}

.tab-content p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.tab-content ul {
  padding-left: 1rem;
}

.collapsible-row__title:hover {
  border-bottom: 2px solid #968419;
}

.product-single__meta .product-block {
  margin: 0 0 1.5rem;
}

.product-single__meta .review + .product-block {
  margin: -0.5rem 0 1rem;
}

.product-single__meta .ptrust-badge {
  padding-top: 1rem;
}

.product-single__meta-price,
.product-single__meta-price li {
  display: flex;
  align-items: center;
}

.product-single__meta .accordion + .accordion {
  margin: 0;
}

.product-single__meta .product-block + .accordion {
  margin: -1rem 0 0;
}

.product-single__meta .accordion + .product-block {
  margin: 1.5rem 0;
}

.product-single__meta .product-title {
  margin: 0 0 0.5rem;
}

.product-single__meta hr {
  margin: 0 0 1.5rem;
}

.product-single__meta .product-title + .product-single__meta-list {
  margin: 0 0 0.5rem;
}

.product-single__meta .salepoint + .salepoint,
.product-single__meta .salepoint + .product-freeship {
  margin: -1rem 0 1.5rem;
}

.product-single__meta .shopify-block {
  margin: 0 0 1.5rem;
}

.product-single__meta .fake-view + .product__text {
  margin: -1rem 0 1.5rem;
}

.product-single__meta .shopify-block + .product-short__description {
  margin-top: -0.7rem;
}

.product-title .product-label {
  position: static;
  transform: none;
}

.product-title .product-label .product-tag--absolute {
  margin-bottom: 0.75rem !important;
  border: 1px solid var(--g-input-border);
  margin-right: 0.5rem;
}

.photos__item--thumbs {
  padding: 0 0 24px;
}

.product-single__video iframe,
.product-single__video video,
.product-single__video model-viewer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.media__poster-button {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  width: 4.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
}

.square {
  padding-top: 100% !important;
  overflow: hidden;
}

.portrait {
  padding-top: 120% !important;
  overflow: hidden;
}

.square img,
.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.square video,
.square iframe,
.portrait video,
.portrait iframe {
  object-fit: cover;
}

.product-grid-buywith .js-grid-cart {
  cursor: pointer;
}

.product-countdown {
  border: 1px solid var(--g-main);
  padding: 1rem;
  --g-color-heading: var(--g-main);
  --color-body-text: var(--g-main);
}

.product-countdown .js-countdown ul {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}

.product-countdown .js-countdown ul li {
  line-height: 1;
  position: relative;
}

.product-countdown .js-countdown ul li:not(:last-child)::before {
  content: ":";
  position: absolute;
  right: -0.6rem;
  color: var(--g-main);
}

.product-countdown .js-countdown .countdown-time {
  display: inline-flex;
  color: var(--g-main);
  font-size: var(--g-h5-font-size);
  margin-right: 2px;
  font-weight: 500;
}

.product-countdown .js-countdown .countdown-time b {
  font-weight: 500;
}

.product-countdown .js-countdown .countdown-text,
.product-countdown .js-countdown span.countdown-time-single {
  font-size: 80%;
  color: var(--g-main);
  text-transform: uppercase;
}

.product-countdown .js-countdown span.countdown-text {
  display: none;
}

.product-countdown .js-countdown span.countdown-time-single {
  display: inline-block !important;
}

.ptrust-badge-heading {
  position: absolute;
  top: -10px;
  background-color: var(--color-body);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  text-align: center;
}

.ptrust-badge .payment-icons svg {
  width: 40px;
  height: auto;
}

.product-block__banner img {
  width: 40px !important;
}

.product-block__banner .img_svg svg {
  width: 40px !important;
  height: 40px !important;
  stroke: currentColor;
  fill: none;
}

.product-block__iwt svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke-width: 4px;
  stroke: currentColor !important;
}

@media (min-width: 991px) {
  .photos-sticky {
    position: sticky;
    top: 6.65rem;
  }

  .template-product .page-container {
    overflow: visible;
  }
}

@media (max-width: 1100px) {
  #shopify-section-{{ section.id }} .product-single__info-wrapper {
    padding: 0;
  }

  .product-form__quantity-submit {
    display: block;
  }

  .product-form__item--quantity {
    width: 130px;
    margin-bottom: 10px;
  }

  .product-form__quantity-submit .product-form__item--submit {
    margin: 0 0 10px 20px !important;
  }

  .product-form__buynow {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .main-content {
    padding-top: 20px;
  }
}

.spr-header-title {
  font-weight: var(--g-h4-font-weight);
  font-size: var(--g-h4-font-size);
  line-height: var(--g-h4-font-lineheight);
  letter-spacing: var(--g-h4-font-spacing);
  text-transform: var(--g-h4-font-transform);
}
