/* Special zoom adjustments for Gucci Emblem Shopper - FORCE CONTAIN */

/* Target all gucci emblem shopper images everywhere */
img[src*="IMG_5126"],
img[src*="IMG_6911"], 
img[src*="IMG_5360"],
img[alt*="Gucci Emblem"],
.product-card img[src*="IMG_5126"],
.bestseller-card img[src*="IMG_5126"],
.product-image img[src*="IMG_5126"] {
    object-fit: contain !important;
    object-position: center !important;
    padding: 10px !important;
    background: #ffffff !important;
}

/* For bestseller cards specifically */
.bestseller-card__image img[src*="IMG_5126"],
.bestseller-card__image img[src*="IMG_6911"],
.bestseller-card__image img[src*="IMG_5360"] {
    object-fit: contain !important;
    padding: 12px !important;
    width: 100% !important;
    height: 100% !important;
}
