.cart-delivery-fields, .delivery-choices { border: 0; padding: 0; margin: 12px 0 0; display: grid; gap: 14px; min-width: 0; }
.cart-delivery-fields legend, .delivery-choices legend { color: var(--navy); font-size: 16px; font-weight: 750; padding: 0 0 12px; }
.field-optional { color: var(--muted); font-weight: 400; }
.cart-request-form .delivery-choice { display: flex; align-items: flex-start; gap: 12px; border: 1px solid var(--line); border-radius: 12px; padding: 16px; cursor: pointer; background: #fff; }
.cart-request-form .delivery-choice:has(input:checked) { border-color: var(--red); background: var(--red-soft); box-shadow: inset 3px 0 var(--red); }
.cart-request-form .delivery-choice input { width: 18px; height: 18px; flex: 0 0 18px; margin: 4px 0 0; accent-color: var(--red); }
.delivery-choice strong { display: block; font-size: 16px; }
.delivery-choice small { display: block; color: var(--muted); font-size: 14px; font-weight: 400; margin-top: 4px; }
.delivery-free { background: var(--navy); color: white; padding: 3px 7px; border-radius: 4px; font-size: 12px; margin-left: 5px; }
.cash-delivery-terms { background: #f1f5fa; border-left: 3px solid var(--navy); border-radius: 8px; padding: 18px; font-size: 14px; }
.cash-delivery-terms > strong { font-size: 16px; color: var(--navy); }
.cash-delivery-terms p { margin: 8px 0 14px; }
.address-checker { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 12px; align-items: center; margin: 14px 0 0; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #f8fafc; }
.address-checker .button { min-height: 42px; padding: 0 14px; font-size: 14px; }
.address-checker small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.cart-account-banner { background: var(--navy); color: #fff; border-radius: 14px; padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 26px; }
.cart-account-banner h2 { font-size: 20px; line-height: 1.3; margin: 0 0 5px; }
.cart-account-banner p { color: #d4ddeb; font-size: 14px; margin: 0; }
.cart-account-actions { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }
.cart-account-actions .button { min-height: 44px; font-size: 14px; }
.cart-account-actions .button-secondary { background: transparent; color: white; border: 1px solid #8e9caf; }
.account-dialog { position: relative; border: 0; border-radius: 18px; padding: 32px 28px 28px; width: min(480px, calc(100% - 32px)); max-height: min(760px, calc(100dvh - 32px)); overflow-y: auto; color: var(--ink); background: #fff; box-shadow: 0 24px 70px rgba(8, 18, 33, 0.3); }
.account-dialog::backdrop { background: #12233fb3; }
.account-dialog h2 { color: var(--navy); font-size: 26px; margin: 12px 0; }
.account-dialog p { font-size: 16px; line-height: 1.55; }
.account-dialog form { display: grid; gap: 16px; }
.account-dialog label { display: grid; gap: 6px; font-size: 14px; font-weight: 650; }
.account-dialog input { width: 100%; min-height: 48px; padding: 12px; border: 1px solid var(--line-dark); border-radius: 8px; font: inherit; }
.account-dialog-close { position: absolute; top: 16px; right: 16px; display: block; border: 1px solid var(--line); background: var(--soft); border-radius: 6px; padding: 7px 10px; color: var(--navy); font: inherit; font-size: 13px; font-weight: 750; }
.account-dialog-close:hover { border-color: var(--red); color: var(--red); }
.account-feedback { color: var(--red-dark); font-size: 14px; }
.home-account-choice { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 18px 0; padding: 5px; border-radius: 10px; background: var(--soft); }
.home-account-choice button { min-height: 42px; border: 1px solid transparent; border-radius: 7px; background: transparent; color: var(--navy); font: inherit; font-size: 14px; font-weight: 750; }
.home-account-choice button.is-active { border-color: var(--line); background: #fff; box-shadow: 0 2px 8px rgba(20, 42, 72, 0.1); }
.account-security-note { margin: 18px 0 0; padding: 12px 14px; border-left: 3px solid var(--green); background: #edf9f4; color: #175c3a; font-size: 14px !important; }
@media (max-width: 700px) { .cart-account-banner { align-items: flex-start; flex-direction: column; padding: 20px; } .cart-account-actions { width: 100%; } .cart-account-actions .button { flex: 1; } .address-checker { grid-template-columns: 1fr; } .address-checker .button { width: 100%; } }
