.hero-gallery-wrapper{position:relative;width:100%;background-color:rgb(var(--color-background));color:rgba(var(--color-foreground),.75)}.hero-gallery-wrapper.slideshow-mode{overflow:hidden}.hero-gallery-wrapper.height-small{height:40vh;min-height:400px}.hero-gallery-wrapper.height-medium{height:60vh;min-height:500px}.hero-gallery-wrapper.height-large{height:80vh;min-height:600px}.hero-gallery-wrapper.height-fullscreen{height:100vh;min-height:100vh}.hero-gallery-wrapper.grid-mode{height:auto}.slideshow-mode{position:relative;display:block;width:100%;height:100%;touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none}.slideshow-mode .slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .3s;z-index:1}.slideshow-mode .slide.active{opacity:1;z-index:2}.slideshow-mode .slide img{width:100%;height:100%;object-fit:cover}.hero-gallery-wrapper.slideshow-mode.overlay-light:before,.hero-gallery-wrapper.slideshow-mode.overlay-dark:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;pointer-events:none}.hero-gallery-wrapper.slideshow-mode.overlay-light:before{background:rgba(255,255,255,var(--overlay-opacity))}.hero-gallery-wrapper.slideshow-mode.overlay-dark:before{background:rgba(0,0,0,var(--overlay-opacity))}.hero-gallery-wrapper.grid-mode{padding:40px 20px;position:relative;min-height:auto}.hero-gallery-wrapper.grid-mode.has-grid-background{background-size:cover;background-position:center;background-repeat:no-repeat}.hero-gallery-wrapper.grid-mode.overlay-light:before,.hero-gallery-wrapper.grid-mode.overlay-dark:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none}.hero-gallery-wrapper.grid-mode.overlay-light:before{background:rgba(255,255,255,var(--overlay-opacity))}.hero-gallery-wrapper.grid-mode.overlay-dark:before{background:rgba(0,0,0,var(--overlay-opacity))}.grid-inner{position:relative;z-index:2}.grid-mode .grid-inner{display:grid;gap:20px;max-width:1200px;margin:0 auto;padding:0 20px}.grid-mode.cols-2 .grid-inner{grid-template-columns:repeat(2,1fr)}.grid-mode.cols-3 .grid-inner{grid-template-columns:repeat(3,1fr)}.grid-mode.cols-4 .grid-inner{grid-template-columns:repeat(4,1fr)}.grid-mode.cols-5 .grid-inner{grid-template-columns:repeat(5,1fr)}.grid-mode .grid-item{aspect-ratio:1;width:100%;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 8px 30px #00000026;transition:all .4s cubic-bezier(.25,.46,.45,.94);z-index:3}.grid-mode .grid-item:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px #00000040}.grid-mode .grid-item img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.grid-mode .grid-item:hover img{transform:scale(1.1)}@media(max-width:768px){.grid-mode .grid-inner{gap:16px;padding:0 15px}.grid-mode.cols-3 .grid-inner,.grid-mode.cols-4 .grid-inner,.grid-mode.cols-5 .grid-inner{grid-template-columns:repeat(2,1fr)}.grid-mode .grid-item:hover{transform:translateY(-4px) scale(1.01)}}@media(max-width:480px){.grid-mode .grid-inner{grid-template-columns:1fr;gap:12px;padding:0 10px}.grid-mode .grid-item:hover{transform:translateY(-2px)}.grid-mode .grid-item:hover img{transform:scale(1.05)}}.gallery-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:12px;width:48px;height:48px;font-size:18px;color:#fff;cursor:pointer;z-index:20;outline:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 32px #0003}.gallery-btn:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-50%) scale(1.05);box-shadow:0 12px 40px #0000004d}.gallery-btn:active{transform:translateY(-50%) scale(.95)}.gallery-btn:focus{outline:none;border-color:#fff6}.gallery-btn.prev{left:20px}.gallery-btn.next{right:20px}.gallery-dots{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:20;background:#0003;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;padding:8px 12px;border:1px solid rgba(255,255,255,.1)}.gallery-dot{width:8px;height:8px;border-radius:50%;border:none;background:#fff6;cursor:pointer;outline:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.gallery-dot.active{background:#ffffffe6;transform:scale(1.2)}.gallery-dot:hover{background:#ffffffb3;transform:scale(1.1)}.gallery-dot:focus{outline:none}.hero-gallery-content{position:absolute;top:0;left:0;right:0;bottom:0;z-index:50;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center;pointer-events:none}.hero-gallery-content-inner{pointer-events:auto}.hero-gallery-content.position-top{justify-content:flex-start;padding-top:80px}.hero-gallery-content.position-bottom{justify-content:flex-end;padding-bottom:80px}.hero-gallery-content-inner{max-width:800px;margin:0 auto;animation:galleryFadeIn 1s ease-out;pointer-events:auto}.hero-gallery-content-inner--glass{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0003;padding:40px 48px}.hero-gallery-content-inner--glass-dark{background:#0006;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(0,0,0,.3);box-shadow:0 8px 32px #0006;padding:40px 48px}@keyframes galleryFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-gallery-wrapper.text-color-light .hero-gallery-eyebrow,.hero-gallery-wrapper.text-color-light .hero-gallery-heading,.hero-gallery-wrapper.text-color-light .hero-gallery-subheading{color:#fff!important}.hero-gallery-wrapper.text-color-dark .hero-gallery-eyebrow,.hero-gallery-wrapper.text-color-dark .hero-gallery-heading,.hero-gallery-wrapper.text-color-dark .hero-gallery-subheading{color:#1a1a1a!important}.hero-gallery-eyebrow{font-size:1.1rem;font-weight:500;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;color:#ffffffe6;animation:galleryFadeIn 1s ease-out .2s both}.hero-gallery-heading{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:24px;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.3);animation:galleryFadeIn 1s ease-out .4s both}.hero-gallery-subheading{font-size:1.6rem;line-height:1.5;margin-bottom:40px;color:#fffffff2;text-shadow:1px 1px 4px rgba(0,0,0,.3);animation:galleryFadeIn 1s ease-out .6s both}.hero-gallery-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:galleryFadeIn 1s ease-out .8s both}@media(max-width:1200px){.hero-gallery-heading{font-size:4.2rem}.hero-gallery-subheading{font-size:1.5rem}}@media(max-width:968px){.hero-gallery-heading{font-size:4.8rem}.hero-gallery-subheading{font-size:1.7rem}.hero-gallery-eyebrow{font-size:1.2rem}.hero-gallery-content{padding:40px 15px}}@media(max-width:768px){.hero-gallery-heading{font-size:5.2rem;margin-bottom:20px}.hero-gallery-subheading{font-size:1.8rem;margin-bottom:30px}.hero-gallery-eyebrow{font-size:1.3rem}.hero-gallery-buttons{flex-direction:column;align-items:center;gap:15px}.hero-gallery-content{padding:30px 15px}.hero-gallery-content-inner--glass,.hero-gallery-content-inner--glass-dark{padding:30px 32px}}@media(max-width:480px){.hero-gallery-heading{font-size:4rem}.hero-gallery-subheading{font-size:1.5rem}.hero-gallery-eyebrow{font-size:1.1rem}.hero-gallery-content-inner--glass,.hero-gallery-content-inner--glass-dark{padding:24px 28px;border-radius:16px}}@media(prefers-reduced-motion:reduce){.hero-gallery-content-inner,.hero-gallery-eyebrow,.hero-gallery-heading,.hero-gallery-subheading,.hero-gallery-buttons{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero-gallery-inline.css.map */
