.lookbook{background-color:var(--lb-bg, var(--color-cream));padding-top:var(--lb-pt-mobile, 48px);padding-bottom:var(--lb-pb-mobile, 48px)}@media(min-width:1024px){.lookbook{padding-top:var(--lb-pt-desktop, 80px);padding-bottom:var(--lb-pb-desktop, 80px)}}.lookbook__container{max-width:var(--max-content, 1440px);margin-inline:auto;padding-inline:24px}@media(min-width:1024px){.lookbook__container{padding-inline:110px}}.lookbook--full-bleed .lookbook__container{padding-inline:0;max-width:100%}.lookbook__header{margin-bottom:48px}.lookbook__header[data-align=center]{text-align:center}.lookbook__header[data-align=left]{text-align:left}.lookbook__eyebrow{font-family:var(--font-body);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--color-grey);margin:0 0 12px}.lookbook__heading{font-family:var(--font-headline);font-size:clamp(24px,3vw,40px);font-weight:500;color:var(--color-plum);margin:0 0 12px;line-height:1.1}.lookbook__subtext{font-family:var(--font-sub);font-size:16px;color:var(--color-grey);margin:0}.lookbook__item{position:relative;overflow:hidden;min-width:0}.lookbook__item[data-aspect=portrait]{aspect-ratio:4 / 5}.lookbook__item[data-aspect=square]{aspect-ratio:1 / 1}.lookbook__item[data-aspect=landscape]{aspect-ratio:3 / 2}.lookbook__item[data-aspect=tall]{aspect-ratio:3 / 4}.lookbook__item[data-aspect=auto]{aspect-ratio:auto}.lookbook__figure{position:relative;width:100%;height:100%;margin:0}.lookbook__image{width:100%;height:100%;object-fit:cover;display:block}.lookbook__image--placeholder{background-color:var(--color-cream)}.lookbook__link{display:block;width:100%;height:100%;text-decoration:none}.lookbook__link:focus-visible{outline:2px solid var(--color-plum);outline-offset:2px}.lookbook__caption[data-position=below]{display:block;padding-top:10px;font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:.04em;color:var(--color-grey)}.lookbook__caption[data-position=overlay-left],.lookbook__caption[data-position=overlay-center]{position:absolute;bottom:0;left:0;right:0;padding:40px 16px 16px;font-family:var(--font-body);font-size:13px;font-weight:400;color:var(--color-cream);background:linear-gradient(to bottom,transparent,rgba(0,0,0,.45))}.lookbook__caption[data-position=overlay-center]{text-align:center}.lookbook__grid{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--lookbook-gap, 16px)}.lookbook__grid--full-width{grid-template-columns:1fr;padding-inline:0}.lookbook__grid--full-width .lookbook__item{width:100%}.lookbook__grid--full-width .lookbook__item img{width:100%;height:auto;aspect-ratio:auto}.lookbook__grid[data-layout="2"]{display:grid;grid-template-columns:1fr;gap:var(--lookbook-gap-mobile, 8px)}@media(min-width:768px){.lookbook__grid[data-layout="2"]{grid-template-columns:repeat(12,1fr);gap:var(--lookbook-gap, 16px)}.lookbook__grid[data-layout="2"] .lookbook__item{grid-column:span 6}}.lookbook__grid[data-layout="3"]{display:grid;grid-template-columns:1fr;gap:var(--lookbook-gap-mobile, 8px)}@media(min-width:768px){.lookbook__grid[data-layout="3"]{grid-template-columns:repeat(12,1fr);gap:var(--lookbook-gap, 16px)}.lookbook__grid[data-layout="3"] .lookbook__item{grid-column:span 4}}.lookbook__grid[data-layout="4"]{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--lookbook-gap-mobile, 8px)}.lookbook__grid[data-layout="4"] .lookbook__item{grid-column:span 6}@media(min-width:1024px){.lookbook__grid[data-layout="4"]{grid-template-columns:repeat(12,1fr);gap:var(--lookbook-gap, 16px)}.lookbook__grid[data-layout="4"] .lookbook__item{grid-column:span 3}}.lookbook__grid[data-layout=asymmetric]{display:grid;grid-template-columns:1fr;gap:var(--lookbook-gap-mobile, 8px)}@media(min-width:768px){.lookbook__grid[data-layout=asymmetric]{grid-template-columns:2fr 1fr;gap:var(--lookbook-gap, 16px)}.lookbook__grid[data-layout=asymmetric] .lookbook__item:nth-child(1){grid-column:1;grid-row:1 / 3}.lookbook__grid[data-layout=asymmetric] .lookbook__item:nth-child(2){grid-column:2;grid-row:1}.lookbook__grid[data-layout=asymmetric] .lookbook__item:nth-child(3){grid-column:2;grid-row:2}}.lookbook__grid[data-layout=carousel]{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:var(--lookbook-gap, 16px);scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-block:4px}.lookbook__grid[data-layout=carousel]::-webkit-scrollbar{display:none}.lookbook__grid[data-layout=carousel] .lookbook__item{flex:0 0 85%;scroll-snap-align:start}@media(min-width:1024px){.lookbook__grid[data-layout=carousel] .lookbook__item{flex-basis:40%}}.lookbook__grid .lookbook__item--small{grid-column:span 4}.lookbook__grid .lookbook__item--medium{grid-column:span 6}.lookbook__grid .lookbook__item--large{grid-column:span 8}.lookbook__grid .lookbook__item--full{grid-column:1 / -1;margin-inline:calc(-1 * var(--space-page-x, 110px));width:calc(100% + (2 * var(--space-page-x, 110px)))}.lookbook__grid .lookbook__item--full img{width:100%;height:auto;max-width:100vw;display:block}@media(max-width:767px){.lookbook__grid .lookbook__item--small,.lookbook__grid .lookbook__item--medium,.lookbook__grid .lookbook__item--large{grid-column:1 / -1}.lookbook__grid .lookbook__item--full{margin-inline:-24px;width:calc(100% + 48px)}}.lookbook__lightbox-trigger{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:none;border:none;cursor:zoom-in;padding:0;-webkit-tap-highlight-color:transparent}.lookbook__lightbox-trigger:focus-visible{outline:2px solid var(--color-cream);outline-offset:-4px}.lookbook__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:100%;max-height:100%;border:none;padding:0;background:#000000e0;display:flex;align-items:center;justify-content:center}.lookbook__lightbox::backdrop{background:#000000e0}.lookbook__lightbox[open]{display:flex}.lookbook__lightbox-close{position:absolute;top:20px;right:20px;background:none;border:none;color:var(--color-cream);cursor:pointer;padding:8px;line-height:0;z-index:1}.lookbook__lightbox-close:focus-visible{outline:2px solid var(--color-cream);outline-offset:2px}.lookbook__lightbox-image-wrap{max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.lookbook__lightbox-img{max-width:100%;max-height:90vh;object-fit:contain;display:block}.lookbook__empty-state{text-align:center;font-family:var(--font-body);font-size:14px;color:var(--color-grey);padding:48px 0;margin:0}@media(prefers-reduced-motion:no-preference){[data-anim-lb-hidden]{opacity:0;transform:translateY(24px)}[data-anim-lb-visible]{opacity:1;transform:translateY(0);transition:opacity .65s cubic-bezier(.22,1,.36,1),transform .65s cubic-bezier(.22,1,.36,1)}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/lookbook.css.map */
