.social-media-gallery{display:block}.social-media-gallery__header{margin-bottom:1.6rem}.social-media-gallery__heading{margin:0 0 1.6rem}.social-media-gallery__heading--center{text-align:center}.social-media-gallery__heading--right{text-align:right}.social-media-gallery__accounts{align-items:center;display:flex;flex-wrap:wrap;gap:1.2rem 2.4rem}.social-media-gallery__accounts--center{justify-content:center}.social-media-gallery__accounts--right{justify-content:flex-end}.social-media-gallery__account{align-items:center;display:inline-flex;font-weight:600;gap:.8rem;text-decoration:none}.social-media-gallery__account .svg-wrapper{height:2.4rem;width:2.4rem}.social-media-gallery__grid{display:grid;grid-auto-flow:dense;grid-template-columns:repeat(6,minmax(0,1fr))}.social-media-gallery__item{-webkit-appearance:none;appearance:none;aspect-ratio:1;background:rgba(var(--color-foreground),.04);border:0;color:rgb(var(--color-background));cursor:pointer;display:block;margin:0;min-width:0;overflow:hidden;padding:0;position:relative;width:100%}.social-media-gallery__item--featured{grid-column:3 / span 2;grid-row:1 / span 2}.social-media-gallery__image{display:block;height:100%;object-fit:cover;transition:transform var(--duration-long) ease;width:100%}.social-media-gallery__overlay{align-items:center;background:rgba(var(--color-shadow),.38);display:flex;font-size:1.6rem;top:0;right:0;bottom:0;left:0;justify-content:center;opacity:0;position:absolute;transition:opacity var(--duration-default) ease}.social-media-gallery__item:hover .social-media-gallery__image,.social-media-gallery__item:focus-visible .social-media-gallery__image{transform:scale(1.025)}.social-media-gallery__item:hover .social-media-gallery__overlay,.social-media-gallery__item:focus-visible .social-media-gallery__overlay{opacity:1}.social-media-gallery__modal{align-items:center;background:#f1efec8c;display:none;top:0;right:0;bottom:0;left:0;justify-content:center;padding:2rem;position:fixed;z-index:101}.social-media-gallery__modal[open]{display:flex}.social-media-gallery__modal-dialog{background:rgb(var(--color-background));box-shadow:0 1rem 4rem rgba(var(--color-shadow),.2);max-height:calc(100vh - 4rem);max-width:112rem;min-height:56rem;position:relative;width:calc(100vw - 8rem)}.social-media-gallery__modal-content,.social-media-gallery__modal-layout{height:100%}.social-media-gallery__modal-layout{display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);min-height:56rem}.social-media-gallery__modal-media{align-items:center;background:rgba(var(--color-foreground),.04);display:flex;justify-content:center;min-width:0;overflow:hidden}.social-media-gallery__modal-image{display:block;height:100%;max-height:calc(100vh - 8rem);object-fit:contain;width:100%}.social-media-gallery__modal-info{display:flex;flex-direction:column;min-width:0;padding:3.6rem 4rem 3.2rem}.social-media-gallery__caption{margin:0 3rem 2rem 0}.social-media-gallery__source-row{align-items:center;display:flex;gap:2rem;justify-content:space-between}.social-media-gallery__source{font-weight:600;margin:0}.social-media-gallery__source a{color:currentColor}.social-media-gallery__share{align-items:center;display:flex;flex:0 0 auto;gap:1.6rem}.social-media-gallery__share a{color:rgb(var(--color-foreground));display:inline-flex}.social-media-gallery__share .svg-wrapper{height:1.8rem;width:1.8rem}.social-media-gallery__products{margin-top:auto;padding-top:4rem}.social-media-gallery__products-heading{margin:0 0 1.6rem}.social-media-gallery__product-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(3,minmax(0,1fr))}.social-media-gallery__product{color:rgb(var(--color-foreground));display:flex;flex-direction:column;min-width:0;text-decoration:none}.social-media-gallery__product--unavailable{opacity:.5}.social-media-gallery__product-media{aspect-ratio:3 / 4;background:rgba(var(--color-foreground),.04);margin-bottom:.8rem;overflow:hidden}.social-media-gallery__product-image{display:block;height:100%;object-fit:cover;width:100%}.social-media-gallery__product-title{display:-webkit-box;line-height:1.35;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.social-media-gallery__product-price{font-weight:600;margin-top:.3rem}.social-media-gallery__close,.social-media-gallery__nav{align-items:center;-webkit-appearance:none;appearance:none;background:transparent;border:0;color:rgb(var(--color-foreground));cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute}.social-media-gallery__close{height:4.4rem;right:.4rem;top:.4rem;width:4.4rem;z-index:2}.social-media-gallery__close .svg-wrapper{height:1.8rem;width:1.8rem}.social-media-gallery__nav{background:rgb(var(--color-background));border-radius:50%;height:4.4rem;top:50%;transform:translateY(-50%);width:4.4rem;z-index:2}.social-media-gallery__nav--prev{left:-5.6rem}.social-media-gallery__nav--next{right:-5.6rem}.social-media-gallery__nav--prev .icon{transform:rotate(90deg)}.social-media-gallery__nav--next .icon{transform:rotate(-90deg)}.social-media-gallery__nav[hidden]{display:none}.social-media-gallery__nav .svg-wrapper{height:1.2rem;width:1.2rem}@media(hover:none){.social-media-gallery__overlay{background:rgba(var(--color-shadow),.16);opacity:1}}@media screen and (max-width:749px){.social-media-gallery__heading{margin-bottom:1.2rem}.social-media-gallery__accounts{gap:1rem 1.6rem}.social-media-gallery__account{font-size:1.3rem}.social-media-gallery__grid{gap:.6rem;grid-template-columns:repeat(2,minmax(0,1fr))}.social-media-gallery__item--featured{aspect-ratio:2 / 1;grid-column:1 / -1;grid-row:auto}.social-media-gallery__modal{padding:0}.social-media-gallery__modal-dialog{height:100dvh;max-height:none;min-height:0;overflow-y:auto;width:100%}.social-media-gallery__modal-content,.social-media-gallery__modal-layout{height:auto}.social-media-gallery__modal-layout{display:block;min-height:0}.social-media-gallery__modal-media{aspect-ratio:1}.social-media-gallery__modal-image{max-height:none}.social-media-gallery__modal-info{padding:2.4rem 1.5rem calc(3rem + env(safe-area-inset-bottom,0px))}.social-media-gallery__caption{margin-right:3rem}.social-media-gallery__source-row{align-items:flex-start}.social-media-gallery__products{padding-top:3.2rem}.social-media-gallery__product-grid{display:flex;overflow-x:auto;scroll-snap-type:x proximity}.social-media-gallery__product{flex:0 0 42%;scroll-snap-align:start}.social-media-gallery__close{background:rgb(var(--color-background));border-radius:50%;position:fixed;right:1rem;top:1rem}.social-media-gallery__nav{position:fixed;top:50vw}.social-media-gallery__nav--prev{left:.8rem}.social-media-gallery__nav--next{right:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-social-media-gallery.css.map */
