/** Shopify CDN: Minification failed

Line 255:0 All "@import" rules must come first
Line 474:0 All "@import" rules must come first
Line 694:0 All "@import" rules must come first
Line 884:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:benefits-section (INDEX:7) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap');

.benefits-lux-wrap{
  --ink: #1a1224;
  --fade: #756a80;
  --pink: #ec4899;
  --pink-deep: #db2777;
  --pink-soft: #fde3f0;
  --purple: #a855f7;
  --gold: #f5b301;
  --gold-deep: #c9972f;
  --line: rgba(26, 18, 36, 0.08);
  position: relative;
  background: #fffbfd;
  margin-top: 60px;
  padding: 150px 20px 120px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
}

.benefits-lux-inner{
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

/* header */
.benefits-lux-header{
  text-align: center;
  max-width: 620px;
  margin: 0 auto 76px;
}

.benefits-lux-logo{
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
}

.benefits-lux-logo img{
  display: block;
  height: auto;
}

.benefits-lux-eyebrow{
  display: inline-block;
  margin: 0 0 22px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.benefits-lux-heading{
  margin: 0 0 18px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 46px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.benefits-lux-subheading{
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--fade);
}

/* grid */
.benefits-lux-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 40px;
}

.benefits-lux-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* gem frame */
.benefits-lux-gem{
  position: relative;
  width: 270px;
  margin-bottom: 30px;
}

.benefits-lux-glow{
  position: absolute;
  inset: -22px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(236,72,153,0.16) 0%, rgba(168,85,247,0.12) 45%, transparent 72%);
  filter: blur(14px);
  z-index: 0;
}

.benefits-lux-gem-outer{
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  padding: 3px;
  background: #242424;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.benefits-lux-item:hover .benefits-lux-gem-outer{
  transform: translateY(-6px);
}

.benefits-lux-gem-inner{
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f6eef4;
}

.benefits-lux-gem-inner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.benefits-lux-item:hover .benefits-lux-gem-inner img{
  transform: scale(1.08);
}

.benefits-lux-placeholder{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6eef4;
}

.benefits-lux-placeholder-svg{
  width: 45%;
  height: 45%;
  opacity: 0.3;
}

/* text */
.benefits-lux-kicker{
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--purple);
}

.benefits-lux-title{
  margin: 0 0 10px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--ink);
  max-width: 260px;
}

.benefits-lux-text{
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--fade);
  max-width: 250px;
}

/* social proof */
.benefits-lux-proof{
  margin: 68px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.benefits-lux-stars{
  color: var(--gold);
  font-size: 17px;
  letter-spacing: 2px;
}

.benefits-lux-proof-text{
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

/* closing */
.benefits-lux-closing{
  margin: 28px auto 0;
  max-width: 480px;
  text-align: center;
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
  color: var(--ink);
  opacity: 0.85;
}

/* responsive */
@media (max-width: 860px){
  .benefits-lux-grid{
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .benefits-lux-gem{
    width: 297px;
  }
}

@media (max-width: 480px){
  .benefits-lux-wrap{
    padding: 49px 16px 80px;
  }
  .benefits-lux-header{
    margin-bottom: 56px;
  }
  .benefits-lux-proof{
    margin-top: 52px;
  }
}
/* END_SECTION:benefits-section */

/* START_SECTION:caracteristicas-versus (INDEX:10) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap');

.why-lux-wrap{
  --ink: #1a1224;
  --fade: #756a80;
  --pink: #ec4899;
  --pink-deep: #db2777;
  --pink-soft: #fde3f0;
  --pink-bg: #fffbfd;
  --purple: #a855f7;
  --gold: #f5b301;
  position: relative;
  background: var(--pink-bg);
  padding: 80px 20px 90px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
}

.why-lux-inner{
  max-width: 640px;
  margin: 0 auto;
}

/* header */
.why-lux-header{
  text-align: center;
  margin: 0 auto 28px;
}

.why-lux-eyebrow{
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.why-lux-title{
  margin: 0 0 8px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.why-lux-subtitle{
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--pink-deep);
}

/* grid */
.why-lux-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.why-lux-card{
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.why-lux-card--featured{
  border: 2px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, var(--gold) 0%, var(--pink) 50%, var(--purple) 100%) border-box;
  box-shadow: 0 16px 30px -18px rgba(219, 39, 119, 0.35);
}

.why-lux-card--other{
  border: 1.5px solid var(--line, rgba(26,18,36,0.08));
  opacity: 0.85;
}

.why-lux-head{
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.why-lux-card--featured .why-lux-head{
  background: var(--pink-soft);
}

.why-lux-card--other .why-lux-head{
  background: #f7f4f6;
}

.why-lux-icon{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.why-lux-icon--featured{
  background: linear-gradient(135deg, var(--gold) 0%, var(--pink) 50%, var(--purple) 100%);
  color: #fff;
}

.why-lux-icon--other{
  background: #fff;
  border: 1px solid #e5dde3;
  color: #bbb;
}

.why-lux-head-title{
  font-family: 'Fraunces', Georgia, serif;
  font-size: 13.5px;
  font-weight: 700;
}

.why-lux-card--featured .why-lux-head-title{
  color: var(--pink-deep);
}

.why-lux-card--other .why-lux-head-title{
  color: #a89aa0;
}

.why-lux-row{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 9px 14px;
  border-top: 1px solid var(--pink-soft);
}

.why-lux-card--other .why-lux-row{
  border-top: 1px solid #f2ecef;
}

.why-lux-dot{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

.why-lux-dot--pos{
  background: var(--pink);
  color: #fff;
}

.why-lux-dot--neg{
  background: #f0eaed;
  color: #bbb;
}

.why-lux-row-text{
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}

.why-lux-card--featured .why-lux-row-text{
  color: var(--ink);
}

.why-lux-card--other .why-lux-row-text{
  color: #a89aa0;
}

/* cta */
.why-lux-cta{
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-deep) 100%);
  border-radius: 16px;
  padding: 16px 18px;
  text-align: center;
  box-shadow: 0 16px 30px -18px rgba(219, 39, 119, 0.45);
}

.why-lux-cta p{
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

.why-lux-cta span{
  font-weight: 400;
  opacity: 0.9;
}

@media (max-width: 480px){
  .why-lux-wrap{
    padding: 64px 16px 70px;
  }
  .why-lux-grid{
    gap: 10px;
  }
}
/* END_SECTION:caracteristicas-versus */

/* START_SECTION:gif-pasos (INDEX:33) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap');

.hiw-lux-wrap{
  --ink: #1a1224;
  --fade: #756a80;
  --pink: #ec4899;
  --pink-deep: #db2777;
  --pink-soft: #fde3f0;
  --pink-bg: #fff5fa;
  --purple: #a855f7;
  --gold: #f5b301;
  position: relative;
  background: var(--pink-bg);
  padding: 90px 20px 100px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
}

.hiw-lux-inner{
  max-width: 600px;
  margin: 0 auto;
}

/* header */
.hiw-lux-header{
  text-align: center;
  margin: 0 auto 32px;
}

.hiw-lux-eyebrow{
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hiw-lux-title{
  margin: 0 0 8px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.hiw-lux-subtitle{
  margin: 0;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--pink-deep);
}

/* video */
.hiw-lux-video-wrapper{
  width: 100%;
  margin: 0 auto 32px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--pink-soft);
  aspect-ratio: 3 / 2;
  background: var(--pink-soft);
  box-shadow: 0 18px 34px -20px rgba(219, 39, 119, 0.3);
}

.hiw-lux-video{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* steps */
.hiw-lux-steps{
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}

.hiw-lux-steps::before{
  content: '';
  position: absolute;
  left: 19px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(to bottom, var(--pink), var(--pink-soft));
  z-index: 0;
}

.hiw-lux-step{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  background: #ffffff;
  border-radius: 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  border: 1.5px solid var(--pink-soft);
  box-shadow: 0 10px 24px -18px rgba(219, 39, 119, 0.25);
}

.hiw-lux-step:last-child{
  margin-bottom: 0;
}

.hiw-lux-step-left{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.hiw-lux-number{
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--pink) 55%, var(--purple) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 6px 14px -6px rgba(219, 39, 119, 0.45);
}

.hiw-lux-icon-wrap{
  width: 44px;
  height: 44px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--pink-soft);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw-lux-icon{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hiw-lux-content{
  flex: 1;
  padding-top: 2px;
}

.hiw-lux-step-title{
  margin: 0 0 4px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  font-size: 15.5px;
  line-height: 1.3;
  color: var(--ink);
}

.hiw-lux-step-desc{
  font-size: 13px;
  line-height: 1.55;
  color: var(--fade);
  margin: 0;
}

/* footer */
.hiw-lux-footer{
  margin-top: 20px;
  padding: 14px 18px;
  background: linear-gradient(135deg, var(--pink) 0%, var(--pink-deep) 100%);
  border-radius: 14px;
  text-align: center;
  box-shadow: 0 14px 28px -16px rgba(219, 39, 119, 0.45);
}

.hiw-lux-footer p{
  margin: 0;
  font-size: 13.5px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}

.hiw-lux-footer span{
  font-weight: 400;
  opacity: 0.9;
}

@media (max-width: 480px){
  .hiw-lux-wrap{
    padding: 70px 16px 80px;
  }
  .hiw-lux-number{
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  .hiw-lux-icon-wrap{
    width: 36px;
    height: 36px;
  }
  .hiw-lux-steps::before{
    left: 15px;
  }
}
/* END_SECTION:gif-pasos */

/* START_SECTION:imagen-texto-descripcion (INDEX:43) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap');

.kit-lux-wrap{
  --ink: #1a1224;
  --fade: #756a80;
  --pink: #ec4899;
  --pink-deep: #db2777;
  --pink-soft: #fde3f0;
  --pink-bg: #fffbfd;
  --purple: #a855f7;
  --gold: #f5b301;
  position: relative;
  background: var(--pink-bg);
  padding: 80px 20px 90px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
}

.kit-lux-inner{
  max-width: 640px;
  margin: 0 auto;
}

/* header */
.kit-lux-header{
  text-align: center;
  margin: 0 auto 28px;
}

.kit-lux-eyebrow{
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.kit-lux-title{
  margin: 0 0 8px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.kit-lux-subtitle{
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--fade);
}

/* main image */
.kit-lux-main-image{
  width: 100%;
  margin: 0 auto 32px;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid var(--pink-soft);
  box-shadow: 0 18px 34px -20px rgba(219, 39, 119, 0.3);
}

.kit-lux-main-image img{
  width: 100%;
  height: auto;
  display: block;
}

/* grid of items */
.kit-lux-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 18px;
}

.kit-lux-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kit-lux-photo{
  position: relative;
  width: 100%;
}

.kit-lux-arrow{
  position: absolute;
  top: 50%;
  left: -14px;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 20px;
  color: var(--pink);
  display: none; /* solo visible en fila con espacio; se activa por nth-child abajo */
}

.kit-lux-photo-frame{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--pink) 50%, var(--purple) 100%);
  box-shadow: 0 12px 22px -12px rgba(219, 39, 119, 0.35);
  overflow: hidden;
}

.kit-lux-photo-frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.kit-lux-placeholder{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6eef4;
}

.kit-lux-placeholder-svg{
  width: 40%;
  height: 40%;
  opacity: 0.3;
}

.kit-lux-number{
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--pink-deep);
  color: #fff;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px -3px rgba(219, 39, 119, 0.5);
}

.kit-lux-item-name{
  margin: 12px 0 0;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
  max-width: 130px;
}

/* flechas conectoras entre columnas, solo desktop/tablet ancho */
@media (min-width: 481px){
  .kit-lux-item:nth-child(3n+2) .kit-lux-arrow,
  .kit-lux-item:nth-child(3n+3) .kit-lux-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 480px){
  .kit-lux-wrap{
    padding: 64px 16px 70px;
  }
  .kit-lux-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 16px;
  }
}
/* END_SECTION:imagen-texto-descripcion */

/* START_SECTION:testimoniosnuevos (INDEX:84) */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,600;0,9..144,700;1,9..144,500&family=Inter:wght@400;500;600;700&display=swap');

.testi-lux-wrap{
  --ink: #1a1224;
  --fade: #756a80;
  --pink: #ec4899;
  --pink-deep: #db2777;
  --pink-soft: #fde3f0;
  --pink-bg: #fff5fa;
  --purple: #a855f7;
  --gold: #f5b301;
  position: relative;
  background: var(--pink-bg);
  padding: 80px 20px 90px;
  scroll-margin-top: 80px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
}

.testi-lux-inner{
  max-width: 640px;
  margin: 0 auto;
}

/* header */
.testi-lux-header{
  text-align: center;
  margin: 0 auto 28px;
}

.testi-lux-eyebrow{
  display: inline-block;
  margin: 0 0 16px;
  padding: 7px 18px;
  border-radius: 999px;
  background: var(--pink-soft);
  color: var(--pink-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.testi-lux-title{
  margin: 0 0 12px;
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 32px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.testi-lux-rating{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1.5px solid var(--pink-soft);
  border-radius: 20px;
  padding: 6px 14px;
  box-shadow: 0 8px 18px -12px rgba(219, 39, 119, 0.3);
}

.testi-lux-rating-stars{
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 1px;
}

.testi-lux-rating-text{
  font-size: 12px;
  font-weight: 700;
  color: var(--pink-deep);
}

/* grid */
.testi-lux-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.testi-lux-card{
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid var(--pink-soft);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 24px -18px rgba(219, 39, 119, 0.3);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.testi-lux-card:hover{
  transform: translateY(-4px);
}

.testi-lux-img-wrapper{
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--pink-soft);
}

.testi-lux-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.testi-lux-card:hover .testi-lux-img{
  transform: scale(1.06);
}

.testi-lux-body{
  padding: 12px 13px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.testi-lux-top-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}

.testi-lux-name{
  font-family: 'Fraunces', Georgia, serif;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink);
  margin: 0;
  line-height: 1.2;
}

.testi-lux-verified{
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 9.5px;
  color: var(--purple);
  font-weight: 700;
  white-space: nowrap;
}

.testi-lux-verified svg{
  width: 11px;
  height: 11px;
  fill: var(--purple);
  flex-shrink: 0;
}

.testi-lux-meta{
  display: flex;
  align-items: center;
  gap: 6px;
}

.testi-lux-stars{
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.5px;
  line-height: 1;
}

.testi-lux-date{
  font-size: 10px;
  color: var(--fade);
  font-weight: 500;
}

.testi-lux-text{
  font-size: 12px;
  color: var(--fade);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

@media (max-width: 480px){
  .testi-lux-wrap{
    padding: 64px 16px 70px;
  }
  .testi-lux-grid{
    gap: 10px;
  }
}
/* END_SECTION:testimoniosnuevos */