<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lookbook-grid-qf-section {
  padding-top: 50px;
}
@media only screen and (max-width: 991.98px) {
  .lookbook-grid-qf-section {
    padding-top: 0;
  }
}
.lookbook-grid-qf-section .breadcrumbs-snippet {
  margin-bottom: 42px;
  margin-top: 20px;
}
.lookbook-grid-qf-section .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
.lookbook-grid-qf-section .wrapper .load {
  font-weight: bold;
  cursor: pointer;
}
.lookbook-grid-qf-section .wrapper .blog-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px 20px;
}
@media only screen and (max-width: 1199.98px) {
  .lookbook-grid-qf-section .wrapper .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .lookbook-grid-qf-section .wrapper .blog-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.lookbook-grid-qf-section .wrapper .blog-grid .featured-article {
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  flex-wrap: nowrap;
}
.lookbook-grid-qf-section .wrapper .blog-grid .featured-article .blog-content {
  flex-basis: 35%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lookbook-grid-qf-section .wrapper .blog-grid .featured-article .blog-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.lookbook-grid-qf-section .wrapper .blog-grid .featured-article .blog-content .blog-url {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.lookbook-grid-qf-section .wrapper .blog-grid .featured-article .image-clip {
  flex-basis: 65%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 1/0.55;
}
@media screen and (max-width: 950px) {
  .lookbook-grid-qf-section .wrapper .blog-grid .featured-article .image-clip {
    display: none;
  }
}
.lookbook-grid-qf-section .wrapper .blog-grid .featured-article .image-clip img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 250px) {
  .featured-article {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .featured-article .image-clip {
    max-height: auto;
  }
  .featured-article .blog-content,
  .featured-article .image-clip {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 949px) {
  .featured-article {
    flex-direction: row;
    justify-content: stretch;
    align-items: stretch;
    gap: 50px;
  }
  .featured-article .image-clip {
    max-height: 600px;
  }
}
@media (max-width: 950px) {
  .lookbook-grid-qf-section .breadcrumbs-snippet {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
</pre></body></html>