.CheckoutEmbeddedFormGraphic__container{display:grid;place-items:center;width:500px;height:330px}.CheckoutEmbeddedFormGraphic__modal{display:flex;flex-direction:column;gap:12px;width:415px;padding:24px;background:var(--cardBackground);border-radius:var(--cardBorderRadius);overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CheckoutEmbeddedFormGraphic__top{display:flex;flex-direction:column;gap:10px}.CheckoutEmbeddedFormGraphic__heading{display:flex;align-items:center;justify-content:space-between}.CheckoutEmbeddedFormGraphic__orderLabel{font:var(--fontWeightSemibold) 16px/1.45 var(--fontFamily);color:var(--titleColor)}.CheckoutEmbeddedFormGraphic__closeButton{flex-shrink:0}.CheckoutEmbeddedFormGraphic__productRow{display:flex;gap:12px;align-items:center}.CheckoutEmbeddedFormGraphic__productImageWrap{flex-shrink:0;width:80px;height:82px;background:var(--checkboxInputBackground);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.CheckoutEmbeddedFormGraphic__productImage{width:70px;height:75px;-o-object-fit:contain;object-fit:contain;mix-blend-mode:multiply}.CheckoutEmbeddedFormGraphic__details{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.CheckoutEmbeddedFormGraphic__productInfo{display:flex;flex-direction:column}.CheckoutEmbeddedFormGraphic__productName{color:var(--titleColor)}.CheckoutEmbeddedFormGraphic__productName,.CheckoutEmbeddedFormGraphic__productVariant{font:var(--fontWeightSemibold) 13px/1.3 var(--fontFamily);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CheckoutEmbeddedFormGraphic__productVariant{color:var(--inputPlaceholderColor)}.CheckoutEmbeddedFormGraphic__meta{display:flex;gap:9px;align-items:center}.CheckoutEmbeddedFormGraphic__price{font:var(--fontWeightNormal) 13px/1.13 var(--fontFamily);color:var(--textColor)}.CheckoutEmbeddedFormGraphic__quantityEdit{display:flex;align-items:center;gap:10px;padding:3px 10px;background:var(--checkboxInputBackground);border-radius:4px}.CheckoutEmbeddedFormGraphic__quantity{font:var(--fontWeightSemibold) 13px/1.19 var(--fontFamily);color:var(--textColor)}.CheckoutEmbeddedFormGraphic__checkout{display:flex;flex-direction:column;gap:12px}.CheckoutEmbeddedFormGraphic__totalRow{display:flex;align-items:center;justify-content:space-between}.CheckoutEmbeddedFormGraphic__totalLabelWrap{display:flex;align-items:center;gap:5px}.CheckoutEmbeddedFormGraphic__totalAmount,.CheckoutEmbeddedFormGraphic__totalLabel{font:var(--fontWeightNormal) 13px/1.19 var(--fontFamily);color:var(--titleColor)}.CheckoutEmbeddedFormGraphic__buttons{display:flex;flex-direction:column;gap:8px}.CheckoutEmbeddedFormGraphic__expressButtons{display:flex;gap:8px}.CheckoutEmbeddedFormGraphic__linkButton{background:#00d66f}.CheckoutEmbeddedFormGraphic__applePayButton,.CheckoutEmbeddedFormGraphic__linkButton{flex:1;display:flex;align-items:center;justify-content:center;height:32px;border-radius:3px}.CheckoutEmbeddedFormGraphic__applePayButton{background:#000}.CheckoutEmbeddedFormGraphic__continueButton{display:flex;align-items:center;justify-content:center;height:32px;background:#e1ddd8;border-radius:3px;font:var(--fontWeightSemibold) 12px/1 var(--fontFamily);color:var(--titleColor)}