body {
  width: 100%;
  min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#container > main { flex: 1 0 auto; }
/* content */
#content, #column-left, #column-right {
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 56px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 0;
  position: static;
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* AEROPUFFiNG visual system — phase 1.1: light brand palette */
:root {
  --aero-ink: #29464d;
  --aero-teal: #16b3c4;
  --aero-mint: #61d2dc;
  --aero-cta: #08717a;
  --aero-cta-hover: #0b5562;
  --aero-mist: #edfafd;
  --aero-line: #d6edf0;
  --bs-primary: #16b3c4;
  --bs-primary-rgb: 22, 179, 196;
  --bs-link-color: #119aaa;
  --bs-link-hover-color: #087987;
}
html { background: #e8f7f9; }
body {
  background: #fbfeff;
  color: #38565d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
}
h1, h2, h3, h4, h5, h6 { color: var(--aero-ink); letter-spacing: -0.03em; }
a { text-underline-offset: 0.16em; }
.btn { border-radius: 10px; font-weight: 700; }
.btn-primary { border-color: var(--aero-cta); background: var(--aero-cta); color: #fff; box-shadow: 0 7px 15px rgba(8, 113, 122, .19); }
.btn-primary:hover, .btn-primary:focus { border-color: var(--aero-cta-hover); background: var(--aero-cta-hover); color: #fff; }
.form-control, .form-select { border-color: #c8dfe1; border-radius: 10px; }
.form-control:focus, .form-select:focus { border-color: var(--aero-mint); box-shadow: 0 0 0 .22rem rgba(76, 197, 202, .19); }

#top {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background: #ecf9fb;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a { color: #527078; }
#top .list-inline-item > a:hover, #top .list-inline-item .dropdown > a:hover { color: var(--aero-teal); }
header { padding: 14px 0 10px; background: #fff; border-bottom: 1px solid var(--aero-line); }
#logo { margin: 2px 0; }
#logo img { max-width: 238px; max-height: 58px; object-fit: contain; }
#search .form-control-lg { height: 46px; border-radius: 12px 0 0 12px; font-size: 14px; }
#search .btn-lg { padding: .72rem 1.25rem; border-radius: 0 12px 12px 0; color: #fff; background: var(--aero-teal); }
#cart .btn-lg { padding: 13px 20px; border: 0; border-radius: 12px; background: var(--aero-teal); }
#cart .dropdown-menu { border: 1px solid var(--aero-line); border-radius: 14px; background: #fff; box-shadow: 0 18px 48px rgba(7, 56, 67, .18); }

#menu {
  margin-bottom: 0;
  padding: 0 1rem;
  border: 0;
  border-radius: 0;
  background: #fff;
  background-image: none;
  box-shadow: 0 5px 16px rgba(7, 56, 67, .05);
}
#menu .navbar-nav > li > a { padding: 15px 16px; color: #46646b; text-shadow: none; font-size: 14px; font-weight: 700; }
#menu .navbar-nav > li > a:hover, #menu .navbar-nav > li > a:focus { color: #119aaa; background: rgba(97, 210, 220, .13); }
#menu .dropdown-menu { overflow: hidden; border: 1px solid var(--aero-line); border-radius: 0 0 14px 14px; box-shadow: 0 18px 40px rgba(7, 56, 67, .13); }
#menu .dropdown-item { color: var(--aero-ink); font-size: 14px; }
#menu .dropdown-item:hover { color: var(--aero-teal); background: var(--aero-mist); }
#category, #menu .navbar-toggler i { color: var(--aero-ink); text-shadow: none; }

.breadcrumb { margin: 24px 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.breadcrumb > li.breadcrumb-item { padding: 0 14px 0 0; text-shadow: none; font-size: 13px; }
.breadcrumb > li.breadcrumb-item:after { display: none; }
.breadcrumb > li.breadcrumb-item + li:before { padding-right: 10px; color: #8aa5a8; content: "/"; }

.product-thumb { overflow: hidden; border: 1px solid var(--aero-line); border-radius: 16px; background: #fff; box-shadow: 0 3px 12px rgba(7, 56, 67, .04); transition: transform .2s ease, box-shadow .2s ease; }
.product-thumb:hover { transform: translateY(-4px); box-shadow: 0 15px 32px rgba(7, 56, 67, .13); }
.product-thumb .image { background: #f4fafa; }
.product-thumb .image img { aspect-ratio: 1 / 1; width: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-thumb .description { padding: 17px 17px 55px; margin-bottom: 0; }
.product-thumb .description h4 { min-height: 44px; margin-bottom: 9px; font-size: 15px; line-height: 1.38; }
.product-thumb .description h4 a { color: var(--aero-ink); text-decoration: none; }
.product-thumb .description p { min-height: 42px; margin-bottom: 11px; color: #678084; font-size: 13px; line-height: 1.42; }
.price { color: var(--aero-ink); font-size: 17px; }
.price-new { color: var(--aero-brand); }
.price-old { margin-left: 5px; color: #8d9fa1; }
.product-thumb .button { background: #fff; }
.product-thumb .button button { color: var(--aero-teal); background: #fff; border-color: var(--aero-line); line-height: 42px; }
.product-thumb .button button:hover { color: #fff; background: var(--aero-teal); }

footer { padding: 44px 0 24px; border-top: 1px solid #d4ecef; background: #eaf8fa; color: #537077; }
footer h5 { color: #34717b; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
footer li { margin: 7px 0; }
footer a { color: #537077; }
footer a:hover { color: var(--aero-teal); }
footer hr { border-bottom-color: #c8e7eb; }
footer p { margin-bottom: 0; font-size: 13px; }

@media (max-width: 991px) {
  header { padding: 10px 0; }
  #logo img { max-width: 180px; }
  #menu { margin-bottom: 0; }
  #menu .navbar-nav > li > a { padding: 12px 0; }
  #menu .dropdown-menu { box-shadow: none; }
}

/* AEROPUFFiNG catalogue and product page — phase 2 */
.aero-catalog-page #content > h1,
.aero-product-page #content > .row.mb-3 > .col-sm:last-child > h1 {
  color: #31545b;
  font-weight: 750;
  letter-spacing: -.045em;
}
.aero-catalog-page #content > h1 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 49px); }
.aero-catalog-page .aero-catalog-intro {
  margin: 0 0 28px;
  padding: 22px;
  border: 1px solid var(--aero-line);
  border-radius: 16px;
  background: linear-gradient(105deg, rgba(255,255,255,.95), rgba(231,249,251,.82));
}
.aero-catalog-page .aero-catalog-intro .img-thumbnail {
  border: 0;
  border-radius: 12px;
  background: transparent;
}
.aero-catalog-page h3 { color: #39717a; font-size: 15px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aero-category-subcategory-section { margin: 0 0 30px; }
.aero-category-subcategory-section h3 { margin: 0 0 14px; }
.aero-category-subcategories { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 12px; width: 100%; }
.aero-category-subcategory { display: flex; min-height: 64px; padding: 15px 17px; align-items: center; justify-content: space-between; gap: 14px; border: 1px solid #cce9ed; border-radius: 14px; background: rgba(255,255,255,.86); color: #3e7179; font-size: 15px; font-weight: 700; line-height: 1.3; text-decoration: none; transition: .18s ease; }
.aero-category-subcategory:hover { transform: translateY(-2px); border-color: #64ceda; background: #eafafb; color: #119aaa; box-shadow: 0 10px 22px rgba(31,146,157,.07); }
.aero-category-subcategory i { flex: 0 0 auto; color: #6caeb6; font-size: 13px; }
.aero-category-subcategory:hover i { color: #119aaa; }
.aero-catalog-products-title { margin: 0 0 15px; color: #315b63; font-size: 25px; font-weight: 750; letter-spacing: -.025em; }
.aero-catalog-page #compare-total { border: 1px solid #cce9ed; background: #fff; color: #43808a; box-shadow: none; }
.aero-catalog-page #compare-total:hover { border-color: #71cfda; background: #e8f9fb; color: #119aaa; }
.aero-catalog-page #button-list,.aero-catalog-page #button-grid { border-color: #cce9ed; color: #578087; }
.aero-catalog-page .input-group-text { border-color: #d1e9ec; background: #f0fafb; color: #5f7d83; font-size: 13px; }
.aero-catalog-page .aero-catalog-toolbar { align-items: flex-start; margin-top: 4px; }
.aero-catalog-page .aero-catalog-toolbar .btn,
.aero-catalog-page .aero-catalog-toolbar .form-select { min-height: 42px; }
.aero-catalog-page #product-list { row-gap: 18px; margin-top: 13px; }
.aero-catalog-page #product-list > .col { display: flex; margin-bottom: 0 !important; }
.aero-catalog-page #product-list .product-thumb { width: 100%; }
.aero-catalog-page .pagination .page-link { border-color: #d5eaed; color: #119aaa; }
.aero-catalog-page .pagination .active .page-link { border-color: #16b3c4; background: #16b3c4; color: #fff; }

/* Product cards: compact product information and a stable visual baseline. */
.product-thumb { display: flex; min-width: 0; flex-direction: column; height: 100%; }
.product-thumb .image { overflow: hidden; }
.product-thumb .image > a { display: flex; aspect-ratio: 1 / 1; align-items: center; justify-content: center; }
.product-thumb .image img { transition: transform .28s ease; }
.product-thumb:hover .image img { transform: scale(1.025); }
.product-thumb .content { display: flex; min-height: 0; flex: 1 1 auto; flex-direction: column; }
.product-thumb .description { display: flex; min-height: 174px; flex: 1 1 auto; flex-direction: column; padding: 15px 16px 56px; }
.aero-product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 18px; margin-bottom: 8px; color: #789397; font-size: 11px; font-weight: 750; letter-spacing: .035em; }
.aero-product-card__badge { flex: 0 0 auto; padding: 3px 7px; border-radius: 999px; background: var(--aero-surface); color: var(--aero-cta); font-size: 10px; letter-spacing: .025em; text-transform: uppercase; }
.product-thumb .description h4 { display: -webkit-box; min-height: 62px; margin: 0 0 8px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; font-size: 15px; line-height: 1.36; }
.product-thumb .description p { display: -webkit-box; min-height: 36px; margin: 0 0 12px; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 12px; line-height: 1.48; }
.product-thumb .description .price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; margin-top: auto; }
.product-thumb .description .price-new { font-size: 20px; font-weight: 800; letter-spacing: -.025em; }
.product-thumb .description .price-old { margin: 0; font-size: 13px; text-decoration-thickness: 1px; }
.product-thumb .price-tax { display: none; }
.product-thumb .button { min-height: 46px; }
.product-thumb .button button { min-height: 46px; line-height: 44px; transition: color .18s ease, background .18s ease; }
.product-thumb .button button:first-child { background: #f1fbfc; }
.product-thumb .button button:first-child:hover { background: var(--aero-teal); }

.aero-product-page .image.magnific-popup { position: sticky; top: 18px; padding: 14px; border: 1px solid #d8edf0; border-radius: 18px; background: rgba(255,255,255,.9); }
.aero-product-page .image.magnific-popup > a:first-child { display: flex; min-height: 420px; align-items: center; justify-content: center; border-radius: 12px; background: linear-gradient(145deg, #faffff, #eaf9fb); }
.aero-product-page .image.magnific-popup > a:first-child .img-thumbnail { max-height: 410px; border: 0; background: transparent; object-fit: contain; }
.aero-product-page .image.magnific-popup > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.aero-product-page .image.magnific-popup > div a { display: inline-flex; width: 64px; height: 64px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #d5eaed; border-radius: 9px; background: #fff; }
.aero-product-page .image.magnific-popup > div .img-thumbnail { width: 100%; height: 100%; border: 0; object-fit: contain; }
.aero-product-page #content > .row.mb-3 > .col-sm:last-child { padding: clamp(14px, 2.6vw, 34px); border: 1px solid #d8edf0; border-radius: 18px; background: rgba(255,255,255,.84); }
.aero-product-page #content > .row.mb-3 > .col-sm:last-child > h1 { margin-bottom: 20px; font-size: clamp(29px, 3.5vw, 44px); line-height: 1.05; }
.aero-product-page #content > .row.mb-3 .list-unstyled { color: #648087; font-size: 14px; }
.aero-product-page .aero-product-facts { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.aero-product-page .aero-product-facts li { margin: 0; padding: 7px 10px; border: 1px solid #d8ecef; border-radius: 999px; background: #f7fcfc; color: #56777d; font-size: 12px; line-height: 1.25; }
.aero-product-page .aero-product-facts li:last-child { border-color: #c9e7df; background: #effbf7; color: #39736a; }
.aero-product-page .aero-product-price { margin: 0 0 20px; padding: 16px 18px; border: 1px solid #d8ecef; border-radius: 14px; background: linear-gradient(120deg, #fbffff, #eefafb); }
.aero-product-page .aero-product-price li { margin: 0; }
.aero-product-page .aero-product-price .price-old { display: inline-block; margin-bottom: 3px; }
.aero-product-page #content > .row.mb-3 .price-new { color: var(--aero-brand); font-size: 31px; font-weight: 800; }
.aero-product-page #content > .row.mb-3 .price-old { color: #9aabad; font-size: 16px; }
.aero-product-page #aero-variant-select { min-height: 48px; border-color: #b8e4e8; background-color: #f7fdfe; font-weight: 650; }
.aero-product-page label[for='aero-variant-select'] { margin-bottom: 7px; color: #426a70; font-size: 13px; font-weight: 800; }
.aero-product-page #aero-waitlist { padding: 12px; border-radius: 10px; background: #f2fbfc; }
.aero-product-page .aero-product-actions { margin: 0 0 13px; }
.aero-product-page .aero-product-actions .btn { width: 42px; height: 42px; padding: 0; border-color: #d3eaed; border-radius: 10px !important; color: #4a777e; }
.aero-product-page .aero-product-actions .btn + .btn { margin-left: 7px; }
.aero-product-page .aero-product-actions .btn:hover { border-color: #91d9df; background: #effbfc; color: #119aaa; }
.aero-product-page .aero-product-purchase { padding-top: 4px; border-top: 1px solid #e0eff1; }
.aero-product-page #product .input-group { overflow: hidden; border-radius: 10px; box-shadow: 0 7px 16px rgba(8, 113, 122, .14); }
.aero-product-page #product .input-group-text { border-color: #d6eaed; background: #f2fafb; color: #5c7a80; }
.aero-product-page #button-cart { border-color: var(--aero-cta); background: var(--aero-cta); color: #fff; }
.aero-product-page #button-cart:hover { border-color: var(--aero-cta-hover); background: var(--aero-cta-hover); }
.aero-product-page .aero-product-reassurance { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.aero-product-page .aero-product-reassurance li { display: flex; min-width: 0; align-items: flex-start; gap: 7px; color: #617f85; font-size: 11px; font-weight: 650; line-height: 1.35; }
.aero-product-page .aero-product-reassurance i { flex: 0 0 auto; padding-top: 2px; color: #18aebb; font-size: 13px; }
.aero-product-page .nav-tabs { gap: 6px; border-bottom-color: #d8edf0; }
.aero-product-page .nav-tabs .nav-link { border: 0; border-bottom: 3px solid transparent; color: #638087; font-weight: 700; }
.aero-product-page .nav-tabs .nav-link.active { border-bottom-color: #16b3c4; background: transparent; color: #31545b; }
.aero-product-page .tab-content { min-height: 160px; margin-bottom: 18px; padding: 24px; border: 1px solid #dceff1; border-top: 0; border-radius: 0 0 16px 16px; background: rgba(255,255,255,.72); color: #526f75; line-height: 1.62; }
.aero-product-page .table { --bs-table-bg: transparent; --bs-table-border-color: #d9ecef; }
@media (max-width: 767px) {
  .aero-catalog-page .aero-catalog-intro { padding: 16px; }
  .aero-catalog-page .aero-catalog-intro .col-3 { width: 34%; }
  .aero-catalog-page .aero-catalog-intro .col-9 { width: 66%; }
  .aero-catalog-page .aero-catalog-toolbar > [class*='col-'] { margin-bottom: 4px; }
  .aero-catalog-page #product-list { row-gap: 12px; }
  .product-thumb .description { min-height: 164px; padding: 13px 13px 55px; }
  .product-thumb .description h4 { min-height: 60px; font-size: 14px; }
  .product-thumb .description .price-new { font-size: 18px; }
  .aero-product-page .image.magnific-popup { position: static; margin-bottom: 15px; }
  .aero-product-page .image.magnific-popup > a:first-child { min-height: 310px; }
  .aero-product-page .image.magnific-popup > a:first-child .img-thumbnail { max-height: 300px; }
  .aero-product-page #content > .row.mb-3 > .col-sm:last-child { padding: 22px; }
  .aero-product-page .aero-product-price { padding: 14px 15px; }
  .aero-product-page .aero-product-facts { gap: 6px; }
  .aero-product-page .aero-product-facts li { padding: 6px 8px; }
  .aero-product-page .aero-product-reassurance { grid-template-columns: 1fr; gap: 7px; }
  .aero-product-page .aero-product-reassurance li { font-size: 12px; }
  .aero-product-page .tab-content { padding: 18px; }
}

/* Header and catalogue navigation: compact, tap-friendly mobile layout. */
header .container > .row { align-items: center; }
#menu .navbar-nav { align-items: center; }
@media (min-width: 768px) {
  #logo { display: flex; min-height: 48px; align-items: center; }
  #search .input-group { margin-bottom: 0 !important; }
  #cart { margin-bottom: 0 !important; }
}
@media (max-width: 767px) {
  #top { min-height: 38px; }
  #top .container > .row > .col-3 { display: none; }
  #top .container > .row > .col { width: 100%; text-align: center !important; }
  #top .list-inline { display: flex; align-items: center; justify-content: center; gap: 15px; margin-bottom: 0; }
  #top .list-inline-item { margin: 0 !important; }
  #top .list-inline-item > a { display: inline-flex; min-width: 24px; min-height: 36px; align-items: center; justify-content: center; }
  header { padding: 12px 0 13px; }
  header .container > .row { row-gap: 10px; }
  #logo { margin: 0; text-align: center; }
  #logo img { max-width: 192px; max-height: 46px; }
  #search .input-group { margin: 0 !important; }
  #search .form-control-lg { height: 44px; font-size: 14px; }
  #search .btn-lg { min-width: 49px; padding: .65rem .85rem; }
  #cart { margin: 0 !important; }
  #cart .btn-lg { min-height: 46px; padding: 11px 16px; font-size: 14px; }
  #menu { margin: 0; padding: 0 14px; box-shadow: 0 5px 16px rgba(7,56,67,.05); }
  #category { float: none; display: inline-flex !important; min-height: 49px; align-items: center; color: #31545b; font-size: 15px; line-height: 1; }
  #menu .navbar-toggler { min-height: 49px; padding: 0 4px 0 15px; border: 0; box-shadow: none; }
  #menu .navbar-toggler i { color: #31545b; font-size: 19px; }
  #navbar-menu { padding: 0 0 12px; border-top: 1px solid #def0f2; }
  #menu .navbar-nav { align-items: stretch; padding-top: 5px; }
  #menu .navbar-nav > li > a,
  #menu .navbar-nav > li > .dropdown-item { display: flex; min-height: 44px; align-items: center; padding: 10px 2px; border-bottom: 1px solid #edf6f7; color: #355d64; font-size: 15px; }
  #menu .navbar-nav > li > a:hover,
  #menu .navbar-nav > li > a:focus { color: #119aaa; background: transparent; }
  #menu .navbar-nav .dropdown-menu { position: static; float: none; width: 100%; margin: 0; padding: 4px 0 6px 12px; border: 0; border-radius: 0; background: #f5fcfd; box-shadow: none; transform: none !important; }
  #menu .dropdown-inner { display: block; }
  #menu .dropdown-inner ul { min-width: 0; margin: 0; }
  #menu .dropdown-item { padding: 8px 4px; color: #5d7c82; font-size: 14px; white-space: normal; }
  #menu .dropdown-divider { margin: 4px 0; }
}

/* Static pages: one readable article system for delivery, warranty and legal information. */
.aero-information-page #content { min-width: 0; }
.aero-information-page__article { max-width: 980px; padding: clamp(25px, 4vw, 48px); border: 1px solid #d8edf0; border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(242,252,253,.82)); box-shadow: 0 14px 38px rgba(31,146,157,.055); }
.aero-information-page__kicker { margin: 0 0 12px; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.aero-information-page h1 { margin: 0 0 29px; padding-bottom: 24px; border-bottom: 1px solid #dceff1; color: #31545b; font-size: clamp(31px, 4vw, 47px); font-weight: 750; letter-spacing: -.045em; }
.aero-information-page__content { color: #506f75; font-size: 16px; line-height: 1.68; }
.aero-information-page__content > :first-child { margin-top: 0; }
.aero-information-page__content > :last-child { margin-bottom: 0; }
.aero-information-page__content h2 { margin: 38px 0 14px; color: #315d64; font-size: clamp(22px, 2.6vw, 30px); font-weight: 750; letter-spacing: -.025em; line-height: 1.15; }
.aero-information-page__content h3 { margin: 27px 0 10px; color: #39717a; font-size: 15px; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }
.aero-information-page__content p { margin: 0 0 17px; }
.aero-information-page__content ul,
.aero-information-page__content ol { margin: 0 0 20px; padding-left: 22px; }
.aero-information-page__content li + li { margin-top: 7px; }
.aero-information-page__content a { color: #119aaa; font-weight: 700; text-decoration-color: rgba(17,154,170,.3); text-underline-offset: 3px; }
.aero-information-page__content a:hover { color: var(--aero-brand); text-decoration-color: var(--aero-brand); }
.aero-information-page__content table { overflow: hidden; width: 100%; margin: 22px 0; border: 1px solid #d9ecef; border-radius: 12px; color: #526f75; }
.aero-information-page__content th,
.aero-information-page__content td { padding: 12px 14px; border: 1px solid #dceff1; vertical-align: top; }
.aero-information-page__content th { color: #38666e; background: #eefafb; font-weight: 750; }
.aero-information-page__content blockquote { margin: 22px 0; padding: 14px 18px; border-left: 3px solid #39bec8; border-radius: 0 10px 10px 0; background: #f0fafb; color: #52737a; }
@media (max-width: 767px) {
  .aero-information-page__article { padding: 24px 18px; border-radius: 15px; }
  .aero-information-page h1 { margin-bottom: 23px; padding-bottom: 18px; font-size: 31px; }
  .aero-information-page__content { font-size: 15px; line-height: 1.6; }
  .aero-information-page__content h2 { margin-top: 30px; }
  .aero-information-page__content table { display: block; overflow-x: auto; }
}

/* Contacts: useful details and contact form on a single calm, responsive surface. */
.aero-contact-shell { padding: clamp(25px, 4vw, 48px); border: 1px solid #d8edf0; border-radius: 20px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(242,252,253,.82)); box-shadow: 0 14px 38px rgba(31,146,157,.055); }
.aero-contact-kicker { margin: 0 0 12px; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.aero-contact-shell > h1 { margin: 0; color: #31545b; font-size: clamp(31px, 4vw, 47px); font-weight: 750; letter-spacing: -.045em; }
.aero-contact-lead { max-width: 650px; margin: 17px 0 35px; color: #688388; font-size: 16px; line-height: 1.58; }
.aero-contact-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr); gap: 24px; align-items: start; }
.aero-contact-details,.aero-contact-form-card { padding: 23px; border: 1px solid #dbeef0; border-radius: 16px; background: rgba(255,255,255,.78); }
.aero-contact-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; padding-bottom: 15px; border-bottom: 1px solid #e0eff1; }
.aero-contact-section-head h2,.aero-contact-form-card h2,.aero-contact-locations h2 { margin: 0; color: #315d64; font-size: 21px; font-weight: 750; letter-spacing: -.025em; }
.aero-contact-section-head span { padding: 5px 8px; border-radius: 999px; background: #ecfafb; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.aero-contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.aero-contact-card { display: flex; min-width: 0; gap: 10px; padding: 14px; border: 1px solid #dceff1; border-radius: 12px; background: #fbfeff; color: #5b787e; font-size: 13px; line-height: 1.45; }
.aero-contact-card--address { grid-column: 1 / -1; }
.aero-contact-card > i { flex: 0 0 auto; margin-top: 2px; color: #19afbe; font-size: 15px; }
.aero-contact-card > div,.aero-contact-location-grid > div { min-width: 0; }
.aero-contact-card strong,.aero-contact-card span,.aero-contact-card a,.aero-contact-location-grid strong,.aero-contact-location-grid span,.aero-contact-location-grid a { display: block; }
.aero-contact-card strong,.aero-contact-location-grid strong { margin-bottom: 4px; color: #416b71; font-size: 13px; }
.aero-contact-card address,.aero-contact-location-grid address { margin: 0 0 7px; font-style: normal; }
.aero-contact-card a,.aero-contact-location-grid a { color: #119aaa; font-weight: 700; text-decoration: none; }
.aero-contact-card a:hover,.aero-contact-location-grid a:hover { color: var(--aero-brand); }
.aero-contact-locations { margin-top: 23px; }
.aero-contact-locations h2 { margin-bottom: 12px; font-size: 17px; }
.aero-contact-locations .accordion { overflow: hidden; border: 1px solid #dceff1; border-radius: 12px; }
.aero-contact-locations .accordion-item { border: 0; border-bottom: 1px solid #dceff1; }
.aero-contact-locations .accordion-item:last-child { border-bottom: 0; }
.aero-contact-locations .accordion-button { color: #496e74; font-size: 14px; font-weight: 700; background: #fbfeff; box-shadow: none; }
.aero-contact-locations .accordion-button:not(.collapsed) { color: #119aaa; background: #f0fbfc; }
.aero-contact-location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; color: #628087; font-size: 13px; line-height: 1.45; }
.aero-contact-form-card > p { margin: 8px 0 20px; color: #71898e; font-size: 13px; }
.aero-contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.aero-contact-form-grid__wide { grid-column: 1 / -1; }
.aero-contact-form-card .form-label { margin-bottom: 6px; color: #496e74; font-size: 13px; font-weight: 750; }
.aero-contact-form-card .form-control { min-height: 45px; border-color: #cfe7ea; background: #fbfeff; }
.aero-contact-form-card textarea.form-control { min-height: 155px; resize: vertical; }
.aero-contact-agree { display: flex; align-items: flex-start; justify-content: flex-end; gap: 8px; margin: 16px 0; color: #6b858a; font-size: 12px; line-height: 1.45; text-align: right; }
.aero-contact-agree .form-check-input { flex: 0 0 auto; order: -1; margin-top: 3px; }
.aero-contact-submit { min-height: 46px; padding: 11px 18px; float: right; border-color: var(--aero-cta); background: var(--aero-cta); font-weight: 750; }
.aero-contact-submit:hover { border-color: var(--aero-cta-hover); background: var(--aero-cta-hover); }
.aero-contact-submit span { margin-left: 5px; font-size: 18px; line-height: 0; }
@media (max-width: 991px) { .aero-contact-layout { grid-template-columns: 1fr; } }
@media (max-width: 767px) {
  .aero-contact-shell { padding: 24px 18px; border-radius: 15px; }
  .aero-contact-lead { margin-bottom: 25px; font-size: 15px; }
  .aero-contact-details,.aero-contact-form-card { padding: 17px; border-radius: 13px; }
  .aero-contact-cards,.aero-contact-form-grid,.aero-contact-location-grid { grid-template-columns: 1fr; }
  .aero-contact-card--address,.aero-contact-form-grid__wide { grid-column: auto; }
  .aero-contact-agree { justify-content: flex-start; text-align: left; }
  .aero-contact-submit { float: none; width: 100%; }
}

/* Account sign-in: e-mail code is primary, password remains a quiet fallback. */
.aero-login-heading { margin: 0 0 25px; }
.aero-login-heading p { margin: 0 0 8px; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.aero-login-heading h1 { margin: 0 0 10px; color: #31545b; font-size: clamp(31px, 4vw, 46px); font-weight: 750; letter-spacing: -.045em; }
.aero-login-heading span { color: #6a858a; font-size: 15px; }
.aero-login-layout { display: grid; grid-template-columns: minmax(250px, .82fr) minmax(320px, 1.18fr); gap: 19px; margin: 0; }
.aero-login-layout > .col { min-width: 0; margin: 0 !important; padding: 0; }
.aero-login-card { padding: clamp(22px, 3vw, 32px) !important; border: 1px solid #d8edf0 !important; border-radius: 17px !important; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(242,252,253,.82)); box-shadow: 0 12px 30px rgba(31,146,157,.055); }
.aero-login-card h2 { margin: 0 0 17px; color: #315d64; font-size: 24px; font-weight: 750; letter-spacing: -.025em; }
.aero-login-register { color: #628087; font-size: 14px; line-height: 1.55; }
.aero-login-register p:first-of-type { margin-bottom: 8px; color: #426c73; }
.aero-login-register .btn { min-height: 45px; margin-top: auto; padding: 10px 17px; border-color: var(--aero-cta); background: var(--aero-cta); font-weight: 750; }
.aero-login-register .btn:hover { border-color: var(--aero-cta-hover); background: var(--aero-cta-hover); }
.aero-login-signin .aero-login-card { border-color: #bce8ec !important; background: linear-gradient(145deg, #faffff, #e9fafa); }
.aero-login-signin form > p { margin-bottom: 20px; color: #55777d; font-size: 14px; }
.aero-login-signin .col-form-label { display: block; margin-bottom: 6px; padding: 0; color: #496e74; font-size: 13px; font-weight: 750; text-align: left; }
.aero-login-signin .form-control { min-height: 46px; border-color: #cfe7ea; background: rgba(255,255,255,.88); }
.aero-login-signin #button-send-login-code { min-height: 47px; border-color: var(--aero-cta); background: var(--aero-cta); font-weight: 750; }
.aero-login-signin #button-send-login-code:hover { border-color: var(--aero-cta-hover); background: var(--aero-cta-hover); }
.aero-login-signin #aero-login-code-entry .input-group { overflow: hidden; border-radius: 10px; box-shadow: 0 7px 16px rgba(31,146,157,.08); }
.aero-login-signin #button-verify-login-code { min-width: 88px; border-color: #159dab; background: #159dab; font-weight: 750; }
.aero-login-signin #aero-login-code-message { min-height: 20px; margin-top: 8px; color: #52777d; }
.aero-login-signin details { margin: 5px 0 0 !important; padding-top: 15px; border-top: 1px solid #d8ecef; }
.aero-login-signin summary { color: #5c7c82; font-size: 13px; font-weight: 700; cursor: pointer; }
.aero-login-signin details a { color: #119aaa; font-size: 13px; font-weight: 700; }
.aero-login-signin details .btn { min-height: 42px; border-color: #d0e8eb; background: #fff; color: #168f9e; }
.aero-login-signin details .btn:hover { border-color: #16b3c4; background: #16b3c4; color: #fff; }
@media (max-width: 767px) {
  .aero-login-heading { margin-bottom: 20px; }
  .aero-login-heading span { font-size: 14px; }
  .aero-login-layout { grid-template-columns: 1fr; gap: 13px; }
  .aero-login-card { padding: 22px !important; border-radius: 14px !important; }
  .aero-login-register { order: 2; }
  .aero-login-signin { order: 1; }
}

/* AEROPUFFiNG checkout journey — Figma structure, cart step */
.aero-cart-shell { padding: clamp(20px, 3vw, 38px); border: 1px solid #d5edf0; border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(241,252,253,.86)); box-shadow: 0 18px 50px rgba(31,146,157,.07); }
.aero-cart-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; margin-bottom: 28px; }
.aero-cart-kicker { margin: 0 0 8px; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.aero-cart-heading h1, .aero-cart-empty h1 { margin: 0; color: #31545b; font-size: clamp(34px, 4vw, 49px); font-weight: 750; letter-spacing: -.05em; }
.aero-cart-heading h1 small { display: inline-block; margin-left: 10px; color: #88a5aa; font-size: 15px; font-weight: 650; letter-spacing: 0; }
.aero-cart-back { color: #508087; font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.aero-cart-back:hover { color: #119aaa; }
.aero-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 330px); gap: 22px; align-items: start; }
.aero-cart-items { overflow: hidden; border: 1px solid #d7edf0; border-radius: 16px; background: rgba(255,255,255,.78); }
.aero-cart-items .table { margin: 0; --bs-table-bg: transparent; --bs-table-border-color: #dfedef; }
.aero-cart-items .table thead th { padding: 14px 16px; border-bottom-width: 1px; background: #eefafb; color: #638087; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aero-cart-items .table td { padding: 18px 16px; vertical-align: middle; }
.aero-cart-product-image { width: 106px; }
.aero-cart-product-image a { display: flex; width: 76px; height: 76px; align-items: center; justify-content: center; border: 1px solid #dceef0; border-radius: 11px; background: #fbfeff; }
.aero-cart-product-image img { max-width: 68px; max-height: 68px; object-fit: contain; }
.aero-cart-product-name > a { color: #168f9e; font-size: 15px; font-weight: 750; line-height: 1.35; text-decoration: none; }
.aero-cart-product-name small { color: #7b959a; font-size: 12px; }
.aero-cart-quantity { width: 150px; }
.aero-cart-quantity .input-group { flex-wrap: nowrap; overflow: hidden; border: 1px solid #cce8eb; border-radius: 10px; }
.aero-cart-quantity .form-control { min-width: 41px; border: 0; text-align: center; }
.aero-cart-quantity .btn { min-width: 39px; padding: 0; border: 0; border-radius: 0; }
.aero-cart-quantity .btn-primary { background: var(--aero-cta); box-shadow: none; }
.aero-cart-quantity .btn-danger { background: #fff6f4; color: #cf705f; }
.aero-cart-price,.aero-cart-total { white-space: nowrap; color: #46676e; font-weight: 650; }
.aero-cart-total { color: #31545b; font-weight: 800; }
.aero-cart-summary { padding: 24px; border: 1px solid rgba(22,179,196,.24); border-radius: 16px; background: linear-gradient(150deg, #eefcfd, #d8f5f7); }
.aero-cart-totals > div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; color: #5a777d; font-size: 14px; }
.aero-cart-totals > div strong { color: #31545b; }
.aero-cart-totals__grand { margin-top: 8px; padding-top: 17px !important; border-top: 1px solid #b7e3e7; color: #31545b !important; font-size: 18px !important; font-weight: 800; }
.aero-cart-totals__grand strong { color: var(--aero-brand) !important; font-size: 23px; }
.aero-cart-checkout { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 22px; padding: 15px 17px; border-radius: 10px; font-size: 15px; }
.aero-cart-checkout span { font-size: 20px; }
.aero-cart-summary__note { margin: 15px 0 0; color: #618087; font-size: 12px; text-align: center; }
.aero-cart-summary__note i { margin-right: 4px; color: #14adbe; }
.aero-cart-extras { margin-top: 25px; padding: 23px; border: 1px solid #d8ecef; border-radius: 16px; background: rgba(255,255,255,.72); }
.aero-cart-extras h2 { margin: 0 0 5px; color: #31545b; font-size: 20px; }.aero-cart-extras > p { color: #668288; font-size: 14px; }
.aero-cart-extras .accordion-item { border-color: #dcecef; }.aero-cart-extras .accordion-button { color: #456e75; font-weight: 700; background: #fff; }.aero-cart-extras .accordion-button:not(.collapsed) { color: #119aaa; background: #f1fbfc; box-shadow: none; }
.aero-cart-empty { max-width: 570px; margin: 44px auto; padding: 52px 35px; border: 1px solid #d7edf0; border-radius: 20px; background: linear-gradient(145deg,#fff,#eefbfc); text-align: center; }.aero-cart-empty p:not(.aero-cart-kicker) { margin: 16px 0 25px; color: #638087; }
@media (max-width: 991px) { .aero-cart-layout { grid-template-columns: 1fr; }.aero-cart-summary { position: static; }.aero-cart-checkout { max-width: 380px; } }
@media (max-width: 767px) { .aero-cart-shell { padding: 21px 14px; border-radius: 15px; }.aero-cart-heading { align-items: flex-start; flex-direction: column; margin-bottom: 20px; }.aero-cart-items { overflow: visible; border: 0; background: transparent; }.aero-cart-items .table thead { display: none; }.aero-cart-items .table, .aero-cart-items .table tbody, .aero-cart-items .table tr, .aero-cart-items .table td { display: block; width: 100%; }.aero-cart-items .table tr { position: relative; margin-bottom: 11px; padding: 13px 13px 10px 96px; border: 1px solid #d7edf0; border-radius: 13px; background: #fff; }.aero-cart-items .table td { padding: 0; border: 0; }.aero-cart-product-image { position: absolute; left: 12px; top: 13px; width: 70px; }.aero-cart-product-image a { width: 67px; height: 67px; }.aero-cart-product-image img { max-width: 58px; max-height: 58px; }.aero-cart-product-name { min-height: 71px; }.aero-cart-product-name > a { font-size: 13px; }.aero-cart-product-name ul { display: none; }.aero-cart-quantity { width: auto; margin-top: 13px; }.aero-cart-quantity form { max-width: 139px; }.aero-cart-price,.aero-cart-total { position: absolute; right: 13px; bottom: 18px; }.aero-cart-price { display: none !important; }.aero-cart-summary { padding: 20px; }.aero-cart-checkout { max-width: none; }.aero-cart-extras { padding: 18px 14px; } }

/* AEROPUFFiNG checkout journey — Figma structure, details and choices */
.aero-checkout-shell { padding: clamp(20px, 3vw, 38px); border: 1px solid #d5edf0; border-radius: 22px; background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(241,252,253,.86)); box-shadow: 0 18px 50px rgba(31,146,157,.07); }
.aero-checkout-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.aero-checkout-heading h1 { margin: 0; }
.aero-checkout-layout { display: grid; grid-template-columns: minmax(0, 7fr) minmax(280px, 3fr); gap: 25px; align-items: start; }
.aero-checkout-layout > * { min-width: 0; }
.aero-checkout-customer,.aero-checkout-choice { display: grid; gap: 15px; }
.aero-checkout-page #checkout-register,.aero-checkout-page #checkout-payment-address,.aero-checkout-page #checkout-shipping-address { position: relative; margin: 0; }.aero-checkout-page #checkout-register:before { display: block; margin: 18px 0 0; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .12em; content: 'КОНТАКТЫ И АДРЕС'; }
.aero-checkout-page #checkout-confirm { padding: 3px; border: 0; background: transparent; box-shadow: none; }.aero-checkout-page #checkout-confirm .card { border: 1px solid #d7edf0; border-radius: 16px; background: rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(31,146,157,.045); }
.aero-checkout-page #checkout-confirm .card-header { color: #31545b; }.aero-checkout-page #checkout-confirm .btn-primary { min-height: 48px; padding-right: 20px; padding-left: 20px; }
@media (max-width: 767px) { .aero-checkout-shell { padding: 21px 14px; border-radius: 15px; }.aero-checkout-heading { align-items: flex-start; flex-direction: column; } }

/* AEROPUFFiNG cart, checkout and account — phase 3 */
.aero-cart-page #shopping-cart > *,
.aero-checkout-page #checkout-register,
.aero-checkout-page #checkout-payment-address,
.aero-checkout-page #checkout-shipping-address,
.aero-checkout-page #checkout-shipping-method,
.aero-checkout-page #checkout-payment-method,
.aero-checkout-page #checkout-confirm {
  border: 1px solid #d7edf0;
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 22px rgba(31,146,157,.045);
}
.aero-cart-page h1,
.aero-checkout-page h1,
.aero-account-page h1,
.aero-orders-page h1 {
  color: #31545b;
  font-size: clamp(32px, 4vw, 46px);
  font-weight: 750;
  letter-spacing: -.045em;
}
.aero-cart-page .table,
.aero-orders-page .table { --bs-table-bg: transparent; --bs-table-border-color: #deedef; }
.aero-cart-page .table thead th,
.aero-orders-page .table thead th { border-bottom-width: 1px; background: #f0fafb; color: #5e7d83; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.aero-cart-page .table td,
.aero-orders-page .table td { padding-top: 15px; padding-bottom: 15px; vertical-align: middle; }
.aero-cart-page .table a,
.aero-orders-page .table a { color: #168f9e; font-weight: 650; }
.aero-cart-page .btn-danger { border-color: #f6c6bd; background: #fff5f3; color: #ca5d4c; }
.aero-cart-page .btn-danger:hover { border-color: #ed8f80; background: #ed8f80; color: #fff; }
.aero-cart-page .input-group-text { border-color: #d5eaed; background: #f2fafb; color: #608087; }
.aero-cart-page #shopping-cart .card,
.aero-cart-page #shopping-cart .card-body,
.aero-cart-page #shopping-cart .card-header { border-color: #d7edf0; background: transparent; }
.aero-cart-page #shopping-cart .card-header { color: #38666e; font-weight: 750; }
.aero-cart-page #shopping-cart .btn-primary { min-height: 46px; }

.aero-checkout-page #content > .row { align-items: flex-start; }
.aero-checkout-page #checkout-register,
.aero-checkout-page #checkout-payment-address,
.aero-checkout-page #checkout-shipping-address { padding: 4px 22px 22px; }
.aero-checkout-page #checkout-shipping-method,
.aero-checkout-page #checkout-payment-method,
.aero-checkout-page #checkout-confirm { overflow: hidden; }
.aero-checkout-page #checkout-shipping-method,
.aero-checkout-page #checkout-payment-method { padding: 20px; }
.aero-checkout-page .card,
.aero-checkout-page .card-header,
.aero-checkout-page .card-body { border-color: #d8edf0; background: transparent; }
.aero-checkout-page .card-header { padding: 18px 20px; color: #31545b; font-weight: 750; }
.aero-checkout-page .card-body { padding: 20px; }
.aero-checkout-page .form-control,
.aero-checkout-page .form-select { background: #fbfeff; }
.aero-checkout-page .input-group-text { border-color: #d5eaed; background: #f0fafb; color: #638087; }
.aero-checkout-page .btn-outline-primary { border-color: #9fdce3; color: #168f9e; }
.aero-checkout-page .btn-outline-primary:hover { border-color: #16b3c4; background: #16b3c4; color: #fff; }
.aero-checkout-page .table { --bs-table-bg: transparent; --bs-table-border-color: #deedef; }
.aero-checkout-page .table thead th { background: #f0fafb; color: #5e7d83; font-size: 12px; text-transform: uppercase; }

.aero-account-page #content > .list-unstyled { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0 0 31px; }
.aero-account-page #content > .list-unstyled li { margin: 0; }
.aero-account-page #content > .list-unstyled a { display: block; min-height: 53px; padding: 16px; border: 1px solid #d8edf0; border-radius: 12px; background: rgba(255,255,255,.82); color: #427078; font-weight: 650; text-decoration: none; transition: .18s ease; }
.aero-account-page #content > .list-unstyled a:hover { transform: translateY(-2px); border-color: #81d8e1; background: #effcfd; color: #119aaa; box-shadow: 0 9px 20px rgba(31,146,157,.08); }
.aero-account-page h2 { margin-top: 31px; color: #39717a; font-size: 15px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.aero-orders-page .form-control { height: auto; padding: 18px; border-color: #d8edf0; border-radius: 13px; background: rgba(255,255,255,.84); color: #55747a; }
.aero-order-info-page .lead { color: #39717a; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.aero-order-info-page .alert-info { border-color: #a7e0e6; background: #effcfd; color: #416b72; }
.aero-orders-page .btn-info { border-color: #caecef; background: #eefafb; color: #168f9e; }
.aero-orders-page .btn-info:hover { border-color: #16b3c4; background: #16b3c4; color: #fff; }

/* Checkout: address and delivery choices */
.aero-checkout-page .aero-address-tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.aero-checkout-page .aero-address-tile { position: relative; display: flex; min-height: 126px; padding: 17px 18px; flex-direction: column; align-items: flex-start; border: 1px solid #d6ebee; border-radius: 15px; background: rgba(255, 255, 255, .82); color: #365d64; text-align: left; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.aero-checkout-page .aero-address-tile:hover { transform: translateY(-2px); border-color: #6fd2dd; background: #f5feff; box-shadow: 0 10px 24px rgba(18, 137, 150, .09); }
.aero-checkout-page .aero-address-tile.is-selected { border-color: #16b5c5; background: #effcfd; box-shadow: inset 0 0 0 1px #16b5c5; }
.aero-checkout-page .aero-address-tile.is-selected::after { position: absolute; top: 13px; right: 14px; width: 20px; height: 20px; border-radius: 50%; background: #16b5c5; color: #fff; content: '✓'; font-size: 13px; font-weight: 800; line-height: 20px; text-align: center; }
.aero-checkout-page .aero-address-tile__title { padding-right: 26px; color: #315b63; font-weight: 800; line-height: 1.32; }
.aero-checkout-page .aero-address-tile__body { margin-top: 6px; color: #658187; font-size: 14px; line-height: 1.38; }
.aero-checkout-page .aero-address-tile__note { margin-top: auto; padding-top: 11px; color: #159eae; font-size: 12px; font-weight: 700; }
.aero-checkout-page .aero-address-tile--add { justify-content: center; border-style: dashed; background: #fbfeff; }
.aero-checkout-page .aero-address-tile__plus { display: inline-flex; width: 24px; height: 24px; margin-bottom: 7px; align-items: center; justify-content: center; border-radius: 50%; background: #dff7f9; color: #139cac; font-size: 21px; font-weight: 500; line-height: 1; }
.aero-checkout-page #shipping-existing { margin-top: 10px; }
.aero-checkout-page .aero-delivery-options { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 14px 0 18px; }
.aero-checkout-page .aero-delivery-option { display: grid; min-height: 80px; grid-template-columns: 22px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 14px 15px; border: 1px solid #d6ebee; border-radius: 13px; background: #fbfeff; cursor: pointer; transition: .18s ease; }
.aero-checkout-page .aero-delivery-option:hover { border-color: #74d2dc; background: #f3feff; }
.aero-checkout-page .aero-delivery-option:has(input:checked) { border-color: #18b3c4; background: #eefbfc; box-shadow: inset 0 0 0 1px #18b3c4; }
.aero-checkout-page .aero-delivery-option input { position: absolute; opacity: 0; pointer-events: none; }
.aero-checkout-page .aero-delivery-option__radio { width: 20px; height: 20px; border: 2px solid #9bcbd1; border-radius: 50%; }
.aero-checkout-page .aero-delivery-option:has(input:checked) .aero-delivery-option__radio { border: 6px solid #16b3c4; }
.aero-checkout-page .aero-delivery-option__content { display: flex; min-width: 0; flex-direction: column; }
.aero-checkout-page .aero-delivery-option__content strong { color: #315b63; font-size: 16px; }
.aero-checkout-page .aero-delivery-option__content small { margin-top: 3px; color: #668288; font-size: 13px; }
.aero-checkout-page .aero-delivery-option__price { color: #2d5c64; font-size: 17px; font-weight: 800; white-space: nowrap; }
.aero-checkout-page .aero-delivery-option .apiship-select-point { grid-column: 2 / -1; justify-self: start; margin-top: -4px; border-color: #9edbe1; color: #168f9e; }
.aero-checkout-page .aero-saved-pickup { display: flex; gap: 16px; align-items: center; justify-content: space-between; padding: 13px 15px; border: 1px dashed #9dd9df; border-radius: 12px; background: #f7feff; color: #416b72; }
.aero-checkout-page .aero-saved-pickup strong, .aero-checkout-page .aero-saved-pickup small { display: block; }
.aero-checkout-page .aero-saved-pickup small { margin-top: 3px; color: #69878d; }
.aero-checkout-page .aero-saved-pickup.is-selected { border-style: solid; border-color: #1ab3c3; background: #edfafa; }
.aero-checkout-page .aero-delivery-option--point + .aero-saved-pickup { margin-top: -2px; }
.aero-checkout-page .aero-payment-options { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 14px 0 18px; }
.aero-checkout-page .aero-payment-option { display: grid; min-height: 76px; grid-template-columns: 21px minmax(0, 1fr); gap: 12px; align-items: center; padding: 14px 15px; border: 1px solid #d6ebee; border-radius: 13px; background: #fbfeff; cursor: pointer; transition: .18s ease; }
.aero-checkout-page .aero-payment-option:hover { border-color: #74d2dc; background: #f3feff; }
.aero-checkout-page .aero-payment-option:has(input:checked) { border-color: #18b3c4; background: #eefbfc; box-shadow: inset 0 0 0 1px #18b3c4; }
.aero-checkout-page .aero-payment-option input { position: absolute; opacity: 0; pointer-events: none; }
.aero-checkout-page .aero-payment-option__radio { width: 20px; height: 20px; border: 2px solid #9bcbd1; border-radius: 50%; }
.aero-checkout-page .aero-payment-option:has(input:checked) .aero-payment-option__radio { border: 6px solid #16b3c4; }
.aero-checkout-page .aero-payment-option__content { display: flex; flex-direction: column; }
.aero-checkout-page .aero-payment-option__content strong { color: #315b63; font-size: 16px; }
.aero-checkout-page .aero-payment-option__content small { margin-top: 3px; color: #668288; font-size: 13px; }
.aero-checkout-page .aero-checkout-flow { display: grid; gap: 18px; }
.aero-checkout-page .aero-checkout-summary { position: sticky; top: 18px; align-self: start; }
.aero-checkout-page .aero-checkout-summary__inner { padding: 23px; border: 1px solid #bfe6ea; border-radius: 18px; background: linear-gradient(165deg, #fff, #f5fdfe); box-shadow: 0 12px 30px rgba(32,128,140,.07); }
.aero-checkout-page .aero-checkout-summary__inner > h2 { margin: 0 0 18px; padding-bottom: 15px; border-bottom: 1px solid #dfedef; color: #315b63; font-size: 22px; font-weight: 750; }
.aero-checkout-page .aero-checkout-summary #checkout-confirm { padding: 17px !important; border: 1px solid #dceef0; border-radius: 14px; background: rgba(255,255,255,.76); }
.aero-checkout-page .aero-checkout-summary #checkout-confirm .table { margin-bottom: 14px; font-size: 13px; }
.aero-checkout-page .aero-checkout-summary #checkout-confirm .table td { padding: 10px 8px; vertical-align: top; }
.aero-checkout-page .aero-checkout-summary #checkout-confirm .table td:last-child { white-space: nowrap; }
.aero-checkout-page .aero-checkout-summary #checkout-confirm .table tfoot tr:last-child td { padding-top: 14px; border-top-width: 2px; color: #244d55; font-size: 16px; }
.aero-checkout-page .aero-checkout-summary #checkout-payment .btn { width: 100%; min-height: 51px; }
.aero-checkout-page .aero-checkout-summary #checkout-payment .btn-primary { box-shadow: 0 9px 20px rgba(8, 113, 122, .18); }
.aero-checkout-page .aero-order-summary__products { display: grid; gap: 13px; }
.aero-checkout-page .aero-order-summary__product { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; padding-bottom: 13px; border-bottom: 1px solid #e1eff1; }
.aero-checkout-page .aero-order-summary__product-main { display: grid; gap: 4px; min-width: 0; }
.aero-checkout-page .aero-order-summary__product a { color: #168f9e; font-size: 13px; font-weight: 750; line-height: 1.35; text-decoration: none; }
.aero-checkout-page .aero-order-summary__product span { color: #748d92; font-size: 12px; line-height: 1.3; }
.aero-checkout-page .aero-order-summary__product > strong { color: #315b63; font-size: 14px; white-space: nowrap; }
.aero-checkout-page .aero-order-summary__totals { display: grid; gap: 8px; margin: 17px 0; }
.aero-checkout-page .aero-order-summary__totals > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; color: #69858b; font-size: 14px; }
.aero-checkout-page .aero-order-summary__totals dt,.aero-checkout-page .aero-order-summary__totals dd { margin: 0; }
.aero-checkout-page .aero-order-summary__totals dd { color: #3d6269; font-weight: 700; white-space: nowrap; }
.aero-checkout-page .aero-order-summary__totals .is-grand-total { margin-top: 7px; padding-top: 15px; border-top: 2px solid #d7ecef; color: #274f57; font-size: 18px; font-weight: 800; }
.aero-checkout-page .aero-order-summary__totals .is-grand-total dd { color: #274f57; font-size: 20px; }
.aero-checkout-page .aero-checkout-stage { padding: 26px; border: 1px solid #d8edf0; border-radius: 18px; background: rgba(255,255,255,.78); box-shadow: 0 10px 26px rgba(39, 126, 139, .035); }
.aero-checkout-page .aero-checkout-stage__heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 22px; padding-bottom: 17px; border-bottom: 1px solid #e1f0f2; cursor: pointer; }
.aero-checkout-page .aero-checkout-stage__heading:focus-visible { outline: 2px solid #18b3c4; outline-offset: 5px; border-radius: 6px; }
.aero-checkout-page .aero-checkout-stage__toggle { width: 11px; height: 11px; flex: 0 0 11px; border-right: 2px solid #5f8a91; border-bottom: 2px solid #5f8a91; transform: rotate(45deg) translateY(-3px); transition: transform .18s ease; }
.aero-checkout-page .aero-checkout-stage.is-collapsed .aero-checkout-stage__toggle { transform: rotate(-45deg) translate(-2px, 2px); }
.aero-checkout-page .aero-checkout-stage.is-collapsed .aero-checkout-stage__body { display: none; }
.aero-checkout-page .aero-checkout-stage.is-collapsed .aero-checkout-stage__heading { margin-bottom: 0; padding-bottom: 0; border-bottom-color: transparent; }
.aero-checkout-page .aero-checkout-stage__heading h2 { margin: 0 0 5px; color: #315b63; font-size: 24px; line-height: 1.15; }
.aero-checkout-page .aero-checkout-stage__heading p { margin: 0; color: #6b858a; font-size: 14px; }
.aero-checkout-page .aero-checkout-stage #checkout-register,
.aero-checkout-page .aero-checkout-stage #checkout-payment-address,
.aero-checkout-page .aero-checkout-stage #checkout-shipping-address { padding: 0; }
.aero-checkout-page #checkout-contact,
.aero-checkout-page #checkout-shipping-address { padding: 20px !important; border: 1px solid #d8edf0; border-radius: 14px; background: #fcfeff; }
.aero-checkout-page #checkout-shipping-address legend { float: none; width: auto; margin: 0 0 17px; color: #315b63; font-size: 20px; font-weight: 750; }
.aero-checkout-page #checkout-shipping-address .aero-address-tiles { margin-top: 0; }
.aero-checkout-page .aero-contact-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.aero-checkout-page .aero-contact-form__email { grid-column: 1 / -1; }
.aero-checkout-page .aero-contact-form__actions { margin-top: 16px; }
.aero-checkout-page .aero-contact-form .form-text { color: #708a90; font-size: 12px; }
.aero-checkout-page .aero-email-change { margin-top: 16px; padding: 16px; border: 1px dashed #9fdde3; border-radius: 13px; background: #f5feff; }
.aero-checkout-page .aero-email-change__row + .aero-email-change__row { margin-top: 13px; }
.aero-checkout-page .aero-inline-options { min-height: 1px; }
.aero-checkout-page .aero-inline-options__intro { margin: 0 0 14px; color: #5f7e84; font-size: 14px; }
.aero-checkout-page .aero-inline-empty { padding: 15px 16px; border: 1px dashed #a8dfe4; border-radius: 12px; background: #f7feff; color: #55777d; font-size: 14px; }
.aero-checkout-page .aero-courier-address { margin: 0 0 14px; padding: 16px; border: 1px solid #bae5e9; border-radius: 13px; background: #f2fcfd; color: #385f66; }
.aero-checkout-page .aero-courier-address__hint { margin: 4px 0 12px; color: #66848a; font-size: 13px; }
.aero-checkout-page .aero-courier-address .form-control { margin-bottom: 9px; }
.aero-checkout-page .aero-courier-address .form-control:last-child { margin-bottom: 0; }
.aero-checkout-page #checkout-shipping-method fieldset,
.aero-checkout-page #checkout-payment-method fieldset { margin: 0; }
.aero-checkout-page #checkout-shipping-method legend,
.aero-checkout-page #checkout-payment-method legend { float: none; width: auto; margin: 0 0 17px; color: #315b63; font-size: 20px; font-weight: 750; }
@media (max-width: 767px) {
  .aero-checkout-layout { grid-template-columns: 1fr; gap: 16px; }
  .aero-checkout-page .aero-checkout-summary { position: static; }
  .aero-checkout-page .aero-checkout-stage { padding: 16px; border-radius: 14px; }
  .aero-checkout-page .aero-checkout-stage__heading h2 { font-size: 20px; }
  .aero-checkout-page #checkout-shipping-method,
  .aero-checkout-page #checkout-payment-method { padding: 15px; }
  .aero-checkout-page #checkout-contact,
  .aero-checkout-page #checkout-shipping-address { padding: 15px !important; }
  .aero-checkout-page .aero-contact-form__grid { grid-template-columns: 1fr; }
}

/* Account, orders and success: same calm card system as checkout */
.aero-account-shell,.aero-orders-shell,.aero-order-detail-shell { padding: clamp(22px,3vw,34px); border: 1px solid #d5edf0; border-radius: 21px; background: linear-gradient(145deg,rgba(255,255,255,.97),rgba(243,253,254,.9)); box-shadow: 0 18px 45px rgba(31,146,157,.06); }
.aero-account-heading,.aero-orders-heading { margin: 0 0 26px; padding-bottom: 23px; border-bottom: 1px solid #dceef0; }
.aero-account-heading > p,.aero-orders-heading > p,.aero-success-card > p { margin: 0 0 9px; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.aero-account-heading h1,.aero-orders-heading h1 { margin: 0; }
.aero-account-heading > span,.aero-orders-heading > span { display: block; margin-top: 9px; color: #6c878c; font-size: 15px; }
.aero-account-section + .aero-account-section { margin-top: 30px; }
.aero-account-section__heading { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin: 0 0 13px; }
.aero-account-section__heading h2 { margin: 0; color: #315b63; font-size: 20px; font-weight: 750; letter-spacing: -.02em; text-transform: none; }
.aero-account-section__heading p { margin: 0; color: #758f94; font-size: 13px; }
.aero-account-links { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0; }
.aero-account-links li { margin: 0; }
.aero-account-links a { position: relative; display: flex; min-height: 58px; padding: 17px 48px 17px 17px; align-items: center; border: 1px solid #d8edf0; border-radius: 13px; background: rgba(255,255,255,.86); color: #427078; font-weight: 650; text-decoration: none; transition: .18s ease; }
.aero-account-links a::after { position: absolute; right: 18px; width: 9px; height: 9px; border-top: 2px solid #6a99a0; border-right: 2px solid #6a99a0; content: ''; transform: rotate(45deg); }
.aero-account-links a:hover { transform: translateY(-2px); border-color: #81d8e1; background: #effcfd; color: #119aaa; box-shadow: 0 9px 20px rgba(31,146,157,.08); }
.aero-account-links a:hover::after { border-color: #119aaa; }
.aero-account-section--compact { max-width: calc(50% - 5px); }
.aero-orders-table { overflow: hidden; margin: 0 0 20px; border: 1px solid #dceef0; border-radius: 15px; background: #fff; }
.aero-orders-table .table { margin: 0; }
.aero-orders-table .table th:first-child,.aero-orders-table .table td:first-child { padding-left: 18px; }
.aero-orders-table .table th:last-child,.aero-orders-table .table td:last-child { padding-right: 18px; }
.aero-order-detail-heading { margin-bottom: 24px; }
.aero-order-detail-shell .row { --bs-gutter-x: 16px; }
.aero-orders-page .aero-order-info-card { display: flex; min-height: 83px !important; flex-direction: column; justify-content: center; border-color: #d8edf0; border-radius: 14px; background: rgba(255,255,255,.88); box-shadow: 0 6px 17px rgba(31,146,157,.035); }
.aero-order-info-page .aero-order-payment-action { margin: 2px 0 20px; padding: 16px 18px; border-radius: 13px; }
.aero-order-info-page .aero-order-products { overflow: hidden; margin: 0 0 20px; border: 1px solid #dceef0; border-radius: 15px; background: #fff; }
.aero-order-info-page .aero-order-products .table { margin: 0; }
.aero-order-info-page #history { overflow: hidden; border: 1px solid #dceef0; border-radius: 15px; background: #fff; }
.aero-order-info-page #history .table { margin: 0; }
.aero-success-card { max-width: 760px; padding: clamp(28px,5vw,54px); margin: 10px auto; border: 1px solid #cbe9ec; border-radius: 24px; background: linear-gradient(145deg,#fff,#f2fcfd); box-shadow: 0 18px 46px rgba(31,146,157,.08); text-align: center; }
.aero-success-card__mark { display: inline-flex; width: 58px; height: 58px; margin-bottom: 21px; align-items: center; justify-content: center; border-radius: 50%; background: #19b5c5; color: #fff; font-size: 24px; box-shadow: 0 10px 25px rgba(25,181,197,.22); }
.aero-success-card h1 { margin: 0 0 15px; color: #31545b; font-size: clamp(30px,4vw,43px); font-weight: 750; letter-spacing: -.045em; }
.aero-success-card__message { max-width: 570px; margin: 0 auto 24px; color: #5e7e84; line-height: 1.65; }
.aero-success-card__message p:last-child { margin-bottom: 0; }
.aero-success-card .text-end { text-align: center !important; }
.aero-success-card .btn { min-height: 48px; padding-right: 26px; padding-left: 26px; }
@media (max-width: 767px) { .aero-account-shell,.aero-orders-shell,.aero-order-detail-shell { padding: 20px 15px; border-radius: 16px; }.aero-account-heading,.aero-orders-heading { margin-bottom: 20px; padding-bottom: 17px; }.aero-account-links { grid-template-columns: 1fr; }.aero-account-section--compact { max-width: none; }.aero-account-section__heading { display: block; }.aero-account-section__heading p { margin-top: 5px; }.aero-orders-table { overflow-x: auto; }.aero-success-card { padding: 30px 20px; border-radius: 17px; } }

/* Account forms and saved addresses */
.aero-account-form-shell { max-width: 920px; padding: clamp(22px,3vw,34px); border: 1px solid #d5edf0; border-radius: 21px; background: linear-gradient(145deg,rgba(255,255,255,.97),rgba(243,253,254,.9)); box-shadow: 0 18px 45px rgba(31,146,157,.06); }
.aero-account-form-shell--narrow { max-width: 720px; }
.aero-account-form-heading { margin: 0 0 25px; padding-bottom: 21px; border-bottom: 1px solid #dceef0; }
.aero-account-form-heading p { margin: 0 0 9px; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.aero-account-form-heading h1 { margin: 0; color: #31545b; font-size: clamp(30px,4vw,43px); font-weight: 750; letter-spacing: -.045em; }
.aero-account-form-heading span { display: block; margin-top: 9px; color: #6c878c; font-size: 15px; }
.aero-account-form fieldset { margin: 0; }
.aero-account-form legend { float: none; width: auto; padding: 0 0 14px; margin: 0 0 21px; border-bottom: 1px solid #e0eff1; color: #315b63; font-size: 20px; font-weight: 750; }
.aero-account-form .row.mb-3 { align-items: center; margin-bottom: 16px !important; }
.aero-account-form .col-form-label { color: #42676e; font-size: 14px; font-weight: 700; }
.aero-account-form .form-control,.aero-account-form .form-select { min-height: 47px; border-color: #cee7ea; border-radius: 11px; background: #fbfeff; }
.aero-account-form textarea.form-control { min-height: 110px; }
.aero-account-form .form-control:focus,.aero-account-form .form-select:focus { border-color: #18b3c4; box-shadow: 0 0 0 .2rem rgba(24,179,196,.12); }
.aero-account-form .form-check { margin: 6px 0; }
.aero-account-form .form-check-input:checked { border-color: #18b3c4; background-color: #18b3c4; }
.aero-account-form .invalid-feedback { font-size: 12px; }
.aero-account-form-actions,.aero-account-form > .row:last-child { margin-top: 24px; padding-top: 20px; border-top: 1px solid #e1f0f2; }
.aero-account-form-actions .btn,.aero-account-form > .row:last-child .btn { min-height: 44px; }
.aero-address-book-list { display: grid; gap: 12px; margin: 0 0 23px; }
.aero-address-book-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 19px; border: 1px solid #d8edf0; border-radius: 15px; background: rgba(255,255,255,.86); transition: .18s ease; }
.aero-address-book-card:hover { border-color: #89dbe3; box-shadow: 0 10px 24px rgba(31,146,157,.06); }
.aero-address-book-card__body { color: #42676e; line-height: 1.55; }
.aero-address-book-card__body br { line-height: 1.75; }
.aero-address-book-card__actions { display: flex; gap: 8px; align-items: center; }
.aero-address-book-card__actions .btn { min-height: 39px; padding: 8px 12px; font-size: 13px; }
.aero-address-book-empty { padding: 21px; margin-bottom: 22px; border: 1px dashed #a8dfe4; border-radius: 14px; background: #f7feff; color: #638087; }
@media (max-width: 767px) { .aero-account-form-shell { padding: 21px 15px; border-radius: 16px; }.aero-account-form-heading { margin-bottom: 20px; padding-bottom: 17px; }.aero-account-form .row.mb-3 { display: block; }.aero-account-form .col-form-label { display: block; margin-bottom: 6px; }.aero-account-form .col-sm-10,.aero-account-form .col-md-9 { width: 100%; }.aero-address-book-card { grid-template-columns: 1fr; gap: 14px; }.aero-address-book-card__actions { width: 100%; }.aero-address-book-card__actions .btn { flex: 1; }.aero-account-form-actions .text-end { text-align: right !important; } }

/* Wishlist, returns and subscription preference */
.aero-account-utility-shell { max-width: 1040px; padding: clamp(22px,3vw,34px); border: 1px solid #d5edf0; border-radius: 21px; background: linear-gradient(145deg,rgba(255,255,255,.97),rgba(243,253,254,.9)); box-shadow: 0 18px 45px rgba(31,146,157,.06); }
.aero-wishlist-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin: 0 0 24px; }
.aero-wishlist-card { display: grid; grid-template-columns: 115px minmax(0,1fr); gap: 16px; min-width: 0; padding: 14px; border: 1px solid #d7ecef; border-radius: 16px; background: rgba(255,255,255,.87); transition: .18s ease; }
.aero-wishlist-card:hover { transform: translateY(-2px); border-color: #87d9e2; box-shadow: 0 10px 24px rgba(31,146,157,.07); }
.aero-wishlist-card__image { display: flex; height: 115px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid #e0eff1; border-radius: 12px; background: #fbfeff; }
.aero-wishlist-card__image img { max-width: 100%; max-height: 100%; object-fit: contain; }
.aero-wishlist-card__content { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; }
.aero-wishlist-card__name { color: #168f9e; font-size: 15px; font-weight: 750; line-height: 1.35; text-decoration: none; }
.aero-wishlist-card__model,.aero-wishlist-card__stock { display: block; margin-top: 5px; color: #718c91; font-size: 12px; line-height: 1.35; }
.aero-wishlist-card__price { margin-top: auto; padding-top: 12px; color: #315b63; font-size: 17px; font-weight: 800; }
.aero-wishlist-card__price s { margin-left: 5px; color: #8aa0a4; font-size: 12px; font-weight: 500; }
.aero-wishlist-card__actions { display: flex; width: 100%; gap: 8px; margin-top: 12px; }
.aero-wishlist-card__actions .btn { min-height: 38px; padding: 7px 11px; font-size: 12px; }
.aero-wishlist-card__actions .btn-primary { flex: 1; }
.aero-wishlist-card__actions .btn-danger { border-color: #f4cdc7; background: #fff7f5; color: #ca5d4c; }
.aero-wishlist-card__actions .btn-danger:hover { border-color: #ec9387; background: #ec9387; color: #fff; }
.aero-returns-table { overflow: hidden; margin: 0 0 20px; border: 1px solid #dceef0; border-radius: 15px; background: #fff; }
.aero-returns-table .table { margin: 0; --bs-table-bg: transparent; --bs-table-border-color: #deedef; }
.aero-returns-table .table thead th { border-bottom-width: 1px; background: #f0fafb; color: #5e7d83; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.aero-returns-table .table td { padding-top: 15px; padding-bottom: 15px; vertical-align: middle; }
.aero-returns-table .table th:first-child,.aero-returns-table .table td:first-child { padding-left: 18px; }
.aero-returns-table .table th:last-child,.aero-returns-table .table td:last-child { padding-right: 18px; }
.aero-account-utility-empty { padding: 22px; margin-bottom: 22px; border: 1px dashed #a8dfe4; border-radius: 14px; background: #f7feff; color: #638087; }
.aero-newsletter-shell { max-width: 760px; }
.aero-newsletter-page .aero-account-form fieldset { padding: 19px; border: 1px solid #d8edf0; border-radius: 14px; background: #fbfeff; }
.aero-newsletter-page .form-switch-lg .form-check-input { width: 3.4em; height: 1.7em; margin-top: 0; border-color: #9fcfd5; }
.aero-newsletter-page .form-switch-lg .form-check-input:checked { border-color: #16b3c4; background-color: #16b3c4; }
@media (max-width: 767px) { .aero-account-utility-shell { padding: 21px 15px; border-radius: 16px; }.aero-wishlist-grid { grid-template-columns: 1fr; }.aero-wishlist-card { grid-template-columns: 94px minmax(0,1fr); gap: 13px; }.aero-wishlist-card__image { height: 94px; }.aero-returns-table { overflow-x: auto; }.aero-newsletter-page .aero-account-form fieldset { padding: 15px; } }

/* Registration and recovery continue the e-mail-first account journey */
.aero-register-shell { max-width: 980px; }
.aero-register-login { margin: -7px 0 24px; color: #58777d; }
.aero-register-login a { color: #159daf; font-weight: 700; }
.aero-register-page .aero-account-form fieldset + fieldset { padding-top: 7px; margin-top: 24px; }
.aero-register-page .aero-account-form > .text-end { display: flex; align-items: center; justify-content: flex-end; gap: 16px; padding-top: 21px; margin-top: 24px; border-top: 1px solid #e1f0f2; }
.aero-register-page .form-check-reverse { text-align: left; }
.aero-register-page .form-switch-lg .form-check-input { width: 3.4em; height: 1.7em; margin-top: 0; border-color: #9fcfd5; }
.aero-register-page .form-switch-lg .form-check-input:checked { border-color: #16b3c4; background-color: #16b3c4; }
.aero-forgotten-page .aero-account-form-heading,.aero-reset-page .aero-account-form-heading { margin-bottom: 23px; }
@media (max-width: 767px) { .aero-register-page .aero-account-form > .text-end { display: grid; gap: 15px; justify-content: stretch; }.aero-register-page .form-check-reverse { justify-self: stretch; }.aero-register-page .aero-account-form > .text-end .btn { width: 100%; } }

/* Search and recovery from an outdated link */
.aero-search-shell { padding: clamp(22px,3vw,34px); margin-bottom: 24px; border: 1px solid #d5edf0; border-radius: 21px; background: linear-gradient(145deg,rgba(255,255,255,.97),rgba(243,253,254,.9)); box-shadow: 0 18px 45px rgba(31,146,157,.06); }
.aero-search-heading { margin: 0 0 23px; padding-bottom: 20px; border-bottom: 1px solid #dceef0; }
.aero-search-heading p { margin: 0 0 9px; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.aero-search-heading h1 { margin: 0; color: #31545b; font-size: clamp(30px,4vw,43px); font-weight: 750; letter-spacing: -.045em; }
.aero-search-heading span { display: block; margin-top: 9px; color: #6c878c; font-size: 15px; }
.aero-search-label { margin-bottom: 8px; color: #42676e; font-size: 14px; font-weight: 700; }
.aero-search-fields .form-control,.aero-search-fields .form-select { min-height: 47px; border-color: #cee7ea; border-radius: 11px; background: #fbfeff; }
.aero-search-fields .form-control:focus,.aero-search-fields .form-select:focus { border-color: #18b3c4; box-shadow: 0 0 0 .2rem rgba(24,179,196,.12); }
.aero-search-fields .form-check { margin-top: 9px; color: #647f84; font-size: 13px; }
.aero-search-fields .form-check-input:checked { border-color: #16b3c4; background-color: #16b3c4; }
.aero-search-submit { padding-top: 16px; margin-top: 4px; border-top: 1px solid #e1f0f2; }
.aero-search-submit .btn { min-height: 45px; padding-right: 23px; padding-left: 23px; }
.aero-search-results > h2 { margin: 0 0 18px; color: #315b63; font-size: 25px; font-weight: 750; letter-spacing: -.025em; }
.aero-search-results #display-control { padding: 16px 16px 0; margin: 0 0 18px; border: 1px solid #d9edef; border-radius: 15px; background: rgba(255,255,255,.78); }
.aero-search-results #compare-total { border-color: #b6e4e8; background: #effcfd; color: #168f9e; }
.aero-search-results .input-group-text { border-color: #d5eaed; background: #f0fafb; color: #638087; }
.aero-search-empty { padding: 23px; border: 1px dashed #a8dfe4; border-radius: 14px; background: #f7feff; color: #638087; }
.aero-not-found-card { max-width: 760px; padding: clamp(28px,5vw,54px); margin: 10px auto; border: 1px solid #cbe9ec; border-radius: 24px; background: linear-gradient(145deg,#fff,#f2fcfd); box-shadow: 0 18px 46px rgba(31,146,157,.08); text-align: center; }
.aero-not-found-card__code { margin: 0 0 9px; color: #d4f1f4; font-size: clamp(66px,11vw,116px); font-weight: 800; letter-spacing: -.08em; line-height: .85; }
.aero-not-found-card > p { margin: 0 0 11px; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.aero-not-found-card h1 { margin: 0 0 15px; color: #31545b; font-size: clamp(29px,4vw,42px); font-weight: 750; letter-spacing: -.045em; }
.aero-not-found-card__message { max-width: 520px; margin: 0 auto 24px; color: #5e7e84; line-height: 1.65; }
.aero-not-found-card .btn { min-height: 48px; padding-right: 26px; padding-left: 26px; }
@media (max-width: 767px) { .aero-search-shell { padding: 21px 15px; border-radius: 16px; }.aero-search-results #display-control { padding: 14px 14px 0; }.aero-not-found-card { padding: 30px 20px; border-radius: 17px; } }

/* Return request and return details */
.aero-returns-form-shell { max-width: 980px; }
.aero-returns-form-page .aero-account-form fieldset + fieldset { padding-top: 7px; margin-top: 24px; }
.aero-returns-form-page .aero-account-form > .row:last-child { align-items: center; }
.aero-returns-form-page .form-check-inline { margin: 5px 12px 5px 0; }
.aero-returns-form-page .form-switch-lg .form-check-input { width: 3.4em; height: 1.7em; margin-top: 0; border-color: #9fcfd5; }
.aero-returns-form-page .form-switch-lg .form-check-input:checked { border-color: #16b3c4; background-color: #16b3c4; }
.aero-return-info-page .aero-order-detail-shell .row { --bs-gutter-x: 16px; }
.aero-return-info-page .aero-return-info-card { display: flex; min-height: 83px !important; flex-direction: column; justify-content: center; padding: 18px; border: 1px solid #d8edf0; border-radius: 14px; background: rgba(255,255,255,.88); color: #55747a; box-shadow: 0 6px 17px rgba(31,146,157,.035); }
.aero-return-info-page .aero-return-info-card .lead { color: #39717a; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.aero-return-products { overflow: hidden; margin: 0 0 20px; border: 1px solid #dceef0; border-radius: 15px; background: #fff; }
.aero-return-products .table { margin: 0; --bs-table-bg: transparent; --bs-table-border-color: #deedef; }
.aero-return-products .table thead th { border-bottom-width: 1px; background: #f0fafb; color: #5e7d83; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; }
.aero-return-info-page #history { overflow: hidden; border: 1px solid #dceef0; border-radius: 15px; background: #fff; }
.aero-return-info-page #history .table { margin: 0; }
@media (max-width: 767px) { .aero-return-info-page .aero-order-detail-shell { padding: 20px 15px; border-radius: 16px; }.aero-returns-form-page .aero-account-form > .row:last-child { display: block; }.aero-returns-form-page .aero-account-form > .row:last-child .col-3 { width: auto; margin-bottom: 15px; }.aero-returns-form-page .form-check-reverse { display: flex; justify-content: space-between; margin: 0 0 15px; text-align: left; } }

/* Special prices and product comparison */
.aero-special-shell,.aero-compare-shell { padding: clamp(22px,3vw,34px); border: 1px solid #d5edf0; border-radius: 21px; background: linear-gradient(145deg,rgba(255,255,255,.97),rgba(243,253,254,.9)); box-shadow: 0 18px 45px rgba(31,146,157,.06); }
.aero-special-heading { margin: 0 0 23px; padding-bottom: 20px; border-bottom: 1px solid #dceef0; }
.aero-special-heading p { margin: 0 0 9px; color: #159daf; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.aero-special-heading h1 { margin: 0; color: #31545b; font-size: clamp(30px,4vw,43px); font-weight: 750; letter-spacing: -.045em; }
.aero-special-heading span { display: block; margin-top: 9px; color: #6c878c; font-size: 15px; }
.aero-special-controls { padding: 16px 16px 0; margin: 0 0 18px; border: 1px solid #d9edef; border-radius: 15px; background: rgba(255,255,255,.78); }
.aero-special-controls #compare-total { border-color: #b6e4e8; background: #effcfd; color: #168f9e; }
.aero-special-controls .input-group-text { border-color: #d5eaed; background: #f0fafb; color: #638087; }
.aero-compare-table { overflow: auto; margin: 0 0 20px; border: 1px solid #dceef0; border-radius: 15px; background: #fff; }
.aero-compare-table .table { min-width: 720px; margin: 0; --bs-table-bg: transparent; --bs-table-border-color: #deedef; }
.aero-compare-table .table td { min-width: 190px; padding: 14px; vertical-align: top; }
.aero-compare-table .table tr > td:first-child { min-width: 160px; background: #f4fbfc; color: #486c72; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.aero-compare-table .table thead td { background: #eefafb; color: #315b63; }
.aero-compare-table img.img-thumbnail { max-width: 145px; border-color: #d9edef; border-radius: 12px; }
.aero-compare-table a { color: #168f9e; font-weight: 700; text-decoration: none; }
.aero-compare-table .price-new { color: #258e68; font-weight: 800; }
.aero-compare-table .price-old { margin-left: 5px; color: #90a4a8; text-decoration: line-through; }
.aero-compare-table .btn { width: 100%; min-height: 39px; margin-top: 7px; font-size: 12px; }
.aero-compare-table .btn-danger { border-color: #f4cdc7; background: #fff7f5; color: #ca5d4c; }
@media (max-width: 767px) { .aero-special-shell,.aero-compare-shell { padding: 21px 15px; border-radius: 16px; }.aero-special-controls { padding: 14px 14px 0; } }
@media (max-width: 767px) {
  .aero-cart-page #shopping-cart > *, .aero-checkout-page #checkout-register, .aero-checkout-page #checkout-payment-address, .aero-checkout-page #checkout-shipping-address { border-radius: 12px; }
  .aero-checkout-page #checkout-register, .aero-checkout-page #checkout-payment-address, .aero-checkout-page #checkout-shipping-address { padding: 2px 15px 15px; }
  .aero-account-page #content > .list-unstyled { grid-template-columns: 1fr; }
  .aero-checkout-page .aero-address-tiles { grid-template-columns: 1fr; }
  .aero-checkout-page .aero-delivery-option { grid-template-columns: 20px minmax(0, 1fr); }
  .aero-checkout-page .aero-delivery-option__price { grid-column: 2; }
  .aero-checkout-page .aero-saved-pickup { align-items: flex-start; flex-direction: column; }
}

/* AERO-CTA-HOVER */
.btn-primary:hover, .btn-primary:focus, .aero-contact-submit:hover,
.aero-product-page #button-cart:hover, .aero-login-register .btn:hover,
.aero-login-signin #button-send-login-code:hover {
  border-color: var(--aero-cta-hover);
  background: var(--aero-cta-hover);
  color: #fff;
}
