/* MAFIVO gallery source fix */
.product-page{padding:44px 0 70px}
.product-layout{display:grid;grid-template-columns:460px minmax(0,1fr);gap:64px;align-items:start}
.product-gallery{width:460px!important;height:460px!important;min-height:0!important;max-height:460px!important;aspect-ratio:1/1!important;background:#fff!important;border:1px solid #dedfd4!important;border-radius:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;padding:24px!important}
.product-gallery img{width:100%!important;height:100%!important;max-width:410px!important;max-height:410px!important;object-fit:contain!important;object-position:center!important}
.mafivo-gallery-wrap{width:460px!important;max-width:460px!important}
.mafivo-main-media{width:460px!important;height:460px!important;min-height:0!important;max-height:460px!important;aspect-ratio:1/1!important;background:#fff!important;border:1px solid #dedfd4!important;border-radius:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;padding:24px!important}
.mafivo-main-media img{width:100%!important;height:100%!important;max-width:410px!important;max-height:410px!important;object-fit:contain!important;object-position:center!important}
.mafivo-thumbs{display:flex!important;gap:10px!important;margin-top:12px!important;flex-wrap:wrap!important}
.mafivo-thumb{width:64px!important;height:64px!important;flex:0 0 64px!important;padding:5px!important;overflow:hidden!important;border:1px solid #dedfd4!important;border-radius:10px!important;background:#fff!important}
.mafivo-thumb img{width:100%!important;height:100%!important;object-fit:contain!important}
@media(max-width:900px){.product-layout{grid-template-columns:1fr!important;gap:30px!important}.product-gallery,.mafivo-gallery-wrap,.mafivo-main-media{width:min(86vw,380px)!important;height:min(86vw,380px)!important;max-width:380px!important;max-height:380px!important;margin-left:auto!important;margin-right:auto!important}.product-gallery img,.mafivo-main-media img{max-width:340px!important;max-height:340px!important}.mafivo-thumbs{justify-content:center!important}}
