.desktop-product-gallery{width:30vw;min-height:30vw;position:relative;gap:1vw}figure.dpg-product-main-photo{width:30vw;height:30vw;position:relative;cursor:pointer;overflow:hidden;border-radius:2vw}figure.dpg-product-main-photo img{width:100%;height:100%;object-fit:cover;border-radius:2vw}figure.dpg-product-main-photo img.image-empty{width:50%;height:50%}ul.dpg-photos-preview{width:100%;height:5.5vw;position:relative;display:grid;grid-template-columns:repeat(5,5.6vw);grid-gap:.5vw;cursor:pointer}ul.dpg-photos-preview li{padding:.25vw;width:100%;height:100%;border-radius:1.25vw;position:relative;border:.1vw solid rgba(189,196,222,.3);overflow:hidden}ul.dpg-photos-preview li>img{width:100%;height:100%;position:relative;z-index:1;border-radius:.8vw}ul.dpg-photos-preview li span.dpg-glass-layer{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border-radius:1.25vw}ul.dpg-photos-preview li span.dpg-glass-layer img{width:1.5vw}ul.dpg-photos-preview li:nth-child(2) span.dpg-glass-layer,ul.dpg-photos-preview li:nth-child(3) span.dpg-glass-layer,ul.dpg-photos-preview li:nth-child(4) span.dpg-glass-layer{display:none!important}ul.dpg-photos-preview li span.dpg-glass-layer i{color:var(--primary-blue-50);font-size:1.1vw}ul.dpg-photos-preview li:first-child span.dpg-glass-layer i,ul.dpg-photos-preview li:last-child span.dpg-glass-layer img{display:none}@media screen and (max-width:1024px){.desktop-product-gallery{display:none}}