/** Shopify CDN: Minification failed

Line 14:1 All "@import" rules must come first

**/
/* TYPOGRAPHY & ROOT */

 @import url("https://use.typekit.net/mvt0maz.css");
 @font-face {
   src: url('/cdn/shop/files/LuminaireScript-Regular.woff?v=1746028404');
   font-family: "Bubbly";
 }

 @import url("https://use.typekit.net/mvt0maz.css");
 @font-face {
   src: url('/cdn/shop/files/PerfectlyNineties-Regular.woff2?v=1746028404');
   font-family: "Beaches";
 }

.h1, .h2, .h3 {
    font-family: "Beaches", serif;
}

.announcement-bar__message {
    font-family: "Beaches", serif;
}

:root {
  --font-body-family: "Beaches", serif;
}

/* GENERAL */

.pg-bkg {
  background: url('/cdn/shop/files/website-background-1080-1920-72-5.png?v=1746113158');
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  display: block !important;
  background-size: cover;
  background-position: center;
}


/* HEADER */


/* FOOTER */

.footer {
    border-top: 0px !important;
}

.footer__content-bottom {
    border-top: solid 0 !importantw;
}

/* PDP */

.product-form__buttons {
    max-width: 100% !important;
}

.product-form__submit {
  color: #ee2649;
  background-color: #F5C1ED;
  font-size: 2rem;
}

.button{
  --border-offset: #ee2649 !important;
  /* border: #ee2649 !important; */
}

.gravity-button {
  background-color: #ee2649 !important;
}

.price-item {
  font-size: 25px;
}

.product__tax {
  font-size: 20px;
}

.quantity__label {
  font-size: 20px;
}

/* COLLECTION */


/* POLICY */

.shopify-policy__container {
    max-width: 1400px !important;
}