.bastion-social-gallery{display:block;padding-block:var(--bsg-padding-top) var(--bsg-padding-bottom);background:rgb(var(--background));color:rgb(var(--text-color));overflow:hidden}.bastion-social-gallery__inner{width:min(100%,var(--container-max-width, 1600px));margin-inline:auto;padding-inline:max(var(--container-gutter),1rem)}.bastion-social-gallery--full .bastion-social-gallery__inner{width:100%;max-width:none}.bastion-social-gallery__header{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:clamp(1.5rem,4vw,3rem)}.bastion-social-gallery__header--center{align-items:center;flex-direction:column;text-align:center}.bastion-social-gallery__header--right{text-align:right}.bastion-social-gallery__heading{margin:0;font-family:var(--heading-font-family);font-size:var(--bsg-heading-size-mobile);font-weight:var(--heading-font-weight);line-height:1;letter-spacing:-.025em;text-transform:var(--bsg-heading-text-transform)}.bastion-social-gallery__account{display:inline-flex;align-items:center;gap:.65rem;margin-top:.75rem;color:inherit;font-size:var(--bsg-username-size-mobile);line-height:1.2;text-decoration:none;text-transform:var(--bsg-username-text-transform)}.bastion-social-gallery__instagram-icon{display:inline-flex;width:var(--bsg-instagram-icon-size);height:var(--bsg-instagram-icon-size);flex:none}.bastion-social-gallery__instagram-icon svg{display:block;width:100%;height:100%}.bastion-social-gallery__avatar,.bastion-social-gallery__avatar img{width:2.5rem;height:2.5rem;border-radius:50%}.bastion-social-gallery__avatar img{display:block;object-fit:cover}.bastion-social-gallery__gallery-shell{position:relative}.bastion-social-gallery__track{gap:var(--bsg-gap)}.bastion-social-gallery__track--grid{display:grid;grid-template-columns:repeat(var(--bsg-columns-mobile),minmax(0,1fr))}.bastion-social-gallery__track--carousel{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--bsg-gap) * (var(--bsg-columns-mobile) - 1))) / var(--bsg-columns-mobile));overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-width:none}.bastion-social-gallery__track--carousel::-webkit-scrollbar{display:none}.bastion-social-gallery__card{min-width:0;scroll-snap-align:start}.bastion-social-gallery__media-wrap{position:relative;overflow:hidden;border-radius:var(--bsg-radius);background:rgb(var(--text-color) / .06)}.bastion-social-gallery__media-button{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-decoration:none}.bastion-social-gallery__media,.bastion-social-gallery__empty-media{display:block;width:100%;aspect-ratio:var(--bsg-media-ratio);object-fit:cover;transition:transform .35s ease}.bastion-social-gallery__media-button:hover .bastion-social-gallery__media{transform:scale(1.025)}.bastion-social-gallery__empty-media{display:grid;place-items:center;font-family:var(--heading-font-family);text-transform:uppercase;background:rgb(var(--text-color) / .06)}.bastion-social-gallery__placeholder{padding:20%;fill:rgb(var(--text-color) / .25)}.bastion-social-gallery__media-badge{position:absolute;top:.75rem;right:.75rem;display:grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:50%;color:#fff;background:#0000009e;pointer-events:none}.bastion-social-gallery__media-badge svg{width:1.15rem}.bastion-social-gallery__caption{display:-webkit-box;margin:.8rem 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:var(--bsg-caption-lines);color:rgb(var(--text-color) / .72)}.bastion-social-gallery__product{display:flex;align-items:center;gap:.7rem;min-height:3rem;margin-top:.75rem;padding:.4rem .65rem .4rem .4rem;border:1px solid rgb(var(--text-color) / .14);border-radius:min(var(--bsg-radius),10px);color:inherit;text-decoration:none}.bastion-social-gallery__product span:first-of-type{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bastion-social-gallery__product svg{width:1rem;flex:none}.bastion-social-gallery__product-image{width:2.5rem;height:2.5rem;border-radius:6px;object-fit:cover}.bastion-social-gallery__arrow{position:absolute;z-index:2;top:50%;display:grid;place-items:center;width:3rem;height:3rem;padding:0;border:1px solid rgb(var(--text-color) / .12);border-radius:50%;background:rgb(var(--background));color:rgb(var(--text-color));box-shadow:0 .4rem 1.4rem #0000001f;transform:translateY(-50%);cursor:pointer}.bastion-social-gallery__arrow svg{width:1.25rem}.bastion-social-gallery__arrow--previous{left:.75rem}.bastion-social-gallery__arrow--next{right:.75rem}.bastion-social-gallery__setup{padding:2rem;border:1px dashed rgb(var(--text-color) / .25);border-radius:var(--bsg-radius);text-align:center;color:rgb(var(--text-color) / .7)}.bastion-social-gallery__dialog{width:min(94vw,68rem);max-height:92vh;padding:0;border:0;border-radius:max(var(--bsg-radius),8px);background:rgb(var(--background));color:rgb(var(--text-color));overflow:visible}.bastion-social-gallery__dialog::backdrop{background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bastion-social-gallery__dialog-close{position:absolute;z-index:2;top:.75rem;right:.75rem;display:grid;place-items:center;width:2.75rem;height:2.75rem;padding:0;border:0;border-radius:50%;background:#000000a3;color:#fff;cursor:pointer}.bastion-social-gallery__dialog-close svg{width:1.25rem}.bastion-social-gallery__dialog-grid{display:grid;max-height:92vh;overflow:auto}.bastion-social-gallery__dialog-media{display:grid;min-height:18rem;place-items:center;background:#050505}.bastion-social-gallery__dialog-media img,.bastion-social-gallery__dialog-video{display:block;width:100%;max-height:70vh;object-fit:contain}.bastion-social-gallery__dialog-content{display:grid;align-content:start;gap:1.25rem;padding:clamp(1.25rem,4vw,2.5rem)}.bastion-social-gallery__dialog-caption{margin:0;white-space:pre-line}.bastion-social-gallery__dialog-product{color:inherit;font-weight:600}.bastion-social-gallery__dialog-instagram{justify-self:start}@media screen and (min-width:700px){.bastion-social-gallery__heading{font-size:var(--bsg-heading-size-desktop)}.bastion-social-gallery__account{font-size:var(--bsg-username-size-desktop)}.bastion-social-gallery__track--grid{grid-template-columns:repeat(var(--bsg-columns-desktop),minmax(0,1fr))}.bastion-social-gallery__track--carousel{grid-auto-columns:calc((100% - (var(--bsg-gap) * (var(--bsg-columns-desktop) - 1))) / var(--bsg-columns-desktop))}.bastion-social-gallery__dialog-grid{grid-template-columns:minmax(0,1.6fr) minmax(18rem,.8fr)}}@media screen and (max-width:699px){.bastion-social-gallery__header{align-items:flex-start;flex-direction:column}.bastion-social-gallery__header--center{align-items:center}.bastion-social-gallery__header--right{align-items:flex-end}.bastion-social-gallery__arrow{display:none}}@media(prefers-reduced-motion:reduce){.bastion-social-gallery__media{transition:none}}.footer__block.footer__block--app_promo{align-self:flex-start;grid-column:1 / -1;width:100%;max-width:min(var(--footer-app-block-width),100%)}.footer-app-promo{display:grid;gap:var(--footer-app-content-gap)}.footer-app-promo__content{max-width:42rem}.footer-app-promo__badges{display:flex;gap:var(--footer-app-badge-gap);align-items:center;margin-block-start:.25rem}.footer-app-promo__badges--row{flex-wrap:nowrap}.footer-app-promo__badges--row>*{flex:1 1 0;min-width:0;max-width:var(--footer-app-badge-width)}.footer-app-promo__badges--row .footer-app-promo__badge{width:100%}.footer-app-promo__badges--column{flex-direction:column;align-items:flex-start}.footer-app-promo__badges--column>*{width:min(var(--footer-app-badge-width),100%)}.footer-app-promo--center .footer-app-promo__badges--column{align-items:center}.footer-app-promo--right .footer-app-promo__badges--column{align-items:flex-end}.footer-app-promo__badge-link{display:inline-flex;border-radius:.5rem;transition:opacity .18s ease,transform .18s ease}.footer-app-promo__badge{display:block;width:min(var(--footer-app-badge-width),100%);height:auto}.footer-app-promo--center{justify-items:center;text-align:center}.footer-app-promo--center .footer-app-promo__badges{justify-content:center}.footer-app-promo--right{justify-items:end;text-align:right}.footer-app-promo--right .footer-app-promo__badges{justify-content:flex-end}@media(hover:hover){.footer-app-promo__badge-link:hover{opacity:.86;transform:translateY(-2px)}}
/*# sourceMappingURL=/cdn/shop/t/138/compiled_assets/styles.css.map?subset=AAACAEA */
