.popup-gallery-section{color:rgb(var(--color-foreground));background:rgb(var(--color-background));padding:72px 0 0}.popup-gallery-wrapper{width:100%;max-width:1600px;margin:0 auto;padding:0 24px}.popup-gallery-heading-wrap{max-width:760px;margin:0 auto 36px;padding:0 24px}.popup-gallery-heading-wrap.center{text-align:center}.popup-gallery-eyebrow{margin:0 0 10px;color:rgba(var(--color-foreground),.68);font-size:13px;font-weight:700;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.popup-gallery-heading{margin:0;color:rgb(var(--color-foreground));font-size:clamp(30px,4vw,48px);line-height:1.05;font-weight:750}.popup-gallery-description{max-width:640px;margin:16px auto 0;color:rgba(var(--color-foreground),.72);font-size:16px;line-height:1.6}.popup-gallery-description p,.popup-gallery-modal-text p{margin:0}.popup-gallery-list{display:grid;grid-template-columns:repeat(var(--desktop-columns),minmax(0,1fr));gap:18px}.popup-gallery-card{min-width:0}.popup-gallery-trigger{position:relative;display:block;width:100%;aspect-ratio:var(--popup-main-image-ratio);padding:0;overflow:hidden;color:inherit;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.08);border-radius:0;box-shadow:0 10px 26px #00000012;cursor:pointer;isolation:isolate;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.popup-gallery-trigger:hover{transform:translateY(-3px);border-color:rgba(var(--color-foreground),.18);box-shadow:0 18px 42px #0000001f}.popup-gallery-trigger:focus-visible{outline:2px solid rgba(var(--color-foreground),.85);outline-offset:4px}.popup-gallery-trigger img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease,filter .5s ease}.popup-gallery-trigger:hover img{transform:scale(1.045);filter:saturate(1.05)}.popup-gallery-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-between;gap:16px;padding:14px;background:linear-gradient(180deg,#00000014 0% 45%,#000000b3);color:#fff;text-align:left}.popup-gallery-card-title{display:block;margin-top:auto;font-size:clamp(18px,2vw,28px);font-weight:750;line-height:1.08}.popup-gallery-card-meta{display:inline-flex;width:fit-content;align-items:center;align-self:flex-end;min-height:30px;padding:6px 12px;color:#111;background:#ffffffeb;border-radius:999px;font-size:12px;font-weight:700;line-height:1}.popup-gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:42px 24px;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.popup-gallery-modal.active{opacity:1;visibility:visible}.popup-gallery-modal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#000000b8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.popup-gallery-content{position:relative;z-index:1;width:min(1040px,calc(100vw - 48px));max-height:min(760px,calc(100vh - 84px));overflow-y:auto;padding:16px;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.1);border-radius:0;box-shadow:0 22px 70px #0000004d;animation:popupGalleryEnter .25s ease}.popup-gallery-content:focus{outline:none}.popup-gallery-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 12px;padding:0;background:rgb(var(--color-background))}.popup-gallery-modal-title{margin:0;font-size:clamp(18px,2vw,26px);line-height:1.12;font-weight:750}.popup-gallery-modal-text{max-width:680px;margin-top:5px;color:rgba(var(--color-foreground),.68);font-size:13px;line-height:1.4}.popup-gallery-mobile-close{display:none}.popup-gallery-grid{display:grid;grid-template-columns:repeat(var(--modal-columns),minmax(0,1fr));grid-auto-flow:dense;gap:14px}.popup-gallery-grid--puzzle,.popup-gallery-grid--grid{align-items:stretch}.popup-gallery-item{min-width:0;margin:0;overflow:hidden;border-radius:0;transition:transform .22s ease}.popup-gallery-grid--puzzle .popup-gallery-item--landscape{grid-column:span 2}.popup-gallery-item:hover{transform:translateY(-4px)}.popup-gallery-image-link{display:block;overflow:hidden;color:inherit;border-radius:0;text-decoration:none}.popup-gallery-section:not(.popup-gallery-section--modal-ratio-auto) .popup-gallery-image-link{aspect-ratio:var(--popup-modal-image-ratio)}.popup-gallery-item img{display:block;width:100%;height:100%;border-radius:0;object-fit:cover;transition:transform .4s ease}.popup-gallery-grid--puzzle .popup-gallery-item--landscape .popup-gallery-image-link{aspect-ratio:16 / 9}.popup-gallery-grid--puzzle .popup-gallery-item--portrait .popup-gallery-image-link{aspect-ratio:4 / 5}.popup-gallery-grid--puzzle .popup-gallery-item--square .popup-gallery-image-link,.popup-gallery-section--modal-ratio-auto .popup-gallery-grid--grid .popup-gallery-image-link{aspect-ratio:1 / 1}.popup-gallery-item:hover img{transform:scale(1.04)}.popup-gallery-item-body{display:grid;gap:12px;padding:14px}.popup-gallery-item-title{margin:0;color:rgb(var(--color-foreground));font-size:16px;font-weight:700;line-height:1.35;text-decoration:none}.popup-gallery-item-title:hover{text-decoration:underline;text-underline-offset:3px}.popup-gallery-content--products{width:min(1180px,calc(100vw - 48px))}.popup-gallery-product-grid{margin:0;padding:0;list-style:none}.popup-gallery-product-grid__item{min-width:0}.popup-gallery-view-all{display:flex;justify-content:center;margin-top:24px}.collection-menu-popup-gallery .popup-gallery-overlay{justify-content:flex-end}.collection-menu-popup-gallery .popup-gallery-card-meta{align-self:flex-end}.popup-gallery-modal-header--minimal{justify-content:flex-end}.popup-gallery-modal-header--minimal .popup-gallery-modal-text{margin-top:0}body.overflow-hidden{overflow:hidden}.popup-gallery-content::-webkit-scrollbar{width:8px}.popup-gallery-content::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.2);border-radius:999px}@keyframes popupGalleryEnter{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media screen and (max-width:989px){.popup-gallery-list{grid-template-columns:repeat(2,minmax(0,1fr))}.popup-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.popup-gallery-content{padding:16px}}@media screen and (max-width:749px){.popup-gallery-section{padding-top:52px}.popup-gallery-wrapper,.popup-gallery-heading-wrap{padding-inline:16px}.popup-gallery-heading-wrap{margin-bottom:28px}.popup-gallery-list{grid-template-columns:1fr!important;gap:16px}.popup-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.popup-gallery-grid--puzzle .popup-gallery-item--landscape{grid-column:span 2}.popup-gallery-grid--grid .popup-gallery-item{grid-column:auto}.popup-gallery-overlay{padding:14px}.popup-gallery-card-meta{min-height:28px}.popup-gallery-modal{align-items:flex-end;padding:76px 12px 16px}.popup-gallery-content{width:calc(100vw - 24px);max-height:min(74vh,640px);padding:12px;border-radius:0}.popup-gallery-modal-header{position:sticky;top:-12px;z-index:2;align-items:center;gap:12px;margin:-12px -12px 10px;padding:10px 12px 8px;background:rgb(var(--color-background));border-bottom:1px solid rgba(var(--color-foreground),.08)}.popup-gallery-modal-header:before{content:"";position:absolute;top:6px;left:50%;width:42px;height:4px;border-radius:999px;background:rgba(var(--color-foreground),.22);transform:translate(-50%)}.popup-gallery-modal-title{padding-top:10px;font-size:17px}.popup-gallery-modal-text{display:none}.popup-gallery-mobile-close{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:34px;height:34px;margin-top:8px;padding:0;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06);border:0;border-radius:999px;font-size:24px;line-height:1}.popup-gallery-mobile-close span{transform:translateY(-1px)}.popup-gallery-item-body{padding:14px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/popup-gallery.css.map */
