.lookbook{--lb-hotspot-size: 36px;--lb-hotspot-color: #fff;--lb-ring-bg: rgba(255, 255, 255, .05);--lb-hotspot-shadow: rgba(0, 0, 0, .25);--lb-card-width: 280px;--lb-transition-speed: .3s;--lb-drawer-bg: #fff;--lb-overlay-bg: rgba(0, 0, 0, .4);--lb-text-main: #111;--lb-text-muted: #666}.lookbook--dark{--lb-hotspot-color: #111;--lb-ring-bg: rgba(0, 0, 0, .05);--lb-hotspot-shadow: rgba(255, 255, 255, .3)}.lookbook{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}.lookbook__header{text-align:center;padding:2rem 0 1.5rem}.lookbook__heading{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin:0;color:var(--lb-text-main)}.lookbook__filters{display:flex;gap:.75rem;padding:0 0 1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;flex-wrap:wrap}.lookbook__filters::-webkit-scrollbar{display:none}.lookbook__filter-btn{flex-shrink:0;padding:.5rem 1.25rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border:1px solid #ddd;border-radius:100px;background:transparent;color:var(--lb-text-muted);cursor:pointer;transition:background var(--lb-transition-speed) ease,color var(--lb-transition-speed) ease,border-color var(--lb-transition-speed) ease;white-space:nowrap}.lookbook__filter-btn:hover{border-color:var(--lb-text-main)}.lookbook__filter-btn--active{background:var(--lb-text-main);color:#fff;border-color:var(--lb-text-main)}.lookbook__grid{display:grid;grid-template-columns:repeat(var(--lb-columns, 3),1fr);gap:var(--lb-gap, 4px);grid-auto-rows:minmax(200px,auto);grid-auto-flow:dense;width:100%}.lookbook__grid--masonry{display:block;position:relative}.lookbook__item{position:relative;border-radius:2px;transition:opacity .4s ease,transform .4s ease,visibility .4s ease}.lookbook__grid--masonry .lookbook__item{position:absolute;top:0;left:0}.lookbook__item:hover,.lookbook__item:focus-within,.lookbook__item--active{z-index:2}.lb-lazy-hidden{opacity:0;transform:translateY(20px);pointer-events:none}.lookbook__item--hidden{opacity:0;transform:scale(.95);pointer-events:none;visibility:hidden}.lookbook__grid--masonry .lookbook__item--hidden{position:absolute}.lookbook__image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;border-radius:2px;background:#f5f5f5;display:block}.lookbook__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.25,1,.5,1)}.lookbook__item:hover .lookbook__image{transform:scale(1.03)}.lookbook__placeholder{width:100%;height:100%}.lookbook__hotspot{position:absolute;z-index:1;width:44px;height:44px;border-radius:50%;border:none;background:transparent;cursor:pointer;transform:translate(-50%,-50%);padding:0;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease,transform var(--lb-transition-speed) ease}.lookbook__item:hover .lookbook__hotspot,.lookbook__hotspot:focus-visible{opacity:1;visibility:visible}.lookbook__hotspot:hover,.lookbook__hotspot:focus-visible{transform:translate(-50%,-50%) scale(1.15)}.lookbook__hotspot:focus-visible{outline:2px solid var(--lb-hotspot-color);outline-offset:4px}.lookbook__hotspot-icon{display:none}.lookbook__hotspot:before{content:"";position:absolute;top:50%;left:50%;width:11px;height:11px;background-color:var(--lb-hotspot-color);border-radius:50%;box-shadow:0 0 10px 5px var(--lb-hotspot-shadow);transition:all var(--lb-transition-speed) ease;animation:lb-dot-pop 2.5s cubic-bezier(.21,.53,.3,1) infinite;pointer-events:none;transform-origin:center center}.lookbook__hotspot:after{content:"";position:absolute;top:50%;left:50%;transform-origin:center center;width:90px;height:90px;background-color:var(--lb-ring-bg);border:1px solid var(--lb-hotspot-color);border-radius:50%;pointer-events:none;animation:lb-radar 2.5s cubic-bezier(.21,.53,.3,1) infinite}.lookbook__hotspot:hover:before,.lookbook__hotspot:focus-visible:before{animation-play-state:paused;transform:translate(-50%,-50%) scale(1.4)}@keyframes lb-dot-pop{0%{transform:translate(-50%,-50%) scale(.5)}20%{transform:translate(-50%,-50%) scale(1.2)}40%{transform:translate(-50%,-50%) scale(1)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lb-radar{0%{transform:translate(-50%,-50%) scale(.1);opacity:.8}80%{transform:translate(-50%,-50%) scale(1);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:0}}.lookbook__product-card{position:absolute;z-index:1;width:var(--lb-card-width);background:var(--lb-drawer-bg);box-shadow:0 8px 30px #00000026;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity var(--lb-transition-speed) ease,transform var(--lb-transition-speed) ease,visibility var(--lb-transition-speed) ease;pointer-events:none;overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column;border-radius:4px}.lookbook__product-card--dual{width:calc(var(--lb-card-width) * 2 + 12px);flex-direction:row;gap:12px;background:transparent;box-shadow:none}.lookbook__half-title{font-size:12px;font-weight:700;text-transform:uppercase;text-align:center;padding:0 1.5rem 1.3rem;color:var(--lb-text-main);letter-spacing:.05em;background:var(--lb-drawer-bg);margin:0}.lookbook__product-card--dual .lookbook__product-card-half{flex:1;min-width:0;background:var(--lb-drawer-bg);box-shadow:0 8px 30px #00000026;border-radius:4px;overflow:hidden;display:flex;flex-direction:column}.lookbook__product-card--visible{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.lookbook .card__media .media img{width:100%;height:100%;object-position:center center}.lookbook .card__information{padding:1.3rem 1rem}.lookbook .product-card__activities-container{top:.4rem;right:.75rem}.lookbook .product-card__activities-toggle{display:none}.lookbook .product-card__activities{transform:translateY(0);opacity:1}.lookbook__overlay{display:none;position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;background:var(--lb-overlay-bg);opacity:0;pointer-events:none;transition:opacity var(--lb-transition-speed) ease}.lookbook__overlay--visible{opacity:1;pointer-events:auto}.lookbook__drawer{display:none;position:fixed;z-index:1000;bottom:0;left:0;width:100%;max-height:100vh;background:var(--lb-drawer-bg);border-radius:16px 16px 0 0;box-shadow:0 -4px 30px #00000026;transform:translateY(100%);transition:transform .4s cubic-bezier(.32,.72,0,1);overflow-y:auto;overscroll-behavior:none;-webkit-overflow-scrolling:touch;padding:1.5rem 1.5rem 2rem}.lookbook__drawer--visible{transform:translateY(0)}.lb-scroll-locked,.lb-scroll-locked body{overflow:hidden!important;overscroll-behavior:none!important}.lookbook__drawer-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.lookbook__drawer-handle{width:40px;height:4px;background-color:#ddd;border-radius:4px;margin:0 auto 1.5rem;opacity:.8}.lookbook__drawer-title-row{display:flex;align-items:center;gap:.75rem}.lookbook__drawer-switch{display:flex;background:#f1f1f1;border-radius:20px;padding:2px}.lookbook__switch-btn{border:none;background:transparent;padding:4px 10px;border-radius:18px;font-size:10px;font-weight:600;text-transform:uppercase;cursor:pointer;color:var(--lb-text-muted);transition:all .2s ease;line-height:1}.lookbook__switch-btn--active{background:#fff;color:var(--lb-text-main);box-shadow:0 1px 3px #0000001a}.lookbook__drawer-body{display:flex;flex-direction:column;gap:1.5rem}.lookbook__drawer-body .lookbook__product-card-half:not(.is-active){display:none}.lookbook__drawer-body .lookbook__product-card-half{width:100%}.lookbook__drawer-body .lookbook__half-title{display:none}.lookbook__drawer-header-left{display:flex;flex-direction:column;gap:.25rem}.lookbook__drawer-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0;line-height:1.3}.lookbook__drawer-link{font-size:11px;color:#0009;text-decoration:underline;text-underline-offset:2px;transition:color var(--lb-transition-speed) ease}.lookbook__drawer-link:hover{color:#000000e6}.lookbook__drawer-close{width:32px;height:32px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;transition:background var(--lb-transition-speed) ease}.lookbook__drawer-close:hover{background:#0000000d}.lookbook__drawer-close:focus-visible{outline:2px solid currentColor;outline-offset:2px}.lookbook__drawer-close svg{width:18px;color:#000;height:18px}.lookbook__grid--shuffle-pending{opacity:0}.lookbook__grid--shuffle-ready{animation:lb-shuffle-reveal .5s ease forwards}@keyframes lb-shuffle-reveal{0%{opacity:0}to{opacity:1}}.lookbook--design-mode .lookbook__hotspot{opacity:1;visibility:visible}.lookbook--design-mode .lookbook__hotspot:after{animation:none;transform:translate(-50%,-50%) scale(.45);opacity:.6}.lookbook--design-mode .lookbook__hotspot:before{animation:none;transform:translate(-50%,-50%) scale(1)}.lookbook__item--block-selected .lookbook__hotspot{z-index:10}.lookbook__item--block-selected .lookbook__hotspot:before{animation:lb-dot-pop 2.5s cubic-bezier(.21,.53,.3,1) infinite}.lookbook__item--block-selected .lookbook__hotspot:after{animation:lb-radar 2.5s cubic-bezier(.21,.53,.3,1) infinite}@media screen and (max-width:749px){.lookbook{padding:0 .75rem}.lookbook__grid:not(.lookbook__grid--masonry){grid-template-columns:repeat(2,1fr);grid-auto-rows:minmax(150px,auto)}.lookbook__grid:not(.lookbook__grid--masonry) .lookbook__item{grid-column:span var(--lb-mobile-col-span, 1)!important;grid-row:auto!important}.lookbook__filters{justify-content:flex-start;flex-wrap:nowrap;padding:0 0 1rem}.lookbook__hotspot{opacity:1;visibility:visible}.lookbook__product-card{display:none}.lookbook .lookbook__overlay,.lookbook__drawer{display:block}}@media screen and (min-width:750px){.lookbook .lookbook__overlay,.lookbook__drawer{display:none}}
/*# sourceMappingURL=/cdn/shop/t/409/assets/lookbook.css.map */
