.woocommerce-cart table.cart .product-thumbnail{
    width:220px;
}

.sk-cart-preview-wrap{
    width:190px;
    height:170px;
    border-radius:22px;
    background:#f7faf8;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.sk-card-preview{
    position:relative;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.sk-card-shirt-img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:0;
}

.sk-card-logo-overlay{
    position:absolute;
    left:50%;
    top:50%;
    width:26%;
    max-height:24%;
    height:auto;
    object-fit:contain;
    transform:translate(-50%,-50%);
    z-index:2;
    pointer-events:none;
}

.sk-card-motif-overlay{
    position:absolute;
    left:50%;
    top:38%;
    width:34%;
    max-height:34%;
    height:auto;
    object-fit:contain;
    transform:translate(-50%,-50%);
    z-index:3;
    pointer-events:none;
}

.sk-card-preview-empty{
    color:#6c7a89;
    font-size:13px;
    font-weight:800;
}

.woocommerce-cart table.cart img{
    width:auto;
    max-width:none;
}

@media (max-width:768px){
    .woocommerce-cart table.cart .product-thumbnail{
        width:auto;
    }

    .sk-cart-preview-wrap{
        width:150px;
        height:140px;
    }
}
/* CORE 2.0 canonical preview consumer */
.sk-cart-canonical-preview{display:block;width:100%;height:auto;object-fit:contain;border-radius:14px;background:#f8fafc}
.sk-cart-preview-missing{display:flex;align-items:center;justify-content:center;min-height:160px;padding:16px;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc;color:#64748b;text-align:center;font-size:13px}

/* 2.0.12: scale the canonical composition as one image; never resize motif independently. */
.sk-cart-preview-wrap{padding:14px;box-sizing:border-box;background:#f7faf8}
.sk-cart-canonical-preview{width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;object-position:center!important;border-radius:12px}
.sk-cart-item-image .sk-cart-preview-wrap{padding:18px}
.sk-review-item-image .sk-cart-preview-wrap,.sk-thankyou-item-image .sk-cart-preview-wrap,.sk-order-success-item-image .sk-cart-preview-wrap{padding:9px}
