/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 25:20 Unexpected "{"
Line 25:29 Expected ":"
Line 30:20 Unexpected "{"
Line 30:29 Expected ":"
Line 34:20 Unexpected "{"
Line 34:29 Expected ":"
Line 53:20 Unexpected "{"
Line 53:29 Expected ":"
... and 31 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:collection--featured-collection-carousel (INDEX:8) */
#shopify-section-{{ section.id }} .cgc__carousel-wrap {
    position: relative;
  }

  #shopify-section-{{ section.id }} .cgc__swiper {
    overflow: hidden;
    padding-bottom: 0.5rem;
  }

  #shopify-section-{{ section.id }} .swiper-slide {
    height: auto;
  }

  #shopify-section-{{ section.id }} .cgc__arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 1px solid #4E3120;
    background: #FFFFFF;
    color: #4E3120;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
  }

  #shopify-section-{{ section.id }} .cgc__arrow:hover {
    background: #4E3120;
    color: #FFFFFF;
  }

  #shopify-section-{{ section.id }} .cgc__arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
  }

  #shopify-section-{{ section.id }} .cgc__arrow--prev {
    left: -0.5rem;
  }

  #shopify-section-{{ section.id }} .cgc__arrow--next {
    right: -0.5rem;
  }

  #shopify-section-{{ section.id }} .indiv-product-title-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  @media screen and (max-width: 749px) {
    #shopify-section-{{ section.id }} .cgc__arrow {
      display: none;
    }
  }
/* END_SECTION:collection--featured-collection-carousel */

/* START_SECTION:single-banner-slider-corporate (INDEX:42) */
#shopify-section-{{ section.id }} {
    margin: 0 !important;
    padding: 0 !important;
  }

  #shopify-section-{{ section.id }} .cgb__wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  #shopify-section-{{ section.id }} .cgb__slide-inner {
    position: relative;
  }

  #shopify-section-{{ section.id }} .cgb__slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    width: 90%;
    max-width: 44rem;
  }

  #shopify-section-{{ section.id }} .cgb__slide-heading {
    margin: 0;
  }

  #shopify-section-{{ section.id }} .cgb__slide-subheading {
    margin: 0;
    font-size: 1.1em;
    font-weight: 400 !important;
    font-family: var(--font-body-family, sans-serif) !important;
  }

  #shopify-section-{{ section.id }} .cgb__slide-button.btn {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.65rem 1.75rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 0;
    white-space: nowrap;
    background-color: #4E3120 !important;
    color: #FFFFFF !important;
  }

  #shopify-section-{{ section.id }} .cgb__slide-button:hover {
    opacity: 0.9;
  }

  @media screen and (max-width: 749px) {
    #shopify-section-{{ section.id }} .cgb__slide-content {
      gap: 0.4rem;
    }

    #shopify-section-{{ section.id }} .cgb__slide-button {
      padding: 0.55rem 1.25rem;
      font-size: 0.9rem;
    }
  }
/* END_SECTION:single-banner-slider-corporate */