/** Shopify CDN: Minification failed

Line 10:23 Unterminated string token
Line 15:23 Unterminated string token

**/
	@font-face { 
	font-family: 'Hunter'; 
	src: url('https://static.showit.co/file/HNjqfc_CSsyMd_CMzvNKSg/shared/hunter-webfont.woff');
	font-weight: normal"; 
}
	@font-face { 
	font-family: 'Blackstone'; 
	src: url('https://static.showit.co/file/lK52kIWyTHOggeGFyAwF1g/shared/blackstone.woff');
	font-weight: normal"; 
}

h1, h2
{
  font-family: 'Hunter' !important; 
}
.button {
    opacity: 1 !important;
    padding: 10px 50px !important;
    border-radius: 4px;
}
.enchanted-video-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
  }

  .enchanted-video-section .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
  }

  .enchanted-video-section .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }

  .enchanted-video-section .image-wrapper {
    position: relative;
    z-index: 3;
    text-align: center;
  }

  .enchanted-video-section .centered-image {
    max-width: 90%;
    height: auto;
    display: inline-block;
  }

.split-section-wrapper {
  background: #f3edf3;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.split-container {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 600px;
  z-index: 2;
}

.split-left {
  width: 60%;
  background: #fff;
  padding: 60px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.split-left .inner-section {
    width: 420px;
    margin: 0 auto;
}

.logo {
  max-height: 100%;
  margin: 0 auto 20px;
}

.headline {
    margin-bottom: 25px;
    font-family: var(--font-body-family) !important;
    color: rgba(103, 94, 115, 1);
    text-transform: uppercase;
    line-height: 1.6;
    letter-spacing: 0.15em;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    font-style: normal;
}

.description {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* .cta-button {
  display: inline-block;
  background-color: #443c63;
  color: #fff;
  padding: 14px 28px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 6px;
} */

.split-right {
  width: 50%;
  position: relative;
  z-index: 1;
}

.split-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.mission-wrapper {
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 100px 20px;
  overflow: hidden;
  min-height: 820px;
  display: flex;
  align-items: center;
}

.mission-content {
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.mission-content h2 {
  font-size: 36px;
  font-family: serif;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.mission-content p {
  font-size: 24px;
  line-height: 1.6;
}

.mission-image {
  position: absolute;
  width: 200px;
  z-index: 1;
  opacity: 0.5;
}

.mission-image img {
  width: 100%;
  height: auto;
}

/* Positioning */
.top-left {
  top: 20px;
  left: 20px;
}

.top-right {
  top: 20px;
  right: 20px;
  width: 300px;
}

.bottom-left {
  bottom: -100px;
  left: 90px;
  width: 300px;
}

.bottom-right {
  bottom: 20px;
  right: 40px;
  width: 260px;
}

/* video story */
.magical-video-wrapper {
  background-size: cover;
  background-position: center;
  padding: 80px 20px;
  text-align: center;
  position: relative;
}

.magical-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.video-container iframe {
  max-width: 100%;
}

.side-image {
  max-width: 200px;
}

.side-image img {
  width: 100%;
  height: auto;
}
.mobile-story-img
{
  display: none;
}

/* Feature Blog */

.blog-feature-wrapper {
  padding: 60px 20px;
  background: #FFF;
}

.blog-feature-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.blog-text-column
 {
    flex: 1 1 500px;
    max-width: 600px;
    background: #fff8f5;
    padding: 90px 50px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.top-label {
    margin-bottom: 20px;
    color: rgba(179, 155, 174, 1);
    font-size: 70px;
    text-align: center;
    font-family: 'Blackstone';
    font-weight: 400;
    font-style: normal;
    position: absolute;
    transform: scale(1, 1) translate(0px, 0px) rotate(-12deg);
    top: -39px;
    left: -17px;
}

.blog-title {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 500;
}
ul.staticbutllot {
    padding: 0;
    margin: 30px 0;
    text-align: center;
}

ul.staticbutllot li {
    color: rgb(8 8 8);
    height: 6px;
    display: inline-block;
    width: 6px;
    background: rgba(179, 155, 174, 1);
    border-radius: 100%;
    margin: 0 4px;
}

.blog-excerpt {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.blog-button {
  background-color: #3e106d;
  color: #fff;
  padding: 12px 28px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.blog-button:hover {
  background-color: #5a2b90;
}

.blog-image-column {
    flex: 1 1 500px;
    max-width: 600px;
    transform: scale(1, 1) translate(-53px, 0px);
    padding-top: 15rem;
}

.blog-image-column img {
    width: 100%;
    height: 650px;
    position: relative;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: inherit;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .enchanted-video-section
{
    height: 35vh;
}
  .split-left .inner-section {
    width: 100%;
  }
  .split-container {
    flex-direction: column-reverse;
  }

  .split-left, .split-right {
    width: 100%;
  }

  .split-left {
    padding: 40px 20px;
  }

  .split-right img {
    height: auto;
    max-height: 400px;
  }
    .mission-image {
    width: 120px;
  }

  .top-left,
  .bottom-left {
    left: 10px;
  }

  .top-right,
  .bottom-right {
    right: 10px;
  }
/* Video story */
    .magical-video-inner {
    flex-direction: column;
  }
     .side-image {
        max-width: 310px;
    }
  .hide-story-mobile
  {
    display: none;
  }
  .mobile-story-img
{
  display: block;
}

  /* Feature Blog */
   .blog-feature-container {
    flex-direction: column;
  }

  .blog-text-column, .blog-image-column {
    max-width: 100%;
  }
  .blog-image-column {
    transform: scale(1, 1) translate(-0px, 0px);
    padding-top: 20px;
  }

  .blog-title {
    font-size: 22px;
  }
  .blog-image-column img {
    height: 480px;
  }

}

.page-header-banner {
  position: relative;
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.page-header-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #00000080; /* fallback overlay */
  background-blend-mode: overlay;
  z-index: 1;
  display: block !important;
}

.page-header-banner__content {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.page-header-banner__title {
    color: #fff;
    font-size: 65px;
    margin: 0;
}


/* About Page */
.about-story-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.about-story-container {
  display: flex;
  flex-wrap: wrap;
  min-height: 600px;
}

.about-story-left,
.about-story-right {
  flex: 1 1 50%;
  position: relative;
}

.about-story-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-story-right {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.about-story-content {
  max-width: 500px;
  position: relative;
}

.about-story-stars {
    margin: 0 auto 20px;
    display: block;
    top: -3em;
    width: 69px;
    height: 115px;
    position: absolute;
    right: -1em;
    transform: scale(1, 1) translate(0px, 0px) rotate(132deg);
}
.about-story-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 65px;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-story-title span {
  display: block;
}

.family-story-wrapper {
  padding: 60px 0px;
  background-color: #fff;
  margin: 0 auto;
}

.family-story-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.family-story-container .text-block,
.family-story-container .image-block {
  flex: 1 1 50%;
}

.family-story-container .text-block {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.family-story-container .image-block img {
  width: 100%;
  height: 600px;
  display: block;
  object-fit: cover;
  margin-top: -40px;
}
.family-story-wrapper h2 {
    background-color: rgba(37, 40, 98, 1);
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 10px 80px 10px 30px;
    width: max-content;
    position: relative;
    letter-spacing: 0.15em;
    margin-bottom: 60px;
    font-family: Montserrat, sans-serif !important;
  font-weight: 600;
}
.family-story-wrapper h2::after {
    content: "";
    position: absolute;
    padding: 0;
    -webkit-transform: rotate(0deg) skew(0deg);
    transform: rotate(0deg) skew(180deg);
    border-bottom: 19px solid transparent;
    border-left: 18px solid transparent;
    border-right: solid 18px #fff;
    border-top: 20px solid transparent;
    right: 0;
    top: 0;
}
#shopify-section-template--24523545215280__rich_text_dMgNEc .content-container, #shopify-section-template--24556093473072__rich_text_MtJBjC .content-container {
    background-image: linear-gradient(64deg, rgba(37, 40, 98, 1) 0%, rgba(103, 94, 115, 1) 100%);
}
#shopify-section-template--24523545215280__rich_text_dMgNEc, #shopify-section-template--24556093473072__rich_text_MtJBjC
{
  .rich-text__text p {
    position: relative;
    letter-spacing: 0.15em;
    font-family: Montserrat, sans-serif !important;
    font-size: 15px;
    font-weight: 600;
}
  .rich-text__heading em
  {
    color: #FFF;
  }
  .rich-text__text strong {
    color: rgba(255, 255, 255, 0.55) !important;
}
  .rich-text__wrapper:before {
    content: "";
    width: 90px;
    height: 1px;
    background: #ffffff87;
    position: absolute;
    top: 80px;
}
  .rich-text__wrapper:before {
    content: "";
    width: 90px;
    height: 1px;
    background: #ffffff87;
    position: absolute;
    top: 80px;
}
  .rich-text__wrapper:after {
    content: "";
    width: 90px;
    height: 1px;
    background: #ffffff87;
    position: absolute;
    bottom: 80px;
}
  .rich-text__blocks {
    padding: 60px 0;
}

}

@media screen and (min-width: 990px) {
   #shopify-section-template--24556093473072__rich_text_MtJBjC .rich-text__blocks {
        max-width: 1200px;

    }
}
  .meet-founder-wrapper {
  background-color: #fff;
  padding: 60px 20px;
  position: relative;
}
.meet-founder-wrapper::before {
    content: "";
    height: 100%;
    width: 64%;
    position: absolute;
    background: rgba(179, 155, 174, 0.25);
    right: 0;
    top: 50%;
    max-height: 728px;
    transform: translateY(-50%);
}

.founder-left {
  flex: 1 1 50%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.founder-left .tags {
    margin-bottom: 20px;
    color: rgba(37, 40, 98, 1);
    line-height: 1.6;
    font-size: 13px;
    text-align: left;
    font-family: 'Montserrat';
    font-weight: 600;
    padding-left: 4px;
    letter-spacing: 0.15em;
    font-style: normal;
    width: 200px;
}

.founder-left img {
    width: 100%;
    height: 606px;
    object-fit: cover;
    max-width: 500px;
    object-position: 68%;
    z-index: 99999;
}

.founder-right {
  flex: 1 1 50%;
  padding: 60px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.founder-right .content-box {
  max-width: 500px;
}

.founder-right h2 {
  font-weight: 400;
  margin-bottom: 20px;
}

.founder-right .description {
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  margin-bottom: 0;
}

.founder-right .signature {
    color: rgba(0, 0, 0, 1);
    font-size: 32px;
    text-align: center;
    font-family: 'Blackstone';
    font-weight: 400;
    font-style: normal;
}
.cta-parallax-wrapper {
  position: relative;
  overflow: hidden;
}

.cta-parallax-bg {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 60px 20px;
}
@supports (-webkit-touch-callout: none) {
  .cta-parallax-bg {
    background-attachment: scroll;
    background-position: center center;
  }
}

.cta-parallax-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 800px;
  padding: 0 20px;
}

.cta-content h2 {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-family: 'Georgia', serif;
}

.cta-button {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #f1f1f1;
}

.card--product a {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
}


@media (min-width: 1200px) {
    .meet-founder-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
}

@media (max-width: 767px) {
  .page-header-banner {
    height: 420px;
  }
  .about-story-container {
    flex-direction: column;
  }

  .about-story-left,
  .about-story-right {
    flex: 1 1 100%;
  }

    .about-story-title {
        font-size: 70px;
    }

  .about-story-stars {
    width: 80px;
  }

    .family-story-container {
    flex-direction: column;
  }

  .family-story-container .text-block,
  .family-story-container .image-block {
    flex: 1 1 100%;
  }

  .family-story-wrapper {
    padding: 40px 15px;
  }

  .family-story-container {
    margin-bottom: 40px;
  }

    .meet-founder-container {
    flex-direction: column;
  }

  .founder-left, .founder-right {
    flex: 1 1 100%;
    padding: 20px 0;
  }

  .founder-right {
    padding: 40px 20px;
  }

  .founder-right .content-box {
    max-width: 100%;
  }
  .cta-content h2 {
    font-size: 24px;
  }

  .cta-button {
    font-size: 14px;
    padding: 10px 20px;
  }
.family-story-wrapper h2 {
        height: 70px;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 29px 10px 30px;
        font-size: 13px;
        margin-bottom: 0;
        margin-left: -15px;
        font-size: 17px !important;
}
.family-story-wrapper h2:after
{
        content: "";
        position: absolute;
        padding: 0;
        border-bottom: 38px solid transparent;
        border-left: 40px solid transparent;
        border-right: solid 30px #fff;
        border-top: 34px solid transparent;
        right: 0;
        top: 0;
}
.first-row p:nth-child(2) {
    font-size: 27px;
    font-family: 'Hunter' !important;
    color: rgba(103, 94, 115, 1);
}
.family-story-container.second-row {
    flex-direction: column-reverse;
}

.meet-founder-wrapper::before 
{
  top: 85%;
}
.founder-left img {
    height: 400px;
    max-width: 300px;
}
.meet-founder-wrapper::before {
    width: 95%;
    max-height: 1350px;
}
#shopify-section-template--24523545215280__rich_text_dMgNEc .rich-text__wrapper:before {
  top: 60px;
}
#shopify-section-template--24523545215280__rich_text_dMgNEc .rich-text__wrapper:after {
  bottom: 60px;
}
}


/* FAQ */
.custom-faq-section {
    padding: 60px 20px;
    background: #FFF;
}
.faq-container {
  max-width: 960px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 28px;
  font-family: inherit;
  margin-bottom: 40px;
  color: #1e1b2e;
}

.faq-list {
  border-top: 1px solid #e0e0e0;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.15em;
  text-align: left;
  font-family: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #675e73;
  cursor: pointer;
}

.faq-icon {
    font-size: 36px;
    padding: 0;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: anchor-center;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #fff;
}

.faq-answer-inner {
  padding: 0 20px 20px 20px;
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

@media(max-width: 767px)
{
.faq-question {
  align-items: flex-start;
}

}

/* Shop */
#ProductGridContainer
 {
    padding-top: 90px;
}

/* Contact Form */

#ContactForm label {
    position: relative;
    top: 0 !important;
    left: 0;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
#ContactForm .field
{
  display: block;
}
#ContactForm .field__input, #ContactForm .field__input:focus-visible, #ContactForm .field__input:focus {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    box-shadow: none;
}
@media(max-width: 767px)
{
  .product__media-wrapper .button, .template-product-bunle .button, .cart-drawer cart-remove-button .button, .card--card .quick-add .button
  {
    padding: 13px 10px !important;
  }
  .card--card .quick-add.bottom.center {
    width: 90%;
  }
  
  .section-template--24523545248048__form-padding {
    padding-top: 220px !important;
  }
}
@media screen and (min-width: 990px) {
    .contact.page-width--narrow {
        max-width: 600px;
    }
}

@media screen and (min-width: 750px) {
    cart-remove-button .button {
        min-width: 170px !important;
        min-height: 0;
    }
}
  
/* How to use  */
#shopify-section-template--24556093473072__video_Jgpajx .title-wrapper {
        max-width: 100%;
    }

#shopify-section-template--24556093473072__video_Jgpajx  .title {
    color: rgba(37, 40, 98, 1);
    text-align: center;
    text-transform: uppercase;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-family: var(--font-body-family) !important;
}
#shopify-section-template--24556093473072__video_Jgpajx .video-section img
{
  border-radius: 0;
}

/* Blog  */

.main-blog-banner:before {
    content: '';
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}
.main-blog-banner .title--primary {
    color: #fff;
    font-size: 65px;
    margin: 0;
    font-weight: 300 !important;
}
.main-blog-banner {
    background: url(/cdn/shop/files/blog-hero.jpg?v=1750756915);
    background-size: cover;
    background-position: center;
}
.shape {
    display: none;
}
.main-blog-wrapper
{
  background: #FFF !important;
}

.section-main-product h3 {
    font-size: 28px;
}
.grid.product-grid
 {
   justify-content: center;
 }
.sticky-atc-bar .button {
    padding: 10px 30px !important;
}