/** Shopify CDN: Minification failed

Line 21:0 Unexpected "#"
Line 21:2 Unexpected "{"
Line 21:7 Expected ":"
Line 26:0 Unexpected "#"
Line 26:2 Unexpected "{"
Line 26:7 Expected ":"
Line 34:0 Unexpected "#"
Line 34:2 Unexpected "{"
Line 34:7 Expected ":"
Line 39:0 Unexpected "#"
... and 53 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:avantouapresuctom (INDEX:10) */
#{{ uid }}.rp{
  background: var(--rp-bg);
  padding: 18px 0;
}

#{{ uid }} .rp__card{
  background: var(--rp-card);
  border-radius: 14px;
  padding: 20px;
  max-width: 520px;
  margin: 0 auto;
  box-sizing: border-box;
}
#{{ uid }} .page-width{
  padding-left: 16px;
  padding-right: 16px;
}

#{{ uid }} .rp__head{
  text-align: center;
  margin-bottom: 12px;
}

#{{ uid }} .rp__title{
  margin: 0 0 6px;
  font-family: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 400; /* normal */
  color: var(--rp-title);
}

#{{ uid }} .rp__subtitle{
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--rp-sub);
}

#{{ uid }} .rp__viewport{
  overflow: hidden;
}

#{{ uid }} .rp__track{
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}

#{{ uid }} .rp__track::-webkit-scrollbar{
  display:none;
}

#{{ uid }} .rp__slide{
  flex: 0 0 100%;
  scroll-snap-align: start;
}

#{{ uid }} .rp__media{
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1 / 1;
  position: relative;
}

#{{ uid }} .rp__img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
}

#{{ uid }} .rp__placeholder{
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, rgba(0,0,0,0.04), rgba(0,0,0,0.08));
}

#{{ uid }} .rp__body{
  padding: 12px 2px 0;
}

#{{ uid }} .rp__stars{
  display: inline-flex;
  gap: 2px;
  color: var(--rp-stars);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 10px;
}

#{{ uid }} .rp__review{
  margin: 0 0 10px;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #111;
}

#{{ uid }} .rp__name{
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 13.5px;
  line-height: 1.2;
  font-weight: 600;
  color: #6B6B6B;
}

#{{ uid }} .rp__dots{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

#{{ uid }} .rp__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: var(--rp-dot-muted);
  padding: 0;
  cursor: pointer;
}

#{{ uid }} .rp__dot[aria-selected="true"]{
  background: var(--rp-dot);
}

#{{ uid }} .rp__dot:focus-visible{
  outline: 2px solid rgba(0,0,0,0.35);
  outline-offset: 3px;
  border-radius: 999px;
}
/* END_SECTION:avantouapresuctom */