.cr-checkout-header{background:var(--checkout-surface);border-bottom:1px solid var(--checkout-border-header);box-shadow:var(--checkout-shadow-header)}.cr-checkout-header__inner{justify-content:space-between;align-items:center;gap:2rem;min-height:6.375rem;display:flex}.cr-checkout-header__brand{align-items:center;gap:var(--checkout-radius-lg);color:inherit;text-decoration:none;display:inline-flex}.cr-checkout-header__logo{object-fit:contain;width:4rem;height:4rem}.cr-checkout-header__brand-body{gap:.25rem;display:grid}.cr-checkout-header__brand-body strong{letter-spacing:-.03em;font-size:1.5rem;font-weight:700;line-height:1}.cr-checkout-header__brand-body em{color:var(--checkout-danger-strong);text-transform:uppercase;letter-spacing:.04em;font-size:.8125rem;font-style:normal;font-weight:700;line-height:1}.cr-checkout-header__secure{color:var(--checkout-text);font-size:var(--checkout-radius-lg);white-space:nowrap;align-items:center;gap:.5625rem;font-weight:700;display:inline-flex}.cr-checkout-header__secure i{font-size:var(--checkout-radius-lg);color:var(--checkout-text)}@media (max-width:768px){.cr-checkout-header__inner{min-height:3.75rem}.cr-checkout-header__logo{width:auto;height:3.125rem}.cr-checkout-header__brand-body strong{font-size:.85rem}.cr-checkout-header__brand-body em,.cr-checkout-header__secure{font-size:.75rem}}.cr-checkout-stepper{background:var(--checkout-surface);border-bottom:1px solid var(--checkout-border-soft);width:100%;margin-bottom:1.5rem}.cr-checkout-stepper__container{width:min(100% - 5rem,90rem);margin-left:auto;margin-right:auto;padding:1.125rem 0 1.375rem}.cr-checkout-stepper__list{justify-content:space-between;align-items:flex-start;width:min(100%,42.5rem);margin:0 auto;padding:0;list-style:none;display:flex}.cr-checkout-stepper__item{align-items:center;gap:var(--checkout-radius-image);flex-direction:column;flex:1;display:flex;position:relative}.cr-checkout-stepper__item:before{content:"";background:var(--checkout-border-stepper);z-index:0;width:100%;height:.125rem;position:absolute;top:1.125rem;left:-50%}.cr-checkout-stepper__item:first-child:before{display:none}.cr-checkout-stepper__dot{z-index:1;border:2px solid var(--checkout-border-stepper);border-radius:var(--checkout-radius-pill);background:var(--checkout-surface);width:2.25rem;height:2.25rem;color:var(--checkout-text);font-size:var(--checkout-radius-lg);place-items:center;font-weight:700;line-height:1;display:grid;position:relative}.cr-checkout-stepper__item.is-active .cr-checkout-stepper__dot{border-color:var(--checkout-primary);background:var(--checkout-primary);color:var(--checkout-text)}.cr-checkout-stepper__item.is-completed .cr-checkout-stepper__dot{border-color:var(--checkout-success);background:var(--checkout-surface);color:var(--checkout-success-text)}.cr-checkout-stepper__item.is-completed:before{background:var(--checkout-success)}.cr-checkout-stepper__label{color:var(--checkout-text);font-size:var(--checkout-radius-lg);text-align:center;font-weight:700;line-height:1.25}@media (max-width:768px){.cr-checkout-stepper__container{width:min(100% - 32px,1440px);padding:1.125rem 0}.cr-checkout-stepper__list{width:100%}.cr-checkout-stepper__dot{width:2.125rem;height:2.125rem;font-size:.8125rem}.cr-checkout-stepper__item:before{top:1.0625rem}.cr-checkout-stepper__label{font-size:.8125rem}}@media (max-width:420px){.cr-checkout-stepper__dot{width:2rem;height:2rem}.cr-checkout-stepper__item:before{top:1rem}.cr-checkout-stepper__label{font-size:.75rem}}.cr-checkout-page{background:var(--checkout-bg);min-height:100vh;color:var(--checkout-text)}.cr-checkout-header__container,.cr-checkout-stepper__container,.cr-checkout__container,.cr-checkout-footer__container{width:min(100% - 5rem,90rem);margin-left:auto;margin-right:auto}.cr-checkout{padding:0 0 3rem}.cr-checkout__layout{grid-template-columns:minmax(0,1fr) 29.375rem;align-items:start;gap:2rem;display:grid}.cr-checkout__main,.cr-checkout__form{gap:.75rem;display:grid}.cr-checkout__aside{position:-webkit-sticky;position:sticky;top:1.5rem}@media (max-width:1180px){.cr-checkout__layout{grid-template-columns:1fr}.cr-checkout__aside{position:static}}@media (max-width:768px){.cr-checkout-header__container,.cr-checkout-stepper__container,.cr-checkout__container,.cr-checkout-footer__container{width:min(100% - 2rem,90rem)}}.cr-checkout-step{border:1px solid var(--checkout-border);border-radius:var(--checkout-radius-lg);background:var(--checkout-surface);box-shadow:var(--checkout-shadow-card)}.cr-checkout-step__header{text-align:left;background:0 0;border:0;grid-template-columns:3rem minmax(0,1fr) auto auto;align-items:center;gap:1rem;width:100%;padding:1.5rem 1.5rem 1.25rem;display:grid}.cr-checkout-step__icon{border-radius:var(--checkout-radius-pill);background:var(--checkout-primary-soft);width:3rem;height:3rem;color:var(--checkout-primary-icon);place-items:center;font-size:1.375rem;display:grid}.cr-checkout-step__icon svg{width:auto;height:50%;color:var(--checkout-primary-icon)}.cr-checkout-step__heading h2{color:var(--checkout-text);letter-spacing:-.02em;margin:0;font-size:1.3125rem;font-weight:700;line-height:1.2}.cr-checkout-step__heading p{margin:var(--checkout-radius-md) 0 0;color:var(--checkout-text-soft);font-size:var(--checkout-radius-lg);font-weight:650;line-height:1.45}.cr-checkout-step__summary{margin-top:var(--checkout-radius-image);color:var(--checkout-text-subtle);font-size:var(--checkout-radius-lg);font-weight:650}.cr-checkout-step__status{border:2px solid var(--checkout-success);border-radius:var(--checkout-radius-pill);width:1.875rem;height:1.875rem;color:var(--checkout-success-text);place-items:center;display:grid}.cr-checkout-step__edit{color:var(--checkout-text);cursor:pointer;background:0 0;border:0;font-weight:700}.cr-checkout-step__edit svg{color:var(--checkout-text);width:auto;height:1rem}.cr-checkout-step__body{padding:0 1.5rem 1.125rem}.cr-checkout-step__body[hidden]{display:none}@media (max-width:768px){.cr-checkout-step__header{grid-template-columns:2rem minmax(0,1fr) auto;padding:1.375rem 1.125rem 1.125rem}.cr-checkout-step__icon{width:2rem;height:2rem}.cr-checkout-step__heading h2{font-size:1rem}.cr-checkout-step__summary,.cr-checkout-step__heading p{font-size:.75rem}.cr-checkout-step__body{padding-left:1.125rem;padding-right:1.125rem}}.cr-checkout-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.375rem;display:grid}.cr-checkout-field{gap:.5625rem;margin-bottom:1.375rem;display:grid}.cr-checkout-delivery__methods legend,.cr-checkout-field span,.cr-checkout-choice-group legend,.cr-checkout-payment-methods legend{color:var(--checkout-text);font-size:var(--checkout-radius-lg);font-weight:700}.cr-checkout-field b{color:var(--checkout-danger)}.cr-checkout-field input{border:1px solid var(--checkout-border-input);border-radius:var(--checkout-radius-sm);background:var(--checkout-surface);width:100%;min-height:2.875rem;padding:.625rem var(--checkout-radius-lg);color:var(--checkout-text);font:inherit;box-shadow:var(--checkout-shadow-input);outline:none}.cr-checkout-field input:focus{border-color:var(--checkout-primary);box-shadow:var(--checkout-focus)}.cr-checkout-check{color:var(--checkout-text-subtle);font-size:var(--checkout-radius-lg);cursor:pointer;align-items:center;gap:.625rem;font-weight:650;display:inline-flex}.cr-checkout-check input{width:1.125rem;height:1.125rem;accent-color:var(--checkout-primary)}.cr-checkout-actions{justify-content:flex-end;gap:.75rem;margin-top:1.125rem;display:flex}.cr-checkout-button{border-radius:var(--checkout-radius-md);cursor:pointer;border:1px solid transparent;justify-content:center;align-items:center;gap:.625rem;min-height:2.75rem;padding:.625rem 1.75rem;font-size:.9375rem;font-weight:700;display:inline-flex}.cr-checkout-button svg{width:auto;height:1rem}.cr-checkout-button--primary{background:var(--checkout-gradient-primary);min-width:14rem;color:var(--checkout-text)}.cr-checkout-button--ghost{background:var(--checkout-surface);border-color:var(--checkout-border-input);color:var(--checkout-text-strong-muted)}@media (max-width:768px){.cr-checkout-form-grid{grid-template-columns:1fr;gap:0}.cr-checkout-actions{flex-direction:column-reverse}.cr-checkout-button{width:100%}}.cr-checkout-pickup-card{border:1px solid var(--checkout-border-soft);border-radius:var(--checkout-radius-lg);background:var(--checkout-surface);align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem;display:flex}.cr-checkout-pickup-card__icon{border-radius:var(--checkout-radius-pill);background:var(--checkout-surface)6000000;width:2.75rem;height:2.75rem;color:var(--checkout-primary-icon);flex:none;place-items:center;font-size:1.25rem;display:grid}.cr-checkout-pickup-card strong{color:var(--checkout-text);font-size:1rem;font-weight:700;line-height:1.25;display:block}.cr-checkout-pickup-card p{color:var(--checkout-text-soft);font-size:var(--checkout-radius-lg);margin:.25rem 0 0;font-weight:650;line-height:1.4}.cr-checkout-delivery__methods,.cr-checkout-choice-group{gap:var(--checkout-radius-lg);border:0;margin:0 0 1.375rem;padding:0;display:grid}.cr-checkout-delivery__methods legend,.cr-checkout-choice-group legend{margin-bottom:.75rem}.cr-checkout-choice__content{align-items:center;gap:.5rem;display:flex}.cr-checkout-choice__text{flex-direction:column;gap:.25rem;display:flex}.cr-checkout-choice__text small{font-size:.8125rem}.cr-checkout-choice{align-items:center;gap:var(--checkout-radius-lg);border:1px solid var(--checkout-border);border-radius:var(--checkout-radius-lg);background:var(--checkout-surface);cursor:pointer;grid-template-columns:auto minmax(0,1fr);min-height:4rem;padding:1rem 1.125rem;transition:border-color .2s,box-shadow .2s,background .2s;display:grid;position:relative}.cr-checkout-choice:hover{border-color:var(--checkout-primary-hover);box-shadow:var(--checkout-shadow-hover)}.cr-checkout-choice:has(input:checked){border-color:var(--checkout-primary);background:var(--checkout-gradient-selected);box-shadow:var(--checkout-shadow-selected)}.cr-checkout-choice input{width:1.125rem;height:1.125rem;accent-color:var(--checkout-accent);margin:0}.cr-checkout-choice span{color:var(--checkout-text);font-size:1rem;font-weight:700;line-height:1.25}@media (min-width:769px){.cr-checkout-delivery__methods,.cr-checkout-choice-group{grid-template-columns:repeat(2,minmax(0,1fr))}.cr-checkout-delivery__methods legend,.cr-checkout-choice-group legend{grid-column:1/-1}}@media (max-width:768px){.cr-checkout-pickup-card{align-items:flex-start}.cr-checkout-pickup-card__icon{width:2.5rem;height:2.5rem;font-size:1.125rem}.cr-checkout-choice{padding:var(--checkout-radius-lg)}}.cr-checkout-payment-methods{gap:var(--checkout-radius-lg);border:0;margin:0;padding:0;display:grid}.cr-checkout-payment-methods legend{margin-bottom:.75rem}.cr-checkout-payment-method{align-items:center;gap:var(--checkout-radius-lg);border:1px solid var(--checkout-border);border-radius:var(--checkout-radius-lg);background:var(--checkout-surface);cursor:pointer;grid-template-columns:auto 2.75rem minmax(0,1fr);min-height:4.5rem;padding:1rem 1.125rem;transition:border-color .2s,box-shadow .2s,background .2s;display:grid;position:relative}.cr-checkout-payment-method:hover{border-color:var(--checkout-primary-hover);box-shadow:var(--checkout-shadow-hover)}.cr-checkout-payment-method:has(input:checked){border-color:var(--checkout-primary);background:var(--checkout-gradient-selected);box-shadow:var(--checkout-shadow-selected)}.cr-checkout-payment-method input{width:1.125rem;height:1.125rem;accent-color:var(--checkout-accent);margin:0}.cr-checkout-payment-method__icon{border-radius:var(--checkout-radius-pill);background:var(--checkout-surface)6000000;width:2.75rem;height:2.75rem;color:var(--checkout-primary-icon);place-items:center;font-size:1.25rem;display:grid}.cr-checkout-payment-method__content{gap:.25rem;display:grid}.cr-checkout-payment-method__content strong{color:var(--checkout-text);font-size:1rem;font-weight:700;line-height:1.25}.cr-checkout-payment-method__content small{color:var(--checkout-text-soft);font-size:.75rem;font-weight:650;line-height:1.4}.cr-checkout-payment-method.is-disabled{opacity:.55;cursor:not-allowed}.cr-checkout-payment-method.is-disabled:hover{border-color:var(--checkout-border);box-shadow:none}@media (min-width:769px){.cr-checkout-payment-methods{grid-template-columns:repeat(2,minmax(0,1fr))}.cr-checkout-payment-methods legend{grid-column:1/-1}}@media (max-width:768px){.cr-checkout-payment-method{padding:var(--checkout-radius-lg);grid-template-columns:auto 2.5rem minmax(0,1fr)}.cr-checkout-payment-method__icon{width:2.5rem;height:2.5rem;font-size:1.125rem}}.cr-checkout-summary{border:1px solid var(--checkout-border);border-radius:var(--checkout-radius-lg);background:var(--checkout-gradient-soft);box-shadow:var(--checkout-shadow-card);padding:1.625rem}.cr-checkout-summary__header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.cr-checkout-summary__icon{width:2.25rem;height:2.25rem;color:var(--checkout-primary);background:rgba(255,176,0,.12);border-radius:999rem;justify-content:center;align-items:center;display:inline-flex}.cr-checkout-summary__icon svg{color:currentColor;width:1.125rem;height:1.125rem}.cr-checkout-summary__header h2{letter-spacing:-.02em;margin:0;font-size:1.375rem;font-weight:700}.cr-checkout-summary__coupon-results{border-bottom:1px solid var(--checkout-border-muted);gap:.75rem;padding-top:1.25rem;padding-bottom:1.25rem;display:grid}.cr-checkout-summary__coupon-result{border-radius:var(--checkout-radius-md);flex-wrap:wrap;align-items:center;gap:.375rem .5rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.4;display:flex}.cr-checkout-summary__coupon-result strong{color:var(--checkout-text);letter-spacing:-.01em;font-size:.9375rem;font-weight:800}.cr-checkout-summary__coupon-result span{color:var(--checkout-text-soft);font-weight:600}.cr-checkout-summary__coupon-result--success{background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.14)}.cr-checkout-summary__coupon-result--success strong{color:#15803d}.cr-checkout-summary__coupon-result--error{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.14)}.cr-checkout-summary__coupon-result--error strong{color:#b91c1c}.cr-checkout-summary__rows{gap:var(--checkout-radius-lg);border-bottom:1px solid var(--checkout-border-muted);padding-top:1.25rem;padding-bottom:1.25rem;display:grid}.cr-checkout-summary__row,.cr-checkout-summary__total{justify-content:space-between;align-items:center;gap:1rem;display:flex}.cr-checkout-summary__row span{color:var(--checkout-text);font-size:.9375rem;font-weight:650}.cr-checkout-summary__row strong{font-size:.9375rem;font-weight:700}.cr-checkout-summary__total{padding-top:1.875rem;padding-bottom:1.125rem}.cr-checkout-summary__total span{display:grid}.cr-checkout-summary__total span strong{color:var(--checkout-text);font-size:1.4375rem;font-weight:700}.cr-checkout-summary__total small{color:var(--checkout-text-soft);font-size:.8125rem;font-weight:650}.cr-checkout-summary__total>strong{color:var(--checkout-accent);font-size:1.875rem;font-weight:900;line-height:1}.cr-checkout-summary__saving{border-radius:var(--checkout-radius-md);background:var(--checkout-success-bg);min-height:2.5rem;color:var(--checkout-saving-text);padding:.625rem var(--checkout-radius-lg);font-size:var(--checkout-radius-lg);justify-content:center;align-items:center;gap:.625rem;font-weight:700;display:flex}.cr-checkout-summary__saving svg{color:var(--checkout-saving-text);width:auto;height:1rem}.cr-checkout-summary__benefits{gap:1.25rem;margin:2.125rem 0 0;padding:0;list-style:none;display:grid}.cr-checkout-summary__benefits li{align-items:center;gap:1rem;display:flex}.cr-checkout-summary__benefits li>span{border-radius:var(--checkout-radius-pill);background:var(--checkout-surface)6000000;width:3rem;height:3rem;color:var(--checkout-primary-dark);place-items:center;font-size:1.25rem;display:grid}.cr-checkout-summary__benefits p{gap:.25rem;margin:0;display:grid}.cr-checkout-summary__benefits strong{color:var(--checkout-text);font-size:.9375rem;font-weight:700}.cr-checkout-summary__benefits small{color:var(--checkout-text-soft);font-size:.8125rem;font-weight:650}.cr-checkout-summary__loading[hidden]{display:none}.cr-checkout-summary-skeleton{gap:1.25rem;display:grid}.cr-checkout-summary-skeleton__item{grid-template-columns:5.5rem minmax(0,1fr) 4.5rem;align-items:flex-start;gap:1rem;display:grid}.cr-checkout-summary-skeleton__image{aspect-ratio:4/3;border-radius:.75rem;width:5.5rem}.cr-checkout-summary-skeleton__content{gap:.625rem;min-width:0;display:grid}.cr-checkout-summary-skeleton__title{border-radius:999rem;width:80%;height:1.125rem}.cr-checkout-summary-skeleton__text{border-radius:999rem;width:42%;height:.875rem}.cr-checkout-summary-skeleton__price{border-radius:999rem;width:4.5rem;height:1.25rem}.cr-checkout-summary-skeleton__divider{background:var(--checkout-border-muted);height:1px}.cr-checkout-summary-skeleton__rows{gap:1rem;display:grid}.cr-checkout-summary-skeleton__rows>div,.cr-checkout-summary-skeleton__total{justify-content:space-between;align-items:center;gap:1rem;display:flex}.cr-checkout-summary-skeleton__label{border-radius:999rem;width:6rem;height:1rem}.cr-checkout-summary-skeleton__label--short{width:4.75rem}.cr-checkout-summary-skeleton__amount{border-radius:999rem;width:4.25rem;height:1rem}.cr-checkout-summary-skeleton__total>div{gap:.5rem;display:grid}.cr-checkout-summary-skeleton__total-label{border-radius:999rem;width:4.5rem;height:1.375rem}.cr-checkout-summary-skeleton__total-note{border-radius:999rem;width:6rem;height:.8125rem}.cr-checkout-summary-skeleton__total-price{border-radius:999rem;width:5.75rem;height:2rem}.cr-checkout-summary__status{min-height:2.75rem;color:var(--checkout-text-soft);text-align:center;background:linear-gradient(135deg,rgba(255,255,255,.96) 0%,rgba(248,250,252,.92) 100%);border:1px solid rgba(148,163,184,.14);border-radius:1rem;justify-content:center;align-items:center;margin-top:1rem;padding:.875rem 1rem;font-size:.875rem;font-weight:700;line-height:1.5;display:flex;box-shadow:0 10px 24px rgba(15,23,42,.04),inset 0 1px rgba(255,255,255,.75)}.cr-checkout-summary__status[hidden]{display:none}.cr-checkout-summary__status[data-cr-checkout-submit-status-type=success]{color:#15803d;background:linear-gradient(135deg,rgba(240,253,244,.92) 0%,rgba(255,255,255,.98) 100%);border-color:rgba(34,197,94,.14)}.cr-checkout-summary__status[data-cr-checkout-submit-status-type=error]{color:#b91c1c;background:linear-gradient(135deg,rgba(254,242,242,.92) 0%,rgba(255,255,255,.98) 100%);border-color:rgba(239,68,68,.14)}@media (max-width:991.98px){.cr-checkout-summary{padding:1.25rem}}@media (max-width:575.98px){.cr-checkout-summary{padding:1rem}.cr-cart-summary__total strong{font-size:1.75rem}.cr-checkout-summary-skeleton__item{grid-template-columns:4.75rem minmax(0,1fr) 4rem;gap:.75rem}.cr-checkout-summary-skeleton__image{width:4.75rem}.cr-checkout-summary-skeleton__price{width:4rem}.cr-checkout-summary__status{padding:.8125rem .9375rem;font-size:.8125rem}}.cr-checkout-items{border-bottom:1px solid var(--checkout-border-muted);gap:1rem;padding-bottom:1.125rem;display:grid}.cr-checkout-item{grid-template-columns:5rem minmax(0,1fr) auto;align-items:start;gap:1rem;display:grid}.cr-checkout-item__image{aspect-ratio:4/3;border-radius:var(--checkout-radius-image);object-fit:cover;width:5rem}.cr-checkout-item__content{min-width:0;padding-top:.125rem}.cr-checkout-item__content h3,.cr-checkout-item__name{color:var(--checkout-text);margin:0;font-size:.9375rem;font-weight:700;line-height:1.3}.cr-checkout-item__content p,.cr-checkout-item__quantity{color:var(--checkout-text-soft);margin:.35rem 0 0;font-size:.8125rem;font-weight:700;line-height:1.35}.cr-checkout-item__modifiers{gap:.25rem;margin-top:.5rem;display:grid}.cr-checkout-item__modifier{color:var(--checkout-text-soft);flex-wrap:wrap;align-items:baseline;gap:.25rem .375rem;font-size:.75rem;line-height:1.35;display:flex}.cr-checkout-item__modifier span{color:var(--checkout-accent);font-weight:600}.cr-checkout-item__modifier strong{color:var(--checkout-text);font-weight:600}.cr-checkout-item__price{color:var(--checkout-text);white-space:nowrap;justify-self:end;padding-top:.125rem;font-size:1rem;font-weight:700;line-height:1.3}@media (max-width:767px){.cr-checkout-item__image{width:4.5rem}.cr-checkout-item__price{font-size:.85rem}}.cr-checkout-trust{border-radius:var(--checkout-radius-lg);background:var(--checkout-gradient-soft);align-items:center;gap:1.375rem;min-height:5.5rem;margin-top:.625rem;padding:1.375rem 1.625rem;display:flex}.cr-checkout-trust__icon{color:var(--checkout-primary);font-size:2.125rem}.cr-checkout-trust h2{color:var(--checkout-text);margin:0;font-size:1.125rem;font-weight:700}.cr-checkout-trust p{margin:var(--checkout-radius-md) 0 0;color:var(--checkout-text-soft);font-size:var(--checkout-radius-lg);font-weight:650}.cr-checkout-security-inline{justify-content:flex-end;align-items:center;gap:var(--checkout-radius-sm);color:var(--checkout-text-neutral);margin-top:.625rem;margin-bottom:0;font-size:.8125rem;display:flex}.cr-checkout-security-inline svg{color:var(--checkout-text-disabled);width:.875rem;height:.875rem}.cr-checkout-security-inline{opacity:.85;transition:opacity .2s}.cr-checkout-security-inline:hover{opacity:1}@media (max-width:768px){.cr-checkout-security-inline{justify-content:center}}.cr-checkout__status{color:#b91c1c;text-align:center;background:rgba(254,242,242,.9);border:.1rem solid rgba(239,68,68,.12);border-radius:1.2rem;max-width:52rem;margin:0 auto 1.2rem;padding:1rem 1.2rem;font-size:1.2rem;font-weight:600;line-height:1.45;display:none}.cr-checkout__status:not([hidden]){display:block}.cr-checkout__empty{justify-content:center;align-items:center;padding:2rem 1.6rem 3rem;display:flex}.cr-checkout-empty-state{text-align:center;background:#fff;border:.1rem solid rgba(15,23,42,.07);border-radius:2rem;width:100%;max-width:36rem;padding:2.4rem 2rem;box-shadow:0 1.2rem 3rem rgba(15,23,42,.06)}.cr-checkout-empty-state__icon{color:#ffb800;background:rgba(255,184,0,.12);border-radius:1.5rem;justify-content:center;align-items:center;width:4.8rem;height:4.8rem;margin-bottom:1.4rem;display:inline-flex}.cr-checkout-empty-state__icon svg{color:currentColor;width:2.2rem;height:2.2rem}.cr-checkout-empty-state h2{color:#0f172a;letter-spacing:-.035em;margin:0 0 .9rem;font-size:2rem;font-weight:800;line-height:1.15}.cr-checkout-empty-state p{color:#64748b;max-width:28rem;margin:0 auto 1.8rem;font-size:1.35rem;font-weight:500;line-height:1.6}@media (max-width:767px){.cr-checkout__status{max-width:none;margin:0 1.2rem 1.2rem;padding:.9rem 1rem;font-size:1.15rem}.cr-checkout__empty{padding:1.6rem 1.2rem 2.4rem}.cr-checkout-empty-state{border-radius:1.8rem;max-width:100%;padding:2rem 1.6rem}.cr-checkout-empty-state__icon{border-radius:1.4rem;width:4.4rem;height:4.4rem;margin-bottom:1.2rem}.cr-checkout-empty-state h2{font-size:2rem}.cr-checkout-empty-state p{max-width:24rem;font-size:1rem}}@media (max-width:420px){.cr-checkout-empty-state{padding:1.8rem 1.4rem}.cr-checkout-empty-state h2{font-size:1.5rem}.cr-checkout-empty-state p{font-size:.85rem}}.cr-checkout-footer{text-align:center;color:var(--checkout-text-muted);padding:1rem}.cr-checkout-footer p{margin:0 auto}
