/* Shopify image sizing fix */
.pic{position:relative;overflow:hidden;aspect-ratio:1/1;height:auto}
.pic img{position:absolute;inset:6%;width:88%!important;height:88%!important;max-width:none;object-fit:contain}
.cat .ic img{width:90%;height:90%;object-fit:contain}
.bt img{max-width:100%}
.bt-big .bimg{height:auto}
