body .noUi-target {
  background-color: var(--buttonprimarytextcolor);
  border-color: var(--buttonprimarycolor);
  border-radius: 10px;
}
body .noUi-horizontal {
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
body .noUi-horizontal .noUi-connect {
  border-radius: 9px;
  background: var(--buttonprimarycolor);
}
body .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  right: -10px;
  top: -6px;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--buttonprimarytextcolor);
  border-color: var(--buttonprimarycolor);
}
body .noUi-horizontal .noUi-handle::before, body .noUi-horizontal .noUi-handle::after {
  display: none;
}
body .noUi-horizontal .noUi-tooltip {
  font-size: 13px;
  font-weight: 400;
}

.apk-product-cart-modal--cta .uk-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uk-modal .product-variants .config-group {
  margin-bottom: 15px;
}
.uk-modal .product-variants .config-group strong {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.uk-modal .product-variants .variant-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.uk-modal .product-variants .variant-options label {
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 60px;
  text-align: center;
  font-weight: bold;
  color: #333;
  height: 100%;
}
.uk-modal .product-variants .variant-options label span {
  display: inline;
  width: 100%;
  max-width: 147px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  outline: 2px solid #f5f5f5;
}
.uk-modal .product-variants .variant-options input[type=radio],
.uk-modal .product-variants .variant-options input[type=checkbox] {
  display: none;
}
.uk-modal .product-variants .variant-options input[type=radio]:checked + span,
.uk-modal .product-variants .variant-options input[type=checkbox]:checked + span {
  background-color: var(--primarycolor, #333);
  color: #fff;
  outline: 2px solid #d3d3d3;
}
.uk-modal .product-variants .variant-options input[type=radio]:disabled + span,
.uk-modal .product-variants .variant-options input[type=checkbox]:disabled + span {
  cursor: not-allowed;
  opacity: 0.6;
  color: #999;
  background-color: #ececec;
}
.uk-modal .product-variants .variant-options .color-option {
  min-width: 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 4px;
  border: 2px solid transparent;
}
.uk-modal .product-variants .variant-options .color-option span {
  padding: 0;
  border: none;
  max-width: none;
  border-radius: 4px;
}
.uk-modal .product-variants .variant-options .color-option input:checked + span {
  outline: 2px solid #333;
  -webkit-box-shadow: 0 0 5px #333;
          box-shadow: 0 0 5px #333;
}

.add-cart,
.wf-subscription-card-cta {
  background-color: var(--catalogBgBlocColor);
  border-radius: 50%;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.add-cart svg,
.wf-subscription-card-cta svg {
  color: var(--catalogTextBlocColor);
}

/* CTA abo listing : même pastille que .add-cart (évite le style bouton navigateur) */
.product-image-container .wf-subscription-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--catalogBgBlocColor, #eb5599);
  color: var(--catalogTextBlocColor, #fff);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  line-height: 1;
}
.product-image-container .wf-subscription-card-cta svg {
  color: currentColor;
  fill: currentColor;
}
.product-image-container .wf-subscription-card-cta .apk-add-cart-icon,
.product-image-container .wf-subscription-card-cta .apk-added-product-icon {
  display: none !important;
  visibility: hidden !important;
}
.add-cart.uk-button svg {
  color: currentColor !important;
}
.add-cart.uk-button .apk-add-cart-icon svg {
  stroke: currentColor !important;
}
.add-cart.uk-button .apk-add-cart-icon svg circle {
  fill: currentColor !important;
}
.add-cart.uk-button .apk-added-product-icon svg path {
  fill: currentColor !important;
}
.add-cart.uk-button .apk-added-product-icon svg circle {
  fill: currentColor !important;
}

.apk-add-cart-icon svg {
  stroke: var(--catalogBgBlocColor);
}
.apk-add-cart-icon svg circle {
  fill: var(--catalogTextBlocColor);
}

.apk-added-product-icon svg path {
  fill: var(--catalogBgBlocColor);
}
.apk-added-product-icon svg circle {
  fill: var(--catalogTextBlocColor);
}

.uk-button.uk-button-default {
  background-color: #ECECEC !important;
  color: black !important;
  border-color: #ECECEC !important;
  cursor: not-allowed !important;
}
.uk-button.uk-button-default:hover {
  background-color: #ECECEC !important;
  color: black !important;
  border-color: #ECECEC !important;
  cursor: not-allowed !important;
}

.uk-button.wf-btn-discover {
  background-color: var(--catalogButtonDiscoverBg) !important;
  color: var(--catalogButtonDiscoverText) !important;
  border-color: var(--catalogButtonDiscoverBorder) !important;
}
.uk-button.wf-btn-discover:hover {
  background-color: var(--catalogButtonDiscoverBgHover) !important;
  color: var(--catalogButtonDiscoverTextHover) !important;
  border-color: var(--catalogButtonDiscoverBorderHover) !important;
}
.uk-button.wf-btn-sort {
  background-color: var(--catalogButtonSortBg) !important;
  color: var(--catalogButtonSortText) !important;
  border-color: var(--catalogButtonSortBorder) !important;
}
.uk-button.wf-btn-sort:hover {
  background-color: var(--catalogButtonSortBgHover) !important;
  color: var(--catalogButtonSortTextHover) !important;
  border-color: var(--catalogButtonSortBorderHover) !important;
}
.uk-button.wf-btn-reset {
  background-color: var(--catalogButtonResetBg) !important;
  color: var(--catalogButtonResetText) !important;
  border-color: var(--catalogButtonResetBorder) !important;
}
.uk-button.wf-btn-reset:hover {
  background-color: var(--catalogButtonResetBgHover) !important;
  color: var(--catalogButtonResetTextHover) !important;
  border-color: var(--catalogButtonResetBorderHover) !important;
}

.wf-ratio-box {
  width: 100%;
  overflow: hidden;
}
.wf-ratio-box img,
.wf-ratio-box picture,
.wf-ratio-box .apk-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: var(--catalogImageObjectFit, cover);
     object-fit: var(--catalogImageObjectFit, cover);
}

.wf-ratio-1-1 {
  padding-top: 100%;
}

.wf-ratio-4-3 {
  padding-top: 75%;
}

.wf-ratio-3-4 {
  padding-top: 133.3333%;
}

.wf-ratio-16-9 {
  padding-top: 56.25%;
}

.wf-ratio-9-16 {
  padding-top: 177.7777%;
}

.product-card .product-image-container .apk-image {
  width: 100%;
  height: auto;
  -o-object-fit: var(--catalogImageObjectFit, cover);
     object-fit: var(--catalogImageObjectFit, cover);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.product-card .product-image-container .uk-position-bottom-center {
  bottom: 10px;
}
.product-card .product-image-container:hover .apk-show-zoom-image img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.product-card .apk-container-image-resize {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 960px) {
  .product-card .wf-product-name {
    font-size: var(--catalogProductNameFontSizeMobile);
    font-family: var(--catalogProductNameFontFamilyMobile);
  }
  .product-card .current-price,
  .product-card .uk-h4 {
    font-size: var(--catalogPriceFontSizeMobile);
    font-family: var(--catalogPriceFontFamilyMobile);
  }
}
@media (min-width: 960px) {
  .product-card .wf-product-name {
    font-size: var(--catalogProductNameFontSize);
    font-family: var(--catalogProductNameFontFamily);
  }
  .product-card .current-price,
  .product-card .uk-h4 {
    font-size: var(--catalogPriceFontSizeDesktop);
    font-family: var(--catalogPriceFontFamilyDesktop);
  }
}
.product-card .wf-category-badge {
  display: inline-block;
  background-color: var(--primarycolor, #333);
  color: #fff;
  color: contrast-color(var(--primarycolor, #333));
  border-radius: 999px !important;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-card .wf-product-name.wf-product-name--styled {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
.product-card .wf-product-name.wf-product-name--styled:hover, .product-card .wf-product-name.wf-product-name--styled:focus {
  color: inherit;
}

.apk-product-short-desc__content {
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.apk-product-short-desc__toggle {
  display: inline-block;
  margin-top: 0.25rem;
}

.apk-page-detail-produit {
  max-width: 100vw;
  overflow-x: hidden;
}
.apk-page-detail-produit .apk-detail-product-title-scope {
  margin-bottom: 6rem;
}
.apk-page-detail-produit .apk-section-autres-produits {
  margin: 80px 0;
}
.apk-page-detail-produit .apk-section-autres-produits .product-image-container .apk-image {
  width: 100%;
  height: 100%;
  -o-object-fit: var(--catalogImageObjectFit, cover);
     object-fit: var(--catalogImageObjectFit, cover);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.apk-page-detail-produit .apk-section-autres-produits .uk-position-top-left {
  background-color: var(--primarycolor);
  top: 10px;
  left: 10px;
}
.apk-page-detail-produit .apk-section-autres-produits .uk-position-top-right {
  top: 10px;
  right: 10px;
}
.apk-page-detail-produit .apk-container-image-resize {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.apk-page-detail-produit .apk-container-image-resize .apk-image {
  width: 100%;
  height: 100%;
  -o-object-fit: var(--catalogImageObjectFit, cover);
     object-fit: var(--catalogImageObjectFit, cover);
}
.apk-page-detail-produit .apk-in-stock {
  background-color: var(--primarycolor);
}
.apk-page-detail-produit .apk-container-vertical-slider .container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
.apk-page-detail-produit .apk-container-vertical-slider img {
  max-width: 100%;
}
.apk-page-detail-produit .apk-container-vertical-slider ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.apk-page-detail-produit .apk-container-vertical-slider li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.apk-page-detail-produit .apk-container-vertical-slider .vehicle-detail-banner .car-slider-desc {
  max-width: 180px;
  margin: 0 auto;
}
.apk-page-detail-produit .apk-container-vertical-slider .banner-slider .slider.slider-for {
  max-width: 84%;
  padding-right: 35px;
  padding-left: 20px;
  width: 100%;
  float: left;
}
.apk-page-detail-produit .apk-container-vertical-slider .banner-slider .slider.slider-nav {
  max-width: 16%;
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  margin-top: -6px;
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-banner-image {
  aspect-ratio: 1/1;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  left: auto !important;
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-banner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: var(--catalogImageObjectFit, cover);
  object-fit: var(--catalogImageObjectFit, cover);
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-banner-image .tiles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-banner-image .tiles .tile {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-banner-image .tiles .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-nav .slick-slide.thumbnail-image .thumbImg {
  max-width: 178px;
  height: 110px;
  margin: 5px;
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
  border: 2px solid #006d80;
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-nav .slick-slide {
  text-align: center;
}
.apk-page-detail-produit .apk-container-vertical-slider .slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}
.apk-page-detail-produit .apk-container-vertical-slider .slick-vertical .slick-slide:active {
  border: 0;
  outline: 0;
}
.apk-page-detail-produit .apk-container-vertical-slider .slick-vertical .slick-slide:focus {
  border: 0;
  outline: 0;
}
.apk-page-detail-produit .apk-container-vertical-slider .slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: relative;
  left: 0;
  right: 0;
  z-index: 99;
}
.apk-page-detail-produit .apk-container-vertical-slider .slick-arrow:hover {
  border: 0;
  outline: 0;
}
.apk-page-detail-produit .apk-container-vertical-slider .slick-arrow:focus {
  border: 0;
  outline: 0;
}
.apk-page-detail-produit .apk-container-vertical-slider .slick-next {
  bottom: 0;
  background-color: white;
}
.apk-page-detail-produit .apk-container-vertical-slider .slick-prev {
  display: none !important;
}
.apk-page-detail-produit .apk-container-vertical-slider .slick-next.slick-arrow {
  background-image: url("/bundles/webiflexcalendar/img/arrow-down.svg");
}
.apk-page-detail-produit .apk-container-vertical-slider .slick-next.slick-arrow:hover {
  cursor: pointer;
}
.apk-page-detail-produit .is-personalized-product {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-customization-table__head .wf-pp-customization-table__cell {
  overflow: visible;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-th-with-hint {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  vertical-align: middle;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-hint-btn:hover {
  cursor: pointer;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-hint-icon {
  display: block;
  width: 1rem;
  height: 1rem;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-drop-wrap {
  display: none;
  position: fixed;
  z-index: 10050;
  min-width: 15rem;
  max-width: 24rem;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-drop-wrap.is-open {
  display: block;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-drop {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  padding: 0.65rem 0.85rem;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-drop__title {
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
  font-size: 0.8rem;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-list__meta {
  font-size: 0.72rem;
  color: #666;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-front .wf-pp-reductions-list__value strong {
  white-space: nowrap;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table {
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  overflow-x: clip;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__grid {
  width: 100%;
  max-width: 100%;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__head,
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-customization-row, .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__foot {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 2.2fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 0.85fr) 1rem minmax(0, 1.9fr);
  grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 0.85fr) minmax(0, 1.9fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-front-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__head {
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--secondarycolor, #714d2d);
  font-weight: 600;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__head .wf-pp-customization-table__cell {
  font-size: 0.875rem;
  line-height: 1.3;
  color: var(--secondarycolor, #714d2d);
  white-space: normal;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell {
  min-width: 0;
  max-width: 100%;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell--price-htva {
  display: none !important;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell--item-price, .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell--total {
  white-space: nowrap;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell--variant, .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell--label {
  width: 100%;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-variant-select {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--secondarycolor, #714d2d) !important;
  border-radius: 0 !important;
  color: var(--paragraphcolor);
  background-color: transparent;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-qty-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0 4px;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-qty-control .wf-pp-qty {
  width: 2.5rem;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  border: none !important;
  background: transparent;
  padding: 0;
  -moz-appearance: textfield;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-qty-control .wf-pp-qty::-webkit-outer-spin-button, .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-qty-control .wf-pp-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-qty-control .wf-pp-qty-dec,
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-qty-control .wf-pp-qty-inc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: var(--paragraphcolor) !important;
  padding: 0 8px !important;
  font-size: 1.25rem !important;
  line-height: 1 !important;
  cursor: pointer;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-qty-control .wf-pp-qty-dec::after,
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-qty-control .wf-pp-qty-inc::after {
  display: none !important;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-customization-row {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(113, 77, 45, 0.2);
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-label-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  width: 100%;
  min-width: 0;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-label-block .uk-flex.uk-flex-middle.uk-flex-between {
  width: 100%;
  min-width: 0;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-design-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  font-size: 0.8125rem;
  line-height: 1.2;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-design-status::before {
  content: "?";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-design-status--empty::before {
  background-color: #e8a317;
  color: #fff;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-design-status--professional::before, .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-design-status--customer::before {
  display: none;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-design-status__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-design-status__text {
  min-width: 0;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-open-personalize-modal {
  background-color: transparent !important;
  border: 1px solid var(--secondarycolor, #714d2d) !important;
  color: var(--secondarycolor, #714d2d) !important;
  padding: 8px 18px !important;
  font-size: 0.75rem !important;
  line-height: 1.2 !important;
  text-transform: uppercase;
  max-width: 100%;
  white-space: normal;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-open-personalize-modal::after {
  display: none !important;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-open-personalize-modal:hover {
  background-color: var(--secondarycolor, #714d2d) !important;
  color: #fff !important;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-delete-row {
  background: none;
  border: none;
  padding: 0;
  color: var(--secondarycolor, #714d2d);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-delete-row::after {
  display: none !important;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-delete-row:hover {
  opacity: 0.7;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__add {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0;
  background-color: color-mix(in srgb, var(--secondarycolor, #714d2d) 20%, transparent);
  color: var(--secondarycolor, #714d2d);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__add::after {
  display: none !important;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__add:hover {
  background-color: var(--secondarycolor, #714d2d);
  color: #fff;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__foot {
  padding-top: 0.85rem;
  margin-top: 0.15rem;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__foot-total {
  grid-column: 4/-1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  width: 100%;
  text-align: right;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__foot-label {
  font-size: 1rem;
  font-weight: 700;
}
.apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__foot .wf-pp-main-total {
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__head {
    display: none;
  }
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__head,
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-customization-row, .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__foot {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-customization-row {
    gap: 0.75rem;
    padding: 1rem;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(113, 77, 45, 0.25);
    border-radius: calc(var(--block-border-radius) / 2px);
  }
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-customization-row:last-child {
    margin-bottom: 0;
  }
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell {
    width: 100%;
  }
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    font-size: 0.8125rem;
    margin-bottom: 0.35rem;
    color: var(--secondarycolor, #714d2d);
  }
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell--item-price, .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__cell--total {
    white-space: normal;
  }
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-qty-control {
    max-width: 160px;
  }
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table .wf-pp-open-personalize-modal {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .apk-page-detail-produit .is-personalized-product .wf-pp-customization-table__foot-total {
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.apk-page-detail-produit-infos {
  margin: 50px 0;
  padding: 50px 0px;
  background: var(--tertiarycolor);
}
@media only screen and (min-width: 640px) {
  .apk-page-detail-produit-infos {
    margin: 120px 0 60px;
    padding: 80px 0px;
  }
}
.apk-page-detail-produit-infos ul {
  padding: 0;
  margin: 30px 0 0;
}
.apk-page-detail-produit-infos ul li {
  list-style: none;
  padding: 10px 0px;
}
@media only screen and (min-width: 640px) {
  .apk-page-detail-produit-infos ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.apk-page-detail-produit-infos ul li:not(:last-child) {
  border-bottom: 1px solid var(--paragraphcolor);
}
.apk-page-detail-produit-infos--title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .apk-page-detail-produit-infos--title::after {
    content: " : ";
  }
}
.apk-page-detail-produit-infos--content {
  max-width: 75%;
}
.apk-page-detail-produit-downloads {
  margin: 40px 0 60px;
}
.apk-page-detail-produit-downloads .uk-h4 {
  margin: 0;
}
.apk-page-detail-produit-downloads__list {
  padding: 0;
  margin: 0;
}
.apk-page-detail-produit-downloads__list li {
  list-style: none;
  padding: 0.65rem 0;
}
.apk-page-detail-produit-downloads__list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.apk-page-detail-produit-downloads__link {
  display: inline-flex;
  align-items: center;
  color: var(--secondarycolor, #714d2d);
  font-weight: 500;
  text-decoration: none;
}
.apk-page-detail-produit-downloads__link:hover, .apk-page-detail-produit-downloads__link:focus {
  text-decoration: underline;
}
.apk-page-detail-produit .product-detail-tag {
  display: inline-block;
  background-color: var(--primarycolor);
  border-color: var(--primarycolor);
  color: var(--primarycolor);
  text-transform: uppercase;
  padding: 7px 25px;
  border-radius: calc(var(--block-border-radius) / 2px);
  font-size: 14px;
  font-weight: 500;
}

.wf-product-slideshow {
  position: relative;
}
.wf-product-slideshow__main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wf-product-slideshow__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.wf-product-slideshow__stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.wf-product-slideshow.uk-slideshow .wf-product-slideshow__stage, .wf-product-slideshow.wf-product-slideshow--ready .wf-product-slideshow__stage {
  opacity: 1;
  visibility: visible;
}
.wf-product-slideshow.uk-slideshow .wf-product-slideshow__preview, .wf-product-slideshow.wf-product-slideshow--ready .wf-product-slideshow__preview {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.wf-product-slideshow--single .wf-product-slideshow__stage {
  opacity: 1;
  visibility: visible;
}
.wf-product-slideshow__lightbox-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  z-index: 1;
}
.wf-product-slideshow--nav-hover .wf-product-slideshow__nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.55);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  z-index: 4;
  color: #444;
  text-decoration: none;
}
.wf-product-slideshow--nav-hover .wf-product-slideshow__nav:hover, .wf-product-slideshow--nav-hover .wf-product-slideshow__nav:focus {
  background: rgba(255, 255, 255, 0.8);
  color: #222;
}
.wf-product-slideshow--nav-hover .wf-product-slideshow__nav--prev {
  left: 0;
}
.wf-product-slideshow--nav-hover .wf-product-slideshow__nav--next {
  right: 0;
}
.wf-product-slideshow--nav-hover:hover .wf-product-slideshow__nav,
.wf-product-slideshow--nav-hover .wf-product-slideshow__nav:focus {
  opacity: 1;
}

#wf-pp-personalize-modal .uk-modal-dialog {
  max-width: 720px !important;
  padding: 2rem 2.25rem;
  border-radius: calc(var(--block-border-radius, 8px) / 1px * 1px);
}
#wf-pp-personalize-modal .wf-pp-modal-header .uk-modal-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  line-height: 1.2;
  color: var(--secondarycolor, #714d2d);
}
#wf-pp-personalize-modal .wf-pp-modal-header .uk-text-meta {
  font-size: 0.95rem;
  color: var(--paragraphcolor, #3c3c3c);
}
#wf-pp-personalize-modal .wf-pp-modal-section__content {
  color: var(--paragraphcolor, #3c3c3c);
  font-size: 0.95rem;
  line-height: 1.55;
}
#wf-pp-personalize-modal .wf-pp-modal-section__content-subtitle.uk-h3 {
  margin: 0 0 0.85rem;
}
#wf-pp-personalize-modal .wf-pp-modal-section__content-body > :first-child {
  margin-top: 0;
}
#wf-pp-personalize-modal .wf-pp-modal-section__content-body > :last-child {
  margin-bottom: 0;
}
#wf-pp-personalize-modal .wf-pp-modal-section__content ul,
#wf-pp-personalize-modal .wf-pp-modal-section__content ol {
  margin: 0.75rem 0;
  padding-left: 1.35rem;
}
#wf-pp-personalize-modal .wf-pp-modal-section__content li + li {
  margin-top: 0.35rem;
}
#wf-pp-personalize-modal .wf-pp-modal-section__content p + p,
#wf-pp-personalize-modal .wf-pp-modal-section__content p + ul,
#wf-pp-personalize-modal .wf-pp-modal-section__content ul + p {
  margin-top: 0.75rem;
}
#wf-pp-personalize-modal .wf-pp-modal-section__footer {
  padding-top: 2rem;
}
#wf-pp-personalize-modal .wf-pp-modal-section__price {
  font-size: 0.95rem;
  color: var(--paragraphcolor, #3c3c3c);
  white-space: nowrap;
}
#wf-pp-personalize-modal .wf-pp-modal-section__price-label {
  font-weight: 600;
  margin-right: 0.25rem;
}
#wf-pp-personalize-modal .wf-pp-modal-section__price-value {
  font-weight: 700;
}
#wf-pp-personalize-modal .wf-pp-modal-section__price-value--free {
  color: #2e8b57;
}
#wf-pp-personalize-modal .wf-pp-modal-section .uk-button {
  border-radius: 0;
}
#wf-pp-personalize-modal .wf-pp-modal-design-free-inline-btn {
  display: none;
}

.wf-pp-below-product-gallery__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--secondarycolor, #714d2d);
  margin-bottom: 0;
}
.wf-pp-below-product-gallery__link {
  display: block;
  width: 100%;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.wf-pp-below-product-gallery__item {
  display: block;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 1/1;
  border-radius: calc(var(--image-border-radius) * 1px);
}
.wf-pp-below-product-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  will-change: transform;
}
.wf-pp-below-product-gallery__link:hover .wf-pp-below-product-gallery__image, .wf-pp-below-product-gallery__link:focus-visible .wf-pp-below-product-gallery__image {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.apk-page-products {
  padding-bottom: 50px;
}
.apk-page-products .product-image-container .apk-image {
  width: 100%;
  height: 100%;
  -o-object-fit: var(--catalogImageObjectFit, cover);
     object-fit: var(--catalogImageObjectFit, cover);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.apk-page-products .product-image-container .uk-position-top-left {
  background-color: var(--primarycolor);
  top: 10px;
  left: 10px;
}
.apk-page-products .product-image-container .uk-position-top-right {
  top: 10px;
  right: 10px;
}
.apk-page-products .apk-container-image-resize {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.apk-page-products .filters-container {
  display: none;
}
.apk-page-products .filters-container.apk-toggle-mobile {
  display: block;
  position: fixed !important;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body:has(.apk-page-products .filters-container.apk-toggle-mobile) {
  overflow: hidden;
}
.apk-page-products .filters-container.apk-toggle-mobile .apk-container-filtres {
  height: 100%;
}
.apk-page-products .filters-container .apk-toggle-mobile-close {
  position: relative;
  top: 9px;
  right: -7px;
  display: block;
  margin-left: 15px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.apk-page-products .filters-container .apk-toggle-mobile-close:hover, .apk-page-products .filters-container .apk-toggle-mobile-close:focus, .apk-page-products .filters-container .apk-toggle-mobile-close:focus-within {
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  .apk-page-products .filters-container {
    display: block !important;
  }
}
.apk-page-products .apk-container-filtres {
  background-color: var(--catalogBgBlocColor);
  color: var(--catalogTextBlocColor);
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
  overflow: auto;
}
.apk-page-products .apk-container-filtres .uk-accordion .uk-accordion-title {
  font-size: 20px;
  color: var(--catalogTextBlocColor);
}
.apk-page-products .apk-container-filtres .uk-accordion .uk-open > .uk-accordion-title::before {
  background-image: url('data:image/svg+xml,<svg width="19" height="10" viewBox="0 0 19 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.16634 0C9.37946 0 9.59279 0.081457 9.7555 0.244164L18.0888 8.57746C18.4144 8.90308 18.4144 9.43037 18.0888 9.75578C17.7632 10.0812 17.2359 10.0814 16.9105 9.75578L9.16634 2.01166L1.42221 9.75578C1.09659 10.0814 0.569296 10.0814 0.243881 9.75578C-0.0815338 9.43016 -0.0817421 8.90287 0.243881 8.57746L8.57717 0.244164C8.73988 0.081457 8.95321 0 9.16634 0Z" fill="currentColor"/></svg>');
}
.apk-page-products .apk-container-filtres .uk-accordion .uk-accordion-title::before {
  background-image: url('data:image/svg+xml,<svg width="19" height="10" viewBox="0 0 19 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.16667 10C8.95355 10 8.74022 9.91854 8.57751 9.75584L0.244218 1.42254C-0.0814058 1.09692 -0.0814058 0.569632 0.244218 0.244218C0.569841 -0.0811975 1.09713 -0.0814058 1.42254 0.244218L9.16667 7.98834L16.9108 0.244218C17.2364 -0.0814058 17.7637 -0.0814058 18.0891 0.244218C18.4145 0.569841 18.4148 1.09713 18.0891 1.42254L9.75584 9.75584C9.59313 9.91854 9.3798 10 9.16667 10Z" fill="currentColor"/></svg>');
}
.apk-page-products .apk-container-filtres .uk-accordion > li {
  padding-top: 20px;
}
.apk-page-products .apk-container-filtres .uk-accordion > li:not(:first-child) {
  border-top: 1px solid var(--catalogHrBlocColor);
}
.apk-page-products .apk-container-filtres .uk-h3 {
  color: var(--catalogTextBlocColor);
}
.apk-page-products .attribute-group-list {
  padding-left: 0;
}
.apk-page-products .attribute-group-list li {
  list-style: none;
}
.apk-page-products .filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apk-page-products .filter-header .toggle-filters {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.apk-page-products .filter-header .toggle-filters .toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 20px;
  position: absolute;
  right: 0;
  font-size: 25px;
  background-image: url('data:image/svg+xml,<svg width="19" height="10" viewBox="0 0 19 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.16667 10C8.95355 10 8.74022 9.91854 8.57751 9.75584L0.244218 1.42254C-0.0814058 1.09692 -0.0814058 0.569632 0.244218 0.244218C0.569841 -0.0811975 1.09713 -0.0814058 1.42254 0.244218L9.16667 7.98834L16.9108 0.244218C17.2364 -0.0814058 17.7637 -0.0814058 18.0891 0.244218C18.4145 0.569841 18.4148 1.09713 18.0891 1.42254L9.75584 9.75584C9.59313 9.91854 9.3798 10 9.16667 10Z" fill="black"/></svg>');
  background-size: 20px;
  background-position: center;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.apk-page-products .filter-header .toggle-filters .toggle-icon.is-active {
  background-image: url('data:image/svg+xml,<svg width="19" height="10" viewBox="0 0 19 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.16634 0C9.37946 0 9.59279 0.081457 9.7555 0.244164L18.0888 8.57746C18.4144 8.90308 18.4144 9.43037 18.0888 9.75578C17.7632 10.0812 17.2359 10.0814 16.9105 9.75578L9.16634 2.01166L1.42221 9.75578C1.09659 10.0814 0.569296 10.0814 0.243881 9.75578C-0.0815338 9.43016 -0.0817421 8.90287 0.243881 8.57746L8.57717 0.244164C8.73988 0.081457 8.95321 0 9.16634 0Z" fill="black"/></svg>');
}
.apk-page-products .filter-item + .filter-item {
  margin-top: 5px;
}
.apk-page-products .subcategory-item {
  display: block;
  margin-top: 5px;
}
.apk-page-products input[type=checkbox] {
  margin-right: 10px;
}
.apk-page-products input[type=checkbox]:checked {
  background-color: var(--buttoncolor);
  border-color: transparent;
}
.apk-page-products .uk-button {
  padding: 3px 15px;
}
.apk-page-products .uk-checkbox:checked, .apk-page-products .uk-checkbox:indeterminate, .apk-page-products .uk-radio:checked {
  background-color: var(--buttoncolor);
  border-color: transparent;
}

.wf-category-page--banner--inline {
  width: 100%;
}
.wf-category-page--banner--inline img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wf-category-page--banner--inline--overlay {
  top: 40px;
  right: 40px;
  width: 40%;
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .wf-category-page--banner--inline--overlay {
    top: auto;
    bottom: 20px;
    right: 20px;
    width: 65%;
    position: absolute;
  }
}

.apk-snippet-discount-products {
  margin: 80px 0;
}
.apk-snippet-discount-products .product-image-container .apk-image {
  width: 100%;
  height: auto;
  -o-object-fit: var(--catalogImageObjectFit, cover);
     object-fit: var(--catalogImageObjectFit, cover);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.apk-snippet-discount-products .product-image-container .uk-position-top-left {
  background-color: var(--primarycolor);
  top: 10px;
  left: 10px;
}
.apk-snippet-discount-products .product-image-container .uk-position-top-right {
  top: 10px;
  right: 10px;
}
.apk-snippet-favorite-products {
  margin: 80px 0;
}
.apk-snippet-favorite-products .product-image-container .apk-image {
  width: 100%;
  height: auto;
  -o-object-fit: var(--catalogImageObjectFit, cover);
     object-fit: var(--catalogImageObjectFit, cover);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.apk-snippet-favorite-products .product-image-container .uk-position-top-left {
  background-color: var(--primarycolor);
  top: 10px;
  left: 10px;
}
.apk-snippet-favorite-products .product-image-container .uk-position-top-right {
  top: 10px;
  right: 10px;
}
.apk-snippet-new-products {
  margin: 80px 0;
}
.apk-snippet-new-products .product-image-container .apk-image {
  width: 100%;
  height: auto;
  -o-object-fit: var(--catalogImageObjectFit, cover);
     object-fit: var(--catalogImageObjectFit, cover);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.apk-snippet-new-products .product-image-container .uk-position-top-left {
  background-color: var(--primarycolor);
  top: 10px;
  left: 10px;
}
.apk-snippet-new-products .product-image-container .uk-position-top-right {
  top: 10px;
  right: 10px;
}
.apk-snippet-category-products {
  margin: 80px 0;
}
.apk-snippet-category-products .product-container {
  overflow: hidden;
}
.apk-snippet-category-products .product-image-container .apk-image {
  width: 100%;
  height: auto;
  -o-object-fit: var(--catalogImageObjectFit, cover);
     object-fit: var(--catalogImageObjectFit, cover);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  aspect-ratio: 1/1;
}
.apk-snippet-category-products .product-image-container .uk-position-top-left {
  background: var(--primarycolor);
  top: 10px;
  left: 10px;
}
.apk-snippet-category-products .product-image-container .uk-position-top-right {
  top: 10px;
  right: 10px;
}
.apk-snippet-category-products .apk-container-image-resize {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.apk-snippet-category-products .product-content-container {
  background: var(--secondarycolor);
}
.apk-snippet-category-products .product-content-container .uk-h3 {
  color: white;
  padding-block: 1rem;
  font-family: var(--headingthreetyponame), sans-serif;
}
.apk-snippet-category-products .product-content-container .uk-h3::after {
  all: unset;
}

.product-image-container .add-cart .apk-add-cart-icon,
.product-image-container .add-cart .apk-added-product-icon,
.product-image-container .wf-subscription-card-cta .apk-add-cart-icon,
.add-cart .apk-add-cart-icon,
.add-cart .apk-added-product-icon,
.wf-subscription-card-cta .apk-add-cart-icon {
  position: absolute;
  right: 18px;
  top: 6px;
  visibility: hidden;
}
.product-image-container .add-cart:hover .add-cart .apk-add-cart-icon,
.product-image-container .add-cart:hover .apk-add-cart-icon,
.product-image-container .wf-subscription-card-cta:hover .apk-add-cart-icon,
.add-cart:hover .add-cart .apk-add-cart-icon,
.add-cart:hover .apk-add-cart-icon,
.wf-subscription-card-cta:hover .apk-add-cart-icon {
  visibility: visible;
}

.product-image-container .uk-position-bottom-center {
  bottom: 10px;
}
.product-image-container .apk-show-more {
  opacity: 1;
}
.product-image-container:hover .apk-show-zoom-image img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
.product-image-container:hover .add-cart .apk-add-cart-icon,
.product-image-container:hover .wf-subscription-card-cta .apk-add-cart-icon {
  visibility: visible;
}
.product-image-container .add-cart .apk-add-cart-icon,
.product-image-container .add-cart .apk-added-product-icon,
.product-image-container .wf-subscription-card-cta .apk-add-cart-icon {
  right: 5px;
}

.panier-popup .apk-add-cart-icon,
.panier-popup .apk-added-product-icon {
  position: absolute;
  right: 5px;
  top: 6px;
  visibility: hidden;
  right: 18px;
}
.panier-popup:hover .apk-add-cart-icon {
  visibility: visible;
}

.apk-banner-favorite img {
  width: 100vw;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.apk-banner-favorite .uk-position-top-left {
  padding: 0 20px;
  top: 20px;
}
.apk-banner-favorite .uk-position-bottom-center {
  bottom: 20px;
}

.apk-container-quantity {
  border: 1px solid var(--secondarycolor);
  padding: 0 5px;
  border-radius: 0;
  max-width: 150px;
}
.apk-container-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.apk-container-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.apk-container-quantity .button-stepdown,
.apk-container-quantity .button-stepup,
.apk-container-quantity .button-stepdown-modal,
.apk-container-quantity .button-stepup-modal,
.apk-container-quantity .wf-detail-catalog--form--button {
  background-color: transparent;
  border: none;
  color: var(--paragraphcolor);
  padding: 0 15px;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.apk-container-quantity input {
  border: none;
  text-align: center;
  color: var(--paragraphcolor);
}

.apk-container-quantity.apk-dark-blue {
  border: 2px solid var(--secondarycolor);
}
.apk-container-quantity.apk-dark-blue .button-stepdown {
  color: var(--paragraphcolor);
}
.apk-container-quantity.apk-dark-blue .button-stepup {
  color: var(--paragraphcolor);
}
.apk-container-quantity.apk-dark-blue .button-stepdown-modal {
  color: var(--paragraphcolor);
}
.apk-container-quantity.apk-dark-blue .button-stepup-modal {
  color: var(--paragraphcolor);
}
.apk-container-quantity.apk-dark-blue .uk-input {
  color: var(--paragraphcolor);
}
.apk-container-quantity.apk-dark-blue .uk-input.apk-field-is-filled {
  color: var(--paragraphcolor);
}

.apk-container-features {
  background-color: var(--tertiarycolor);
  padding: 40px 0;
}

.uk-table-divider > *:first-child > tr:not(:first-child) {
  border-color: var(--paragraphcolor);
}
.uk-table-divider > *:not(:first-child) > tr {
  border-color: var(--paragraphcolor);
}
.uk-table-divider > tr:not(:first-child) {
  border-color: var(--paragraphcolor);
}

.apk-container-variant-products .variant-group {
  margin-bottom: 15px;
}
.apk-container-variant-products .variant-group h5 {
  margin-bottom: 10px;
  font-size: 12px;
}
.apk-container-variant-products .variant-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.apk-container-variant-products .variant-options label {
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 60px;
  text-align: center;
  font-weight: bold;
  color: #333;
  height: 100%;
}
.apk-container-variant-products .variant-options label span {
  display: inline;
  width: 100%;
  max-width: 147px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  outline: 2px solid #f5f5f5;
}
.apk-container-variant-products .variant-options input[type=checkbox] {
  display: none;
}
.apk-container-variant-products .variant-options input[type=checkbox]:checked + span {
  background-color: var(--primarycolor);
  color: white;
  outline: 2px solid #D3D3D3;
}
.apk-container-variant-products .variant-options input[type=checkbox]:disabled + span {
  cursor: not-allowed;
  opacity: 0.6;
  color: #999;
  background-color: #ECECEC;
}
.apk-container-variant-products .uk-accordion-title {
  font-size: 15px;
}

@media only screen and (min-width: 1000px) {
  .product-image-container .apk-show-more {
    opacity: 0;
  }
  .product-image-container:hover .apk-show-more {
    opacity: 1;
  }
}
@media only screen and (max-width: 1200px) {
  .apk-page-products .product-image-container .apk-image {
    height: 250px;
  }
  .apk-page-products .product-image-container .apk-container-image-resize {
    height: 250px;
  }
}
@media only screen and (max-width: 1000px) {
  .apk-page-products {
    margin-top: 30px;
  }
  .apk-page-products .product-image-container .apk-image {
    height: 350px;
  }
  .apk-page-products .product-image-container .apk-container-image-resize {
    height: 350px;
  }
  .apk-snippet-favorite-products {
    margin: 40px 0;
  }
  .apk-snippet-new-products {
    margin: 40px 0;
  }
  .apk-snippet-discount-products {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .apk-snippet-favorite-products .product-image-container .apk-image {
    height: 250px;
  }
  .apk-snippet-favorite-products .apk-banner-favorite img {
    height: 350px;
  }
  .apk-snippet-favorite-products .apk-container-image-resize {
    height: 250px !important;
  }
  .apk-snippet-new-products .product-image-container .apk-image {
    height: 250px;
  }
  .apk-snippet-new-products .apk-container-image-resize {
    height: 250px !important;
  }
  .apk-snippet-discount-products .product-image-container .apk-image {
    height: 250px;
  }
  .apk-snippet-discount-products .apk-container-image-resize {
    height: 250px !important;
  }
  .apk-page-products .product-image-container .apk-image {
    height: 250px;
  }
  .apk-page-products .apk-container-image-resize {
    height: 250px !important;
  }
  .apk-page-detail-produit .apk-section-autres-produits {
    margin: 40px 0;
  }
  .apk-page-detail-produit .apk-section-autres-produits .product-image-container .apk-image {
    height: 250px;
  }
  .apk-page-detail-produit .apk-page-products .product-image-container .apk-container-image-resize {
    height: 250px !important;
  }
  .apk-section-autres-produits .product-image-container .apk-image {
    height: 250px;
  }
  .apk-section-autres-produits .apk-container-image-resize {
    height: 250px !important;
  }
}
@media screen and (max-width: 959px) {
  .apk-page-detail-produit .apk-container-vertical-slider {
    height: 600px;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: none;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slider-nav .slick-slide span {
    padding: 5px 0;
    font-size: 12px;
    white-space: normal;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .banner-slider .slider.slider-for {
    max-width: 100%;
    float: none;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
    height: auto;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slider.slider-nav.thumb-image {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slick-prev {
    left: 0;
    right: unset;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .bid-tag {
    padding: 10px 0 15px;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slick-track {
    margin-bottom: 50px;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slider-banner-image {
    height: 600px;
  }
  .apk-page-detail-produit .apk-container-vertical-slider .slider-banner-image .tiles .photo {
    top: 120px;
  }
}
@media screen and (max-width: 639px) {
  .apk-page-detail-produit .apk-container-vertical-slider {
    height: 380px;
  }
}
@media screen and (max-width: 580px) {
  .apk-page-detail-produit .apk-container-vertical-slider .slider-banner-image {
    height: 400px;
  }
}
/*# sourceMappingURL=catalog.css.map */