.pc-gallery{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.pc-gallery__figure{margin:0;flex:0 1 calc((100% - (var(--pc-gallery-cols-desktop,4) - 1)*16px)/var(--pc-gallery-cols-desktop,4));max-width:calc((100% - (var(--pc-gallery-cols-desktop,4) - 1)*16px)/var(--pc-gallery-cols-desktop,4))}.pc-gallery__item{position:relative;display:block;overflow:hidden}.pc-gallery__item img{display:block;width:100%;height:auto;transition:transform .25s ease}.pc-gallery__item:hover img{transform:scale(1.03)}.pc-gallery__caption{text-align:center;margin-top:8px;font-family:var(--pc-gallery-caption-font,inherit);font-size:var(--pc-gallery-caption-size,14px);line-height:1.35;color:var(--pc-gallery-caption-color,#333)}.pc-gallery__overlay{position:absolute;inset:0;display:flex!important;align-items:center;justify-content:center;background:var(--pc-gallery-overlay-color,rgba(0,0,0,.45));opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;pointer-events:none;z-index:2}.pc-gallery__item:hover .pc-gallery__overlay,.pc-gallery__item:focus .pc-gallery__overlay{opacity:1;visibility:visible}.pc-gallery__zoom-icon{position:relative;width:34px;height:34px;border:3px solid var(--pc-gallery-icon-color,#fff);border-radius:50%;display:block;box-sizing:border-box}.pc-gallery__zoom-icon:after{content:"";position:absolute;width:15px;height:3px;background:var(--pc-gallery-icon-color,#fff);right:-11px;bottom:1px;transform:rotate(45deg);border-radius:3px}@media(max-width:991px){.pc-gallery__figure{flex-basis:calc((100% - (var(--pc-gallery-cols-tablet,3) - 1)*16px)/var(--pc-gallery-cols-tablet,3));max-width:calc((100% - (var(--pc-gallery-cols-tablet,3) - 1)*16px)/var(--pc-gallery-cols-tablet,3))}}@media(max-width:575px){.pc-gallery{gap:10px}.pc-gallery__figure{flex-basis:calc((100% - (var(--pc-gallery-cols-mobile,2) - 1)*10px)/var(--pc-gallery-cols-mobile,2));max-width:calc((100% - (var(--pc-gallery-cols-mobile,2) - 1)*10px)/var(--pc-gallery-cols-mobile,2))}}
