/** Shopify CDN: Minification failed

Line 357:10 Expected identifier but found whitespace
Line 357:12 Unexpected "{"
Line 357:21 Expected ":"

**/
:root {
  --font-heading-family: 'Geist', sans-serif;
  --font-body-family: 'Geist', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1, h2, .header .h2, .logo-text, .footer__brand-name {
  transform: scaleY(1.25)!important;
  transform-origin: bottom;
  font-family: 'Alex Brush', cursive !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  background: linear-gradient( 127deg, #ed4984 44%, #fff 65%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url('//crystal-moon-magic-shop.myshopify.com/cdn/fonts/geist/geist_n1.20d1e3a5600495bd76516871449c2c56c19badd4.woff2') format('woff2');
}

/* ===============================
   FONT IMPORT - SELF HOSTED
   =============================== */

@font-face {
  font-family: 'Alex Brush';
  src: url('/cdn/shop/files/alex-brush-v22-latin-regular.woff2?v=1750734498') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===============================
   TYPOGRAPHY STYLES
   =============================== */

.header__heading .h2,
.footer__brand-name,
.header .h2 {
  background: linear-gradient( 127deg, #7f9cc6 44%, #ed4984 65%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 30pt !important;
  display: inline-block;
}

.main-page-title {
  text-align: center;
}

.list-menu__item {
  color: #a1cce8;
  text-transform: uppercase;
  font-weight: 300;
}

.collection__title.title-wrapper {
    text-align: center;
}

h2 {
  font-family: 'Alex Brush', cursive !important;
  font-size: 40px !important;
  font-weight: 400 !important;
}

.header__menu-item {
  color: #d0e6f4;
}

.header__menu-item .header__active-menu-item {
  color: #fff;
}

/* ===============================
   HERO
   =============================== */

.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  min-height: 660px;
  max-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  color: white;
  font-family: var(--font-body-family);
}

.hero-transparent .shopify-section-group-header-group {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1000; /* stays above hero content */
  background: transparent !important;
}

.hero-transparent .announcement-bar-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  z-index: 1000;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

shopify-section hero-section {
  top: 40px;
  position: relative;
}
:root.hero-transparent,
.hero-transparent .color-scheme-1 {
  --gradient-background: transparent;
}

.hero__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
}

.hero__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  flex-wrap: nowrap;
  max-width: 100%;
  text-align: left;
}

.hero__logo {
  max-width: 615px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  max-width: 500px;
  width: auto;
  padding-left: 75px;
}

.hero__title {
  font-family: var(--font-body-2-family);
  font-weight: var(--font-body-2-weight);
  font-size: 4rem;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  max-width: 315px;
  text-align: center;
}

.hero__subtitle {
  font-weight: 100;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  max-width: 400px;
  text-align: center;
  margin-top: 0;
}

.hero__btn,
.product-form__buttons button,
.cart__checkout-button,
.cart__warnings a {
  margin-top: 2rem;
  display: inline-block;
  padding: 1.25rem 2.5rem;
  background-color: #ff2a6d;
  color: white;
  font-weight: 900;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  clip-path: polygon(
    18px 0px, calc(100% - 18px) 0px,
    100% 18px, 100% calc(100% - 18px),
    calc(100% - 18px) 100%, 18px 100%,
    0px calc(100% - 18px), 0px 18px
  );
  transition: background 0.3s;
}

.hero__btn:hover {
  background-color: #c7366b;
}

.header-wrapper--border-bottom,
.utility-bar--bottom-border {
  border-bottom: 0;
}

.announcement-bar__message {
  font-weight: 900;
  text-transform: uppercase;
  line-height: 4rem;
  text-align: right;
}

.announcement-bar__link {
    justify-content: end;
}

.header__icon {
    color: #ff2a6d;
}

.cart-count-bubble {
    background-color: #fff;
  color: #ff2a6d;
}

@media screen and (min-width: 990px) {
  .header--middle-left {
      grid-template-areas: "heading navigation icons";
      grid-template-columns: auto 2fr auto;
      column-gap: 2rem;
  }
  .header--middle-left .header__inline-menu {
      margin: 0  auto;
  }
}

/* ===============================
   SHAPE DIVIDER
   =============================== */

.shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  color: #0b0c16;
}

.shape-divider--angled svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ===============================
   PRODUCTS
   =============================== */

.card__inner {
  clip-path: polygon(
    18px 0px, calc(100% - 18px) 0px,
    100% 18px, 100% calc(100% - 18px),
    calc(100% - 18px) 100%, 18px 100%,
    0px calc(100% - 18px), 0px 18px
  );
  overflow: hidden;
}

.card__heading.h5 {
  font-family: "Geist";
  font-size: 15px;
  color: #a1cce8;
  text-transform: uppercase;
  font-weight: normal;
  transform: scaleY(1.25)!important;
  transform-origin: top;
  padding-bottom: 5px;
}

/* Background section styling */
  .background-section {
    position: relative;
    margin-top: 4rem;
    overflow: hidden;
  }

  .background-section--full-width {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: absolute;
    bottom: 0;

  }

  .background-section__media {
    position: relative;
    width: 100%;
  }

  .background-section__media img {
    width: 100%;
    display: block;
    max-height: 100%;
  }

  .background-section__content {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 100%;
    padding: 2rem;
  }

  .background-section__heading {
    color: {{ section.settings.background_text_color | default: '#ffffff' }};
    margin: 0;
    text-shadow: 
      0 0 8px rgba(0, 0, 0, 1),
      0 0 16px rgba(0, 0, 0, 1),
      0 0 24px rgba(0, 0, 0, 0.8);
    font-weight: 300;
    text-transform: uppercase;
    color: #d0e6f4;
    transform: scaleY(1.25);
    letter-spacing: 0.5em;
    font-size: 2rem;
}
    

/* ===============================
   COLLAGE
   =============================== */
    
.collage .card__content {
  position: absolute;
}

.collage .card__content .card__heading {
  text-align: right;
  transform: scaleY(1.25);
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: 100;
  text-transform: uppercase;
  padding-right: 18px;
}

.collage .card__content .icon-wrap {
  display: none;
}

.collage .card__media {
  opacity: 74%;
}

.collage .card__media:hover {
  opacity: 100%;
}


/* ===============================
   FOOTER
   =============================== */

/* Footer positioning for background */
.footer {
  position: relative;
  overflow: hidden;
  border: none!important;
}

.footer__content-bottom {
  border: none!important;
}

/* Background section positioning within footer */
.background-section--footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.background-section--footer .background-section__media {
  width: 100%;
  height: 100%;
}

.background-section--footer .background-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Ensure footer content appears above background */
.footer .footer__content-top,
.footer .footer__content-bottom {
  position: relative;
  z-index: 2;
}

/* Main footer content layout */
.footer__main-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  margin-bottom: 4rem;
  align-items: flex-start;
  padding-top: 2rem;
}

.footer__brand-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__brand-name {
  font-style: italic;
  margin: 0 0 0.25rem 0;
  background-clip: text;
  color: transparent;
}

.footer__brand-tagline {
  font-size: 12px;
  letter-spacing: 0.23em;
  text-transform: uppercase;
  transform: scaleY(1.25)!important;
  margin: 0;
  color: #ffffff;
  font-weight: 300;
}

.footer__newsletter-column {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  transform: translateY(-2rem);
}

.footer__newsletter-text {
  margin-bottom: 1.5rem;
  letter-spacing: 0;
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.4;
  transform: scaleY(1.25)!important;
}

.newsletter-form__field-wrapper--horizontal .field:after {
  display: none !important;
}

.newsletter-form__field-wrapper--horizontal {
  display: flex;
  gap: 0.75rem;
  max-width: 400px;
  width: 100%;
  align-items: center;
}

.newsletter-form__field-wrapper--horizontal .field {
  display: flex;
  flex: 1;
}

.newsletter-form__field-wrapper--horizontal .field__input {
  background: #35475e;
  color: #ffffff;
  padding: 0.875rem 1rem;
  font-size: 0.875rem;
  flex: 1;
  height: 40px;
  box-sizing: border-box;
  min-width: 230px;
  margin-right: 8px;
  clip-path: polygon(
    8px 0%, calc(100% - 8px) 0%,
    100% 8px, 100% calc(100% - 8px),
    calc(100% - 8px) 100%, 8px 100%,
    0% calc(100% - 8px), 0% 8px
  );
}

.newsletter-form__field-wrapper--horizontal .field__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-form__button--pink {
  background: #ff2a6d !important;
  color: white;
  border: none !important;
  padding: 0 0.5rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  white-space: nowrap;
  min-width: 120px;
  clip-path: polygon(
    8px 0%, calc(100% - 8px) 0%,
    100% 8px, 100% calc(100% - 8px),
    calc(100% - 8px) 100%, 8px 100%,
    0% calc(100% - 8px), 0% 8px
  );
}
    
/* Footer links section - bottom area */
.footer__links-section {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  padding-bottom: 1rem;
}

/* Footer bottom area */
.footer__content-bottom {
  margin-top: 0;
}

.footer__content-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}

.footer__copyright {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.footer__content-bottom-wrapper .caption {  
  color: #d0e6f4;
  font-size: 1.2rem;
  text-transform: uppercase;
  transform: scaleY(1.25)!important;
}

.policies li {
    padding: 0 0.5rem;
}

.policies li:before {
    content: none!important;
    padding: 0!important;
}

.footer__copyright a,
.footer__copyright .copyright__content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__copyright a:hover {
  color: #ff6b9d;
}

/* Social icons styling */
.footer__list-social {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer__list-social .list-social__item:hover {
  background: rgba(255, 107, 157, 0.2);
  transform: translateY(-2px);
}

.footer__list-social svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.footer__content-top {
    padding-bottom: 2rem!important;
}

/* ===============================
   PARALLAX BACKGROUNDS
=============================== */

.parallax-container {
  position: relative;
  overflow: hidden;
  will-change: transform;
}

.parallax-image {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform 0.1s ease-out;
  object-position: center bottom;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .parallax-image {
    transform: none !important;
    will-change: auto;
  }
}

/* ===============================
   COLLECTIONS
=============================== */
  .collection-hero__title {
    margin: 2.5rem 0;
    font-weight: 100;
}

.facets h2,
.facets-container h2 {
  font-family:'Geist'!important;
  font-weight: 600!important;
  font-size: 1.5rem!important;
  text-transform: uppercase;
  background: none;
  -webkit-text-fill-color: unset;
  color: #fff;
}

.card__inner:before {
  --ratio-percent: 133%;
}

/* ===============================
   PRODUCTS
=============================== */

product__title {
  margin: 0!important;
}

.product__title>h1 {
  padding-top: 15px;
}

.product__info-container>*+* {
  margin-top: 0!important;
}

.product__info-container>*+* {
    margin: 1rem 0;
}

.product-form__submit {
  background-color: #fff;
}

.product__media-list .media img,
.cart-item__image-container img {
  clip-path: polygon(
    18px 0px, calc(100% - 18px) 0px,
    100% 18px, 100% calc(100% - 18px),
    calc(100% - 18px) 100%, 18px 100%,
    0px calc(100% - 18px), 0px 18px
  );
}

.cart-notification__heading {
    font-size: 30px!important;
}

#cart-notification {
  background-image: none;
}

cart-remove-button .icon-remove {
  color: #ffffff;
}

.cart__login-title {
    display: block;
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {

  .header {
    padding: 0 10px!important;
  }
  .header .h2 {
    font-size: 16pt !important;  
  }

  .header__icon,
  .mobile-facets__open {
      color: #fff!important;
  }

  .hero {
    height: auto;
    min-height: 90vh;
    padding: 3rem 1.5rem;
    text-align: center;
  }

  .hero__content {
    flex-direction: column-reverse;
    gap: 1.5rem;
    padding: 0;
    text-align: center;
  }

  .hero__logo img {
    max-width: 50vw;
    width: 100%;
    height: auto;
  }

  .hero__text {
    padding: 0;
    align-items: center;
    max-width: 100%;
    transform: translateY(-15%);
  }

  .hero__title {
    font-size: 3.5rem;
    line-height: 1.3;
    max-width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .hero__subtitle {
    font-size: 1.6rem;
    line-height: 1.5;
    max-width: 70vw;
    text-align: center;
    font-weight: 300;
    margin-bottom: 0;
  }

  .hero__btn {
    font-size: 1rem;
    padding: 1rem 2rem;
    margin-top: 1.5rem;
    clip-path: polygon(
      12px 0px, calc(100% - 12px) 0px,
      100% 12px, 100% calc(100% - 12px),
      calc(100% - 12px) 100%, 12px 100%,
      0px calc(100% - 12px), 0px 12px
    );
  }

  .announcement-bar__message {
    line-height: 2rem;
    text-align: center;
    font-size: 0.85rem;
  }

  .header__heading .h2, .footer__brand-name {
    font-size: 16pt !important;
  }

  .footer {
    min-height: 300px;
  }
  
  .footer__main-content {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
    padding-top: 1.5rem;
  }
  
  .footer__brand-column {
    align-items: center;
  }
  
  .footer__newsletter-column {
    align-items: center;
    text-align: center;
  }
  
  .newsletter-form__field-wrapper--horizontal {
    flex-direction: column;
    gap: 1rem;
    max-width: 300px;
    margin: 0 auto;
  }
  
  .newsletter-form__field-wrapper--horizontal .field__input {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .newsletter-form__button--pink {
    border-radius: 6px;
    width: 100%;
  }

  .footer__content-top.page-width {
      padding: 10px;
  }
  
  .footer__brand-name {
    font-size: 2.5rem;
  }
  
  .footer__copyright {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .footer__copyright .policies {
    justify-content: center;
  }

  .background-section__content  {
    top: 33%;
  }

  .background-section__content .background-section__heading {
    font-size: 1.5rem;
    transform: translateY(30px);
  }
  
  .background-section__media {
    height: 300px;
  }

  .hero .background-section__media {
    height: 100vh;
  }
  
  .background-section__media picture {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .product-grid .grid__item {
    margin-bottom: 30px;
  }

  .collection-hero__title {
    text-align: center;
  }

}








