/** Shopify CDN: Minification failed

Line 268:10 Expected identifier but found whitespace
Line 268:12 Unexpected "{"
Line 268:22 Expected ":"
Line 832:0 Unexpected "{"
Line 832:1 Expected identifier but found "%"
Line 834:0 Expected identifier but found "-"

**/


/* CSS from section stylesheet tags */
.about-inner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 24px;
    padding: 24px 50px 48px;
  }
.collection-grid-products {
    display: flex;
    flex-direction: column;
  }
  .collection-grid-products-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    font-weight: 500;
    z-index: 2;
  }
  .collection-grid-products > li {
    position: relative;
    width: 100%;
  }
  .collection-grid-products-a {
    display: block;
  }
  .collection-grid-products-image {
    opacity: 1;
  }
  .collection-grid-products-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  .collection-grid-products-li:hover .collection-grid-products-hover-image {
    opacity: 1;
  }
  .collection-grid-products-li:hover .collection-grid-products-image {
    opacity: 0;
  }

  @media (min-width: 1025px) {
    .collection-grid-products {
      flex-direction: row;
    }
  }
.contact-inner-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 144px 14px 14px;
  }
  .contact-h2 {
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .contact-text > * {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.5px;
  }
  .contact-inner-wrap > form {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 96px;
  }
  .contact-form-input-container {
    position: relative;
  }
  .contact-form-input {
    width: 100%;
    height: 44px;
    margin-bottom: 14px;
    padding: 14px 14px 14px 16px;
  }
  .contact-form-label {
    position: absolute;
    top: 13px;
    left: 16px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: text;
  }
  .contact-form-textarea-container {
    width: 100%;
    height: 100px;
  }
  .contact-form-textarea {
    width: 100%;
    height: 100%;
    padding: 0 14px 14px 16px;
    border-top: 18px solid #fff;
    border-bottom: 8px solid #fff;
    border-right: 0;
    border-left: 0;
  }
  .contact-form-input,
  .contact-form-textarea {
    font-size: 16px;
    font-weight: 500;
  }
  .contact-form-input::placeholder,
  .contact-form-textarea::placeholder {
    opacity: 0;
  }
  .contact-form-input:focus,
  .contact-form-input:not(:placeholder-shown) {
    padding-bottom: 0;
  }
  .contact-form-textarea:focus,
  .contact-form-textarea:not(:placeholder-shown) {
    padding-bottom: 8px;
  }
  .contact-form-input:focus + label,
  .contact-form-textarea:focus + label,
  .contact-form-input:not(:placeholder-shown) + label,
  .contact-form-textarea:not(:placeholder-shown) + label {
    top: 6px;
    font-size: 10px;
  }
  .contact-form-submit {
    margin-top: 30px;
  }

  .contact-form-submit > input,
  .shopify-challenge__button {
    width: 122px;
    height: 46px;
    border: 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #000;
    transition: transform 0.2s ease-in;
    cursor: pointer;
  }
  .contact-form-submit > input:hover,
  .shopify-challenge__button:hover {
    transform: scale(1.05);
  }
  .shopify-challenge__message {
    padding: 10px 0;
  }

  .form-info {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #9DD49D;
  }
  .form-info.error {
    background-color: #EF5350;
  }
  .form-info-heading,
  .form-info-content {
    font-size: 16px;
    color: #000;
  }
  .form-info-content {
    font-weight: 500;
  }

  @media (min-width: 1025px) {
    .contact-form-input-container.special {
      display: inline-block;
      width: 49%;
    }
    .contact-form-input-container.special:nth-of-type(2) {
      float: right;
    }
  }
footer {
    padding: 84px 50px 36px;
  }
  .newsletter-container {
    position: relative;
    width: 100%;
    max-width: 360px;
    padding: 25px 0 109px;
  }
  .newsletter-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background-color: #000;
    left: -50px;
  }
  .contact-form {
    /* native class */
    position: relative;
  }
  .newsletter-input {
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    font-weight: 500;
    color: #000;
  }
  .newsletter-input:focus,
  .newsletter-input:not(:placeholder-shown) {
    padding: 22px 15px 8px 20px;
    box-shadow: 0 0 0 2px;
    outline: none;
  }
  .newsletter-label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: text;
  }
  .newsletter-input:focus + .newsletter-label,
  .newsletter-input:not(:placeholder-shown) + .newsletter-label {
    top: 6px;
    left: 20px;
    transform: none;
  }
  .newsletter-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 36px;
    height: 40px;
  }
  .newsletter-button > svg {
    width: 15px;
    height: 25px;
  }

  .footer-ul {
    padding: 50px 0;
  }
  .footer-ul > li {
    height: 30px;
  }
  .footer-ul > li > a {
    font-weight: 500;
    color: {{ settings.secondary_text_color }};
  }
  .copyright-container {
    padding-top: 36px;
    border-top: 1px solid #EEE;
    text-align: center;
  }
  .footer-a,
  .copyright-small,
  .copyright-small > a {
    text-decoration: none;
    letter-spacing: 1px;
    transition: color 0.1s ease;
  }
  .footer-a:hover,
  .copyright-small > a:hover {
    text-decoration: underline;
    color: #000;
  }
  .form-info.special {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 2;
  }
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.2s ease, max-height 0.2s ease;
    z-index: 2;
  }

  .main-header-content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    background-color: transparent;
  }

  .logo-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    width: 120px;
    z-index: 2;
  }
  .logo {
    display: block;
    margin-top: 2px;
  }

  .header-menu-nav {
    display: inline-flex;
  }
  .header-menu-ul {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .header-menu-ul > li {
    font-size: 13px;
  }
  .header-menu-ul > li:not(:first-of-type, :last-of-type) {
    margin-left: auto;
  }
  .header-menu-ul > li:last-of-type {
    min-width: unset;
  }
  .header-menu-ul > li {
    transform: translateX(-110vw);
    transition: transform 0.2s ease;
  }
  .header-menu-ul.overlay-active > li:not(.customer-account-li) {
    transform: translateX(0);
  }
  .customer-accounts-enabled.overlay-active > li:not(.customer-account-li) {
    transform: translateX(-9px);
  }
  .header-menu-ul:not(.overlay-active) > li {
    /* overwrite JS top styling when nested overlay is active */
    top: 120px !important;
  }
  .header-menu-dropdown {
    transform: translateX(100vw);
    max-height: 0;
    transition: max-height 0.2s ease
    , transform 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-menu-dropdown-li {
    transform: translateX(110vw);
  }
  .header-menu-dropdown.overlay-active {
    transform: translateX(0)
  }
  .header-menu-li > a,
  .header-menu-dropdown-li > a {
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header-menu-li.special,
  .header-menu-dropdown-li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 24px 10px 32px;
    font-size: 18px;
    font-weight: 500;
  }
  .header-menu-li:not(.special) {
    transform: none;
  }
  .header-menu-dropdown-li:first-of-type {
    padding-top: 14px;
  }
  .header-menu-dropdown-li:last-of-type {
    padding-bottom: 14px;
  }

  .search-li {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    min-width: 30px;
    cursor: pointer;
  }

  .header-menu-ul > .search-li,
  .header-menu-ul > .cart-li {
    transform: translateX(9px);
  }
  .customer-accounts-enabled > .search-li,
  .customer-accounts-enabled > .cart-li {
    transform: translateX(-9px);
  }
  .header-menu-ul > .customer-account-li {
    width: 18px;
  }
  .customer-account-svg {
    transform: translateY(2px);
  }
  .header-menu-svg {
    z-index: 2;
  }
  .header-menu-svg.cart-svg {
    transform: translateY(3px);
  }
  .header-menu-cart-counter {
    display: none;
    position: absolute;
    bottom: 6px;
    right: 4px;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    padding-top: 1px;
    border-radius: 50%;
    font-size: 9px;
    background-color: #000;
    color: #fff;
  }
  .header-menu-cart-counter.active {
    display: inline-flex;
  }
  .header-menu-span {
    display: none;
  }

  .burger {
    position: relative;
    margin-left: -7px;
    z-index: 2;
  }
  .burger:not(.burger-close) {
    min-height: 34px;
    min-width: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .burger-bar {
    width: 20px;
    height: 2px;
    border-radius: 2px;
    transition: transform 0.2s ease-in
    , opacity 0.2s ease-in;
  }
  .burger-bar-1 {
    transform: translateY(-6px);
  }
  .burger-bar-3 {
    transform: translateY(6px);
  }
  .burger.active > .burger-bar-1 {
    transform: translate(0px, 2px) rotate(45deg);
  }
  .burger.active > .burger-bar-3 {
    transform: translate(0px, -2px) rotate(-45deg);
  }
  .burger.active > .burger-bar-2 {
    transform: translateX(-50px);
    opacity: 0;
  }

  .burger-menu-overlay {
    transform: translateX(-100%);
  }
  .burger-menu-overlay-nested {
    transform: translateX(100%);
  }
  .burger-menu-overlay,
  .burger-menu-overlay-nested {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: transform 0.2s ease;
  }
  .burger-menu-overlay.active,
  .burger-menu-overlay-nested.active {
    transform: translateX(0);
  }

  .header-menu-li.special > svg {
    margin-bottom: 3px;
  }
  .burger-menu-overlay-nested > div > svg {
    margin-left: 20px;
    width: 39px;
    height: 35px;
    padding: 12px;
    transform: translateY(80px) rotate(180deg);
  }

  .burger-menu-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .search-overlay {
    padding: 10px 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100vw);
    transition: transform 0.2s ease-out;
    z-index: 3;
  }
  .search-overlay.active {
    transform: translateX(0);
  }

  .search-form {
    max-width: 480px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search-input {
    width: 91%;
    height: 100%;
    padding: 22px 40px 8px 20px;
  }
  .search-label {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: 1px;
    cursor: text;
  }
  .search-input:focus + .search-label,
  .search-input:not(:placeholder-shown) + .search-label {
    top: 6px;
    transform: none;
    font-size: 10px;
  }
  .form-submit {
    background-position: center;
    background-repeat: no-repeat;
    min-width: 30px;
    min-height: 30px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    margin-right: 10%;
  }
  .burger-close {
    height: 100%;
    padding: 10px;
    transform: translateX(10px);
  }

  .announcement-bar {
    padding: 0 14px;
  }
  .announcement-bar.hidden {
    display: none;
  }
  .announcement-text {
    padding: 10px 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
  }

  .special-header .search-li path,
  .special-header .cart-svg path,
  .special-header .customer-account-svg path {
    fill: #fff;
  }

  .active > .special-header .search-li path,
  .active > .special-header .cart-svg path,
  .active > .special-header .customer-account-svg path {
    fill: #000;
  }

  .active > .special-header .logo-white {
    display: none !important;
  }
  .active > .special-header .logo {
    display: block !important;
  }

  .active > .special-header .burger-bar {
    background-color: #000 !important;
  }

  @media (min-width: 750px) {
    .main-header-content {
      padding: 24px 50px 20px;
    }
    .announcement-bar {
      padding: 0 50px;
    }

    .header-menu-span {
      display: block;
    }
    .header-menu-svg {
      display: none;
    }

    .search-li {
      width: auto;
      margin-right: 40px;
    }
    .cart-li {
      display: flex;
      align-items: center;
      transform: none;
    }
    .search-li,
    .cart-li {
      font-size: 13px;
      z-index: 2;
    }
    .customer-accounts-enabled > .cart-li {
      margin-right: 40px;
    }
    .header-menu-ul > .search-li,
    .header-menu-ul > .cart-li,
    .customer-account-svg {
      transform: translateX(0);
    }
    .customer-account-li {
      min-height: 30px;
    }
    li.customer-account-li > a {
      display: block;
      padding: 4px 0 0;
    }
    .customer-account-svg {
      display: block;
    }

    .logo-container > a {
      transform: none;
    }

    .header-menu-li.special,
    .header-menu-dropdown-li {
      padding: 10px 50px;
    }

    .burger-menu-overlay-nested > div > svg {
      margin-left: 38px;
    }

    .search-overlay {
      padding: 24px 50px 20px;
    }

    .header-menu-cart-counter {
      right: -14px;
    }
  }

  @media (min-width: 1025px) {
    .logo {
      margin-top: 0;
    }
    .main-header-content {
      padding: 22px 50px 20px;
    }

    .header:hover,
    .header-menu-ul:hover .header {
      max-height: 300px;
    }

    .header-menu-nav {
      width: 80%;
      margin-top: 15px;
    }
    .header-menu-ul {
      align-items: flex-start;
    }
    .header-menu-ul:not(.overlay-active) > .header-menu-li.special > a {
      opacity: 1;
    }
    .header-menu-li {
      min-width: 100px;
    }
    .header-menu-li.special {
      position: static;
      transform: translateX(0);
      padding: 0;
      width: auto;
      display: block;
    }
    .header-menu-li,
    .header-menu-li.special,
    .header-menu-dropdown-li {
      font-size: 13px;
    }
    .header-menu-li > a,
    .header-menu-dropdown-li > a {
      padding: 0;
    }

    .special-header .header-menu-li > a,
    .special-header .header-menu-dropdown-li > a,
    .special-header .header-menu-span {
      color: #fff !important;
    }
    .special-header:hover .header-menu-li > a,
    .special-header:hover .header-menu-dropdown-li > a,
    .special-header:hover .header-menu-span {
      color: #000 !important;
    }

    .special-header .header-menu-svg > path {
      fill: #fff;
    }

    .special-header:hover .header-menu-svg > path {
      fill: #000;
    }

    .header-menu-li.special > a {
      padding: 6px;
    }
    .header-menu-dropdown {
      position: static;
      transform: translateX(-9999px);
      transition: max-height 0.2s ease;
      padding-bottom: 10px;
    }
    .header-menu-dropdown:hover,
    .header-menu-li:hover .header-menu-dropdown {
      transform: translateX(0);
      max-height: 300px;
    }
    .header-menu-dropdown-li {
      position: static;
      padding: 10px 0 0 6px;
      width: auto;
      transform: none;
      text-decoration: none;
    }
    .header-menu-li > a:hover,
    .header-menu-dropdown-li:hover,
    .search-li:hover {
      text-decoration: underline;
      cursor: pointer;
    }
    .search-li {
      align-items: flex-start;
    }

    .header-menu-ul.customer-accounts-enabled > .cart-li {
      min-width: unset;
      margin-left: 0;
      margin-right: 40px;
    }
    li.customer-account-li > a {
      padding: 0;
      transform: translateY(-4px);
    }


    .burger:not(.burger-close) {
      display: none;
    }

    .logo-container {
      position: static;
      transform: none;
      width: 19%;
      display: flex;
      align-items: flex-start;
      margin: 5px 0 auto;
    }

    .header-menu-li.special > svg {
      display: none;
    }

    .burger-menu-button-overlay {
      display: none;
    }

    .search-overlay {
      padding: 22px 50px 20px;
    }

    .announcement-text {
      font-size: 13px;
    }

    .header-menu-cart-counter {
      bottom: -5px;
    }
  }
{%- liquid
  assign space = ' ';
-%}

  .hero-section {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
  }
  .hero-collection-link {
    background-color: transparent;
    color: #ddd;
    border: 2px solid #ddd;
    font-size: 12px;
    letter-spacing: 2px;
    white-space: nowrap;
    width: 14.7vw;
    transition: color .2s ease-in, background .2s ease-in;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
    text-decoration: none;
    appearance: none;
    min-height: 46px;
    word-break: break-word;
    text-align: center;
    bottom: 50px;
    left: 50px;
    transform: none;
    position: absolute;
    width: 220px;
    font-weight: 500;
  }
  .hero-collection-link:hover {
    border-color: transparent;
    background-color: #fff;
    color: #000;
  }
  @media screen and (max-width: 989px) {
    .hero-collection-link {
      bottom: 22vh;
      left: 50%;
      transform: translateX(-50%);
    }
  }
.lookbook-image {
    display: block;
  }
.lookbook-video {
    width: 100%;
    height: auto;
    background-color: #000;
  }
  @media (min-width: 1025px) {
    .lookbook-video {
      height: 100%;
    }
  }