.sd-product-image-wrap {
    min-height: 300px;
}

.sd-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sd-product-buy-sticky {
    top: 16px;
}

.sd-other-product-card {
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.sd-other-product-media {
    aspect-ratio: 4 / 3;
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.sd-other-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sd-other-product-empty {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-muted);
}
