.bts-product-meta {
    gap: 1px !important;
    margin-bottom: 1px !important;
}

.bts-product-card {
    padding: clamp(1px, 1vw, 12px) !important;
}

.bts-field {
    gap: 1px !important;
    margin-bottom: 1px !important;
}

.bts-product-actions {
    gap: 1px !important;
}

.bts-product-card .bts-product-image {
    height: 310px !important;
    flex: 0 0 310px !important;
}

.bts-product-card .bts-product-image img {
    width: 225px !important;
    max-width: 100% !important;
    height: 310px !important;
    max-height: 100% !important;
    margin: auto !important;
    object-fit: scale-down !important;
}