/** Shopify CDN: Minification failed

Line 607:4 Unexpected "{"
Line 607:5 Expected identifier but found "%"
Line 618:4 Unexpected "{"
Line 618:5 Expected identifier but found "%"
Line 619:25 Unexpected "{"
Line 619:34 Expected ":"
Line 622:4 Unexpected "{"
Line 622:5 Expected identifier but found "%"
Line 626:25 Unexpected "{"
Line 626:34 Expected ":"
... and 22 more hidden warnings

**/


/* CSS from section stylesheet tags */
#fullwidth-promo, #fullwidth-promo-mobile{
      margin-top: 40px !important;

    }
    .banner-wrapper.mobile {
      display: none;
    }
  #fullwidth-promo .cta-button {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--body-font-weight);
    line-height: normal;
    letter-spacing: 2.2px;
    padding: 20px 30px;
    border-radius: 3px;
    transition: all 0.5s;
    text-transform: uppercase;

  }

  #fullwidth-promo.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 150px 25vw 150px;
    position: relative;
    outline: initial;
  }
    #fullwidth-promo::after {
      content: "";
      background: linear-gradient(0deg, rgba(133, 133, 133, 0.00) 0%, rgba(172, 149, 123, 0.87) 100%);
      mix-blend-mode: multiply;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      display: block;
      opacity: 1;
    }
  #fullwidth-promo .banner-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 25px;
  }
  #fullwidth-promo .heading-wrapper {
    padding-right: 60px;
    max-width: 350px;
    z-index: 2;

  }
  #fullwidth-promo .heading-wrapper .banner-header {
    font-size: 40px;
    font-style: normal;
    font-weight: var(--title-font-weight);
    line-height: normal;
    color: #fff;
    font-family: var(--h1-font-family);
    font-style: var(--h1-font-style);
    font-weight: var(--h1-font-weight);
    font-size: var(--h1-font-size);

  }
  #fullwidth-promo .banner-text-wrapper {
    max-width: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    border-radius: 3px;
    z-index: 2;
  }

  #fullwidth-promo .banner-subtitle {
    font-family: var(--body-font-family);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    font-size: var(--body-font-size);
    line-height: normal;
    letter-spacing: 2px;
    text-align: left;
    color: #fff; 
  }
  @media (max-width: 1400px) {
    #fullwidth-promo.banner {
        padding: 50px 60px 25vw 60px;
    }
  }
  @media (max-width: 990px) {
    #fullwidth-promo.banner {
      min-height: 260px;
      width: 100%;
      object-fit: cover;
    }
    #fullwidth-promo .cta-button {
      padding: 20px 112px;
    }
  }
  @media (max-width: 767px) {
    #fullwidth-promo-mobile {
      position: relative;
      margin: 0 35px;

    }
   #fullwidth-promo .banner-wrapper {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
      gap: 15px;
    }
  #fullwidth-promo .heading-wrapper {
      padding-right: 20px;
      padding-left: 20px;
      max-width: 100%;
      width: 100%;
    }
  #fullwidth-promo-mobile .banner-header {
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      color: #000;
      text-align: center;
    }
    #fullwidth-promo-mobile .banner-header > br {
      display: none;
    }
    .desktop .heading-wrapper,
    .desktop .banner-subtitle {
        display: none;
      }
      #fullwidth-promo.banner {
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      margin-top: 0 !important;
  }

    .desktop a.cta-button {
      padding: 20px 112px;
      margin-bottom: 15px;
    }
    .banner-wrapper.mobile, .banner-wrapper.mobile * {
      display: block;
    }
    .mobile .banner-subtitle {
      font-size: 13px;
      font-style: normal;
      font-weight: var(--title-font-weight);
      line-height: normal;
      letter-spacing: 2px;
      color: #2e2e2e;
      text-align: center;
      margin-bottom: 10px;
    }

  }
#image-text-uplift video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  #image-text-uplift .mobile {
    display: none;
  }
  #image-text-uplift .banner-header {
    line-height: 28px;
    padding-bottom: 0;
    font-weight: var(--title-font-weight);
    font-size: 34px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  #image-text-uplift p.banner-subtitle {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #image-text-uplift.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 27vw 150px 52px 150px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
    /* margin-top: 70px; */
    position: relative;
  }

  #image-text-uplift::after {
    content: '';
    background: linear-gradient(180deg, rgba(133, 133, 133, 0) 0%, rgba(172, 149, 123, 0.87) 100%);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 1;
  }
  #image-text-uplift .banner-wrapper {
    display: block;
    text-align: center;
    z-index: 2;
  }
  #image-text-uplift .banner-text-wrapper {
    display: flex;
    justify-content: center;
  }
  #image-text-uplift .cta-button {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--title-font-weight);
    line-height: normal;
    letter-spacing: 2.2px;
    padding: 20px 30px;
    border-radius: 3px;
    transition: all 0.5s;
    text-transform: uppercase;
  }
  #image-text-uplift .heading-wrapper {
    padding: 0;
  }
  div.heading-wrapper > * {
    color: #fff;
  }
  @media (max-width: 990px) {
    #image-text-uplift.banner {
      margin-top: 40px;
    }
    #image-text-uplift::after {
      background: linear-gradient(0deg, rgba(133, 133, 133, 0) 0%, rgba(172, 149, 123, 0.87) 100%);
    }
    #image-text-uplift .cta-button {
      padding: 15px 0px !important;
      max-width: 450px;
      width: 100%;
    }
  }
  @media (max-width: 767px) {
    #image-text-uplift.banner {
      aspect-ratio: initial !important;
      min-height: 400px;
      padding: 20px 60px;
      align-items: initial;
    }
    #image-text-uplift .banner-wrapper {
      display: flex;
      flex-direction: column;
      gap: 50px;
      justify-content: space-between;
    }
    #image-text-uplift p,
    #image-text-uplift h2 {
      padding: 0;
      margin: 0;
    }
    #image-text-uplift .cta-button {
      padding: 0;
      font-size: 13px;
    }
    #image-text-uplift .mobile {
      display: block;
    }
    #image-text-uplift .desktop {
      display: none;
    }
  }
  @media (max-width: 575px) {
    #image-text-uplift p.banner-subtitle {
      margin-top: 0px;
      margin-bottom: 35px;
    }
    #image-text-uplift.banner {
      margin-top: 0;
    }
  }
#in-the-press .in_the_press {
  padding: 0px 150px 65px !important;
  background-color: #fff;
}

#in-the-press .in_the_press_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0px;
  border-top: 0.5px solid #756d6d;
  border-bottom: 0.5px solid #756d6d;
  margin-top: 60px;
}

#in-the-press .in_the_press_wrapper_left {
  width: 30%;
}
#in-the-press .in_the_press_wrapper_right {
  width: 55%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
#in-the-press .in_the_press_wrapper_right img {
  max-width: 170px;
  margin: -30px -15px;
}
#in-the-press .in_the_press_wrapper_left h3 {
  font-size: 30px;
  font-weight: var(--title-font-weight);
  line-height: 41px;
  letter-spacing: 0px;
  text-align: left;
  color: #2e2e2e;
}
#in-the-press .in_the_press_wrapper_left a {
  font-size: 13px;
  font-weight: var(--title-font-weight);
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
  color: #756d6d;
}

@media (max-width: 1600px) {
#in-the-press .in_the_press {
    padding: 0 40px 65px !important;
    background-color: #fff;
}
}
  
@media (max-width: 1400px) {
#in-the-press .in_the_press_wrapper_right img {
  max-width: 130px;
  margin: -30px -15px;
}
}
  
@media (max-width: 767px) {
  .class-desktop-only {
    display: none;
  }

  #in-the-press .in_the_press {
    padding: 0px 20px 40px !important;
    background-color: #fff;
    margin-top: 0px;
  }
  #in-the-press .in_the_press_wrapper {
    flex-direction: column;
    padding: 20px 40px;
    margin-top: 15px;
  }
  #in-the-press .in_the_press_wrapper_left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  #in-the-press .in_the_press_wrapper_right {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #in-the-press .in_the_press_wrapper_left_mobile_cta {
    margin-top: 30px;
  }
  #in-the-press .in_the_press_wrapper_left_mobile_cta a {
    font-size: 14px;
    font-weight: var(--body-font-weight);
    line-height: 18px;
    letter-spacing: 2.200000047683716px;
    text-align: center;
    text-transform: uppercase;
    color: #756d6d;
    border: 1px solid #756d6d;
    border-radius: 3px;
    padding: 20px 40px;
    display: block;
  }
  #in-the-press .in_the_press_wrapper_left h3 {
    font-size: 30px;
    font-weight: var(--title-font-weight);
    line-height: 41px;
    letter-spacing: 0px;
    text-align: center;
  }
  #in-the-press .in_the_press_wrapper_right img {
    width: 110px;
  }
}
  
@media (max-width: 575px) {
#in-the-press .in_the_press_wrapper_right img {
  width: 50%;
}
#in-the-press .in_the_press_wrapper {
  border-bottom: none;
}
#in-the-press .in_the_press_wrapper_left_mobile_cta {
  width: 270px;
}
#in-the-press .in_the_press_wrapper_right img:last-child {
  display: none;
}  
}

#in-the-press .in-the-press-cta:after {
    content: '>';
    font-family: monospace;
    padding-left: 5px;
    font-size: 18px;
}

#in-the-press .in_the_press_wrapper_left .in-the-press-cta {
    font-family: var(--body-font-family);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
    font-size: var(--body-font-size);
} 

@media (min-width: 768px) {
  .class-mobile-only {
    display: none;
  }
}
.large-text-uplift {
    text-align: center;
    padding: 85px 0;
    background: #f7f6f4;
  }
  .large-text-content p {
    max-width: 750px;
    text-align: center;
    margin: auto;
    font-size: 22px;
    font-weight: 300;
  }
  @media (max-width: 767px) {
    .large-text-uplift {
      padding: 50px;
    }
  }
#our-services {
       background-color: #F7F6F4;
       padding: 40px 150px 80px;
       margin-top: 0px;
  }
   .services-heading {
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
       text-align: center;
  }
   .services-heading h2 {
       margin-bottom: 15px;
       margin-top: 0;
  }
   .services-heading p {
       margin-top: 0;
       margin-bottom: 30px;
  }
   .services-container {
       display: flex;
  }
   .services-block {
       background-color: #fff;
       padding-bottom: 35px;
       width: 33.33%;
       margin: 0 20px;
  }
   .services-image img {
       width: 100%;
       height: auto;
  }
   .services-title p {
       font-size: 20px;
     margin-top:15px;
     margin-bottom: 0px;
  }
   .services-title {
       padding-left: 40px;
  }
   .services-title small {
       margin: 0;
       font-size: 16px;
  }
   .services-cta {
       height: 60px;
       margin-top: 40px;
       max-width: 100%;
       padding: 0 40px;
  }
   .services-cta a {
       border-radius: 3px;
       max-width: 100%;
       font-size: 14px;
       font-weight: var(--body-font-weight);
       line-height: 19px;
       letter-spacing: 2.200000047683716px;
       text-align: center;
       padding: 20px 30px;
       text-decoration: none;
       display: flex;
       justify-content: center;
  }
   .services-heading h1 {
       font-weight: var(--title-font-weight) !important;
  }
   @media (max-width: 1600px) {
       #our-services {
           background-color: #f7f6f4;
           padding: 40px 40px 80px;
      }
       #our-services {
           margin-top: 0px;
      }
  }
   @media (max-width: 990px) {
       #our-services {
           padding: 20px;
      }
       .services-container {
           flex-direction: column;
      }
       .services-block {
           width: 100%;
           margin: 0;
           margin-bottom: 20px;
      }
       .services-image img {
           width: 100%;
      }
       .services-title {
           text-align: center;
      }
       .services-title, .services-cta {
           padding: 0 20px;
      }
       .services-cta {
           margin-top: 20px;
      }
       #our-services {
           margin-top: 0px;
      }
  }
.respimgsize.tt-items-categories:hover .lazyload1.t3 {
    display: none;
  }
  .respimgsize.tt-items-categories:hover .lazyload1.t3.hoverImage {
    display: block;
  }
  .respimgsize.tt-items-categories:hover .btn-link-02 {
      pointer-events: initial;
      opacity: 1;
      text-transform: uppercase;
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      background: #fff;
      color: #2e2e2e;
      padding: 20px 5px;
      border-radius: 3px;
      margin-top: 15px !important;
      display: flex;
      transition: 0.3s;
      margin: 0 20px 0;
      justify-content: center;
      max-width: 100%;
  }

    {%- if section.settings.boxed -%}
    .title-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .title-wrapper p {
      margin-bottom: 0;
      margin-left: 10px;
    }
    {% else %}
    div#shopify-section-{{ section.id }} .container {
        max-width: 100%;
    }
    {% endif %}
      .image-container h2::after {
        content: unset !important;
      }
    div#shopify-section-{{ section.id }} .tt-categories-listing {
     padding: 60px 60px 0px;
    }
    div#shopify-section-{{ section.id }} .tt-categories-listing > .row > div {
        padding: 0 2px;
    }

    div#shopify-section-{{ section.id }} .tt-categories-listing .tt-items-categories {
        margin-top: 0px;
        outline: initial;
        text-align: center;
    }

    div#shopify-section-{{ section.id }} .tt-items-categories .tt-title-block img {
        object-fit: cover;
        max-width: 225px; /* Limit maximum width to 225px */
        max-height: auto; /* Maintain aspect ratio */
    }

    div#shopify-{{ section.id }} .tt-items-categories .tt-title-block .tt-title {
        letter-spacing: .64px;
        font-weight: var(--title-font-weight) !important;
        line-height: 30px;
        color: #414141 !important;
    }

    div#shopify-{{ section.id }} .tt-items-categories .tt-title-block .tt-title:after {
        content: "\e90c";
        position: relative;
        display: inline-block;
        font-family: wokiee_icons;
        font-size: 13px;
        padding-left: 2px;
        top: 0px;
        color: #414141;
        transform: rotate(270deg);
        font-weight: bold;
    }

    .respimgsize {
      height: auto;
      position: relative;
    }


    @media (max-width: 767px){
      .respimgsize {
        display: inline-block;
        width: 160px;
        height: 160px;
      }
    .container >  .tt-categories-listing {
        padding: 20px 0px 40px 0px !important;
        overflow: hidden;
        max-height: 683px ;
      }
      .tt-categories-listing .row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        overflow: hidden;
      }
      .tt-categories-listing .row > div {
        width: 40% !important;
        flex: unset;
        max-width: unset;
      }
      div#shopify-section-{{ section.id }} .tt-categories-listing>.row>div {
        margin: 0 4px !important;
        padding-bottom: 15px;
        max-width: calc(50% - 8px) !important;
        margin-bottom: 8px !important;
      }
    }

    .image-container {
     position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
      aspect-ratio: 1;
        max-width: 225px;
        max-height: 225px;
        height: 100%;
        width: 100%;

    }

    .lazyload1.t3.hoverImage {
        position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 1;
      background-size: cover !important;
      background-position: center !important;
      background-repeat: no-repeat !important;
    }

    .respimgsize.tt-items-categories:hover .lazyload1.t3 {
        opacity: 0;
    }

    .respimgsize.tt-items-categories:hover .lazyload1.t3.hoverImage {
       opacity: 1;
        transition: all 0.5s;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        background-position: center !important;
        background-size: cover  !important;
        background-repeat: no-repeat  !important;
    }

    .btn-link-02:hover {
        background: #DEDAD7;
        color: #2e2e2e;
    }

    .btn-link-02 {
      pointer-events: none;
      opacity: 0;
      transition: 0.3s;
      display: none;
    }

    .respimgsize.tt-items-categories:hover h2.tt-title {
        opacity: 0;
        visibility: none;
    }

    .tt-items-categories a.tt-title-block  h2.tt-title {
        font-size: 13px;
        font-style: normal;
        font-weight: var(--title-font-weight);
        line-height: normal;
        text-transform: capitalize;
        color: #2e2e2e;
        margin-bottom: 0;
    }

    @media (max-width: 1199px) {
      .tt-categories-listing .row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
      }
      .tt-categories-listing .row > div {
        width: 25%;
        flex: unset;
        max-width: unset;
      }

      .tt-categories-listing > .row > div:nth-last-child(-n + 2) > .respimgsize {
        margin-top: 40px;
      }
      .tt-categories-listing {
        max-height: 570px;

      }
    }

    @media (max-width: 576px) {
      .tt-categories-listing {
        padding-left: 0 !important;
      }
      .respimgsize {
        width: auto;
        height: auto;
        background-color: #F7F6F4;
        padding-top: 15px;
        margin-bottom: 10px;
        margin-right: 10px !important;
        border-radius: 4px;
      }
      .mobile-scroll .tt-categories-listing {
        overflow-x: auto !important;
      }
      .mobile-scroll .tt-categories-listing .row {
        width: 125vw;
        padding-right: 10px;
        padding-left: 20px;
        margin-left: -20px;
      }
      .mobile-scroll .tt-categories-listing::-webkit-scrollbar {
        width: 0px;
        background: transparent;
      }
      .tt-categories-listing > .row > div:nth-last-child(-n + 2) > .respimgsize {
        margin-top: 0px;
      }
      div#shopify-section-{{ section.id }} .tt-categories-listing>.row>div {
        margin: 0px !important;
        padding-bottom: 0px;
        max-width: calc(100% / 3) !important;
        margin-bottom: 0px !important;
        padding: 0 !important;
      }
      .mobile-scroll {
        padding-right: 0 !important;
        padding-left: 20px;
      }
      div#shopify-section-{{ section.id }} .active .btn-link-02 {
        bottom: 20px;
        padding: 10px 5px;
        margin-top: 15px !important;
        margin: 0 20px 0;
        max-width: 100%;
        font-size: 12px;
        position: absolute;
        line-height: 20px;
        width: calc(100% - 40px);
      }
      div#shopify-section-{{ section.id }} .tt-items-categories .tt-title-block img {
        margin-top: 0px;
      }
      div#shopify-section-{{ section.id }} .tt-categories-listing .tt-items-categories {
        padding-top: 0;
      }
      div#shopify-section-{{ section.id }} .tt-items-categories a.tt-title-block h2.tt-title {
        padding-top: 15px;
        margin-bottom: -15px;
     }
     .respimgsize.tt-items-categories:hover .btn-link-02 {
      bottom: 20px;
      padding: 10px 5px;
      margin-top: 15px !important;
      margin: 0 20px 0;
      max-width: 100%;
      font-size: 12px;
      position: absolute;
      line-height: 20px;
      width: calc(100% - 40px);
    }
    }

/* CSS from snippet stylesheet tags */
.product-variant-options input[type='radio'].disabled,
  .product-variant-options input[type='radio'].disabled + label {
    display: none !important;
    /* opacity: 0.2; */
  }
.carton-note {
    margin-left: 4px;
  }