:root {
  --store-navy: #05285a;
  --store-blue: #0b559f;
  --store-teal: #0c98aa;
  --store-teal-dark: #087887;
  --store-green: #62ae35;
  --store-ink: #102f55;
  --store-muted: #5f7085;
  --store-line: #dfe8ee;
  --store-soft: #f5fafb;
  --store-warm: #fffaf1;
  --store-danger: #a63737;
  --store-shadow: 0 14px 38px rgba(5, 40, 90, .10);
}

.store-page { min-height: 56vh; color: var(--store-ink); background: #fff; }
.store-shell { width: min(1320px, calc(100% - 48px)); margin: 0 auto; }
.store-narrow-shell { max-width: 1120px; }
.store-page svg { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.store-section-kicker, .store-eyebrow { color: var(--store-teal-dark); font-size: 13px; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; }

.store-primary-button, .store-secondary-button {
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 850;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.store-primary-button { background: var(--store-navy); color: #fff; box-shadow: 0 7px 18px rgba(5,40,90,.18); }
.store-primary-button:hover { transform: translateY(-1px); box-shadow: 0 10px 23px rgba(5,40,90,.24); }
.store-primary-button:disabled { cursor: not-allowed; opacity: .55; transform: none; box-shadow: none; }
.store-secondary-button { border-color: #b9d9dd; color: var(--store-teal-dark); background: #fff; }
.store-secondary-button:hover { background: #f2fbfc; }
.store-primary-button:focus-visible, .store-secondary-button:focus-visible, .store-page button:focus-visible, .store-page a:focus-visible, .store-page input:focus-visible, .store-page select:focus-visible { outline: 3px solid rgba(15,166,183,.35); outline-offset: 3px; }

.store-hero { position: relative; overflow: hidden; border-bottom: 1px solid #e5eff2; background: linear-gradient(120deg,#f2fbfb 0%,#fff 58%,#f4f8ff 100%); }
.store-hero::before { content: ""; position: absolute; width: 410px; height: 410px; right: -120px; top: -220px; border-radius: 50%; background: rgba(35,189,197,.13); }
.store-hero-grid { position: relative; min-height: 390px; padding: 63px 0 58px; display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(290px, .75fr); align-items: center; gap: 76px; }
.store-hero-copy { max-width: 790px; }
.store-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; }
.store-eyebrow svg { width: 20px; height: 20px; }
.store-hero h1 { margin: 0; max-width: 760px; color: var(--store-navy); font-size: clamp(36px,4.2vw,59px); line-height: 1.02; letter-spacing: -.045em; font-weight: 950; }
.store-hero-copy > p { max-width: 720px; margin: 18px 0 25px; color: #345576; font-size: 18px; line-height: 1.6; }
.store-search { height: 58px; max-width: 720px; padding-left: 18px; display: flex; align-items: center; gap: 12px; border: 1px solid #c9dfe5; border-radius: 13px; background: #fff; box-shadow: 0 10px 30px rgba(5,40,90,.08); overflow: hidden; }
.store-search > svg { width: 22px; height: 22px; color: var(--store-teal-dark); }
.store-search input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; color: var(--store-ink); font-size: 16px; }
.store-search button { align-self: stretch; min-width: 108px; border: 0; color: #fff; background: var(--store-navy); font-weight: 850; cursor: pointer; }
.store-hero-trust { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 10px 22px; color: #45647f; font-size: 13px; font-weight: 750; }
.store-hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.store-hero-trust svg { color: var(--store-green); }
.store-hero-card { padding: 31px; border: 1px solid rgba(15,166,183,.24); border-radius: 19px; background: rgba(255,255,255,.90); box-shadow: var(--store-shadow); }
.store-hero-card-icon { width: 54px; height: 54px; margin-bottom: 18px; border-radius: 16px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg,var(--store-teal),#25bdc5); }
.store-hero-card-icon svg { width: 27px; height: 27px; }
.store-hero-card > strong { display: block; color: var(--store-navy); font-size: 21px; }
.store-hero-card p { margin: 10px 0 18px; color: var(--store-muted); line-height: 1.55; }
.store-hero-card a { color: var(--store-teal-dark); font-weight: 850; }

.store-toolbar { min-height: 70px; margin-bottom: 27px; border-bottom: 1px solid var(--store-line); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--store-muted); }
.store-toolbar strong { color: var(--store-navy); }
.store-toolbar-actions { display: flex; align-items: center; gap: 11px; }
.store-toolbar-actions a { min-height: 38px; padding: 7px 12px; border-radius: 8px; display: inline-flex; align-items: center; gap: 7px; color: var(--store-navy); font-weight: 800; }
.store-toolbar-actions a:hover { background: #f2f8fa; }
.store-cart-link { position: relative; border: 1px solid #cce0e4; }
.store-cart-link b { min-width: 21px; height: 21px; padding: 0 5px; border-radius: 99px; display: grid; place-items: center; color: #fff; background: var(--store-teal-dark); font-size: 11px; }

.store-catalog-layout { padding-bottom: 70px; display: grid; grid-template-columns: 235px minmax(0,1fr); gap: 34px; align-items: start; }
.store-filters { position: sticky; top: 18px; padding: 21px; border: 1px solid var(--store-line); border-radius: 14px; background: #fff; }
.store-filter-heading { margin-bottom: 20px; display: flex; justify-content: space-between; gap: 12px; }
.store-filter-heading strong { color: var(--store-navy); }
.store-filter-heading a { color: var(--store-teal-dark); font-size: 13px; font-weight: 800; }
.store-filters form { display: grid; gap: 16px; }
.store-filters label { display: grid; gap: 7px; color: #334f6b; font-size: 13px; font-weight: 800; }
.store-filters select { width: 100%; min-height: 43px; border: 1px solid #cad9e2; border-radius: 8px; padding: 0 10px; color: var(--store-ink); background: #fff; }
.store-filters .store-primary-button { width: 100%; margin-top: 3px; }
.store-results { min-width: 0; }
.store-results-heading { margin: 0 0 19px; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; }
.store-results-heading h2 { margin: 0; color: var(--store-navy); font-size: 24px; }
.store-results-heading a { color: var(--store-teal-dark); font-weight: 800; }
.store-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.store-product-card { min-width: 0; border: 1px solid var(--store-line); border-radius: 15px; background: #fff; overflow: hidden; box-shadow: 0 6px 22px rgba(5,40,90,.06); transition: transform .18s ease,box-shadow .18s ease,border-color .18s ease; }
.store-product-card:hover { transform: translateY(-3px); border-color: #b9dce1; box-shadow: 0 13px 32px rgba(5,40,90,.12); }
.store-product-cover { position: relative; aspect-ratio: 1.55; display: block; overflow: hidden; background: #edf4f6; }
.store-product-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .28s ease; }
.store-product-card:hover .store-product-cover img { transform: scale(1.025); }
.store-product-badge { position: absolute; left: 12px; top: 12px; max-width: calc(100% - 24px); padding: 6px 9px; border-radius: 7px; color: #fff; background: var(--store-navy); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.store-product-body { padding: 17px; }
.store-product-meta { min-height: 20px; display: flex; gap: 7px; flex-wrap: wrap; color: var(--store-teal-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .035em; }
.store-product-meta span + span::before { content: "·"; margin-right: 7px; color: #a6b6c3; }
.store-product-card h2 { min-height: 48px; margin: 7px 0 7px; color: var(--store-navy); font-size: 17px; line-height: 1.38; }
.store-product-card h2 a:hover { color: var(--store-teal-dark); }
.store-product-seller { margin: 0 0 17px; color: var(--store-muted); font-size: 12px; }
.store-product-footer { min-height: 51px; padding-top: 14px; border-top: 1px solid #edf1f4; display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.store-product-price { display: grid; gap: 2px; }
.store-product-price del { color: #7f8c99; font-size: 11px; }
.store-product-price strong { color: var(--store-navy); font-size: 19px; }
.store-card-action { color: var(--store-teal-dark); font-size: 12px; font-weight: 900; white-space: nowrap; }
.store-pagination { margin-top: 34px; display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.store-pagination a { min-width: 39px; height: 39px; border: 1px solid var(--store-line); border-radius: 8px; display: grid; place-items: center; font-weight: 800; }
.store-pagination a:hover,.store-pagination a.active { border-color: var(--store-navy); color: #fff; background: var(--store-navy); }
.store-pagination-gap { min-width: 26px; height: 39px; display: grid; place-items: center; color: var(--store-muted); }

.store-breadcrumb { padding: 25px 0 21px; display: flex; gap: 8px; align-items: center; color: #6a7d90; font-size: 13px; overflow: hidden; white-space: nowrap; }
.store-breadcrumb a:hover { color: var(--store-teal-dark); }
.store-breadcrumb strong { min-width: 0; color: var(--store-ink); overflow: hidden; text-overflow: ellipsis; }
.store-product-layout { padding-bottom: 65px; display: grid; grid-template-columns: minmax(280px,.88fr) minmax(350px,1.18fr) minmax(275px,.69fr); gap: 40px; align-items: start; }
.store-product-gallery { position: sticky; top: 18px; }
.store-product-main-image { aspect-ratio: 1.28; border: 1px solid var(--store-line); border-radius: 17px; overflow: hidden; background: var(--store-soft); box-shadow: 0 8px 25px rgba(5,40,90,.07); }
.store-product-main-image img { width: 100%; height: 100%; object-fit: cover; }
.store-digital-note { margin-top: 13px; padding: 13px; display: flex; align-items: center; gap: 11px; border-radius: 11px; color: #31526f; background: #f3f9fa; }
.store-digital-note > svg { width: 23px; height: 23px; color: var(--store-teal-dark); }
.store-digital-note div { display: grid; gap: 2px; }
.store-digital-note strong { font-size: 13px; }
.store-digital-note span { color: var(--store-muted); font-size: 11px; }
.store-product-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.store-product-tags span { padding: 6px 9px; border-radius: 999px; color: var(--store-teal-dark); background: #eaf8f9; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.store-product-main h1 { margin: 13px 0 10px; color: var(--store-navy); font-size: clamp(30px,3vw,43px); line-height: 1.08; letter-spacing: -.035em; }
.store-product-lead { margin: 0; color: #45637e; font-size: 17px; line-height: 1.55; }
.store-product-author { margin: 14px 0 24px; color: var(--store-muted); font-size: 13px; }
.store-product-facts { margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid var(--store-line); border-radius: 13px; overflow: hidden; }
.store-product-facts div { padding: 13px 15px; display: grid; gap: 3px; border-bottom: 1px solid var(--store-line); }
.store-product-facts div:nth-child(odd) { border-right: 1px solid var(--store-line); }
.store-product-facts div:nth-last-child(-n+2) { border-bottom: 0; }
.store-product-facts dt { color: var(--store-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.store-product-facts dd { margin: 0; color: var(--store-navy); font-size: 13px; font-weight: 800; }
.store-description,.store-included { margin-top: 31px; }
.store-description h2,.store-included h2 { margin: 6px 0 13px; color: var(--store-navy); font-size: 23px; }
.store-description > div { color: #395875; line-height: 1.72; }
.store-included ul { margin: 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.store-included li { display: flex; align-items: flex-start; gap: 9px; color: #3e5b75; line-height: 1.5; }
.store-included li > svg { width: 19px; height: 19px; margin-top: 2px; color: var(--store-green); }
.store-license,.store-topic-list { padding: 12px 14px; border-radius: 9px; color: #48647d; background: #f5f8fa; font-size: 13px; line-height: 1.55; }
.store-buy-column { position: sticky; top: 18px; }
.store-buy-card { padding: 24px; border: 1px solid #cfe0e5; border-radius: 17px; background: #fff; box-shadow: var(--store-shadow); }
.store-buy-card > del { display: block; color: #7b8a98; font-size: 13px; }
.store-buy-price { display: block; margin: 3px 0; color: var(--store-navy); font-size: 32px; letter-spacing: -.02em; }
.store-buy-once { display: block; margin-bottom: 19px; color: var(--store-muted); font-size: 12px; }
.store-buy-card form,.store-buy-card > .store-primary-button { width: 100%; }
.store-buy-card form .store-primary-button,.store-favorite-button { width: 100%; }
.store-favorite-button { min-height: 43px; margin-top: 10px; border: 1px solid #cbdde3; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: var(--store-navy); background: #fff; font-weight: 800; cursor: pointer; }
.store-favorite-button.is-active { border-color: #eab7c0; color: #aa3350; background: #fff7f8; }
.store-owned-message { margin-bottom: 15px; padding: 12px; border-radius: 10px; display: flex; gap: 8px; color: #216b3c; background: #edf9f1; font-size: 13px; line-height: 1.4; }
.store-buy-security { margin-top: 17px; display: flex; align-items: flex-start; gap: 10px; }
.store-buy-security > span { width: 31px; height: 31px; border-radius: 9px; display: grid; place-items: center; color: var(--store-teal-dark); background: #edf8f9; }
.store-buy-security p { margin: 0; display: grid; color: var(--store-muted); font-size: 11px; line-height: 1.4; }
.store-buy-security strong { color: var(--store-ink); font-size: 12px; }
.store-related { padding: 43px 0 72px; border-top: 1px solid var(--store-line); }
.store-related header { margin-bottom: 22px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.store-related h2 { margin: 5px 0 0; color: var(--store-navy); font-size: 28px; }
.store-related header > a { color: var(--store-teal-dark); font-weight: 850; }
.store-related .store-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }

.store-account-page { padding-bottom: 75px; background: linear-gradient(#f8fbfc 0,#fff 280px); }
.store-page-heading { padding: 9px 0 30px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.store-page-heading h1 { margin: 6px 0 5px; color: var(--store-navy); font-size: clamp(31px,4vw,46px); letter-spacing: -.035em; }
.store-page-heading p { margin: 0; color: var(--store-muted); line-height: 1.55; }
.store-alert { margin: 0 0 22px; padding: 14px 17px; border: 1px solid #b8d9de; border-radius: 10px; color: #1b5963; background: #f0fafb; font-weight: 750; }
.store-alert.is-erro { border-color: #e6bbbb; color: #8b3030; background: #fff4f4; }
.store-alert.is-aviso { border-color: #ead4a4; color: #775617; background: #fffbf0; }
.store-empty { min-height: 330px; padding: 55px 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.store-empty > span { width: 62px; height: 62px; border-radius: 18px; display: grid; place-items: center; color: var(--store-teal-dark); background: #eaf8f9; }
.store-empty > span svg { width: 29px; height: 29px; }
.store-empty h1,.store-empty h2 { margin: 18px 0 7px; color: var(--store-navy); }
.store-empty p { max-width: 510px; margin: 0 0 22px; color: var(--store-muted); line-height: 1.55; }
.store-cart-layout { display: grid; grid-template-columns: minmax(0,1fr) 350px; gap: 32px; align-items: start; }
.store-cart-items { border: 1px solid var(--store-line); border-radius: 15px; background: #fff; overflow: hidden; }
.store-cart-item { padding: 18px; display: grid; grid-template-columns: 150px minmax(0,1fr) auto; gap: 20px; align-items: center; border-bottom: 1px solid var(--store-line); }
.store-cart-cover { aspect-ratio: 1.38; border-radius: 9px; overflow: hidden; background: var(--store-soft); }
.store-cart-cover img { width: 100%; height: 100%; object-fit: cover; }
.store-cart-copy > span { color: var(--store-teal-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.store-cart-copy h2 { margin: 6px 0; color: var(--store-navy); font-size: 18px; line-height: 1.35; }
.store-cart-copy p { margin: 0; color: var(--store-muted); font-size: 12px; }
.store-cart-price { min-width: 115px; text-align: right; }
.store-cart-price strong { display: block; color: var(--store-navy); font-size: 19px; }
.store-cart-price button,.store-cart-clear button { padding: 5px 0; border: 0; color: #8f4050; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
.store-cart-clear { padding: 10px 18px; text-align: right; }
.store-order-summary { padding: 24px; border: 1px solid #cfe0e5; border-radius: 15px; background: #fff; box-shadow: var(--store-shadow); }
.store-order-summary h2 { margin: 0 0 20px; color: var(--store-navy); font-size: 21px; }
.store-order-summary > div:not(.store-buy-security) { padding: 10px 0; display: flex; justify-content: space-between; color: var(--store-muted); }
.store-order-summary .store-order-total { margin-top: 5px; padding: 17px 0; border-top: 1px solid var(--store-line); color: var(--store-navy); font-size: 20px; }
.store-order-note,.store-login-note { margin: 0 0 17px; color: var(--store-muted); font-size: 11px; line-height: 1.5; }
.store-order-summary > form,.store-order-summary > .store-primary-button,.store-order-summary > button { width: 100%; }
.store-checkout-consent { margin: 0 0 13px; display: flex; align-items: flex-start; gap: 8px; color: var(--store-muted); font-size: 11px; line-height: 1.45; }
.store-checkout-consent input { margin-top: 2px; flex: 0 0 auto; }
.store-checkout-consent a { color: var(--store-teal-dark); font-weight: 800; text-decoration: underline; }
.store-login-note { margin: 9px 0 0; text-align: center; }

.store-tabs { margin: 0 0 27px; display: flex; gap: 4px; border-bottom: 1px solid var(--store-line); }
.store-tabs a { padding: 13px 18px; border-bottom: 3px solid transparent; color: var(--store-muted); font-weight: 850; }
.store-tabs a.active { border-color: var(--store-teal); color: var(--store-navy); }
.store-library-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.store-library-card { padding: 17px; border: 1px solid var(--store-line); border-radius: 14px; display: grid; grid-template-columns: 180px minmax(0,1fr); gap: 18px; background: #fff; box-shadow: 0 6px 20px rgba(5,40,90,.05); }
.store-library-cover { aspect-ratio: 1.35; border-radius: 9px; overflow: hidden; background: var(--store-soft); }
.store-library-cover img { width: 100%; height: 100%; object-fit: cover; }
.store-library-card > div > span { color: var(--store-teal-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.store-library-card h2 { margin: 6px 0; color: var(--store-navy); font-size: 18px; line-height: 1.35; }
.store-library-card p { margin: 0 0 13px; color: var(--store-muted); font-size: 12px; }
.store-library-card .store-homologation-file { width: fit-content; margin: -4px 0 12px; padding: 5px 8px; border-radius: 999px; font-size: 10px; font-weight: 850; }
.store-homologation-file.is-simulated { color: #216a3a; background: #e9f8ee; }
.store-homologation-file.is-physical { color: #7a5717; background: #fff3d6; }
.store-library-downloads { display: flex; flex-wrap: wrap; gap: 7px; }
.store-library-downloads .store-primary-button { min-height: 39px; padding: 8px 12px; font-size: 12px; }
.store-file-pending { color: #895f1b; font-size: 12px; line-height: 1.45; text-transform: none !important; }
.store-order-help { margin: 0 0 16px; padding: 14px 16px; border: 1px solid #c9e1e5; border-radius: 11px; display: flex; align-items: center; gap: 12px 20px; color: #426079; background: #f1fafb; }
.store-order-help strong { color: var(--store-navy); }
.store-order-help span { font-size: 12px; line-height: 1.5; }
.store-orders-table-wrap { border: 1px solid var(--store-line); border-radius: 14px; background: #fff; overflow-x: auto; }
.store-orders-table { width: 100%; border-collapse: collapse; min-width: 900px; }
.store-orders-table th,.store-orders-table td { padding: 15px 17px; border-bottom: 1px solid var(--store-line); text-align: left; }
.store-orders-table th { color: var(--store-muted); background: #f7fafb; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
.store-orders-table td { color: #3b5871; font-size: 13px; }
.store-orders-table td:first-child { color: var(--store-navy); }
.store-order-actions { min-width: 150px; display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.store-order-actions form,.store-inline-action { margin: 0; }
.store-order-actions a,.store-order-actions button { border: 0; padding: 0; color: var(--store-teal-dark); background: transparent; font: inherit; font-weight: 850; text-align: left; cursor: pointer; }
.store-order-actions a.is-primary,.store-order-actions button { color: var(--store-navy); }
.store-status { width: fit-content; padding: 6px 9px; border-radius: 999px; display: inline-flex; color: #765315; background: #fff6db; font-size: 11px; font-weight: 850; white-space: nowrap; }
.store-status.is-paid { color: #236a3a; background: #e9f8ee; }
.store-status.is-risk { color: #983738; background: #fff0f0; }
.store-status.is-neutral { color: #526579; background: #edf2f5; }

.store-return-shell { max-width: 720px; padding: 75px 0 95px; text-align: center; }
.store-return-icon { width: 76px; height: 76px; margin: 0 auto 22px; border-radius: 23px; display: grid; place-items: center; color: #88611f; background: #fff3d6; }
.store-return-icon svg { width: 36px; height: 36px; }
.store-return-icon.is-paid { color: #fff; background: var(--store-green); }
.store-return-icon.is-risk { color: #fff; background: #b44646; }
.store-return-shell h1 { margin: 7px 0 11px; color: var(--store-navy); font-size: clamp(31px,4vw,46px); line-height: 1.12; }
.store-return-shell > p { max-width: 600px; margin: 0 auto 18px; color: var(--store-muted); line-height: 1.6; }
.store-return-shell > .store-status { margin: 0 auto; }
.store-return-order { margin: 28px auto; padding: 20px; max-width: 560px; border: 1px solid var(--store-line); border-radius: 13px; text-align: left; background: #fff; }
.store-return-order > div { display: flex; justify-content: space-between; color: var(--store-muted); }
.store-return-order > div strong { color: var(--store-navy); font-size: 20px; }
.store-return-order ul { margin: 15px 0 0; padding: 14px 0 0 20px; border-top: 1px solid var(--store-line); color: #426079; line-height: 1.55; }
.store-return-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.store-return-shell > small { display: block; margin-top: 20px; color: var(--store-muted); }

.store-upsell[hidden] { display: none !important; }
.store-upsell svg { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.store-upsell { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 22px; }
.store-upsell-backdrop { position: absolute; inset: 0; background: rgba(2,20,45,.68); backdrop-filter: blur(2px); }
.store-upsell-dialog { position: relative; width: min(820px,100%); max-height: min(650px,calc(100vh - 44px)); border-radius: 19px; display: grid; grid-template-columns: minmax(260px,.85fr) minmax(320px,1.15fr); background: #fff; box-shadow: 0 30px 90px rgba(0,20,50,.30); overflow: auto; }
.store-upsell-close { position: absolute; z-index: 2; right: 12px; top: 12px; width: 39px; height: 39px; border: 0; border-radius: 50%; display: grid; place-items: center; color: var(--store-navy); background: rgba(255,255,255,.93); box-shadow: 0 4px 13px rgba(0,0,0,.12); cursor: pointer; }
.store-upsell-media { min-height: 390px; background: #eaf2f5; }
.store-upsell-media img { width: 100%; height: 100%; object-fit: cover; }
.store-upsell-copy { padding: 45px 37px 36px; display: flex; flex-direction: column; justify-content: center; }
.store-upsell-kicker { display: inline-flex; align-items: center; gap: 7px; color: var(--store-teal-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.store-upsell-copy h2 { margin: 11px 0 7px; color: var(--store-navy); font-size: 30px; letter-spacing: -.025em; }
.store-upsell-copy > p { margin: 0 0 19px; color: var(--store-muted); line-height: 1.55; }
.store-upsell-copy h3 { margin: 0 0 13px; color: var(--store-ink); font-size: 20px; line-height: 1.35; }
.store-upsell-price { margin-bottom: 22px; display: grid; gap: 3px; }
.store-upsell-price strong { color: var(--store-navy); font-size: 27px; }
.store-upsell-price span { color: var(--store-muted); font-size: 12px; }
.store-upsell-actions { display: grid; gap: 8px; }
.store-upsell-actions .store-secondary-button { border: 0; }
body.store-modal-open { overflow: hidden; }

@media (max-width: 1180px) {
  .store-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .store-product-layout { grid-template-columns: minmax(260px,.8fr) minmax(350px,1.2fr); }
  .store-buy-column { position: static; grid-column: 2; }
  .store-product-gallery { grid-row: span 2; }
  .store-related .store-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .store-library-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .store-shell { width: min(100% - 32px, 1320px); }
  .store-hero-grid { min-height: 0; padding: 46px 0; grid-template-columns: 1fr; gap: 28px; }
  .store-hero-card { max-width: 600px; }
  .store-catalog-layout { grid-template-columns: 1fr; }
  .store-filters { position: static; }
  .store-filters form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .store-filters .store-primary-button { align-self: end; }
  .store-order-help { flex-direction: column; align-items: flex-start; }
  .store-product-layout { grid-template-columns: 1fr; gap: 26px; }
  .store-product-gallery,.store-buy-column { position: static; grid-column: auto; grid-row: auto; }
  .store-product-main-image { max-height: 560px; }
  .store-related .store-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .store-cart-layout { grid-template-columns: 1fr; }
  .store-order-summary { max-width: 600px; }
}

@media (max-width: 620px) {
  .store-shell { width: min(100% - 24px, 1320px); }
  .store-hero-grid { padding: 37px 0; }
  .store-hero h1 { font-size: 36px; }
  .store-hero-copy > p { font-size: 16px; }
  .store-search { height: auto; padding: 12px; flex-wrap: wrap; }
  .store-search input { height: 42px; flex: 1 1 calc(100% - 40px); }
  .store-search button { width: 100%; min-height: 43px; border-radius: 8px; }
  .store-toolbar { padding: 12px 0; align-items: flex-start; flex-direction: column; }
  .store-toolbar-actions { width: 100%; }
  .store-toolbar-actions a { flex: 1; justify-content: center; }
  .store-filters form,.store-product-grid,.store-related .store-product-grid { grid-template-columns: 1fr; }
  .store-product-card h2 { min-height: 0; }
  .store-page-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .store-page-heading .store-secondary-button { width: 100%; }
  .store-product-facts { grid-template-columns: 1fr; }
  .store-product-facts div,.store-product-facts div:nth-child(odd),.store-product-facts div:nth-last-child(-n+2) { border-right: 0; border-bottom: 1px solid var(--store-line); }
  .store-product-facts div:last-child { border-bottom: 0; }
  .store-related header { align-items: flex-start; flex-direction: column; }
  .store-cart-item { grid-template-columns: 100px minmax(0,1fr); gap: 14px; }
  .store-cart-price { grid-column: 2; display: flex; align-items: center; justify-content: space-between; text-align: left; }
  .store-library-card { grid-template-columns: 105px minmax(0,1fr); gap: 13px; }
  .store-library-downloads .store-primary-button { width: 100%; }
  .store-tabs a { flex: 1; padding: 12px 6px; text-align: center; font-size: 13px; }
  .store-upsell { padding: 12px; }
  .store-upsell-dialog { max-height: calc(100vh - 24px); grid-template-columns: 1fr; }
  .store-upsell-media { min-height: 190px; max-height: 230px; }
  .store-upsell-copy { padding: 27px 22px 22px; }
  .store-upsell-copy h2 { font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  .store-page *, .store-upsell * { scroll-behavior: auto !important; transition: none !important; }
}
