/** Shopify CDN: Minification failed

Line 137:8 Expected ":"

**/
.lookbook-wrapper {
    display: block;
    width: calc(100vw - 2rem);
    margin-left: 1rem;
    overflow: hidden;
    margin-right: 1rem;
    margin-top: 1rem;
  }

 .text-block a {
  opacity: 0.5;
  font-style: italic !important;
 }

  &::-webkit-scrollbar:horizontal {
    height: 0;
    width: 0;
    display: none;
  }
  
  &::-webkit-scrollbar-thumb:horizontal {
    display: none;
  }

  .lookbook-row {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    flex-wrap: nowrap !important;
    height: 0;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none;
    opacity: 0;
    margin-top: 1rem;
    margin-bottom: 0;
    width: 100vw;
    padding-right: 1rem;
    overflow-y: scroll;
    transition: height 0.2s ease-in-out 0.3s, opacity 0.2s ease-in-out, margin-bottom 0.2s ease-in-out 0.3s;
  }

  .lookbook-row::-webkit-scrollbar {
    display: none;
  }

  .active .lookbook-row {
    height: 70vh;
    opacity: 1;
    margin-bottom: 1rem;
    transition: height 0.5s ease-in-out, opacity 0.3s ease-in-out 0.5s, margin-bottom 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .lookbook-row {
    margin-top: 0;
    margin-bottom: 1rem !important;
  }

  .lookbook-wrapper {
    margin-bottom: 1rem !important;
  }
}

  .lookbook-row .lookbook-item {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100%;
    margin-right: 1rem;
    transition: width 0.5s ease-in-out;
  }

  .lookbook-row .lookbook-item:last-child {
    margin-right: 0;
  }

  .lookbook-row .lookbook-item .section-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1rem;
    background-color: #f8f8f8;
    transition: background-color 0.5s ease-in-out;
  }

  .lookbook-row .lookbook-item .section-intro:hover {
    background-color: #f0f0f0;
  }

  .lookbook-row .lookbook-item .section-intro h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .lookbook-row .lookbook-item .section-intro p {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }

  .lookbook-row .lookbook-item .section-intro svg {
    width: 1rem;
    height: 1rem;
    margin-top: 0.25rem;
  }

  .lookbook-row .lookbook-item .section-intro .image-block {
    height: 100%;
    width: auto;
    float: left;
    margin-right: 1rem;
  }

  .lookbook-row .lookbook-item .section-intro .image-block img {
    width: auto;
    height: 100%;
  }

  .lookbook-row .lookbook-item .section-intro .text-block {
    height: 100%;
    width: auto;
    float: left;
    margin-left: 1rem;
    min-width: 30rem;
  }

  .lookbook-row .lookbook-item .section-intro .text-block h2 {
    font-size: 1.5rem;
    font
  
}

  .section-intro p {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
  }

  .section-intro svg {
    width: 0.6rem;
    height: 0.6rem;
    margin-top: 0.25rem;
  }


  .image-block{
    height: 100%;
    height: 100%;
    width: auto;
    float: left;
    margin-right: 1rem;
    width: auto;
  }

  .text-block {
    height: 100%;
    height: 100%;
    margin-right: 2rem;
    width: auto;
    float: left;
    margin-left: 1rem;
    min-width: 30rem;
  }
  .image-block img {
    width: auto;
    height: 100%;
  }