/** Shopify CDN: Minification failed

Line 1101:0 Unexpected "}"

**/
/*------ Grid -------*/
.flex {
  display: flex;
  flex-direction: wrap;
  align-items: flex-start;
  width: 100%;
}

.preOrderBtn {
  width: fit-content;
  width: -webkit-fit-content;
  position: absolute;
  top: 2rem;
  display: block;
  z-index: 10;
  left: 2rem;
  background: var(--sage);
  padding: 0.5rem;
}

.col-flex {
  display: flex;
}

.flex-center {
  display: flex;
  flex-direction: wrap;
  align-items: center;
  width: 100%;
}

.col-block, 
.max-90, 
.max-80, 
.max-70, 
.max-60, 
.max-50,
.max-40,
.max-800,
.max-600{
  position: relative;
  width: 100%;
  margin: auto;
  display: block;
}

.default-page-container,
.col-inline {
  position: relative;
  width: 100%;
  margin: auto;
  display: inline-block;
}

.default-page-container {padding: 10rem 6rem 6rem 6rem;}
@media only screen and (max-width: 600px) {
  .default-page-container {padding: 10rem 2rem 4rem 2rem;}
}

.max-90, .max-80, .max-70, .max-60, .max-50, .max-40, .max-800, .max-600 {text-align: center;}

.max-90{max-width: 90%;}
.max-80{max-width: 80%;}
.max-70{max-width: 70%;}
.max-60{max-width: 60%;}
#text-block.max-60 {max-width: 45%;}
.template-page.our-story #text-block.max-60 {max-width: 60%;}
.max-50 {max-width: 50%;}
.max-40 {max-width: 40%;}
.max-800 {max-width: 800px;}
.max-600 {max-width: 600px;}

.center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-left {top: 4rem; left: 6rem;}
.top-right {top: 4rem; right: 6rem;}
.bottom-left {bottom: 4rem; left: 6rem;}
.bottom-right {bottom: 4rem; right: 6rem;}
.bottom-center {bottom: 5rem; left: 0rem; right: 0rem;}
.left-center {top: 30%; left: 6rem; width: 40%;}
.right-center {top: 30%; right: 6rem; width: 40%;}
  @media only screen and (max-width: 1000px) {
    .top-left {top: 4rem; left: 4rem;}
    .top-right {top: 4rem; right: 4rem;}
    .bottom-left {bottom: 4rem; left: 4rem;}
    .bottom-right {bottom: 4rem; right: 4rem;}
    .bottom-center {
      bottom: 2rem; 
      padding: 0rem 2rem; 
      left: 0rem; 
      right: 0rem;
    }
    .left-center {top: 30%; left: 4rem; width: 40%;}
    .right-center {top: 30%; right: 4rem; width: 40%;}
  }
  @media only screen and (max-width: 820px) {
    #full-width-section .left-center {
      top: unset; 
      bottom: 2rem; 
      left: 0rem;
      width: 100%;
      right: 0px; 
      padding: 0 4rem;
    }
    .template-page.our-story #text-block.max-60 {max-width: 100%;}
  }
@media only screen and (max-width: 600px) {
    .template-page.our-story #text-block.max-60 {padding: 9rem 2rem 0rem 2rem;}
    #full-width-section .left-center {
      top: unset; 
      bottom: 2rem; 
      left: 0rem;
      width: 100%;
      right: 0px; 
      padding: 0 2rem;
    }
  }
.col-1-10 {width: 10%;}
.col-1-15 {width: 15%;}
.col-1-20 {width: 20%;}
.col-1-25, 
.col-1-4 {width: 25%;}
.col-1-30 {width: 30%;}
.col-1-33, 
.col-1-3 {width: 33.33%;}
.col-1-35 {width: 35%;}
.col-1-40 {width: 40%;}
.col-1-2, 
.col-1-50 {width: 50%;}
.col-1-60 {width: 60%;}
.col-1-70 {width: 70%;}
.col-1-75, 
.col-2-3 {width: 75%;}
.col-1-80 {width: 80%;}
.col-1-90 {width: 90%;}

.paddingall {padding: 6rem 4rem;}
.padding-top {padding-top: 7rem;}
.paddingsides {padding: 0rem 4rem;}
.paddingsidestop {padding: 6rem 4rem 0rem 4rem;}
.paddingsidesbottom {padding: 0rem 4rem 6rem 4rem;}
.paddingtop {padding: 6rem 0rem 0rem 0rem;}
.paddingbottom {padding: 0rem 0rem 6rem 0rem;}
.paddingtopbottom {padding: 6rem 0rem 6rem 0rem;}

.img-padding-right {padding: 0rem 2rem 0rem 0rem;}
.img-padding-left {padding: 0rem 0rem 0rem 2rem;}

@media only screen and (max-width: 800px) {
  .flex-center {flex-direction: column;}
  .flex-center .col-1-2, 
  .flex-center .col-1-50 {flex: 1; width: 100%;}
  
  .paddingsidesbottom {padding: 0rem 2rem 6rem 2rem;}
  .paddingsidestop {padding: 6rem 2rem 0rem 2rem;}
  .paddingsides {padding: 0rem 2rem;}
  .template-404 .max-80,
  #intro-section .max-80 {max-width: 70%;}
  #intro-section .max-80 .padding-top {padding-top: 10rem;}
}
@media only screen and (max-width: 600px) {
  .paddingall {padding: 6rem 2rem;}
.paddingsides {padding: 0rem 2rem;}
.paddingsidestop {padding: 6rem 2rem 0rem 2rem;}
.paddingsidesbottom {padding: 0rem 2rem 6rem 2rem;}
}

/*------ Header -------*/
.header-section {
  display: inline-block;
  position: absolute;
  top: 0rem;
  right: 0px;
  left:0px;
  width: 100%;
  z-index: 998;
  background: transparent;
  height: auto;
}

.header-section.sticky {
  position: fixed; 
  z-index: 999;
  display: inline-block;
}

.header-section .site-header {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 998;
  background: transparent;
  height: 80px;
  background: var(--alibaster);
}

.header-section.sticky .site-header,
.header-section.active .site-header {border-bottom: 0.5px solid rgba(84,81,75,0.2);}

.icon.icon-cart {display: none;}
.not-empty {padding: 8rem 0rem 6rem 0rem;}
.cart-popup__close .icon-close {
  fill: var(--alibaster) !important;
}

.logo {
  position: absolute;
  z-index: 10;
  left: 0px;
  right: 0px;
  top: 1rem;
  width: 100%;
  padding: 0rem 2rem;
  margin: auto;
  display: block;
  text-align: center;
  max-width: 15%;
  max-width: 300px;
}


.template-collection #metafeatured {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.flickity-slider .grid-view-item__image-wrapper.product-card__image-wrapper.js,
.template-collection .grid-view-item__image-wrapper.product-card__image-wrapper.js {
  max-width: 100% !important;
}

.template-404 .header-section .site-header .logo,
.template-page.thankyou .header-section .site-header .logo,
.template-cart .header-section .site-header .logo,
.template-collection .header-section .site-header .logo,
.template-product .header-section .site-header .logo,
.template-page.faq .header-section .site-header .logo,
.template-page.policies .header-section .site-header .logo,
.header-section.sticky .site-header .logo,
.header-section.sticky .site-header .logo.our-story,
.logo.our-story,
.logo.contact,
.header-section.sticky .site-header .logo.contact,
.logo.active {
  filter: invert(0) brightness(0%);
  fill: var(--moss);
}

#shop-dropdown {
  display: block;
  width: 100%;
  height: auto;
  margin: -100% auto auto auto;
  z-index: 98;
  opacity: 0;
  position: relative;
  background: var(--alibaster);
  border-bottom: 1px solid var(--porcelain);
  transition: opacity 0.5s ease;
  filter: drop-shadow(0px 14px 21px rgba(0,0,0,0.1));
}
#shop-dropdown.active {
  opacity: 1;
  margin: -10px auto auto auto;
  transition: opacity 0.5s ease;
}
#shop-dropdown .flex-inner {
  display: flex;
  padding: 0rem;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
}
#shop-dropdown .flex-inner .products-container {
  position: relative;
  width: 75%;
  border-right: 0.5px solid rgba(84,81,75,0.2);
}
#shop-dropdown .flex-inner .collections-container {
  width: 25%;
  position: relative;
}

#shop-dropdown .flex-inner .products-container ul {
  list-style: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  display: flex;
  align-items: flex-start;
  gap: 0rem;
  width: 100%;
  position: relative;
}

#shop-dropdown .flex-inner .products-container ul li {
  position: relative;
  width: 20%;
  border-right: 0.5px solid rgba(84,81,75,0.2);
}
#shop-dropdown .flex-inner .products-container ul li:last-child {
  border-right: 0px solid rgba(84,81,75,0.2);
}
#shop-dropdown .flex-inner .products-container ul li .productItemContainer {width: 100%; height: 40vh; position: relative; overflow: hidden;}
#shop-dropdown .flex-inner .products-container ul li .productItemContainer .productItem {
  height: 40vh;
  width: 100%;
  overflow: hidden;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
  transition: 0.3s ease all;
}
#shop-dropdown .flex-inner .products-container ul li:hover .productItemContainer .productItem {
  transform: scale(1.05);
}

#shop-dropdown .flex-inner .products-container .headingcontainer,
#shop-dropdown .flex-inner .collections-container .headingcontainer {
  width: 100%;
  border-bottom: 0.5px solid rgba(84,81,75,0.2);
}

#shop-dropdown .flex-inner .collections-container h2,
#shop-dropdown .flex-inner .products-container h2 {
  color: var(--moss);
  font-size: var(--body);
  margin-block-start: 0em;
  margin-block-end: 0em;
}
#shop-dropdown .flex-inner .products-container h2 {padding: 1rem 2rem 1rem 2rem;}
#shop-dropdown .flex-inner .collections-container h2 {padding: 1rem 0 1rem 4rem;}

#shop-dropdown .flex-inner .products-container p {
  color: var(--moss);
  font-size: var(--nav);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  display: block;
  margin: auto;
  text-align: center;
  transition: 0.3s ease all;
  padding: 0.5rem 1rem;
}

#shop-dropdown .flex-inner .products-container img,
#shop-dropdown .flex-inner .collections-container img {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100px;
  text-align: center;
}

#shop-dropdown .flex-inner .collections-container .shop-collections {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
}

#shop-dropdown .flex-inner .collections-container .shop-collections .column {
  list-style: none;
  margin-block-start: 0rem;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  padding: 2rem 4rem 1rem 4rem;
}

#shop-dropdown .flex-inner .collections-container .shop-collections .column li {
  padding: 0 0 0.7rem 0;
}

#shop-dropdown .flex-inner .collections-container .shop-collections .column li a {
  transition: 0.3s ease all;
  color: var(--moss);
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: var(--nav);
}

#shop-dropdown .flex-inner .products-container a:hover p,
#shop-dropdown .flex-inner .collections-container .shop-collections .column li a:hover {
  color: var(--sage);
}

@media only screen and (max-width: 1024px){
  #shop-dropdown .flex-inner {
    flex-direction: column;
  }
  #shop-dropdown .flex-inner .collections-container h2 {padding: 1rem 0 1rem 2rem;}
  #shop-dropdown .flex-inner .products-container {
  position: relative;
    width: 100%;
    border-right: 0.5px solid rgba(84,81,75,0.2);
  }
  #shop-dropdown .flex-inner .collections-container {
    width: 100%;
    position: relative;
  }
  #shop-dropdown .flex-inner .collections-container .headingcontainer {
    border-top: 0.5px solid rgba(84,81,75,0.2);
  }
  #shop-dropdown .flex-inner .products-container ul li .productItemContainer,
  #shop-dropdown .flex-inner .products-container ul li .productItemContainer .productItem {
    height: 250px;
  }
  #shop-dropdown .flex-inner .collections-container .shop-collections .column {
    display: flex;
    gap: 1rem;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  
  #shop-dropdown .flex-inner .collections-container .shop-collections .column li {
    padding: 0 0 0.7rem 0;
    width: calc(33% - 0.5rem);
    position: relative;
  }
}

#mobile-menu.mobile-menu-container {
  display: none;
  background: var(--alibaster);
  height: 100vh;
  width: 100%;
  border-left: 0.5px solid rgba(84,81,75,0.2);
  position: fixed; 
  z-index: 98;
  padding: 8rem 0rem 4rem 0rem;
  top: 0px;
  bottom: 0px;
  transition: all 0.5s;
  left: -100%;
  overflow-y: scroll;
}

.mobile-menu-nav li {
  padding: 1rem 2rem 1rem 2rem;
}
.mobile-menu-nav li.serif {
  font-size: var(--xsheading);
}

.mobile-menu-nav li.reg {
  text-transform: uppercase;
  font-size: var(--nav);
  letter-spacing: 0.1rem;
}

.mobile-menu-nav li.reg.top-border {
  border-top: 0.5px solid rgba(84,81,75,0.2);
}

.mobile-menu-nav .shop-dropdown-mobile {
  padding: 0 0 0 2rem;
  display: none;
  transition: 0.3s ease all;
}
.mobile-menu-nav .shop-dropdown-mobile.active {
  display: block !important;
  transition: 0.3s ease all;
}
.mobile-menu-nav .shop-dropdown-mobile li {
  padding: 1rem 2rem 1rem 0rem;
}
.mobile-menu-nav .shop-dropdown-mobile li a {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: var(--moss);
  font-size: var(--nav);
  font-family: neue-haas-unica, sans-serif; 
  font-weight: 400;
  font-style: normal;
  display: block;
  padding: 0.5rem 0;
}
.shop-mobile::after {
  content: "";
  width: 12px; 
  height: 7px;
  margin-left: 2rem;
  vertical-align: middle;
  display: inline-block;
  background: url('/cdn/shop/files/caret-down.svg?v=1690621999')no-repeat;
  background-size: cover !important;
  transition: 0.3s ease all;
}
.shop-mobile::after.active {
    transform: rotate(180deg);
}
@media only screen and (max-width: 1440px) {
  .logo {max-width: 300px;}
}
@media only screen and (max-width: 820px) {
  .logo {max-width: 250px; top: 1.5rem;}
  #shop-dropdown .flex-inner .collections-container .shop-collections {display: none;}
  #mobile-menu.mobile-menu-container {display: block;}
  #mobile-menu.mobile-menu-container.open {left: 0px;}
}
@media only screen and (max-width: 600px) {
  .logo {
    max-width: 200px; 
    top: 1.5rem; 
    left: 0; 
    right: 0;
    padding: 0rem 0rem;
  }
}

@media only screen and (max-width: 413px) {
  .logo {
    max-width: 160px; 
    top: 1.5rem; 
    left: 0; 
    right: 0;
    padding: 0rem 0rem;
  }
}

.site-nav {
  position: absolute !important;
  margin: 0px 0 !important;
}

.site-nav-right-container {
  right: 2rem;
}

.site-nav-left,
.site-nav-right-container {
  top: 1rem;
  position: absolute;
  z-index: 999;
  width: fit-content;
}

.site-nav-left {display: flex; gap: 2rem;}

.site-nav.site-nav-right {position: relative !important;}

.site-nav.site-nav-right {display: inline;}

.site-nav-right li:nth-child(2) a{
    padding: 0 0 0 1rem;
    margin: 0;
}
.site-nav-left {
  left: 2rem;
}
.site-nav-left li:nth-child(1) {
  cursor: pointer;
}
.site-nav-left li:nth-child(1) .site-nav__label::after{
  content:"";
  width: 10px;
  height: 10px;
  background: url('/cdn/shop/files/caret-down.svg?v=1690621999')center center no-repeat;
  background-size: contain !important;
  display: inline-block;
  margin: 0 0 0 5px;
}
.site-nav-left li {padding: 1.2rem 0;}
.site-nav a {margin: 0 1rem 0rem 1rem; padding: 1.2rem 0;}

.site-nav-right a, 
.site-nav-left li {
  color: var(--moss);
  font-family: neue-haas-unica, sans-serif; 
  font-weight: 400;
  font-size: var(--nav);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  transition: 0.3s ease all;
}
.site-nav-left li a {
  text-decoration: none;
  color: var(--moss);
}
@media only screen and (max-width: 820px) {
  .site-nav-left,
  .site-nav.site-nav-right {display: none !important;}
  .site-nav-right-container {top: 2rem;}
}

@media only screen and (max-width: 413px) {
  .site-nav-right-container {right: 1rem;}
}

.site-nav-right.sticky a,
.site-nav-left.sticky a,
.site-header.sticky .site-nav-right a,
.site-header.sticky .site-nav-left a,
.site-nav-right.sticky a:focus,
.site-nav-left.sticky a:visited,
.template-page.faq .site-nav-right a,
.template-page.faq .site-nav-left a,
.template-page.faq .site-nav-right a:focus,
.template-page.faq .site-nav-right a:visited,
.template-page.faq .site-nav-left a:focus,
.template-page.faq .site-nav-left a:visited,
.template-page.policies .site-nav-right a,
.template-page.policies .site-nav-left a,
.template-page.policies .site-nav-right a:focus,
.template-page.policies .site-nav-right a:visited,
.template-page.policies .site-nav-left a:focus,
.template-page.policies .site-nav-left a:visited,
.template-page.our-story .site-nav-right a,
.template-page.our-story .site-nav-left a,
.template-page.our-story .site-nav-right a:focus,
.template-page.our-story .site-nav-right a:visited,
.template-page.our-story .site-nav-left a:focus,
.template-page.our-story .site-nav-left a:visited,
.template-page.contact .site-nav-right a,
.template-page.contact .site-nav-left a,
.template-page.contact .site-nav-right a:focus,
.template-page.contact .site-nav-right a:visited,
.template-page.contact .site-nav-left a:focus,
.template-page.contact .site-nav-left a:visited,
.template-product .site-nav-right a,
.template-product .site-nav-left a,
.template-product .site-nav-right a:visited,
.template-product .site-nav-right a:focus,
.template-product .site-nav-left a:visited,
.template-product .site-nav-left a:focus,
.template-collection .site-nav-right a,
.template-collection .site-nav-left a,
.template-collection .site-nav-right a:visited,
.template-collection .site-nav-right a:focus,
.template-collection .site-nav-left a:visited,
.template-collection .site-nav-left a:focus,
.template-cart .site-nav-right a,
.template-cart .site-nav-left a,
.template-cart .site-nav-right a:visited,
.template-cart .site-nav-right a:focus,
.template-cart .site-nav-left a:visited,
.template-cart .site-nav-left a:focus,
.template-page.thankyou .site-nav-right a,
.template-page.thankyou .site-nav-left a,
.template-page.thankyou .site-nav-right a:visited,
.template-page.thankyou .site-nav-right a:focus,
.template-page.thankyou .site-nav-left a:visited,
.template-page.thankyou .site-nav-left a:focus,
.template-404 .site-nav-right a,
.template-404 .site-nav-left a,
.template-404 .site-nav-right a:visited,
.template-404 .site-nav-right a:focus,
.template-404 .site-nav-left a:visited,
.template-404 .site-nav-left a:focus{
  color: var(--moss);
}

.site-nav-right a:hover, 
.site-nav-left a:hover {
  color: var(--sage) !important;
}

.site-nav__link--active {border-bottom: 0px solid var(--rose);}

.top-gradient {
  position: fixed;
  z-index: 9;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: auto;
  display: block;
  text-align: center;
  width: 90%;
  height: 100px;
  background: rgb(237,236,230);
  background: linear-gradient(180deg, rgba(237,236,230,1) 0%,
  rgba(237,236,230,1.0) 70%,
  rgba(237,236,230,0) 100%);
}

@media only screen and (max-width: 1276px) {
  .top-gradient {width: 85%;}
}

@media only screen and (max-width: 840px) {
  .top-gradient {width: 75%;}
}

@media only screen and (max-width: 513px) {
  .top-gradient {width: 70%;}
}

@media only screen and (max-width: 420px) {
  .top-gradient {width: 65%;}
}

.header-line {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 3rem;
  z-index: 9;
  width: 100%;
  height: 0.5px;
  margin: auto;
  background-color: #54514B;
}

.hamburger-menu {
  margin: 0;
  display: none;
  position: absolute;
  left: 2rem;
  top: 1.8rem;
  z-index: 999;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
}
.bar-top,
.bar-middle,
.bar-bottom {
  height: 1px;
  border-radius: 0px;
  margin: 0.2rem 0;
  transform-origin: left;
  transition: all 0.5s;
}

.bar-middle {margin: 0.5rem 0;}

.hamburger-menu.active .bar-top {
  transform: rotate(35deg);
  background: var(--moss);
}
.hamburger-menu.active .bar-middle {
  transform:translateX(1rem);
  opacity: 0;
}
.hamburger-menu.active .bar-bottom {
  transform: rotate(-35deg);
  background: var(--moss);
}
@media only screen and (max-width: 820px) {
  .hamburger-menu {
    display: block;
    top: 1.8rem;
  }
  .site-header .bar-top,
  .site-header .bar-middle,
  .site-header .bar-bottom {background: var(--moss);}

  .template-404 .site-header .bar-top,
  .template-404 .site-header .bar-middle,
  .template-404 .site-header .bar-bottom,
  .template-page.thankyou .site-header .bar-top,
  .template-page.thankyou .site-header .bar-middle,
  .template-page.thankyou .site-header .bar-bottom,
  .template-cart .site-header .bar-top,
  .template-cart .site-header .bar-middle,
  .template-cart .site-header .bar-bottom,
  .template-page.faq .site-header .bar-top,
  .template-page.faq .site-header .bar-middle,
  .template-page.faq .site-header .bar-bottom,
  .template-page.contact .site-header .bar-top,
  .template-page.contact .site-header .bar-middle,
  .template-page.contact .site-header .bar-bottom,
  .template-page.our-story .site-header .bar-top,
  .template-page.our-story .site-header .bar-middle,
  .template-page.our-story .site-header .bar-bottom,
  .template-page.policies .site-header .bar-top,
  .template-page.policies .site-header .bar-middle,
  .template-page.policies .site-header .bar-bottom,
  .template-collection .site-header .bar-top, 
  .template-collection .site-header .bar-middle, 
  .template-collection .site-header .bar-bottom,
  .template-product .site-header .bar-top, 
  .template-product .site-header .bar-middle, 
  .template-product .site-header .bar-bottom,
  .site-header.sticky .bar-top,
  .site-header.sticky .bar-middle,
  .site-header.sticky .bar-bottom {background: var(--moss);}
}

@media only screen and (max-width: 420px) {
  .hamburger-menu {
    display: block;
    top: 1.8rem;
    left: 1rem;
  }
}

/*------ Footer -------*/
#shopify-section-footer .grid.grid--no-gutters.small--text-center.grid--footer-float-right{
  display: none;
}
#shopify-section-footer {
  width: 100%;
  background: var(--sage);
}
.copy-inner {padding: 1rem 3rem;}

.footer-inner {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4rem 3rem;
}
.footer-inner .column .shopFlex {
  display: flex; 
  gap: 4rem;
  align-items: flex-start;
  justify-content: flex-start;
} 

.footer-inner .column ul li {
  padding: 0 0 0.5rem 0;
}

.footer-inner .column ul li a{
  transition: 0.3s ease all;
  cursor: pointer;
}
.footer-inner .column ul li a:hover{
  color: var(--rose);
}

.copy-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.copy-inner {align-items: center;}

.cb-footer {
  display: block;
  margin: auto;
  padding: 0 2rem 2rem 2rem;
  width: 100%;
}

.cb-footer .footerlogo {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
  text-align: left;
  filter: invert(1) brightness(120%);
  fill: var(--alibaster) !important;
  opacity: 0.4;
}

@media only screen and (max-width: 1024px){
  .footer-inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 820px){
  .footer-inner {padding: 4rem 2rem;}
  .cb-footer {padding: 0 1rem 2rem 1rem;}
}

ul.footer-main-links  {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
  margin-left: 4rem;
}

ul.footer-main-links li {
  padding: 0 0 1.5rem 0;
}

ul.footer-main-links li a:hover,
ul.footer-main-links li a,
ul.footer-main-links li a:focus,
ul.footer-main-links li a:visited {
  color: var(--alibaster); 
  transition: 0.3s ease all;
  font-size: var(--nav);
}

ul.footer-main-links li a {letter-spacing: 0.1rem;}

.cb-footer .social {padding: 1rem 0 0 0;}
.cb-footer .social .fa-brands.fa-instagram {margin-right: 1rem;}
.cb-footer .social a,
.cb-footer .social a:focus,
.cb-footer .social a:visited,
.cb-footer .social {color: var(--alibaster);}

.copy-list {width: 70%; text-align: left; display: inline;}

.copyright {
  width: 30%;
  text-align: right;
  display: inline;
  font-size: var(--nav);
  color: var(--alibaster);
}
.footer-sm-logo {
  width: 1rem; 
  margin-left: 1rem;
  height: auto; 
  display: inline; 
  vertical-align: middle;
}
.footer-border-bottom {
  width: 100%; margin: auto; display: block; background: var(--alibaster); height: 0.5px;
}
@media only screen and (max-width: 820px){
  .cb-footer .social {padding: 1rem 0 2rem 0;}
  ul.footer-main-links {margin-left: 0rem;}
  .copy-list {width: 100%; text-align: left; display: inline;}
  .copyright {width: 100%;text-align: left; padding: 1rem 0 0 0;}
  
  .footer-sm-logo {
  width: 1.5rem; 
  text-align: center;
  margin: 2rem auto auto auto;
  height: auto; 
  display: block; 
  vertical-align: middle;
}
}

/*------ Text Block Component -------*/
 #text-block {
    width: 100%; 
    margin: auto;
    text-align: center;
    display: block; 
    position: relative;
  }

  .paddingall-textblock {padding: 10rem 6rem 6rem 6rem;}

  #text-block h2 {line-height: 1.6;}
  #text-block p {line-height: 1.7;}

  @media only screen and (max-width: 820px){
    #text-block.max-60 {width:100%; max-width:100%; padding: 6rem 4rem 0 4rem;}
    #text-block.max-60 p {padding: 0 0 4rem 0;}
  }
@media only screen and (max-width: 600px){
    #text-block.max-60 {width:100%; max-width:100%; padding: 6rem 2rem 0 2rem;}
  }

/*------ Page Containers -------*/

.template-page.thankyou h1 {
	width: 100%; 
    margin: auto; 
    display: block; 
    text-align: center; 
    max-width: 40%;
    padding: 3rem 0 4rem 0;
}

#thank-you-page a, 
#thank-you-page a:visited, 
#thank-you-page a:focus {color: var(--moss);}

.template-page.wishlist .page-width.wishlist,
.template-page.policies .page-width {
    position: relative; 
    height: auto;
    overflow: scroll !important;
  }

.template-page.wishlist .page-width.wishlist {
	padding: 4rem 0rem 6rem 0rem;
}
.template-page.policies .page-width {
	padding: 0rem 0rem 6rem 0rem;
}

@media only screen and (max-width: 800px){
  .template-page.wishlist .page-width.wishlist,
  .template-page.policies .page-width {
    position: relative; 
    height: auto; 
    overflow: scroll;
  }
  
  .template-page.wishlist .page-width.wishlist {
	padding: 8rem 0rem 20rem 0rem;
}
  
  .template-page.wishlist .page-container,
  .template-page.policies .page-container,
  .template-404 .page-container,
  .template-page.thankyou .page-container,
  .template-index .page-container {
    height: auto;
    overflow: scroll;
    display: block;
  }
  
  #shopify-section-thank-you .left, 
  #shopify-section-thank-you .right {
    text-align: center;
  }
}

@media only screen and (max-width:700px){
  .template-page.thankyou h1 {max-width: 70%;}
}

@media only screen and (max-width:1920px){
#intro-section {padding: 5% 0 0 0;}
}

@media only screen and (max-width:1600px){
  #intro-section {padding: 0px 0px 0px 0px;}
}

/* ----------- iPad Pro ----------- */
/* Portrait */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #intro-section {padding: 25% 0 0 0;}
}

.template-index .main-content {padding: 0rem;}

img.illustration {
  width: 100%;
  margin: auto; 
  max-width: 80%;
  display: block;
  text-align: center;
}

/* ----------- Email Signup ----------- */
.email-signup {
  position: relative;
  width: 100%;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  border-top: 0.5px solid var(--alibaster);
  border-bottom: 0.5px solid var(--alibaster);
}

.border-after {width: 40%;}

.border-after p {
  padding: 1.5rem 2rem 1.5rem 0; 
  position: relative;
}

.border-after p::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0rem;
  bottom: 0rem;
  height: auto;
  width: 0.5px;
  display: inline;
  background: var(--alibaster);
}

@media only screen and (max-width: 820px) {
  .email-signup {
    position: relative; 
    bottom: unset; 
    flex-direction: column;
    padding: 0rem 1rem;
  }
  
  .border-after p::after {width: 0px;}
  
  .border-after p {padding: 1.5rem 0rem 1.5rem 0rem;}
  
  .email-signup .left, 
}

.mailchimp {
  width: 60%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .mailchimp {width: 89%;}
  .border-after {width: 89%;}
}

.mc-field-group label {display: none;}

#mc_embed_signup .mc-field-group input {
  display: inline !important;
  background: transparent !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  outline: none !important;
  font-family: orpheuspro, serif;
  font-weight: 400; 
  font-style: normal;
  font-size: var(--subheading);
  color: var(--alibaster);
}

#mc_embed_signup .mc-field-group input {
  border: 0px; 
  width: 90% !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: none !important;
}

#mc_embed_signup .mc-field-group {
   clear: unset !important;
}

#mc_embed_signup .mc-field-group {
  display: inline;
}

#mc_embed_signup form {
    display: inline-block;
    width: 100%;
    position: relative;
}

#mc-embedded-subscribe-form input#mc-embedded-subscribe.button,
#mc_embed_signup .button,
#mc_embed_signup .clear {
	clear: unset !important; 
	display: inline !important;
}

.indicates-required {text-align: center; color: var(--moss); padding-top: 1rem;}

#mc-embedded-subscribe-form input#mc-embedded-subscribe.button,
#mc_embed_signup .button {
  background-color: transparent !important;
  content: '';
  z-index: 1000;
  border: 0px;
  vertical-align: middle !important;
  background-position: center center;
  -webkit-background-position: center center;
  background-repeat: no-repeat;
  background-size: contain !important;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -ms-background-size: contain !important;
  background-image:url('/cdn/shop/files/nude-arrow.svg?v=1665661885') !important;
}

#mc-embedded-subscribe-form input#mc-embedded-subscribe.button{
	margin: auto !important;
  	color: transparent;
}

#mc_embed_signup .button {margin: auto !important;}

.mailchimp ::-webkit-input-placeholder {
  font-family: orpheuspro, serif; 
  font-weight: 400; 
  font-style: normal;
  font-size: var(--subheading);
  color: var(--alibaster);
}

.mailchimp :-ms-input-placeholder {
  font-family: orpheuspro, serif; 
  font-weight: 400; 
  font-style: normal;
  font-size: var(--subheading);
  color: var(--alibaster);
}

.mailchimp ::placeholder {
  font-family: orpheuspro, serif; 
  font-weight: 400; 
  font-style: normal;
  font-size: var(--subheading);
  color: var(--alibaster);
}

@media only screen and (max-width: 1200px) {
  #mc_embed_signup .mc-field-group input {
    width: 87% !important;
  }
}

@media only screen and (max-width: 828px) {
  #mc_embed_signup .mc-field-group input {
    width: 84% !important;
  }
}

@media only screen and (max-width: 446px){
  #mc_embed_signup .mc-field-group input {
    width: 81% !important;
  }
}

@media only screen and (max-width: 375px){
  #mc_embed_signup .mc-field-group input {
    width: 75% !important;
  }
}
  
/* ----------- Contact Page ----------- */
  #shopify-section-ContactSection {width: 100%; }
  #contact-section {
    width: 100%; 
    display: inline-block; 
    margin: auto;
    padding: 10rem 6rem 6rem 6rem;
    position: relative;
  }
  #contact-section .col-flex {flex-wrap: wrap;}
  
.contact-border {
  position: relative;
  display: inline-block;
  text-align: center;
  background-size: 100% 100% !important;
  -webkit-background-size: 100% 100% !important;
  background-position:top center;
  margin: auto;
  width: 100%;
  padding: 4rem 6rem;
  max-width:100%;
  z-index: 1; 
  background: url(/cdn/shop/files/Border.png?v=1666186389) no-repeat;
}
  .contact-small-divider,
  .contact-divider {
    width: 100%; display: block; text-align: center;
  }
  .contact-divider {max-width: 80%;margin: 3rem auto;}
  .contact-small-divider {max-width: 5rem;margin: 1rem auto 3rem auto;}
  .contact-form {padding: 0 0 4rem 0;}
@media only screen and (max-width: 954px) {
  #contact-section {padding: 9rem 2rem 2rem 2rem;}
  .contact-border {padding: 4rem 2rem;}
  #contact-section .col-flex .col-1-33 {
    width: 100%; 
    padding: 0 0 2rem 0;
  }
  #contact-section .col-flex .col-1-33 p {margin-block-start: 0em;}
  .address p {margin: 0;}
}
.contact-form label {display: none;}

.contact-form input#ContactForm-name,
.contact-form input#ContactForm-email,
.contact-form input#ContactForm-phone,
.contact-form textarea {
  color: var(--moss);
  font-size: var(--subheading);
  font-family: orpheuspro, serif;
  font-weight: 400;
  font-style: normal;
  background: transparent;
  border: 0.5px solid var(--moss);
  padding: 1rem;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}

.contact-form ::placeholder {
  font-family: orpheuspro, serif; 
  font-weight: 400; 
  font-style: normal;
  font-size: var(--subheading);
  color: var(--moss);
}

.contact-form ::-webkit-input-placeholder {
  font-family: orpheuspro, serif; 
  font-weight: 400; 
  font-style: normal;
  font-size: var(--subheading);
  color: var(--moss);
}

.contact-form :-ms-input-placeholder {
  font-family: orpheuspro, serif; 
  font-weight: 400; 
  font-style: normal;
  font-size: var(--subheading);
  color: var(--moss);
}

.contact-form p{
  padding-bottom: 2rem;
}
  
/* ----------- FAQ Page ----------- */
.faq-container {
  width:100%; 
  margin: auto; 
  display: inline-block; 
  padding: 10rem 6rem 6rem 6rem;
}
@media only screen and (max-width: 820px) {
  .faq-container {padding: 10rem 4rem 6rem 4rem;}
}
  @media only screen and (max-width: 600px) {
  .faq-container {padding: 10rem 2rem 6rem 2rem;}
}
  
/* ----------- Giftcard Product Page ----------- */
.template-product.giftcard .product-single__meta h1{padding-top: 8rem;}
  @media only screen and (max-width: 820px) {
    .template-product.giftcard .product-single__meta h1{padding-top: 2rem;}
  }
/* ----------- Single Product Page ----------- */
.default-product.product-single {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
  padding: 0 4rem 0 4rem;
}
.product-single__media-group {
  width: 65%;
  border-right: 0.5px solid rgba(84,81,75,0.2);
  padding: 0 4rem;
}
.sidebar {
  background: var(--alibaster);
  width: 30%;
}
.sidebar.stick-it {
  position: fixed; 
  top: 0px; 
  right: 0rem;
}


.mobile-show-product {display: none;}
  
.mobileFtSlider,
.product-single__meta.mobile {display: none;}
  
@media only screen and (max-width: 820px){
  .default-product.product-single {
    padding: 0 1rem 0 1rem;
  }
  .product-single__media-group {
    padding: 0 2rem;
  }
  .product-single__meta.desktop {display: none;}
  .product-single__meta.mobile {display: block;}
}

@media only screen and (max-width: 767px){
  .default-product.product-single {
    flex-direction: column-reverse;
    width: 100%;
    padding: 0rem 4rem;
  }
  .product-single__media-group {
    width: 100%;
    border-right: 0px solid rgba(84,81,75,0.2);
    padding: 0 0rem;
  }
  .sidebar {
    width: 100%;
    padding: 7rem 0 0 0;
  }
  .mobileFtSlider {display: block;}
  .hide-on-mobile {display: none !important;}
  .desktopFtSlider {display: none;}
}

@media only screen and (max-width: 600px){
  .default-product.product-single {
    width: 100%;
    padding: 0rem 2rem;
  }
}

.col-product-extras,
.product-rec-container,
.col-flex-collection {
  display: flex; 
  justify-content: space-between; 
  flex-wrap: wrap;
}
  
.col-product-extras {
  padding: 1rem 0 1rem 0;
  align-items: flex-start;
}
  
.col-product-extras.first,
.col-product-extras.second,
.col-product-extras.third {border-bottom: 0.5px solid rgba(84,81,75,0.2);}

.col-product-extras.first {border-top: 0.5px solid rgba(84,81,75,0.2);}

.col-product-extras.first {margin-top: 4rem;}
.col-product-extras.fourth {margin-bottom: 4rem;}
  
@media only screen and (max-width: 600px){
  .col-product-extras .col-1-20 {width: 30%}
  .col-product-extras .col-1-80 {width: 70%}
}

@media only screen and (max-width: 442px){
  .col-product-extras .col-1-20 {width: 40%}
  .col-product-extras .col-1-80 {width: 60%}
}
  
@media only screen and (max-width: 351px){
  .col-product-extras .col-1-20 {width: 100%}
  .col-product-extras .col-1-80 {width: 100%}
  .col-product-extras h3 {margin: 0 0 0.5rem 0;}
}
  
.product-recommendations {
  width: 100%; 
  margin: auto; 
  display: inline-block; 
  position: relative;
}
.product-rec-container {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-inline-start: 0px;
}
  
.paddingdescription {padding: 4rem 0 0 0; width: 100%; margin: auto; display: block;}
.paddingdescription p {color: var(--moss);}
  
.product-recommendations h2 {border-bottom: 0.5px solid rgba(84,81,75,0.2);}
.product-rec-container {padding: 0 0 4rem 0;}
  
.product-rec-container li {
  width: 44%;
}
  
.product-rec-container li:nth-child(odd) {margin-right: 3%;}
.product-rec-container li:nth-child(even) {margin-left: 3%;}

.caredetails,
.fitting,
.dimensions,
.materials {
  width: 100%; 
  padding: 0.8rem 0; 
  display: block; 
  position: relative;
  border-top: 0.5px solid rgba(84,81,75,0.2);
}
  
.dimensions {margin: 2rem 0 0 0;}
  
.fitting,
.materials {margin: auto;}

/* ----------- Landscape Orientation ----------- */
.landscape-mode{display: none;}
  
@media (max-device-width: 767px) and (orientation: landscape){
  .landscape-mode{
    position: fixed;
    background: var(--sage);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 0 1px var(--rose) inset;
    box-shadow: 0 0 0 1px var(--rose) inset;
    border: 10px solid var(--sage);
    padding: 10px;
    z-index: 9999;
  }
  
  .landscape-msg img.msglogo {
    filter: invert(1) brightness(120%);
    fill: var(--alibaster);
    width: 100%;
    text-align: center;
    max-width: 180px;
    margin: auto auto 1rem auto; 
    display: block;
  }
  .landscape-msg img.small-logo {
    width: 100%;
    text-align: center;
    max-width: 30px;
    margin: 1rem auto auto auto; 
    display: block;
  }
  
  .landscape-msg {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* ----------- Collection Page ----------- */
.default-template {padding: 13rem 0 6rem 0;}
  
.col-flex-collection h1 {margin: 0 0 0px;}
  
.col-flex-collection {padding: 9rem 0 0 0;}
  
@media only screen and (max-width: 820px){
.template-product .col-flex-collection {padding: 1rem 0 0 0;}
}
  
.grid-view-item.product-card h4 {margin: 0 0 0px;}

/* ----------- 404 Page ----------- */
#errorpage {
  width: 100%;
  padding: 13rem 4rem 13rem 4rem;
  min-height: 80vh;
  margin: auto;
  display: inline-block;
  position: relative;
  background: url('/cdn/shop/files/casabombonfabric.jpg?v=1666666547')center center no-repeat;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -ms-background-size: cover !important;
  z-index: 2;
}
  
#errorpage .text-over {
  position: relative;
  width: 100%;
  max-width: 600px;
  z-index: 3;
  margin: auto;
  text-align: center;
  display: block;
  background: var(--alibaster);
  padding: 2rem 2rem;
}
  #errorpage .text-over p {
    padding: 0 0 2rem 0;
  }
  #errorpage .text-over .border {
    border: 1px solid var(--sage);
    width: 100%;
    height: 100%;
    display: block;
    padding: 2rem 1rem;
    margin: auto;
    position: relative;
    z-index: 1;
  }
  #errorpage .text-over .border:before {
    content: "";
    position: absolute;
    left: 5px;
    top: -7px;
    display: block;
    border: 1px solid var(--sage);
    height: calc(100% + 14px);
    width: calc(100% - 10px);
    z-index: 2;
  }
  
  #errorpage .text-over .secondary-btn {z-index: 5; position: relative;}
  
  @media only screen and (max-width: 700px) {
    #errorpage {
    width: 100%;
    padding: 13rem 2rem 13rem 2rem;
    }
  }
/* ----------- Cart Template ----------- */
#shopify-section-cart-template {
  padding: 13rem 0rem 6rem 0rem;
}
  
.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 1rem 0;
  border-bottom: 0.5px solid rgba(84,81,75,0.2);
}
  
 .cart-header .text-link.text-link--accent {
   font-family: orpheuspro, serif !important;
   font-weight: 400 !important; 
   font-style: normal !important;
   color: var(--moss) !important;
   text-decoration: none !important;
   border-bottom: 0px solid var(--sage);
   transition: 0.3s ease all;
   font-size: var(--body);
 }
   .cart-header .text-link.text-link--accent::after {
     content: "";
     width: 25px;
     height: 25px;
     vertical-align: middle;
     display: inline-block;
     margin-left: 10px;
     background: url('/cdn/shop/files/right-arrow.svg?v=1690697137')no-repeat;
     background-size: cover !important;
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
   }
.cart-note__label {
  font-family: orpheuspro, serif;
   font-weight: 400; 
   font-style: normal;
   font-size: var(--body);
   color: var(--moss);
}
  #CartSpecialInstructions {
    border: 1px solid var(--sage);
    font-family: orpheuspro, serif;
    font-weight: 400; 
    font-style: normal;
    font-size: var(--body);
  }