:root {
            /* primary colors */
            --clr-primary-dormeo-blue: #00285e;
            --clr-primary-dormeo-blue-75: rgba(0, 41, 95, 0.75);
            --clr-primary-dormeo-blue-50: rgba(0, 41, 95, 0.5);
            --clr-primary-dormeo-blue-25: rgba(0, 41, 95, 0.25);
            --clr-primary-additional-white-coffee: #e4dfd2;
            --clr-primary-white: #ffffff;
            /* secondary colors */
            --clr-secondary-rich-yellow: #f8991d;
            --clr-secondary-sunset-orange: #f47d20;
            --clr-secondary-vivid-coral: #ee3041;
            /* tertiary colors */
            --clr-tertiary-turquoise: #20abad;
            --clr-tertiary-eco-green: #7ab742;
            --clr-tertiary-blue-black: #41485a;
            /* other colors */
            --clr-grey: #dbdbdb;
            --clr-lightBlack: #222222;
            --clr-darkerGrey: #666666;
            --clr-black: #222222;
            --clr-club-Grey: #40474f;
            --clr-btn-border: var(--clr-tertiary-turquoise);
            --clr-white: #ffffff;
            --clr-888-Grey: #888888;
            --clr-lightGrey: #f4f4f4;
            --font-main: "PT Sans", Arial, serif;
            --font-brand: "PT Sans", Arial, serif;
            --clr-lighterBlack: #252525;
            --clr-brand: var(--clr-primary-dormeo-blue);
            --clr-brand-2: var(--clr-tertiary-turquoise);
            --font-default: "PT Sans", Arial, serif;
            --uni-banner-color: var(--clr-secondary-vivid-coral);
            --uni-banner-text: var(--clr-white);
        }

        #root {
            min-height: 87vh;
        }

        body {
            margin:0;
            padding:0;
        }

        body, input, select, button, textarea {
            font-family: var(--font-main);
        }

        footer {
            min-height: 400px;
        }

        dl, ol, ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        p {
            margin: 0;
        }

        img {
            max-width: 100%;
            height: auto;
            display: inline-block;
            vertical-align: middle;
            border: 0;
        }
        /* initial content */
    .i-c {
        align-content: center;
        display: grid;
        gap: 3rem;
        justify-items: center;
        position: fixed;
        top: -1.5rem;
        left: 0;
        margin: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        font: 1rem/1.6em Muli, -apple-system, BlinkMacSystemFont, sans-serif;
        color: #212121;
    }
    .i-c-heading {
        font-size: 1.5rem;
        font-weight: 300;
        margin: 0;
    }
    .i-c-subhead {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0.25rem;
        text-transform: uppercase;
    }
    .i-c-logo {
        height: 64px;
        width: 64px;
    }
    .i-c-spin {
        animation-direction: alternate;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: pulse;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    a {
        text-decoration: none;
    }

    .checkoutPage .mainHeader {
        display: none;
    }
    .checkoutPage .topBanners {
        display: none;
    }
    * {
        box-sizing: border-box;
    }

    .sitemap #root {
        display: none;
    }
    .sitemap-content {
        display: none;
    }
    .sitemap .sitemap-content {
        display: block;
    }

    button {
        background: none;
        border: 0;
        cursor: pointer;
        font-size: 100%;
        padding: 0;
        touch-action: manipulation;
        user-select: none;
        -webkit-appearance: none;
    }

    .bfKeyVisual {
        display: none;
    }

    .black-friday .bfKeyVisual {
        display: block;
    }


    .black-friday .category-imageBox,
    .black-friday .category-grid__imagebox {
        display: none;
    }

    @keyframes pulse {
        0% {
            filter: grayscale(1);
            transform: scale(0.75) rotate(-540deg);
        }
        100% {
            filter: grayscale(0);
            transform: scale(1) rotate(0deg);
        }
    }    .breadcrumbs-root {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px 15px;
    }

    .breadcrumbs-breadcrumbsLink {
        position: relative;
        display: inline-block;
        font-family: var(--font-default);
        font-size: 11px;
        line-height: 19px;
        color: var(--clr-black);
        text-decoration: none;
        text-transform: uppercase;
        padding: 0 14px 0 0;
        margin: 0 7px 0 0;
    }

    .breadcrumbs-breadcrumbsLink:hover {
        text-decoration: underline;
    }

    .breadcrumbs-breadcrumbsLink:after {
        content: url("/static/icons/arrow-right-clrDarkerGrey.svg");
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        width: 5px;
    }

    .breadcrumbs-breadcrumbsLink:last-child:after {
        content: '';
    }

    .breadcrumbs-breadcrumbsText {
        font-family: var(--font-default);
        font-size: 11px;
        line-height: 19px;
        text-transform: uppercase;
        color: var(--clr-black);
    }

    @media (min-width: 481px) {
        .breadcrumbs-root {
            padding: 20px 15px;
        }
        .breadcrumbs-breadcrumbsLink {
            font-size: 13px;
        }
        .breadcrumbs-breadcrumbsLink:after {
            width: 5px;
        }

        .breadcrumbs-breadcrumbsText {
            font-size: 13px;
        }
    }

    @media (min-width: 1201px) {
        .breadcrumbs-root {
            padding: 20px;
        }
    }    <style>
    .cookie-monster {
     width: 100%;
     background: var(--clr-lightBlack);
    }

    @media (max-width: 640px) {
      .mobile-nav {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100vw;
        z-index: 1001;
      }
    }

    @media (min-width: 641px) {
      .cookie-monster {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 3000;
      }

      .mobile-nav__cart,
      .mobile-nav__navigation {
        display: none;
      }
    }

    </style>    .skeleton-box {
      display: inline-block;
      width: 100%;
      position: relative;
      background-color: #DDDBDD;
      min-height: 31px;
      overflow: hidden;
    }

      .skeleton-box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(
          90deg,
          rgba(255, 255, 255, 0) 0,
          rgba(255, 255, 255, 0.2) 20%,
          rgba(255, 255, 255, 0.5) 60%,
          rgba(255, 255, 255, 0)
        );
        animation: shimmer 2s infinite;
        content: '';
      }
      .skeleton-box.skeleton-box_loaded { background-color: unset; }
      .skeleton-box.skeleton-box_loaded::after { content: none; }

    @keyframes shimmer {
      100% {
        transform: translateX(100%);
      }
    }    <style>
    .product-page {
    	min-height: 80vh;
    	background-color: var(--clr-lightGrey);
    }

    /* -------------------------- */

    .productFullDetail__detailGrid {
      display: grid;
      grid-gap: 0;
      grid-template-columns: 100%;
      max-width: 1400px;
      width: 100%;
      padding: 0 10px;
      margin: 0 auto;
    }
    @media (max-width: 640px) {
      .productFullDetail__detailGrid {
          display: block;
      }
    }
    @media (min-width: 641px) {
      .productFullDetail__detailGrid {
        grid-gap: 20px 2%;
        grid-template-columns: 49% 49%;
      }
    }
    @media (min-width: 781px) {
      .productFullDetail__detailGrid {
        padding: 0 20px;
      }
    }

    .productFullDetail__title-mobile {
      display: block;
    }
    .productFullDetail__title-desktop {
      display: none;
    }
    .productFullDetail__picto_ssr {
        position: relative;
        z-index: 1;
        display: flex;
    }
    @media (min-width: 641px) {
      .productFullDetail__title-mobile {
        display: none;
      }
      .productFullDetail__title-desktop {
        display: block;
      }
    }
    </style>
    <style>
.breadcrumbs {
	max-width: 1400px;
	width: 100%;
	padding: 8px 10px;
	margin: 0 auto;
}

@media (min-width: 641px) {
	.breadcrumbs {
    padding: 8px 20px;
	}
}
@media (min-width: 481px) {
	.breadcrumbs {
		padding: 8px 15px;
	}
}

.breadcrumbs__link {
	position: relative;
	display: inline-block;
	font-family: var(--font-default);
	font-size: 11px;
	line-height: 19px;
	color: var(--clr-black);
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 14px 0 0;
	margin: 0 7px 0 0;
}

.breadcrumbs__link:hover {
	text-decoration: underline;
}

.breadcrumbs__link::after {
	content: url("/static/icons/arrow-right-clrDarkerGrey.svg");
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 5px;
}

.breadcrumbs__link:last-child::after {
	content: '';
}

.breadcrumbs__text {
	font-family: var(--font-default);
	font-size: 11px;
	line-height: 19px;
	text-transform: uppercase;
	color: var(--clr-black);
}

@media (min-width: 481px) {
	.breadcrumbs {
		padding: 20px 15px;
	}
	.breadcrumbs__link {
		font-size: 13px;
	}
	.breadcrumbs__link::after {
		width: 5px;
	}

	.breadcrumbs__text {
		font-size: 13px;
	}
}

@media (min-width: 1201px) {
	.breadcrumbs {
		padding: 20px;
	}
}
</style><style>
.carousel__wrapper {
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	user-select: none;
	margin: 0;
	list-style: none;
	display: block;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
}
.carousel__wrapper::-webkit-scrollbar {
	width: 0;
	display: none;
}
.carousel__wrapper::-webkit-scrollbar-track,
.carousel__wrapper::-webkit-scrollbar-thumb,
.carousel__wrapper::-webkit-scrollbar-thumb:hover {
	background: transparent;
}

.carousel__wrapper > :is(a, div. img, button, .block, .carousel__thumbnail) {
	display: inline-block;
	white-space: normal;
	vertical-align: top;
	scroll-snap-align: start;
	margin: 10px 12px 10px 0;
}
@media (min-width: 641px) {
	.carousel__wrapper > :is(a, div. img, button, .block, .carousel__thumbnail) {
		margin: 10px 20px 10px 0;
	}
}
.carousel__wrapper > :is(a, div. img, button, .block):last-child {
	margin-right: 0;
}

/* ------------------------------ */

.carousel__image {
	display: none;
}

.carousel__thumbnail {
  border-radius: 50px;
  width: 8px;
  height: 8px;
  background-color: var(--clr-grey);
	outline: none;
}

.carousel__thumbnail_border {
  width: 4px;
  height: 4px;
}

.carousel__root_selected {
  width: 12px;
  height: 12px;
  background-color: var(--clr-brand);
}

@media (min-width: 641px) {
  .carousel__thumbnail {
    border: 0;
    outline: none;
    width: 20%;
    height: auto;
    border-radius: unset;
    background-color: transparent;
  }

  .carousel__thumbnail {
    height: auto;
    width: 20%;
    border: 2px solid var(--clr-grey);
    position: relative;
  }

	.carousel_fake-selection .carousel__thumbnail:first-child,
  .carousel__thumbnail_selected {
    border-color: var(--clr-brand);
  }

	.carousel_fake-selection .carousel__thumbnail:first-child::before,
  .carousel__thumbnail_selected::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent var(--clr-brand) transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -7px;
  }

  .carousel__image {
    display: block;
    height: auto;
    width: 100%;
  }
}
</style>/* ---------------------------- */
.productFullDetail__mainBuyBox {
    display: block;
}

@media (min-width: 641px) {
    padding-bottom: 20px;
}

.productFullDetail__mainBuyBoxInner {
  background-color: var(--clr-lightGrey);
  padding:10px 0;
  min-height: var(--buybox-height, 300px);
  @media (min-width: 641px) {
    padding: 10px;
  }
}


.productFullDetail__mainBuyBoxInner span[class*="priceRegular"] {
  margin-right: 5px;
  font-size: 14px !important;
  margin-bottom: 5px;
}
.productFullDetail__mainBuyBoxInner span[class*="priceSpecialTxt"] {
  font-size: 13px;
  text-transform: unset;
}
.productFullDetail__mainBuyBoxInner span[class*="productClubFivePrice-clubTitle"] {
  font-size: 13px;
}

.productFullDetail__mainBuyBoxInner span[class*="productClubFivePrice-clubTitle"]:before {
  top: 1px;
}

@media (min-width: 641px) {
  .productFullDetail__mainBuyBoxInner {
    background-color: var(--clr-white);
    padding: 10px;
    min-height: var(--buybox-height, 400px);
  }
}

@media (min-width: 1201px) {
  .productFullDetail__mainBuyBoxInner {
    padding: 40px;
  }
}

@media (min-width: 641px) {
    .productFullDetail__mainBuyBoxInner span[class*="productClubFivePrice-clubTitle"]:before {
      top: 3px;
    }
}

@media (min-width: 781px) {
    .productFullDetail__mainBuyBoxInner span[class*="productClubFivePrice-clubTitle"]:before {
        top:5px;
    }
}

@media (min-width: 961px) {
  .productFullDetail__mainBuyBoxInner span[class*="productClubFivePrice-clubTitle"] {
    font-size: 16px;
  }
  .productFullDetail__mainBuyBoxInner span[class*="productClubFivePrice-clubTitle"]:before {
    top: 7px;
  }
  .productFullDetail__mainBuyBoxInner span[class*="priceSpecialTxt"] {
    font-size: 16px !important;
  }
  .productFullDetail__mainBuyBoxInner span[class*="priceRegular"] {
    margin-right: 5px;
    font-size: 16px !important;
  }
}

/* --------------------------- */
.productFullDetail__logo {
  display:none;
}

/* ----------------------- */
.productFullDetail__productTitle {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--clr-brand);
  font-family: var(--font-main);
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .productFullDetail__productTitle {
    margin-bottom: 5px;
  }
}

.productFullDetail__ratings {
  min-height: 31px;
}
/* --------------------- */
.productFullDetail__desc {
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--font-main);
  margin: 20px 0;
  display: block;
}

.productFullDetail__desc * {
  font-size: 16px !important;
  color: var(--clr-lighterBlack) !important;
}
.productFullDetail__desc small {
  font-size: 85.7% !important;
}
.productFullDetail__desc h1,
.productFullDetail__desc h2,
.productFullDetail__desc h3,
.productFullDetail__desc h4,
.productFullDetail__desc h5,
.productFullDetail__desc h6 {
  font-weight: bold;
  margin-bottom: 0.875rem;
}
.productFullDetail__desc p {
  margin-bottom: 0.875rem;
}
.productFullDetail__desc ul {
  margin-bottom: 0.875rem;
  margin-left: 1.75rem;
  list-style-type: disc;
}
.productFullDetail__desc ol {
  margin-bottom: 0.875rem;
  margin-left: 1.75rem;
  list-style-type: decimal;
}
.productFullDetail__desc ul li,
.productFullDetail__desc ol li {
  margin-bottom: 0.25rem;
}
.productFullDetail__desc a {
  text-decoration: underline;
  cursor: pointer;
}
.productFullDetail__desc a:hover,
.productFullDetail__desc a:focus {
  color: var(--clr-888-Grey) !important;
}
.productFullDetail__desc *:last-child {
  margin-bottom: 0;
}

.productFullDetail__desc .color-brand,
.productFullDetail__desc .color-brand *,
.productFullDetail__desc .color-brand a:hover,
.productFullDetail__desc .color-brand a:focus,
.productFullDetail__desc a.color-brand:hover,
.productFullDetail__desc a.color-brand:focus {
  color: var(--clr-brand) !important;
}
.productFullDetail__desc .color-brand-2,
.productFullDetail__desc .color-brand-2 *,
.productFullDetail__desc .color-brand-2 a:hover,
.productFullDetail__desc .color-brand-2 a:focus,
.productFullDetail__desc a.color-brand-2:hover,
.productFullDetail__desc a.color-brand-2:focus {
  color: var(--clr-brand-2) !important;
}

/* --------------------- */
.productFullDetail__rateLink {
  display: inline-block;
  font-family: var(--font-brand);
  color: var(--clr-888-Grey);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  outline: none;
}
.productFullDetail__rateLink:hover {
  text-decoration: none;
}


.productFullDetail__productIds {
  display: none;
  color: var(--clr-888-Grey);
  text-transform: uppercase;
  font-size: 12px;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid var(--clr-grey);
  line-height: 30px;
  white-space: nowrap;
}
  .productFullDetail__productId {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid var(--clr-grey);
  }

@media (min-width: 641px) {
  .productFullDetail__productIds {
    display: inline-block;
  }
}


/* ------------------------ */
.productDetail-prices {
  text-align: right;
}

.prices-priceRegular {
  display: block;
  color: var(--clr-888-Grey);
  font-size: 12px;
  white-space: nowrap;
}

.prices-priceRegularValue {
  color: var(--clr-888-Grey);
  font-size: 11px;
  white-space: nowrap;
  text-decoration: line-through;
  line-height: normal;
  padding-bottom: 12px;
}
@media (min-width: 481px) {
  .prices-priceRegularValue {
    font-size: 16px;
  }
}

.prices-priceSpecial {
  display: block;
  white-space: nowrap;
  color: var(--clr-special-price);
  font-weight: 900;
  font-size: 14px;
}

@media (min-width: 641px) {
  .prices-priceSpecial {
    font-size: 16px;
  }
}

.prices-priceSpecial span {
  font-size: 16px;
}
@media (min-width: 481px) {
  .prices-priceSpecial span {
    font-size: 24px;
  }
}

.prices-from {
  font-size: 14px;
  padding-right: 5px;
}

/* ---------------------------- */
.prices-promotions {
  margin-top:15px;
  padding-bottom: 10px;
}
.prices-promoItem {
  padding-top: 2px;
  display: block;
  font-size: 14px;
  padding-left: 5px;
}

.productPromotionOption-promotionOption {
  min-height: 20px;
  color: var(--clr-brand);
  font-family: var(--font-main);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.productPromotionOption-promotionOption i {
  font-size: 16px;
  margin: 0 7px 0 0;
  position: relative;
  padding: 0 16px 10px 0;
}

.productPromotionOption-promotionOption i::before {
  position: absolute;
  top: 0;
  left: 0;
}

.productPromotionOption-promotionOption span {
  display: inline;
  height: 14px;
  position: relative;
  top: 2px;
}

.productIcon-freeIconPicto {
  width: 16px;
  height: 16px;
}

/* ------ */
.productFullDetail__cartAdd-btn {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 50px;
  cursor: pointer;
  pointer-events: auto;
  background: var(--clr-brand);
  color: var(--clr-white);
  border-radius: var(--brdr-radius);
  font-weight: 900;
  height: auto;
  min-width: auto;
  position: relative;
  width: 100%;
}

.productCprId {
    display:none;
}

/* ------------------------------- */