/** Shopify CDN: Minification failed

Line 18:24 Expected identifier but found whitespace
Line 18:26 Unexpected "{"
Line 18:35 Expected ":"
Line 18:61 Expected ":"
Line 18:78 Expected identifier but found whitespace
Line 18:80 Unexpected "{"
Line 18:89 Expected ":"
Line 18:118 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:complements-pratique (INDEX:23) */
.sana-ctp { padding-top: {{ section.settings.padding_top }}px; padding-bottom: {{ section.settings.padding_bottom }}px; }
.sana-ctp__inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }
.sana-ctp__header { display: flex; align-items: center; gap: 1.6rem; margin-bottom: 3.2rem; }
.sana-ctp__line { flex: 1; height: 1px; background-color: #C4B5A5; }
.sana-ctp__title { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 1.8rem; font-weight: 400; color: #3B2314; white-space: nowrap; letter-spacing: 0.04em; margin: 0; }
.sana-ctp__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; list-style: none; margin: 0; padding: 0; }
@media screen and (max-width: 989px) { .sana-ctp__grid { grid-template-columns: repeat(3, 1fr); gap: 1.6rem; } }
@media screen and (max-width: 749px) { .sana-ctp__grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; } .sana-ctp__title { font-size: 1.5rem; } }
.sana-ctp__card { display: block; text-decoration: none; color: inherit; transition: transform 0.25s ease; }
.sana-ctp__card:hover { transform: translateY(-3px); }
.sana-ctp__image-wrap { position: relative; overflow: hidden; border-radius: 2px; background-color: #F5F0EA; aspect-ratio: 3 / 4; }
.sana-ctp__image { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.sana-ctp__card:hover .sana-ctp__image { transform: scale(1.04); }
.sana-ctp__image-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background-color: #EDE5D8; }
.sana-ctp__placeholder-svg { width: 60%; height: 60%; fill: #C4B5A5; }
.sana-ctp__badge { position: absolute; bottom: 0.8rem; left: 0.8rem; font-size: 1rem; font-family: Georgia, serif; font-style: italic; color: #FAF7F2; background-color: rgba(59,35,20,0.75); padding: 0.3rem 0.8rem; border-radius: 1px; }
.sana-ctp__info { padding: 1rem 0.2rem 0; }
.sana-ctp__name { font-family: Georgia, 'Times New Roman', serif; font-size: 1.3rem; font-weight: 400; color: #3B2314; margin: 0 0 0.4rem; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sana-ctp__price { font-family: Georgia, serif; font-size: 1.2rem; color: #7A6050; margin: 0; }
.sana-ctp__price-from { font-size: 1rem; font-style: italic; }
/* END_SECTION:complements-pratique */

/* START_SECTION:votrestyle (INDEX:150) */
.stl {
  padding-top: var(--stl-pt, 60px);
  padding-bottom: var(--stl-pb, 60px);
  overflow: hidden;
}
.stl__header {
  padding: 0 max(1.5rem, 5vw);
  margin-bottom: 2.25rem;
}
.stl__header--center { text-align: center; }
.stl__heading {
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0 0 0.45rem;
}
.stl__subheading {
  margin: 0;
  font-size: 0.9375rem;
  opacity: 0.5;
  letter-spacing: 0.01em;
}
.stl__outer {
  position: relative;
  display: flex;
  align-items: center;
}
.stl__viewport {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  padding-left: max(1.5rem, 5vw);
}
.stl__viewport::-webkit-scrollbar { display: none; }
.stl__viewport.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.stl__track {
  display: flex;
  gap: var(--stl-gap, 16px);
  list-style: none;
  margin: 0;
  padding: 0 max(1.5rem, 5vw) 0 0;
}
.stl__slide {
  flex: 0 0 var(--stl-slide-w-desktop);
  scroll-snap-align: start;
}
@media (max-width: 749px) {
  .stl__slide { flex: 0 0 var(--stl-slide-w-mobile); }
  .stl__viewport { cursor: default; padding-left: 1rem; }
}
.stl__media {
  position: relative;
  aspect-ratio: 2 / 3;
  background: #f0eeeb;
}
.stl__frame {
  position: absolute;
  inset: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #f0eeeb;
  z-index: 0;
}
.stl__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.stl__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.32) 100%);
  pointer-events: none;
  z-index: 1;
}
.stl__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0eeeb;
}
.stl__placeholder-svg { width: 45%; height: 45%; opacity: 0.15; }
.stl__hs {
  position: absolute;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.stl__hs-trigger {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.stl__hs-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1.5px solid rgba(255,255,255,0.72);
  transition: transform 0.28s ease, background 0.28s ease;
}
.stl__hs-dot {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.22);
  transition: transform 0.28s ease;
}
.stl__hs-trigger:hover .stl__hs-ring,
.stl__hs.is-active .stl__hs-ring {
  background: rgba(255,255,255,0.42);
  transform: scale(1.18);
}
.stl__hs-trigger:hover .stl__hs-dot,
.stl__hs.is-active .stl__hs-dot { transform: scale(0.72); }
@keyframes stl-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.62); }
  65%  { box-shadow: 0 0 0 14px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
.stl__hs--pulse .stl__hs-ring { animation: stl-pulse 2.4s ease-out infinite; }
.stl__hs.is-active .stl__hs-ring,
.stl__hs-trigger:hover .stl__hs-ring { animation: none; }
.stl__card {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 200px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.26s cubic-bezier(0.34, 1.4, 0.64, 1);
  z-index: 20;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: 0 2px 4px rgba(0,0,0,0.04), 0 12px 32px rgba(0,0,0,0.13);
}
.stl__hs.is-active .stl__card {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.stl__hs--left .stl__card {
  left: auto;
  right: calc(100% + 12px);
  bottom: 50%;
  transform: translateX(8px) translateY(50%);
}
.stl__hs--left.is-active .stl__card { transform: translateX(0) translateY(50%); }
.stl__hs--right .stl__card {
  left: calc(100% + 12px);
  bottom: 50%;
  transform: translateX(-8px) translateY(50%);
}
.stl__hs--right.is-active .stl__card { transform: translateX(0) translateY(50%); }
.stl__hs--below .stl__card {
  bottom: auto;
  top: calc(100% + 12px);
  transform: translateX(-50%) translateY(-8px);
}
.stl__hs--below.is-active .stl__card { transform: translateX(-50%) translateY(0); }
.stl__hs--left.stl__hs--below .stl__card,
.stl__hs--right.stl__hs--below .stl__card {
  bottom: auto;
  top: 50%;
  transform: translateX(0) translateY(-50%);
}
.stl__hs--left.stl__hs--below.is-active .stl__card,
.stl__hs--right.stl__hs--below.is-active .stl__card {
  transform: translateX(0) translateY(-50%);
}
.stl__card-link {
  display: flex;
  text-decoration: none;
  color: inherit;
  min-height: 88px;
}
.stl__card-media {
  width: 78px;
  flex-shrink: 0;
  background: #f0eeeb;
}
.stl__card-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.stl__card-body {
  padding: 12px 12px 12px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.stl__card-name {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.stl__card-price {
  margin: 0;
  font-size: 0.75rem;
  color: #111;
  display: flex;
  align-items: center;
  gap: 5px;
}
.stl__card-compare {
  opacity: 0.38;
  font-size: 0.6875rem;
  text-decoration: line-through;
}
.stl__card-current { font-weight: 500; }
.stl__card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  margin-top: 4px;
  flex-shrink: 0;
  align-self: flex-start;
  transition: background 0.2s;
}
.stl__card-link:hover .stl__card-arrow { background: #333; }
.stl__ig { position: absolute; bottom: 12px; left: 12px; z-index: 3; }
.stl__ig-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px 4px 7px;
  border-radius: 100px;
  background: rgba(0,0,0,0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}
a.stl__ig-pill:hover { background: rgba(0,0,0,0.48); }
.stl__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  cursor: pointer;
  display: grid;
  place-items: center;
  color: #111;
  transition: background 0.2s, box-shadow 0.2s, opacity 0.2s;
  margin: 0 8px;
  position: relative;
  z-index: 10;
}
.stl__arrow:hover { background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,0.13); }
.stl__arrow:disabled { opacity: 0.18; cursor: not-allowed; pointer-events: none; }
@media (max-width: 749px) { .stl__arrow { display: none; } }
.stl__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 1.5rem;
}
.stl__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.18;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s, width 0.32s cubic-bezier(0.34,1.56,0.64,1);
}
.stl__dot--active { opacity: 0.8; width: 20px; border-radius: 3px; }
/* END_SECTION:votrestyle */