/** Shopify CDN: Minification failed

Line 15:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:elefyn-reviews-home (INDEX:18) */
.elefyn-reviews {
  padding: 72px 20px;
  background: linear-gradient(180deg, #fff6fa 0%, #f8e8f0 100%);
}
}

.elefyn-reviews__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.elefyn-reviews__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 42px;
}

.elefyn-reviews__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(237, 116, 146, 0.28);
  border-radius: 999px;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #d86b8a;
  background: rgba(255,255,255,0.72);
}

.elefyn-reviews__title {
  margin: 0 0 12px;
  font-size: clamp(2.8rem, 4vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #2e2a39;
}

.elefyn-reviews__subtitle {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.65;
  color: #6c6675;
}

.elefyn-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 10px;
}
.elefyn-review-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(237, 116, 146, 0.22);
  border-radius: 24px;
  padding: 26px 22px 22px;
  box-shadow: 0 14px 40px rgba(46, 42, 57, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.elefyn-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(46, 42, 57, 0.12);
  border-color: rgba(237, 116, 146, 0.34);
}

.elefyn-review-card__stars {
  margin-bottom: 14px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #d4a437;
}

.elefyn-review-card__text {
  margin: 0 0 16px;
  font-size: 1.55rem;
  line-height: 1.7;
  color: #4b4654;
}

.elefyn-review-card__author {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #2e2a39;
}

.elefyn-review-card__author::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(237, 116, 146, 0.14);
  color: #c75779;
  font-size: 1.2rem;
  font-weight: 800;
}

.elefyn-reviews__cta {
  margin-top: 34px;
  text-align: center;
}

.elefyn-reviews__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ed7492 0%, #d95484 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 30px rgba(217, 84, 132, 0.24);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.elefyn-reviews__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(217, 84, 132, 0.32);
  filter: brightness(1.02);
}

@media screen and (max-width: 989px) {
  .elefyn-reviews {
    padding: 56px 16px;
  }

  .elefyn-reviews__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .elefyn-reviews__header {
    margin-bottom: 30px;
  }

  .elefyn-reviews__title {
    font-size: 3.1rem;
  }

  .elefyn-reviews__subtitle {
    font-size: 1.45rem;
  }

  .elefyn-review-card {
    padding: 22px 18px 18px;
    border-radius: 20px;
  }

  .elefyn-review-card__text {
    font-size: 1.45rem;
    line-height: 1.65;
  }

  .elefyn-reviews__button {
    width: 100%;
    max-width: 320px;
  }
}
/* END_SECTION:elefyn-reviews-home */

/* START_SECTION:elefyn-sticky-buy (INDEX:20) */
.elefyn-sticky-buy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 60;
  display: none;
  justify-content: center;
  pointer-events: none;
}

.elefyn-sticky-buy__inner {
  width: calc(100% - 20px);
  max-width: 460px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(237, 116, 146, 0.18);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(46, 42, 57, 0.16);
  backdrop-filter: blur(10px);
  padding: 10px;
  pointer-events: auto;
}

.elefyn-sticky-buy__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.elefyn-sticky-buy__thumb {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 14px;
  overflow: hidden;
  background: #f8f3f6;
  border: 1px solid rgba(237, 116, 146, 0.12);
}

.elefyn-sticky-buy__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.elefyn-sticky-buy__info {
  min-width: 0;
  flex: 1 1 auto;
}

.elefyn-sticky-buy__title {
  margin: 0 0 2px;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 800;
  color: #2e2a39;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.elefyn-sticky-buy__rating {
  margin: 0;
  font-size: 1.15rem;
  color: #7a7280;
  line-height: 1.2;
}

.elefyn-sticky-buy__rating-stars {
  color: #d4a437;
  letter-spacing: 0.04em;
  margin-right: 4px;
}

.elefyn-sticky-buy__price {
  margin: 0 0 0 8px;
  font-size: 1.45rem;
  font-weight: 800;
  color: #2e2a39;
  white-space: nowrap;
}

.elefyn-sticky-buy__button-wrap {
  margin-top: 10px;
}

.elefyn-sticky-buy__button {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #ed7492 0%, #d95484 100%);
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(217, 84, 132, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.elefyn-sticky-buy__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(217, 84, 132, 0.30);
  filter: brightness(1.02);
}

.elefyn-sticky-buy__button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media screen and (max-width: 989px) {
  .elefyn-sticky-buy {
    display: flex;
  }

  .elefyn-sticky-buy.is-hidden {
    display: none;
  }

  body {
    padding-bottom: 108px;
  }
}
/* END_SECTION:elefyn-sticky-buy */