html, body {
  margin: 0;
  padding: 0;
}

body[data-page-type="index"] {
  background: #fff8fb;
}

body[data-page-type="index"] #shopline-section-group-header,
body[data-page-type="index"] #shopline-section-group-footer {
  display: none !important;
}

.sylva-live-page {
  --pink-bar: #f8cad9;
  --pink-main: #f56b99;
  --pink-main-dark: #ef5f92;
  --pink-border: #f3a5bd;
  --pink-soft: #fef1f5;
  --pink-soft-2: #fff8fb;
  --text-main: #171417;
  --text-sub: #3a3438;
  --white: #ffffff;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: var(--text-main);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #fffafc 0%, #fffdfe 25%, #fff6f9 68%, #fff5f8 100%);
}

.sylva-live-page::before,
.sylva-live-page::after {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 0;
}

.sylva-live-page::before {
  inset: 48px 0 auto 0;
  height: 760px;
  background:
    radial-gradient(ellipse 42% 34% at 14% 14%, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 24%, rgba(255,255,255,0) 72%),
    radial-gradient(ellipse 42% 34% at 86% 14%, rgba(255,255,255,.98) 0%, rgba(255,255,255,.95) 24%, rgba(255,255,255,0) 72%),
    radial-gradient(ellipse 24% 18% at 50% 36%, rgba(255,255,255,.72) 0%, rgba(255,255,255,0) 70%);
}

.sylva-live-page::after {
  inset: auto 0 0 0;
  height: 320px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,246,250,.88) 36%, #fff5f8 100%);
}

.sylva-live-page *,
.sylva-live-page *::before,
.sylva-live-page *::after {
  box-sizing: border-box;
}

.sylva-announcement,
.sylva-header,
.sylva-main,
.sylva-newsletter {
  position: relative;
  z-index: 1;
}

.sylva-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 43px;
  padding: 6px 18px;
  color: #1b181b;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .01em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #f8cad9 0%, #ffd8e4 49%, #f8cad9 100%);
}

.sylva-announcement__heart {
  color: #f16597;
  font-size: 18px;
  line-height: 1;
}

.sylva-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 72px));
  min-height: 176px;
  margin: 0 auto;
  padding: 10px 0 0;
}

.sylva-logo {
  display: inline-flex;
  width: 142px;
  height: 142px;
  align-items: center;
  justify-content: center;
  justify-self: start;
  text-decoration: none;
}

.sylva-logo__image,
.sylva-logo__image img,
.sylva-logo picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.sylva-nav { justify-self: center; }
.sylva-nav__link {
  position: relative;
  display: inline-flex;
  padding: 0 2px 10px;
  color: #171417;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.sylva-nav__link::after {
  position: absolute;
  right: 0; left: 0; bottom: 0;
  height: 1.8px;
  content: "";
  background: #1a171a;
}

.sylva-actions {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 28px;
}
.sylva-action {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  color: #1d191c;
  text-decoration: none;
}
.sylva-action svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sylva-cart-count {
  position: absolute;
  top: -7px;
  right: -8px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #f46f9b;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255,255,255,.92);
}

.sylva-main__inner {
  display: grid;
  grid-template-columns: minmax(0, 576px) minmax(0, 500px);
  gap: 84px;
  align-items: start;
  width: min(1180px, calc(100% - 72px));
  margin: 0 auto;
  padding: 14px 0 0;
}

.sylva-gallery__card {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(255,255,255,.985);
  border-radius: 20px;
  box-shadow: 0 20px 56px rgba(229, 151, 179, .08);
}
.sylva-gallery__image,
.sylva-gallery__image img,
.sylva-gallery__card picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sylva-spark {
  position: absolute;
  z-index: 2;
  color: #f58cae;
  opacity: .86;
  pointer-events: none;
}
.sylva-spark--one { top: 7%; left: 8%; font-size: 28px; }
.sylva-spark--two { top: 8%; right: 11%; font-size: 33px; }
.sylva-spark--three { bottom: 10%; left: 8%; font-size: 20px; }

.sylva-thumbnail {
  display: block;
  width: 74px;
  height: 74px;
  margin-top: 16px;
  padding: 4px;
  overflow: hidden;
  background: rgba(255,255,255,.98);
  border: 2px solid #f57ea9;
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(228, 146, 175, .10);
}
.sylva-thumbnail__image,
.sylva-thumbnail__image img,
.sylva-thumbnail picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.sylva-product { padding-top: 34px; }
.sylva-product__heading h1 {
  margin: 0;
  color: #171417;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.02em;
}
.sylva-price {
  margin-top: 20px;
  color: #f26899;
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
}

.sylva-note {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 18px;
  margin-top: 34px;
  padding: 24px 28px;
  background: rgba(255,255,255,.92);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(229, 136, 169, .045);
}
.sylva-note__icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(135deg, #fa7ca6, #ee5b92);
  border-radius: 50%;
}
.sylva-note h2 { margin: 2px 0 8px; font-size: 20px; font-weight: 800; line-height: 1.25; }
.sylva-note p { margin: 0; color: #2e292d; font-size: 16px; line-height: 1.6; }

.sylva-product-form { display: block; margin-top: 30px; }
.sylva-product-form form,
.sylva-product-form > div { display: grid; gap: 16px; }
.sylva-buy-row { display: grid; gap: 16px; }
.sylva-quantity {
  display: grid;
  grid-template-columns: 58px 60px 58px;
  width: 177px;
  min-height: 56px;
  overflow: hidden;
  background: rgba(255,255,255,.42);
  border: 1.5px solid #f2a0bb;
  border-radius: 11px;
}
.sylva-quantity__button,
.sylva-quantity__input { min-width: 0; color: #2a2428; font-size: 20px; background: transparent; border: 0; outline: 0; }
.sylva-quantity__button { cursor: pointer; }
.sylva-quantity__input { width: 100%; text-align: center; -moz-appearance: textfield; }
.sylva-quantity__input::-webkit-inner-spin-button,
.sylva-quantity__input::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }

.sylva-add-button {
  display: flex;
  width: 100%;
  min-height: 61px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, #f77daa 0%, #f46c9a 52%, #f77daa 100%);
  border: 0;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
  cursor: pointer;
}
.sylva-add-button svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.sylva-add-button:disabled { opacity: 1; cursor: not-allowed; }

/* Keep both purchase actions at the original pink intensity, including previews. */
.sylva-buy-now .shopline-element-buy-now {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 61px;
  padding: 14px 22px;
  color: #fff;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(90deg, #f77daa 0%, #f46c9a 52%, #f77daa 100%);
  border: 0;
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
}
.sylva-buy-now .shopline-element-buy-now::after { box-shadow: none; }
.sylva-buy-now-button::before,
.sylva-buy-now .shopline-element-buy-now::before {
  content: "";
  display: inline-block;
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cpath d='M3 10h18M7 15h4'/%3E%3C/svg%3E");
}

.sylva-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}
.sylva-benefit {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  color: #262126;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.38;
}
.sylva-benefit__icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: #f37ca7;
  border: 1.5px solid #f4a4be;
  border-radius: 50%;
}
.sylva-benefit__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.sylva-newsletter {
  position: relative;
  margin-top: 28px;
  padding: 72px 20px 88px;
  text-align: center;
  background: linear-gradient(180deg, #fff0f5 0%, #fff3f7 48%, #fff8fb 100%);
}
.sylva-newsletter__clouds {
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  height: 28px;
  background: radial-gradient(circle at 14px 28px, #fff0f5 14px, transparent 14.2px) 0 0/28px 28px repeat-x;
}
.sylva-newsletter__inner {
  position: relative;
  z-index: 1;
  width: min(480px, 100%);
  margin: 0 auto;
}
.sylva-newsletter h2 {
  margin: 0 0 22px;
  color: #171417;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
}
.sylva-newsletter__form {
  display: grid;
  grid-template-columns: 1fr 58px;
  min-height: 56px;
  overflow: hidden;
  background: rgba(255,255,255,.64);
  border: 1.3px solid rgba(61, 53, 58, .48);
  border-radius: 8px;
}
.sylva-newsletter__form input {
  min-width: 0;
  padding: 0 20px;
  color: #2a2428;
  font-size: 16px;
  background: transparent;
  border: 0;
  outline: 0;
}
.sylva-newsletter__form button {
  color: #fff;
  font-size: 26px;
  line-height: 1;
  background: linear-gradient(135deg, #f37faa, #f36b99);
  border: 0;
  cursor: pointer;
}
.sylva-newsletter__subtext,
.sylva-newsletter__message { margin: 16px 0 0; color: #7a6d73; font-size: 15px; }
.sylva-newsletter__subtext span { color: #f58fae; margin-right: 6px; }

@media (max-width: 959px) {
  .sylva-live-page::before,
  .sylva-live-page::after { display: none; }
  .sylva-live-page { background: linear-gradient(180deg, #fffafc 0%, #fff4f8 40%, #fff8fb 100%); }
  .sylva-announcement { min-height: 40px; font-size: 13px; }
  .sylva-header__inner { grid-template-columns: auto 1fr auto; width: calc(100% - 30px); min-height: 100px; padding-top: 10px; }
  .sylva-logo { width: 82px; height: 82px; }
  .sylva-nav__link { font-size: 16px; padding-bottom: 9px; }
  .sylva-actions { gap: 12px; }
  .sylva-action, .sylva-action svg { width: 22px; height: 22px; }
  .sylva-actions .sylva-action:nth-child(2) { display: none; }
  .sylva-main__inner { grid-template-columns: 1fr; gap: 28px; width: calc(100% - 30px); padding-top: 10px; }
  .sylva-product { padding-top: 0; }
  .sylva-gallery__card { border-radius: 16px; }
  .sylva-thumbnail { width: 64px; height: 64px; }
  .sylva-product__heading h1 { font-size: 28px; }
  .sylva-price { margin-top: 16px; font-size: 26px; }
  .sylva-note { margin-top: 24px; padding: 20px; }
  .sylva-note h2 { font-size: 18px; }
  .sylva-note p { font-size: 15px; }
  .sylva-quantity { width: 100%; grid-template-columns: 58px 1fr 58px; }
  .sylva-add-button { min-height: 58px; font-size: 18px; }
  .sylva-benefits { grid-template-columns: 1fr; gap: 14px; }
  .sylva-benefit br { display: none; }
  .sylva-newsletter { padding: 56px 20px 66px; }
  .sylva-newsletter__clouds { top: -20px; height: 24px; background-size: 24px 24px; }
}

/* Contact navigation and dialog are scoped to this custom page. */
.sylva-nav { display: flex; align-items: center; gap: 28px; }
.sylva-contact-trigger { font-family: inherit; background: none; border: 0; cursor: pointer; }
.sylva-contact-trigger::after { display: none; }
.sylva-contact-trigger:hover { color: #ce477a; }
.sylva-contact-dialog {
  position: fixed; inset: 0; width: min(460px, calc(100% - 32px));
  max-height: calc(100dvh - 32px); margin: auto; padding: 44px 34px 28px;
  overflow-y: auto; color: #292129; font-family: inherit; text-align: center;
  background: linear-gradient(160deg, #fff 20%, #fff0f6 100%);
  border: 1px solid #f8d6e3; border-radius: 24px;
  box-shadow: 0 24px 90px rgba(93, 39, 60, .2);
}
.sylva-contact-dialog::backdrop { background: rgba(43, 28, 36, .38); backdrop-filter: blur(4px); }
.sylva-contact-close { position: absolute; top: 12px; right: 14px; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 50%; background: #fff; color: #765765; font-size: 26px; cursor: pointer; }
.sylva-contact-mark { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 22px; color: #dc5989; background: #ffe3ef; border-radius: 22px; transform: rotate(-5deg); }
.sylva-contact-mark svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linejoin: round; transform: rotate(5deg); }
.sylva-contact-eyebrow { margin: 0 0 12px; color: #a44769; font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.sylva-contact-dialog h2 { margin: 0; font-size: 29px; font-weight: 750; line-height: 1.2; letter-spacing: -.025em; }
.sylva-contact-description { margin: 16px 0 24px; color: #75616b; font-size: 14px; line-height: 1.7; }
.sylva-contact-account { padding: 18px 12px; background: rgba(255,255,255,.8); border: 1px solid #f4d8e3; border-radius: 14px; }
.sylva-contact-account span { display: block; margin-bottom: 8px; color: #927281; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.sylva-contact-account strong { font-size: 22px; font-weight: 650; letter-spacing: .02em; }
.sylva-contact-chat { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; margin-top: 16px; padding: 12px; color: #fff; font-size: 15px; font-weight: 650; text-decoration: none; background: #227c52; border-radius: 12px; }
.sylva-contact-chat:hover { background: #196440; }
.sylva-contact-footnote { margin: 16px 0 0; color: #856c77; font-size: 11px; line-height: 1.6; }
.sylva-contact-trigger:focus-visible, .sylva-contact-close:focus-visible, .sylva-contact-chat:focus-visible { outline: 2px solid #a44769; outline-offset: 4px; }
@media (max-width: 959px) {
  .sylva-nav { gap: 14px; }
  .sylva-nav__link { font-size: 14px; white-space: nowrap; }
  .sylva-buy-now .shopline-element-buy-now { min-height: 58px; font-size: 18px; }
  .sylva-contact-dialog { padding: 40px 24px 24px; }
  .sylva-contact-dialog h2 { font-size: 26px; }
}
@media (max-width: 380px) {
  .sylva-nav { gap: 10px; }
  .sylva-nav__link { font-size: 12px; }
  .sylva-actions { gap: 8px; }
}

/* Native checkout can load its theme colors after the section stylesheet. */
.sylva-live-page .sylva-buy-now {
  --color-button-background: 244, 108, 154;
  --color-button-text: 255, 255, 255;
}
.sylva-live-page .sylva-buy-now .shopline-element-buy-now,
.sylva-live-page .sylva-buy-now .shopline-element-buy-now:hover,
.sylva-live-page .sylva-buy-now .shopline-element-buy-now:focus,
.sylva-live-page .sylva-buy-now .shopline-element-buy-now:active {
  color: #fff !important;
  background: linear-gradient(90deg, #f77daa 0%, #f46c9a 52%, #f77daa 100%) !important;
  border-color: transparent !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18) !important;
}
.sylva-live-page .sylva-buy-now .shopline-element-buy-now::after {
  box-shadow: none !important;
}


/* Style the real payment button as well as the theme's native wrapper. */
.sylva-live-page .sylva-buy-now button,
.sylva-live-page .sylva-buy-now .shopline-element-buy-now:not(:has(button)) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 61px !important;
  padding: 14px 22px !important;
  color: #fff !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  background: linear-gradient(90deg, #f77daa 0%, #f46c9a 52%, #f77daa 100%) !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18) !important;
}
.sylva-live-page .sylva-buy-now button span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
}
.sylva-live-page .sylva-buy-now button::before,
.sylva-live-page .sylva-buy-now .shopline-element-buy-now:not(:has(button))::before {
  content: "" !important;
  position: static !important;
  display: inline-block !important;
  flex: 0 0 23px !important;
  width: 23px !important;
  height: 23px !important;
  opacity: 1 !important;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cpath d='M3 10h18M7 15h4'/%3E%3C/svg%3E") !important;
}
.sylva-live-page .sylva-buy-now .shopline-element-buy-now:has(button)::before { content: none !important; }
.sylva-live-page .sylva-buy-now button::after { box-shadow: none !important; }
@media (max-width: 959px) {
  .sylva-live-page .sylva-buy-now button,
  .sylva-live-page .sylva-buy-now .shopline-element-buy-now:not(:has(button)) {
    min-height: 58px !important;
    font-size: 18px !important;
  }
}
