/** Shopify CDN: Minification failed

Line 334:9 Expected identifier but found whitespace
Line 334:11 Unexpected "{"
Line 334:20 Expected ":"
Line 334:41 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bloc-info (INDEX:0, SCOPED:FALSE) */
.left-right-block.blocks {
  margin-top: 100px;
  margin-bottom: 100px;
}
.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 40px;
  width: 100%;
}
.left-right-block > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  list-style: none;
  padding: 0;
}
.left-right-block > ul > li {
  box-sizing: border-box;
  flex-basis: 50%;
  min-height: 340px;
  padding: 10px;
}
.simple-block {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  position: relative;
}
.simple-block__content {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 120px);
  padding: 40px 40px 50px;
  z-index: 1;
}
.simple-block__content::after {
  content: "";
  backdrop-filter: blur(15px);
  background: linear-gradient(273.31deg, rgba(255,255,255,0.2) -1.15%, rgba(255,255,255,0.2) 101.01%), 
              linear-gradient(93.99deg, rgba(255,255,255,0.4) -7.55%, rgba(255,255,255,0.4) 89.23%);
  background-blend-mode: normal, soft-light;
  border: 1px solid rgba(255,255,255,0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.simple-block__title {
  position: relative;
  padding-left: 24px;
}
.simple-block__title::before {
  content: "";
  background-color: #ab0033;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
}
.text-brand {
  color: #ab0033;
}
.simple-block__title h3 {
  font-family: Sinkin Sans, Arial, serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 3rem;
}
.simple-block__title p {
  font-size: 14px;
  margin-top: -4px;
  color: #2d3b45;
}
.simple-block__content a.cta {
  display: inline-block;
  margin-top: 30px;
  background-color: #ab0033;
  color: #fff;
  border: 2px solid #ab0033;
  padding: 12px 18px 10px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Sinkin Sans, Arial, serif;
  letter-spacing: .15rem;
  line-height: 1.4rem;
  text-align: center;
  transition: all 0.25s ease;
  text-decoration: none;
}
.simple-block__content a.cta:active, 
.simple-block__content a.cta:active:focus, 
.simple-block__content a.cta:focus, 
.simple-block__content a.cta:hover {
  background-color: #ce1342;
  border-color: #ce1342;
  color: #fff;
}

/* ======================
   TABLET STYLES (750px-1024px) - iPad & Horizontal Mobile
   Maintains desktop layout with adjusted spacing
====================== */
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .left-right-block.blocks {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  
  .wrapper {
    padding: 0 30px;
  }
  
  .left-right-block > ul > li {
    min-height: 300px;
  }
  
  .simple-block__content {
    width: calc(100% - 80px);
    padding: 30px 30px 40px;
  }
  
  .simple-block__title h3 {
    font-size: 22px;
    line-height: 2.6rem;
  }
  
  .simple-block__content a.cta {
    margin-top: 25px;
    padding: 10px 16px 8px;
    font-size: 1.1rem;
  }
}

/* ======================
   MOBILE STYLES (<750px)
====================== */
@media screen and (max-width: 749px) {
  .left-right-block > ul {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .left-right-block > ul > li {
    flex-basis: 100%;
    padding: 10px 0;
  }

  .simple-block {
    min-height: 300px;
  }

  .simple-block__content {
    padding: 30px 20px;
    width: 90%;
    transform: translate(-50%, -50%);
  }

  .simple-block__title h3 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .simple-block__title p {
    font-size: 0.95rem;
  }

  .simple-block__content a.cta {
    font-size: 1rem;
    padding: 10px 16px 8px;
  }
}
/* END_SECTION:bloc-info */

/* START_SECTION:testimony (INDEX:1, SCOPED:FALSE) */
.testimonies {
  padding: 40px 0;
}

.blocks {
  margin-bottom: 100px;
}

.bg-crimson {
  background-image: url(/cdn/shop/files/crimson.71de227c.png?v=1749724202);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}

.wrapper {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 40px;
  width: 100%;
}

.testimonies__items {
  backdrop-filter: blur(15px);
  background: linear-gradient(273.31deg, rgba(242, 184, 151, 0.243) -1.15%, rgba(242, 184, 151, 0) 101.01%),
              linear-gradient(93.99deg, rgba(255, 255, 255, 0.1) -7.55%, rgba(255, 255, 255, 0) 89.23%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 100px;
  gap: 30px;
  overflow: hidden;
}

.testimonies__item {
  display: flex;
  flex-direction: column; /* Changed to column layout */
  align-items: center; /* Center items vertically */
  text-align: center; /* Center text */
  width: calc(33.333% - 20px);
  position: relative;
}

.testimonies__item::before {
  content: "";
  background-image: url(/cdn/shop/files/quote.05e28954.svg?v=1749724744);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 45px;
  top: 0;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-position: center;
}

.testimonies__item img {
  display: block;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  order: 1; /* Image first */
}

.testimonies__item span {
  color: #fff;
  font-weight: 700;
  order: 2; /* Name second */
}

.testimonies__reviews {
  display: flex;
  justify-content: center; /* Center stars */
  flex-wrap: nowrap;
  gap: 3px;
  color: #fff;
  font-size: 18px;
  order: 3; /* Stars third */
}

.testimonies__reviews .ico-review.checked::before {
  content: '★';
  color: #ffc107;
  font-size: 18px;
}

.testimonies p {
  color: #fff;
  font-size: 0.95rem;
  order: 4; /* Testimony last */
}

/* ======================
   TABLET & MOBILE STYLES (<1024px)
   Smooth infinite slider
====================== */
@media screen and (max-width: 1023px) {
  .testimonies__items {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 30px 20px;
    gap: 0;
  }

  .testimonies__item {
    flex: 0 0 90%;
    min-width: 90%;
    scroll-snap-align: center;
    margin: 0 5%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  /* Hide scrollbar */
  .testimonies__items::-webkit-scrollbar {
    display: none;
  }
}
/* END_SECTION:testimony */

/* START_SECTION:divider-spacing (INDEX:15, SCOPED:FALSE) */
.divider-spacing {
  display: block;
  width: 100%;
  height: {{ section.settings.height }}px;
  pointer-events: none;
  position: relative;
  z-index: 1;
  clear: both;
}
/* END_SECTION:divider-spacing */

/* START_SECTION:produits-slider (INDEX:51, SCOPED:FALSE) */
.slider-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ab0033;
  padding: 5px 50px;
  overflow: hidden;
  position: relative;
  gap: 20px;
  margin-bottom: 50px;
}

.slider-text {
  color: #fff;
  font-family: Sinkin Sans, Arial, serif;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: .04rem;
  line-height: 3.6rem;
  width: 30%;
  flex-shrink: 0;
}

.slider-wrapper {
  width: 70%;
  position: relative;
  overflow: hidden;
}

.product-slider {
  display: flex;
  gap: 2rem;
  padding: 6rem 1rem;
  margin: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.product-card {
  flex: 0 0 calc((100% - 2 * 2rem) / 3);
  box-sizing: border-box;
  min-width: 250px;
  background: #fff;
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  position: relative;
  transition: transform 0.3s ease;
  margin-right: 2rem;
  overflow: hidden;
  scroll-snap-align: center;
}

.product-card img {
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.product-card h3 {
  font-size: 20px;
  color: #ab0033;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.product-card .price {
  font-weight: bold;
  margin-top: 0.8rem;
  font-size: 16px;
}

.product-teaser__hover {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  z-index: 1;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.95rem;
  text-transform: uppercase;
}

.product-card:hover .product-teaser__hover {
  height: 100%;
  background: linear-gradient(0deg, rgba(206, 19, 66, 0.5), hsla(0, 0%, 100%, 0.06) 40%);
}

.product-teaser__hover .cta {
  background: #ab0033;
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  z-index: 3;
}

.slider-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #ce1342;
  color: #fff;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 0;
  font-size: 30px;
  font-family: Sinkin Sans, Arial, serif!important;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-arrow.left {
  left: 0;
}
.slider-arrow.right {
  right: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 1024px) {
  .slider-section {
    flex-direction: column;
    padding: 2rem 1rem;
    gap: 2rem;
  }

  .slider-text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: -28px;
  }

  .slider-wrapper {
    width: 100%;
  }

  .product-slider {
    padding: 2rem 0;
  }

  .product-card {
    flex: 0 0 80%;
    min-width: 80%;
    margin: 0 10%;
  }

  .slider-arrow {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .product-card {
    flex: 0 0 90%;
    min-width: 90%;
    margin: 0 5%;
  }
  .product-card .price {
  font-size: 22px;
}
  .product-card h3 {
  font-size: 26px;
}
}
/* END_SECTION:produits-slider */

/* START_SECTION:soins-featured (INDEX:57, SCOPED:FALSE) */
/* Base styles for all devices */
  .section-soins-featured {
    padding: 7rem 0;
    background-image: url('/cdn/shop/files/cream.387e2a59.png?v=1749642734');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
  }

  .soins-container {
    max-width: 1200px;
    width: 100%;
    padding: 0 80px;
  }

  .soins-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    justify-items: center;
  }

  .soin-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 12px #0000000d;
    padding: 42px 30px 0px 100px;
    overflow: visible;
    height: 500px;
    width: 470px;
    z-index: 1;
  }

  .soin-card:nth-child(2n) {
    margin-top: 51px;
  }

  .soin-card__badge {
    position: absolute;
    top: -21px;
    left: -19px;
    background-color: #ab0033;
    color: #fff;
    width: 50px;
    height: 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .soin-card__content {
    z-index: 2;
    margin: -24px -1px 0px -67px;
  }

  .soin-card__title {
    color: #ab0033;
    font-size: 24px;
    font-family: Sinkin Sans, Arial, serif;
  }

  .soin-card__subtitle {
    font-size: 0.95rem;
    color: #2d3b45;
    margin-top: -14px;
    margin-bottom: 90px;
  }

  .soin-card__image {
    position: relative;
    overflow: visible;
    margin-top: auto;
    z-index: 0;
  }

  .soin-card__image img {
    height: auto;
    transition: transform 0.4s ease;
    object-fit: cover;
    border-radius: 6px;
  }

  /* Image overflow effect */
  .soins-grid .soin-card:nth-child(odd) .soin-card__image img {
    margin: -50px 0px -8px -183px;
  }

  .soins-grid .soin-card:nth-child(2n) .soin-card__image img {
    margin: -58px 0 1px -71px;
  }

  /* Hover effect */
  .soin-card:hover .soin-card__image img {
    transform: scale(1.05);
  }

  /* Link styling */
  .soin-card a {
    color: inherit;
    text-decoration: none;
    display: block;
    height: 100%;
  }

  /* iPad (768px-1024px) and horizontal phone (568px-767px) styles */
  @media screen and (max-width: 1024px) {
    .section-soins-featured {
      padding: 5rem 0;
    }
    
    .soins-container {
      max-width: 800px;
    }

    .soins-grid {
      grid-template-columns: 1fr;
      max-width: 600px;
    }

    .soin-card {
      width: 100%;
      height: auto;
      padding: 30px 40px;
      margin-top: 0 !important;
    }

    .soin-card:nth-child(2n) {
      margin-top: 30px !important;
    }

    .soin-card__badge {
      top: -15px;
      left: -15px;
      width: 40px;
      height: 40px;
    }

    .soin-card__content {
      margin: 0;
      padding: 0;
    }

    .soin-card__title {
      font-size: 22px;
    }

    .soin-card__subtitle {
      margin-bottom: 40px;
      margin-top: 0;
    }

    .soins-grid .soin-card:nth-child(odd) .soin-card__image img,
    .soins-grid .soin-card:nth-child(2n) .soin-card__image img {
      margin: 20px auto 0;
      max-width: 100%;
      display: block;
    }
  }

  /* Mobile landscape (568px-767px) */
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .section-soins-featured {
      padding: 3rem 0;
    }
    
    .soins-container {
      max-width: 600px;
    }

    .soin-card {
      padding: 25px 30px;
    }

    .soin-card__title {
      font-size: 20px;
    }

    .soin-card__subtitle {
      margin-bottom: 30px;
    }
  }

  /* Mobile portrait (up to 767px) */
  @media screen and (max-width: 767px) {
    .section-soins-featured {
      padding: 2rem 0;
    }
    
    .soins-container {
      max-width: 100%;
      padding: 0 15px;
    }

    .soin-card {
      all: unset;
      display: block;
      background: #fff;
      border-radius: 6px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
      padding: 1.5rem;
      margin-bottom: 1.5rem;
      width: 100%;
    }

    .soin-card:nth-child(2n) {
      margin-top: 0 !important;
    }

    .soin-card__badge {
      all: unset;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #ab0033;
      color: white;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin-bottom: 1rem;
    }

    .soin-card__content {
      margin: 0 0 1rem 0;
      padding: 0;
    }

    .soin-card__title {
      font-size: 18px;
      margin-bottom: 0.3rem;
    }

    .soin-card__subtitle {
      font-size: 0.9rem;
      margin-bottom: 0;
      margin-top: 0;
    }

    .soin-card__image {
      position: relative;
      overflow: hidden;
      margin: 0;
    }

    .soin-card__image img {
      width: 100%;
      height: auto;
      object-fit: cover;
      margin: 0 !important;
      transform: none !important;
    }
  }
/* END_SECTION:soins-featured */