/** Shopify CDN: Minification failed

Line 344:0 Unexpected "}"

**/
/* ==========================
   Heading Script Font - Northwell
   ========================== */
@font-face {
  font-family: 'Northwell';
  src: url('/cdn/shop/files/Northwell.woff2?v=1765769663') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


/* ==========================
   Typography Variables Override
   ========================== */
:root {

  /* Italic Headings use Northwell */
  --heading-italic-font-family: 'Northwell', sans-serif;

  /* Prevent actual italic rendering */
  --heading-font-style: normal;
  --heading-font-weight: 400;

  /* Buttons (unchanged from your setup) */
  --button-font: var(--text-font-style) var(--subheading-font-weight) var(--button-font-size) / normal var(--text-font-family) !important;
}

/* ==========================
   Mobile Fix
   ========================== */





p.text-subdued,
.text-subdued {
  color: rgb (var(--text-color) / 0.9);
}

/* ==========================
   Footer - add background
   ========================== */

.shopify-section--footer {
  margin: 0;
  padding: 100px 100px;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("/cdn/shop/files/SD-leaf_pattern_1.png?v=1765759739")!important;
}

@media screen and (max-width: 700px) {
 .shopify-section--footer   {
  margin: 0;
  padding: 100px 20px;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url("/cdn/shop/files/SD-leaf_pattern_1.png?v=1765759739")!important;
}}


/* ==========================
   HEADER
   ========================== */


@media (min-width: 768px) {
.header__hamburger{
  display:none!important;
}}





/* Style sidebar drawer menu */
   .menu-drawer__panel-body {
  background-color: #b3d0cb;
}
.menu-drawer__footer-item {
  background-color: #62192c;
  color: white;
}


/* expand width of nav link area to minimise wrapping */
.header__primary-nav--open-menu-in-sidebar {
  max-width: calc(700px - 2 * var(--header-padding-inline));
}



/* DESKTOP — custom icons normalize icon container size */
@media (min-width: 768px) {

  .header__account-link,
  .header__search-link,
  .header__cart-link {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}



/* ACCOUNT ICON — CSS override */
.header__account-link .tap-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hide original SVG */
.header__account-link .icon-account {
  opacity: 0;
}

/* Inject and scale PNG */
.header__account-link .tap-area::before {
  content: "";
  display: block;

  /* ⬆️ Increase visual size */
  width: 30px;
  height: 45px;

  background-image: url("/cdn/shop/files/SD-Icon-Account.png?v=1765759607");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ================================
   ACCOUNT ICON — MOBILE (slide-out menu)
   ================================ */
@media (max-width: 767px) {
  /* Hide original SVG */
  .menu-drawer__footer-item .icon-account {
    opacity: 0;
  }

  /* Inject custom PNG */
  .menu-drawer__footer-item a.h-stack::before {
    content: "";
    display: block;

    width: 30px;
    height: 45px;

    background-image: url("/cdn/shop/files/SD-Icon-Account.png?v=1765759607");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    /* Center vertically over anchor */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }

  /* Anchor relative for absolute pseudo */
  .menu-drawer__footer-item a.h-stack {
    position: relative;
  }
}


/* SEARCH ICON — CSS override */
.header__search-link .tap-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hide original SVG */
.header__search-link .icon-search {
  opacity: 0;
}

/* Inject custom PNG */
.header__search-link .tap-area::before {
  content: "";
  display: block;

  /* Optically larger for oval icons */
  width: 30px;
  height: 45px;

  background-image: url("/cdn/shop/files/SD-Icon-Search.png?v=1765759606");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}





/* CART ICON — CSS override */
.header__cart-link .tap-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hide original SVG */
.header__cart-link .icon-cart {
  opacity: 0;
}

/* Inject custom PNG */
.header__cart-link .tap-area::before {
  content: "";
  display: block;

  /* Optically larger for oval icons */
  width: 30px;
  height: 45px;

  background-image: url("/cdn/shop/files/SD-Icon-Cart.png?v=1765759611");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}



  



/* ---------------------------
   MOBILE HEADER ICONS ALIGNMENT
   --------------------------- */
@media (max-width: 767px) {

 /* MOBILE - move icon left to line up with facebook icon */
  .menu-drawer__footer-item a.h-stack::before {
    left: -2px; /* move icon slightly left */
  }

  /* Hide original SVG */
  .header__account-link .icon-account,
  .menu-drawer__footer-item .icon-account {
    opacity: 0;
  }

  /* Inject PNG */
  .header__account-link .tap-area::before,
  .menu-drawer__footer-item a.h-stack::before {
    content: "";
    display: block;
    width: 30px;
    height: 45px;
    background-image: url("/cdn/shop/files/SD-Icon-Account.png?v=1765759607");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 6px; /* space to text */
  }



  /* MOBILE — add spacing between account icon and text */

  .menu-drawer__footer-item a.h-stack span.subheading {
    margin-left: 8px; /* adjust as needed */
  }


}




  /* ---------- SEARCH ICON ---------- */
  .header__search-link .tap-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    position: relative;
    padding: 0;
  }

  .header__search-link .icon-search {
    opacity: 0;
  }

  .header__search-link .tap-area::before {
    content: "";
    display: block;
    width: 30px;
    height: 45px;
    background-image: url("/cdn/shop/files/SD-Icon-Search.png?v=1765759606");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  /* ---------- CART ICON ---------- */
  .header__cart-link .tap-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    position: relative;
    padding: 0;
  }

  .header__cart-link .icon-cart {
    opacity: 0;
  }

  .header__cart-link .tap-area::before {
    content: "";
    display: block;
    width: 30px;
    height: 45px;
    background-image: url("/cdn/shop/files/SD-Icon-Cart.png?v=1765759611");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

}




/* =========================================================
   FEATURED COLLECTIONS SECTION
   ========================================================= */








/* =========================================================
   PRODUCT CARD BADGES — ICON REPLACEMENT (CSS ONLY)
   ========================================================= */

/* ---------- BASE BADGE BEHAVIOUR (prevents overlap) ---------- */
.badge--sold-out,
.badge--on-sale,
.badge--new,
.badge--preorder {
  position: relative;
  display: block;

  /* Reserve layout space for icon */
  width: 60px;
  height: 40px;

  /* Remove text from layout while keeping it accessible */
  font-size: 0;
  line-height: 0;

  background: none;
  border: none;
}

/* Optional spacing between stacked badges */
badge-list .badge + .badge {
  margin-top: 6px;
}

/* Mobile - resize badges */
@media (max-width: 767px) {
  .badge--sold-out,
  .badge--on-sale,
  .badge--new,
  .badge--preorder {
    width: 42px;
    height: 24px;
  }
}

/* ---------- SOLD OUT BADGE ---------- */
.badge--sold-out::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("/cdn/shop/files/SD-Icon-Sold_out.png?v=1765759607");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

/* ---------- ON SALE BADGE ---------- */
.badge--on-sale::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("/cdn/shop/files/SD-Icon-Sale.png?v=1765759590");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

/* ---------- NEW BADGE ---------- */
.badge--new::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("/cdn/shop/files/SD-Icon-New.png?v=1765759611");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

/* ---------- PREORDER BADGE ---------- */
.badge--preorder::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("/cdn/shop/files/SD-Icon-Pre_order.png?v=1765759616");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

/* NORMALISE BADGE SPACING */
badge-list .badge {
  margin-top: 6px;
}

badge-list .badge:first-child {
  margin-top: 6px;
}





/* =========================================================
   COLLECTION READ MORE LINK
   ========================================================= */


/* Force collection read more link to inherit your subheading font */
p a.link.sub-heading.collection-read-more,
p a.link.sub-heading.collection-read-more * {
    font-family: var(--subheading-font-family) !important;
    font-weight: var(--subheading-font-weight) !important;
    font-size: smaller !important;
    letter-spacing: var(--subheading-letter-spacing) !important;
    text-transform: var(--subheading-text-transform) !important;
    color: inherit;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

/* Underline animation */
p a.link.sub-heading.collection-read-more::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

p a.link.sub-heading.collection-read-more:hover::after {
    transform: scaleX(1);
}

.collection-read-more-wrapper p:last-child {
    margin-bottom: 0;
}
.collection-read-more-wrapper a.collection-read-more {
    margin-top: 0;
    display: inline-block; /* optional, keeps spacing tight */
}

p a.collection-read-more {
    margin: 0; /* remove extra spacing */
}
p.collection-read-more-wrapper {
    margin-top: 0; /* optional, if you wrap the link in a <p> */
}


/* =========================================================
   PRODUCT TEMPLATE
   ========================================================= */

/*product templates - make info wider */
@media screen and (min-width: 1000px) {
  .product-info {
    max-width: calc(45rem + var(--product-block-item-margin) * 2);
  }
}

/* hide selected variant option text (above picker)*/
.variant-picker__option .variant-picker__option-info .h-stack span {
  display: none;
}


/* =========================================================
   TRUST ICONS SECTION
   ========================================================= */

   .trust-icons__item {
  padding-block: 1em;
}


