@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap";.gallery-section{--gallery-side-padding: 5%;background:var(--gallery-cream, #F5EFE8);padding:60px var(--gallery-side-padding);color:var(--gallery-maroon-dark, #5B1A1A);font-family:inherit}.gallery-header{display:flex;align-items:center;gap:40px;margin-bottom:60px;flex-wrap:wrap}.gallery-header__text{position:relative;flex:1 1 320px;padding-left:24px}.gallery-header__flower{position:absolute;left:-36px;top:4px;color:#7b252538;z-index:0;pointer-events:none}.gallery-header__title{position:relative;font-size:clamp(32px,5vw,48px);letter-spacing:6px;color:var(--gallery-maroon, #7B2525);margin:0 0 10px;text-transform:uppercase}.gallery-header__accent{position:relative;color:var(--gallery-maroon, #7B2525);font-size:16px;margin-bottom:14px;opacity:.8}.gallery-header__tagline{position:relative;font-style:italic;font-weight:600;color:var(--gallery-maroon, #7B2525);font-size:19px;margin:0 0 14px}.gallery-header__subheading{position:relative;font-size:15px;line-height:1.6;max-width:420px;opacity:.85}.gallery-header__image-wrap{position:relative;flex:1 1 380px}.gallery-header__image{position:relative;border-radius:12px;overflow:hidden}.gallery-header__image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#140a0ab3,#140a0a00 45%);pointer-events:none}.gallery-header__image img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.gallery-polaroid-row{position:absolute;top:16px;left:0;right:0;display:flex;justify-content:center;gap:12px;z-index:2;pointer-events:none}.gallery-polaroid-row:before{content:"";position:absolute;top:6px;left:6%;right:6%;height:1px;background:#ffffff8c}.gallery-polaroid{position:relative;background:#fff;padding:4px 4px 10px;width:62px;border-radius:2px;box-shadow:0 4px 10px #0000004d}.gallery-polaroid img,.gallery-polaroid svg{width:100%;height:78px;object-fit:cover;display:block}.gallery-polaroid__pin{position:absolute;top:-4px;left:50%;transform:translate(-50%);width:7px;height:7px;border-radius:50%;background:var(--gallery-maroon, #7B2525)}.gallery-polaroid:nth-child(odd){transform:rotate(-6deg)}.gallery-polaroid:nth-child(2n){transform:rotate(5deg)}.gallery-polaroid:nth-child(3n){transform:rotate(-3deg)}@media(max-width:700px){.gallery-header__flower{display:none}.gallery-header__text{padding-left:0}.gallery-polaroid{width:42px}.gallery-polaroid img,.gallery-polaroid svg{height:52px}}.gallery-block{margin-bottom:56px}.gallery-block__title{text-align:center;font-size:clamp(20px,3vw,26px);letter-spacing:3px;color:var(--gallery-maroon, #7B2525);text-transform:uppercase;margin:0 0 28px;position:relative}.gallery-block__title--left{text-align:left}.gallery-block__title:after{content:"";display:block;width:40px;height:2px;background:var(--gallery-maroon, #7B2525);margin:10px auto 0}.gallery-block__title--left:after{margin:10px 0 0}.gallery-row{display:grid;grid-template-columns:1fr 1fr;gap:40px}.gallery-block--half{margin-bottom:0}@media(max-width:900px){.gallery-row{grid-template-columns:1fr}}.gallery-slider{position:relative;display:flex;align-items:center;gap:12px}.gallery-slider__viewport{flex:1;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.gallery-slider__viewport::-webkit-scrollbar{display:none}.gallery-slider:not(.gallery-slider--arrows) .gallery-slider__viewport,.gallery-slider:not(.gallery-slider--arrows){overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.gallery-slider:not(.gallery-slider--arrows)::-webkit-scrollbar{display:none}.gallery-track{display:flex;gap:20px}.gallery-track--small{gap:14px}.gallery-card{flex:0 0 auto;scroll-snap-align:start}.gallery-card--highlight,.gallery-card--customer{width:220px}.gallery-card--video{width:150px}.gallery-card--moment{width:130px}.gallery-card__media{position:relative;border-radius:8px;overflow:hidden;aspect-ratio:4/5;background:#eee2d8;display:flex;align-items:center;justify-content:center}.gallery-card--moment .gallery-card__media,.gallery-card--video .gallery-card__media{aspect-ratio:3/4}.gallery-media{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.gallery-card__label{text-align:center;margin-top:10px;font-size:14px;font-weight:600;color:var(--gallery-maroon, #7B2525)}.gallery-card__label--small{font-size:12px;margin-top:6px}[data-lightbox-trigger]{cursor:pointer}.gallery-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;background:#00000073;border:none;display:flex;align-items:center;justify-content:center;pointer-events:none}.gallery-video-duration{position:absolute;bottom:8px;left:8px;background:#0009;color:#fff;font-size:11px;padding:2px 6px;border-radius:4px}.gallery-arrow{flex:0 0 auto;width:42px;height:42px;border-radius:50%;border:1px solid var(--gallery-maroon, #7B2525);background:transparent;color:var(--gallery-maroon, #7B2525);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease}.gallery-arrow:hover{background:var(--gallery-maroon, #7B2525);color:#fff}.gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:20px}.gallery-dot{width:8px;height:8px;border-radius:50%;border:none;background:#7b25254d;cursor:pointer;padding:0}.gallery-dot.is-active{background:var(--gallery-maroon, #7B2525)}@media(max-width:600px){.gallery-card--highlight,.gallery-card--customer{width:170px}.gallery-card--video{width:120px}.gallery-card--moment{width:100px}}.gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#140a0aeb;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:9999;overflow:hidden}.gallery-lightbox.is-open{opacity:1;visibility:visible}.gallery-lightbox__stage{position:relative;width:90vw;height:85vh;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center;cursor:grab;-webkit-user-select:none;user-select:none}.gallery-lightbox__stage:active{cursor:grabbing}.gallery-lightbox__stage img,.gallery-lightbox__stage video,.gallery-lightbox-media{width:auto!important;height:auto!important;max-width:90vw!important;max-height:85vh!important;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080;display:block;outline:none}.gallery-lightbox__close{position:absolute;top:24px;right:24px;width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(255,255,255,.6);background:#0000004d;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:2}.gallery-lightbox__close:hover{background:#fff;color:#1a1a1a}.gallery-lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1.5px solid rgba(255,255,255,.6);background:#0000004d;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:2}.gallery-lightbox__arrow:hover{background:#fff;color:#1a1a1a}.gallery-lightbox__arrow svg{width:20px;height:20px}.gallery-lightbox__arrow--prev{left:24px}.gallery-lightbox__arrow--next{right:24px}@media screen and (max-width:749px){.gallery-lightbox__close{top:12px;right:12px;width:38px;height:38px}.gallery-lightbox__arrow{width:42px;height:42px}.gallery-lightbox__arrow--prev{left:8px}.gallery-lightbox__arrow--next{right:8px}}.gallery-instagram-cta{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;margin:50px calc(-1 * var(--gallery-side-padding)) -60px;padding:40px var(--gallery-side-padding);background:var(--gallery-instagram-bg, #4A1414);color:#f5efe8;overflow:hidden;flex-wrap:wrap}.gallery-instagram-cta__flower{position:absolute;top:50%;transform:translateY(-50%);color:#ffffff1f;pointer-events:none;z-index:0}.gallery-instagram-cta__flower--left{left:10px}.gallery-instagram-cta__flower--right{right:10px;transform:translateY(-50%) scaleX(-1)}.gallery-instagram-cta__col{position:relative;z-index:1;flex:1 1 260px}.gallery-instagram-cta__col--follow{flex:0 1 220px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.gallery-instagram-cta__col--message{flex:1 1 260px;text-align:right}.gallery-instagram-cta__heading{font-size:16px;letter-spacing:1px;font-weight:700;margin:0 0 10px;color:#f5efe8;display:flex;align-items:center;gap:8px}.gallery-instagram-cta__star{font-size:13px;opacity:.8}.gallery-instagram-cta__desc{font-size:13px;line-height:1.6;opacity:.85;margin:0;max-width:320px}.gallery-instagram-cta__icon{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;color:#f5efe8}.gallery-instagram-cta__script{font-family:Dancing Script,cursive;font-size:26px;margin:4px 0;color:#f5efe8}.gallery-instagram-cta__handle{display:inline-flex;align-items:center;gap:8px;background:#f5efe8;color:var(--gallery-maroon-dark, #4A1414);font-weight:600;font-size:13px;padding:8px 18px;border-radius:999px;text-decoration:none}.gallery-instagram-cta__heart{color:#ffffff80;margin-bottom:8px}.gallery-instagram-cta__msg{font-size:13px;line-height:1.6;opacity:.9;max-width:300px;margin:0 0 0 auto}@media(max-width:900px){.gallery-instagram-cta{justify-content:center;text-align:center}.gallery-instagram-cta__col--message{text-align:center}.gallery-instagram-cta__msg{margin-left:0;margin-right:auto}.gallery-instagram-cta__flower{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-custom-gallery.css.map */
