.cart-product__quantity{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:stretch;width:138px;height:44px;box-sizing:border-box;overflow:hidden}
.cart-product__quantity-button{display:flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:0;margin:0;padding:0;border:0;appearance:none;line-height:1;font-family:Arial,sans-serif;font-size:23px}
.cart-product__quantity-value{display:flex;align-items:center;justify-content:center;height:42px;line-height:1;text-align:center}
.cart-product__quantity .cart-product__quantity-button{position:relative;width:100%;height:100%;font-size:0;color:#92999d;box-sizing:border-box}
.cart-product__quantity-button::before,.cart-product__quantity-button.js-ec-increment::after{content:"";position:absolute;left:50%;top:50%;width:12px;height:2px;background:currentColor;transform:translate(-50%,-50%);pointer-events:none}
.cart-product__quantity-button.js-ec-increment::after{width:2px;height:12px}
.cart-product__quantity .cart-product__quantity-value{width:100%;height:100%;margin:0;padding:0;box-sizing:border-box}
.cart-product__quantity input.cart-product__quantity-value{min-width:0;border:0;border-radius:0;background:transparent;color:#222;font-family:'Inter',sans-serif;font-size:18px;font-weight:600;line-height:42px;text-align:center;appearance:textfield;outline:0}
.cart-product__quantity input.cart-product__quantity-value::-webkit-inner-spin-button,.cart-product__quantity input.cart-product__quantity-value::-webkit-outer-spin-button{margin:0;appearance:none}
.cart-product__quantity input.cart-product__quantity-value:focus{background:#f7f9fa;box-shadow:inset 0 0 0 2px rgba(229,73,73,.22)}
.cart-empty{min-height:360px;padding:70px 20px;text-align:center;box-sizing:border-box}
.cart-empty[hidden]{display:none!important}
.cart-empty__icon{width:76px;height:76px;margin:0 auto 24px;border-radius:50%;background:#fbeaea url("../img/icon_header-cart.svg") no-repeat 50% 50%;background-size:34px}
.cart-empty__title{margin:0 0 28px;color:#334a56;font-size:28px;font-weight:700;text-align:center;text-transform:none}
.cart-empty__catalog,.order-success__catalog{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 34px;border-radius:28px;background:#e54949;color:#fff;font-family:'Inter',sans-serif;font-size:16px;font-weight:600;line-height:1;text-align:center;text-decoration:none;box-sizing:border-box}
.cart-empty__catalog:hover,.order-success__catalog:hover{background:#d73535;color:#fff;text-decoration:none}
.order-success{max-width:760px;margin:10px auto 70px;padding:55px 35px;border:1px solid #edf0f2;border-radius:18px;background:#fff;box-sizing:border-box;box-shadow:0 12px 35px rgba(51,74,86,.08);font-family:'Inter',sans-serif;text-align:center;-webkit-font-smoothing:antialiased}
.order-success__icon{display:flex;align-items:center;justify-content:center;width:82px;height:82px;margin:0 auto 25px;border-radius:50%;background:#eff8f2;color:#26a65b;font-size:42px;font-weight:700}
.order-success__title{max-width:620px;margin:0 auto 20px;color:#334a56;font-family:'Inter',sans-serif;font-size:28px;font-weight:700;line-height:1.25;letter-spacing:0;text-align:center;text-transform:none;text-wrap:balance}
.content .order-success .order-success__text{display:block;width:100%;max-width:680px;margin:0 auto 32px!important;color:#667780;font-family:'Inter',sans-serif;font-size:17px;font-weight:400;line-height:1.55;letter-spacing:0;text-align:center!important;text-wrap:normal}
@media(max-width:760px){.cart-empty{min-height:280px;padding:45px 15px}.cart-empty__title,.order-success__title{font-size:23px}.order-success{padding:40px 20px}.cart-product__quantity{width:138px}}

/* Header cart badge: matches the production site. */
.header__cart{position:relative;width:48px;height:28px;padding-left:0;background:url("../img/icon_header-cart.svg") no-repeat 0 50%;background-size:24px auto}
.header__cart-link,.header__cart-link:hover{display:block;width:48px;height:28px;padding:0;border:0;background:none;text-decoration:none}
.header__cart .js-ec-qty{position:absolute;top:-5px;left:15px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin:0;padding:0;border-radius:50%;background:#e54949;color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-align:center;box-sizing:border-box}
.header__cart + .js-ec-sum{display:block;width:max-content;min-width:78px;height:20px;margin-top:1px;padding:0 4px;border-radius:4px;background:#e54949;color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-align:center;white-space:nowrap;box-sizing:border-box}
.cart-product{position:relative}
.cart-product--pending-remove>:not(.cart-product__undo){opacity:.25;pointer-events:none;transition:opacity .2s ease}
.cart-product__undo{position:absolute;top:50%;left:50%;z-index:3;min-width:245px;padding:13px 22px;border:1px solid #e54949;border-radius:24px;background:#fff;color:#e54949;font-family:'Inter',sans-serif;font-size:15px;font-weight:600;line-height:1.2;text-align:center;transform:translate(-50%,-50%);box-shadow:0 5px 18px rgba(51,74,86,.12)}
.cart-product__undo:hover{background:#e54949;color:#fff}
.cart-product__undo:disabled{cursor:default;opacity:.75}
@media(max-width:760px){.cart-product__undo{min-width:220px;padding:12px 16px;font-size:14px}}
