/** Shopify CDN: Minification failed

Line 32:15 Expected ":"
Line 32:17 Expected identifier but found "var("

**/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');
body .page-width {
    padding: 0 20px;
    max-width: 1260px;
    width: 100%;
}

.wide-page-width {
    max-width: 1440px;
    padding: 0 30px;
    margin: 0 auto;
}

html body {
    background-color: #F6F5ED!important;
    padding-bottom:0;
}

body p, body {
    font-size: 16px;
    line-height: 24px;
}

body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
    font-family; var(--typeHeaderPrimary);
}

body h2 {
    font-size: 54px;
    line-height: 65px;
    font-family: 'Newsreader';
    font-weight: 300;
}

body .announcement-bar .slider-button {
    height: 38px;
}

body .announcement-bar__message {
    font-family: 'Manrope';
    text-transform: uppercase;
    min-height: unset;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

body .announcement-bar-slider .slider {
    width: unset;
}

.header-layout {
    padding: 20px 0;
}

body .header__heading-link {
    padding: 0;
}

body .site-header {
        padding: 0;
    }

body .site-nav__link {
    padding: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000;
}

ul.site-nav.site-navigation {
    display: flex;
    justify-content: center;
    gap: 70px;
    padding: 10px 0;
}

body.cart-has-items .site-nav__link--cart.site-nav__link--cart {
    background-color: transparent;
    padding: 0;
}

body.cart-has-items .cart-link__bubble {
    right: -7px;
    top: -5px;
}

body .header__active-menu-item {
    text-decoration: none;
}

summary.header__menu-item {
    padding-right: 20px;
}

footer.footer {
    background-color: #fff;
}

body .footer__content-top .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

body .footer__content-top .grid .footer-block.grid__item {
    width: 13%;
    flex-grow: unset;
    flex-basis: unset;
    padding: 0;
}

body .footer__content-top .grid .footer-block.grid__item:nth-child(1), body .footer__content-top .grid .footer-block.grid__item:nth-child(5) {
    width: 21.5%;
}

.footer-block__brand-info img {
    margin: 0 0 42px;
}

.footer-block__brand-info .footer__list-social {
    gap: 14px;
    margin: 24px 0 0;
    display: flex;
}

ul.footer-block__details-content.list-unstyled {
    margin: 0;
    list-style: none;
}

body .grid:after {
    display: none;
}

li.list-social__item {
    display: flex;
    margin: 0;
}

body .list-social__link {
    padding: 0;
    width: 40px;
    height: 40px;
    border: solid 1px #2C2C2C;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .list-social__link span.svg-wrapper {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .footer-block__heading {
    margin: 14px 0 12px;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Manrope';
    text-transform: uppercase;
    font-weight: 600;
}


body .footer-block__details-content>li:not(:last-child) {
    margin: 0;
}

body .footer-block__details-content .list-menu__item--link {
    padding: 0;
    text-decoration: none!important;
    font-size: 16px;
    line-height: 42px;
}

body .footer-block-image {
    margin: 24px 0 0;
    width: 100%;
}

body .footer-block-image img {
    width: 100%;
}

.footer-block__newsletter p {
    margin: 22px 0;
    font-size: 16px;
    line-height: 22px;
}

.banner__subheading.subtitle {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 8px;
    color: #fff;
}

.banner__heading {
    font-size: 62px;
    line-height: 74px;
    font-weight: 300;
    margin: 14px 0 0;
}

body .banner__text {
    margin: 18px 0 0;
}

body .banner__text p {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
}

body .btn,body .rte .btn,body .shopify-payment-button .shopify-payment-button__button--unbranded {
    border-radius: 0;
}

body .hero__link {
    display: block;
    margin-top: 22px;
}

body .hero__link .btn {
    margin: 0;
}

body .hero__text-shadow {
    max-width: 654px;
}

body .account-button, body .site-nav shopify-account::part(signed-out-avatar) {
    min-width: unset;
    min-height: unset;
    width: 24px;
}

.site-nav__icons {
    gap: 24px;
    display: flex;
    align-items: center;
}

.newsletter-form__field-wrapper .field button {
    width: 38px;
    height: 38px;
    background-color: #2C2C2C;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsletter-form__field-wrapper .field button path {
    fill: #fff;
}

.newsletter-form__field-wrapper .field input {
    flex: 1;
    border: solid 1px #EBEBEB;
    border-radius: 6px 0 0 6px;
    padding: 7px 12px;
    font-size: 16px;
    line-height: 16px;
    color: #00000033;
    background-color: #FAF9F6;
}

.newsletter-form__field-wrapper .field {
    display: flex;
}

.footer__content-bottom {
    border-top: solid 1px #00000029;
    padding-top: 20px;
    margin: 42px 0 0;
}

.footer__content-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

ul.policies.list-unstyled {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

ul.policies.list-unstyled li {
    margin: 0;
    padding-right: 26px;
    margin-right: 26px;
    border-right: solid 1px #0000001A;
}

ul.policies.list-unstyled li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

ul.policies.list-unstyled li a {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    text-transform: capitalize;
}

small.copyright__content {
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}

.footer__payment ul {
    margin: 0;
    list-style: none;
}

.footer__payment ul li {
    margin: 0;
    width: 38px;
    height: 24px;
    /* border: solid 1px rgba(0, 0, 0, 0.07); */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__payment ul li .icon {
    width: unset;
    height: unset;
}

body .index-section {
    margin:0;
    padding: 50px 0;
}

body .feature-row__item--overlap-images {
    padding: 0;
}

body .newsletter-section {
    width: 100%;
}

.footer-feature-bar{
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  padding:35px 0;
}

.footer-feature-bar__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.footer-feature-item{
  display:flex;
  align-items:flex-start;
  gap:15px;
  padding:0 25px;
  position:relative;
}

.footer-feature-item:not(:last-child):after{
  content:'';
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:60px;
  background:#e5e5e5;
}

.footer-feature-item__icon img{
  width:48px;
  height:48px;
  object-fit:contain;
}

.footer-feature-item__content h4{
  margin:0 0 8px;
  font-size:14px;
  font-weight:700;
  text-transform:uppercase;
  line-height:1.2;
}

.footer-feature-item__content p{
  margin:0;
  font-size:14px;
  line-height:1.6;
}
body .site-nav__thumb-menu--inactive {
    transform: unset;
    display: none;
}
body .paragraph, body p {
    margin: 0 0;
}
@media(max-width:1199px){

  .footer-feature-bar__grid{
    grid-template-columns:repeat(2,1fr);
    gap:25px;
  }

  .footer-feature-item:after{
    display:none;
  }
body .site-nav__link {
    font-size: 14px;
    line-height: 14px;
}
ul.site-nav.site-navigation {
    gap: 20px;
}
body .footer__content-top .grid .footer-block.grid__item:nth-child(1), body .footer__content-top .grid .footer-block.grid__item:nth-child(5) {
    width: 25%;
}
body .footer-block__details-content .list-menu__item--link {
    font-size: 14px;
    line-height: 30px;
}
body p, body {
    font-size: 14px;
    line-height: 22px;
}

.footer-block__newsletter p {
    margin: 16px 0;
    font-size: 14px;
    line-height: 20px;
}
body .footer__content-top .grid {
    gap: 12px;
}
.newsletter-form__field-wrapper .field button {
    width: 30px;
    height: 30px;
}
.newsletter-form__field-wrapper .field input {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 14px;
    max-width: 152px;
}
body .footer-block__heading {
    margin: 0px 0 8px;
    font-size: 14px;
    line-height: 14px;
}
.footer-block__brand-info img {
    margin: 0 0 24px;
}

.footer-block__brand-info .footer__list-social {
    gap: 10px;
    margin: 18px 0 0;
}
ul.policies.list-unstyled li a {
    font-size: 14px;
    line-height: 14px;
}
small.copyright__content {
    font-size: 14px;
    line-height: 14px;
}
body h2 {
    font-size: 44px;
    line-height: 54px;
}
}

@media(max-width:768px){
body .site-nav__thumb-menu--inactive {
    display: block;
}
  .footer-feature-bar__grid{
    grid-template-columns:1fr;
  }
  body h2 {
    font-size: 32px;
    line-height: 42px;
  }
.section-sections--27089171677463__footer-padding {
    padding-top: 40px;
    padding-bottom: 10px;
}
body .footer__content-top .grid {
    gap: 12px;
}
body .footer__content-top .grid .footer-block.grid__item:nth-child(1), body .footer__content-top .grid .footer-block.grid__item:nth-child(5) {
    width: 100%;
}
body .footer__content-top .grid .footer-block.grid__item {
    width: 30%;
}
body .footer-block__details-content .list-menu__item--link {
    font-size: 14px;
    line-height: 30px;
}
.footer-block__brand-info img {
    margin: 0 0 24px;
}
.footer-block__newsletter p {
    margin: 16px 0;
    font-size: 14px;
    line-height: 20px;
}
.footer__content-bottom {
    padding-top: 16px;
    margin: 24px 0 0;
}
body .site-nav__thumb-menu {
        margin: 0;
        position: unset;
        width: 50%;
        justify-content: flex-end;
        display: flex;
    }
body .site-nav__thumb-menu span.icon-menu-label {
    display: none;
}
body .btn.site-nav__thumb-button .icon {
    height: 24px;
    width: 24px;
}
body .btn.site-nav__thumb-button {
    padding: 2px 6px;
    min-width: unset;
    width: fit-content;
    height: unset;
}
.wide-page-width {
    padding: 0 20px;
}
.footer__content-bottom-wrapper {
    gap: 10px;
    flex-direction: column;
}
ul.policies.list-unstyled li {
    padding-right: 12px;
    margin-right: 12px;
}
small.copyright__content {
    font-size: 14px;
    line-height: 14px;
}
ul.policies.list-unstyled li a {
    font-size: 14px;
    line-height: 14px;
}
body .slide-nav__overflow--thumb {
    top: 108px;
    top: calc(108px + env(safe-area-inset-bottom) * 1.18);
    position: absolute;
}
body     .slide-nav__overflow--thumb {
        top: calc(120px + env(safe-area-inset-bottom) * 1.18);
        border-bottom-left-radius: var(--buttonRadius);
        border-bottom-right-radius: var(--buttonRadius);
        border-top-left-radius: unset !important;
        border-top-right-radius: unset !important;
    }
    body .index-section {
    padding: 20px 0;
}
.header-layout--center {
    justify-content: space-between;
}
}
/* Use Manrope for all cart monetary values */
/*.template-cart [data-subtotal],
.template-cart .cart__item--price,
.template-cart .bcpo-cart-item-price,
.template-cart .bcpo-cart-original-total {
  font-family: 'Manrope', sans-serif !important;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}*/
.template-cart [data-subtotal] {
  font-family: 'Manrope', sans-serif !important;
  font-variant-numeric: tabular-nums;
}
.template-cart .cart-summary__eyebrow {
  margin: 0 0 22px;
  color: #70726c;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.template-cart .cart__footer-page {
  width: min(100%, 430px);
  margin-left: auto;
  padding: 30px;
  border: 1px solid #d8d6cc;
  background: #fff;
  text-align: left;
}

.template-cart .cart__footer-page .h3 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.template-cart [data-subtotal] {
  font-family: 'Manrope', sans-serif !important;
  font-variant-numeric: tabular-nums;
}