/** Shopify CDN: Minification failed

Line 23:13 Expected identifier but found "{"
Line 23:14 Unexpected "{"
Line 23:23 Expected ":"
Line 118:13 Expected identifier but found "{"
Line 118:14 Unexpected "{"
Line 118:23 Expected ":"
Line 414:13 Expected identifier but found "{"
Line 414:14 Unexpected "{"
Line 414:23 Expected ":"
Line 540:13 Expected identifier but found "{"
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:category-banner (INDEX:4) */
.rene-collections{
  padding:40px 20px 20px;
  background:{{ section.settings.background }};
  font-family:'Assistant',sans-serif;
}

.rene-collections__wrap{
  max-width:1400px;
  margin:0 auto;
}

.rene-collections__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}

.rene-collections__card{
  display:block;
  text-decoration:none;
  color:#2E2E2E;
  transition:.3s ease;
}

.rene-collections__image{
  position:relative;
  overflow:hidden;
  aspect-ratio:1/1;
  background:#D6D0C7;
}

.rene-collections__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}

.rene-collections__card:hover .rene-collections__image img{
  transform:scale(1.04);
}

.rene-collections__content{
  padding-top:14px;
}

.rene-collections__title{
  margin:0 0 8px;
  font-family:'Bodoni Moda',serif;
  font-size:17px;
  font-weight:500;
  line-height:1.2;
  color:#2E2E2E;
  transition:.25s;
}

.rene-collections__card:hover .rene-collections__title{
  color:#DE0816;
}

.rene-collections__text{
  margin:0;
  font-size:14px;
  line-height:1.65;
  color:#7A746C;
}

@media(max-width:768px){

  .rene-collections{
    padding:26px 16px 10px;
  }

  .rene-collections__grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px 16px;
  }

  .rene-collections__title{
    font-size:15px;
  }

  .rene-collections__text{
    font-size:12.5px;
    line-height:1.55;
  }

}
/* END_SECTION:category-banner */

/* START_SECTION:rene-reviews (INDEX:30) */
/* ===========================
   RENE TESTIMONIALS
=========================== */

#rene-testimonials{
  background:{{ section.settings.background }};
  padding:80px 20px;
  font-family:'Assistant',sans-serif;
  color:#2E2E2E;
  overflow:hidden;
}

#rene-testimonials .rene-testimonials-wrap{
  max-width:920px;
  margin:0 auto;
  text-align:center;
  position:relative;
}

#rene-testimonials .rene-testimonials-eyebrow{
  font-size:12px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#8B7F74;
  margin-bottom:18px;
}

#rene-testimonials .rene-testimonials-title{
  font-family:'Bodoni Moda',serif;
  font-size:40px;
  line-height:1.08;
  font-weight:600;
  color:#2E2E2E;
  margin:0 0 34px;
}

#rene-testimonials .rene-review-window{
  overflow:hidden;
  background:#FFFFFF;
  border:1px solid #D6D0C7;
}

#rene-testimonials .rene-review-track{
  display:flex;
  transition:transform .45s ease;
}

#rene-testimonials .rene-review-card{
  flex:0 0 100%;
  padding:48px 38px 42px;
  text-align:center;
  min-height:390px;
}

#rene-testimonials .rene-quote-mark{
  font-family:'Bodoni Moda',serif;
  font-size:56px;
  line-height:1;
  color:#D6D0C7;
  margin-bottom:8px;
}

#rene-testimonials .rene-stars{
  color:#8B7F74;
  font-size:13px;
  letter-spacing:.12em;
  margin-bottom:20px;
}

#rene-testimonials .rene-review-heading{
  font-family:'Bodoni Moda',serif;
  font-size:26px;
  line-height:1.18;
  font-weight:500;
  color:#2E2E2E;
  margin-bottom:16px;
}

#rene-testimonials .rene-review-text{
  font-size:16px;
  line-height:1.75;
  color:#8B7F74;
  max-width:640px;
  margin:0 auto 22px;
}

#rene-testimonials .rene-review-name{
  font-size:14px;
  font-weight:500;
  color:#2E2E2E;
}

#rene-testimonials .rene-arrow{
  position:absolute;
  top:58%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border:1px solid #D6D0C7;
  background:#F5F3EF;
  color:#2E2E2E;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  z-index:2;
  transition:.25s;
}

#rene-testimonials .rene-arrow:hover{
  background:#EAE4DC;
}

#rene-testimonials .rene-arrow svg{
  width:18px;
  height:18px;
}

#rene-testimonials .rene-prev{
  left:-64px;
}

#rene-testimonials .rene-next{
  right:-64px;
}

#rene-testimonials .rene-review-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:22px;
}

#rene-testimonials .rene-review-dots span{
  width:6px;
  height:6px;
  background:#D6D0C7;
  display:block;
  border-radius:50%;
  cursor:pointer;
}

#rene-testimonials .rene-review-dots span.rene-active{
  background:#8B7F74;
}

@media(max-width:768px){

#rene-testimonials{
padding:60px 0;
}

#rene-testimonials .rene-testimonials-wrap{
max-width:100%;
}

#rene-testimonials .rene-testimonials-eyebrow{
font-size:11px;
padding:0 22px;
}

#rene-testimonials .rene-testimonials-title{
font-size:32px;
margin-bottom:28px;
padding:0 22px;
}

#rene-testimonials .rene-review-window{
overflow:visible;
background:transparent;
border:none;
}

#rene-testimonials .rene-review-track{
display:flex;
gap:16px;
overflow-x:auto;
scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;
padding:0 22px;
transform:none!important;
}

#rene-testimonials .rene-review-track::-webkit-scrollbar{
display:none;
}

#rene-testimonials .rene-review-card{
flex:0 0 84%;
scroll-snap-align:center;
background:#fff;
border:1px solid #D6D0C7;
padding:34px 24px;
min-height:330px;
}

#rene-testimonials .rene-arrow{
display:none;
}

#rene-testimonials .rene-quote-mark{
font-size:42px;
}

#rene-testimonials .rene-review-heading{
font-size:21px;
}

#rene-testimonials .rene-review-text{
font-size:14px;
line-height:1.7;
margin:0 auto 20px;
}

}
/* END_SECTION:rene-reviews */

/* START_SECTION:rene-social-media (INDEX:31) */
/* ===== RENE SOCIAL SECTION ===== */

.rene-marketplace-wrap{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:22px;
  padding:24px 0;
  border-top:1px solid #DDD7CF;
  border-bottom:1px solid #DDD7CF;
  flex-wrap:wrap;
  text-align:center;
}

.rene-marketplace-heading{
  font-family:"Bodoni Moda",serif;
  font-size:24px;
  line-height:1.1;
  font-weight:500;
  color:#2E2E2E;
  margin:0;
}

.rene-marketplace-links{
  display:flex;
  align-items:center;
  gap:18px;
}

.rene-marketplace-links a{
  width:54px;
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:transform .22s ease,opacity .22s ease;
  text-decoration:none;
}

.rene-marketplace-links a:hover{
  transform:translateY(-3px) scale(1.06);
  opacity:.78;
}

.rene-marketplace-links img{
  width:38px;
  height:38px;
  object-fit:contain;
  display:block;
}

/* MOBILE */

@media screen and (max-width:768px){

.rene-marketplace-wrap{
  flex-direction:column;
  gap:18px;
  padding:22px 0;
}

.rene-marketplace-heading{
  font-size:20px;
  line-height:1.3;
}

.rene-marketplace-links{
  gap:16px;
}

.rene-marketplace-links img{
  width:36px;
  height:36px;
}

}
/* END_SECTION:rene-social-media */

/* START_SECTION:rene-trust-badge (INDEX:32) */
/* ===== RENE TRUST SECTION ===== */

.rene-trust-section{
  background:{{ section.settings.background }};
  padding:70px 40px;
}

.rene-trust-grid{
  max-width:1320px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:42px;
}

.rene-trust-item{
  text-align:center;
}

.rene-trust-icon{
  margin-bottom:18px;
}

.rene-trust-icon i{
  font-size:17px;
  color:#2E2E2E;
}

.rene-trust-title{
  font-family:"Bodoni Moda",serif;
  font-size:20px;
  line-height:1.18;
  font-weight:500;
  color:#2E2E2E;
  margin-bottom:12px;
}

.rene-trust-text{
  font-family:'Assistant',sans-serif;
  font-size:14px;
  line-height:1.75;
  color:#8B7F74;
  max-width:260px;
  margin:0 auto;
}

.rene-trust-dots{
  display:none;
}

/* TABLET */

@media(max-width:990px){

.rene-trust-grid{
  grid-template-columns:repeat(2,1fr);
  gap:44px 28px;
}

}

/* MOBILE */

@media(max-width:768px){

.rene-trust-section{
  padding:52px 0;
  overflow:hidden;
}

.rene-trust-grid{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  -webkit-overflow-scrolling:touch;
  padding:0 22px;
}

.rene-trust-grid::-webkit-scrollbar{
  display:none;
}

.rene-trust-item{
  flex:0 0 82%;
  scroll-snap-align:center;
  background:#F5F3EF;
  border:1px solid #D6D0C7;
  padding:34px 24px;
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.rene-trust-title{
  font-size:19px;
}

.rene-trust-text{
  font-size:14px;
}

.rene-trust-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:22px;
}

.rene-trust-dots span{
  width:6px;
  height:6px;
  background:#D6D0C7;
  display:block;
  border-radius:50%;
}

.rene-trust-dots span:first-child{
  background:#8B7F74;
}

}
/* END_SECTION:rene-trust-badge */

/* START_SECTION:why-rene-heading (INDEX:46) */
/* ===== RENE WHY SECTION ===== */

.rene-why-section{
  background:{{ section.settings.background }};
  padding:70px 22px 28px;
  text-align:center;
}

.rene-why-inner{
  max-width:680px;
  margin:0 auto;
}

.rene-why-eyebrow{
  font-family:'Assistant',sans-serif;
  font-size:12px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#8B7F74;
  margin-bottom:18px;
}

.rene-why-title{
  font-family:'Bodoni Moda',serif;
  font-size:40px;
  line-height:1.08;
  font-weight:600;
  color:#2E2E2E;
  margin:0 0 16px;
}

.rene-why-text{
  font-family:'Assistant',sans-serif;
  font-size:15px;
  line-height:1.75;
  color:#8B7F74;
  margin:0 auto;
  max-width:600px;
}

@media(max-width:768px){

  .rene-why-section{
    padding:54px 22px 22px;
  }

  .rene-why-title{
    font-size:32px;
  }

  .rene-why-text{
    font-size:14px;
  }

}
/* END_SECTION:why-rene-heading */