/** Shopify CDN: Minification failed

Line 223:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:vanda-editorial (INDEX:51) */
.ve {
  background: #ffffff;
  padding: 0;
}

.ve-truth {
  padding: 32px 48px 20px;
  text-align: center;
  background: #ffffff;
}

.ve-truth__quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 300;
  font-style: italic;
  color: #9a9490;
  line-height: 1.3;
  max-width: 640px;
  margin: 0 auto 10px;
}

.ve-truth__attr {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b0aca8;
  display: block;
  margin-bottom: 10px;
}

.ve-truth__sub a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 13px;
  font-style: italic;
  color: #b0aca8;
  text-decoration: none;
  border-bottom: 1px solid #e0dcd8;
  padding-bottom: 1px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.ve-truth__sub a:hover {
  color: #8a8580;
  border-color: #b0aca8;
}

/* =============================================
   PANELS
   ============================================= */

.ve-panels {
  background: #ffffff;
  padding: 16px 48px 0;
  max-width: 1160px;
  margin: 0 auto;
}

.ve-panel {
  display: grid;
  grid-template-columns: 56% 44%;
  gap: 48px;
  align-items: center;
  padding: 28px 0;
  position: relative;
}

.ve-panel--reverse {
  grid-template-columns: 44% 56%;
}

.ve-panel--reverse .ve-panel__img {
  order: 2;
}

.ve-panel--reverse .ve-panel__text {
  order: 1;
}

/* IMAGE */
.ve-panel__img-inner {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.ve-panel__img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  filter: saturate(0.88);
  will-change: transform;
  transform: scale(1);
}

.ve-panel__img-inner img.ve-animate {
  animation: ve-breathe 12s ease-in-out infinite;
  filter: saturate(1);
}

@keyframes ve-breathe {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

@keyframes shimmer {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

/* TEXT SIDE */
.ve-panel__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 8px;
}

/* ONE LINE OF TRUTH */
.ve-panel__copy {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 300;
  font-style: italic;
  color: #9a9490;
  line-height: 1.6;
  margin: 0;
}

/* PRODUCT NAME + PRICE */
.ve-panel__product-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.ve-panel__product-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #9a9490;
  text-decoration: none;
  border-bottom: 1px solid #e0dcd8;
  padding-bottom: 2px;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.ve-panel__product-name:hover {
  color: #6a6560;
  border-color: #9a9490;
}

.ve-panel__price {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 16px;
  font-weight: 300;
  color: #b0aca8;
  letter-spacing: 0.02em;
}

/* SIZE SELECTOR — Let It Go only */
.ve-panel__sizes {
  display: flex;
  gap: 8px;
}

.ve-panel__size {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #b0aca8;
  border: 1px solid #e0dcd8;
  border-radius: 40px;
  padding: 8px 16px;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s ease;
}

.ve-panel__size.active,
.ve-panel__size:hover {
  border-color: #9a9490;
  color: #9a9490;
}

/* ADD TO CART PILL */
.ve-panel__cart {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #9a9490;
  border: 1px solid #c8c4c0;
  border-radius: 40px;
  padding: 12px 32px;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
  width: auto;
  display: inline-block;
  align-self: flex-start;
}
}

.ve-panel__cart:hover {
  border-color: #9a9490;
  background: #f8f6f4;
  color: #6a6560;
}

/* VISUALLY HIDDEN SEO HEADINGS */
.ve-seo-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =============================================
   CLOSING TRUTH
   ============================================= */

.ve-closing-inline {
  max-width: 1160px;
  margin: 0 auto;
  padding: 8px 48px 36px;
  text-align: center;
  background: #ffffff;
}

.ve-closing-inline__quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(15px, 1.6vw, 22px);
  font-weight: 300;
  font-style: italic;
  color: #9a9490;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto 8px;
}

.ve-closing-inline__attr {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b0aca8;
}

/* =============================================
   BRIDGE
   ============================================= */

.ve-bridge {
  padding: 36px 48px;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #e8e4e0;
}

.ve-bridge__quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 300;
  font-style: italic;
  color: #9a9490;
  line-height: 1.4;
  max-width: 520px;
  margin: 0 auto 10px;
}

.ve-bridge__attr {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b0aca8;
}

/* =============================================
   GLOW
   ============================================= */

.ve-glow {
  padding: 36px 48px 40px;
  background: #ffffff;
  text-align: center;
  border-top: 1px solid #e8e4e0;
}

.ve-glow__word {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 300;
  line-height: 1;
  display: block;
  letter-spacing: -1px;
  background: linear-gradient(
    135deg,
    #c8c4c0 0%,
    #e8e6e4 30%,
    #f0eeec 50%,
    #e0dcd8 70%,
    #b8b4b0 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 200% auto;
  animation: shimmer 4s linear infinite;
}

.ve-glow__sub {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 15px;
  font-style: italic;
  color: #bab6b2;
  display: block;
  margin-top: 6px;
  margin-bottom: 4px;
}

.ve-glow__attr {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #bab6b2;
  display: block;
  margin-bottom: 32px;
}

/* =============================================
   SKINCARE
   ============================================= */

.ve-skincare {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 840px;
  margin: 0 auto;
}

.ve-skin {
  display: block;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.ve-skin__img {
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  background: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ve-skin__img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center center;
  display: block;
  filter: saturate(0.88);
  will-change: transform;
  transform: scale(1);
  mix-blend-mode: multiply;
}

.ve-skin__img img.ve-animate {
  animation: ve-breathe 12s ease-in-out infinite;
  filter: saturate(1);
}

.ve-skin__label {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b0aca8;
  display: block;
  margin-bottom: 4px;
}

.ve-skin__name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 17px;
  font-weight: 300;
  color: #9a9490;
  margin-bottom: 4px;
}

.ve-skin__truth {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 12px;
  font-style: italic;
  color: #b0aca8;
  line-height: 1.5;
  margin-bottom: 10px;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.ve-skin__link {
  font-family: 'Montserrat', sans-serif;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #b0aca8;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.ve-skin__link::after {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: currentColor;
  transition: width 0.4s ease;
}

.ve-skin:hover .ve-skin__link {
  color: #8a8580;
}

.ve-skin:hover .ve-skin__link::after {
  width: 24px;
}

/* =============================================
   RESPONSIVE
   ============================================= */

@media screen and (max-width: 1024px) {
  .ve-panels { padding: 16px 32px 0; }
  .ve-panel {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .ve-panel__img-inner { height: 280px; }
  .ve-skincare {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }
  .ve-skin__img { height: 180px; }
}

@media screen and (max-width: 768px) {
  .ve-panels { padding: 16px 20px 0; }
  .ve-panel {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 0;
  }
  .ve-panel--reverse .ve-panel__img { order: 1; }
  .ve-panel--reverse .ve-panel__text { order: 2; }
  .ve-panel__img-inner {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
  }
  .ve-panel__img-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }
  .ve-panel__text {
    padding: 0;
    gap: 16px;
  }
  .ve-skincare {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 100%;
  }
  .ve-skin__img {
    height: 110px;
    border-radius: 8px;
  }
  .ve-skin__name { font-size: 11px; }
  .ve-skin__truth { display: none; }
  .ve-skin__link { display: none; }
  .ve-truth { padding: 28px 24px 16px; }
  .ve-bridge { padding: 28px 24px; }
  .ve-glow { padding: 28px 24px 32px; }
  .ve-closing-inline { padding: 8px 24px 28px; }
}

@media screen and (max-width: 480px) {
  .ve-skincare {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ve-skin__img {
    height: 240px;
    border-radius: 12px;
  }
  .ve-skin__name { font-size: 17px; }
  .ve-skin__truth { display: block; }
  .ve-skin__link { display: inline-flex; }
}
/* END_SECTION:vanda-editorial */