/* A visible country/currency choice, with matching order conditions on every page. */
.topbar {position:relative;z-index:45}
.topbar>.wrap {height:auto;min-height:68px;gap:20px}
.topbar nav {gap:24px;align-items:center}
.topbar .market {position:relative;font-size:14px;letter-spacing:normal;text-transform:none}
.topbar .market summary {display:flex;align-items:center;gap:22px;min-height:52px;min-width:242px;padding:7px 16px;background:#fff;border:1px solid #c8beec;border-radius:12px;cursor:pointer;font-size:16px;list-style:none}
.market summary::-webkit-details-marker {display:none}
.market-label {display:grid;gap:3px}
.market-label>small {font-size:11px;color:#60586f;font-weight:500}
.market-label>b {font-size:16px;line-height:1.25}
.market-chevron {margin-left:auto;color:#6250ae;font-size:22px;transition:transform .15s}
.market[open] .market-chevron {transform:rotate(180deg)}
.topbar .market>div {position:absolute;right:0;top:calc(100% + 8px);width:310px;padding:8px;border:1px solid #e4deef;border-radius:16px;background:#fff;box-shadow:0 12px 35px #28204024;z-index:50}
.topbar .market>div>a {display:flex;flex-direction:column;align-items:flex-start;gap:5px;padding:14px;border-radius:10px;color:#15121b;text-decoration:none;white-space:normal;line-height:1.4}
.topbar .market>div>a small {font-size:12px;font-weight:400;color:#5a516f}
.topbar .market>div>a[aria-current=true] {background:#efeaff}
.topbar .market>div>a:hover {background:#fff0b5}
.topbar .market summary:focus-visible,.topbar .market a:focus-visible {outline:3px solid #8065dd;outline-offset:3px}
.order-notice {background:#f0ecff;border-bottom:1px solid #e5ddfb;color:#282032}
.order-notice .wrap {display:flex;align-items:center;gap:18px;padding-top:16px;padding-bottom:16px}
.order-notice-market {font-size:13px;font-weight:650;border-right:1px solid #cfc4ee;padding-right:18px}
.order-notice-copy {display:flex;align-items:baseline;gap:9px;font-size:14px}
.order-notice-copy strong {font-size:21px;line-height:1.3;white-space:nowrap}
.order-notice a {margin-left:auto;font-size:13px;text-decoration:underline;text-underline-offset:4px}
.cart-minimum {background:#f0ecff;padding:16px;border-radius:12px;margin:16px 0}
.cart-minimum p {margin:0 0 8px;font-size:14px;line-height:1.5}
.cart-minimum progress {display:block;width:100%;height:6px;accent-color:#7962ce;margin:12px 0}
.cart-minimum progress::-webkit-progress-bar {background:#ded6f3;border-radius:5px}
.cart-minimum progress::-webkit-progress-value {background:#7962ce;border-radius:5px}
.cart-minimum small {display:block;line-height:1.5;color:#5c536b}
.cart-minimum[data-reached=true] {background:#f3f1fc}
.cart-line-price small {display:block;margin-top:4px;font-size:12px;color:#675e75}
.quote-minimum {border-left:3px solid #ffbb00;padding:10px 14px;background:#f5f2ff;font-size:14px;line-height:1.5}
.suggestions .suggest-price {flex-shrink:0;white-space:nowrap;color:#514183;font-size:13px;font-weight:650}
.product-foot {flex-wrap:wrap;row-gap:12px}
@media(max-width:900px) {
  .topbar nav {gap:16px}
  .topbar>.wrap>span {max-width:130px;line-height:1.5}
  .topbar nav>a {display:none}
  .topbar .market summary {min-width:225px}
  .order-notice .wrap {flex-wrap:wrap;gap:8px 14px;padding-top:12px;padding-bottom:12px}
  .order-notice-market {font-size:12px}
  .order-notice-copy strong {font-size:19px}
}
@media(max-width:600px) {
  .topbar>.wrap {min-height:70px;gap:10px}
  .topbar>.wrap>span {font-size:9px;max-width:86px;letter-spacing:0}
  .topbar .market summary {min-width:215px;min-height:52px;gap:10px;padding:7px 12px}
  .topbar .market>div {width:min(310px,calc(100vw - 32px))}
  .order-notice-market {border:0;padding:0;flex-basis:100%;font-size:11px}
  .order-notice-copy {font-size:12px;gap:6px}
  .order-notice-copy strong {font-size:18px}
  .order-notice a {font-size:11px}
  .suggestions .suggest-price {font-size:11px}
  .product-foot strong {font-size:17px}
}
@media(prefers-reduced-motion:reduce) {.market-chevron {transition:none}}
.cart-share-result {margin-top:18px;padding:16px;border:1px solid #d8cdef;border-radius:12px}
.cart-share-result label {display:block;font-size:14px;font-weight:650;margin-bottom:8px}
.cart-share-result input {width:100%;min-width:0;padding:12px;border:1px solid #d8cdef;border-radius:8px;font-size:13px;background:#fff}
.cart-share-result small {display:block;font-size:12px;line-height:1.5;margin-top:8px;color:#655977}
#cart-action-status {font-size:14px;line-height:1.5;color:#534078}
.cart-bottom>button:disabled {opacity:.5;cursor:default}
.shared-cart {padding-top:48px;padding-bottom:80px}
.shared-cart h1 {font-size:clamp(30px,4vw,54px);line-height:1.15;max-width:900px}
.shared-cart>p {font-size:16px;line-height:1.6}
.shared-summary {display:flex;justify-content:space-between;align-items:center;gap:28px;padding:28px;margin:28px 0 16px;background:#f0ecff;border-radius:20px}
.shared-summary strong {display:block;font-size:32px;margin:8px 0}
.shared-summary p {font-size:14px;margin:0}
.shared-actions {display:flex;gap:12px;flex-wrap:wrap}
.shared-product {min-width:0}
.shared-product>.product-card {height:calc(100% - 64px)}
.shared-product>p {font-size:13px;line-height:1.7;min-height:44px;margin:12px 0 20px}
.solution-cart-cta {display:flex;justify-content:space-between;align-items:center;gap:24px;background:#eee9ff;border-radius:16px;padding:28px;margin-top:20px}
.solution-cart-cta h3 {margin:0 0 8px;font-size:24px}
.solution-cart-cta p {margin:0;line-height:1.6}
.quote-teaser>.text-link {color:white;margin-top:16px}
@media(max-width:700px){.shared-summary,.solution-cart-cta {align-items:stretch;flex-direction:column;padding:20px}.shared-actions {flex-direction:column}.shared-summary strong {font-size:28px}}
