.gallery-lookbook *,.gallery-lookbook *:before,.gallery-lookbook *:after{box-sizing:border-box;margin:0;padding:0}.gallery-lookbook{display:flex;flex-direction:row;align-items:flex-start;width:100%;max-width:100%;margin:0 auto;padding:0 2rem;gap:80px;font-family:var(--font-body-family);color:rgb(var(--color-foreground))}@media screen and (min-width:1100px){.gallery-lookbook{padding-left:5rem;padding-right:5rem}}@media(min-width:1360px){.gallery-lookbook{max-width:1440px}}.gallery-lookbook__sidebar{flex:0 0 323px;width:323px;position:sticky;top:var(--sticky-offset, 48px);height:calc(100vh - var(--sticky-offset, 48px));max-height:760px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:32px 0;z-index:2}.gallery-lookbook__sidebar-top{display:flex;flex-direction:column;gap:24px}.gallery-lookbook__sidebar-top .section-header{text-align:left;padding:0}.gallery-lookbook__sidebar-top .section-header__title{color:rgb(var(--color-foreground-title));font-family:var(--font-heading-family)}.gallery-lookbook__btn{margin-top:8px;align-self:flex-start;width:auto}.gallery-lookbook__nav{display:none;flex-direction:column;gap:6px}.gallery-lookbook__nav-item{display:flex;align-items:center;gap:10px;cursor:pointer}.gallery-lookbook__nav-indicator{width:20px;height:2px;background:rgb(var(--color-foreground));flex-shrink:0;opacity:0;transition:opacity .35s ease}.gallery-lookbook__nav-item.is-active .gallery-lookbook__nav-indicator{opacity:1}.gallery-lookbook__nav-thumb{border-radius:var(--border-radius-main, 12px);overflow:hidden;width:70px;height:55px;flex-shrink:0;transition:width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1)}.gallery-lookbook__nav-item.is-active .gallery-lookbook__nav-thumb{width:85px;height:67px}.gallery-lookbook__nav-thumb img{width:100%;height:100%;object-fit:cover;display:block}.gallery-lookbook__list{flex:1;min-width:0;display:flex;flex-direction:column;gap:24px;padding:32px 0 80px}.gallery-lookbook__slide{position:relative;width:100%;aspect-ratio:var(--desktop-ar, 3 / 2);flex-shrink:0;overflow:visible;opacity:.4;transition:opacity .5s ease}.gallery-lookbook__slide.is-active{opacity:1}.gallery-lookbook__slide-bg-wrap{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--border-radius-main, 12px);overflow:hidden}.gallery-lookbook__slide-bg{width:100%;height:100%;object-fit:cover;display:block}.gallery-lookbook__svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible;z-index:0;opacity:0;transition:opacity .55s ease}.gallery-lookbook__slide.is-active .gallery-lookbook__svg{opacity:1;transition-delay:.15s}.gallery-lookbook__svg line{stroke:#ffffffa6;stroke-width:1.5}.gallery-lookbook__dot{position:absolute;width:32px;height:32px;transform:translate(-50%,-50%);pointer-events:none;z-index:2;opacity:0;transition:opacity .55s ease}.gallery-lookbook__slide.is-active .gallery-lookbook__dot{opacity:1;transition-delay:.2s}.gallery-lookbook__dot-outer{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#ffffff40;border:none;animation:galleryLookbookPulseOuter 2.4s ease-in-out infinite}.gallery-lookbook__dot-mid{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:transparent;animation:none}.gallery-lookbook__dot-inner{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;background:#fffffff2;box-shadow:0 0 6px #00000026}@keyframes galleryLookbookPulseOuter{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.35);opacity:1}}@keyframes galleryLookbookPulseMid{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.08);opacity:1}}.gallery-lookbook__card{position:absolute;width:172px;background:rgb(var(--color-background));border-radius:var(--border-radius-main, 12px);box-shadow:0 6px 28px #00000024;padding:12px;display:flex;flex-direction:column;gap:0;z-index:1;text-decoration:none;color:inherit;opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s cubic-bezier(.25,.46,.45,.94)}.gallery-lookbook__slide.is-active .gallery-lookbook__card{opacity:1;transform:translateY(0)}.gallery-lookbook__card--m0{transition-delay:.1s}.gallery-lookbook__card--m1{transition-delay:.28s}.gallery-lookbook__card-img-wrap{width:100%;aspect-ratio:1;background:rgb(var(--color-background));border-radius:6px;overflow:hidden;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.gallery-lookbook__card-img{width:100%;height:100%;object-fit:contain;display:block}.gallery-lookbook__card-text{display:flex;flex-direction:column;gap:0}.gallery-lookbook__card-name{font-size:14.5px;font-weight:500;font-family:var(--font-body-family);color:rgb(var(--color-foreground));line-height:1.35;margin-bottom:0}.gallery-lookbook__card-footer{display:flex;align-items:flex-end;justify-content:space-between}.gallery-lookbook__card-price{font-size:12.5px;font-weight:500;font-family:Roboto Mono,monospace;color:rgb(var(--color-foreground))}.gallery-lookbook__card-arrow{display:flex;align-items:center;justify-content:center;font-size:13px;color:rgb(var(--color-foreground));flex-shrink:0;line-height:1;opacity:.5}@media(max-width:1024px){.gallery-lookbook{flex-direction:column;padding:0;gap:0}.gallery-lookbook__sidebar{position:relative;top:auto;flex:none;width:100%;height:auto;max-height:none;padding:24px 2rem 16px;gap:20px;z-index:3;background:rgb(var(--color-background))}.gallery-lookbook__nav{display:none}.gallery-lookbook__list{flex:none;width:100%;padding:0;gap:0;overflow:hidden;position:relative;z-index:1}.gallery-lookbook__swiper{width:100%;overflow:hidden;padding:0 0 0 2rem}.gallery-lookbook__slide{flex-shrink:0;width:calc(100vw - 64px);aspect-ratio:var(--mobile-ar, 4 / 3);opacity:.4;transition:opacity .4s ease}.gallery-lookbook__slide.is-active{opacity:1}.gallery-lookbook__pagination.swiper-pagination{position:relative;bottom:auto;left:auto;width:auto;display:flex;justify-content:center;align-items:center;gap:6px;padding:20px 0 8px}.gallery-lookbook__pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background:rgba(var(--color-foreground),.25);opacity:1;transition:width .3s ease,border-radius .3s ease,background .3s ease;margin:0!important}.gallery-lookbook__pagination .swiper-pagination-bullet:before,.gallery-lookbook__pagination .swiper-pagination-bullet:after{display:none!important}.gallery-lookbook__pagination .swiper-pagination-bullet-active{width:24px;border-radius:4px;background:rgb(var(--color-foreground))}.gallery-lookbook__card--img-hide .gallery-lookbook__card-img-wrap{display:none}.gallery-lookbook__card{width:max-content;max-width:75vw;padding:10px 12px;box-shadow:0 4px 20px #00000029}.gallery-lookbook__card--img-hide,.gallery-lookbook__card--img-left{padding-right:22px}.gallery-lookbook__card--img-above .gallery-lookbook__card-img-wrap{margin-bottom:6px}.gallery-lookbook__card--img-left{flex-direction:row;align-items:center;gap:10px}.gallery-lookbook__card--img-left .gallery-lookbook__card-img-wrap{flex-shrink:0;width:50px;aspect-ratio:auto;margin-bottom:0;border-radius:4px}.gallery-lookbook__card--img-left .gallery-lookbook__card-text{flex:1}.gallery-lookbook__card-name{font-size:14.5px;margin-bottom:0}.gallery-lookbook__card-price{font-size:12.5px}.gallery-lookbook__card-arrow{display:flex}}@media(max-width:600px){.gallery-lookbook__sidebar{padding:20px 16px 12px}.gallery-lookbook__swiper{padding-left:16px}.gallery-lookbook__slide{width:calc(100vw - 44px)}.gallery-lookbook__card{max-width:75vw;padding:8px 10px}.gallery-lookbook__card--img-hide,.gallery-lookbook__card--img-left{padding-right:22px}.gallery-lookbook__card-name{font-size:13px;margin-bottom:0}.gallery-lookbook__card-price{font-size:12.5px}.gallery-lookbook__dot{width:26px;height:26px}.gallery-lookbook__dot-inner{top:6px;right:6px;bottom:6px;left:6px}}
/*# sourceMappingURL=/cdn/shop/t/39/assets/gallery-lookbook.css.map */
