.custom-gallery{margin-bottom:var(--shop-page-padding,16px)}.custom-gallery-title{color:var(--shop-page-color-text,#ffffffd9);margin:0 0 16px;font-size:20px;font-weight:600}.custom-gallery-grid{display:grid}.custom-gallery-item{border-radius:var(--shop-page-border-radius,6px);background:var(--shop-page-color-bg-elevated,#262626);position:relative;overflow:hidden}.custom-gallery-image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.custom-gallery-item:hover .custom-gallery-image{transform:scale(1.05)}.custom-gallery-overlay{background:var(--shop-page-color-overlay,#00000080);opacity:0;color:#fff;justify-content:center;align-items:center;font-size:24px;transition:opacity .2s;display:flex;position:absolute;inset:0}.custom-gallery-item:hover .custom-gallery-overlay{opacity:1}.custom-gallery-caption{background:linear-gradient(transparent,var(--shop-page-color-overlay-heavy,#000000b3));color:#fff;padding:8px 12px;font-size:13px;position:absolute;bottom:0;left:0;right:0}.custom-gallery-lightbox{z-index:1000;background:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.custom-gallery-lightbox-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.custom-gallery-lightbox-close:hover{background:#fff3}.custom-gallery-lightbox-arrow{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.custom-gallery-lightbox-arrow:hover{background:#fff3}.custom-gallery-lightbox-arrow.prev{left:20px}.custom-gallery-lightbox-arrow.next{right:20px}.custom-gallery-lightbox-content{flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;display:flex}.custom-gallery-lightbox-content img{object-fit:contain;max-width:100%;max-height:80vh}.custom-gallery-lightbox-caption{color:#ffffffe6;margin-top:16px;font-size:14px}.custom-gallery-lightbox-counter{color:#ffffffb3;font-size:14px;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (max-width:480px){.custom-gallery-grid{grid-template-columns:repeat(2,1fr)!important}}
