.nwsb-native-gallery{width:100%;max-width:1500px;margin:28px auto 48px;padding:0 16px;box-sizing:border-box}.nwsb-native-gallery__toolbar{display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto 14px}.nwsb-native-gallery__picker{display:flex;align-items:center;gap:10px;font-weight:700;color:#075f87}.nwsb-native-gallery__picker span{white-space:nowrap}.nwsb-native-gallery__picker select{width:220px;max-width:48vw;border:1px solid #b8cbd3;border-radius:999px;background:#fff;padding:10px 34px 10px 14px;font:inherit;color:#173e50}.nwsb-native-gallery__month-button{flex:0 0 42px;width:42px;height:42px;border:0;border-radius:50%;background:#075f87;color:#fff;font-size:30px;line-height:1;cursor:pointer}.nwsb-native-gallery__month-button:disabled{opacity:.28;cursor:default}.nwsb-native-gallery__title{text-align:center;margin:0 0 18px;color:#173e50;font-size:clamp(1.25rem,2vw,1.8rem)}.nwsb-native-gallery__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.nwsb-native-gallery__item{-webkit-appearance:none;appearance:none;position:relative;display:block;aspect-ratio:1/1;overflow:hidden;border:0;border-radius:8px;padding:0;background:#eef3f5;cursor:pointer;box-shadow:0 1px 3px #0000001f}.nwsb-native-gallery__item:focus-visible,.nwsb-native-gallery button:focus-visible,.nwsb-native-gallery select:focus-visible{outline:4px solid #ff6259;outline-offset:3px}.nwsb-native-gallery__item img{width:100%;height:100%;display:block;object-fit:contain;transition:transform .22s ease,filter .22s ease}.nwsb-native-gallery__item:hover img{transform:scale(1.018);filter:brightness(.92)}.nwsb-native-gallery__item:after{content:"View";position:absolute;inset:auto 12px 12px auto;padding:5px 10px;border-radius:999px;background:#000000ad;color:#fff;font-size:.75rem;font-weight:700;opacity:0;transform:translateY(4px);transition:.2s}.nwsb-native-gallery__item:hover:after,.nwsb-native-gallery__item:focus-visible:after{opacity:1;transform:none}.nwsb-gallery-modal-open{overflow:hidden}.nwsb-native-gallery__modal[hidden]{display:none}.nwsb-native-gallery__modal{position:fixed;z-index:2147483000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px}.nwsb-native-gallery__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a1116e0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.nwsb-native-gallery__dialog{position:relative;z-index:1;display:grid;grid-template-columns:52px minmax(280px,680px) 52px;align-items:center;width:min(900px,100%)}.nwsb-native-gallery__post{display:flex;flex-direction:column;max-height:calc(100vh - 80px);overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 18px 60px #00000061}.nwsb-native-gallery__post header{display:flex;align-items:center;gap:9px;padding:12px 15px;color:#151515}.nwsb-native-gallery__avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#ff6259,#075f87);color:#fff;font-size:.72rem;font-weight:800}.nwsb-native-gallery__verified{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#168fe5;color:#fff;font-size:.65rem}.nwsb-native-gallery__stage{--nwsb-gallery-stage-height: min(64vh, 760px);position:relative;display:grid;place-items:center;min-height:0;height:var(--nwsb-gallery-stage-height);background:#111;overflow:hidden}.nwsb-native-gallery__stage>img,.nwsb-native-gallery__stage>video{display:block;width:auto!important;height:auto!important;max-width:100%!important;max-height:var(--nwsb-gallery-stage-height)!important;margin:0!important;object-fit:contain!important;object-position:center center!important}.nwsb-native-gallery__stage>video[hidden],.nwsb-native-gallery__stage>img[hidden]{display:none!important}.nwsb-native-gallery__stage>video{background:#000}.nwsb-native-gallery__post footer{display:grid;gap:7px;max-height:190px;overflow:auto;padding:13px 16px;color:#151515}.nwsb-native-gallery__icons{font-size:1.45rem;letter-spacing:.04em}.nwsb-native-gallery__social-proof{margin:-2px 0 0;color:#202124;font-size:.88rem;font-weight:700;line-height:1.35}.nwsb-native-gallery__caption{margin:0;white-space:pre-wrap;font-size:.9rem;line-height:1.45}.nwsb-native-gallery__caption-author{margin-right:.28rem}.nwsb-native-gallery__counter{color:#6b7479;font-size:.82rem}.nwsb-native-gallery__close{position:absolute;right:45px;top:-44px;width:38px;height:38px;border:0;background:transparent;color:#fff;font-size:38px;cursor:pointer}.nwsb-native-gallery__post-nav{width:44px;height:44px;border:0;border-radius:50%;background:#fffffff0;color:#173e50;font-size:32px;cursor:pointer;box-shadow:0 2px 12px #00000040}.nwsb-native-gallery__post-nav--prev{justify-self:start}.nwsb-native-gallery__post-nav--next{justify-self:end}@media(max-width:900px){.nwsb-native-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media(max-width:600px){.nwsb-native-gallery{padding:0 10px}.nwsb-native-gallery__toolbar{gap:8px}.nwsb-native-gallery__picker{flex:1;min-width:0;justify-content:center}.nwsb-native-gallery__picker span{font-size:.75rem}.nwsb-native-gallery__picker select{width:100%;max-width:210px;min-width:0}.nwsb-native-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.nwsb-native-gallery__modal{padding:52px 10px 10px}.nwsb-native-gallery__dialog{display:block;width:100%}.nwsb-native-gallery__post{max-height:calc(100vh - 62px)}.nwsb-native-gallery__post-nav{position:absolute;z-index:2;top:42%}.nwsb-native-gallery__post-nav--prev{left:8px}.nwsb-native-gallery__post-nav--next{right:8px}.nwsb-native-gallery__close{right:0;top:-46px}.nwsb-native-gallery__stage{--nwsb-gallery-stage-height: 52vh;height:52vh}.nwsb-native-gallery__post footer{max-height:30vh}}@media(prefers-reduced-motion:reduce){.nwsb-native-gallery__item img,.nwsb-native-gallery__item:after{transition:none}}.nwsb-native-gallery__month-button,.nwsb-native-gallery__post-nav{display:grid;place-items:center;box-sizing:border-box;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:0;line-height:0;overflow:visible}.nwsb-native-gallery__nav-icon{display:block;width:100%;height:100%;overflow:visible;pointer-events:none}.nwsb-native-gallery__nav-disc{stroke-width:1}.nwsb-native-gallery__nav-chevron{fill:none;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.nwsb-native-gallery__month-button .nwsb-native-gallery__nav-disc{fill:#075f87;stroke:#075f87}.nwsb-native-gallery__month-button .nwsb-native-gallery__nav-chevron{stroke:#fff}.nwsb-native-gallery__post-nav .nwsb-native-gallery__nav-icon{filter:drop-shadow(0 2px 6px rgba(0,0,0,.25))}.nwsb-native-gallery__post-nav .nwsb-native-gallery__nav-disc{fill:#f8fafb;stroke:#d7e1e5}.nwsb-native-gallery__post-nav .nwsb-native-gallery__nav-chevron{stroke:#173e50}.nwsb-native-gallery__media-nav{position:absolute;z-index:3;top:50%;display:grid;place-items:center;box-sizing:border-box;width:38px;height:38px;padding:0;border:0;border-radius:0;background:transparent;transform:translateY(-50%);cursor:pointer}.nwsb-native-gallery__media-nav[hidden],.nwsb-native-gallery__media-counter[hidden]{display:none}.nwsb-native-gallery__media-nav:disabled{opacity:.32;cursor:default}.nwsb-native-gallery__media-nav--prev{left:12px}.nwsb-native-gallery__media-nav--next{right:12px}.nwsb-native-gallery__media-nav .nwsb-native-gallery__nav-icon{filter:drop-shadow(0 2px 7px rgba(0,0,0,.38))}.nwsb-native-gallery__media-nav .nwsb-native-gallery__nav-disc{fill:#f8fafbf2;stroke:#d7e1e5}.nwsb-native-gallery__media-nav .nwsb-native-gallery__nav-chevron{stroke:#173e50}.nwsb-native-gallery__media-counter{position:absolute;z-index:3;top:12px;right:12px;padding:5px 9px;border-radius:999px;background:#000000ad;color:#fff;font-size:.76rem;font-weight:700;line-height:1}.nwsb-native-gallery__toolbar{display:grid;grid-template-columns:42px minmax(0,220px) 42px;align-items:center;justify-content:center;column-gap:12px}.nwsb-native-gallery__picker{display:block;width:100%;height:42px;min-width:0;margin:0}.nwsb-native-gallery__picker select{display:block;box-sizing:border-box;width:100%;max-width:none;height:42px;margin:0;padding:0 40px 0 16px;line-height:40px}@media(max-width:600px){.nwsb-native-gallery__toolbar{grid-template-columns:42px minmax(0,210px) 42px;column-gap:8px}.nwsb-native-gallery__media-nav{width:34px;height:34px}.nwsb-native-gallery__media-nav--prev{left:7px}.nwsb-native-gallery__media-nav--next{right:7px}}.nwsb-native-gallery__author,.nwsb-native-gallery__caption-author{color:inherit;font-weight:700;text-decoration:none}.nwsb-native-gallery__author:hover,.nwsb-native-gallery__caption-author:hover{text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/46/assets/native-instagram-gallery-linked.css.map */
