.pd-gallery{flex-direction:column;width:43.35%;display:flex}.pd-gallery__main{aspect-ratio:1;border:1px solid #eaeef4;border-radius:13px;justify-content:center;align-items:center;margin-bottom:18px;padding:40px;display:flex;overflow:hidden}.pd-gallery__main img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;animation:.45s pd-gallery-fade}@keyframes pd-gallery-fade{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.pd-gallery__thumbs{flex-wrap:wrap;justify-content:flex-start;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pd-gallery__thumb{cursor:pointer;aspect-ratio:1;background:#fff;border:1px solid #e8edf1;border-radius:11px;justify-content:center;align-items:center;width:calc(16.66% - 8.33333px);padding:6px;transition:border-color .2s;display:flex;overflow:hidden}.pd-gallery__thumb button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;margin:0;padding:0;display:flex}.pd-gallery__thumb img{object-fit:contain;max-width:100%;max-height:100%}.pd-gallery__thumb.is-active{border-color:#f04055}.pd-gallery__text{justify-content:space-between;padding-top:12px;display:flex}@media (max-width:992px){.pd-gallery{width:100%}}
