.js-lookbook-popup-open body{overflow:hidden}.lookbook-section{padding-top:var(--header-height)}.lookbook__title{width:100%;box-sizing:border-box;max-width:120rem;margin:0 auto;padding:0 var(--container-side-space);font-family:ITC Galliard;font-size:0.875rem;line-height:100%;font-weight:400;font-style:italic;margin-top:.5rem;margin-bottom:.5rem;text-transform:capitalize}@media(min-width: 768px){.lookbook__title{font-size:1.25rem}}@media only screen and (min-width: 768px){.lookbook__title{margin-top:1rem;margin-bottom:1rem}}.lookbook__media-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:1px}@media only screen and (min-width: 768px){.lookbook__media-list{width:100%;box-sizing:border-box;max-width:120rem;margin:0 auto;padding:0 var(--container-side-space);gap:.125rem;grid-template-columns:repeat(4, 1fr)}}@media only screen and (min-width: 992px){.lookbook__media-list{gap:.25rem;grid-template-columns:repeat(6, 1fr)}}.lookbook__media-item{overflow:hidden;position:relative;cursor:pointer}.lookbook__media-item::after{content:"";display:block;padding-top:150%}.lookbook__media-item img{position:absolute;width:100%;height:100%;object-fit:cover;transition:.3s ease}.lookbook__media-item:hover img{transform:scale(1.1)}.lookbook__bar{position:sticky;top:calc(var(--header-height) + var(--announcement-bar-height));background-color:#fff;width:100%;z-index:1}[video] .lookbook__bar{position:fixed;left:0;z-index:50}.lookbook__bar-container{width:100%;box-sizing:border-box;max-width:120rem;margin:0 auto;padding:0 var(--container-side-space);display:flex;justify-content:space-between;align-items:center;padding-top:.5rem;padding-bottom:.5rem;padding-bottom:max(.5rem,env(safe-area-inset-bottom, 0px));font-weight:350}.lookbook__bar-buttons-container{display:flex;gap:1rem;align-items:center;justify-content:flex-end}.lookbook__bar-button{display:flex;justify-content:center;align-items:center;padding:0;margin:0;border:none;background-color:rgba(0,0,0,0);color:#dadada;cursor:pointer}.lookbook__bar-button--grid{color:#000}:where([video]) .lookbook__bar-button--grid{color:#dadada}:where([video]) .lookbook__bar-button--video{color:#000}.lookbook__bar-button:hover{color:#000}.lookbook__popup{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:50;display:flex;justify-content:center}.lookbook__popup:not([hidden]){animation:opacity-appear .3s ease forwards}.lookbook__popup-close{position:absolute;z-index:1;background-color:rgba(0,0,0,0);padding:0;margin:0;border:none;width:2rem;height:2rem;top:1rem;right:1rem;color:#fff;mix-blend-mode:difference}@media only screen and (min-width: 992px){.lookbook__popup-close{top:3rem;right:-10%}}.lookbook__popup-container{display:flex;height:100%;position:relative;max-width:49.0625rem;width:100%;justify-content:center;gap:.125rem}@media only screen and (min-width: 992px){.lookbook__popup-container{margin-left:-5.25rem;gap:.25rem}}.lookbook__popup-slider{-ms-overflow-style:none;scrollbar-width:none;height:100%;overflow:auto;flex:1 1 auto}.lookbook__popup-slider::-webkit-scrollbar{display:none}.lookbook__popup-slider::-webkit-scrollbar-track{display:none;width:0;background:rgba(0,0,0,0)}.lookbook__popup-slider::-webkit-scrollbar-thumb{display:none}.lookbook__popup-slider-item{width:100%;padding-bottom:150%;position:relative;background-color:#f8f8f8}.lookbook__popup-slider-item img{width:100%;height:100%;object-fit:cover;position:absolute}.lookbook__popup-thumbs{-ms-overflow-style:none;scrollbar-width:none;height:100%;overflow:auto;width:5rem;flex:0 0 5rem;flex-direction:column;gap:.125rem;cursor:pointer;display:none}.lookbook__popup-thumbs::-webkit-scrollbar{display:none}.lookbook__popup-thumbs::-webkit-scrollbar-track{display:none;width:0;background:rgba(0,0,0,0)}.lookbook__popup-thumbs::-webkit-scrollbar-thumb{display:none}@media only screen and (min-width: 768px){.lookbook__popup-thumbs{display:flex}}@media only screen and (min-width: 992px){.lookbook__popup-thumbs{gap:.25rem}}.lookbook__popup-thumbs-item{width:100%;position:relative;opacity:.5;transition:.15s ease;background-color:#f8f8f8}.lookbook__popup-thumbs-item.js-active{opacity:1}.lookbook__popup-thumbs-item.js-active::after{content:"";position:absolute;left:0;top:0;height:100%;width:1px;background-color:#000}.lookbook__popup-thumbs-item::before{content:"";display:block;padding-top:150%}.lookbook__popup-thumbs-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.lookbook__popup-thumbs-item:hover{opacity:1}.lookbook__video-popup{position:fixed;top:var(--announcement-bar-height, 0);left:0;width:100%;bottom:2rem;bottom:calc(max(env(safe-area-inset-bottom),0.5rem) + 1.6875rem);background-color:#000;z-index:15;display:none}[video] .lookbook__video-popup{display:block;animation:opacity-appear .3s ease forwards}.lookbook__video-popup video{width:100%;height:100%;object-fit:contain}
