.smk-product-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;margin-top:15px}.smk-gallery-item{border:0;padding:0;background:none;cursor:pointer;border-radius:6px;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease}.smk-gallery-item:hover,.smk-gallery-item:focus-visible{transform:translateY(-1px);box-shadow:0 6px 16px rgb(0 0 0 / .12);outline:none}.smk-gallery-thumb{width:100%;height:90px;object-fit:cover;display:block;border:2px solid #eee;border-radius:6px}.smk-single-product-gallery-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgb(17 24 39 / .82)}.smk-single-product-gallery-modal[hidden]{display:none}.smk-single-product-gallery-dialog{width:min(92vw, 980px);max-height:92vh;background:#fff;border-radius:12px;box-shadow:0 24px 60px rgb(0 0 0 / .25);position:relative;overflow:hidden}.smk-single-product-gallery-dialog .smk-modal-close{position:absolute;top:10px;right:10px;width:42px;height:42px;border:0;border-radius:999px;background:rgb(17 24 39 / .75);color:#fff;font-size:24px;cursor:pointer;z-index:2}.smk-single-product-gallery-dialog .smk-modal-close:hover,.smk-single-product-gallery-dialog .smk-modal-close:focus-visible{background:rgb(17 24 39 / .95);outline:none}.smk-single-product-gallery-stage{display:flex;align-items:center;justify-content:center;min-height:420px;background:#f5f5f5}.smk-single-product-gallery-stage img{display:block;max-width:100%;max-height:72vh;width:auto;height:auto;object-fit:contain}.smk-single-product-gallery-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 16px;background:#fff}.smk-single-product-gallery-nav button{border:0;background:#2c3e50;color:#fff;padding:9px 14px;border-radius:999px;cursor:pointer}.smk-single-product-gallery-nav button:hover,.smk-single-product-gallery-nav button:focus-visible{background:#1f2d3d;outline:none}.smk-single-product-gallery-caption{font-size:14px;color:#4b5563}@media (max-width:768px){.smk-single-product-gallery-dialog{width:min(96vw, 100%)}.smk-single-product-gallery-stage{min-height:300px}}