/* V1021 conversion-first product purchase hierarchy */
.v1021-purchase-actions{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:10px;align-items:stretch}
.v1021-purchase-actions>.v650-button{width:100%;justify-content:center;min-height:52px}
.v1021-purchase-note{grid-column:1/-1;margin:0;padding:10px 12px;border:1px solid rgba(74,176,228,.25);border-radius:12px;background:rgba(3,18,31,.58);color:#a9c4d5;font-size:.88rem;line-height:1.5}
.v1021-buy-now{box-shadow:0 12px 30px rgba(24,157,219,.2)}
.v650-buy-panel>.v650-buy-actions:not(.v1021-purchase-actions){margin-top:12px}
@media(max-width:720px){
 .v1021-purchase-actions{grid-template-columns:1fr}
 .v1021-purchase-note{grid-column:auto}
 .v1021-purchase-actions .v1021-buy-now{order:1}
 .v1021-purchase-actions [data-add-product]{order:2}
 .v1021-purchase-actions .v1021-purchase-note{order:3}
}
