/* Checkout styles kept in one place to prevent accumulated sizing overrides. */
body.checkout-mode>.announcement,body.checkout-mode>footer,body.checkout-mode>header nav,body.checkout-mode>header .header-tools{display:none}
body.checkout-mode>header{height:64px;display:flex;justify-content:flex-start;padding:0 max(28px,calc((100vw - 1100px)/2 + 28px));background:#fff;box-shadow:none;border-bottom:1px solid #e6e6e6;position:relative}
body.checkout-mode>header .brand img{width:132px;height:auto}
.checkout-page{background:#fff;min-height:calc(100dvh - 64px);font:400 14px/1.5 var(--sans);color:#222;overflow:clip}
.checkout-layout{display:grid;grid-template-columns:minmax(0,600px) minmax(0,500px);max-width:1100px;margin:auto;align-items:stretch}
.checkout-form{padding:32px 38px 36px 28px;border-right:1px solid #dedede;min-width:0}
.checkout-form fieldset{margin:0 0 24px;padding:0;border:0;min-width:0}
.checkout-form legend{font-size:20px;font-weight:600;line-height:1.3;color:#111;margin-bottom:16px;letter-spacing:-.3px}
.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}
.checkout-control{min-width:0}.checkout-control.wide,.checkout-field.wide,.checkout-locality{grid-column:1/-1}
.checkout-locality{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;min-width:0}
.checkout-field{display:block;position:relative;height:50px;padding:0 12px;min-width:0;margin:0;background:#fff;border:1px solid #d9d9d9;border-radius:9px;box-shadow:0 1px 1px #00000002}
.checkout-field>span{position:absolute;left:12px;right:10px;top:50%;transform:translateY(-50%);transform-origin:left top;font-size:14px;line-height:18px;font-weight:400;color:#737373;pointer-events:none;white-space:nowrap;transition:top .15s ease,transform .15s ease}
.checkout-field input,.checkout-field select{display:block;width:100%;min-width:0;max-width:100%;height:100%;margin:0;padding:18px 0 3px;border:0;border-radius:0;background:transparent;box-shadow:none;font:400 14px/22px var(--sans);color:#222}
.checkout-field:focus-within>span,.checkout-field:has(input:not(:placeholder-shown))>span,.checkout-field:has(select)>span{top:5px;transform:translateY(0) scale(.79)}
.checkout-field:has(input:autofill)>span{top:5px;transform:translateY(0) scale(.79)}
.checkout-field:has(input:-webkit-autofill)>span{top:5px;transform:translateY(0) scale(.79)}
.checkout-field:focus-within{border-color:#222;outline:1px solid #222;outline-offset:0}
.checkout-field input:focus,.checkout-field select:focus{outline:none}
.checkout-error{font-size:12px;line-height:1.4;color:#d00000;margin:5px 0 0}.checkout-error[hidden]{display:none}.checkout-field:has(input[aria-invalid="true"]){border-color:#d00000}
.checkout-payment{margin-top:20px}.checkout-payment>.button{width:100%;min-height:48px;justify-content:center;padding:12px 18px;font-size:16px;font-weight:500;border-radius:8px;line-height:1.4;background:#9019ff;color:#fff;opacity:1;cursor:not-allowed}
.checkout-payment p{font-size:12px;line-height:1.5;color:#737373;margin:10px 0 0}
.checkout-guarantee{display:flex;align-items:center;justify-content:center;gap:7px;color:#0a9a54;font-size:12px;line-height:1.5;margin:22px 0 0}.checkout-guarantee svg{width:20px;height:24px;flex-shrink:0}
.checkout-summary{position:relative;isolation:isolate;padding:36px 28px 40px 36px;background:#f5f5f5;min-width:0}
.checkout-summary::after{content:'';position:absolute;left:100%;top:0;bottom:0;width:50vw;background:#f5f5f5;z-index:-1}
.checkout-items{display:grid;gap:18px;margin:0 0 28px}
.checkout-item{display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:14px;min-width:0}
.checkout-image{position:relative;width:64px;height:64px;border:1px solid #dedede;border-radius:9px;background:#fff}
.checkout-image img{display:block;width:100%;height:100%;padding:3px;object-fit:contain}
.checkout-image>span{position:absolute;right:-7px;top:-8px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:50%;background:#777;color:#fff;font-size:11px;line-height:1}
.checkout-item h3{font-size:14px;font-weight:500;line-height:1.4;letter-spacing:0;margin:0 0 3px;color:#222}
.checkout-item-copy p{font-size:12px;line-height:1.5;color:#737373;margin:0;text-transform:capitalize}
.checkout-item-price{font-size:14px;font-weight:500;white-space:nowrap;color:#222}
.checkout-totals{margin:0;color:#333;font-size:14px;line-height:1.5}
.checkout-totals>div{display:flex;justify-content:space-between;gap:18px;border:0;padding:5px 0;margin:0}
.checkout-totals dd{margin:0;text-align:right}
.checkout-totals>.checkout-grand{padding-top:18px;margin-top:4px;border:0;font-size:20px;font-weight:600;color:#111}
.checkout-summary-actions{display:flex;align-items:start;gap:22px;flex-wrap:wrap;margin-top:22px}
.checkout-summary-actions>.text-button{font-size:12px;padding:0;color:#666}
.checkout-coupon{border:0;padding:0;margin:0;background:none;max-width:100%}
.checkout-coupon summary{list-style:none;cursor:pointer;font-size:12px;font-weight:400;padding:0;color:#337ea0}
.checkout-coupon summary::after{content:none}.checkout-coupon summary::-webkit-details-marker{display:none}
.checkout-coupon p{font-size:12px;line-height:1.5;color:#777;margin:8px 0 0}
.checkout-price-warning{font-size:13px;color:#a1271c}.checkout-empty{padding:55px 24px}.checkout-empty h1{font-size:30px}
@media(max-width:900px){.checkout-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)}.checkout-form{padding:28px 24px}.checkout-summary{padding:32px 24px}.checkout-item{grid-template-columns:54px minmax(0,1fr) auto;gap:10px}.checkout-image{width:54px;height:54px}.checkout-item-price{font-size:13px}}
@media(max-width:750px){body.checkout-mode>header{height:58px;padding:0 20px;justify-content:center}body.checkout-mode>header .brand img{width:125px}.checkout-layout{grid-template-columns:1fr}.checkout-form{border:0;padding:24px 20px 30px}.checkout-summary{padding:26px 20px;border-top:1px solid #ddd}.checkout-summary::after{display:none}.checkout-field input,.checkout-field select{font-size:16px}.checkout-locality{grid-template-columns:1fr 1fr}.checkout-locality>.checkout-control:first-child{grid-column:1/-1}.checkout-item{grid-template-columns:60px minmax(0,1fr) auto;gap:14px}.checkout-image{width:60px;height:60px}.checkout-item-price{font-size:14px}}
@media(prefers-reduced-motion:reduce){.checkout-field>span{transition:none}}

@media(min-width:751px){.checkout-layout{min-height:calc(100dvh - 64px)}}
