.layoutFormFieldSize{width:500px;max-width:100%}
.layoutGapRows{margin:calc(calc(calc(var(--safe-space)*var(--unit)))*-1);flex-direction:column;margin-bottom:0;margin-right:0;display:flex}.layoutGapRows:empty{margin:0}.layoutGapRows>*{margin:calc(calc(var(--safe-space)*var(--unit)));min-width:0;margin-bottom:0;margin-right:0}
.storeCheckout{z-index:var(--z-modal);background:#fff;position:fixed;top:50%;bottom:50%;left:50%;right:50%;overflow:hidden}.storeCheckout__close{position:absolute;top:20px;right:20px}.storeCheckout--open{-webkit-animation:1s forwards storeCheckout-fadeIn;animation:1s forwards storeCheckout-fadeIn}@-webkit-keyframes storeCheckout-fadeIn{0%{top:50%;bottom:50%;left:50%;right:50%;box-shadow:0 0 0 2px #fff}50%{-webkit-filter:blur();filter:blur();top:50%;bottom:50%;left:0;right:0;box-shadow:0 0 0 2px #fff}51%{box-shadow:0 0 #1b2735}to{top:0;bottom:0;left:0;right:0;box-shadow:0 0 50vh 0 #1b2735}}@keyframes storeCheckout-fadeIn{0%{top:50%;bottom:50%;left:50%;right:50%;box-shadow:0 0 0 2px #fff}50%{-webkit-filter:blur();filter:blur();top:50%;bottom:50%;left:0;right:0;box-shadow:0 0 0 2px #fff}51%{box-shadow:0 0 #1b2735}to{top:0;bottom:0;left:0;right:0;box-shadow:0 0 50vh 0 #1b2735}}.storeCheckout__content{z-index:var(--z-raised);-webkit-animation:1s 1s forwards storeCheckout-content;animation:1s 1s forwards storeCheckout-content;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}@-webkit-keyframes storeCheckout-content{99%{overflow:hidden}to{overflow:auto}}@keyframes storeCheckout-content{99%{overflow:hidden}to{overflow:auto}}.storeCheckout__message{text-align:center;padding:5vh 5vw;font-size:5vh}.storeCheckout__image{margin:auto;display:block}.storeCheckout__welcome{opacity:0;flex-direction:column;justify-content:center;align-items:center;-webkit-animation:1s 1s forwards storeCheckout-welcome;animation:1s 1s forwards storeCheckout-welcome;display:flex}@-webkit-keyframes storeCheckout-welcome{0%{opacity:0}to{opacity:1}}@keyframes storeCheckout-welcome{0%{opacity:0}to{opacity:1}}.storeCheckout__loading{font-size:25vh}.storeCheckout__basketList{flex-direction:column;display:flex}.storeCheckout__basketItem{border-bottom:1px solid rgba(255,255,255,.1);align-items:center;gap:16px;padding:16px 4px;-webkit-animation:.25s backwards storeCheckout-storeCheckoutBasketItemAppear;animation:.25s backwards storeCheckout-storeCheckoutBasketItemAppear;display:flex}.storeCheckout__basketItem:last-child{border-bottom:none}@-webkit-keyframes storeCheckout-storeCheckoutBasketItemAppear{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes storeCheckout-storeCheckoutBasketItemAppear{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.storeCheckout__basketItemImage{flex-shrink:0}.storeCheckout__basketItemDetails{flex-direction:column;flex-grow:1;gap:6px;min-width:0;display:flex}.storeCheckout__basketItemName{overflow-wrap:break-word;word-break:break-word}.storeCheckout__basketItemPricing{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.storeCheckout__basketItemUnitPrice{color:var(--text-color-gray)}.storeCheckout__basketItemTotal{background:var(--palette-money);color:#000;white-space:nowrap;border-radius:4px;padding:3px 8px;font-size:14px;font-weight:700}
