.detail-product-gallery{position:relative;z-index:2;width:min(100%,610px)}.detail-product-gallery-main{display:grid;place-items:center;min-height:420px}.detail-product-gallery-image{display:none}.detail-product-gallery-image:first-child,.detail-product-gallery-image.is-active{display:block}.detail-product-gallery-thumbnails{display:flex;gap:10px;justify-content:center;margin-top:14px;overflow-x:auto;padding:2px}.detail-product-gallery-thumb{width:68px;height:54px;flex:0 0 auto;padding:0;border:1px solid rgba(7,141,204,.25);background:#fff;cursor:pointer}.detail-product-gallery-thumb.is-active{border-color:#078dcc;box-shadow:0 0 0 2px rgba(7,141,204,.18)}.detail-product-gallery-thumb img{width:100%;height:100%;object-fit:cover!important}@media(max-width:520px){.detail-product-gallery-main{min-height:250px}.detail-product-gallery-thumb{width:56px;height:46px}}