.checkout-page{padding-bottom:80px}.checkout-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;padding:14px 0 31px;border-bottom:1px solid var(--line)}.checkout-heading>div:first-child>span,.summary-title>div>span{color:var(--pink);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.checkout-heading h1{font-size:40px;line-height:1.1;margin:5px 0}.checkout-heading p{max-width:670px;margin:0;color:var(--muted)}.checkout-steps{display:flex;align-items:flex-start;min-width:330px}.checkout-steps>span{display:grid;place-items:center;width:34px;height:34px;border:1px solid #cbd5df;border-radius:50%;color:#75828d;font-weight:800}.checkout-steps>span.done,.checkout-steps>span.active{border-color:var(--pink);background:var(--pink);color:#fff}.checkout-steps>span small{position:absolute;margin-top:60px;color:#66737e;font-size:10px;font-weight:700}.checkout-steps>i{flex:1;height:1px;margin-top:17px;background:#dce2e8}.checkout-errors{margin-top:25px;padding:16px 20px;border-left:4px solid #c43131;background:#fff1f1;color:#8d2525}.checkout-errors ul{margin:6px 0 0;padding-left:20px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:32px;padding-top:38px}.checkout-details{display:grid;gap:22px}.checkout-card{padding:28px;border:1px solid var(--line);background:#fff}.checkout-card-title{display:flex;gap:14px;padding-bottom:22px;border-bottom:1px solid #edf0f2}.checkout-card-title>span{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#eaf3fe;color:#1769bd;font-weight:800}.checkout-card-title h2{font-size:20px;margin:0 0 3px}.checkout-card-title p{margin:0;color:var(--muted);font-size:13px}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:19px;padding-top:23px}.checkout-field{display:grid;gap:7px}.checkout-field.full{grid-column:1/-1}.checkout-field label{font-size:13px;font-weight:750}.checkout-field input,.checkout-field select{width:100%;height:48px;padding:0 13px;border:1px solid #cfd7df;border-radius:5px;background:#fff;color:var(--ink);outline:0}.checkout-field input:focus,.checkout-field select:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(28,104,187,.1)}.checkout-field small{color:#7c8993;font-size:11px}.delivery-note{display:flex;gap:13px;margin-top:22px;padding:15px;background:#f1f7fd}.delivery-note>span{font-size:23px}.delivery-note strong{font-size:13px}.delivery-note p{margin:3px 0 0;color:#61717f;font-size:12px}.payment-option{display:flex;gap:13px;margin-top:22px;padding:17px;border:1px solid #bcd8f5;background:#f7fbff}.payment-option>b{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:var(--pink);color:white}.payment-option p{margin:3px 0 0;color:var(--muted);font-size:12px}.checkout-summary{position:sticky;top:20px;align-self:start;border:1px solid var(--line);background:#f8fafc;padding:26px}.summary-title{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:18px;border-bottom:1px solid var(--line)}.summary-title h2{font-size:22px;margin:2px 0 0}.summary-title>a{color:var(--pink);font-size:12px;font-weight:700}.checkout-products{max-height:340px;overflow:auto}.checkout-products article{display:grid;grid-template-columns:67px minmax(0,1fr) auto;gap:12px;align-items:center;padding:16px 0;border-bottom:1px solid #e7ebef}.checkout-products article>a{position:relative;display:grid;place-items:center;width:67px;height:67px;padding:5px;background:#fff;border:1px solid #e1e6ea}.checkout-products img{width:100%;height:100%;object-fit:contain}.checkout-products article>a b{position:absolute;right:-7px;top:-7px;display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#1769bd;color:#fff;font-size:10px}.checkout-products h3{margin:0 0 4px;font-size:13px;line-height:1.3}.checkout-products small{color:var(--muted);font-size:10px}.checkout-products article>strong{font-size:12px;white-space:nowrap}.coupon-box{padding:18px 0;border-bottom:1px solid var(--line)}.coupon-box label{display:block;margin-bottom:7px;font-size:12px;font-weight:750}.coupon-box>div{display:flex}.coupon-box input{min-width:0;flex:1;height:41px;padding:0 11px;border:1px solid #cfd7df;border-radius:4px 0 0 4px;text-transform:uppercase}.coupon-box button{padding:0 15px;border:0;border-radius:0 4px 4px 0;background:#26323c;color:#fff;font-weight:700;cursor:pointer}.checkout-totals{padding:14px 0}.checkout-totals>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;color:#64727e}.checkout-totals>div strong{color:var(--ink);font-size:13px;text-align:right}.checkout-totals .discount{color:#138448}.checkout-totals .discount strong{color:#138448}.discount button{padding:0;border:0;background:none;color:#a43b3b;font-size:10px;text-decoration:underline;cursor:pointer}.checkout-totals .checkout-total{margin-top:8px;padding-top:17px;border-top:1px solid var(--line);color:var(--ink);font-size:18px;font-weight:800}.checkout-totals .checkout-total strong{color:var(--pink);font-size:21px}.place-order{width:100%;min-height:52px;font-size:15px}.checkout-consent{text-align:center;color:#77848e;font-size:10px}.checkout-trust{display:flex;justify-content:center;gap:13px;padding-top:15px;border-top:1px solid var(--line);color:#64737e;font-size:10px;font-weight:700}#coupon-form,#remove-coupon-form{display:none}
@media(max-width:950px){.checkout-heading{align-items:flex-start;flex-direction:column}.checkout-steps{margin-bottom:18px}.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static;grid-row:1}.checkout-products{max-height:none}}
@media(max-width:580px){.checkout-heading h1{font-size:32px}.checkout-steps{min-width:100%;padding-inline:12px}.checkout-layout{padding-top:24px}.checkout-card,.checkout-summary{padding:20px}.checkout-fields{grid-template-columns:1fr}.checkout-field.full{grid-column:auto}.checkout-products article{grid-template-columns:58px minmax(0,1fr)}.checkout-products article>a{width:58px;height:58px}.checkout-products article>strong{grid-column:2}.checkout-trust{flex-wrap:wrap}}
