.slbs-damimage{position:relative}
.slbs-damimage__zoom-wrap{cursor:zoom-in;display:inline-block}
.slbs-damimage__zoom-wrap img{display:block;width:100%;height:auto}
.slbs-damimage__lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999;padding:2rem}
.slbs-damimage__lightbox--black{background:rgba(0,0,0,0.9)}
.slbs-damimage__lightbox--white{background:rgba(255,255,255,0.95)}
.slbs-damimage__lightbox.is-active{display:flex}
.slbs-damimage__lightbox-content{max-width:90vw;max-height:90vh}
.slbs-damimage__lightbox-content img{width:auto;max-width:100%;max-height:90vh;object-fit:contain}
.slbs-damimage__lightbox-close{position:absolute;top:1rem;right:1.5rem;background:0;border:0;font-size:2rem;cursor:pointer;color:#fff}
.slbs-damimage__lightbox--white .slbs-damimage__lightbox-close{color:#000}
.slbs-damimage{display:flex;align-items:center;justify-content:center;width:100%}
.slbs-damimage-left{display:flex;align-items:center;width:100%}
.slbs-damimage[data-crop] img,.slbs-damimage-left[data-crop] img{object-fit:cover}
.slbs-damimage[data-crop="crop-small"] img,.slbs-damimage-left[data-crop="crop-small"] img{width:25%;max-width:320px}
.slbs-damimage[data-crop="crop-medium"] img,.slbs-damimage-left[data-crop="crop-medium"] img{width:50%;max-width:640px}
.slbs-damimage[data-crop="crop-large"] img,.slbs-damimage-left[data-crop="crop-large"] img{width:75%;max-width:960px}
.slbs-damimage[data-crop="crop-extra-large"] img,.slbs-damimage-left[data-crop="crop-extra-large"] img{width:100%}
.slbs-damimage[data-crop="crop-auto"] img,.slbs-damimage-left[data-crop="crop-auto"] img{width:auto;max-width:100%;height:auto;object-fit:contain}