.ba-gallery-section .ba-gallery{padding-top:var(--section-gap-top, 20px);padding-bottom:var(--section-gap-bottom, 20px)}.ba-gallery{width:100%;max-width:var(--page-width);margin:0 auto;padding-left:var(--page-gutter, 16px);padding-right:var(--page-gutter, 16px)}.ba-gallery .headline{margin-bottom:24px}.ba-gallery__main{position:relative;border-radius:var(--ba-gallery-border-radius, 16px);overflow:hidden}.ba-gallery__slide{position:absolute;top:0;left:0;width:100%;visibility:hidden;pointer-events:none;z-index:0}.ba-gallery__slide--active{position:relative;visibility:visible;pointer-events:auto;z-index:1}.ba-gallery__comparison{display:flex;width:100%;line-height:0;max-height:var(--ba-gallery-slider-max-height, 660px);aspect-ratio:var(--ba-gallery-slider-aspect-ratio, 4 / 3);overflow:hidden}.ba-gallery__comparison img-comparison-slider{width:100%;min-height:0;--divider-width: 0;--divider-color: #ffffff;--default-handle-color: #ffffff}.ba-gallery__comparison img-comparison-slider:focus,.ba-gallery__comparison img-comparison-slider *:focus-visible:focus,.ba-gallery__comparison img-comparison-slider:focus-visible,.ba-gallery__comparison img-comparison-slider *:focus-visible:focus-visible{--outline-color: transparent;outline:none}.ba-gallery__comparison img-comparison-slider [slot=first],.ba-gallery__comparison img-comparison-slider [slot=second]{height:100%}.ba-gallery__img{width:100%;height:auto;display:block;object-fit:cover}.ba-gallery__info{position:absolute;z-index:10;display:flex;flex-direction:column;gap:4px;pointer-events:none;max-width:var(--ba-gallery-info-max-width, 260px);border-radius:12px;padding:12px 14px}.ba-gallery__product-row{display:flex;align-items:center;gap:8px}.ba-gallery__product-row--desktop{margin-bottom:4px}.ba-gallery__info--frosted{background:#0003;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ba-gallery__info--gradient{background:linear-gradient(135deg,#00000059,#0000001a);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.ba-gallery__info--solid{background:#0000008c}.ba-gallery__info--none{background:none;padding:0;border-radius:0}.ba-gallery__info--none .ba-gallery__label,.ba-gallery__info--none .ba-gallery__description{text-shadow:var(--ba-info-shadow, 0 1px 6px rgba(0, 0, 0, .6), 0 0 2px rgba(0, 0, 0, .4))}.ba-gallery__info--bottom-left{bottom:20px;left:20px;align-items:flex-start}.ba-gallery__info--bottom-right{bottom:20px;right:20px;align-items:flex-end}.ba-gallery__info--top-left{top:20px;left:20px;align-items:flex-start}.ba-gallery__info--top-right{top:20px;right:20px;align-items:flex-end}.ba-gallery__product-link{display:block;width:70px;height:70px;border-radius:10px;overflow:hidden;flex-shrink:0;margin-bottom:0;pointer-events:auto;transition:transform .2s ease}.ba-gallery__product-link:hover{transform:scale(1.05)}.ba-gallery__product-img{width:100%;height:100%;object-fit:cover;display:block}.ba-gallery__label{display:block;color:var(--ba-info-text-color, var(--ba-gallery-label-color, #ffffff));font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase;line-height:1.4;text-shadow:var(--ba-info-shadow, none)}.ba-gallery__description{display:block;color:var(--ba-info-text-color, var(--ba-gallery-label-color, #ffffff));font-size:11px;font-weight:500;letter-spacing:.8px;text-transform:uppercase;line-height:1.4;margin-top:2px;text-shadow:var(--ba-info-shadow, none)}.ba-gallery__handle{position:relative;display:flex;justify-content:center;align-items:center;gap:12px;background-color:transparent;border:2px solid #ffffff;border-radius:50%;width:66px;height:66px;box-shadow:none;cursor:grab}.ba-gallery__handle:active{cursor:grabbing}.ba-gallery__handle:before{content:"";position:absolute;bottom:calc(100% + 1px);left:50%;transform:translate(-50%);width:2px;height:calc(50vh - 33px);background-color:#fff}.ba-gallery__handle:after{content:"";position:absolute;top:calc(100% + 1px);left:50%;transform:translate(-50%);width:2px;height:calc(50vh - 33px);background-color:#fff}.ba-gallery__handle .ba-gallery__handle-arrow{width:10px;height:20px}.ba-gallery__thumbs-wrapper{display:flex;gap:12px;margin-top:20px;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:safe center}.ba-gallery__info-mobile-wrapper{display:none}.ba-gallery__thumbs-wrapper::-webkit-scrollbar{display:none}.ba-gallery__thumbs-wrapper:before,.ba-gallery__thumbs-wrapper:after{content:"";flex-shrink:0}.ba-gallery__thumb{cursor:pointer;border-radius:8px;overflow:hidden;border:2px solid transparent;transition:border-color .2s ease,opacity .2s ease;opacity:.7;width:140px;height:80px;flex-shrink:0}.ba-gallery__thumb--active{border-color:#fff;opacity:1}.ba-gallery__thumb:hover{opacity:1}.ba-gallery__thumb-pair{display:flex;width:100%;height:100%}.ba-gallery__thumb-half{width:50%;height:100%;overflow:hidden}.ba-gallery__thumb-half img,.ba-gallery__thumb-half svg{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 749px){.ba-gallery__info{display:none}.ba-gallery__info-mobile-wrapper{display:block;margin-top:16px}.ba-gallery__info-mobile{display:none;flex-direction:row;align-items:flex-start;gap:10px;background-color:var(--ba-mobile-info-bg, #f5f5f0);border-radius:10px;padding:10px 12px;max-width:100%;pointer-events:auto}.ba-gallery__info-mobile--active{display:flex}.ba-gallery__product-link-mobile{display:block;width:50px;height:50px;border-radius:8px;overflow:hidden;flex-shrink:0;transition:transform .2s ease}.ba-gallery__product-row--mobile{flex-shrink:0}.ba-gallery__product-link-mobile:hover{transform:scale(1.05)}.ba-gallery__product-img-mobile{width:100%;height:100%;object-fit:cover;display:block}.ba-gallery__info-mobile-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ba-gallery__label-mobile,.ba-gallery__description-mobile{display:block}.ba-gallery__label-mobile{color:#000000d9;font-size:9px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;line-height:1.4}.ba-gallery__description-mobile{color:#000000b3;font-size:9px;font-weight:500;letter-spacing:.5px;text-transform:uppercase;line-height:1.4;margin-top:2px}.ba-gallery__handle{width:50px;height:50px}.ba-gallery__handle:before,.ba-gallery__handle:after{height:calc(50vh - 25px)}.ba-gallery__handle .ba-gallery__handle-arrow{width:8px;height:16px}.ba-gallery__thumb{width:100px;height:58px}.ba-gallery__thumbs-wrapper{gap:8px;margin-top:12px}}@media (min-width: 900px){.ba-gallery .headline{margin-bottom:32px}.ba-gallery__product-link{width:80px;height:80px;margin-bottom:0}.ba-gallery__product-row--desktop{gap:10px;margin-bottom:10px}.ba-gallery__label,.ba-gallery__description{font-size:12px}.ba-gallery__info--bottom-left,.ba-gallery__info--bottom-right{bottom:28px}.ba-gallery__info--top-left,.ba-gallery__info--top-right{top:28px}.ba-gallery__info--bottom-left,.ba-gallery__info--top-left{left:28px}.ba-gallery__info--bottom-right,.ba-gallery__info--top-right{right:28px}.ba-gallery__thumb{width:160px;height:92px}.ba-gallery__thumbs-wrapper{gap:16px;margin-top:24px}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-before-after-gallery.css.map */
