/** Shopify CDN: Minification failed

Line 334:0 Unexpected "}"

**/
@import url("https://fonts.cdnfonts.com/css/futura-pt");

@font-face {
  font-family: "Larish Neue";
  src: url("/cdn/shop/files/LarishNeueSemibold-Regular.woff2?v=1751093425")
      format("woff2"),
    url("/cdn/shop/files/LarishNeueSemibold-Regular.woff?v=1751093425")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Now Text";
  src: url("/cdn/shop/files/futura-now-regular.woff2?v=1751518414")
      format("woff2"),
    url("/cdn/shop/files/futura-now-regular.woff?v=1751518414")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura Now Text";
  src: url("/cdn/shop/files/futura-now-medium.woff2?v=1751518414")
      format("woff2"),
    url("/cdn/shop/files/futura-now-medium.woff?v=1751518414")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --pf-heading-font: "Larish Neue", sans-serif;
  --pf-body-font: "Futura Now Text", sans-serif;
  --pf-body-font-2: "Futura PT", sans-serif;
  --cart-page-max-width: 1064px;
}

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 55px;
  --shopify-accelerated-checkout-button-border-radius: 50px;
}

more-payment-options-link a {
  font-family: var(--pf-body-font);
  font-size: 14px !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
}

.pf-prodimage-item img,
.pf-prodslide-img img,
.pf-product-card-img img,
.pf-collection-product-img img,
.pf-cart-item-img img,
.pf-cart-suggested .upsellBody .upsellImg span {
  background-color: #efefec !important;
}

#pf-default-page.section-content-wrapper h1 {
  text-align: center;
}

.pf-product-badge {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.pf-product-badge svg g:not(:has(g)) {
  stroke: #000;
}

.pf-product-badge svg g:has(text) {
  stroke: none;
}

.pf-product-badge svg text {
  fill: #000;
}

.pf-product-badge svg tspan {
  font-family: var(--pf-body-font) !important;
}

.pf-product-badge .pf-badge-size {
  font-family: var(--pf-body-font-2);
  font-size: 12px;
  width: 30px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #000;
}

.pf-product-badge .pf-badge-title {
  font-family: var(--pf-body-font-2);
  border: 1px solid #000;
  border-radius: 50px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  padding: 5px 10px;
}

.pf-container {
  --pf-padding-x: 50px;
  --pf-max-width: 100%;
  width: calc(100% - var(--pf-padding-x) * 2);
  max-width: var(--pf-max-width);
  margin-inline: auto;
}

.pf-container--fluid {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 1199px) {
  .pf-container {
    --pf-max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .pf-container {
    /* --pf-max-width: 720px; */
    --pf-padding-x: 40px;
  }

  body:has(.pf-navbar-megamenu.pf-active) {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .pf-container {
    /* --pf-max-width: 540px; */
    --pf-padding-x: 32px;
  }
}

@media screen and (max-width: 575px) {
  .pf-container {
    --pf-max-width: 100%;
    --pf-padding-x: 15px;
  }
}

.pf-heading-1 {
  font-family: var(--pf-heading-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.pf-heading-2 {
  font-family: var(--pf-body-font);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.pf-heading-2-medium {
  font-family: var(--pf-body-font);
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.pf-text-xxl,
.pf-text-xxl-medium {
  font-family: var(--pf-body-font);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.pf-text-xxl-medium {
  font-weight: 500;
}

.pf-text-xl,
.pf-text-xl-medium {
  font-family: var(--pf-body-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.pf-text-xl-medium {
  font-weight: 500;
}

.pf-text-lg,
.pf-text-lg-medium {
  font-family: var(--pf-body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.pf-text-lg-medium {
  font-weight: 500;
}

.pf-text-base,
.pf-text-base-medium {
  font-family: var(--pf-body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.pf-text-base-medium {
  font-weight: 500;
}

.pf-text-md,
.pf-text-md-medium {
  font-family: var(--pf-body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.pf-text-md-medium {
  font-weight: 500;
}

.pf-text-sm,
.pf-text-sm-medium {
  font-family: var(--pf-body-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.pf-text-sm-medium {
  font-weight: 500;
}

@media screen and (max-width: 1199px) {
  .pf-heading-1,
  .pf-heading-2-medium {
    font-size: 36.0px;
  }
}
@media screen and (max-width: 991px) {
  .pf-heading-1,
  .pf-heading-2-medium {
    font-size: 32.0px;
  }

  .pf-heading-2 {
    font-size: 28.0px;
  }

  .pf-text-xxl,
  .pf-text-xxl-medium {
    font-size: 20.1px;
  }

  .pf-text-xl,
  .pf-text-xl-medium {
    font-size: 16.0px;
  }

  .pf-text-lg,
  .pf-text-lg-medium {
    font-size: 13.86px;
  }
}
@media screen and (max-width: 575px) {
  .pf-heading-1,
  .pf-heading-2-medium {
    font-size: 30.0px;
  }

  .pf-heading-2 {
    font-size: 20.0px;
  }

  .pf-text-xxl,
  .pf-text-xxl-medium {
    font-size: 14.1px;
  }

  .pf-text-xl,
    font-size: 14.0px;
  }
}

.pf-header-wrapper .pf-header-navbar .pf-container{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 57px;
}

/* Default Gift Card */
#pf-default-gift-card {
  background: #EFEFEC;
}

#pf-default-gift-card * {
  font-family: var(--pf-body-font);
}

#pf-default-gift-card header:has(.gift-card__text-wrapper h2) {
  display: none;
}
 
#pf-default-gift-card header h2 {
  font-family: var(--pf-heading-font);
}

#pf-default-gift-card .gift-card__main {
  max-width: 360px;
  margin-inline: auto;
  padding-bottom: 40px;
}

#pf-default-gift-card .gift-card__image-wrapper {
  padding: 0;
  border: 0;
  height: auto;
  width: 100%;
  aspect-ratio: auto;
  max-width: 290px;
  margin-bottom: 56px;
}

#pf-default-gift-card .gift-card__price h2 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 24px;
}

#pf-default-gift-card .gift-card__text-wrapper {
  max-width: 304px;
  margin-inline: auto;
}

#pf-default-gift-card .gift-card__text-wrapper h4 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}

#pf-default-gift-card .gift-card__text-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
}

#pf-default-gift-card .gift-card__buttons {
  width: 100%;
  max-width: 100%;
}

#pf-default-gift-card .gift-card__buttons-full-width {
  width: 100%;
  border-radius: 50px;
}

#pf-default-gift-card .gift-card__buttons-full-width.button-secondary {
  background: transparent;
  border: 1px solid #000000;
}

#pf-default-gift-card .gift-card__buttons-full-width.button-secondary:hover {
  color: #000000;
  box-shadow: none;
}