/** Shopify CDN: Minification failed

Line 40:0 Unexpected "$"
Line 633:22 Expected identifier but found whitespace
Line 633:24 Unexpected "{"
Line 633:34 Expected ":"

**/
:root {
  --color-overlay-title-text: #fff;
  --section-spacing-small: 35px;
  --section-spacing: 55px;
  --gray1: #565b60 !important;
  --dark-green: #313c37 !important;
  --brand-green: rgb(214 228 222) !important;
  --brand-green2: rgb(117, 155, 140) !important;
}

@font-face {
  font-family: 'Engravers Old English';
  src: url('/cdn/shop/files/engravers-old-english.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'American Typewriter';
  src: url('/cdn/shop/files/AmericanTypewriterStd-Light.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  color: var(--gray1);
  font-family: var(--font-body-family);
  font-size: 16px;
}

/*================ Sizing Variables ================*/
$width-site: 1200px;
$gutter-site: 55px;
$gutter-site-mobile: 22px;
$section-spacing: 55px;
$border-radius: 2px;

/*=============== Swiper ===================*/

.swiper-slide{
  backface-visibility: hidden;
  transform: translate3d(0,0,0);
}

.swiper-wrapper{
  transform-style: preserve-3d;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
  padding-right: 4px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
  padding-left: 4px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  background: transparent;
  color: #565B60;
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset,10px);
  left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}


/*=============== Lazy loading ===================*/

.box {
  background: no-repeat;
  background-color: #f7f7f7;
  background-size: contain;
}
.ratio-container {
  position: relative;
}
.ratio-container:after {
  content:'';
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-bottom: 50%;
  content:"";
}
.ratio-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__heading-logo {
    height: 35px;
}

.header__icon.header__icon--account {
    display: none;
}

h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
}


.btn {
    background: white;
    color: black;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    border-radius: 6px;
    padding: 2px 16px 2px;
}

.collection-grid-item__title {
  position: absolute;
  width: 100%;
  padding: 0 4px 3px 11px;
  white-space: normal;
  bottom: 0;
  font-size: 14px;
  color: var(--gray);
  font-weight: 500;

  &.style2 {
    padding: 5px 4px 5px 11px;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, .4);
    color: white;
  }
}

.collection-grid-item__link {
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  &:focus {
    border-color: $color-image-overlay;
  }

  &:hover {
    .collection-grid-item__title { 
      text-decoration: underline;
    }
  }

}

.collection-grid-item__overlay {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center top;
}

.collection-grid-item__link {
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

  .collection-grid-item__overlay { 
    transition: background-size .3s ease-in-out;
  }

  &:hover .collection-grid-item__overlay {
    background-size: 107%;
  }

  &:focus {
    border-color: #000;
  }
}

.collection-grid {
  margin-bottom: -$gutter-site-mobile;
  overflow: auto;
}

.collection-grid-item {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: $gutter-site-mobile;

  @include media-query($medium-up) {
    margin-bottom: $grid-gutter;
  }
}

.btn.hero__btn {
  padding-bottom: 12px;
  padding-top: 12px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  &:hover {
    text-decoration: underline;
  }
}

.two-full-bleed-sections {
  .btn {
    padding-bottom: 12px;
    padding-top: 12px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
  }

  .btn:hover {
    text-decoration: underline;
  }

  .large-viewport-title {
    display: none;

    @media (min-width: 768px) {
      display: block;
      position: absolute;
      top: 230px;
      z-index: 1;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: fit-content;
      font-size: 36px;
      text-align: center;
    }

  }

  h2 {
    color: white;
    margin-bottom: 48px;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 1px 1px #000;
  }

  .full-bleed-feature-container {
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 48px;
    position: relative;

    img {
      left: 0;
      object-fit: cover;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
    }

    .text-and-cta {
      display: flex;
      flex-direction: column;
      z-index: 1;
      margin: 0 auto;
      width: fit-content;


      @media (min-width: 768px) {
        h2 {
          display: none;
        }
      }

      a {
        z-index: 1;
        border: 0;
        text-transform: inherit;
        font-size: 14px;
        letter-spacing: .5px;
        font-weight: 600;
        color: var(--gray1);
      }        
    }
  }

  @media (min-width: 768px) {
    display: flex;

    .full-bleed-feature-container {
      width: 50%;
    }
  }
}

.horizontal-collections {
  overflow: hidden;
  margin: 36px 12px 0;

  @media (min-width: 1024px) {
    margin: 48px 24px 0;    
  }

  @media (min-width: 1268px) {
    max-width: 1268px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-and-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

    h2 {
      font-size: 14px;
      font-weight: bold;
      text-transform: inherit;
      margin: 0;
    }

  .swiper-nav {
      position: relative;
      display: block;
      width: 68px;
      height: 17px;
      z-index: 0;
    }
  }

  .horizontal-collection-container {
    margin-top: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;      

    @media (min-width: 768px) {
      grid-template-columns: 1fr 1fr 1fr;      
    }

    @media (min-width: 990px) {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;      
    }

    .collection-grid-item {
      aspect-ratio: 140/180;
    }

    /* .swiper-wrapper {
      display: flex;
      
      @media (min-width: 768px) {
        max-height: 400px;        
      }

      .collection-grid-item__overlay,
      .collection-grid-item__link,
      .swiper-slide {
        max-height: 400px;        
      }

      .collection-grid-item__overlay {
        background-position: center;
      }

      .collection-grid-item__link {
        border: 0;
      }
    }   */
  }
}

/*================ Index sections ================*/
.index-section {
  padding-top: var(--section-spacing-small);
  padding-bottom: var(--section-spacing-small);

  @include media-query($medium-up) {
    padding-top: var(--section-spacing);
    padding-bottom: var(--section-spacing);
  }

  &:first-child {
    padding-top: 0;
    border-top: 0;
  }

  &:last-child {
    padding-bottom: 0;
  }
}

/*================ Hero ================*/

.hero {
  position: relative;
  height: 475px;
  display: table;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hero--x-small {
  height: 94px;
}

.hero--small {
  height: 225px;
}

.hero--medium {
  height: 357px;
}

.hero--large {
  height: 488px;
}

.hero--x-large {
  height: 582px;
}

@include media-query($medium-up) {
  .hero--x-small {
    height: 125px;
  }

  .hero--small {
    height: 300px;
  }

  .hero--medium {
    height: 475px;
  }

  .hero--large {
    height: 650px;
  }

  .hero--x-large {
    height: 775px;
  }
}

.hero__overlay {
  @include overlay(1);
}

.hero__inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.hero__btn {
  color: var(--gray1);
}


.bs-hero-1 {
  display: flex;
  height: 400px;
  justify-content: flex-end;

  @media (min-width: 768px) {
    justify-content: center;
  }

  .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, .3);
  }

  img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .hero__inner {
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: right;

    @media (min-width: 768px) {
      align-items: center;
      text-align: center;
      justify-content: center;
    }

    h2,
    p {
      color: white;
      text-shadow: 1px 1px #000;     
      font-weight: bold;
      margin-bottom: 12px;

      @media (min-width: 768px) {
        margin-bottom: 24px;      
      }
    }

    h2 {
      font-size: 36px;
      line-height: 36px;
      margin: 0; 
    }

    a.btn {
      margin-top: 0;
      width: fit-content;
    }

  }
}

/* judgeme */

.shopify-section {
  .jdgm-carousel-wrapper {
    padding-top: 20px;
  }
  .jdgm-carousel-title-and-link {
    display: none;
  }
  .jdgm-carousel-wrapper .jdgm-star.jdgm-star, .jdgm-carousel .jdgm-star.jdgm-star {
    background: #fff;
    color: #c49654;
  }

  .review-header {
    h4.h3 {
      margin: 0;
      @media (min-width: 1024px) {
        font-size: 36px;
      }
    }
    .custom__item, 
    .custom-content {
      padding: 0;
      margin: 0;
    }
  }
}

/* Overrides */

.product__title h1 {
  font-size: 24px;
}

.product__info-container > * + * {
  margin: 0 0;
}

.product__info-container .price {
  font-size: 16px;
  font-weight: medium;
}

.product__info-container .price + * {
  margin-top: 2px;
  font-size: 14px;
}

/* Product stuff */

.materials-container {
  margin-top: 24px;

  .item {
    
    &:not(:first-child) {
      margin-top: 16px;
    }

    .materials-headline {
      display: flex;
      align-items: center;

      img {
        margin-right: 4px;
        width: 24px;
        path { stroke: {{ settings.color_text }}; }
      }

      h4 {
        font-size: 16px;
        margin: 0;
        line-height: 1.5;
      }

    }
    
    p {
      font-size: 14px;
      margin-top: 4px;
    }
  }
}

.ajj-pricing {
  background: var(--brand-green);
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 12px 20px;

  h3, h4, a,
  .price {
    color: var(--dark-green);
  }

  h3 {
    font-size: 18px;
    font-weight: bold;
  }

  h4 {
    font-size: 14px;
    font-weight: bold;
  }

  a,
  a:not([href]) { 
    text-decoration:  none; 
    cursor: pointer;
    background: var(--dark-green);
    color: white;
    display: block;
    padding: 8px;
    text-align: center;
    margin-top: 12px;
    font-size: 13px;
  }

  .pricing-compare-container {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 16px;

    span,
    .price-item {
      font-size: 16px;
      color: var(--dark-green)      
    }

    .price__container {
      margin-bottom: 0;
    }

    > div {
      display: flex;
      gap: 6px;
      align-items: center;
      justify-content: center;

      span.pricing_compare_label {
        font-size: 13px;
      }

      > span.pricing_compare_label + span {
        font-weight: bold;
      }
    }

  }
}

.bs-hero {
  padding: 0;

  .copy-container {
    padding: 36px 22px;
    > * {
      display: block;
    }
  }
  
  h1, span {
    font-weight: bold;
    text-transform: uppercase;
  }

  span {
    color: #637D73;
    letter-spacing: 1.5px;
  }

  h1 {
    color: #565B60;
    margin: 0;
  }

  p {
    color: #565B60;
    font-size: 18px;
    line-height: 32px;
  }

  h2 {
    color: #565B60;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: inherit;
    margin: 0;
    text-transform: inherit;
  }

  h3 {
    font-weight: normal;
    margin-top: 12px;
  }

  a.cta {
    background: #D6E4DE; 
    color: #565B60;
    max-width: 350px;
    padding: 20px 24px;
    margin-top: 16px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.1px;
  }

  @media (max-width: 560px) {
    a.cta { width: 100%; }
  }

  .desktop_image {
    display: none;
  }

  @media (min-width: 768px) {

    .bs-hero-inner-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 0px;
      padding: 24px 48px;
      align-items: center;
      max-width: 1280px;
      margin: 0 auto;

      @media (min-width: 1280px) {
        justify-items: center;
      }
    }

    &.bigger-image .bs-hero-inner-container {
      grid-template-columns: 1fr 1.5fr;

      h1 {
        font-size: 54px;
      }
    }  

    .copy-container {
      padding: 0;
      padding-right: 48px;

      &.image-on-left {
        order: 2;
        padding-left: 48px;
      }

    }
    
    .mobile_image {
      display: none;
    }

    .desktop_image {
      display: block;
      min-height: 411px;
      object-fit: cover;
    }
  }
}

@media (max-width: 768px) {
  .image-before-copy .bs-hero-inner-container {
    display: flex;
    flex-direction: column-reverse;
  }    
}

.walk-in-schedule.bs-hero .bs-hero-inner-container {
  column-gap: 60px;
}

.walk-in-schedule {
  p {
    color: #565B60;
  }

  .schedule-container {
    .daily-schedule {
      display: flex;
      justify-content: space-between;
      padding: 6px 0;
      max-width: 300px;        

      &:not(:last-of-type) {
        border-bottom: 1px solid #C6DCD3;
      }

      p {
        margin: 0;
        font-size: 16px;

        &:first-child{
          font-weight: bold;
        }
      }
    }
  }  
}

.small-print {
  font-size: 14px;
  margin-top: 20px;
}

.image-container img {
  width: 100%;
}

.chain-options-list {
  @media (min-width: 768px) {
    .image-container {
      order: 2;
    }
    
    .chains-container {
      margin: 0 auto;
    }
  }
  
  .chain {
    padding-bottom: 12px;
    border-bottom: 1px solid #C6DCD3;
    display: flex;
    flex-direction: column;
    align-items: center;

    &:not(:first-of-type) {
      margin-top: 16px;
    }  
    
    p {
      margin: 0;
    }    

    p:first-child {
      font-weight: bold;
      + p {
        font-size: 15px;
        margin-top: 6px;
      }
    }

  }
  
  .small-print {
    margin: 12px 0 20px;
    
    p {
      font-style: italic;
      font-size: 15px;
      margin-top: 0;
    }

    @media (min-width: 768px) {
      margin: 12px 0 20px;
      text-align: center;
    }

  }

  @media (min-width: 768px) {
    .copy-container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      padding: 0;  
    }  

    .chain {
      min-width: 300px;
    }

  }
}

.bs-hero {
  ul {
    padding-left: 20px;
    li {
      padding-left: 8px;
      list-style: disc;
      margin-top: 12px;
    }
  }
}


.faq-list {
  h3 {
    font-weight: bold;
    margin-top: 0;
    font-weight: 700;
    padding-right: 1rem;
    line-height: 1.5;
  }

  .faqs-container {
    margin-top: 24px;
  }

  .accordion {
    border-top: 0;
    border-color: #C6DCD3;
  }

  .bs-hero-inner-container {
    justify-items: inherit; 
  }
}

.embedded-booking {
  scroll-margin-top: 200px;
  max-width: 1260px;
  margin: 48px auto 0;

  .widget-header.w-background-light {
    display: none;
  }

  &.hide {
    height: 0;
  }

  &.show {
    min-height: 500px;
  }
}

.variant-selector-outer-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  margin-top: 6px;
  color: var(--dark-green);

  h3 {
    font-size: 12px;
    margin-top: 12px;
  }

  .product-variant-content {
    display: flex;
    align-items: center;

    > span {
      margin-left: 4px;
      font-size: 14px;
      font-weight: 500;
    }
  }

  .variant-selector-inner-container {
    display: flex;
    gap: 12px;

    a { 
      color: var(--dark-green);
      text-decoration:  none; 
      &:hover {
        text-decoration: underline;
      }
    }    

    a.selected {
      border: 1px solid black;
      border-radius: 50%;
      padding: 2px;
    }

    img {
      width: 20px;
    }
  }
}

.models-are-wearing-container {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  margin-top: 24px;
  overflow: hidden;
  position: relative;
}

.model-is-wearing-product {
  position: relative;
  display: flex;
  align-items: center;

  a {
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    display: block;
  }
}

.pricing-modal {
  background: rgb(255, 255, 255);
  position: fixed;
  inset: 0px;
  overflow: auto;
  z-index: 10011;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;

  &.show {
    display: flex !important;
    align-items: center;
  }

  .pricing-modal-content {
    padding: 0 36px;

    h2 {
      font-weight: bold;
      font-size: 36px;
    }

    p {
      font-size: 24px;
      line-height: 1.3;
    }
  }
  .close-modal-container {
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px 30px 0 0;
    .close-modal-trigger {
      border: 0;
      background: none;
      svg {
        width: 40px;
        height: 40px;
      }
    }
  }
}
.jdgm-rev__icon::after, .jdgm-rev__buyer-badge{
  background-color: var(--brand-green2) !important;
}

.jdgm-star {
  color: var(--brand-green2) !important;
}

a.jdgm-write-rev-link {
  color: var(--brand-green2) !important;
  border: 1px solid var(--brand-green2);
}

.after-atc-cta {
  border-top: 1px solid #ddd;
  margin-top: 16px;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: #313c37;

  .item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.product__info-container {
  .accordion-button {
    padding-left: 0;
  }

  .accordion-body {
    font-size: 16px;
  }
} 


.card.card--standard.card--media {
  border: 0;
}

.card-information .price  {
  margin: 0 !important;
}

a:hover {
  color: var(--dark-green);
  text-decoration: none;
}

.card-wrapper.underline-links-hover:hover a {
  text-decoration: none;
}


#gf-controls-container {
  display: none;
}

.title-and-image {
  display: flex;
  flex-direction: column-reverse;
}

.collection-hero--with-image .collection-hero__text-wrapper {
  display: none;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 24px;
  }

  .collection-hero .collection-hero__inner {
    display: grid;
    grid-template-columns: 200px 1fr;
    align-items: start;
  }

  .title-and-image {
    flex-direction: column;
    .collection-hero__title {
      text-align: left;
    }
  }

  .collection-hero {
    ul.collection-navigation {
      display: block;
      font-size: 14px;
      list-style: none;
      
      a {
        display: block;
        padding: 4px 0px;
        color: var(--gray1);
        &:hover {
          text-decoration: underline;
        }
      }

      hr {
        margin: 12px 0;
      }
      .selected {
        font-weight: bold;
      }
    }
  }

  .collection-hero .collection-hero__image-container {
    margin-left: 0;

    @media (min-width: 768px) {
      height: 400px;
      min-height: 400px;
      /* *:not(.zoom):not(.deferred-media__poster-button){
        height: 400px;
      } */
    }
  }
  .collection-hero--with-image .collection-hero__text-wrapper {
    display: block;
    padding: 0 !important;  

    hr {
      margin: 12px 0;
    }
  }
}

.collection-hero--with-image .title-and-image .collection-hero__title  {
  font-size: 16px;

  @media (max-width: 768px ) { 
    margin-top: 8px;
  }
  @media (min-width: 768px) {
      margin-bottom: 12px;
  }

}

#gf-controls-container {

  .gf-filter-trigger,
  .sort-by {
    display: none;
  }
}

.categories_dropdown__select {
  border: 0;
  width: 100%;
}

.categories-and-sort-container {
  display: flex;
  font-size: 16px;
  margin: 20px auto;
  padding: 0 20px;
  gap: 20px;
}

.bsToggleFilter {
  appearance: none;
  background-color: transparent;
  background-position: right center;
  background-image: url(/cdn/shop/t/7/assets/ico-select.svg?v=1276955…);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: .01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  border: 0;
  width: 100%;
  text-align: left;
}

.sort-filter-divider {
  border-right: 1px solid #dee2e6;
}

@media only screen and (max-width: 767px) {

  .gf-top_one div#gf-tree .bs.sort-by {
    display: block;
  }

  div#gf-tree, div#gf-tree .gf-tree-overlay, .gf-offcanvas div#gf-tree, .gf-offcanvas div#gf-tree .gf-tree-overlay {
    width: 100% !important;
    left: -100%;
  }
}  

@media (min-width: 768px) {
  .categories-and-sort-container {
    display: none;
  }
}

@media (min-width: 768px) {
  .sort-by-mobile {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .offcanvas-open #gf-tree, .offcanvas-open #gf-tree .gf-tree-overlay  {
    left: 0;
    position: fixed;
  }
}

a {
  color: var(--gray1);
  text-decoration: none;
  &:hover {
    text-decoration: underline;
  }
}

#gf-tree .gf-block-title h3, 
#gf-tree .gf-block-title .h3, 
#gf-tree .gf-form-input-inner label {
  font-weight: normal !important;
}
.product__media-wrapper {
  @media (min-width: 750px) {
    position: sticky;
    align-self: flex-start;
    top: 80px;
  }  

  @media (min-width: 990px) {
    top: 100px;    
  }
}

.button, .shopify-challenge__button, .customer button {
  background-color: var(--brand-green2);
  border: 0;
  box-shadow: none;
  
  &&::after {
    display: none;
  }

  &:hover {
    background-color: var(--dark-green);
    border: 0;
    box-shadow: none;
  }
}

cart-remove-button .button {
  background: transparent;
  color: var(--dark-green);
  &:hover {
    background: transparent;
  }
}

h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
  color: var(--gray1)
}

div.show-empty:empty {
  display: inherit;
}

.collection-description-container {
  display: grid;
  max-width: 1200px;
  margin: 1rem 16px 0;

  @media (min-width: 768px) {
    margin: 1em auto 0;
    padding: 0 5rem;
    grid-template-columns: 200px 1fr;    
  }
}

@media only screen and (min-width: 768px) {
  #gf-tree label {    
    text-transform: unset;
  }

  .gf-top_one #gf-tree .sort-by label {    
    gap: 6px;
  }
}

.free-ship-cart-message {
  display: block;
  color: var(--brand-green2);
  font-size: 14px;
  font-weight: bold;
  font-family: var(--font-body-family);
  text-align: center;
}

.free-ship-progress-bar {
  margin-top: 10px;
  height: 10px;
  border: 1px solid var(--dark-green);
  position: relative;

  .progress-bar__inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--dark-green);
  }
}

.drawer__cart-items-wrapper {
  margin-top: 32px;
}

#menu-drawer {
  z-index: 2;
}

@media screen and (min-width: 750px) {
  .menu-drawer-container #menu-drawer {
    z-index: 2;
    overflow: visible;
  }

  .js #menu-drawer .menu-drawer__navigation .submenu-open {
    visibility: visible;
  }

  .js #menu-drawer details>.menu-drawer__submenu {
    z-index: 1;
    transition: none;
  }

  #menu-drawer details[open].menu-opening>.menu-drawer__submenu {
    left: 40rem;
  }

  #menu-drawer .menu-drawer__inner-submenu .menu-drawer__close-button {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  .header--top-left.drawer-menu, .header--middle-left.drawer-menu {
    display: flex;
    margin: 0 auto;
    width: 1100px;
    justify-content: space-between;
  }
}

.main-nav-custom-links-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 auto;
  padding: 1.1rem 3rem;
}

.main-nav-image-container img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

#twism-app-widget {
  z-index: 1;
}

.engravable-badge {
  display: block;
  width: fit-content;
  padding: .25rem .5rem;
  background-color: var(--brand-green);
  color: var(--dark-green);
  font-size: 12px;
  margin-bottom: 1rem;
}