:root {
  --ink: #2c162b;
  --muted: #776a70;
  --line: #e6d9d1;
  --paper: #fffaf5;
  --blush: #f7f0e7;
  --rose: #d87547;
  --rose-dark: #b65c39;
  --green: #44283f;
  --shadow: 0 18px 55px rgba(54, 28, 39, .09);
}
* { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
.topline { padding: 8px 24px; color: #fff; background: var(--ink); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-align: center; text-transform: uppercase; }
.checkout-header { height: 82px; padding: 0 max(32px, calc((100vw - 1220px) / 2)); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; background: rgba(255,253,251,.94); }
.wordmark { color: var(--ink); font-family: "Fraunces", Georgia, serif; font-size: 34px; font-weight: 600; line-height: 1; letter-spacing: -.055em; text-decoration: none; }
.secure-note { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 600; }
.secure-note svg, .pay-button svg, .trust-row svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.secure-note svg { width: 18px; height: 18px; }
.checkout-shell { max-width: 1440px; min-height: calc(100vh - 174px); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1.13fr) minmax(420px,.87fr); }
.checkout-main { padding: 54px 76px 80px max(32px, calc((100vw - 1220px) / 2)); }
.checkout-content { width: min(100%,680px); margin-left: auto; }
.order-panel { padding: 54px max(32px, calc((100vw - 1220px) / 2)) 80px 64px; border-left: 1px solid var(--line); background: radial-gradient(circle at 90% 5%, rgba(204,129,150,.16), transparent 32%), var(--blush); }
.order-panel__inner { position: sticky; top: 34px; max-width: 490px; }
.checkout-steps { margin-bottom: 48px; display: grid; grid-template-columns: max-content 1fr max-content 1fr max-content; align-items: center; gap: 12px; }
.checkout-steps span { display: flex; align-items: center; gap: 8px; color: #a19399; font-size: 12px; font-weight: 600; }
.checkout-steps span b { width: 24px; height: 24px; border: 1px solid #cdbfc3; border-radius: 50%; display: grid; place-items: center; font-size: 11px; }
.checkout-steps .is-active { color: var(--rose-dark); }
.checkout-steps .is-active b { border-color: var(--rose); color: #fff; background: var(--rose); }
.checkout-steps i { height: 1px; background: var(--line); }
.form-section { margin-bottom: 52px; }
.form-section:last-child { margin-bottom: 0; }
.section-heading { margin-bottom: 22px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.section-heading--simple { align-items: flex-start; }
.section-heading h1, .section-heading h2, .summary-heading h2 { margin: 2px 0 0; font-family: "Fraunces", Georgia, serif; font-size: 31px; font-weight: 600; line-height: 1.1; letter-spacing: -.025em; }
.section-heading > span { color: var(--muted); font-size: 13px; }
.section-heading a { color: var(--rose-dark); font-weight: 600; }
.eyebrow { margin: 0; color: var(--rose-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.section-copy { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.form-grid { display: flex; flex-wrap: wrap; gap: 14px; }
.field { width: 100%; }
.field--half { width: calc(50% - 7px); }
.field label { margin: 0 0 7px 2px; display: block; color: #594a50; font-size: 12px; font-weight: 600; }
.field input, .field select, .discount-row input { width: 100%; height: 50px; padding: 0 15px; border: 1px solid #d9cfcc; border-radius: 9px; outline: none; color: var(--ink); background: #fff; transition: border-color .18s ease, box-shadow .18s ease; }
.field input::placeholder, .discount-row input::placeholder { color: #a99da1; }
.field input:focus, .field select:focus, .discount-row input:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(184,104,127,.12); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: #b23845; }
.select-wrap { position: relative; display: block; }
.select-wrap::after { content: ""; position: absolute; top: 20px; right: 16px; width: 7px; height: 7px; border-right: 1.5px solid var(--muted); border-bottom: 1.5px solid var(--muted); pointer-events: none; transform: rotate(45deg); }
.field select { padding-right: 36px; appearance: none; }
.iti { width: 100%; }
.iti__dropdown-content { z-index: 50; }
.checkline { margin-top: 14px; display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 12px; line-height: 1.5; cursor: pointer; }
.checkline input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--rose-dark); flex: 0 0 auto; }
.checkline a { color: var(--ink); font-weight: 600; }
.checkline--terms { margin: 18px 2px 12px; }
.shipping-option { margin-top: 16px; min-height: 70px; padding: 14px 17px; border: 1px solid var(--rose); border-radius: 10px; display: grid; grid-template-columns: 18px 1fr max-content; align-items: center; gap: 13px; background: rgba(184,104,127,.045); font-size: 13px; }
.shipping-option__radio { width: 17px; height: 17px; border: 5px solid var(--rose); border-radius: 50%; background: #fff; }
.shipping-option strong { font-size: 13px; }
.shipping-option small { margin-top: 2px; display: block; color: var(--muted); font-size: 11px; }
.payment-card { overflow: hidden; border: 1px solid var(--rose); border-radius: 11px; }
.payment-card__head { min-height: 58px; padding: 12px 16px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 16px; background: rgba(184,104,127,.06); }
.payment-card__head > span { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.payment-card__head i { width: 17px; height: 17px; border: 5px solid var(--rose); border-radius: 50%; background: #fff; }
.payment-card__body { padding: 17px; background: #faf7f5; }
.payment-card__body > .field { margin-bottom: 14px; }
.card-brands { display: flex; gap: 5px; }
.card-brands b { min-width: 38px; padding: 5px 6px; border: 1px solid #ded5d2; border-radius: 4px; color: #4a3a40; background: #fff; font-size: 9px; font-style: italic; text-align: center; }
.card-input-wrap { position: relative; display: block; }
.card-input-wrap input { padding-right: 46px; }
.card-input-wrap svg { position: absolute; top: 15px; right: 15px; width: 20px; fill: none; stroke: #95878c; stroke-width: 1.7; }
.legal-entity { margin: 0 2px 17px; color: #93858a; font-size: 10px; line-height: 1.55; }
.pay-button { position: relative; width: 100%; min-height: 58px; padding: 14px 24px; border: 0; border-radius: 999px; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--rose-dark),#ae5a72); box-shadow: 0 12px 28px rgba(143,67,90,.2); font-size: 15px; font-weight: 700; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease; }
.pay-button:not(:disabled):hover { transform: translateY(-1px); box-shadow: 0 15px 34px rgba(143,67,90,.27); }
.pay-button:disabled { cursor: wait; opacity: .6; }
.pay-button__label { display: flex; align-items: center; justify-content: center; gap: 8px; }
.pay-button svg { width: 18px; height: 18px; }
.button-loader { position: absolute; left: 22px; width: 19px; height: 19px; border: 2px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
.button-loader[hidden] { display: none !important; }
.trust-row { margin-top: 19px; display: flex; justify-content: center; gap: 22px; color: var(--muted); font-size: 10px; font-weight: 600; }
.trust-row span { display: flex; align-items: center; gap: 5px; }
.trust-row svg { width: 16px; height: 16px; color: var(--rose-dark); }
.summary-heading { margin-bottom: 23px; }
.summary-heading h2 { font-size: 34px; }
.bundle-list { display: grid; gap: 9px; }
.bundle { position: relative; width: 100%; min-height: 78px; padding: 14px 15px; border: 1px solid #dfd3d0; border-radius: 12px; display: grid; grid-template-columns: 18px 1fr max-content; align-items: center; gap: 12px; background: rgba(255,255,255,.76); text-align: left; cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease; }
.bundle:hover { transform: translateY(-1px); border-color: #cbaeb6; }
.bundle.is-selected { border: 1.5px solid var(--rose-dark); background: #fff; box-shadow: 0 8px 24px rgba(75,40,52,.07); }
.bundle__radio { width: 17px; height: 17px; border: 1px solid #baaeb1; border-radius: 50%; background: #fff; }
.bundle.is-selected .bundle__radio { border: 5px solid var(--rose-dark); }
.bundle__main strong, .bundle__main small, .bundle__price strong, .bundle__price del { display: block; }
.bundle__main strong { font-size: 14px; }
.bundle__main small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.bundle__price { text-align: right; }
.bundle__price strong { font-size: 14px; }
.bundle__price del { margin-bottom: 2px; color: #a6999e; font-size: 10px; }
.bundle em { position: absolute; top: -8px; right: 14px; padding: 3px 8px; border-radius: 999px; color: #fff; background: var(--rose-dark); font-size: 8px; font-style: normal; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.summary-product { margin: 28px 0 22px; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 66px 1fr max-content; align-items: center; gap: 14px; }
.summary-product__image { position: relative; width: 66px; height: 76px; border-radius: 9px; background: #ead9d5; }
.summary-product__image img { width: 100%; height: 100%; border-radius: inherit; display: block; object-fit: cover; }
.summary-product__image span { position: absolute; top: -8px; right: -8px; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--ink); font-size: 10px; font-weight: 700; }
.summary-product > div:nth-child(2) strong { display: block; font-size: 13px; }
.summary-product > div:nth-child(2) small { margin-top: 4px; display: block; color: var(--muted); font-size: 10px; line-height: 1.35; }
.summary-product > strong { font-size: 13px; }
.discount-row { display: grid; grid-template-columns: 1fr max-content; gap: 9px; }
.discount-row input { height: 46px; background: rgba(255,255,255,.82); }
.discount-row button { padding: 0 18px; border: 1px solid var(--ink); border-radius: 9px; color: #fff; background: var(--ink); font-size: 12px; font-weight: 700; cursor: pointer; }
.discount-message { min-height: 18px; margin: 5px 3px 0; color: #a03e53; font-size: 10px; }
.totals { margin-top: 10px; }
.totals > div { padding: 5px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.totals strong { color: var(--ink); font-weight: 600; }
.totals__grand { margin-top: 9px; padding-top: 15px !important; border-top: 1px solid var(--line); align-items: baseline; color: var(--ink) !important; font-size: 15px !important; }
.totals__grand span small { margin-left: 5px; color: var(--muted); font-size: 9px; font-weight: 600; }
.totals__grand strong { font-family: "Fraunces", Georgia, serif; font-size: 26px; }
.guarantee-card { margin-top: 24px; padding: 16px; border-radius: 12px; display: flex; align-items: center; gap: 13px; color: #fff; background: var(--green); }
.guarantee-card > span { width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; font-family: "Fraunces", Georgia, serif; font-size: 18px; }
.guarantee-card strong { font-size: 12px; }
.guarantee-card p { margin: 3px 0 0; color: rgba(255,255,255,.7); font-size: 9px; line-height: 1.4; }
.checkout-footer { min-height: 60px; padding: 18px max(24px, calc((100vw - 1220px) / 2)); border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted); background: var(--paper); font-size: 10px; }
.checkout-footer nav { display: flex; flex-wrap: wrap; gap: 17px; }
.mobile-summary { display: none; }
.error-modal { position: fixed; inset: 0; z-index: 500; padding: 24px; display: none; background: rgba(35,22,29,.5); backdrop-filter: blur(5px); }
.error-modal__card { position: relative; width: min(100%,420px); margin: 16vh auto 0; padding: 30px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.error-modal__card > button { position: absolute; top: 10px; right: 13px; border: 0; background: none; color: var(--muted); font-size: 25px; cursor: pointer; }
.error-modal__icon { width: 40px; height: 40px; margin: 0 auto 13px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--rose-dark); font-weight: 700; }
.error-modal h2 { margin: 0; font-family: "Fraunces", Georgia, serif; font-size: 23px; }
.error-modal p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.page-loader { position: fixed; inset: 0; z-index: 490; display: none; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: rgba(255,253,251,.88); backdrop-filter: blur(6px); }
.page-loader span { width: 36px; height: 36px; border: 3px solid #eadadc; border-top-color: var(--rose-dark); border-radius: 50%; animation: spin .8s linear infinite; }
.page-loader p { margin: 14px 0 0; font-size: 12px; font-weight: 600; }
.hidden-payment-controls { display: none !important; }
@keyframes spin { to { transform: rotate(360deg); } }

.thank-you-page { min-height: 100vh; background: radial-gradient(circle at 18% 14%,rgba(213,142,160,.2),transparent 31%), radial-gradient(circle at 86% 75%,rgba(36,58,43,.12),transparent 28%), var(--paper); }
.thank-you { width: min(100% - 38px,660px); margin: 11vh auto 60px; padding: 56px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.86); box-shadow: var(--shadow); text-align: center; }
.thank-you__mark { width: 60px; height: 60px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--green); font-size: 25px; }
.thank-you h1 { margin: 7px 0 15px; font-family: "Fraunces",Georgia,serif; font-size: clamp(36px,6vw,55px); font-weight: 600; line-height: 1.04; letter-spacing: -.04em; }
.thank-you h1 em { color: var(--rose-dark); font-weight: 600; }
.thank-you > p:not(.eyebrow):not(.thank-you__support) { max-width: 480px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.65; }
.thank-you__order { margin: 25px 0 0; padding: 14px; border-radius: 10px; color: var(--muted); background: var(--blush); font-size: 13px; }
.thank-you__order strong { color: var(--ink); }
.thank-you__actions { margin-top: 28px; display: flex; flex-direction: column; align-items: center; gap: 15px; }
.thank-you__actions .pay-button { width: min(100%,330px); color: #fff; text-decoration: none; }
.thank-you__actions > a:last-child { color: var(--rose-dark); font-size: 12px; font-weight: 700; }
.thank-you__support { margin: 35px 0 0 !important; color: var(--muted); font-size: 11px !important; }
.thank-you__support a { color: var(--ink); font-weight: 600; }

@media (max-width: 980px) {
  .checkout-shell { grid-template-columns: 1fr; }
  .checkout-main { padding: 0 24px 58px; }
  .checkout-content { margin: 0 auto; }
  .order-panel { display: none; }
  .mobile-summary { margin: 0 -24px 40px; border-bottom: 1px solid var(--line); display: block; background: var(--blush); }
  .mobile-summary__toggle { width: 100%; height: 58px; padding: 0 max(24px, calc((100vw - 680px) / 2)); border: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--rose-dark); background: transparent; font-size: 12px; cursor: pointer; }
  .mobile-summary__toggle > span { display: flex; align-items: center; gap: 8px; }
  .bag-icon { position: relative; width: 16px; height: 15px; border: 1.5px solid currentColor; border-radius: 2px; }
  .bag-icon::before { content: ""; position: absolute; top: -5px; left: 4px; width: 6px; height: 6px; border: 1.5px solid currentColor; border-bottom: 0; border-radius: 5px 5px 0 0; }
  .mobile-summary__body { padding: 0 max(24px, calc((100vw - 680px) / 2)) 28px; }
  .mobile-summary__body .order-panel__inner { max-width: none; }
}
@media (max-width: 620px) {
  .topline { padding: 7px 15px; font-size: 9px; }
  .checkout-header { height: 68px; padding: 0 18px; }
  .wordmark { font-size: 29px; }
  .secure-note { font-size: 11px; }
  .checkout-main { padding: 0 17px 46px; }
  .mobile-summary { margin-right: -17px; margin-left: -17px; }
  .mobile-summary__toggle, .mobile-summary__body { padding-right: 17px; padding-left: 17px; }
  .checkout-steps { margin: 30px 0 38px; gap: 7px; }
  .checkout-steps span { font-size: 0; }
  .checkout-steps span b { font-size: 10px; }
  .section-heading h1, .section-heading h2 { font-size: 28px; }
  .section-heading > span { max-width: 120px; font-size: 10px; text-align: right; }
  .field--half { width: 100%; }
  .form-grid { gap: 13px; }
  .payment-card__head { align-items: flex-start; }
  .card-brands b { min-width: 30px; font-size: 7px; }
  .trust-row { gap: 10px; justify-content: space-between; }
  .trust-row span { max-width: 85px; }
  .checkout-footer { padding: 20px 17px; display: block; text-align: center; }
  .checkout-footer nav { margin-top: 13px; justify-content: center; }
  .thank-you { margin-top: 7vh; padding: 42px 22px; border-radius: 18px; }
}
