/* SSK Store V4.1.124 — Desktop product image alignment
 * Desktop-only, additive override. Keeps existing grid/card/mobile structure intact.
 */
@media (min-width: 1101px){
  /* Homepage category product cards */
  body.ssk-premium-v40 .ssk-home-category-products .ssk-product-image{
    position:relative!important;
    width:100%!important;
    aspect-ratio:1/1!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#f8f8f9!important;
  }
  body.ssk-premium-v40 .ssk-home-category-products .ssk-product-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:0 auto!important;
    padding:10px!important;
    object-fit:contain!important;
    object-position:center center!important;
  }

  /* Homepage all-products cards */
  body.ssk-premium-v40 #ssk-home-all-products .ssk-home-product-image{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:1/1!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#f7f7f8!important;
  }
  body.ssk-premium-v40 #ssk-home-all-products .ssk-home-product-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    margin:0 auto!important;
    padding:10px!important;
    object-fit:contain!important;
    object-position:center center!important;
  }

  /* WooCommerce shop/category product cards */
  body.ssk-premium-v40 .ssk-woo-card .woocommerce-loop-product__link{
    display:block!important;
  }
  body.ssk-premium-v40 .ssk-woo-card .woocommerce-loop-product__link > img,
  body.ssk-premium-v40 .ssk-woo-card img.attachment-woocommerce_thumbnail,
  body.ssk-premium-v40 .ssk-woo-card img.wp-post-image{
    display:block!important;
    width:100%!important;
    height:auto!important;
    aspect-ratio:1/1!important;
    max-width:100%!important;
    margin:0!important;
    padding:10px!important;
    object-fit:contain!important;
    object-position:center center!important;
    background:#f7f7f8!important;
  }
}
