/** Shopify CDN: Minification failed

Line 510:17 Unexpected "{"
Line 510:26 Expected ":"
Line 510:33 Unexpected "{"
Line 517:17 Unexpected "{"
Line 517:26 Expected ":"
Line 524:17 Unexpected "{"
Line 524:26 Expected ":"
Line 528:17 Unexpected "{"
Line 528:26 Expected ":"
Line 534:17 Unexpected "{"
... and 27 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:footer-new (INDEX:21) */
.newsletterform{
    background-color: #f0f0f0;
    padding: 50px 40px;
    text-align: center;
  }

  .newsletterform .container {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .newsletterform p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 15px 0;
  }

  .newsletterform .footer-new__label {
    margin-bottom: 6px;
    color: #000;
    font-family: neue-haas-grotesk-display-pr !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .newsletterform .footer-new__input {
    border: 1px solid #ddd !important;
    background: white !important;
    color: #000 !important;
    margin-bottom: 10px;
    height: 36px;
  }

  .newsletterform .footer-new__input::placeholder {
    color: #999;
  }

  .newsletterform .footer-new__submit {
    background: #000 !important;
    color: white;
    height: 36px;
  }

  .footer-new {
    width: 100%;
    padding: 40px;
    background: #000;
    display: flex;
    justify-content: center;
    gap: 120px;
    align-items: flex-start;
  }

  /* Newsletter Section */
  .footer-new__newsletter {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-width: 250px;
  }

  .footer-new__label {
    color: #FFF;
    font-family: neue-haas-grotesk-display-pr !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .footer-new__input {
    width: 100%;
    height: 28px;
    border: 0.5px solid white;
    padding: 0 10px;
    background: transparent;
    color: white;
    font-size: 13px;
    box-sizing: border-box;
  }

  .footer-new__input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .footer-new__submit {
    margin: 6px 0 0;
    width: 100%;
    height: 28px;
    background: #5C5C5C;
    border: none;
    color: white;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    color: #FFF;
    font-family: neue-haas-grotesk-display-pr !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
  }

  .footer-new__submit:hover {
    background: #7C7C7C;
  }

  /* Column Style */
  .footer-new__column {
    display: flex;
    flex-direction: column;
    gap: 12px;
    white-space: nowrap;
  }

  .footer-new__column-title,
  .footer-new__column-link {
    color: #FFF;
    font-family: neue-haas-grotesk-display-pr !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: opacity 0.3s ease;
  }

  .footer-new__column-link:hover,
  .footer-new__column-title:hover {
    opacity: 0.7;
  }

  /* Social Icons */
  .footer-new__social {
    text-align: center;
  }

  .footer-new__social-icons {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-bottom: 12px;
  }

  .footer-new__social-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    transition: opacity 0.3s ease;
  }

  .footer-new__social-icon:hover {
    opacity: 0.7;
  }

  .footer-new__social-icon svg {
    width: 100%;
    height: 100%;
    fill: white;
  }

  /* Separador */
  .footer-separator {
    width: 100%;
    height: 1px;
    background: white;
  }

  /* Footer Bottom */
  .footer-bottom {
    width: 100%;
    padding: 25px 40px 90px;
    background: #1a1a1a;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom__left {
    color: #999;
    font-size: 12px;
    font-family: neue-haas-grotesk-display-pr !important;
  }

  .footer-bottom__right {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .footer-bottom__right img {width: 40px; height: auto;}

  .footer-bottom__payment {
    width: 30px;
    height: auto;
    display: flex;
    align-items: center;
  }

  .footer-bottom__payment img {
    width: 100%;
    height: auto;
  }

  .footer-bottom__social {
    display: flex;
    gap: 15px;
  }

  .footer-bottom__social-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: opacity 0.3s ease;
  }

  .footer-bottom__social-icon:hover {
    opacity: 0.7;
  }

  .footer-bottom__social-icon svg {
    width: 100%;
    height: 100%;
    fill: white;
  }

  /* Responsive Tablet */
  @media (max-width: 1024px) {
    .footer-new {
      grid-template-columns: 1fr auto auto;
      gap: 40px;
      padding: 25px 30px;
    }

    .footer-new__newsletter {
      max-width: 220px;
    }

    .footer-new__input,
    .footer-new__submit {
      height: 26px;
      font-size: 12px;
    }
  }

  /* Responsive Mobile */
  @media (max-width: 768px) {
    .footer-new {
      flex-direction: column;
      gap: 30px;
      padding: 20px;
      text-align: center;
      align-items: center;
    }

    .footer-new__newsletter {
      max-width: 100%;
    }

    .footer-new__input,
    .footer-new__submit {
      height: 36px;
      font-size: 13px;
    }

    .footer-new__column {
      text-align: center;
      white-space: normal;
      align-items: center;
    }

    .footer-new__social {
      text-align: center;
    }

    .footer-new__social-icons {
      justify-content: center;
    }

    .footer-new__label,
    .footer-new__column-title,
    .footer-new__column-link {
      font-size: 12px;
    }

    .footer-bottom {
      flex-direction: column;
      gap: 20px;
      text-align: center;
    }

    .footer-bottom__right {
      justify-content: center;
      flex-wrap: wrap;
    }
  }

  @media (max-width: 480px) {
    .footer-new {
      padding: 15px;
      gap: 20px;
    }

    .footer-new__label {
      font-size: 11px;
    }

    .footer-new__input,
    .footer-new__submit {
      height: 32px;
      font-size: 12px;
    }

    .footer-new__column-title,
    .footer-new__column-link {
      font-size: 11px;
    }
  }
/* END_SECTION:footer-new */

/* START_SECTION:galleryproductspage (INDEX:24) */
.title.title--primary{
    text-align: center;
    font-family: neue-haas-grotesk-display-pr !important;
    margin: 0 auto 32px !important;
    color: #000;
    font-family: Neue Haas Grotesk Display Pro;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#scrolldivstatic {
  width: 100%;
  position: relative;
}

.lookbookpage { padding: 56px 0 108px; }

#scrolldivstatic .slick-wrapper {
  width: 100%;
  position: relative;
  padding: 0 44px;
  box-sizing: border-box;
}

#scrolldivstatic .slick-list {
  margin: 0 -7.5px;
}

#scrolldivstatic .slide-item {
  position: relative;
  padding: 0 7.5px;
  box-sizing: border-box;
}

#scrolldivstatic .slide-img {
  width: 100%;
  aspect-ratio: 2 / 3;
  display: block;
  object-fit: cover;
}

#scrolldivstatic .slide-title {
  color: #000;
  font-family: neue-haas-grotesk-display-pr !important;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-top: 8px;
}

#scrolldivstatic .btnarrows {
  width: 44px;
  height: 44px;
  z-index: 10;
}

#scrolldivstatic .slick-prev,
#scrolldivstatic .slick-next {
  width: 44px;
  height: 44px;
  z-index: 10;
  top: 40%;
}

#scrolldivstatic .slick-prev { left: 0; }
#scrolldivstatic .slick-next { right: 0; }

#scrolldivstatic .slick-prev:before,
#scrolldivstatic .slick-next:before { content: ''; }

@media (max-width: 768px) {
  #scrolldivstatic .slick-wrapper { padding: 0 32px; }
  #scrolldivstatic .btnarrows { width: 32px; height: 32px; }
  #scrolldivstatic .slick-prev,
  #scrolldivstatic .slick-next { width: 32px; height: 32px; }
}

@media (max-width: 480px) {
  #scrolldivstatic .slick-wrapper { padding: 0 28px; }
}
/* END_SECTION:galleryproductspage */

/* START_SECTION:lookbook2026 (INDEX:32) */
#lookbook2026 {
  width: 100%;
  position: relative;
}

#lookbook2026 .lb26-wrapper {
  width: 100%;
  overflow: hidden;
}

#lookbook2026 .lb26-slide {
  position: relative;
  width: 100%;
}

#lookbook2026 .lb26-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#lookbook2026 .lb26-title {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  padding: 12px 0 8px;
  margin: 0;
  letter-spacing: 0.02em;
  color: #000;
}

#lookbook2026 .lb26-arrow {
  width: 44px;
  height: 44px;
  z-index: 10;
}

#lookbook2026 .slick-prev {
  left: 20px;
  z-index: 10;
}

#lookbook2026 .slick-next {
  right: 20px;
  z-index: 10;
}

#lookbook2026 .slick-dots {
  bottom: 55px;
}

#lookbook2026 .slick-dots li button:before {
  font-size: 8px;
  color: #000;
  opacity: 0.4;
}

#lookbook2026 .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #000;
}

@media (max-width: 768px) {
  #lookbook2026 .slick-prev { left: 10px; }
  #lookbook2026 .slick-next { right: 10px; }
  #lookbook2026 .lb26-arrow { width: 32px; height: 32px; }
}

@media (max-width: 600px) {
  #lookbook2026 .lb26-arrow { display: none !important; }
}
/* END_SECTION:lookbook2026 */

/* START_SECTION:lookbookslider (INDEX:33) */
#lookbookslider-{{ section.id }} {
  width: 100%;
  position: relative;
}

.lookbookslider { padding: 56px 0 108px; }

#lookbookslider-{{ section.id }} .slick-wrapper {
  width: 100%;
  position: relative;
  padding: 0 44px;
  box-sizing: border-box;
}

#lookbookslider-{{ section.id }} .slick-list {
  margin: 0 -7.5px;
}

#lookbookslider-{{ section.id }} .slide-item {
  position: relative;
  padding: 0 7.5px;
  box-sizing: border-box;
}

#lookbookslider-{{ section.id }} .slide-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
}

#lookbookslider-{{ section.id }} .slide-title {
  color: #000;
  font-family: neue-haas-grotesk-display-pr !important;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-top: 8px;
}

#lookbookslider-{{ section.id }} .btnarrows {
  width: 44px;
  height: 44px;
  z-index: 10;
}

#lookbookslider-{{ section.id }} .slick-prev,
#lookbookslider-{{ section.id }} .slick-next {
  width: 44px;
  height: 44px;
  z-index: 10;
  top: 40%;
}

#lookbookslider-{{ section.id }} .slick-prev { left: 0; }
#lookbookslider-{{ section.id }} .slick-next { right: 0; }

#lookbookslider-{{ section.id }} .slick-prev:before,
#lookbookslider-{{ section.id }} .slick-next:before { content: ''; }

@media (max-width: 768px) {
  #lookbookslider-{{ section.id }} .slick-wrapper { padding: 0 32px; }
  #lookbookslider-{{ section.id }} .btnarrows { width: 32px; height: 32px; }
  #lookbookslider-{{ section.id }} .slick-prev,
  #lookbookslider-{{ section.id }} .slick-next { width: 32px; height: 32px; }
}

@media (max-width: 480px) {
  #lookbookslider-{{ section.id }} .slick-wrapper { padding: 0 28px; }
}
/* END_SECTION:lookbookslider */