/** Shopify CDN: Minification failed

Line 339:0 Unexpected "}"
Line 427:4 "backgorund-size" is not a known CSS property
Line 850:2 "paddgin-bottom" is not a known CSS property
Line 969:0 Unexpected "}"

**/
/* All code in this file created by MTT for House of Lars */


/*Custom Fonts  */
    @font-face {
        font-family: 'Alpina';
        src: url('/cdn/shop/files/GT-Alpina-Condensed-Thin.woff2?v=1730746988');
        src:url('/cdn/shop/files/GT-Alpina-Condensed-Thin.woff?v=1730746988') format('woff');
        font-weight: normal;
        font-style: normal; 
    }

    @font-face {
        font-family: 'Alpina';
        src: url('/cdn/shop/files/GT-Alpina-Condensed-Thin-Italic.woff2?v=1730746988');
        src:url('/cdn/shop/files/GT-Alpina-Condensed-Thin-Italic.woff?v=1730746988') format('woff');
        font-weight: normal;
        font-style:italic; 
    }
    @font-face {
        font-family: 'Tilda';
        src: url('/cdn/shop/files/Tilda-Grande.woff2?v=1730746988');
        src:url('/cdn/shop/files/Tilda-Grande.woff?v=1730746988') format('woff');
        font-weight: normal;
        font-style: normal; 
    }


/* 
font-family: ltc-goudy-oldstyle-pro, serif;
font-family: sweet-sans-pro, sans-serif;  */

body{
font-family: ltc-goudy-oldstyle-pro, serif !important;
  font-size: 16px;
  background-color:#FCF2EC;
  max-width: 100vw;
}

h1, .h1, h1.title{
  font-family: "Alpina";
  font-size: 70px;
}
h2, .h2, h2.title{
  font-family: "Alpina";
  font-size: 50px;
  line-height: 56px;
}
h3, .h3, .h3.title, h3.title{
  font-family: "Alpina";
  font-size: 30px;
}
h4, .h4{
 font-family: sweet-sans-pro, sans-serif;  
  font-size: 15px;
  text-transform: uppercase;
}
h5, .h5{
  font-family: "Tilda";
  font-size: 48px;
  line-height: 50px;
}
h6, .h6{
 font-family: sweet-sans-pro, sans-serif;  
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.95px;
  font-weight: bold;
}

@media only screen and (max-width: 798px) {
  h1, .h1, h1.title{

  font-size: 42px;
}
  h2, .h2, h2.title{
  font-family: "Alpina";
  font-size: 38px;
    line-height: 45px;
}
  h5, .h5 {
    font-family: "Tilda";
    font-size: 32px;
    line-height: 50px;
}
}

:root {
  --red: #DA5034;
  --coral:#E99777;
  --yellow:#E2C74F;
  --green:#5D8348;
  --black: #262628;
  --blue: #6086B1;
  --light-blue: #BAD0E9;
  --pink: #D88B99;
  --peach:#F9E6DA;
  --white:#FCFAF2;
  --mint: #EEF3EE;
  --manilla: #FCF2EC;
}
:host{
  all: inherit!Important;
}

body {
  color: var(--black);
}

.button{
      transition: all .2s ease-in-out;
}
.button--primary, .button--primary:link, .button--primary:visited, a.button--primary.button, a.button--primary.button:link, a.button--primary.button:visited {
 font-family: sweet-sans-pro, sans-serif;  
  font-size: 14px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 2.1px;
text-transform: uppercase;
  padding: 29px 75px;
  max-width: fit-content;
      transition:all .2s ease-in-out;
}
.button--secondary, .button--secondary:link, .button--secondary:visited, a.button--secondary.button, a.button--secondary.button:link, a.button--secondary.button:visited {
    font-family: sweet-sans-pro, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    padding: 29px 75px;
    max-width: fit-content;
    transition: background-color .2s ease-in-out;
}
.button--add-to-cart{
 font-family: sweet-sans-pro, sans-serif;  
font-size: 14px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 2.1px;
text-transform: uppercase;
  padding-top: 0;
}
.button--add-to-cart span{
  position: relative;
  top: 1px;
}
.button--add-to-cart:focus:not(:active), .button--add-to-cart.is-focused:not(:active), a.button--add-to-cart.button:focus:not(:active), a.button--add-to-cart.button.is-focused:not(:active) {
    box-shadow: none;
}
.image-with-text-overlay__buttons {
    justify-content: center;
}

.button--primary svg, .button svg{
    margin-left: 12px;
    margin-top: 5px;
      transition: all .2s ease-in-out;
}
.button--primary path, button path{
      transition: all .2s ease-in-out;
}

.button--secondary svg path{
  fill: var(--manilla);
}
.button--primary:hover svg, .button--primary.is-hovered svg, a.button--primary.button:hover svg, a.button--primary.button.is-hovered svg {
  fill: var(--manilla)!important;
  transform: translateX(5px);
}
.button--primary:hover svg path, .button--primary.is-hovered svg path, a.button--primary.button:hover svg path, a.button--primary.button.is-hovered svg path {
  fill: var(--manilla)important;

}
.button--secondary:hover svg, .button--secondary.is-hovered svg, a.button--secondary.button:hover svg, a.button--secondary.button.is-hovered svg {
  fill: var(--black)!important;
  transform: translateX(5px);
}
.button--secondary:hover svg path, .button--secondary.is-hovered svg path, a.button--secondary.button:hover svg path, a.button--secondary.button.is-hovered svg path {
  fill: var(--black)!important;

}

.button--link-style, a.button--link-style.button {
   font-family: sweet-sans-pro, sans-serif;  
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  font-weight: bold;
}
.button--link-style:hover, a.button--link-style.button:hover {
  color: var(--red);
  border-bottom-color: var(--red) !important;
}


.button--blog{
  border: none;
  padding: 0!important;
  line-height: 70px!important;
}
.button--blog:hover, a.button--blog.button:hover {
  color: var(--black)!important;
  background-color: transparent;
}
.button--blog:hover svg path, .button--blog.is-hovered svg path, a.button--blog:hover svg path, a.button--blog.is-hovered svg path, .button--blog:hover svg, .button--blog.is-hovered svg, a.button--blog.button:hover svg{
    fill: var(--black)!important;
}

.button--blog svg{
  margin-top: 0;
  margin-bottom: -5px;
}
.section.is-width-wide .container.has-limit {
    max-width: 1480px;
    width: 95%;
}
.section {
    max-width: 1480px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 480px) {
    .button, .age-gate__confirm_btn, .input, .textarea, .select select, .age-gate__select-wrapper select {
        font-size: 14px !important;
    }
}

/* Navigation */
.navbar-item.has-dropdown a:after, .navbar-item.has-mega-menu a:after, .navbar-item a:after {
        display: none;
    }

.navbar-link.header__link{
   font-family: sweet-sans-pro, sans-serif;  
  font-size: 11px;
font-style: normal;
font-weight: bold;
letter-spacing: 1.1px;
text-transform: uppercase;
}
.navbar-link {
    padding: 1rem 17.5px!important;
}

.header__icons svg{
  fill: var(--black);
}
.mega-menu{
  font-size: 16px;
  padding-bottom: 60px;
}
.mega-menu .menu__heading{
  font-family: "Tilda";
  font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.header, .mobile-header {
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-size: 16px;
font-style: normal;
font-weight: 400;
}

.mega-menu .mega-menu__linklist-link {
    display: inline-block;
    padding: 6px 0;
    line-height: 26px;
}
.mega-menu .menu__heading {
  margin-bottom: 0;
}
.mega-menu>.container{
  max-width: 1250px;
}

.announcement-bar__content p {
  font-size: 14px;
}
.top-bar-nav{
    display: flex;
    flex: 1 0;
    justify-content: flex-end;
  gap: 0px 35px;
}
.announcement-bar__text {
  width: 100%;
}

.top-bar-link {
    font-family: sweet-sans-pro, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
line-height: 24px; /* 240% */
letter-spacing: 1px;
text-transform: uppercase;
}
.message-header {
  padding: 10px 1em;
}
    .navbar {
          margin-right: 17px!important;
    }

/* .header-sticky-wrapper.is-sticky header, .header-sticky-wrapper.is-sticky #mobile-header{
      border-bottom: 1px solid rgba(0, 0, 0, .25);
} */
.mega-menu__block.block__image .mega-menu__content.content p{
      text-align: center;
  font-family: "Alpina";
font-size: 30px;
font-style: normal;
font-weight: 250;
line-height: 40px;
}


/* body.index #header, body.index #mobile-header-sticky-wrapper{
  background-color: var(--peach);
}
body.index .mega-menu{
    background-color: var(--peach)!important; */
}
#header .is-width-wide .mega-menu {
    width: calc(100% + 30px);
}
.mega-menu a:hover {
    color: var(--black);
  opacity: .7;
  transition: all .2s ease-in;
}

@media only screen and (max-width: 1290px){
  .navbar-link.header__link{

}
  .header__menu-items{
    width: 715px;
  }
  .navbar-link {
    padding: 7px 17.5px !important;
}
}
@media only screen and (max-width: 1000px){
  .mega-menu__block.block__image .mega-menu__content.content p{
      text-align: center;
  font-family: "Alpina";
font-size: 22px;
font-style: normal;
font-weight: 250;
line-height: 30px;
}
}
@media only screen and (max-width: 910px){
    .header__menu-items {
        width: 545px;
    }
}
@media only screen and (max-width: 798px) {
.announcement-bar__text.text-align-start{
      justify-content: center;
}
  .mobile-dropdown{
        padding: 0px 5px 0 0;
  }
  .mobile-menu__toggle-icon {

    padding: 15px 5px 7px 0;
  }
  
.mobile-menu-link, .mobile-menu__item, .mobile-menu a {
  color: var(--black)!important;
  font-family: "Alpina";
font-size: 25px;
font-style: normal;
font-weight: 250;
line-height: 28px
}
.mobile-menu__list-item{
background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
      background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    margin-left: 20px;
    margin-right: 20px;
          padding-bottom: 1px;
  padding-top: 1px;
}
  .mobile-menu__submenu .mega-menu {
    border-bottom: none;
  }
  .mobile-menu .mobile-menu__item {
    padding-left: 0;
    padding-right: 0; 
  
          /* background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%); */
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  }
  .mega-menu__content{
    margin-left: 0px;
    margin-right: 0px;
  }
  .mobile-menu-link:after {
    font-size: 12px;
    content:"";
    background-image: url('/cdn/shop/files/mobilecaret.svg?v=1736192491');
    width:11px;
    height:9px;
    backgorund-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    
  }
  .mega-menu a.mega-menu__linklist-link {
  font-family: ltc-goudy-oldstyle-pro, serif ;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px
  }
      .mega-menu__block.block__image .mega-menu__content.content p {
        text-align: center;
        font-family: "Alpina";
        font-size: 18px;
        font-style: normal;
        font-weight: 250;
        line-height: 21px;
    }
  .mega-menu .menu__heading {
    font-size: 26px;
  }
  .mega-menu {
    padding-bottom: 0;
  }
}

.mobile-support{
  margin-top: 30px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
.mobile-support a{
font-family: sweet-sans-pro, sans-serif;  
font-size: 10px;
font-style: normal;
font-weight: bold;
line-height: 24px; /* 240% */
letter-spacing: 1px;
text-transform: uppercase;
}

/*Search  */

.mobile-search{
      /* background: transparent; */
}
.mobile-search .control .icon.is-left {
    padding-left: 5px;
    top: 50%;
    left: auto;
}
.mobile-search .control .icon.is-right {
   top: -45px;
}
.mobile-search form {
    background-color: var(--manilla);
    margin: 0;
    padding: 70px 20px 50px;
    position: relative;
    width: 100%;
}
.mobile-search form button {
    left: auto;
    right: 3px;
}
.search-overlay{
  background-color: #FCF2EC;
}

.search__fields{
      max-width: 730px;
    margin: 0 auto;
}
.search-overlay__wrapper {
    padding: 15px 0 25px;
}
.search-form .search__fields .control button .icon{
  padding: 0;
  height: 25px;
  width: 25px;
}
.search-form .search__fields .control button {
  left: auto;
  right: 3px;
}
.search-form .search__fields input[type=text] {
  font-style:italic;
}
.search-form .search__fields input[type=text]{
    border: none;
    border-bottom: 1px solid #262628;
  padding-left: 0!important;
  padding-bottom: 18px;
}

.search__results-wrapper {
   max-width: 730px;
    background-color: #FCF2EC;
  right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.search__results__suggestions .search__results__item .search__results__item__suggestions, .search__results__item{
      font-family: ltc-goudy-oldstyle-pro, serif ;
}

.search__results__item .description__title {
  font-family: "Alpina";
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
}

.results-heading {
    font-family: Tilda;
  font-size: 32px;
  padding-block: 10px 0px;
}
.all-results{
  background-color: transparent;
   font-family: sweet-sans-pro, sans-serif;  
font-size: 12px;
font-style: normal;
font-weight: bold!important;
line-height: normal;
letter-spacing: 1.67px;
text-transform: uppercase;  
      padding: 12px;
}
.search__results {
    background-color: #FCF2EC;
}

.search__results-count{
  text-align: right;
  font-size:16px;
}


/*Ajax Cart  */
.ajax-cart__form{
  max-height: calc(100vh - 353px);
   min-height: calc(100vh - 353px);
      overflow-y: auto;
   overflow-x: hidden;
}

.ajax-cart__details-wrapper {
  position: absolute;
  bottom:-212px;
  width: 100%;
  box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
}

.ajax-cart__cart-count{
  border-bottom: 1px solid rgba(211, 211, 211, .5);
      display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  padding: 15px 0 15px 15px;
}
.ajax-cart__cart-title {
  border-bottom: none;
padding: 0;
  font-family: sweet-sans-pro, sans-serif;  
font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
font-variant: all-small-caps;
letter-spacing: 1.95px;

}
.ajax-cart__cart-link {
    display: inline;
  margin: 0; 
  margin-right: 60px;
  font-size: 14px;
}
#theme-ajax-cart{
  background-color: var(--manilla);
  max-width: 524px;
}
.ajax-cart a:hover {
    color: var(--black);
  opacity: .75;
}
.ajax-cart__product {
    position: relative;
    align-items: center;
    min-height: 120px;
    padding: 20px 20px 0;
    margin-top: 0;
}
.ajax-cart__price{
  position: absolute;
  right: 20px;
  bottom: 0;
  font-size: 18px;
}
.ajax-cart__empty-text{
font-family: "Alpina";
font-size: 24px;
font-style: normal;
font-weight: 250;
line-height: 32px;
}

.quantity-input-control input {
  font-size: 18px!important;
  border-top: none!important;
  border-bottom: none!important;
      min-width: 33px!important;
    height: 18px!important;
  padding: 0!important;
}
.ajax-cart__subtotal .money{
  font-size: 18px;
}
.ajax-cart__row-description{
    font-family: sweet-sans-pro, sans-serif;  
  font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
font-variant: all-small-caps;
letter-spacing: 1.95px;
}
.ajax-cart__details-wrapper {
  padding-bottom: 50px;
}
.ajax-cart__button.button--add-to-cart{
  padding-top: 29px;
  padding-bottom: 29px;
}
.cart-shipping__wrapper{
       padding: 18px 22px 22px;
  background-color: var(--light-blue);
}
.cart-shippingThreshold__bar {
    position: relative;
    background-color: var(--manilla);
    height: 10px;
    border-radius: 30px;

}

.cart-shippingThreshold__progress {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 0;
    max-width: 100%;
    height: 100%;
    display: block;
    background: #88AAD5;
    border-radius: 30px;
  transition: width .2s ease-in-out;
  
}

.cart-shipping__numOuter{
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}
.cart-shipping__success{
  text-align: center;
    font-size: 16px;
    margin-bottom: 15px;

}
.ajax-cart__close-icon .icon{
  height: 16px;
  width: 16px;
}


.ajax-cart__delete .close, .ajax-cart__delete:hover .close {
  background-color: transparent;
      height: 13px;
    max-height: 13px;
    max-width: 13px;
    min-height: 13px;
    min-width: 13px;
    width: 13px;
}
.close .icon {
    fill: currentColor;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
}
.ajax-cart__product-title{
  font-family: "Alpina";
font-size: 24px;
font-style: normal;
font-weight: 250;
line-height: 32px;
}

.quantity-element.button svg {
    margin-left: 0px;
    margin-top: 0px;
    transition: all .2s ease-in-out;

}
.quantity-element.button {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid var(--black);
  border-radius: 50%!important;
}
.quantity-plus.button .icon, .quantity-minus.button .icon {
   padding: 4px;
}
.quantity-wrapper.quantity-style--box.is-medium .quantity-element {
    min-height: auto;
    min-width: 25px;
    height: 25px;
  width: 25px;
  max-width: 25px;
}
.quantity-plus.button .icon svg path, .quantity-minus.button .icon svg path{
  stroke: var(--black);
}
.quantity-plus.button[disabled], .quantity-minus.button[disabled]{
  background-color: transparent;
}
.quantity-plus.button:hover .icon svg path,  .quantity-minus.button:hover .icon svg path{
    stroke: var(--manilla);
}
.quantity-plus.button[disabled]:hover .icon svg path,  .quantity-minus.button[disabled]:hover .icon svg path{
    stroke: var(--black);
}
.ajax-cart__quantity-box .quantity-wrapper.quantity-style--box .quantity-input-control--fill {
    width: auto;
    padding-top: 4px;
}
/*  Footer */
.footer__block.block__newsletter{
  width: 100%;
    background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
      display: flex;
  margin-bottom: 60px;
  padding-bottom: 75px;
      align-items: flex-end;
}
.footer__block.block__newsletter .content{
  margin-bottom: 0;
}
.footer__block.block__newsletter .content p{
  font-family: "Alpina";
font-size: 40px;
font-style: normal;
  max-width: 606px;
  margin-right: 9vw;
  line-height: 48px;
}

.footer__block.block__newsletter .newsletter-form .field {
  margin-bottom: 0;
}

.footer__block.block__newsletter .newsletter-form__wrapper{
  flex: 1 0 calc(50% - 20px);
  padding-bottom:30px;
}
.footer__block.block__text{
  width: calc(50% - 20px);
}
.footer__block.block__text p{
  font-family: "Alpina";
font-size: 30px;
font-style: normal;
font-weight: 250;
line-height: 40px;
}

.footer__block .social-icons{
  padding-top: 20px;
}

.footer__block .social-icons .icon {
  height: 27px;
  width: 27px;
}
.footer__block .social-icons li{
  padding-right: 40px;
}
.footer__block .social-icons .icon[data-icon="facebook"]{
    height: 25px;
}

.footer__heading{
  font-family: Tilda;
font-size: 50px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.footer__menu-link a{
  font-family: sweet-sans-pro, sans-serif;  
font-size: 12px;
font-style: normal;
font-weight: bold;
line-height: 28px; /* 233.333% */
letter-spacing: 1.2px;
text-transform: uppercase;
}
.footer__content {
  padding-top: 65px;
  paddgin-bottom: 0;
}
.footer__content>.container.has-limit{
  padding-bottom: 220px;
      background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

.footer__extra-content{
  background-color: var(--light-blue);
  width: 100%;
  max-width: none;
}

.sub-footer{
      max-width: 1480px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 24px;
}
#footer-credits, #footer-credits-desktop{
  cursor: pointer;
  font-variant: all-small-caps;
}
#footer-credits{
  display: inline;
}
div#text-7 {
  display: none;
    position: absolute;
    bottom: 67px;
    right: 0;
    width: 330px;
    background: var(--manilla);

    color: var(--black);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease-in-out;
}
div#text-7.active{
      display: block;
    max-height: 165px; /* Adjust this to fit your content */
    transition: max-height 0.7s ease-in-out;
}

div#text-7 .widget-wrap{
      padding: 25px;
}
#text-7 h4.widget-title.widgettitle {
    color: var(--black);
font-family: sweet-sans-pro, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: left;
    margin: 0 auto 25px;
    background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    padding-bottom: 25px;
}
#text-7 img.close-x {
  bottom: 100px;
    width: 11px;
    height: 13px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
}
div#text-7 p {
    margin: 0 auto;
  text-align: left;
}
.footer__credits a, .footer__credits p{
  font-family: sweet-sans-pro, sans-serif;
  font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
font-variant: all-small-caps;
  text-transform: uppercase;
letter-spacing: 1.95px;

}
.footer__credits a{
    margin-right: 27px;
}
@media only screen and (max-width: 1024px) {
    .sub-footer__row {
        flex-direction: row;
        /* text-align: center; */
    }
  .sub-footer__row>:nth-child(2) {
        margin-inline: 0;
        text-align: center;
        margin-right: 0;
        margin-left: auto;
    }
  .footer__content>.container.has-limit {
    padding-bottom: 170px;
  }
  .footer .newsletter-form .input{
        padding-bottom: 10px;
    padding-top: 20px;
    height: auto;
}
  }
}
@media only screen and (max-width: 1000px) {
  .footer__block.block__newsletter .content p{
  font-family: "Alpina";
font-size: 33px;
font-style: normal;
  max-width: 606px;
  margin-right: 6vw;
  line-height: 35px;
}
}
@media only screen and (max-width: 798px) {
  .footer__block.block__text p {
    font-family: "Alpina";
font-size: 22px;
font-style: normal;
font-weight: 250;
line-height: 32px;
}
  .footer__block.block__newsletter {
    flex-wrap: wrap;
  }
  .footer__block .social-icons {
    padding-top: 10px;
}
  .footer__content>.container.has-limit {
    background-image: none;
  }
  
.footer__block .social-icons li {
    padding-right: 30px;
}
      .footer__content>.container.has-limit {
        padding-bottom: 20px;
    }
    .footer__block.block__newsletter .content p{
  font-family: "Alpina";
font-size: 33px;
font-style: normal;
  max-width: none;
  margin-right: 0vw;
  line-height: 35px;
      text-align: center;
              padding-bottom: 25px;
}
  .footer__block.block__newsletter {
    padding-bottom: 25px;
        margin-bottom: 44px;
  }
  .footer__block.block__link_list{
    order: 1;
           background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
        background-repeat: repeat-x;
  }
  .block__link_list_4JDec6{
    order: 1;
           background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
        background-repeat: repeat-x;
  }
  .footer__block.block__text {
    width: calc(100% - 20px);
    order: 0;
            padding-bottom: 24px;
           background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
        background-repeat: repeat-x;
            padding-left: 5px;
    padding-right: 5px;
  }
      .sub-footer__row {
        flex-direction: column;
      }
      .sub-footer__row>:nth-child(2) {
        margin: 0 auto}
  .footer__heading {
font-family: "Alpina";
font-size: 25px;
font-style: normal;
font-weight: 250;
line-height: 34px
}
    .footer__menu-list.hiddenish {
    display: none;
  }

  .footer__menu-list {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 18px;
        padding-bottom: 20px;
  }

  .footer__heading {
    cursor: pointer;
    padding: 15px 15px 0;
    margin-bottom: 15px;
 
  }
  .footer-menu-icons{
        position: absolute;
        right: 15px;
        left: auto;
        width: 10px;
        top: 23px;
    transition: all .2s ease;
    width: 10px;
    height: 9px;
  pointer-events: none;
  }
    .footer-menu-icons svg{
      transition: all .2s ease;
    }
  .footer-menu-icons.flipped svg{
    transform: rotate(-180deg);
    transform-origin: center;
  }
    .footer-menu-icons .icon{
      width: 10px;
      height: 9px;
      display: block;
    }
  .footer__menu{
    position: relative;
  }

}
@media only screen and (max-width: 480px) {
    .footer__block {
        padding-bottom: 0px;
    }
  .input{
    font-size: 18px!important;
  }
}

@media only screen and (max-width: 700px) {
  .footer__credits p:first-child{
        width: 100%;
    display: block;
    margin: 0 0 10px;
  }
    .footer__credits p:first-child a{
      margin-right: 0!important;
    }
  .footer__credits a, .footer__credits p {
    font-family: sweet-sans-pro, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-variant: all-small-caps;
    text-transform: uppercase;
    letter-spacing: 1px;
}
  #footer-credits{
        font-family: sweet-sans-pro, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-variant: all-small-caps;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}


/* Image with Text Banner  */
.image-with-text__image-column.maskedimage{
  padding: 30px 50px;
}

.image-with-text__heading.is-large {
    font-size: 100px;
  line-height: 1;
}
.metaobject-collaboration .image-with-text__heading.is-large {
    font-size: 90px;
  line-height: 1;
}
.metaobject-collaboration .larsblog .title {
  text-align: center;
}

.metaobject-collaboration .larsblog .image-element__wrap {
      background-color: #FCF2ED;
}

.metaobject-collaboration  .image-with-text__text-column {
    padding: 30px 7vw;
}
.metaobject-collaboration  .image-with-text__text-column .button--link-style svg{
  display: none;
  
}
.metaobject-collaboration .grid-item .button--link-style{
    font-size: 13px;
    text-decoration: none;
    border-bottom: none;
}
.metaobject-collaboration .footer--classic{
  background-color: var(--peach);
}
.metaobject-collaboration  .section--grid-section .grid-item__button {
    margin-top: 10px;
}
.metaobject-collaboration .section--grid-section .grid-item__heading {
  line-height: 34px;
}
.metaobject-collaboration .section--grid-section:not(.section--grid-section--text-on-image) .grid-item__text-content {
    margin: 16px 0 80px;
}

.metaobject-collaboration .heading-section__content {
    padding: 0px 0px 0px;
  max-width: 1100px; 
  margin: 0 auto;
}
.metaobject-collaboration .heading-section__content .button{
margin-top: 30px;
}
.metaobject-collaboration .larsblog{
  background-color: var(--peach);
}
.image-with-text__heading.is-regular {
   font-size: 70px;
font-style: normal;
font-weight: 250;
line-height: 70px; 
  
}
.image-with-text__text{
  font-size: 22px;
  margin-bottom: 25px;
}
.image-with-text-sig .image-with-text__text{
  font-size: 18px;
  margin-bottom: 25px;
}

.image-with-text__text.content:not(:last-child){
   margin-bottom: 25px;
}

.image-with-text__heading {
     padding-top: 15px;
    padding-bottom: 30px;
}
.image-with-text__heading.is-small {
    font-size: 50px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .metaobject-collaboration .image-with-text__heading.is-large {
    font-size: 70px;
  line-height: 1;
}
   .metaobject-collaboration .image-with-text__text {
    font-size: 18px;
    margin-bottom: 25px;
}
}
@media only screen and (max-width: 1030px) {
    .metaobject-collaboration  .image-with-text__heading {
     padding-top: 0px;
    padding-bottom: 15px;
    }
  .metaobject-collaboration .heading-section__content h2{
    font-size: 30px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 900px) {
    .metaobject-collaboration .image-with-text__heading.is-large {
    font-size: 40px;
  line-height: 1;
}
      .image-with-text__image-column {
        order: var(--image-flex-order);
        height: auto;
    }
}
@media only screen and (max-width: 798px) {

    .metaobject-collaboration   .image-with-text__image-column {

        height: auto;
    }
  .metaobject-collaboration .image-with-text__text-column {
    padding: 60px 5vw 90px;
}
       .metaobject-collaboration .larsblog .section .grid-items-wrapper {
        padding-left: 0px;
                 display: flex;
        flex-wrap: wrap;
        gap: 0 0px;
         flex-direction: row;
    }
    .metaobject-collaboration   .section--grid-section .grid-item {
        margin-inline: 10px;
        width: calc(50% - 20px);
    }
.metaobject-collaboration .section--grid-section .grid-item__heading {
    line-height: 30px;
  font-size: 22px;
}
  .metaobject-collaboration .section--grid-section:not(.section--grid-section--text-on-image) .grid-item__text-content {
    margin: 16px 0 35px;
}
}

/* Image w/ Featured Product  */
.featproduct{
  position: relative;
    width: 50%;
  margin: 45px auto 25px;
}

.featprodimg{

}
.featprodbadge{
  position: absolute;
    width: 37%;
    top: -8%;
    right: -10%;

}

/* Newsletter Section */
.newsletter-container {
    position: relative;
    max-width: 1370px;
    margin: 0 auto;
}
.newsletter__image {
  position: absolute;
    width: 60%!important;
    height: 70%;
    right: -1%;
    top: 12%;
}
.newsletter__image img{
  object-fit: contain!important;
}

.newsletter__wrapper{
      max-width: 700px!important;
    min-height: 705px;
    position: relative;
    left: -12%;
      padding-left: 13%;
    padding-right: 12%;
      background-size: contain;
    background-repeat: no-repeat;
}
.newsletter__heading{
  padding-top: 60px;
}

@media only screen and (max-width: 1330px) {
  .newsletter__image {
    position: absolute;
    width: 50vw !important;
    height: 60%;
    right: -1%;
    top: 12%;
}
}
  @media only screen and (max-width: 1120px) {
    .newsletter__image {
        position: absolute;
        width: 40vw !important;
        height: 50%;
        right: 0%;
        top: 12%;
    }
}
    @media only screen and (max-width: 980px) {
    .newsletter__image {
        position: absolute;
        width: 0vw !important;
        height: 50%;
        right: 0%;
        top: 12%;
    }
      .newsletter__wrapper {
        left: 0;
      }

}

    @media only screen and (max-width: 798px){
      .mobile-newsletter{
        padding-top: 35px;
        max-width: 500px;
      }
      .newsletter__image--mobile-wrapper.has-image-crop {
    padding-bottom: 38vw;
    width: 38vw;
    position: absolute;
    right: 2vw;
}
            .newsletter-container {
        flex-wrap: wrap;
      }
      .newsletter__heading.title {
    padding-top: 55px;
        max-width: 45vw;
}
           .newsletter__wrapper {
    max-width: 70vw !important;
    left: -10vw;
    display: flex;
    align-items: center;
             min-height: 70vw;
}
      .newsletter__text-wrapper {
    width: calc(100% - 0px);
}
    }
    @media only screen and (max-width: 600px){
    .newsletter__heading.title {
        padding-top: 50px;
        max-width: 60vw;
        font-size: 22px;
        font-style: normal;
        font-weight: 250;
        line-height: 32px;
    }
        .mobile-newsletter{
        padding-left: 35px;
          padding-right: 35px;
      }
      .mobile-newsletter .input{
        font-size: 22px!Important;
      }
    }

/* Multi Featured Collections */
.featured-collection-section-multi .slider-gallery {
     visibility: hidden;
    opacity: 0;
    height: 0; /* Optional, ensures sliders don't take up space when hidden */
    transition: opacity 0.3s ease;
}

.featured-collection-section-multi .slider-gallery.active {
   visibility: visible;
    opacity: 1;
    height: auto; /* Reset height */
}

.featured-collection-nav h6 {
    cursor: pointer;
    margin: 5px;
}
.featured-collection-nav h6.active {
    font-weight: bold;
    border-bottom: 1px solid var(--black);
}

.featured-collection-section-multi .heading-wrapper {
    margin-bottom: 25px;
}

.featured-collection-nav{
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 65px;
}

.featured-collection-section-multi .one-third {
    width: calc(33.3333333333%)!important;
  margin-left:0px;
  margin-right:0px;
    padding-left: 15px;
  padding-right: 15px;
}

.featured-collection-section-multi .featured-collection.container {
    position: relative;
    margin: 0 -8px;
}

.flickity-button {
  background:var(--peach);
}

.flickity-button-icon {
    fill: var(--black);
}

.featured-collection-section-multi .flickity-prev-next-button.previous{
  display: none;
}

.flickity-prev-next-button {
    top: 40%;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.featured-collection-section-multi .flickity-prev-next-button.next {
    right: -15px;
}
.flickity-prev-next-button.next .flickity-button-icon {

    margin-right: 13px;
}
.flickity-button:active {
    opacity: 1;
}
.flickity-button {
    transition: background-color .15s ease-in-out;
}
@media only screen and (max-width: 798px) {
.featured-collection-section-multi .one-third {
    width: calc(70%)!important;
  margin-left:0px;
  margin-right:0px;
    padding-left: 5px;
  padding-right: 5px;
}
      .section--grid-section .grid-item__heading {
        line-height: 1.3;
      }
  .featured-collection-section-multi .slider-gallery.active {
    margin-left: 20px;
}
  .featured-collection-nav {
    margin-bottom: 23px;
    white-space: nowrap;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    overflow-x: scroll;
  }
   .featured-collection-nav { scrollbar-width: none; } /* Firefox */
 .featured-collection-nav { -ms-overflow-style: none; } /* IE and Edge */
 .featured-collection-nav::-webkit-scrollbar,  .featured-collection-nav::-webkit-scrollbar-button { display: none; } 
}


.featured-item-block{
  width: 50%;
  padding: 0 7%;
  opacity: .25;
}
.featured-item-block.is-selected{
  opacity: 1;
}

.featureditems{
  
}
.featureditems .flickity-prev-next-button.previous {
    left: 22%;
}
.featureditems .flickity-prev-next-button.next {
    right: 22%;
}
.featured-item-content{
  text-align: center;
      padding-top: 10px;
  width: 75%; 
  margin: 0 auto;
}
.featured-item-content p{
  padding: 5px 0 20px;
}

@media only screen and (max-width: 798px) {
  .flickity-prev-next-button.next .flickity-button-icon {
    margin-right: 0px;
}.featureditems .flickity-prev-next-button.next {
    right: 38%;
}
  .flickity-prev-next-button .flickity-button-icon {
    width: 100%;
    height: 100%;
  }
  .featureditems .flickity-prev-next-button.previous {
    left: 38%;
}
  .flickity-prev-next-button {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    transform: translateY(-50%);
    top: calc(100% + 18px);
}
    .featureditems .testimonials {
    padding-bottom: 35px;
}
  .featured-item-block {
    width: 68%;
    padding: 0 1%;
}
  .featured-item-content {
    text-align: center;
    padding-top: 10px;
    width: 100%;
    opacity: 0;
}
.is-selected   .featured-item-content {

    opacity: 1;
}
}

.collection-list li{
  font-family: "Alpina";
font-size: 70px;
font-style: normal;
font-weight: 250;
line-height: 90px;
  color: var(--manilla);
}
.collection-list li a{
    color: var(--manilla);

}
.collection-list li span{
 font-family: sweet-sans-pro, sans-serif;  
font-size: 14px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 2.1px;
text-transform: uppercase;
    color: var(--manilla);    vertical-align: super;
    margin-left: 10px;

}
.collection-list{
      padding: 20px 0 40px;
}
/* Blog Posts */
.larsblog .title{
  margin-bottom: 60px;
}
.larsblog section{
  padding: 80px 0;
}
@media only screen and (max-width: 798px) {
  .collection-list li{
font-size: 42px;
font-style: normal;
font-weight: 250;
line-height: normal;
}
}

@media only screen and (max-width: 798px) {
    .section--grid-section .grid-item {
        margin-inline: 10px;
        width: calc(70% - 20px);
    }
  .larsblog .section{
margin-right: 0;
    margin-left: 0;
    width: 100%;
}
  .larsblog section {
    padding: 60px 0 70px;
}
   .larsblog .section .grid-items-wrapper{
padding-left: 30px}
  .larsblog .title {
    margin-bottom: 48px;
}
  .image-with-text__heading.is-large {
    font-size: 42px!important;
  line-height: 1!important;
}
  .image-with-text__heading.is-regular {
    font-size: 42px;
    font-style: normal;
    font-weight: 250;
    line-height: 42px;
}
  .image-with-text__image-column.maskedimage {
    padding: 0px 30px;
}
     .is-width-standard .image-with-text__image-column.maskedimage {
        padding: 0px 5px;
    }
 .is-width-standard .image-with-text__text-column {
    padding: 0 15px 30px;
}
      .image-with-text__text-column {
        padding: 0 30px 30px;
    }
  .image-with-text__text {
    font-size: 18px;
    margin-bottom: 25px;
}
  .image-with-text__heading {
    padding-top: 0px;
    padding-bottom: 10px;
}
     .is-width-standard  .image-with-text__heading {
        padding-top: 0px;
        padding-bottom: 20px;
    }
  .image-with-text__heading.is-small {
  font-size: 38px;
font-style: normal;
font-weight: 250;
line-height: normal;
    padding-bottom: 8px;
}
  .image-with-text-product     .image-with-text__text-column {
        padding: 60px 30px 40px;
    
    
  }
}
/* Link List */
.link-list__wrapper{
  gap: 25px;
}

a.logo-list__link.button.button--primary{
  font-size: 10px;
font-style: normal;
line-height: normal;
  padding: 20px;
}
.logo-list .has-background {
    padding-top: 10px;
}
.flickity-button:hover {
    background: var(--pink);
    cursor: pointer;
}
.flickity-button:focus {
    outline: 0;
    box-shadow: none;
}

@media only screen and (max-width: 1120px) {
  .featproduct {
    position: relative;
    width: 30%;
    margin: 25px auto 25px;
}
 .link-list__wrapper h5 {
    flex: 1 0 100%;
    text-align: center;
}
  .image-with-text__heading.is-large {
    font-size: 70px;
    line-height: 1;
}
}
@media only screen and (max-width: 900px) {
 .link-list__wrapper h5 {
    flex: 1 0 100%;
    text-align: center;
}
    .link-list__wrapper{

    position: relative;
    gap: 12px;
    }
    a.logo-list__link.button.button--primary {
    padding: 12px;
    
}
}
@media only screen and (max-width: 798px) {
    .featproduct {
    position: relative;
    width: 80%;
    margin: 25px auto 25px;
}
  .link-list__wrapper{
    flex-wrap: nowrap;
    position: relative;
        overflow-x: scroll;
    gap: 12px;
    justify-content: flex-start;
    margin-left: 0; 
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    width: 100% !important;
    padding-right: 10px!important;
    padding-left: 20px!important;
  }
       .link-list__wrapper { scrollbar-width: none; } /* Firefox */
   .link-list__wrapper { -ms-overflow-style: none; } /* IE and Edge */
   .link-list__wrapper::-webkit-scrollbar,    .link-list__wrapper::-webkit-scrollbar-button { display: none; } 

   .link-list h5 {
 text-align: center;
}
  a.logo-list__link.button.button--primary {
    padding: 12px;
    
}

a.logo-list__link.button.button--primary {
  font-size: 10px!important;
  white-space: nowrap;
}
  .link-list .section{
padding-right: 0!important;
    padding-left: 0!important;
  }
}
/* Forms */

.input, .textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #262628;
    color: #262628;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
  font-family: ltc-goudy-oldstyle-pro, serif ;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 36.2px;
    padding-bottom: 24px;
}
.input:hover{
  border: none;
    border-bottom: 1px solid #262628;
}
.input::placeholder{
  color: #262628!important;
}
.input:focus, input:focus-visible, .input:focus-within{
  outline: none;
  box-shadow: none;
}
.input.is-primary-btn-style, .input.is-secondary-btn-style{
  padding-left: 0;
  padding-right: 0;
}

.newsletter-form .button--primary.is-within-form{
  border: none;
  width: 50px;
      padding: 0;
    position: absolute;
    top: -40px;
    right: 5px;
}
.button--primary.is-within-form:hover{
  background-color: transparent;
}
.button--primary.is-within-form:hover svg, .button--primary.is-within-form:hover svg path{
      fill: var(--black)!important;
}
.button--primary.is-within-form:focus{
    background-color: transparent;
    outline: none;
  box-shadow: none;
}
/* Heading - Wavy Bottom */

.heading-section__content{
  padding: 100px 0 168px;
}


/* Decorative Elements  */
.stripedivider{
  display: block;
    width: 100%;
    height: 25px;
   background-image: linear-gradient(90deg, #E2C74F 25%, #EEF3EE 25%, #EEF3EE 50%, #E2C74F 50%, #E2C74F 75%, #EEF3EE 75%, #EEF3EE 100%);
    background-size: 320px 320px;
}
.stripedivider-red{
   background-image: linear-gradient(90deg, #DA5034 25%, #BAD0E9 25%, #BAD0E9 50%, #DA5034 50%, #DA5034 75%, #BAD0E9 75%, #BAD0E9 100%);
}

.stripedivider-green{
   background-image: linear-gradient(90deg, #5D8348 25%, #BAD0E9 25%, #BAD0E9 50%, #5D8348 50%, #5D8348 75%, #BAD0E9 75%, #BAD0E9 100%);
}

/* Product */

.howto{
  text-align: center;
  margin: 20px 0 0;
}

.howtorow{
  display: flex;
  padding: 25px 0px 35px;
}
.howtoicon{
  flex: 1 0;
}
.howtoicon .iconwrapper{
  background-color: var(--light-blue);
  height: 53px;
  width: 53px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}
.howtoicon p{
  font-size: 14px;
}
.howtolink{
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 48px 10px 9px;
  border-radius: 80px;
  position: relative;
  /* background-image: url('/cdn/shop/files/Rectangle_294.png?v=1732815045'); */
  background-repeat: no-repeat;
  background-size: 99.9% 99%;
      border: 1px dashed var(--black);
}


.howtotitle{
  position: relative;
  width: 100%;
}
.howtotitle::before{
    background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  height: 1px;
  content:"";
  left: 0;
  top: 50%;
  width: calc(50% - 88px);
  display: block;
  position: absolute;
}
.howtotitle::after{
    background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  height: 1px;
  content:"";
  right: 0;
  left: auto;
  top: 50%;
  width: calc(50% - 90px);
    display: block;
    position: absolute;

}
.howtolink span{
  flex: 1 0;
  text-align: left;
}

.howtolink svg{
    position: relative;
    top: 3px;
  transition: all .2s ease-in;
}

.howtolink:hover svg{
  transform: translateX(5px);
}

.howtoscissors{
    background-color: var(--coral);
  height: 53px;
  width: 53px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.product_section{
  max-width: 1440px; 
  margin: 0 auto;
}

.product__images{
  margin-right: 46px;
  width: calc(62% - 46px);
}
.product__information{
  width:calc(38% - 30px);
  margin-right: 20px!important;
}
.product-gallery__main .flickity-prev-next-button{
  top: 23.5vw;
}

h1.product-title.title{
  font-size: 50px;
  line-height: normal;
  margin-bottom: 8px;
}
.assigned-collection{
  font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 34px; /* 212.5% */
text-decoration: underline;
  text-decoration-thickness: from-font;
}

span.price{
 font-family: sweet-sans-pro, sans-serif;  
font-size: 15px;
font-style: normal;
font-weight: bold!important;
line-height: normal;
letter-spacing: 2.25px;
text-transform: uppercase;
  margin-bottom: 10px;
}
.metafield-rich_text_field p{
  margin-bottom: 1em;
}
.product-text>p{
  text-align: center;
  font-size: 14px;
}

.heading-wrapper--recommended-products{
  margin-bottom: 60px;
  padding-top: 112px;
      background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  margin-left: 30px!important;
  margin-right: 30px!important;
}



.recommended-products-section~.shopify-section{
   background-color: var(--peach);
  margin-bottom: -25px;
  padding-top: 95px!important;
  padding-bottom: 130px!important;
}

.related-products .products-slider .gallery-cell {
    padding: 0 3px;
}
.product-thumbnail__title{
  font-family: "Alpina";
font-size: 30px;
font-style: normal;
line-height: 40px;
}
span.product-thumbnail__price.price {
  font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 1.95px;
}
.collection__main{
  padding: 0 75px;
}
.product-thumbnail__price em{
  font-family: ltc-goudy-oldstyle-pro, serif;
  text-transform: lowercase;
  letter-spacing: 1.1px;
}
.thumbnail__caption {
    padding: 0 0px;
}
.collection__filters {
    margin-bottom: 20px;
    margin-right: 75px !important;
    width: 100%;
}
.heading-section__subheading{
  font-family: ltc-goudy-oldstyle-pro, serif;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 34px;
      padding-top: 25px!important;
  
}
.collection .product__thumbnail{
  padding-bottom: 50px;
}
.collection .container--pagination{
  padding-bottom: 60px;
}
.collection-meta{
  padding: 0 50px 60px;
  font-size: 18px;
  text-align: center;
  max-width: 1085px;
  margin: 0 auto;
}
.collection-matrix__wrapper{
      background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  margin-bottom: 30px;
}
.pagination-previous, .pagination-next, .pagination-link {
    border: none;
    color: #262628;
    min-width: 15px;
  font-family: Tilda;
font-size: 48px;
font-style: normal;
font-weight: 400;
line-height: normal;
      padding-left: 8px;
    padding-right: 8px;
}
.pagination-link.is-current{
  color: var(--red);
  
  background-color: transparent;
}
.pagination-previous svg{
      transform: rotate(-180deg);
      margin-top: -12px;
}
.jdgm-write-rev-link.jdgm-write-rev-link {
  background-color: transparent !important;
  color: var(--black)!important;
  border: 1px solid var(--black)!important;
  padding: 29px 75px!important;
  max-width: none!important;
}
.jdgm-write-rev-link.jdgm-write-rev-link:hover{
  color: var(--manilla)!important;
  background-color: var(--black)!important;
  opacity:1!important;
}
.jdgm-rev-widg__summary-stars{
  text-align: center;
}
.jdgm-rev-widg__title{
  font-size: 50px !important;
   line-height: 50px !important;
  margin-bottom: 16px !Important;
}

.jdgm-histogram{
      display: none !important;
}

.jdgm-rev-widg{
  max-width: 1030px!important;
  margin-left: auto!important;
  margin-right: auto!important;
}
.jdgm-row-stars{
  flex-wrap: wrap;
}
.product-block--first~.product-block{
  margin: 5px 0 10px; 
}
.jdgm-rev-widg__summary{
  width: 100%!important;
  margin-bottom: 25px !important; 
  text-align: center!important;
  font-family: sweet-sans-pro, sans-serif;  
font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 1.95px;
  text-transform: uppercase;
}
.jdgm-write-rev-link, .jdgm-prev-badge__text{
    font-family: sweet-sans-pro, sans-serif;  
font-size: 13px!important;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 1.95px;
  text-transform: uppercase;
}
.jdgm-prev-badge__text{
  margin-left: 10px!important;
}
.jdgm-sort-dropdown{
      font-family: sweet-sans-pro, sans-serif;  
font-size: 13px!important;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 1.95px;
  text-transform: uppercase;
}

.jdgm-sort-dropdown:focus-visible{
  outline: none;
}
.jdgm-rev-widg__summary-text{
   text-align: center!important;
}
.jdgm-histogram__frequency{
    font-family: sweet-sans-pro, sans-serif;  
font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 1.95px;
}

.jdgm-rev{
  display: flex;
}

.jdgm-rev__header{
  margin-right: 65px!important;
  width: 100px!important;
}
.jdgm-rev__icon{
  display: none!important;
}
.jdgm-rev__timestamp {
    float: left!important;
  margin: 8px 0 !important;
}
.jdgm-rev__author{
      font-family: sweet-sans-pro, sans-serif;  
font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 1.95px;
  color: var(--black)!important;
   text-transform: uppercase;
  margin-right: 5px!Important;
  /* white-space: nowrap; */
}
.jdgm-rev__buyer-badge-wrapper {
  margin-left: 0!Important;
}
.jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown{
  color: var(--black)!important;
}
.product-accordion .panel  {
    padding: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  padding: 0 10px 0;
}

.jdgm-rev__title{
  font-family: "Alpina";
font-size: 30px!important;
font-style: normal;
line-height: 40px!important;
  font-weight: normal !important;
}


.product-accordion__inner div, .product-accordion__inner ul, .product-accordion__inner p{
  margin-bottom: 1em; 
}
.product-accordion__inner ul{
  list-style-type: disc;
  padding-left: 2em;
}
.product-accordion__inner a{
text-decoration: underline}
.product-accordion__inner>*:first-child{
  padding-top: 10px;
}
.product-accordion.faq{
      background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

.product-accordion button.accordion {
    background: none;
    border: 0;
    color: #262628;
    cursor: pointer;
    display: flex;
    text-align: left;
    width: 100%;
    justify-content: space-between;
}
.product-accordion button.accordion .icon{
  width: 12px;
}
.product-accordion button.accordion .icon svg{
  transition: all .2s ease;
}
.product-accordion button.accordion .icon.flipped svg{
  transform: rotate(-180deg);
}
.upsell{
  display: flex;
  padding: 20px 0;
}
.upsell img{
  width: 125px;
  display: block;
}
.upsell>a{
  flex: 0 0 125px;
}
.upsell-content{
  margin-left: 20px;
  margin-top: -6px;
  flex: 1 0;
}
.upsell:not(:nth-child(2)){
  background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  padding-top: 29px;
}


.upsell .button--primary{
  padding: 20px 22px; 
  font-size: 14px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 2.1px;
  margin-left: 20px;
}

.upsell-title{
  font-family: "Alpina";
font-size: 24px;
  line-height: 32px;
}
.product-block--first~.product-block.product-block--accordion {
    margin: 0;
}
.product-block--promo, .product-block--text:not(:nth-child(5)){
  margin-bottom: 40px!important;
}

.product-block--upsell{
    background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  margin-top:0!Important;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.upsell span.price{
  font-size: 12px;
}
variant-selection .selector-wrapper label{
    font-family: sweet-sans-pro, sans-serif;  
font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
text-transform: uppercase;
letter-spacing: 1.95px;
}
variant-selection .select{
width: 100%;
  background-color: transparent;
  border: 1px solid var(--black);
  height: auto!important;
  }

variant-selection .select select{
      font-family: sweet-sans-pro, sans-serif;  
    background-color: transparent;
    border: none;
    color: var(--black);
    cursor: pointer;
    display: block;
 font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
font-variant: all-small-caps;
letter-spacing: 1.95px;
    width: 100%;
    outline: none;
  text-transform: uppercase;
  padding: 25px 20px;
    height: auto!important;
}
variant-selection .select select:focus{
  outline: none;
  box-shadow: none;
}

.helpfultips{
  text-align: center;
  width: 155px;
  position: relative;
    top: 10px;
    left: -100px;
}
.helpfultips h5{
    transform: rotate(-27deg);
}
.helpfultips svg{
      position: relative;
    left: 25px;
    top: -5px;
}
.how-to-use .image-with-text__image-column{
  padding: 75px 50px;
}
.how-to-use .image-with-text__wrapper{
  max-width: 485px;
  margin: 0 auto;
}

.how-to-use .image-with-text__wrapper ul{
  list-style-type: none;
  margin-left: 0;
}
.how-to-use .image-with-text__wrapper ul li{
  padding: 25px 0 20px;
}
.how-to-use .image-with-text__wrapper ul li:not(last-child){
    background-image: linear-gradient(to right, var(--white) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}
.how-to-use .image-with-text__wrapper ul li:last-child{
  padding-bottom: 0;
}

.how-to-use .image-with-text__wrapper .how-to-use .image-with-text__wrapper {
    max-width: 540px;
    margin: 0 auto;
}

.how-to-use li{
  font-size: 18px!important;
}
.how-to-use .image-with-text__wrapper {
    max-width: 540px;
    margin: 0 auto;
}
.how-to-use  .image-with-text__text-column {
    padding: 30px;
    padding-top: 50px;
}

@media only screen and (max-width: 1100px) {
.howtolink {

    align-items: center;
    width: 100%;
    padding: 5px 20px 5px 9px;
    background-image: url('/cdn/shop/files/Rectangle_294-mobile.png?v=1734374410');
  }
}
@media only screen and (max-width: 798px) {
.howtorow {
  padding-bottom: 25px;
}
  .helpfultips{
    display: none;
  }
  .how-to-use .image-with-text__text-column {
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.productfaq{
  max-width: 1350px; 
  margin: 0 auto;
  padding-top: 136px !important;
  padding-bottom: 136px !important;
}

.productfaq .faq-accordion{
    background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;

}
.productfaq .page-faq__column-wrap{
    flex: 0 0 610px;
}

.productfaq .container{
  flex-wrap: nowrap;
  justify-content: space-between;
}

.productfaq-content{
  flex: 0 0 500px;
}
.productfaq-contenttext{
  max-width: 482px;
}

.page-about .productfaq {
  background-color: var(--blue);
  color: white;
  padding-top: 110px !important;
  padding-bottom: 110px !important;
  margin-left: 0!important;
    margin-right: 0!important;
  max-width: none;
}
.page-about .productfaq h2{
  color: white;
}
.page-about  .faq-accordion dt button {
   color: white;
}
.page-about .faq-accordion dt button{
    border-bottom: none;
    background-image: linear-gradient(to right, var(--white) 20%, rgba(255, 255, 255, 0) 0%);
}
.page-about  .productfaq .faq-accordion {
    background-image: linear-gradient(to right, var(--white) 20%, rgba(255, 255, 255, 0) 0%);
}
.page-about  .productfaq .faq-accordion svg path{
  fill: white;
}
.page-about  .productfaq-content {
  margin-left: 60px;
}
.productpromo{
  text-align: center;
  padding: 30px 10px;
  position: relative;
  width: 100%;
  min-height: 145px;
  display: flex; 
  justify-content: center;
  align-items: center;
}

.productpromo-text{
  z-index: 5;
  position: relative;
  max-width: 355px;
  margin: 0 auto;
}
.productpromo svg{
  width: 100%;
  position: absolute;
  height: 100%;
display: block;
  top: 0;
  left: 0;
}

.recommended-products-section .flickity-prev-next-button.next{
  right: 0;
}
.recommended-products-section .flickity-prev-next-button.previous{
display: none;
}


shopify-payment-terms{
  display: none;
}

.product__information .sticker-holder{
  display: none;
}
.product__information  .sale.savings{
  display: none;
}
.product__information .compare-at-price .money {
      font-family: sweet-sans-pro, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold !important;
    line-height: normal;
    letter-spacing: 2.25px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1260px){
.page-about .productfaq .container {
  flex-wrap: wrap;
}
  .page-about  .productfaq-content {
    flex: 0 0 500px;
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 1200px){
.productfaq .container {
  flex-wrap: wrap;
}
  .productfaq-content {
    flex: 0 0 500px;
    margin-bottom: 50px;
}
    .productfaq {
    max-width: 1350px;
    margin: 0 auto;
    padding-top: 86px !important;
    padding-bottom: 86px !important;
}

.product__images{
  margin-right: 46px;
  width: calc(50% - 46px);
}
.product__information{
  width:calc(50% - 30px);
  margin-right: 20px!important;
} 
  .product-gallery__main .flickity-prev-next-button{
  top: 18vw;
}


}

@media only screen and (max-width: 798px) {
    .productfaq-content {
    flex: 0 0 610px;
    margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
}
  .product__images{
  width: calc(100% - 20px);
}
.product__information{
  width:calc(100% - 20px);
  margin-right: 10px!important;
}
  .product-gallery__main .flickity-button{
    display: none;
  }
  .product-gallery__thumbnails{
    margin-top: 10px;
  }
  .product-gallery__thumbnails{
    max-width: calc(100% - 100px);
    margin: 10px auto;
  }
  .product-gallery__thumbnails  .one-fifth {
    width: 33.3333%!important;
    max-height: calc(33vw - 50px);
    margin-right: 0px!important;
    margin-left: 0px!important;
    padding-left: 5px;
    padding-right: 5px;
}
    .product-gallery__thumbnails  .flickity-prev-next-button {
    top: 50%;
    width: 35px;
    height: 35px;
}
    .product-gallery__thumbnails   .flickity-prev-next-button.previous {
    left: -40px;
}
      .product-gallery__thumbnails   .flickity-prev-next-button.next {
    right: -40px;
}
     .product-gallery__thumbnails .flickity-prev-next-button .flickity-button-icon {
        width: 100%;
    height: 100%;
  }
     .product-gallery__thumbnails .flickity-prev-next-button.next .flickity-button-icon {
    margin-right: 0px;
}
      .product__images {
        margin-bottom: 30px;
    }
  h1.product-title.title {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 8px;
    margin-right:15px;
}
  .metafield-rich_text_field p {
    margin-bottom: .5em;
    font-size: 14px;
}
  variant-selection .select select {
        padding: 17px 15px;
  }
  .productpromo {
    text-align: center;
    padding: 0px 10px 0px;
    position: relative;
    width: 100%;
    min-height: 85px;
  }
  .upsell .button--primary {
        padding: 15px 25px;
    font-size: 14px !important;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 2.1px;
    margin-left: 0px;
    margin-top: 20px;
  }
  .product_section {
    padding-bottom: 0!Important;
  }
  .heading-wrapper--recommended-products {
        margin-bottom: 40px;
    padding-top: 50px;
    background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .recommended-products-section .flickity-prev-next-button.next {
display: none;
}
      .related-products .products-slider .gallery-cell {
        width: calc(80% - 20px);
    }
  .product-thumbnail__title {
    font-family: "Alpina";
    font-size: 22px;
    font-style: normal;
    line-height: 32px;
}
  .related-products--slider{
    margin-right: 0!Important;
    margin-left: 20px!important;
}
  .upsell:last-child{
    /* padding-bottom: 0; */
  }
  .product-template{
    max-width: 600px;
    padding-bottom: 0!important;
  }
  .recommended-products-section~.shopify-section {
    padding-top: 70px!important;
        padding-bottom: 80px !important;
  }
  .jdgm-rev-widg__title {
    font-size: 38px !important;
    line-height: 38px !important;
    margin-bottom: 16px ! Important;
}
  .jdgm-rev {
    display: flex;
    flex-wrap: wrap;
}
  .jdgm-write-rev-link{
    max-width: 300px;
  }

  .page-about .larsblog .title {
           display: block!important;
    margin-bottom: 0px!important;
    width: calc(100%)!important;
    text-align: center!important;
    }
  .page-about .larsblog .title~a{
    width: auto!important;
    display: block!important;
    text-align: right!important;
    margin-right: auto!important;
    margin-left: auto!important;
    text-align: center!important;
    margin-bottom: 20px!important;
}
}
@media only screen and (max-width: 700px) {
    .productfaq-content {
    flex: 0 0 90%;
    margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      text-align:center;
}
      .page-about .productfaq-content {
         flex: 0 0 100%;
    margin-bottom: 30px;
      margin-left: auto;
      margin-right: auto;
      text-align:center;
    }
  .page-about .productfaq-content {
    margin-left: 0px;
}
  .productfaq .page-faq__column-wrap {
    flex: 0 0 90%;
}
      .productfaq {
        max-width: 1350px;
        margin: 0 auto;
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }
   .productfaq     .faq .accordion__button {
  
        font-size: 20px;
        font-style: normal;
        font-weight: 250;
        line-height: 30px;
        padding: 12px 30px 12px 5px;
    }
    .productfaq     .faq{
      margin-left: 0!important;
      margin-right: 0!important;
    }
}
/* Collection Page */
.customtags{
  font-family: sweet-sans-pro, sans-serif;  
font-size: 11px;
font-style: normal;
font-weight: bold;
line-height: 11px;
letter-spacing: 1.65px;
  display: flex;
  gap: 10px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-transform: uppercase;
}
.customtag{
  padding: 8px 12px 10px 14px;
  border-radius: 30px;
  color: #FCF2EC;
  display: block;
  text-align: center;
    
}
.bestsellertag{
  background-color: var(--blue);
}
.digitaltag{
  background-color: var(--green);
}
 .thumbnail-sticker.thumbnail-sticker--sold-out {
  position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: #26262890;
  font-family: sweet-sans-pro, sans-serif;  
font-size: 15px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 2.25px;
text-transform: uppercase;
  color: var(--white);
}

.thumbnail-sticker.thumbnail-sticker--sale{
  display: none;
}


/* FAQ  */
.faqcount{
  font-family: sweet-sans-pro, sans-serif;  
font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
font-variant: all-small-caps;
letter-spacing: 1.95px;
  color: var(--red);
  margin-right: 17px;
}

.faq .accordion__button{
  font-family: "Alpina";
font-size: 30px;
font-style: normal;
font-weight: 250;
line-height: 40px;
  padding: 18px 30px 18px 5px;
      display: flex;
    align-items: center;
}
.faq-accordion dt button[aria-expanded=true], .faq-accordion dt button:hover {
    background-color: transparent;
}
.faq-accordion dt button svg{
    margin-left: 0;
    width: 10px;
    height: 10px;
    margin-top: 0px;
    transition: all .2s ease-in-out;
}
.faq-accordion dd {
    padding: 20px 20px 20px 5px;
    font-size: 18px;
}
.faq-accordion dt .icon{
  left: auto;
  right: 10px;
      height: 10px;
    width: 10px;
}
.faq-accordion dt{
  border-bottom: none;

}
.faq-accordion dt button{
    background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}

.title.faq-title{
    background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  margin-bottom: 0;
  padding-bottom: 44px;
}

.page-faq__column-wrap{
  max-width: 1007px; 
  margin: 0 auto;
}

.faq-accordion dt [aria-expanded=true] .icon {
    transform: translateY(-60%) rotate(-180deg)!important;
}
.scallop{
  max-width: 1065px;
}
.scallop .card-content{
  display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 20vw;
    max-height: 272px;
      padding: 20px 75px;
}
.scallop .card-content h2{
font-family: "Tilda";
font-size: 70px;
  margin-bottom: 0;
}

.scallop .button--secondary{
  font-family: sweet-sans-pro, sans-serif;  
font-size: 14px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 2.1px;
text-transform: uppercase;
  padding: 29px 75px;
}
.scallop .button--secondary svg{
  display: none;
}




/* SVG MASKS */

.svgwavebottom{
  width: 100%;
  transform: translateY(-100%);
  overflow: hidden

}
.svgwavebottom svg{
    display: block;
    min-width: 100%;
}

.svgwavefooter{
  width: 100%;
     transform: rotate(180deg);
}
.svgwavefooter svg{
  min-width: 100%;
    display: block;
}

/* .star-container {
  width: 100%;
  height: 100%;
} */
.masked-image {
  width: 100%;
  height: 100%;
  clip-path: url(#starclip);
}
.masked-image-slider {
  width: 100%;
  height: 100%;
  clip-path: url(#wavyclip);
}
.clover-image {
  width: 100%;
  height: 100%;
  clip-path: url(#cloverclip);
}
  /* svg:not(:root), symbol, image, marker, pattern, foreignObject {
overflow-x: visible;
overflow-y: visible;
} */
svg.star-container{
  width: 100%!important;
  height: 100%!important;
  overflow-x: visible!important;
overflow-y: visible!important;

}

/*  Contact */

.contact-form .contact-form__form .button--primary.is-within-form{
  background-color: var(--black);
  color: var(--manilla);
}
.contact-form .contact-form__form .button--primary.is-within-form svg{
display: none;
}
.contact-form .contact-form__form .button--primary.is-within-form:hover{
  background-color: var(--manilla);
  color: var(--black);
}

.contact-form .contact-form__form{
  padding: 0 60px 100px 30px;
}

h2.contact-form__heading.title{
  font-family: ltc-goudy-oldstyle-pro, serif !important;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 34px

}

.contact-form .two-fifths {
    padding: 10px 55px 0 30px;
}
.contact-form__text:nth-child(2) a{
 font-family: sweet-sans-pro, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 2.25px;
text-transform: uppercase;
      margin-bottom: 15px;
    display: block;
}
.contact-form__text2 a{
  text-decoration: underline;
}
.contact-form__text2{
  font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 34px;
  margin-top: 20px;
}

.contact-form .label{
   font-family: sweet-sans-pro, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 2.25px;
text-transform: uppercase;
  margin-bottom: 20px;
}

.custom-contact-form__block--textfield, .custom-contact-form__block--email {
  flex: 0 0 calc(50% - 10px);
}

.custom-contact-form__blocks{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  
}
.custom-contact-form__block--textarea{
  flex: 1 0 100%;
}


.contact-form .custom-contact-form__blocks .input, .contact-form .textarea{
  border: 1px solid var(--black);
  padding:30px  20px;
  padding-bottom: 30px;
  font-size: 20px;
}
.contact-form .custom-contact-form__blocks .textarea{
  padding-top: 20px;
  margin-bottom: 10px;
}

.contact-form .custom-contact-form__blocks .input::placeholder, .contact-form .custom-contact-form__blocks .textarea::placeholder{
opacity: .5;
  color: var(--black);
}
.custom-contact-form__success{
      font-family: Alpina;
    font-size: 35px;
}

.ornament{
  margin-bottom: 40px;
}

.heading-section-wavy-about .heading-section__heading{
  max-width: 1120px;
}
 .heading-section-wavy-about  .heading-section__content {
   padding: 80px 0 140px;
 }
.sigimage{
  max-width: 284px;
}
  
@media only screen and (max-width: 1300px){
  .scallop .card-content {
    min-height: 22vw;
    max-height: 300px;
    padding: 20px 5vw;
}
}
@media only screen and (max-width: 1150px) {
.contact-form .contact-form__form{
  padding: 0 0px 100px 50px;
}

.contact-form .two-fifths {
    padding: 10px 25px 0 0px;
}
    .scallop .card-content {
    min-height: 25vw;
    max-height: 300px;
    padding: 20px 5vw;
}
}

@media only screen and (max-width: 1020px) {
  .contact-form .two-fifths {
  width: calc(100% - 20px);
}
    .contact-form .three-fifths {
  width: calc(100% - 20px);
}
  .contact-form .contact-form__form{
  padding: 50px 0px 100px 00px;
}
  .heading-section__content {
    padding: 60px 0 100px;
}
}
@media only screen and (max-width: 990px) {
.scallop .card-content h2 {
  font-size: 50px
}
  .scallop .button--secondary {
    font-size: 13px;
    padding: 20px 50px;
  }
}

@media only screen and (max-width: 760px) {
  .heading-section-wavy-about h2.title.heading-section__heading  {
        font-family: "Alpina";
        font-size: 30px;
        line-height: 38px;
    }
  .page-about .productfaq {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .heading-section-wavy-about .heading-section__content {
    padding: 45px 0 120px;
}
  h2.contact-form__heading.title, .contact-form__text2 {
    font-family: ltc-goudy-oldstyle-pro, serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.contact-form__text:nth-child(2) a {
  font-size: 12px;
}
  .contact-form .two-fifths svg{
    max-width: 100%;
  }
      .contact-form .contact-form__form {
        padding: 10px 0 80px 00px;
    }
  .custom-contact-form__block--textfield, .custom-contact-form__block--email {
    flex: 0 0 100%;
}
  .custom-contact-form__blocks {
  gap: 10px;
}
  .contact-form .contact-form__form .button--primary.is-within-form {

    max-width: 100%;
    width: 100%;
}
  .faq .accordion__button {
    font-family: Alpina;
    font-size: 24px;
    font-style: normal;
    font-weight: 250;
    line-height: 32px;
    padding: 12px 30px 12px 5px;
}
      .scallop .card-content {
        min-height: 50vw;
        max-height: none;
        padding: 20px 5vw;
        flex-wrap: wrap;
        max-width: 50vw;
        margin: 0 auto;
        justify-content: center;
        align-content: space-evenly;
    }
  .title.faq-title {
        padding-bottom: 30px;
    font-size: 32px;
  }
}
    @media only screen and (max-width: 650px) {
            .scallop .card-content {
        min-height: 90vw;
        max-height: none;
        padding: 20px 5vw;
        flex-wrap: wrap;
        max-width: 90vw;
    }
      .scallop .button--secondary{
        padding: 20px 40px!important;
      }
    }
/*Collabs  */
.collabgrid .section--grid-section .grid-item__image-wrapper {
  overflow: visible;
  
}
.collab-badge{
  position: absolute;
  top: -50px;
  right: -20px;
  width: 100px;
  
}
.collabgrid .button--link-style svg{
  display: none;
}
.collabgrid h3{
  line-height: 1.2;
}
.collab-title{
  display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: -80px;
}
@media only screen and (max-width: 798px) {
  .collabgrid section {
        padding: 60px 0 20px;
    }
  .collabgrid  .section--grid-section .grid-item {
        margin-inline: 10px;
        width: calc(100% - 20px);
    margin-bottom: 30px;
    }
  .collab-title{
    margin-top: -40px;

}
 .collabgrid .section .grid-items-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
      .collabgrid .section--grid-section .grid-item__desktop-image{
        display: block;
      }
}

.sidebar__faceted-filter{
  flex: 1 0 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s ease-out;
}
.faceted-filter-group-display__list{
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 350px;
}
.sort-button{
      display: flex;
    align-items: center;
}
.faceted-filter-form{

  margin-bottom: 30px;
    padding-top: 15px;
}
#faceted-filter-container{
    display: flex;
  justify-content: center;
  gap: 40px;
}

.filtersort .icon{
      width: 10px;
    height: 10px;
}

.filtersort .container{
  justify-content: space-between;
}
.faceted-filter-form .sidebar__block{
  flex: 0 0 160px;
}
.faceted-active-filters{
  display: none;
}
.faceted-filter-group-display__header{
  display: none;
}
.sort-button, .filter-button{
font-family: sweet-sans-pro, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: 24px; /* 200% */
letter-spacing: 1.95px;
text-transform: uppercase;
  padding-bottom: 20px;
}
.sort-button .icon{
  margin-right: 2px;
}
.filter-button .icon{
  margin-right: 2px;
}
.collection__filters{
      margin-bottom: 0;
      flex: 1 0 100%;
}
.collection__sort-by-filter{
      max-width: 100%;
    margin-left: 0;
}
/* .collection__filters {
  max-height: 0;
  overflow: hidden;
  transition: all .2s ease-out;
} */
.collection__filters .is-grouped {
    justify-content: flex-end;
}
.filtersort .select select:not([multiple]):not(.is-arrowless){
      padding-right: 0;
  border:none;
    box-shadow: none;
}

.filtersort  .select:not(.is-multiple):not(.is-loading):not(.is-arrowless):after{
    right: -3px;
    top: 11px;
    z-index: 4;
    content: "+";
      font-size: 1em;
  font-family: sweet-sans-pro, sans-serif;
}
/* .collection__filters .select, .collection__filters select{
  max-width: none;
    font-family: "plaax";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 24px; 
letter-spacing: 1.44px;
text-transform: uppercase;
  padding-bottom: 0px;
   color: #4e4934;
}
 */
#sort-by{
  display: none;
}

.customselect-box{

    padding: 0 22px 0 0;
    cursor: pointer;
    border-radius: 4px;
    /* max-width: 800px;*/
      width: fit-content;
      min-width: 180px;
}
.collection__filters .is-grouped {
       min-width: 180px;
}
.customselect-box span{
  white-space: nowrap;
}
.collection__filters .select{
  max-width: none;
}
.options-container {
  position: absolute;
  background-color: var(--peach);
  width: 100%;
top: calc(100% + 10px);
  left: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 999;
    width: 225px;
}

.option {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.option:hover {
  background-color:var(--manilla);
}

 .options-container.active {
  max-height: 365px;
   border: none;
   box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
 }
.filtersort{
  margin: 0 30px 0px;
      padding: 0 55px 10px;
}
/* .filtersort .select:not(.is-multiple):not(.is-loading):not(.is-arrowless):after{
  display: none;
} */

.filter-button.active .icon, .sort-button.active .icon{
  border-top: .75px solid #4e4934;
  height: 5px;
}
.filter-button.active .icon svg, .sort-button.active .icon svg{
  display: none;
}
.faceted-filter-form .sidebar-block__heading{
font-family: sweet-sans-pro, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
line-height: 24px; /* 150% */
letter-spacing: -0.16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #4e4934;
}
.faceted-filter-group-display__list-item-label-text{
font-family: sweet-sans-pro, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
line-height: 12px; /* 200% */
letter-spacing: 1.44px;
text-transform: uppercase;
  padding-left: 10px;
}
.faceted-filter-group-display__list-item{
  margin-bottom:20px;
  margin-top: 0;
}
.faceted-filter-group-display__list-item-input:focus~.faceted-filter-group-display__checkmark {
  box-shadow: none;
}

.faceted-filter-group-display__list-item-input:checked~.faceted-filter-group-display__list-item-label-text {
    font-weight: bold;
}

.faceted-filter-group-display__checkmark {
    stroke-width: 2;
    border: none;
  border-radius: 50%;
  background: var(--peach);
  
    transition: border-color .1s, background .1s;
}
.faceted-filter-group-display__list-item-input:checked~.faceted-filter-group-display__checkmark {
      background: var(--pink);
    border-color: var(--pink);
}
.filter-label, .sort-label {
    cursor: pointer;
}
 .sidebar__faceted-filter.active {
       border-color:#4e4934;
    max-height: 500px; /* Adjust this to your content's maximum height */
}
.collection__filters.active {
  max-height: 50px;
 }
@media only screen and (max-width: 798px) and (max-width: 798px) {
   .filtersort .select:not(.is-multiple):not(.is-loading):not(.is-arrowless):after {
    right: 0;
  }
  .filtersort{
    margin: 0  10px;
    padding: 0 0px 10px;
  }
  .collection__main {
    padding: 0 0px;
}
  .faceted-filter-group-display__list {
  height: 700px;
  }
  .sidebar__faceted-filter.active {
    border-color: #4e4934;
    max-height: 700px;
}
  .sort-button, .filter-button {
    font-family: sweet-sans-pro, sans-serif;
    font-size: 10px;
  }
  .collection__filters {
    margin-bottom: 0;
    flex: 1 0 auto;
    margin-right: 0!important;
}
  .faceted-filter-group-display__list-item-label-text {
    font-size: 10px;
  }
  .heading-section__subheading {
    font-size: 18px;
}
      .heading-section__content {
        padding: 60px 0 60px;
    }
  .options-container {
    width: auto;
  }
  .collection__main .product__thumbnail:nth-child(4){
    width: calc(100% - 20px);
  }
   .collection__main .product__thumbnail:nth-child(4) img{
    width: 100%;
  }
    .collection__main .product__thumbnail:nth-child(1){
      order: -1;
    }
          .collection__main .product__thumbnail:nth-child(2){
    order: -1;
  }
          .collection__main .product__thumbnail:nth-child(3){
    order: -1;
  }
          .collection__main .product__thumbnail:nth-child(5){
    order: -1;
  }
  .collection .product__thumbnail {
    padding-bottom: 30px;
}
  .customtags {
    font-size: 10px;
    top: 5px;
    right: 5px;
}
      .pagination .pagination-previous, .pagination .pagination-next {
        width: 70px;
        margin-left: 5px;
        margin-right: 5px;
    }
  
.collection .container--pagination {
    padding-bottom: 0px;
}
  .collection-meta {
    padding: 0 10px 30px;
  }
}

@media only screen and (max-width: 798px) and (max-width: 600px) {
      .customtags {
        font-size: 8px;
        top: 5px;
        right: 5px;
        display: flex;
        flex-direction: column;
                gap: 2px;
    }
}

.page-courses .page-faq__column-wrap {
    max-width: 756px;
    margin: 0 auto;

}
.page-courses .heading-wrapper--faq{
      align-items: center;
  margin-bottom: 95px;
}

.page-courses .FAQ .section{
  padding: 60px 0;
}

.page-courses .testimonials .flickity-button {
    background: var(--manilla);
}
.page-courses .testimonials{
  max-width: 730px;
}
.page-courses .testimonials .flickity-prev-next-button.previous {
    left: -100px;
}
.page-courses .testimonials .flickity-prev-next-button.next{
    right: -100px;
}
.testimonial__name {
    align-self: auto;
    padding: 0px 0px 0px;
    max-height: none;
    height: auto;
}
.testimonial__description {
    align-self: center;
    padding: 0 40px 25px;
    height: auto!important;
    min-height: 0;
}
.testimonial__description {
  font-family: "Alpina";
font-size: 30px;
font-style: normal;
font-weight: 250;
line-height: 40px;
}


.heading-wrapper--cart-page{
  align-items: center;
  margin-bottom: 56px;
}

.cart-section .cart-shipping__wrapper {
  background-color: transparent;
     padding: 18px 0px 48px;
}
.cart-section  .cart-shippingThreshold__bar {
  background-color: #E4D0CE;
}

.cart-section .cart-shipping__wrapper{
  display: none;
}
.cart-section .cart__form{
      background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}
.cart-section .cart__form .container:first-child{
      background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
}
.cart-section .section{
  max-width: 1240px;
}
.cart-section .cart-shipping__success, .cart-section .cart-shipping__numOuter  {
    text-align: center;
    font-size: 18px;
    margin-bottom: 27px;
}
.cart__headings h3, .cart__cost-summary .cart__subtotal-container .cart__row-description p.h3 {
  font-family: sweet-sans-pro, sans-serif;  
  font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
font-variant: all-small-caps;
letter-spacing: 1.95px;
}
.cart__headings {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 18px;
    padding-top: 15px;
}
.cart__subtotal .money{
    font-family: ltc-goudy-oldstyle-pro, serif !important;
  font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.cart__subtotal-container p.h3{
  line-height: 1;
}
.cart__cost-summary .cart__row {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    text-align: right;
    align-items: center;
}
.cart-section .image-element__wrap {
    overflow: hidden;
    margin-left: 0;
}
.cart__card {
  border-top: none;
        background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  padding-bottom: 34px;
}
.cart-section .item__title{
  font-family: "Alpina";
font-size: 24px;
font-style: normal;
font-weight: 250;
line-height: 32px;
}
.cart__taxes-shipping-message{
  font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}
.cart__cost-summary {
  background-color: transparent;
      margin-top: -20px;
  padding-right: 0;
}
 .cart__cost-summary .column{
   margin-right: 0!Important;
       width: 610px;
    margin-left: auto;
 }
.cart__taxes-shipping-message{
  text-align: left;
}
.cart-checkout-spacer{
  width: calc(100% - 407px)!important;
}
.cart__checkout{
      width: 100%;
    margin-left: 0;
}
.cart-section .quantity-input-control input {
      height: 28px !important;
}
.cart-section .field.has-addons {

    justify-content: center;
}
.cart-checkout-box{
  padding-left: 70px;
  padding-bottom: 50px;
  width: 407px!important;
}
.cart__card:first-child{
  padding-top: 34px;
}
.cart__checkout .checkout{
    font-family: sweet-sans-pro, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    padding-top: 0;
  padding: 29px 75px;

}
@media only screen and (max-width: 798px) and (max-width: 798px) {
.heading-wrapper--cart-page {
    align-items: center;
    margin-bottom: 16px;
}
  .cart-checkout-box{
        margin: 0 auto!Important;
    padding-left: 0;
}
  .cart-checkout-spacer{
    display: none;
  }
  .cart__cost-summary .column {
    margin-right: auto !important;
    width: 200px;
    margin-left: auto;
    padding-right: 20px;
}
  .cart__taxes-shipping-message {
    text-align: center;
}
  #shopify-section-template--18648484708577__main {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}

}
@media only screen and (max-width: 798px) {
    .collabarchive .section--grid-section .grid-items-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 40px 0;
    }
    .collabarchive   .section--grid-section .grid-item {
     margin-inline: 0;
        width: calc(50% - 14px);
    }
}

.shopify-policy__container {
  max-width: 1000px!important;
}

.shopify-policy__title{
  padding: 100px 0 60px!important;
}

.heading-section-wavy-courses .subtitle{
      max-width: 732px;
  margin-bottom: 50px!important;
}

.courses-heading{

    display: flex;
    gap: 40px;
    text-align: left;
    max-width: 970px;
}
.courses-heading .course{
      flex: 1 0;
            background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  padding: 0px 0 16px;
  cursor: pointer;
}
.courses-heading .course h3{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
          background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  padding-top: 10px;
  padding-right: 5px;

}

.courses-heading .course p{
  font-size: 14px;
  line-height: 24px;
max-width: 450px;
    margin-right: 45px;
}
@media only screen and (max-width: 760px) {
.courses-heading {
    display: flex;
    gap: 20px;
    text-align: left;
    max-width: 970px;
    flex-wrap: wrap;
    justify-content: center;
}
  .courses-heading .course {
    flex: 1 0 100%
  }
  .heading-section-wavy-courses .subtitle{
      max-width: 732px;
  margin-bottom: 30px!important;
}
    .courses-heading .course2 {
      margin-bottom: 24px;
    }
}

.featured-course .button--primary{
    width: 100%!important;
    max-width: none!important;
  margin-bottom: 25px;
}

.link-bar{
            background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
  display: flex;
  padding: 12px 0;
  text-align: center;
}
.link-bar a{
  flex: 1 0 50%;
font-family: sweet-sans-pro, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 2.1px;
text-transform: uppercase;
  padding: 20px 0;
}
.link-bar a:first-child{
              background-image: linear-gradient(to bottom, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 5px;
    background-repeat: repeat-y;

}
.inclusions{
              background-image: linear-gradient(to right, var(--black) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 5px 1px;
    background-repeat: repeat-x;
      min-height: 1px;
  padding-top: 30px;
  display: flex;
}
.inclusions>svg{
  margin-right:48px;
  width: 80px;
  flex: 1 0 80px;
}
.inclusions ul{
  display: flex;
  flex-wrap: wrap;
}
.inclusions ul li{
  flex: 1 0 50%;
  font-size: 18px;
}
.inclusions ul li svg{
  margin-right: 10px;
}
.featured-course .image-with-text__text-column {
      justify-content: center;
}
.featured-course .image-with-text__wrapper{
  max-width: 480px;
}

.featured-course .image-with-text__text {
  font-size: 18px;
}
.coursesgrid h2{
  text-align: center;
}
.coursesgrid .grid-item__text{
  font-family: sweet-sans-pro, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: bold;
line-height: normal;
letter-spacing: 1.95px;
text-transform: uppercase;
}

@media only screen and (max-width: 798px) {
   .featured-course   .is-width-standard .image-with-text__text-column {
        padding: 30px 15px 30px;
    }
.coursesgrid  .section--grid-section .grid-items-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
  padding-left: 0;
    }
  .page-courses .testimonial__description {
    align-self: center;
    padding: 0 20px 55px;
}
  .page-courses .testimonials .flickity-prev-next-button.previous {
    left: 50px;
}
  .page-courses .testimonials .flickity-prev-next-button.next {
    right: 50px;
}
}

@media only screen and (max-width: 600px) {
.inclusions>svg {
    margin-right: 10px;
    width: 50px;
    flex: 1 0 50px;
}
  .inclusions ul li {
    flex: 1 0 50%;
    font-size: 15px;
}
  
}
.testimonials {
    display: flex;
    position: relative;
}

.trythis{
    position: absolute;
    width: 8.75vw;
    left: 22vw;
    top: 40px;
}
.trythis svg{
  max-width: 100%;
}
@media only screen and (max-width: 798px) {
  .trythis{
  display: none;
  }
  .image-with-text .button--primary,  .image-with-text .button--secondary{
    max-width: 100%!important;
    width: 100%!important;
  }
  .image-with-text__wrapper{
    width: 100%;
  }
}

.metaobject-collaboration .larsblog section {
    padding: 80px 0 0;
}

.metaobject-collaboration .heading-section__subheading{
  padding-top: 0;
  margin-bottom: 0;
}
.metaobject-collaboration .heading-section__subheading .metafield-rich_text_field p {
  margin-bottom: 0
}

.mega-menu {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.jdgm-rev-widg__summary-text{
  margin-top: 16px !important;
}


@media only screen and (max-width: 798px) {
    header.header {
        display: block;
      position: absolute;
      top: -200%;
      left: -200%;
    }
}


.page-collaborations .section--grid-section .grid-items-wrapper {
      gap: 80px 28px;
}

.metaobject-collaboration .featured-item-content h2{
  margin-bottom: 15px;
}

.metaobject-collaboration  .featured-item-content p {
    padding: 5px 0 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 798px) {
.page-collaborations .section--grid-section .grid-items-wrapper {
    gap: 60px 28px;
}
}

#shopify-installments{
  display: none!important;
}
shopify-payment-terms{
  display: none!important;
  height: 0!important;
  opacity: 0!Important;
}
shopify-payment-terms *{
  display: none!important;
  height: 0!important;
  opacity: 0!Important;
}



.search__results .pricesale{
      font-family: sweet-sans-pro, sans-serif;  
    font-size: 15px;
    font-style: normal;
    font-weight: bold !important;
    line-height: normal;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-gallery__thumbnails{
  max-height: 694px;
}

    .product-gallery__thumbnails .one-fifth {
        max-height: 123px;
      overflow: hidden;
    }

