/** Shopify CDN: Minification failed

Line 106:8 Expected identifier but found whitespace
Line 106:10 Unexpected "{"
Line 106:19 Expected ":"
Line 106:52 Expected ":"
Line 107:9 Expected identifier but found whitespace
Line 107:11 Unexpected "{"
Line 107:20 Expected ":"
Line 107:53 Expected ":"
Line 108:10 Expected identifier but found whitespace
Line 108:12 Unexpected "{"
... and 11 more hidden warnings

**/
.slideshow__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.announcement-bar__message {
    font-family: "GT Walsheim";
    text-transform: uppercase;
}
.list-menu__item {
        text-transform: uppercase;
       letter-spacing: 2.5px;
    padding-right: 60px;
    font-size: 12px;
    color:#E9D7FF;
}
.signinheader a{
    text-decoration: none !important;
}
/* =========================================================
   Global Button "Double Border" Frame (Dawn)
   ========================================================= */

.button,
.shopify-payment-button__button {
  position: relative;
}

/* Outer thin border */
.button::before,
.shopify-payment-button__button::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid currentColor;
  pointer-events: none;
  border-radius: inherit;
}

/* Inner thin border (creates the inset frame) */
.button::after,
.shopify-payment-button__button::after {
  content: "";
  position: absolute;
  inset: 6px; /* controls the gap between the borders */
  border: 1px solid currentColor;
  pointer-events: none;
  border-radius: inherit;
}
.card--standard>.card__content .card__information, .card-information {
  text-align:center !important;
}
.card__heading {
    font-family: 'The Seasons';
    font-size: 20px;
    font-weight: 300;
    margin: 10px;
}
 .light {
font-family: 'GT Walsheim';
    font-size: 14px;
    margin-bottom: 5px;
    opacity: 100%;
 }
 /* Make header logo larger than Dawn's max setting */
.header__heading-logo {
  width: 400px !important;
  max-width: 100% !important; /* change this number */
  height: auto !important;
}
/* Remove Dawn header nav hover underline animation */
.header__menu-item span {
  text-decoration: none !important;
}

.header__menu-item span::after {
  display: none !important;
  content: none !important;
}
.footer {
  position: relative;
  overflow: visible !important;
}

/* flower */
.footer__flower {
  position: absolute;
  left: 60px;            /* tweak */
  top: 110px;            /* tweak */
  width: {{ section.settings.footer_flower_size }}px;
  height: {{ section.settings.footer_flower_size }}px;
  opacity: {{ section.settings.footer_flower_opacity | divided_by: 100.0 }};
  pointer-events: none;
  z-index: 1;
}

.footer__flower img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

/* ensure footer content sits above flower */
.footer__content-top,
.footer__content-bottom,
.footer__content-top--prototype {
  position: relative;
  z-index: 2;
}
.tob-media {
margin-top: 60px;
    margin-bottom: 60px;
}
.tob-section .tob-heading, .tob-section .tob-text, .tob-section .tob-text p, .tob-section .rte, .tob-section .rte p {
      font-family: the-seasons, the-seasons-text, the-seasons-display, serif !important;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.25;
}
.pff__heading {
     font-size: 16px;
    font-family: 'GT Walsheim';
    color: #B837BE !important;
    text-transform: uppercase;
    margin-top: 60px !important;
    letter-spacing: 3px;
}
.pff__title {
font-family: var(--font-bile);
    letter-spacing: 1px;
    font-size: 24px;
    color: var(--pff-accent);
}
.pff__price {
  font-size: 16px !important;
}
.pff__vendor {
  margin-bottom: 10px !important;
}
.title-wrapper-with-link {
justify-content: center;
}
.multicolumn .title {
  font-size:32px;
}
.background-none .multicolumn-card__image-wrapper {
  margin:5px !important;
}
.multicolumn-card>.multicolumn-card__image-wrapper--full-width:not(.multicolumn-card-spacing) {
  border: 1px solid #7999E4;
}
.footer__proto-social {
    margin-top: 15px !important;
    margin-left: -10px !important;
}
.image-with-text__content>*+* {
      font-family: 'the-seasons';
    font-size: 20px;
    color: white;
    font-weight: 300;
    line-height: 1.35;
}
.cform-title {
     font-size: 48px  !important;
    color: #8fa9ff;
    letter-spacing: 2px  !important;
}
.header__icon span {
      text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    width: 70px;
    text-decoration: none !important;
}
.tob-double-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #a4bfff;
  color: #fff;
  padding: 14px 34px;
  text-decoration: none;
  position: relative;
}

/* the OUTLINE border */
.tob-double-button {
  box-shadow: inset 0 0 0 1px #A4BFFF;
}
/* CONTACT FORM SUBMIT BUTTON — solid blue + blue outline */
.contact .button,
.contact-form .button,
.contact-form__button .button,
.contact__button .button,
form[action*="/contact"] button[type="submit"] {
  font-family: "GT Walsheim", var(--font-body-family) !important;
  background: #A4BFFF !important;
  color: #ffffff !important;
  border: 1px solid #A4BFFF !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* If Dawn is using a pseudo-element for button borders, kill it */
.contact .button:before,
.contact .button:after,
form[action*="/contact"] button[type="submit"]:before,
form[action*="/contact"] button[type="submit"]:after {
  display: none !important;
}
form[action*="/contact"] button[type="submit"] {
  outline: 1px solid #A4BFFF;
  outline-offset: 3px;
}
form[action*="/contact"] button[type="submit"]:hover {
  background: #ffffff !important;
  color: #A4BFFF !important;
}
/* PRODUCT PAGE — Add to cart button */
.product-form__submit.button,
.product-form__buttons .product-form__submit {
  font-family: "GT Walsheim", var(--font-body-family) !important;
  background: #A4BFFF !important;
  color: #ffffff !important;
  border: 1px solid #A4BFFF !important;
  box-shadow: none !important;
}

/* Kill Dawn’s pseudo-element border that’s creating the inner white stroke */
.product-form__submit.button::before,
.product-form__submit.button::after {
  display: none !important;
}

/* Optional: outer “frame” outline like your mockups */
.product-form__submit.button {
  outline: 1px solid #A4BFFF;
  outline-offset: 3px;
}


/* Hide Shop Pay installments message */
.shopify-payment-terms {
  display: none !important;
}
.shopify-payment-terms__container {
  display: none !important;
}
.product__info-container .product__description {
  font-size:14px;
}
.product-form__input--swatch {
  display: none !important;
}
/* HEADER: remove underline from the account/sign-in link */
.header a.account.link,
.header a.account.link:hover,
.header a.account.link:focus,
.header a.account.link:focus-visible {
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  background-image: none !important;
}
.header a.account.link::after,
.header a.account.link::before {
  content: none !important;
  display: none !important;
}
/* Remove any “underline” treatment from the header account/sign-in link */
.header__icon--account,
.header__icon--account * {
  text-decoration: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  background-image: none !important;
}

/* If the line is drawn with a pseudo-element (common in Dawn link styles) */
.header__icon--account::before,
.header__icon--account::after,
.header__icon--account .signinheader::before,
.header__icon--account .signinheader::after {
  content: none !important;
  display: none !important;
}

/* In case your custom wrapper is literally drawing the line */
.header__icon--account .signinheader,
.header__icon--account .signinheader span {
  border: 0 !important;
  box-shadow: none !important;
}


@media only screen and (max-width: 749px) {

.header {
padding:5px !important;
}

.tob-section .tob-heading, .tob-section .tob-text, .tob-section .tob-text p, .tob-section .rte, .tob-section .rte p {
  font-size:20px;
  line-height:3rem;
  padding-top:60px;
}
.lpc-heading {
    font-size:20px;
  line-height:3rem;
}
.storefront-info-split__subheading h3 {
  font-size:26px !important;
}
#CartDrawer .drawer__inner {
width:300px !important;
}
.cart-count-bubble {
height: 1.25rem;
    width: 1.25rem;
}
}
/* MOBILE ONLY: put the flower behind the TEXT, but behind the PHOTOS */
@media screen and (max-width: 749px) {
  .lpc-wrap {
    position: relative;
  }

  /* Flower background watermark */
  .lpc-bg {
    position: absolute;
    inset: 0;
    z-index: 2;              /* sits above section bg */
    pointer-events: none;
  }

  /* LEFT column (text area) should be ABOVE flower */
  .lpc-left {
    position: relative;
    z-index: 3;
  }

  /* Photos should be ABOVE the flower */
  .lpc-left-image,
  .lpc-right-image {
    position: relative;
    z-index: 4;
  }
}
@media screen and (max-width: 749px) {
  .lpc-bg {
    top: 0;
    bottom: auto;
    height: 30%;
  }

  .lpc-bg img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .lpc-heading {
    text-align:center !important;
  }
}
/* Mobile: flower + contact side-by-side */
@media screen and (max-width: 749px) {
  .footer__proto.footer__proto--left {
    display: grid !important;
    grid-template-columns: 110px 1fr; /* flower | text */
    gap: 18px;
    align-items: start;
  }

  .footer__flower.footer__flower--stamp {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 80px !important;
    height: auto;

    /* in case it was positioned for desktop */
    position: static !important;
    inset: auto !important;
    margin: 0 !important;
  }

  .footer__proto-contact {
    grid-column: 2;
    grid-row: 1;
    margin: 0 !important;
  }
  .footer__flower--stamp img {
   margin-top:30px !important;
  }
  .footer__proto--left .footer__proto-contact {
    padding-top:0px !important;
  }
  .footer__proto-menus-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .footer__proto-newsletter-heading {
    font-size: 22px !important;
  }
  .menu-drawer__menu-item {
   font-family: var(--font-bile);
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 32px !important;
    color: white;
    text-align: center;
    justify-content: center;
  }
  
      .pff .pff__meta {
padding-bottom: 40px;
      }
}
@media (max-width: 749px) {
  /* Remove the overlay slot behavior on mobile */
  .pff .pff__nav-slot {
    display: none !important;
  }

  /* New arrow row under the price */
  .pff .pff__nav-slot-below {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 22px;
  }

  .pff .pff__nav-slot-below .pff__nav {
    position: static !important;
    transform: none !important;
    pointer-events: auto;
    line-height: 1;
  }
  .cform-grid .contact__button {
width:100px !important;
  }
}
/* ===========================
   Cart Drawer – Mobile polish
   =========================== */
@media (max-width: 749px) {

  /* The whole drawer should be the screen width */
  cart-drawer.drawer,
  .drawer.cart-drawer,
  .drawer__inner {
    width: 100vw !important;
    max-width: 100vw !important;
  }

  /* Prevent horizontal scroll in the drawer */
  .drawer__inner,
  .drawer__content,
  .drawer__cart-items,
  .cart-drawer__items {
    overflow-x: hidden !important;
  }

  /* Comfortable padding */
  .drawer__header,
  .drawer__footer,
  .drawer__inner .drawer__contents {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  /* Make title behave on mobile */
  .drawer__heading,
  .cart-drawer__heading {
    font-size: clamp(26px, 7vw, 38px);
    line-height: 1.05;
    margin: 6px 0 0;
  }
}
@media (max-width: 749px) {

  /* Each item becomes a 2-col grid: image | details */
  .drawer .cart-item {
    display: grid !important;
    grid-template-columns: 92px 1fr;
    column-gap: 14px;
    align-items: start;
    padding: 14px 0;
  }

  /* Prevent columns from squishing weirdly */
  .drawer .cart-item__media {
    width: 92px !important;
  }

  .drawer .cart-item__image,
  .drawer .cart-item__image img {
    width: 92px !important;
    height: 92px !important;
    object-fit: cover;
    display: block;
  }

  .drawer .cart-item__details {
    min-width: 0; /* allows wrapping */
  }

  .drawer .cart-item__name {
    font-size: 18px;
    line-height: 1.15;
    margin: 0 0 6px;
    word-break: break-word;
  }

  .drawer .cart-item__price,
  .drawer .cart-item__final-price,
  .drawer .cart-item__discounted-prices {
    font-size: 16px;
  }
}
@media (max-width: 749px) {

  /* Put quantity + remove in a tidy row */
  .drawer .cart-item__quantity-wrapper,
  .drawer .cart-item__quantity {
    margin-top: 10px !important;
  }

  .drawer quantity-input,
  .drawer .quantity {
    width: 120px !important;
    min-width: 120px !important;
    height: 42px;
  }

  .drawer .quantity__button {
    width: 42px;
    height: 42px;
  }

  .drawer .quantity__input {
    height: 42px;
    font-size: 16px;
  }

  /* Keep remove link from drifting */
  .drawer .cart-remove-button,
  .drawer a.cart-remove-button {
    margin-left: 12px;
    align-self: center;
  }
}
@media (max-width: 749px) {

  /* Sticky footer inside the drawer */
  .drawer__footer {
    position: sticky;
    bottom: 0;
    z-index: 5;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    /* background uses your drawer bg; if transparent, set a color */
    background: var(--gradient-background, #fff);
    box-shadow: 0 -10px 20px rgba(0,0,0,.08);
  }

  .drawer__footer .cart__checkout-button,
  .drawer__footer button[name="checkout"] {
    width: 100%;
    min-height: 54px;
    font-size: 16px;
  }
}
@media (max-width: 749px) {
  .drawer__inner {
    padding: 0 !important;
  }

  .drawer__contents {
    max-width: 100% !important;
  }
  #CartDrawer .drawer__heading {
font-size: 26px !important;
    margin-top: 12px !important;
  }
  .lp-cart-head {
    display: none;
  }
}
:root{
  --lp-menu-flower-size: 30px;
  --lp-menu-flower-speed: 900ms;
  --lp-menu-flower-url: url("/cdn/shop/files/LP_Submark_Lavender.png?v=1769993388");
}

@media (max-width: 749px) {
  header-drawer summary.header__icon--menu,
  header-drawer .header__icon--menu {
    position: relative;
  }

  /* Hide the default hamburger + close icons */
  header-drawer .header__icon--menu .icon-hamburger,
  header-drawer .header__icon--menu .icon-close {
    opacity: 0 !important;
    visibility: hidden !important;
  }

  /* The flower icon */
  header-drawer summary.header__icon--menu::after,
  header-drawer .header__icon--menu::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;

    width: var(--lp-menu-flower-size);
    height: var(--lp-menu-flower-size);

    background-image: var(--lp-menu-flower-url);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transform-origin: 50% 50%;
    pointer-events: none;
  }

  /* Spin on hover/focus */
  header-drawer summary.header__icon--menu:hover::after,
  header-drawer summary.header__icon--menu:focus-visible::after {
    animation: lpFlowerSpin var 5slinear infinite;
  }

  /* Spin when the menu is open */
  header-drawer details[open] > summary.header__icon--menu::after {
    animation: lpFlowerSpin 5s linear infinite;
  }
}

@keyframes lpFlowerSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@media (max-width: 749px) {
  header-drawer summary.header__icon--menu::after,
  header-drawer .header__icon--menu::after {
    animation: lpFlowerSpin 5s linear infinite;
  }
}
/* Footer must create a stacking context */
.footer {
  position: relative;
  z-index: 0;
}

/* Scallop sits behind */
.footer::before,
.footer::after {
  z-index: 0 !important;
  pointer-events: none;
}

/* Footer content sits above */
.footer .footer__content-top,
.footer .footer__content-bottom,
.footer .footer__blocks-wrapper,
.footer .footer__copyright {
  position: relative;
  z-index: 1;
}
/* Mobile image swap (only when a mobile image is provided) */
#Banner-{{ section.id }} .banner__media .banner__image--mobile { display: none; }

@media screen and (max-width: 749px) {
  /* First image: swap ONLY if mobile_image exists */
  #Banner-{{ section.id }}.banner--has-mobile-image .banner__media .banner__image--desktop { display: none; }
  #Banner-{{ section.id }}.banner--has-mobile-image .banner__media .banner__image--mobile { display: block; }

  /* Second image: swap ONLY if mobile_image_2 exists */
  #Banner-{{ section.id }}.banner--has-mobile-image-2 .banner__media .banner__image--desktop { display: none; }
  #Banner-{{ section.id }}.banner--has-mobile-image-2 .banner__media .banner__image--mobile { display: block; }
}

#CartDrawer .drawer__heading {
  font-family: var(--font-heading-family) !important;
}
#CartDrawer .cart-item__name {
  font-family: var(--font-heading-family) !important;
}
@media screen and (max-width: 749px) {
   .footer__proto-menus-grid {
gap: 0px !important;
    }
    .footer__proto-menu {
margin-left:30px !important;
    }
    .footer__proto-newsletter {
      padding-left:30px;
    }
        header-drawer summary.header__icon--menu, header-drawer .header__icon--menu {
margin-left:20px;
        }
        .list-menu__item {
        padding-bottom: 50px !important;
  }
  .list-menu {
padding-top: 60px !important;
  }
  .menu-drawer__account {
font-size:12px;
letter-spacing:2px;
text-transform:uppercase;
}
.media--portrait {
  border: 1px solid #7999E4;
}
.list-social {
  margin-left:30px;
}
}
#CartDrawer dl .product-option {
display: none !important;
}
/* Slideshow text box — true double INNER border */
.slideshow__text.banner__box {
  position: relative;
  background: rgba(247, 243, 224, 0.96);
  padding: 3.5rem 4rem;
  border: none; /* remove outer border */
  box-shadow: none;
  overflow: visible;
}
  .slideshow__text.banner__box .banner__heading {
    font-size: 40px;
  }
/* INNER BORDER 1 (outer of the two inner lines) */
.slideshow__text.banner__box::before {
  content: ""; 
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
border: 2px solid #03467D;
  pointer-events: none;
}

/* INNER BORDER 2 (inner line) */
.slideshow__text.banner__box::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
border: 1px solid #03467D;
  pointer-events: none;
}
/* SLIDESHOW BOX — force styled box on mobile too */
.slideshow .slideshow__text.banner__box,
.slideshow__text.banner__box {
  position: relative;
  background: rgba(247, 243, 224, 0.96) !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
  border-radius: 0 !important;
  padding: 3.5rem 4rem !important;
}

/* two inset lines INSIDE the box */
.slideshow .slideshow__text.banner__box::before,
.slideshow .slideshow__text.banner__box::after,
.slideshow__text.banner__box::before,
.slideshow__text.banner__box::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.slideshow .slideshow__text.banner__box::before,
.slideshow__text.banner__box::before {
  top: 6px;
  right: 6px;
  bottom: 6px;
  left: 6px;
  border: 2px solid #03467D;
}

.slideshow .slideshow__text.banner__box::after,
.slideshow__text.banner__box::after {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #03467D;
}

/* keep content above the pseudo borders */
.slideshow__text.banner__box > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .slideshow .slideshow__text.banner__box,
  .slideshow__text.banner__box {
    background: rgba(247, 243, 224, 0.96) !important;
    padding: 2.2rem 1.6rem !important;
    width: calc(100% - 2rem) !important;
    max-width: calc(100% - 2rem) !important;
    margin: 0 auto !important;
    min-height: auto !important;
  }

  .slideshow .slideshow__text.banner__box::before,
  .slideshow__text.banner__box::before {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
  }

  .slideshow .slideshow__text.banner__box::after,
  .slideshow__text.banner__box::after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .slideshow__text.banner__box .banner__heading {
    font-size: clamp(2.8rem, 9vw, 4.8rem) !important;
    line-height: 1.02 !important;
    margin-bottom: 0 !important;
  }

  .slideshow__text.banner__box .banner__text,
  .slideshow__text.banner__box .banner__buttons {
    margin-top: 1.2rem !important;
  }
}