:root {
  --aerial-ink: #1d2340;
  --aerial-ink-soft: #5c6380;
  --aerial-accent: #8ed640;
  --aerial-accent-soft: #edf9db;
  --aerial-canvas: #f4f7fb;
  --aerial-surface: #ffffff;
  --aerial-line: #d9e1ee;
  --aerial-shadow: 0 18px 40px rgba(29, 35, 64, 0.1);
  --aerial-max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--aerial-canvas);
  color: var(--aerial-ink);
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
}

body.admin-bar {
  min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {
  body.admin-bar {
    min-height: calc(100vh - 46px);
  }
}

body.aerial-cart-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: Jost, sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

p,
ul {
  margin: 0;
}

.aerial-container {
  width: min(calc(100% - 32px), var(--aerial-max));
  margin-inline: auto;
}

.aerial-topbar {
  background: var(--aerial-ink);
  color: var(--aerial-surface);
  font-size: 0.72rem;
}

.aerial-topbar-inner,
.aerial-header-inner,
.aerial-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aerial-topbar-inner {
  min-height: 34px;
  justify-content: flex-end;
}

.aerial-header-shell {
  background: var(--aerial-surface);
  border-bottom: 1px solid rgba(217, 225, 238, 0.8);
}

.aerial-header-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  min-height: 72px;
  gap: 24px;
}

.site-branding {
  grid-column: 1;
  justify-self: start;
}

.aerial-primary-nav {
  grid-column: 2;
  justify-self: center;
}

.site-title {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.custom-logo {
  max-height: 38px;
  width: auto;
}

.aerial-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aerial-menu-primary {
  justify-content: center;
}

.aerial-menu-secondary,
.aerial-menu-footer {
  justify-content: flex-end;
}

.aerial-menu a {
  font-size: 0.92rem;
  font-weight: 600;
}

.aerial-menu-secondary a {
  color: var(--aerial-surface);
  font-size: 0.84rem;
  font-weight: 700;
}

.aerial-menu-divider {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
}

.aerial-header-cart {
  grid-column: 3;
  justify-self: end;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 1px solid rgba(217, 225, 238, 0.95);
  border-radius: 12px;
  background: var(--aerial-surface);
  color: var(--aerial-ink);
}

.aerial-header-cart-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
}

.aerial-header-cart-icon svg {
  width: 100%;
  height: 100%;
}

.aerial-header-cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--aerial-accent);
  color: var(--aerial-ink);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.site-main {
  position: relative;
  flex: 1 0 auto;
  overflow-x: clip;
}

.aerial-hero {
  --aerial-hero-image: none;
  position: relative;
  z-index: 0;
  overflow: visible;
  padding: 4.5rem 0 7rem;
  background:
    var(--aerial-hero-image),
    radial-gradient(circle at 85% 20%, rgba(255, 216, 153, 0.75), rgba(255, 216, 153, 0) 22%),
    linear-gradient(90deg, #252a49 0%, #252a49 56%, #90a7c9 100%);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center, center, center;
  background-size: cover, auto, auto;
  color: var(--aerial-surface);
}

.aerial-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(22, 26, 49, 0.15), rgba(22, 26, 49, 0.55)),
    linear-gradient(120deg, rgba(37, 42, 73, 0) 0%, rgba(37, 42, 73, 0.35) 52%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.aerial-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 24px;
  align-items: center;
}

.aerial-hero-title span {
  display: block;
}

.aerial-hero-title {
  max-width: 8ch;
  font-size: clamp(2.3rem, 5vw, 3.75rem);
  margin-bottom: 1rem;
}

.aerial-accent-text {
  color: var(--aerial-accent);
}

.aerial-hero-copy p {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.85);
}

.aerial-hero-art-graphic {
  min-height: 300px;
  width: 100%;
  background-image: url("../images/hero-plane.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(1.08) translateX(1.5%);
  filter: drop-shadow(0 24px 45px rgba(15, 19, 36, 0.3));
}

.aerial-hero[style*="--aerial-hero-image"] .aerial-hero-art-graphic {
  background-image: none;
}

.aerial-search-card {
  position: relative;
  z-index: 20;
  width: min(calc(100% - 32px), 760px);
  margin: -4.35rem auto 0;
  background: var(--aerial-surface);
  border-radius: 16px;
  box-shadow: var(--aerial-shadow);
}

.aerial-search-card-inner {
  padding: 1.35rem 1.5rem;
}

.aerial-search-card h2 {
  font-size: 1.4rem;
  margin-bottom: 0.35rem;
}

.aerial-search-grid {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  gap: 0.75rem;
  align-items: end;
}

.aerial-search-grid label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--aerial-ink-soft);
  font-size: 0.875rem;
}

.aerial-search-field {
  min-height: 54px;
  padding: 0.9rem 1rem;
  border: 1px solid var(--aerial-line);
  border-radius: 14px;
  color: var(--aerial-ink-soft);
  background: var(--aerial-surface);
}

.aerial-search-input,
.aerial-search-select {
  width: 100%;
  font: inherit;
  font-size: 1rem;
  line-height: 1.4;
}

.aerial-search-input:focus,
.aerial-search-select:focus {
  outline: 2px solid rgba(142, 214, 64, 0.35);
  outline-offset: 1px;
  border-color: #a9d86d;
}

.aerial-search-select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--aerial-ink) 50%),
    linear-gradient(135deg, var(--aerial-ink) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.75rem;
}

.aerial-destination-picker {
  position: relative;
}

.aerial-picker-toggle {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}

.aerial-picker-toggle-text {
  overflow: hidden;
  color: var(--aerial-ink);
  font-size: 1rem;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aerial-picker-toggle-icon {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-left: 0.85rem;
  position: relative;
}

.aerial-picker-toggle-icon::before,
.aerial-picker-toggle-icon::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 8px;
  height: 8px;
}

.aerial-picker-toggle-icon::before {
  border-right: 2px solid #7b8197;
  border-bottom: 2px solid #7b8197;
  transform: rotate(45deg);
}

.aerial-picker-toggle-icon::after {
  display: none;
}

.aerial-picker-toggle[aria-expanded="true"] {
  border-color: #5671ff;
  box-shadow: 0 0 0 2px rgba(86, 113, 255, 0.12);
}

.aerial-picker-toggle[aria-expanded="true"] .aerial-picker-toggle-icon::before {
  top: 7px;
  transform: rotate(225deg);
}

.aerial-picker-toggle[aria-expanded="true"] .aerial-picker-toggle-icon::after {
  display: none;
}

.aerial-picker-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 35;
  padding: 6px;
  border: 1px solid #d5dbec;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(29, 35, 64, 0.14);
}

.aerial-picker-search {
  width: 100%;
  min-height: 46px;
  padding: 0.8rem 0.95rem;
  border: 2px solid #5671ff;
  border-radius: 12px;
  color: var(--aerial-ink);
  font: inherit;
  outline: 0;
}

.aerial-picker-options {
  max-height: 220px;
  margin-top: 0.5rem;
  overflow-y: auto;
  padding: 0.15rem 0.1rem 0.2rem;
}

.aerial-picker-options::-webkit-scrollbar {
  width: 10px;
}

.aerial-picker-options::-webkit-scrollbar-track {
  background: transparent;
}

.aerial-picker-options::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  border-radius: 999px;
  background: #9ba2b8;
}

.aerial-picker-option {
  display: block;
  width: 100%;
  padding: 0.65rem 0.7rem;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: var(--aerial-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.aerial-picker-option:hover,
.aerial-picker-option:focus-visible,
.aerial-picker-option.is-active {
  background: #f2f5ff;
  outline: 0;
}

.aerial-picker-option[hidden] {
  display: none;
}

.aerial-picker-empty {
  padding: 0.65rem 0.7rem;
  color: var(--aerial-ink-soft);
}

.aerial-search-button-wrap {
  display: flex;
}

.aerial-search-card-inner {
  margin: 0;
}

.aerial-button {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0.75rem 1.25rem;
  border-radius: 10px;
  background: var(--aerial-ink);
  color: var(--aerial-surface);
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.aerial-button-secondary {
  background: var(--aerial-surface);
  color: var(--aerial-ink);
  border: 1px solid var(--aerial-line);
}

.aerial-button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.aerial-section {
  padding: 3.5rem 0 0.5rem;
}

.aerial-section-last {
  padding-bottom: 4.5rem;
}

.aerial-section-intro {
  width: min(calc(100% - 32px), 980px);
  margin: 0 auto 1rem;
  text-align: center;
}

.aerial-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0 auto 0.75rem;
  padding: 0.38rem 0.8rem;
  border: 1px solid rgba(142, 214, 64, 0.45);
  border-radius: 999px;
  background: var(--aerial-accent-soft);
  color: #557f1f;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.aerial-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--aerial-accent);
  box-shadow: 0 0 0 4px rgba(142, 214, 64, 0.16);
}

.aerial-section-heading {
  margin-bottom: 0.65rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.aerial-section-copy {
  max-width: 62ch;
  margin-inline: auto;
  color: var(--aerial-ink-soft);
}

.aerial-grid {
  display: grid;
  gap: 1rem;
}

.aerial-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.aerial-feature-card,
.aerial-location-card,
.aerial-step-card {
  height: 100%;
  padding: 1.15rem;
  border: 1px solid rgba(217, 225, 238, 0.8);
  border-radius: 14px;
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-card-kicker {
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.8rem;
  border-radius: 999px;
  background: #f1f7e9;
  color: #648f2d;
  font-size: 0.8rem;
  font-weight: 700;
}

.aerial-feature-card h3,
.aerial-location-card h3,
.aerial-step-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.05rem;
}

.aerial-feature-card p,
.aerial-step-card p {
  color: var(--aerial-ink-soft);
}

.aerial-callout {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(142, 214, 64, 0.55);
  border-radius: 14px;
  background: var(--aerial-surface);
  font-size: 0.875rem;
}

.aerial-tab-row {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.aerial-tab {
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--aerial-line);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.aerial-tab.is-active {
  background: var(--aerial-ink);
  color: var(--aerial-surface);
  border-color: var(--aerial-ink);
}

.aerial-location-code {
  margin-bottom: 0.35rem;
  color: var(--aerial-ink-soft);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}

.aerial-location-flag-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0.55rem;
}

.aerial-location-flag {
  display: block;
  width: 52px;
  height: 36px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(29, 35, 64, 0.12);
}

.aerial-location-card h3,
.aerial-location-card p {
  text-align: center;
}

.aerial-popular {
  color: #7ca83a;
  font-size: 0.75rem;
  font-weight: 700;
}

.aerial-content-panel {
  padding: 1.75rem;
  border: 1px solid rgba(217, 225, 238, 0.8);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(250, 252, 255, 0.98)),
    var(--aerial-surface);
}

.aerial-content-title {
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
}

.aerial-two-col {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 2rem;
}

.aerial-two-col p + p {
  margin-top: 1rem;
}

.aerial-list {
  margin: 0;
  padding-left: 1.1rem;
}

.aerial-list li + li {
  margin-top: 0.7rem;
}

.aerial-note {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #dbe9ff;
  color: var(--aerial-ink-soft);
  font-size: 0.875rem;
}

.aerial-list-small {
  margin-top: 0.85rem;
  color: var(--aerial-ink-soft);
  font-size: 0.875rem;
}

.aerial-page {
  flex: 1 0 auto;
  padding: 3.5rem 0;
}

.aerial-basket-page {
  padding: 2.5rem 0 4.5rem;
}

.aerial-basket-shell {
  width: min(calc(100% - 32px), 1180px);
}

.aerial-checkout-page {
  padding: 2.5rem 0 4.5rem;
}

.aerial-checkout-shell {
  width: min(calc(100% - 32px), 1180px);
}

.aerial-basket-header {
  margin-bottom: 1.25rem;
}

.aerial-checkout-header {
  margin-bottom: 1.25rem;
}

.aerial-basket-title {
  font-size: clamp(2.4rem, 5vw, 3.5rem);
}

.aerial-checkout-title {
  font-size: clamp(2.4rem, 5vw, 3.5rem);
}

.aerial-basket-card {
  padding: 1.75rem;
  border-radius: 24px;
  background: var(--aerial-surface);
  box-shadow: 0 18px 40px rgba(29, 35, 64, 0.08);
}

.aerial-checkout-card {
  padding: 1.75rem;
  border-radius: 24px;
  background: var(--aerial-surface);
  box-shadow: 0 18px 40px rgba(29, 35, 64, 0.08);
}

.aerial-checkout-entry > * {
  margin-top: 0;
}

.aerial-basket-card .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 2rem;
  align-items: start;
}

.aerial-basket-card .woocommerce-cart-form,
.aerial-basket-card .cart-collaterals,
.aerial-basket-card .cross-sells {
  min-width: 0;
}

.aerial-basket-card .woocommerce-cart-form {
  grid-column: 1;
  float: none;
  width: auto;
}

.aerial-basket-card .cart-collaterals {
  grid-column: 2;
  float: none;
  width: auto;
  margin: 0;
}

.aerial-basket-card .cart-collaterals::after,
.aerial-basket-card .cart-collaterals::before,
.aerial-basket-card .woocommerce::after,
.aerial-basket-card .woocommerce::before {
  display: none;
}

.aerial-basket-card .cart_totals {
  float: none;
  width: 100%;
  max-width: none;
}

.aerial-basket-card .woocommerce .cart-collaterals .cart_totals,
.aerial-basket-card .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100% !important;
  max-width: none;
}

.aerial-basket-card .shop_table {
  width: 100%;
  margin: 0;
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 18px;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--aerial-surface);
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-basket-card .shop_table th,
.aerial-basket-card .shop_table td {
  padding: 1rem;
  border-color: rgba(217, 225, 238, 0.8);
}

.aerial-basket-card .shop_table thead th {
  color: var(--aerial-ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aerial-basket-card .product-name a {
  color: var(--aerial-ink);
  font-family: Jost, sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.aerial-basket-card .product-name dl.variation,
.aerial-basket-card .product-name .wc-item-meta,
.aerial-basket-card .product-name p,
.aerial-basket-card .product-price,
.aerial-basket-card .product-subtotal {
  color: var(--aerial-ink-soft);
}

.aerial-basket-card .product-thumbnail img {
  width: 72px;
  border-radius: 14px;
}

.aerial-basket-card .quantity .qty,
.aerial-basket-card #coupon_code {
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--aerial-line);
  border-radius: 12px;
  font: inherit;
}

.aerial-basket-card .quantity .qty {
  width: 88px;
  text-align: center;
}

.aerial-basket-card .actions {
  padding-top: 1.25rem;
}

.aerial-basket-card .shop_table.cart {
  table-layout: auto;
}

.aerial-basket-card .shop_table.cart th.product-remove,
.aerial-basket-card .shop_table.cart td.product-remove {
  width: 46px;
}

.aerial-basket-card .shop_table.cart th.product-thumbnail,
.aerial-basket-card .shop_table.cart td.product-thumbnail {
  width: 92px;
}

.aerial-basket-card .shop_table.cart th.product-quantity,
.aerial-basket-card .shop_table.cart td.product-quantity {
  width: 120px;
}

.aerial-basket-card .shop_table.cart th.product-price,
.aerial-basket-card .shop_table.cart td.product-price,
.aerial-basket-card .shop_table.cart th.product-subtotal,
.aerial-basket-card .shop_table.cart td.product-subtotal {
  width: 130px;
}

.aerial-basket-card .shop_table.cart td.product-name {
  min-width: 260px;
}

.aerial-basket-card .coupon {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.aerial-basket-card #coupon_code {
  min-width: 220px;
}

.aerial-basket-card .button,
.aerial-basket-card button.button,
.aerial-basket-card .checkout-button {
  min-height: 52px;
  border-radius: 12px;
  background: var(--aerial-ink);
  color: var(--aerial-surface);
  font: inherit;
  font-weight: 700;
  border: 0;
  box-shadow: none;
}

.aerial-basket-card .button:hover,
.aerial-basket-card button.button:hover,
.aerial-basket-card .checkout-button:hover {
  background: #141930;
  color: var(--aerial-surface);
}

.aerial-basket-card .button[name="update_cart"],
.aerial-basket-card .button[name="apply_coupon"] {
  background: var(--aerial-surface);
  color: var(--aerial-ink);
  border: 1px solid var(--aerial-line);
}

.aerial-basket-card .checkout-button,
.aerial-basket-card .checkout-button.button,
.aerial-basket-card a.checkout-button {
  background: var(--aerial-ink) !important;
  color: var(--aerial-surface) !important;
}

.aerial-basket-card .cart-collaterals {
  position: sticky;
  top: 24px;
}

.aerial-basket-card .cart_totals,
.aerial-basket-card .cross-sells {
  padding: 1.35rem;
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 18px;
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-basket-card .cart_totals h2,
.aerial-basket-card .cross-sells h2 {
  margin-bottom: 1rem;
  font-size: 1.55rem;
  line-height: 1.05;
}

.aerial-basket-card .cart_totals .shop_table {
  border: 0;
  box-shadow: none;
}

.aerial-basket-card .cart_totals .checkout-button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.25rem;
  min-height: 0;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
}

.aerial-basket-card .cross-sells {
  margin-top: 1.5rem;
}

.aerial-basket-card ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.aerial-basket-card ul.products li.product {
  width: 100%;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 16px;
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-checkout-card .wp-block-woocommerce-checkout {
  display: block;
  width: 100%;
  max-width: none;
}

.aerial-checkout-card .wc-block-components-sidebar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 2rem;
  align-items: start;
}

.aerial-checkout-card .wc-block-components-sidebar-layout > .wc-block-components-notices {
  grid-column: 1 / -1;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  margin: 0 0 1.25rem;
}

.aerial-checkout-card .wc-block-components-sidebar-layout > .wc-block-components-notices:empty {
  display: none;
}

.aerial-checkout-card .wc-block-components-notices,
.aerial-checkout-card .wc-block-components-notices__snackbar,
.aerial-checkout-card .wc-block-components-notice-snackbar-list,
.aerial-checkout-card .wc-block-components-totals-wrapper,
.aerial-checkout-card .wc-block-checkout__actions,
.aerial-checkout-card .myhub-email-delivery-mount,
.aerial-checkout-card .myhub-email-delivery {
  min-height: 0;
}

.aerial-checkout-card .wc-block-components-main,
.aerial-checkout-card .wc-block-components-sidebar {
  width: auto;
  margin: 0;
  min-width: 0;
  max-width: none;
}

.aerial-checkout-card .wc-block-components-main {
  grid-column: 1;
  display: block;
}

.aerial-checkout-card .wc-block-components-sidebar {
  grid-column: 2;
  position: sticky;
  top: 24px;
  width: 360px;
  justify-self: end;
  align-self: start;
}

.aerial-checkout-card .wc-block-components-main > *,
.aerial-checkout-card .wc-block-components-sidebar > * {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.aerial-checkout-card .wc-block-components-main > .wc-block-checkout__actions,
.aerial-checkout-card .wc-block-components-main > .wc-block-checkout__form,
.aerial-checkout-card .wc-block-components-main > .wc-block-components-totals-wrapper,
.aerial-checkout-card .wc-block-components-sidebar > .wc-block-components-totals-wrapper,
.aerial-checkout-card .wc-block-components-sidebar > .wc-block-checkout__actions,
.aerial-checkout-card .wc-block-components-sidebar > .wc-block-checkout__form {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.aerial-checkout-card .wc-block-components-main > .wc-block-checkout__actions:empty,
.aerial-checkout-card .wc-block-components-main > .wc-block-checkout__form:empty,
.aerial-checkout-card .wc-block-components-main > .wc-block-components-totals-wrapper:empty,
.aerial-checkout-card .wc-block-components-sidebar > .wc-block-components-totals-wrapper:empty,
.aerial-checkout-card .wc-block-components-sidebar > .wc-block-checkout__actions:empty,
.aerial-checkout-card .wc-block-components-sidebar > .wc-block-checkout__form:empty {
  display: none;
}

.aerial-checkout-card .wc-block-components-main > *:not(.wc-block-components-notice-banner),
.aerial-checkout-card .wc-block-components-sidebar > * {
  padding: 1.35rem;
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 18px;
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-checkout-card .wc-block-components-main > * + *,
.aerial-checkout-card .wc-block-components-sidebar > * + * {
  margin-top: 1.25rem;
}

.aerial-checkout-card .wc-block-components-sidebar > *:first-child {
  margin-top: 0 !important;
}

.aerial-checkout-card .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.aerial-checkout-card .wc-block-components-sidebar .wc-block-components-order-summary,
.aerial-checkout-card .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  margin-top: 0 !important;
}

.aerial-checkout-card .wc-block-components-notice-banner,
.aerial-checkout-card .woocommerce-NoticeGroup,
.aerial-checkout-card .woocommerce-error,
.aerial-checkout-card .woocommerce-info,
.aerial-checkout-card .woocommerce-message,
.aerial-checkout-card .myhub-email-delivery {
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 18px;
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-checkout-card .myhub-email-delivery-mount {
  margin: 0 0 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.aerial-checkout-card .myhub-email-delivery-mount:empty,
.aerial-checkout-card .myhub-email-delivery:empty,
.aerial-checkout-card .wc-block-components-notices__snackbar:empty,
.aerial-checkout-card .wc-block-components-notice-snackbar-list {
  display: none;
}

.aerial-checkout-card .wc-block-checkout__actions,
.aerial-checkout-card .wc-block-components-totals-wrapper,
.aerial-checkout-card .wc-block-checkout__form {
  background: transparent;
}

.aerial-checkout-card .wc-block-components-sidebar .wc-block-components-totals-wrapper,
.aerial-checkout-card .wc-block-components-main .wc-block-components-totals-wrapper {
  margin-top: 0;
}

.aerial-checkout-card .wc-block-components-title.wc-block-components-title,
.aerial-checkout-card .wc-block-checkout__contact-fields h2,
.aerial-checkout-card .wc-block-checkout__shipping-fields h2,
.aerial-checkout-card .wc-block-checkout__billing-fields h2,
.aerial-checkout-card .wc-block-checkout__additional-fields h2 {
  margin-bottom: 1rem;
  font-size: 1.55rem;
}

.aerial-checkout-card label {
  margin-bottom: 0.4rem;
  color: var(--aerial-ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.aerial-checkout-card input[type="text"],
.aerial-checkout-card input[type="tel"],
.aerial-checkout-card input[type="email"],
.aerial-checkout-card select,
.aerial-checkout-card textarea,
.aerial-checkout-card .wc-block-components-text-input input,
.aerial-checkout-card .wc-block-components-combobox-control .components-combobox-control__input,
.aerial-checkout-card .wc-block-components-address-form__country select {
  min-height: 50px;
  padding: 0.8rem 1rem;
  border: 1px solid var(--aerial-line);
  border-radius: 12px;
  font: inherit;
  color: var(--aerial-ink);
  background: var(--aerial-surface);
}

.aerial-checkout-card textarea {
  min-height: 120px;
}

.aerial-checkout-card .wc-block-components-order-summary .wc-block-components-panel,
.aerial-checkout-card .wc-block-components-order-summary .wc-block-components-totals-item,
.aerial-checkout-card .wc-block-components-totals-coupon,
.aerial-checkout-card .wc-block-components-order-summary-item {
  padding-left: 0;
  padding-right: 0;
  border-color: rgba(217, 225, 238, 0.8);
  box-shadow: none;
}

.aerial-checkout-card .wc-block-components-order-summary th,
.aerial-checkout-card .wc-block-components-order-summary .wc-block-components-totals-item__label,
.aerial-checkout-card .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  color: var(--aerial-ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aerial-checkout-card .wc-block-components-radio-control__option,
.aerial-checkout-card .wc-block-components-payment-method-icons,
.aerial-checkout-card .wc-block-components-checkbox {
  color: var(--aerial-ink);
}

.aerial-checkout-card .wc-block-components-checkout-place-order-button,
.aerial-checkout-card .button,
.aerial-checkout-card button.button,
.aerial-checkout-card input.button {
  min-height: 52px;
  border-radius: 12px;
  background: var(--aerial-ink);
  color: var(--aerial-surface);
  font: inherit;
  font-weight: 700;
  border: 0;
  box-shadow: none;
}

.aerial-checkout-card .wc-block-components-checkout-place-order-button:hover,
.aerial-checkout-card .button:hover,
.aerial-checkout-card button.button:hover,
.aerial-checkout-card input.button:hover {
  background: #141930;
  color: var(--aerial-surface);
}

.aerial-checkout-card .wc-block-components-checkout-place-order-button {
  width: 100%;
}

.aerial-order-received-note {
  margin-bottom: 1.2rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgba(217, 225, 238, 0.95);
  border-radius: 18px;
  background: #f8fbff;
  box-shadow: 0 14px 30px rgba(29, 35, 64, 0.05);
}

.aerial-order-received-note h2 {
  margin-bottom: 0.45rem;
  font-size: 1.3rem;
}

.aerial-order-received-note p {
  margin: 0;
}

.aerial-order-received-email-list {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
}

.aerial-order-received-email-list li + li {
  margin-top: 0.35rem;
}
.aerial-results-page {
  padding: 2.5rem 0 4.5rem;
}

.aerial-results-shell {
  width: min(calc(100% - 32px), 1180px);
}

.aerial-results-back {
  display: inline-flex;
  margin-bottom: 1.5rem;
  color: var(--aerial-ink-soft);
  font-size: 0.95rem;
  font-weight: 600;
}

.aerial-results-hero {
  margin-bottom: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(217, 225, 238, 0.9);
}

.aerial-results-title {
  font-size: clamp(2rem, 4vw, 3rem);
}

.aerial-results-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.aerial-results-sidebar {
  position: sticky;
  top: 24px;
}

.aerial-filter-card {
  padding: 1rem;
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 16px;
  background: var(--aerial-surface);
  box-shadow: 0 14px 30px rgba(29, 35, 64, 0.06);
}

.aerial-filter-card-head,
.aerial-results-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.aerial-filter-card-head {
  margin-bottom: 1rem;
}

.aerial-filter-card-head h2,
.aerial-results-group-head h2 {
  font-size: 1.8rem;
}

.aerial-filter-card-head a {
  color: var(--aerial-ink-soft);
  font-size: 0.85rem;
}

.aerial-filter-group + .aerial-filter-group {
  margin-top: 1.15rem;
}

.aerial-filter-card .aerial-button {
  margin-top: 1rem;
}

.aerial-filter-group label,
.aerial-filter-label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--aerial-ink-soft);
  font-size: 0.84rem;
  font-weight: 700;
}

.aerial-filter-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.45rem;
  color: var(--aerial-ink);
  font-size: 0.95rem;
  font-weight: 500;
}

.aerial-results-sidebar .aerial-picker-panel {
  position: static;
  margin-top: 0.65rem;
}

.aerial-price-slider {
  display: grid;
  gap: 0.75rem;
}

.aerial-price-slider-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--aerial-ink-soft);
  font-size: 0.9rem;
}

.aerial-price-slider-head strong {
  color: var(--aerial-ink);
}

.aerial-price-slider-track {
  position: relative;
  height: 28px;
}

.aerial-price-slider-rail,
.aerial-price-slider-progress {
  position: absolute;
  top: 50%;
  height: 6px;
  border-radius: 999px;
  transform: translateY(-50%);
}

.aerial-price-slider-rail {
  left: 0;
  right: 0;
  background: rgba(194, 204, 221, 0.9);
}

.aerial-price-slider-progress {
  background: #3b6df6;
}

.aerial-price-slider-track input[type="range"] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 28px;
  margin: 0;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
}

.aerial-price-slider-track input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 999px;
  background: #3b6df6;
  box-shadow: 0 2px 8px rgba(29, 35, 64, 0.25);
  pointer-events: auto;
  -webkit-appearance: none;
}

.aerial-price-slider-track input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 999px;
  background: #3b6df6;
  box-shadow: 0 2px 8px rgba(29, 35, 64, 0.25);
  pointer-events: auto;
}

.aerial-results-group + .aerial-results-group {
  margin-top: 1.75rem;
}

.aerial-results-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.aerial-results-count {
  margin-bottom: 1rem;
  color: var(--aerial-ink-soft);
  font-size: 0.95rem;
  font-weight: 600;
}

.aerial-plan-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid rgba(217, 225, 238, 0.95);
  border-radius: 14px;
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.05);
}

.aerial-plan-card-top {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(217, 225, 238, 0.85);
}

.aerial-plan-card-title-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.45rem;
}

.aerial-plan-card-title-row h3 {
  font-size: 1rem;
  margin-right: auto;
}

.aerial-plan-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #6f8bff;
  outline: none;
}

.aerial-plan-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(111, 139, 255, 0.55);
  border-radius: 999px;
  background: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.aerial-plan-info-tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  z-index: 4;
  min-width: 170px;
  max-width: 240px;
  padding: 0.8rem 0.9rem;
  border-radius: 12px;
  background: #1a2243;
  color: #fff;
  box-shadow: 0 16px 32px rgba(16, 20, 40, 0.28);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.aerial-plan-info-tooltip::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 100%;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #1a2243 transparent transparent;
}

.aerial-plan-info:hover .aerial-plan-info-tooltip,
.aerial-plan-info:focus .aerial-plan-info-tooltip,
.aerial-plan-info:focus-within .aerial-plan-info-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.aerial-plan-card-flag-wrap img,
.aerial-search-card-flag {
  display: block;
  width: 34px;
  height: 24px;
  border-radius: 4px;
  object-fit: cover;
}

.aerial-plan-price {
  font-family: Jost, sans-serif;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.aerial-plan-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--aerial-ink-soft);
  font-size: 0.92rem;
}

.aerial-plan-meta strong {
  color: var(--aerial-ink);
  font-weight: 700;
  text-align: right;
}

.aerial-results-pagination {
  margin-top: 2rem;
}

.aerial-results-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aerial-results-pagination .page-numbers a,
.aerial-results-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(217, 225, 238, 0.95);
  border-radius: 12px;
  background: var(--aerial-surface);
  color: var(--aerial-ink);
  font-weight: 700;
}

.aerial-results-pagination .page-numbers .current {
  border-color: rgba(142, 214, 64, 0.8);
  background: rgba(142, 214, 64, 0.14);
}

.aerial-plan-cart {
  margin-top: auto;
}

.aerial-search-empty {
  padding: 2rem;
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 16px;
  background: var(--aerial-surface);
}

.aerial-search-empty h2 {
  margin-bottom: 0.65rem;
  font-size: 1.6rem;
}

.aerial-search-empty p {
  color: var(--aerial-ink-soft);
}

.aerial-cart-drawer-shell {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.aerial-cart-drawer-shell[hidden] {
  display: none !important;
}

.aerial-cart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(17, 22, 46, 0.38);
  backdrop-filter: blur(4px);
}

.aerial-cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 360px);
  height: 100%;
  background: var(--aerial-surface);
  box-shadow: -18px 0 40px rgba(18, 24, 48, 0.16);
}

body.admin-bar .aerial-cart-drawer {
  top: 32px;
  height: calc(100% - 32px);
}

@media (max-width: 782px) {
  body.admin-bar .aerial-cart-drawer {
    top: 46px;
    height: calc(100% - 46px);
  }
}

.aerial-cart-drawer-content,
.aerial-cart-drawer-inner {
  height: 100%;
}

.aerial-cart-drawer-inner {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 1.4rem 1.25rem;
}

.aerial-cart-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.aerial-cart-drawer-head h2 {
  font-size: 2rem;
}

.aerial-cart-close {
  border: 0;
  background: transparent;
  color: var(--aerial-ink-soft);
  cursor: pointer;
  font: inherit;
  font-size: 1.1rem;
  line-height: 1;
}

.aerial-cart-items {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 0.15rem;
}

.aerial-cart-item {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(217, 225, 238, 0.9);
}

.aerial-cart-item + .aerial-cart-item {
  margin-top: 1.4rem;
}

.aerial-cart-item-main {
  display: flex;
  gap: 0.9rem;
}

.aerial-cart-item-media {
  flex: 0 0 auto;
}

.aerial-cart-item-image {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  object-fit: cover;
}

.aerial-cart-item-copy h3 {
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
}

.aerial-cart-item-plan,
.aerial-cart-item-meta {
  color: var(--aerial-ink-soft);
  font-size: 0.95rem;
}

.aerial-cart-item-price {
  margin-top: 0.55rem;
  font-family: Jost, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}

.aerial-cart-item-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.95rem;
  padding-left: 52px;
}

.aerial-cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.35rem;
  border: 1px solid var(--aerial-line);
  border-radius: 12px;
}

.aerial-cart-qty button,
.aerial-cart-remove {
  border: 0;
  background: transparent;
  color: var(--aerial-ink);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
}

.aerial-cart-qty button {
  min-width: 24px;
  min-height: 24px;
}

.aerial-cart-qty span {
  min-width: 1.2rem;
  text-align: center;
  font-weight: 700;
}

.aerial-cart-remove {
  color: #d14a55;
  font-size: 0.88rem;
}

.aerial-cart-empty {
  padding: 1rem 0;
  color: var(--aerial-ink-soft);
}

.aerial-cart-drawer-footer {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(217, 225, 238, 0.9);
}

.aerial-content-shell {
  width: min(calc(100% - 32px), 900px);
}

.aerial-content-shell-wide {
  width: min(calc(100% - 32px), 1180px);
}

.aerial-entry-card {
  padding: 1.5rem;
  border-radius: 16px;
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-page-cart {
  padding-top: 2.5rem;
}

.aerial-entry-card-cart {
  padding: 2rem;
}

.aerial-entry-card .wc-block-components-notice-banner,
.aerial-entry-card .wc-block-components-notice-banner.is-info,
.aerial-entry-card .wc-block-components-notice-banner.is-success,
.aerial-entry-card .wc-block-components-notice-banner.is-error {
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 14px;
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
  color: var(--aerial-ink);
}

.aerial-entry-card .wc-block-cart {
  color: var(--aerial-ink);
}

.aerial-entry-card .wc-block-cart .wc-block-cart__submit-container,
.aerial-entry-card .wc-block-cart .wc-block-components-totals-wrapper,
.aerial-entry-card .wc-block-cart .wc-block-cart-items,
.aerial-entry-card .wc-block-cart .wc-block-cart__sidebar,
.aerial-entry-card .wc-block-cart .wc-block-cart__main {
  background: transparent;
}

.aerial-entry-card .wp-block-woocommerce-filled-cart-block {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.9fr);
  gap: 1.5rem;
  align-items: start;
}

.aerial-entry-card .wp-block-woocommerce-cart-items-block,
.aerial-entry-card .wp-block-woocommerce-cart-totals-block,
.aerial-entry-card .wc-block-cart__empty-cart__title,
.aerial-entry-card .wc-block-cart .wc-block-cart__submit-container,
.aerial-entry-card .wp-block-woocommerce-product-collection,
.aerial-entry-card .wc-block-cart__submit,
.aerial-entry-card .wc-block-components-sidebar-layout .wc-block-components-main,
.aerial-entry-card .wc-block-components-sidebar-layout .wc-block-components-sidebar {
  border-radius: 18px;
}

.aerial-entry-card .wp-block-woocommerce-cart-items-block,
.aerial-entry-card .wp-block-woocommerce-cart-totals-block,
.aerial-entry-card .wp-block-woocommerce-product-collection,
.aerial-entry-card .wc-block-cart__empty-cart__title,
.aerial-entry-card .wc-block-cart .wc-block-components-order-summary,
.aerial-entry-card .wc-block-cart .wc-block-components-totals-coupon,
.aerial-entry-card .wc-block-cart .wc-block-components-totals-item,
.aerial-entry-card .wc-block-cart .wc-block-components-panel {
  border: 1px solid rgba(217, 225, 238, 0.9);
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-entry-card .wp-block-woocommerce-cart-items-block,
.aerial-entry-card .wp-block-woocommerce-product-collection {
  padding: 1.25rem;
}

.aerial-entry-card .wp-block-woocommerce-cart-totals-block {
  padding: 1.1rem;
}

.aerial-entry-card .wc-block-cart-item {
  padding: 1rem 0;
}

.aerial-entry-card .wc-block-cart-items .wc-block-cart-items__header {
  margin-bottom: 0.75rem;
  color: var(--aerial-ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aerial-entry-card .wc-block-cart-item__wrap,
.aerial-entry-card .wc-block-components-product-metadata {
  color: var(--aerial-ink-soft);
}

.aerial-entry-card .wc-block-components-product-name,
.aerial-entry-card .wc-block-cart-item__prices,
.aerial-entry-card .wc-block-components-order-summary__content,
.aerial-entry-card .wc-block-components-totals-item__label,
.aerial-entry-card .wc-block-components-totals-item__value,
.aerial-entry-card .wc-block-formatted-money-amount {
  color: var(--aerial-ink);
}

.aerial-entry-card .wc-block-components-product-name {
  font-family: Jost, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.aerial-entry-card .wc-block-components-quantity-selector {
  border: 1px solid var(--aerial-line);
  border-radius: 12px;
  overflow: hidden;
}

.aerial-entry-card .wc-block-components-quantity-selector:after {
  display: none;
}

.aerial-entry-card .wc-block-components-quantity-selector input {
  font: inherit;
  color: var(--aerial-ink);
}

.aerial-entry-card .wc-block-components-button:not(.is-link),
.aerial-entry-card .wc-block-cart__submit-button,
.aerial-entry-card .wc-block-components-checkout-place-order-button {
  min-height: 54px;
  border-radius: 12px;
  background: var(--aerial-ink);
  color: var(--aerial-surface);
  font-family: "Instrument Sans", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
}

.aerial-entry-card .wc-block-components-button:not(.is-link):hover,
.aerial-entry-card .wc-block-cart__submit-button:hover,
.aerial-entry-card .wc-block-components-checkout-place-order-button:hover {
  background: #141930;
  color: var(--aerial-surface);
}

.aerial-entry-card .wc-block-components-totals-coupon-link,
.aerial-entry-card .wc-block-components-product-metadata__description,
.aerial-entry-card .wc-block-cart-item__remove-link {
  color: var(--aerial-ink-soft);
}

.aerial-entry-card .wc-block-cart-item__remove-link:hover,
.aerial-entry-card .wc-block-components-totals-coupon-link:hover {
  color: var(--aerial-ink);
}

.aerial-entry-card .wc-block-components-title.wc-block-components-title {
  font-family: Jost, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.aerial-entry-card .wc-block-components-order-summary .wc-block-components-panel,
.aerial-entry-card .wc-block-components-order-summary .wc-block-components-totals-item,
.aerial-entry-card .wc-block-components-order-summary .wc-block-components-totals-coupon {
  padding: 0.9rem 1rem;
  box-shadow: none;
}

.aerial-entry-card .wc-block-components-sidebar .wc-block-components-panel,
.aerial-entry-card .wc-block-components-main .wc-block-components-panel {
  margin-bottom: 0.85rem;
}

.aerial-entry-card .wp-block-woocommerce-product-collection h2 {
  margin-bottom: 0.85rem;
  font-size: 1.55rem;
}

.aerial-entry-card .wp-block-woocommerce-product-template {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.aerial-entry-card .wp-block-woocommerce-product-template > * {
  min-width: 0;
}

.aerial-entry-card .wc-block-cart__empty-cart__title {
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.aerial-entry-card-cart .entry-title {
  margin-bottom: 1.5rem;
}

.aerial-entry-card-cart .wp-block-woocommerce-filled-cart-block {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
  gap: 2rem;
}

.aerial-entry-card-cart .wp-block-woocommerce-cart-items-block,
.aerial-entry-card-cart .wp-block-woocommerce-cart-totals-block,
.aerial-entry-card-cart .wp-block-woocommerce-product-collection,
.aerial-entry-card-cart .wc-block-cart__empty-cart__title,
.aerial-entry-card-cart .wc-block-cart .wc-block-components-order-summary,
.aerial-entry-card-cart .wc-block-cart .wc-block-components-totals-coupon,
.aerial-entry-card-cart .wc-block-cart .wc-block-components-totals-item,
.aerial-entry-card-cart .wc-block-cart .wc-block-components-panel {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.aerial-entry-card-cart .wc-block-cart-items,
.aerial-entry-card-cart .wc-block-components-sidebar,
.aerial-entry-card-cart .wp-block-woocommerce-product-collection,
.aerial-entry-card-cart .wc-block-cart__empty-cart__title {
  padding: 1.35rem;
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 18px;
  background: var(--aerial-surface);
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-entry-card-cart .wc-block-components-sidebar {
  position: sticky;
  top: 24px;
}

.aerial-entry-card-cart .wc-block-cart-item {
  padding: 1.2rem 0;
}

.aerial-entry-card-cart .wc-block-cart-items .wc-block-cart-items__header {
  margin-bottom: 1rem;
}

.aerial-entry-card-cart .wc-block-components-product-name {
  font-size: 1.15rem;
}

.aerial-entry-card-cart .wc-block-components-sidebar .wc-block-components-title.wc-block-components-title {
  font-size: 1.35rem;
}

.aerial-entry-card-cart .wc-block-components-sidebar .wc-block-formatted-money-amount,
.aerial-entry-card-cart .wc-block-components-sidebar .wc-block-components-totals-item__value {
  font-weight: 700;
}

.aerial-entry-card-cart .wc-block-components-button:not(.is-link),
.aerial-entry-card-cart .wc-block-cart__submit-button {
  width: 100%;
}

.aerial-entry-card-cart .wp-block-woocommerce-product-collection {
  margin-top: 1.5rem;
}

.aerial-entry-card-cart .wp-block-woocommerce-product-template {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aerial-account-card {
  max-width: 100%;
}

.aerial-account-card .entry-content > .woocommerce,
.aerial-account-card .entry-content > .woocommerce-account {
  max-width: 100%;
}

.aerial-account-card .woocommerce-notices-wrapper,
.aerial-account-card .woocommerce-NoticeGroup,
.aerial-account-card .woocommerce-error,
.aerial-account-card .woocommerce-info,
.aerial-account-card .woocommerce-message {
  margin-bottom: 1rem;
}

.aerial-account-card .woocommerce-error,
.aerial-account-card .woocommerce-info,
.aerial-account-card .woocommerce-message {
  padding: 1rem 1.15rem;
  border: 1px solid rgba(217, 225, 238, 0.95);
  border-radius: 16px;
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(29, 35, 64, 0.04);
}

.aerial-account-form-shell {
  margin: 0 auto;
}

.aerial-account-form-panel {
  padding: 1.5rem;
  border: 1px solid rgba(217, 225, 238, 0.95);
  border-radius: 20px;
  background: var(--aerial-surface);
  box-shadow: 0 18px 40px rgba(29, 35, 64, 0.08);
}

.aerial-account-form-panel h2 {
  margin-bottom: 1.1rem;
  font-size: clamp(1.85rem, 3vw, 2.35rem);
}

.aerial-account-form-panel .form-row {
  margin-bottom: 1rem;
}

.aerial-account-card label,
.aerial-account-form-panel label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--aerial-ink-soft);
  font-size: 0.9rem;
  font-weight: 600;
}

.aerial-account-card input[type="text"],
.aerial-account-card input[type="password"],
.aerial-account-card input[type="email"],
.aerial-account-card input[type="tel"],
.aerial-account-card select,
.aerial-account-card textarea,
.aerial-account-form-panel input[type="text"],
.aerial-account-form-panel input[type="password"],
.aerial-account-form-panel input[type="email"],
.aerial-account-form-panel input[type="tel"],
.aerial-account-form-panel select,
.aerial-account-form-panel textarea {
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1rem;
  border: 1px solid #d9e1ee;
  border-radius: 14px;
  background: #fff;
  color: var(--aerial-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.aerial-account-card textarea,
.aerial-account-form-panel textarea {
  min-height: 120px;
}

.aerial-account-card input:focus,
.aerial-account-card select:focus,
.aerial-account-card textarea:focus,
.aerial-account-form-panel input:focus,
.aerial-account-form-panel select:focus,
.aerial-account-form-panel textarea:focus {
  outline: 2px solid rgba(142, 214, 64, 0.35);
  outline-offset: 1px;
  border-color: #a9d86d;
}

.aerial-account-card .button,
.aerial-account-card button.button,
.aerial-account-card .woocommerce-Button,
.aerial-account-form-panel .button,
.aerial-account-form-panel button.button,
.aerial-account-form-panel .woocommerce-button,
.aerial-account-form-panel .woocommerce-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.4rem;
  border: 0;
  border-radius: 14px;
  background: var(--aerial-ink);
  color: var(--aerial-surface);
  font-weight: 700;
  line-height: 1;
}

.aerial-account-card .button:hover,
.aerial-account-card button.button:hover,
.aerial-account-card .woocommerce-Button:hover,
.aerial-account-form-panel .button:hover,
.aerial-account-form-panel button.button:hover,
.aerial-account-form-panel .woocommerce-button:hover,
.aerial-account-form-panel .woocommerce-Button:hover {
  background: #121935;
}

.aerial-account-form-panel .form-row:last-child {
  margin-bottom: 0;
}

.aerial-account-form-panel .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 1rem;
}

.aerial-account-form-panel .woocommerce-form-login__rememberme input {
  width: auto;
  min-height: 0;
}

.aerial-account-form-panel .lost_password {
  margin-top: 1rem;
}

.aerial-account-form-switch {
  margin-top: 1.15rem;
  color: var(--aerial-ink-soft);
}

.aerial-account-form-switch a {
  font-weight: 700;
}

.aerial-account-card .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aerial-account-card .woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(217, 225, 238, 0.9);
  border-radius: 14px;
  background: #f8fbff;
  color: var(--aerial-ink);
  font-weight: 600;
}

.aerial-account-card .woocommerce-MyAccount-navigation .is-active a,
.aerial-account-card .woocommerce-MyAccount-navigation a:hover {
  border-color: rgba(142, 214, 64, 0.7);
  background: rgba(142, 214, 64, 0.12);
}

.aerial-account-card .woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.aerial-account-card .woocommerce-MyAccount-navigation,
.aerial-account-card .woocommerce-MyAccount-content {
  padding: 1.4rem;
  border: 1px solid rgba(217, 225, 238, 0.95);
  border-radius: 20px;
  background: var(--aerial-surface);
  box-shadow: 0 14px 30px rgba(29, 35, 64, 0.05);
}

.aerial-account-card .woocommerce-MyAccount-navigation {
  position: sticky;
  top: 24px;
}

.aerial-account-card .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

.aerial-account-card .woocommerce-MyAccount-content h2,
.aerial-account-card .woocommerce-MyAccount-content h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.aerial-account-card .woocommerce-MyAccount-content .addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.aerial-account-card .woocommerce-Addresses::before,
.aerial-account-card .woocommerce-Addresses::after,
.aerial-account-card .woocommerce-MyAccount-content .addresses::before,
.aerial-account-card .woocommerce-MyAccount-content .addresses::after {
  display: none;
}

.aerial-account-card .woocommerce-Addresses.u-columns,
.aerial-account-card .woocommerce-MyAccount-content .addresses {
  width: 100%;
  max-width: 100%;
}

.aerial-account-card .woocommerce-Addresses .woocommerce-Address,
.aerial-account-card .woocommerce-Addresses .u-column1,
.aerial-account-card .woocommerce-Addresses .u-column2,
.aerial-account-card .woocommerce-Addresses .col-1,
.aerial-account-card .woocommerce-Addresses .col-2 {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
}

.aerial-account-card .woocommerce-Address,
.aerial-account-card .woocommerce-EditAccountForm,
.aerial-account-card .woocommerce-form-login,
.aerial-account-card .woocommerce-form-register,
.aerial-account-card .woocommerce-orders-table,
.aerial-account-card .shop_table,
.aerial-account-card .woocommerce-address-fields {
  width: 100%;
}

.aerial-account-card .woocommerce table.shop_table {
  border: 1px solid rgba(217, 225, 238, 0.95);
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}

.aerial-account-card .woocommerce table.shop_table th,
.aerial-account-card .woocommerce table.shop_table td {
  padding: 0.95rem 1rem;
  border-color: rgba(217, 225, 238, 0.95);
}

.aerial-account-card .woocommerce table.shop_table th {
  color: var(--aerial-ink-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.aerial-account-card .woocommerce-Address-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.aerial-account-card .woocommerce-Address-title h2 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.1;
}

.aerial-account-card .woocommerce-Address-title .edit {
  flex: 0 0 auto;
  font-weight: 700;
  text-align: right;
}

.aerial-account-card .woocommerce-Address address {
  margin: 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(217, 225, 238, 0.95);
  border-radius: 16px;
  background: #f8fbff;
  font-style: normal;
  line-height: 1.65;
}

.aerial-account-card .woocommerce-account-fields,
.aerial-account-card .woocommerce-address-fields__field-wrapper,
.aerial-account-card .woocommerce form .form-row {
  margin-bottom: 1rem;
}

.aerial-account-card .woocommerce form .show-password-input {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.entry-title {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.entry-title a:hover {
  text-decoration: underline;
}

.entry-meta {
  margin-bottom: 1rem;
  color: var(--aerial-ink-soft);
  font-size: 0.9rem;
}

.entry-content > * + * {
  margin-top: 1rem;
}

.aerial-footer {
  margin-top: 0;
  padding: 2rem 0;
  background: var(--aerial-ink);
  color: var(--aerial-surface);
}

.aerial-footer-copy {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
}

@media (max-width: 900px) {
  .aerial-hero-title {
    max-width: none;
  }

  .aerial-search-card {
    margin-top: -3rem;
  }

  .aerial-grid-4,
  .aerial-two-col,
  .aerial-hero-inner,
  .aerial-results-grid {
    grid-template-columns: 1fr 1fr;
  }

  .aerial-results-layout {
    grid-template-columns: 1fr;
  }

  .aerial-results-sidebar {
    position: static;
  }

  .aerial-cart-drawer {
    width: min(100%, 400px);
  }

  .aerial-entry-card .wp-block-woocommerce-filled-cart-block,
  .aerial-entry-card .wp-block-woocommerce-product-template {
    grid-template-columns: 1fr;
  }

  .aerial-entry-card-cart .wc-block-components-sidebar {
    position: static;
  }

  .aerial-account-card .woocommerce-account .woocommerce,
  .aerial-account-card .woocommerce-MyAccount-content .addresses {
    grid-template-columns: 1fr;
  }

  .aerial-account-card .woocommerce-MyAccount-navigation {
    position: static;
  }

  .aerial-basket-card .woocommerce,
  .aerial-basket-card ul.products {
    grid-template-columns: 1fr;
  }

  .aerial-basket-card .cart-collaterals {
    grid-column: auto;
    position: static;
  }

  .aerial-basket-card .woocommerce-cart-form {
    grid-column: auto;
  }

  .aerial-checkout-card .woocommerce-checkout {
    grid-template-columns: 1fr;
  }

  .aerial-checkout-card .wc-block-components-sidebar-layout {
    grid-template-columns: 1fr;
  }

  .aerial-checkout-card .wc-block-components-main,
  .aerial-checkout-card .wc-block-components-sidebar,
  .aerial-checkout-card .wc-block-components-sidebar-layout > .wc-block-components-notices {
    grid-column: auto;
  }

  .aerial-checkout-card .wc-block-components-sidebar {
    position: static;
  }
}

@media (max-width: 781px) {
  .aerial-topbar-inner,
  .aerial-header-inner,
  .aerial-footer-inner,
  .aerial-callout,
  .aerial-search-grid,
  .aerial-hero-inner,
  .aerial-grid-4,
  .aerial-two-col,
  .aerial-results-grid,
  .aerial-results-layout,
  .aerial-filter-price-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .aerial-topbar-inner,
  .aerial-header-inner,
  .aerial-footer-inner,
  .aerial-callout {
    display: flex;
    align-items: flex-start;
  }

  .aerial-menu-secondary,
  .aerial-menu-primary,
  .aerial-menu-footer {
    justify-content: flex-start;
  }

  .aerial-header-cart {
    align-self: flex-start;
  }

  .aerial-hero {
    padding-top: 3rem;
    padding-bottom: 4.5rem;
  }

  .aerial-hero-art-graphic {
    min-height: 220px;
    transform: scale(1.02);
  }

  .aerial-search-card {
    margin-top: -2.2rem;
  }

  .aerial-picker-panel {
    position: static;
    margin-top: 0.6rem;
  }
}
