.pb-title {
  grid-area: title;
}
.pb-title .page-heading {
  margin: 0;
  font-size: clamp(1.8rem, 7vw, 2.4rem);
  line-height: 1.1;
  text-transform: uppercase;
}
.pb-title .page-heading small {
  font-size: 0.5em;
  margin-top: 8px;
  line-height: 1.25;
  display: block;
  letter-spacing: 0.075em;
}

#product .product-fancybox .fancybox-bg {
  background-color: var(--body-bg);
}
#product .product-fancybox.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

/* box-security */
.box-security {
  border: 1px solid var(--border-color);
  padding: var(--box-padding);
}

@media (max-width: 683.98px) {
  .primary_block {
    display: flex;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    gap: var(--grid-gap);
    flex-direction: column;
  }
}
@media (min-width: 684px) {
  .primary_block {
    display: grid;
    grid-auto-rows: min-content;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 1060px) {
  .primary_block {
    column-gap: calc(var(--grid-gap) * 1.5);
  }
}
@media (min-width: 684px) and (max-width: 1059.98px) {
  .primary_block {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "image  form" "infos  infos" "second second";
  }
}
@media (min-width: 1060px) and (max-width: 1299.98px) {
  .primary_block {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image  form" "image  infos" "second second";
  }
}
.primary_block > * {
  min-width: 0;
}

@media (min-width: 1300px) {
  .mode-two-columns {
    grid-template-columns: 50vw 5fr 1fr;
    grid-template-areas: "image  form   .." "image  infos  .." "second second second";
  }
}
.mode-two-columns .secondary_block #enetproducttabquicklinks ~ .page-product-box {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1300px) {
  .mode-three-columns {
    grid-template-columns: 4fr 5fr 3fr;
    grid-template-rows: auto minmax(0, auto) 1fr;
    grid-template-areas: "image  title  title" "image  extra  form" "image  infos  form" "second second form" "footer footer footer";
  }
  .mode-three-columns #affix_column {
    position: sticky;
    top: calc(var(--scroll-offset) + var(--grid-gap));
  }
}

.columns-container {
  margin-top: 0;
}

.secondary_block {
  grid-area: second;
}
@media (min-width: 684px) and (max-width: 1059.98px) {
  .secondary_block {
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
  }
}
.secondary_block .submit .btn-default {
  --btn-color: var(--btn-default-color);
  --btn-color-hover: var(--btn-default-color);
  --btn-border: var(--btn-default-border);
  --btn-bg: transparent;
  --btn-bg-hover: var(--btn-border);
  --btn-bg-active: var(--btn-bg);
  color: var(--btn-color);
  border-color: var(--btn-border);
  background-color: var(--btn-bg);
  background-image: none;
  -webkit-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.secondary_block .submit .btn-default:hover, .secondary_block .submit .btn-default:focus {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-hover);
}
.secondary_block .submit .btn-default:active, .secondary_block .submit .btn-default.active {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-active);
}
.secondary_block .submit .btn-default.disabled, .secondary_block .submit .btn-default[disabled], fieldset[disabled] .secondary_block .submit .btn-default {
  background-color: var(--btn-bg);
}

#product-footer {
  grid-area: footer;
}
#product-footer .page-product-content {
  padding: 0;
}

#product_accessories {
  margin: 0;
  background-color: var(--box-bg);
  padding-top: calc(var(--grid-gap) * 2);
  padding-bottom: calc(var(--grid-gap) * 2);
}
#product_accessories .product_list {
  margin-top: calc(-1 * var(--grid-gap-half));
  margin-bottom: calc(-1 * var(--grid-gap-half));
}

.pb-right-column {
  grid-area: form;
}
.pb-right-column .breadcrumb {
  padding: 0;
}
@media (max-width: 683.98px) {
  .pb-right-column .breadcrumb {
    margin-top: 0;
  }
}
.pb-right-column .sticky {
  position: sticky;
  z-index: 1;
  top: calc(var(--scroll-offset) + var(--grid-gap));
}

#product_after_affix {
  margin-top: var(--grid-gap);
  display: flex;
  gap: var(--grid-gap-half);
  justify-content: space-between;
  align-items: center;
  padding: var(--box-padding);
  background-color: var(--box-bg);
}
#product_after_affix #paa_title {
  color: var(--dark-color);
}
#product_after_affix #paa_title i {
  font-size: 1.25rem;
  margin-left: 0.33em;
  color: var(--text-color);
}
#product_after_affix #paa_logos {
  margin: calc(5px * var(--grid-gap)) calc(-0.5 * var(--grid-gap));
  font-size: 0;
}
#product_after_affix #paa_logos:before, #product_after_affix #paa_logos:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
#product_after_affix #paa_logos:after {
  clear: both;
}
#product_after_affix #paa_logos li {
  display: inline-block;
  vertical-align: top;
  padding: calc(10px * 0.5);
  font-size: 1rem;
  max-width: 33.33334%;
}
#product_after_affix #paa_logos li img {
  width: 100%;
  max-width: 48px;
  height: auto;
}
#product_after_affix small {
  margin-top: 5px;
  display: block;
  color: var(--text-color);
  line-height: 1.25;
}

#short_description_block {
  margin: 0;
  clear: both;
}
#short_description_block a {
  text-decoration: underline;
}

#besoin-list {
  margin: var(--grid-gap) 0 0;
  padding-left: 45px;
  border-radius: calc(var(--border-radius) / 2);
  position: relative;
  line-height: 1.4;
}
#besoin-list:before, #besoin-list:after {
  content: "";
  position: absolute;
}
#besoin-list:before {
  content: "";
  left: calc(0.5em + 6px);
  top: calc(1em + 6px);
  width: 1px;
  bottom: 0;
  background-color: var(--orbit-border-color);
}
#besoin-list:after {
  content: "";
  top: 1em;
  left: 0.5em;
  width: 12px;
  height: 12px;
  background-color: var(--secondary-color);
  border-radius: 50%;
}
#besoin-list img {
  display: none;
  position: absolute;
  top: -24px;
  right: -24px;
}
#besoin-list h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: max-content;
  background-color: var(--body-bg);
  margin: 0;
  padding-right: 10px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 900;
  color: var(--dark-color);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-90deg) translate(0, 100%);
  -moz-transform: rotate(-90deg) translate(0, 100%);
  -ms-transform: rotate(-90deg) translate(0, 100%);
  -o-transform: rotate(-90deg) translate(0, 100%);
  transform: rotate(-90deg) translate(0, 100%);
}
#besoin-list p {
  font-size: 1.5em;
  color: var(--dark-color);
  margin: 0;
  text-transform: uppercase;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 900;
}
#besoin-list > *:last-child {
  margin-bottom: 0;
}
#besoin-list strong {
  color: #2B2B2B;
}
#besoin-list ol {
  margin-top: var(--grid-gap);
  counter-reset: needs;
  padding-left: 0;
  color: var(--dark-color);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: var(--grid-gap-half);
}
#besoin-list ol li {
  list-style-type: none;
  position: relative;
  line-height: 1.25;
  text-align: left;
  counter-increment: needs;
}
#besoin-list ol li:before {
  content: "0" counter(needs) ".";
  text-align: left;
  display: block;
  margin: 0 auto 8px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--dark-color);
}
@media (max-width: 683.98px) {
  #besoin-list ol {
    flex-direction: column;
  }
}

.content_prices {
  font-size: 1.125rem;
  margin-bottom: 20px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.content_prices .our_price_display {
  font-weight: normal;
  margin: 0 !important;
  line-height: 1.25;
  color: var(--text-color);
}
.content_prices .our_price_display .price {
  font-weight: 700;
  font-size: 1.6em;
  line-height: inherit;
}
.content_prices #reduction_percent,
.content_prices #reduction_amount,
.content_prices #old_price {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 1rem;
}
.content_prices #old_price {
  margin: 0 10px 0 0;
  text-decoration: line-through;
}
.content_prices #old_price .price {
  color: inherit;
  font-weight: inherit;
}
.content_prices #reduction_percent,
.content_prices #reduction_amount {
  margin: 0 0.33em 0 0;
  font-weight: 700;
}
.content_prices #reduction_percent span,
.content_prices #reduction_amount span {
  color: #e30613;
}
.content_prices #subside {
  color: var(--dark-color);
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
}
.content_prices #subside_price {
  text-transform: uppercase;
  color: var(--text-color);
  line-height: 1.1;
}
.content_prices #subside_price .price {
  font-size: 1.4em;
  font-weight: 700;
  color: var(--secondary-color);
}

#attributes {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
#attributes fieldset + fieldset {
  margin-top: 8px;
}

.attribute_list {
  width: 100%;
}
.attribute_select {
  width: auto;
}
.attribute_select option {
  background: var(--input-bg);
  color: var(--dark-color);
}
.attribute_radios {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.attribute_radios li:first-of-type {
  order: 1;
}
.attribute_radios li input {
  float: left;
  margin-left: 4px;
  margin-right: 8px;
}
.attribute_radios li label {
  cursor: pointer;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
  vertical-align: top;
}
.attribute_radios.radio-badges {
  font-size: 0;
}
.attribute_radios.radio-badges li {
  font-size: 1rem;
  padding: 0;
  margin-top: 0;
  margin-right: 7px;
  margin-bottom: 7px;
  display: inline-block;
}
.attribute_radios.radio-badges li input,
.attribute_radios.radio-badges li .radio {
  display: none;
}
.attribute_radios.radio-badges li label {
  margin: 0;
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color);
  box-shadow: inset 0 0 0 1px var(--border-color);
  border-radius: 3px;
  padding: 6px 14px;
  line-height: 20px;
}
.attribute_radios.radio-badges li.selected label {
  -webkit-box-shadow: inset 0 0 0 2px var(--secondary-color);
  -moz-box-shadow: inset 0 0 0 2px var(--secondary-color);
  box-shadow: inset 0 0 0 2px var(--secondary-color);
}
.attribute_colors {
  list-style-type: none;
  margin-left: calc(var(--color-list-gap) * -0.5);
  margin-right: calc(var(--color-list-gap) * -0.5);
  display: flex;
  flex-wrap: wrap;
}
.attribute_colors:before, .attribute_colors:after {
  content: none;
}
.attribute_colors input {
  display: none;
}
.attribute_colors li {
  margin: 0;
  padding: calc(var(--color-list-gap) * 0.5);
}
.attribute_colors li .is-white {
  -webkit-box-shadow: inset 0 0 0 1px var(--border-color);
  -moz-box-shadow: inset 0 0 0 1px var(--border-color);
  box-shadow: inset 0 0 0 1px var(--border-color);
}
.attribute_colors li .color_pick {
  --color-option-border-radius: calc(var(--color-option-width) / 2);
  display: block;
  height: var(--color-option-height);
  width: var(--color-option-width);
  margin: 0;
  border-radius: var(--color-option-border-radius);
  cursor: pointer;
  position: relative;
  background-size: 100% 100%;
  background-size: cover;
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.attribute_colors li .color_pick:hover {
  -webkit-box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
  -moz-box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
  box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
}
.attribute_colors .color_pick {
  --color-option-width: 32px;
  --color-option-height: 32px;
}
.attribute_colors .selected .color_pick {
  -webkit-box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
  -moz-box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
  box-shadow: inset 0 0 0 var(--color-option-border-width) var(--text-color), inset 0 0 0 calc(var(--color-option-border-width) + var(--color-option-padding)) var(--body-bg);
}
.attribute_label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.attribute_label_special {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.125rem;
}
.attribute_label-choice {
  margin-right: auto;
  font-weight: 700;
}
.attribute_subtitle {
  margin-bottom: 10px;
}

#buy-block {
  --quantity-choice-height: 48px;
}
@media (max-width: 1059.98px) {
  #buy-block {
    --quantity-choice-height: 40px;
  }
}

#quantity_wanted_p label {
  float: left;
  line-height: var(--quantity-choice-height);
  font-weight: 900;
  margin: 0;
  font-size: 1rem;
}
#quantity_wanted_p .btn {
  width: 32px;
}

#oosHook {
  clear: both;
}

.box-cart-bottom {
  display: flex;
  gap: 10px;
  width: 100%;
}
.box-cart-bottom .notAvailableForOrder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.box-cart-bottom .notAvailableForOrder p {
  font-size: 0.8rem;
}
.box-cart-bottom #add_to_cart {
  overflow: hidden;
  clear: none;
  min-width: max(15vw, 180px);
}
.box-cart-bottom .btn {
  --btn-height: var(--quantity-choice-height);
}
.box-cart-bottom .exclusive {
  width: 100%;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  background: rgb(212, 4, 16);
  background: linear-gradient(-45deg, rgb(212, 4, 16) 0%, rgb(244, 66, 11) 33%, rgb(212, 4, 16) 66%, rgb(244, 66, 11) 100%);
  background-size: 400% 400%;
  animation: add-to-cart 3s 0s linear both infinite;
}

@keyframes add-to-cart {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.buttons_bottom_block .btn {
  width: 100%;
  font-weight: 700;
}
.buttons_bottom_block .btn:before {
  font-size: 1.15em;
}

#product_actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-gap-half);
  margin-bottom: var(--grid-gap);
}
#product_actions .btn {
  --btn-color: var(--btn-default-color);
  --btn-color-hover: var(--btn-default-color);
  --btn-border: var(--btn-default-border);
  --btn-bg: transparent;
  --btn-bg-hover: var(--btn-border);
  --btn-bg-active: var(--btn-bg);
  color: var(--btn-color);
  border-color: var(--btn-border);
  background-color: var(--btn-bg);
  background-image: none;
  -webkit-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 0.4s cubic-bezier(0.23, 1, 0.32, 1), background 0.4s cubic-bezier(0.23, 1, 0.32, 1), border-color 0.4s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#product_actions .btn:hover, #product_actions .btn:focus {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-hover);
}
#product_actions .btn:active, #product_actions .btn.active {
  color: var(--btn-color-hover);
  background-color: var(--btn-bg-active);
}
#product_actions .btn.disabled, #product_actions .btn[disabled], fieldset[disabled] #product_actions .btn {
  background-color: var(--btn-bg);
}
#product_actions .buttons_bottom_block {
  flex: 1 0 calc(50% - var(--grid-gap-half));
}

#freeshipping_product {
  text-align: center;
}
#freeshipping_product .freeshipping_box {
  border-top: none;
}

#add_to_cart_fast {
  --icon-size: 56px;
  display: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  -ms-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#add_to_cart_fast span {
  display: none !important;
}
#add_to_cart_fast.shown {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

@media (max-width: 1059.98px) {
  #add_to_cart_fast {
    display: flex;
  }
  #scroll-to-top {
    display: none;
  }
}
.pb-left-column {
  grid-area: image;
}
.pb-left-column .label-box {
  left: auto;
  right: var(--grid-gap);
  top: var(--grid-gap);
  bottom: auto;
  z-index: 1;
}
.pb-left-column .label-box > * {
  padding: 4px 12px;
}
.pb-left-column .label-box .new-box {
  background: var(--box-bg);
}

#image-block {
  --thumbs-margin: 10px;
  --thumbs-border-radius: 0;
  position: relative;
  display: block;
  clear: both;
}
@media (min-width: 684px) {
  #image-block {
    margin: 0 auto;
    max-width: var(--image-width);
    position: sticky;
    top: var(--scroll-offset);
  }
  #image-block, #image-block_list * {
    height: calc(100vh - var(--scroll-offset));
  }
  #image-block .bigpic {
    object-fit: cover;
  }
}
@media (max-width: 683.98px) {
  #image-block {
    margin: 0 calc(-1 * var(--container-padding));
  }
}
#image-block .lSPagerWrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 var(--container-padding);
}
#image-block_list {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
#image-block_list:before, #image-block_list:after {
  content: none;
}
#image-block #view_full_size {
  display: block;
  cursor: pointer;
}
#image-block #view_full_size .bigpic {
  width: 100%;
  height: auto;
  cursor: zoom-in;
}
#image-block #view_full_size .span_link {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -68px;
  padding: 10px 0;
  text-align: center;
  line-height: 22px;
  color: #777676;
  width: 136px;
  text-align: center;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}
#image-block #view_full_size .span_link:after {
  font-family: "FontAwesome";
  color: #c0c0c0;
  font-size: 20px;
  line-height: 22px;
  content: "\f00e";
  font-weight: normal;
  margin: 0 0 0 4px;
}
#image-block #view_full_size .span_link:hover:after {
  color: #333;
}
#image-block .lSSlideOuter {
  overflow: hidden;
}
#image-block .lSSlideOuter:not(:hover) .lSPrev,
#image-block .lSSlideOuter:not(:hover) .lSNext {
  opacity: 0;
}
#image-block .lSAction {
  display: block;
  margin: 0;
}
#image-block .lSPrev,
#image-block .lSNext {
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 50%;
  margin-top: calc(var(--icon-size) / -2);
  color: white;
  -webkit-text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  -moz-text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  text-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
}
#image-block .lSPrev:before,
#image-block .lSNext:before {
  font-size: 3em;
}
#image-block .lSPrev:hover,
#image-block .lSNext:hover {
  opacity: 0.5;
}
#image-block .lSPrev {
  left: var(--grid-gap-half);
}
#image-block .lSNext {
  right: var(--grid-gap-half);
}
#image-block a.jqzoom {
  display: block;
  width: 100%;
  height: 100%;
}
#image-block a.jqzoom .zoomWrapper {
  border: none;
}
#image-block a.jqzoom .zoomPad,
#image-block a.jqzoom .zoomWindow,
#image-block a.jqzoom .zoomWrapper {
  width: 100%;
  height: 100%;
}

.image-block_item {
  width: 100%;
  flex-shrink: 0;
}
@media (max-width: 1059.98px) {
  .image-block_item {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .image-block_item:before {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    z-index: 1;
    pointer-events: none;
    padding: 0 0 var(--image-ratio, 100%);
  }
  .image-block_item .image-block_item_bigpic_link {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.image-block_item .bigpic {
  width: 100%;
  height: auto;
  border-radius: var(--thumbs-border-radius);
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.image-block_item .bigpic:not(.loaded) {
  opacity: 0;
}

#thumbs_list {
  overflow: hidden;
  text-align: center;
}
@media (min-width: 684px) {
  #thumbs_list {
    position: sticky;
    margin: calc(-72px - var(--grid-gap-half)) var(--grid-gap) var(--grid-gap-half);
    bottom: var(--grid-gap-half);
  }
}
@media (max-width: 683.98px) {
  #thumbs_list {
    max-width: 100%;
    margin: var(--thumbs-margin) 0 0;
    display: none !important;
  }
}
#thumbs_list_frame {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: var(--thumbs-margin);
}
#thumbs_list li {
  width: var(--thumbs-width);
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  padding: 0;
  opacity: 0.5;
  border-radius: var(--thumbs-border-radius);
  -webkit-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#thumbs_list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: var(--thumbs-border-radius);
  -webkit-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
#thumbs_list li.shown {
  opacity: 1;
}
#thumbs_list li.shown:before {
  -webkit-box-shadow: inset 0 0 0 1px var(--dark-color);
  -moz-box-shadow: inset 0 0 0 1px var(--dark-color);
  box-shadow: inset 0 0 0 1px var(--dark-color);
}
#thumbs_list li img {
  width: 100%;
  height: auto;
  border-radius: var(--thumbs-border-radius);
}

@media (min-width: 1060px) {
  #image-block.vertical-thumbs {
    margin-left: calc(var(--thumbs-width) + var(--thumbs-margin));
    max-width: var(--image-width);
  }
  .vertical-thumbs #thumbs_list {
    width: var(--thumbs-width);
    position: absolute;
    top: 0;
    left: calc((var(--thumbs-width) + var(--thumbs-margin)) * -1);
    height: 100%;
    margin: 0;
  }
  .vertical-thumbs #thumbs_list #thumbs_list_frame {
    flex-direction: column;
  }
}
.resetimg {
  padding: 10px 0 0;
}
.resetimg #resetImages i {
  margin-right: 6px;
}

#HOOK_EXTRA_RIGHT {
  grid-area: extra;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--grid-gap);
  margin-top: 24px;
  margin-bottom: 24px;
}
#HOOK_EXTRA_RIGHT .review_link {
  font-size: 0.9285714rem;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
  color: var(--text-color);
}
#HOOK_EXTRA_RIGHT .review_link:hover {
  text-decoration: underline;
}

@media (min-width: 684px) and (max-width: 1299.98px) {
  .pb-center-column,
  .pb-right-column {
    padding-right: var(--container-padding);
  }
}
@media (min-width: 684px) and (max-width: 1059.98px) {
  .pb-center-column,
  .pb-right-column {
    padding-left: var(--container-padding);
  }
}

.pb-center-column {
  grid-area: infos;
  margin-top: var(--grid-gap);
  margin-bottom: calc(var(--grid-gap) * 1.5);
}
.pb-center-column > *:not(:last-child) {
  margin-bottom: var(--grid-gap-half);
}
.pb-center-column .alert-icon {
  font-size: 13px;
  padding-left: 3rem;
}
.pb-center-column .alert-icon i {
  top: 1.2rem;
  left: 0.6em;
  font-size: 1.5em;
}
.pb-center-column #color_picker p {
  padding-bottom: 5px;
  font-weight: 700;
}

.availability_label,
#availability_date,
#quantityAvailable {
  margin: 10px 0;
}

#availability_label,
#availability_date_label {
  display: none;
  width: 125px;
  font-weight: 400;
  font-size: 12px;
  text-align: right;
}

#last_quantities {
  background: #fe9126;
}

#product_reference {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 24px;
  font-weight: 700;
  color: var(--text-color);
  font-style: italic;
}
#product_reference label {
  margin: 0;
  cursor: auto;
  font-weight: normal;
  color: var(--text-muted);
}

#useful_link_block {
  margin: 0;
  list-style-type: none;
}
#useful_link_block li {
  float: left;
  margin: 12px 0 0;
}
#useful_link_block li a {
  display: block;
  width: 24px;
  line-height: 24px;
  margin: 2px;
  text-align: center;
}
#useful_link_block li a span {
  display: none;
}
#useful_link_block li a:before {
  font-family: "Material Design Icons";
  color: var(--text-color);
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
#useful_link_block li.print a:before {
  content: "\F042A";
}
#useful_link_block li.sendtofriend a:before {
  content: "\F10DD";
}

.table-data-sheet {
  width: 100%;
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.table-data-sheet tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1059.98px) {
  .table-data-sheet tr td {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1rem;
    vertical-align: top;
  }
}
.table-data-sheet tr td:first-child {
  width: 280px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--dark-color);
}
@media (max-width: 1059.98px) {
  .table-data-sheet tr td:first-child {
    width: 40%;
    font-size: 1rem;
  }
}
@media (max-width: 683.98px) {
  .table-data-sheet tr td:first-child {
    width: auto;
  }
}

#quantityDiscount .table-product-discounts {
  border: none;
  margin: 0;
  background: none;
  width: 100%;
}
#quantityDiscount .table-product-discounts tr td {
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 1059.98px) {
  #quantityDiscount .table-product-discounts tr td,
  #quantityDiscount .table-product-discounts tr th {
    padding: 8px 8px;
  }
}
@media (max-width: 419.98px) {
  #quantityDiscount .table-product-discounts tr td,
  #quantityDiscount .table-product-discounts tr th {
    width: auto;
    white-space: normal;
  }
}
#quantityDiscount .table-product-discounts tr:last-child td:last-child {
  color: #e30613;
}
@media (max-width: 683.98px) {
  #quantityDiscount .table-product-discounts {
    width: 100%;
  }
}

.discount {
  display: none;
}

/* PERSONNALISATION ##################################################################### */
ul#uploadable_files, ul#text_fields {
  list-style-type: none;
}

@media (max-width: 683.98px) {
  .customizableProductsFile,
  .customizableProductsText {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
.customizationUploadLine label {
  display: block;
}
.customizationUploadLine textarea {
  color: #777777;
}

.customizationUploadBrowse img + a {
  position: relative;
  top: -51px;
}

#customizedDatas {
  float: right;
}

#references-logos {
  margin-left: calc(-0.5 * var(--grid-gap));
  margin-right: calc(-0.5 * var(--grid-gap));
  display: grid;
  clear: both;
  align-items: stretch;
  --items-per-row: 2;
  grid-template-columns: repeat(var(--items-per-row), 1fr);
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  overflow: hidden;
  align-items: center;
}
#references-logos:before, #references-logos:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
#references-logos:after {
  clear: both;
}
#references-logos:before, #references-logos:after {
  content: none;
}
#references-logos > * {
  padding: calc(var(--grid-gap) * 0.5);
  min-width: 0;
}
#references-logos > * > *:first-child {
  height: 100%;
}
@media (min-width: 420px) {
  #references-logos {
    --items-per-row: 3;
  }
}
@media (min-width: 1060px) {
  #references-logos {
    --items-per-row: 5;
  }
}
@media (min-width: 1300px) {
  #references-logos {
    --items-per-row: 6;
  }
}
@media (min-width: 1540px) {
  #references-logos {
    --items-per-row: 7;
  }
}
@media (min-width: 1060px) {
  .with-column #references-logos {
    --items-per-row: 4;
  }
}
@media (min-width: 1540px) {
  .with-column #references-logos {
    --items-per-row: 5;
  }
}

#references-logos li a {
  display: block;
}
#references-logos img {
  margin: 0;
}

#product #product_brand label {
  cursor: initial;
}
#product #product_description a {
  text-decoration: underline;
}
#product #product_description .page-product-content .boxed-ul {
  padding-left: 0;
}
#product #product_description #product-container-essential {
  margin-bottom: 20px;
}
#product #product_description #product-container-essential .container {
  padding: 0;
}
#product #product_description #product-container-essential .container .cards-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1299.98px) {
  #product #product_description #product-container-essential .container .cards-flex {
    flex-wrap: wrap;
  }
}
#product #product_description #product-container-essential .container .cards-flex .card-flex {
  flex: 1;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 20px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  min-width: 200px;
}
#product #product_description #product-container-essential .container .cards-flex .card-flex h3 {
  background-color: #96C11F;
  color: white;
  padding: 15px;
  margin: -20px -20px 0 -20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#product #product_description #product-container-essential .container .cards-flex .card-flex img {
  width: 125px;
  margin: 20px auto;
}
#product #product_description #product-container-essential .container .cards-flex .card-flex p {
  flex-grow: 1;
  text-align: left;
  font-size: 12px;
}
#product #product_description #product-container-essential .container .cards-flex .card-flex .price {
  font-weight: bold;
  color: #96C11F;
  font-size: 40px;
  margin-top: 15px;
}
#product #product_description #product-container-advanced {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  text-align: justify;
  background: #f4f4f4;
  padding: 30px 40px;
  margin: 30px 0;
  border-radius: 20px;
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-advanced {
    flex-direction: column;
  }
}
#product #product_description #product-container-advanced img {
  width: 125px;
  margin: 0;
}
#product #product_description #product-container-allin {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#product #product_description #product-container-allin .allin-container {
  display: flex;
  gap: 20px;
}
#product #product_description #product-container-allin .allin-container .allin-rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#product #product_description #product-container-allin .allin-container .allin-rows .allin-row {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 20px;
  min-height: 150px;
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-allin .allin-container .allin-rows .allin-row {
    flex-direction: column;
  }
}
#product #product_description #product-container-allin .allin-container .allin-rows .allin-row h3 {
  font-size: 50px;
  margin: 0;
  color: #96C11F;
}
#product #product_description #product-container-allin .allin-container .allin-rows .allin-row .allin-row-description h4 {
  margin: 0;
}
#product #product_description #product-container-allin .allin-container .allin-rows .allin-row .allin-row-description p {
  margin-bottom: 0;
}
#product #product_description #product-container-allin .allin-container .allin-column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 0 30px;
  gap: 20px;
}
#product #product_description #product-container-allin .allin-container .allin-column img {
  margin: 0;
  width: 70px;
}
#product #product_description #product-container-allin .allin-budget {
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 20px;
}
#product #product_description #product-container-allin .allin-budget .allin-budget-evat {
  display: flex;
  justify-content: space-between;
}
#product #product_description #product-container-allin .allin-budget .allin-budget-advantage {
  display: flex;
  justify-content: space-between;
  color: #96C11F;
  font-weight: bold;
}
#product #product_description #product-container-allin .allin-budget .allin-budget-custom {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  color: #2B2B2B;
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-allin .allin-budget .allin-budget-custom {
    font-size: 16px;
  }
}
#product #product_description #product-container-composition {
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex-wrap: wrap;
}
#product #product_description #product-container-composition .composition-head {
  display: flex;
  gap: 50px;
}
@media (max-width: 1059.98px) {
  #product #product_description #product-container-composition .composition-head {
    gap: 40px;
  }
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-composition .composition-head {
    gap: 30px;
  }
}
#product #product_description #product-container-composition .composition-head div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  width: 25%;
}
@media (max-width: 1059.98px) {
  #product #product_description #product-container-composition .composition-head div {
    padding: 10px 30px;
  }
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-composition .composition-head div {
    padding: 5px 30px;
    width: 125px;
  }
}
#product #product_description #product-container-composition .composition-head div:not(.composition-head-composition) {
  background: #96C11F;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#product #product_description #product-container-composition .composition-head div:not(.composition-head-composition) h3 {
  color: white !important;
}
#product #product_description #product-container-composition .composition-head div h3 {
  margin: 0;
}
#product #product_description #product-container-composition .composition-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#product #product_description #product-container-composition .composition-body .composition-body-row {
  display: flex;
  background: #f4f4f4;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1059.98px) {
  #product #product_description #product-container-composition .composition-body .composition-body-row {
    gap: 40px;
  }
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-composition .composition-body .composition-body-row {
    gap: 30px;
  }
}
#product #product_description #product-container-composition .composition-body .composition-body-row:first-child {
  border-top-left-radius: 20px;
}
#product #product_description #product-container-composition .composition-body .composition-body-row div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 20px 30px;
  text-align: center;
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-composition .composition-body .composition-body-row div {
    width: 125px;
  }
}
#product #product_description #product-container-composition .composition-body .composition-body-row div:first-child {
  justify-content: flex-start;
}
#product #product_description #product-container-composition .composition-body .composition-body-row div:first-child p {
  text-align: left;
}
#product #product_description #product-container-composition .composition-body .composition-body-row div p {
  margin: 0;
  font-weight: bold;
}
#product #product_description #product-container-composition .composition-body .composition-body-row div img {
  margin: 0;
  width: 40px;
}
@media (max-width: 1059.98px) {
  #product #product_description #product-container-composition .composition-body .composition-body-row div img {
    width: 35px;
  }
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-composition .composition-body .composition-body-row div img {
    width: 25px;
  }
}
#product #product_description #product-container-composition .composition-body .composition-body-budget {
  display: flex;
  flex-direction: column;
  background: #f4f4f4;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 20px;
  gap: 5px;
}
#product #product_description #product-container-composition .composition-body .composition-body-budget .composition-body-advantage p {
  color: #96C11F;
  font-weight: bold;
}
#product #product_description #product-container-composition .composition-body .composition-body-budget div {
  display: flex;
  gap: 50px;
  text-align: center;
}
#product #product_description #product-container-composition .composition-body .composition-body-budget div:not(:first-child) {
  justify-content: space-between;
}
#product #product_description #product-container-composition .composition-body .composition-body-budget div.composition-body-packAllin {
  font-weight: bold;
  font-size: 24px;
  color: #2B2B2B;
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-composition .composition-body .composition-body-budget div.composition-body-packAllin {
    font-size: 16px;
  }
}
#product #product_description #product-container-composition .composition-body .composition-body-budget div.composition-body-button {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 683.98px) {
  #product #product_description #product-container-composition .composition-body .composition-body-budget div.composition-body-button {
    gap: 5px;
  }
}
#product #product_description #product-container-composition .composition-body .composition-body-budget div p {
  width: 25%;
  margin: 0;
}
#product #product_description #product-container-composition .composition-body .composition-body-budget div p:not(:first-of-type) {
  width: 20%;
}
#product #product_description #product-container-composition .composition-body .composition-body-budget div p:first-child {
  text-align: left;
}

.hsw-info {
  background-color: #F2F2F2;
  font-size: 14px;
  padding: var(--box-padding);
  margin-bottom: 20px;
}
.hsw-info ul {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap-half);
}
.hsw-info ul li {
  display: flex;
  gap: var(--grid-gap-half);
  align-items: center;
}
.hsw-info .attr-label {
  background-color: #96C11F;
  color: white;
  border-radius: 0.8em;
  padding: 0.24em 0.48em;
}

#product.product-259 #product_description #product-container-composition .composition-body .composition-body-row div:nth-child(3) {
  background: #96C11F;
  align-self: stretch;
}
#product.product-259 #product_description #product-container-composition .composition-body .composition-body-row div:nth-child(3) img {
  filter: brightness(0) invert(1);
}
#product.product-259 #product_description #product-container-composition .composition-body .composition-body-row div:nth-child(3) strong {
  color: white;
}

/*# sourceMappingURL=product.css.map */
