/* SOURCE: aeropresent-ui.css */
/* AEROPRESENT_UI_CONSOLIDATED_CSS_V1 */
/* Consolidated active Phase CSS. Browser cascade order preserved. */

/* Header, navigation, mobile shell and cart feedback migrated to aero/components in redesign Patch 004. */


/* =========================================================
   SECTION 40 — CATEGORY / EXTRACTED FROM category.twig
   AEROPRESENT_CATEGORY_WIDE_V2_EXTRACTED_V1
   ========================================================= */
/* AEROPRESENT_PHASE6B_WIDE_CATEGORY_V2 */
.aero-category-wide-v2{
  width:100%;
  max-width:1560px;
  margin-left:auto;
  margin-right:auto;
  padding-left:24px;
  padding-right:24px;
}
.aero-category-wide-v2 .aero-category-toolbar{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin:14px 0 22px!important;
  padding:12px!important;
  border:1px solid #e3ebf0!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 5px 20px rgba(35,65,78,.055)!important;
}
.aero-category-wide-v2 .aero-category-toolbar .aero-toolbar-spacer{
  flex:1 1 18px!important;
}
.aero-category-wide-v2 .aero-view-switch,
.aero-category-wide-v2 .aero-sort-control,
.aero-category-wide-v2 .aero-limit-control{
  flex:0 0 auto!important;
}
.aero-category-wide-v2 .aero-sort-control,
.aero-category-wide-v2 .aero-limit-control{
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
}
.aero-category-wide-v2 .aero-sort-control label,
.aero-category-wide-v2 .aero-limit-control label{
  margin:0!important;
  color:#85969d!important;
  font-size:10px!important;
  font-weight:650!important;
}
.aero-category-wide-v2 .aero-sort-control .form-control,
.aero-category-wide-v2 .aero-limit-control .form-control{
  height:39px!important;
  border-radius:10px!important;
  border-color:#dbe6eb!important;
  box-shadow:none!important;
}
.aero-category-wide-v2 .aero-product-image{
  height:280px!important;
  padding:12px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
}
.aero-category-wide-v2 .aero-product-image>a{
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.aero-category-wide-v2 .aero-product-image img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
}
.aero-category-wide-v2 .aero-product-card{height:100%;}
@media(min-width:1440px){
  /* AEROPRESENT_PHASE6B_WIDE_CATEGORY_V201_GRID_ORDER_FIX */
  .aero-category-wide-v2>.aero-category-layout{
    display:grid!important;
    grid-template-columns:250px minmax(0,1fr)!important;
    grid-template-areas:"sidebar content"!important;
    gap:28px!important;
    margin-left:0!important;
    margin-right:0!important;
  }

  .aero-category-wide-v2>.aero-category-layout>#column-left{
    grid-area:sidebar!important;
  }

  .aero-category-wide-v2>.aero-category-layout>.aero-category-content{
    grid-area:content!important;
    min-width:0!important;
  }
  .aero-category-wide-v2>.aero-category-layout>#column-left,
  .aero-category-wide-v2>.aero-category-layout>.aero-category-content{
    width:100%!important;
    max-width:none!important;
    float:none!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .aero-category-wide-v2 .aero-product-grid{
    margin-left:-8px!important;
    margin-right:-8px!important;
  }
  .aero-category-wide-v2 .aero-product-grid>.product-layout{
    width:25%!important;
    padding-left:8px!important;
    padding-right:8px!important;
    margin-bottom:18px!important;
  }
}
@media(min-width:1800px){
  .aero-category-wide-v2{max-width:1560px;}
  .aero-category-wide-v2>.aero-category-layout{
    grid-template-columns:250px minmax(0,1fr)!important;
    gap:28px!important;
  }
  .aero-category-wide-v2 .aero-product-image{height:295px!important;}
}
@media(max-width:1439px){
  .aero-category-wide-v2{max-width:1280px;}
  .aero-category-wide-v2 .aero-product-image{height:250px!important;}
}

/* Checkout-specific compatibility rules moved to aero/pages/checkout.css. */

/* AEROPRESENT_SITE_REVIEWS_V1 — shared block immediately before the footer. */
.ap-site-reviews {
  margin-top: clamp(36px, 5vw, 72px);
  padding: clamp(28px, 4vw, 52px) 0;
  background: var(--aero-surface-soft, #f6f8f9);
}

.ap-site-reviews__inner {
  width: 100%;
  max-width: var(--ap-workspace-max);
  margin: 0 auto;
  padding-right: var(--ap-page-gutter-desktop);
  padding-left: var(--ap-page-gutter-desktop);
}

.ap-site-reviews iframe[id^="myReviews__block-widget"] {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
}

@media (max-width: 767px) {
  .ap-site-reviews {
    margin-top: 32px;
    padding: 24px 0;
  }

  .ap-site-reviews__inner {
    padding-right: 16px;
    padding-left: 16px;
  }

  .ap-site-reviews iframe[id^="myReviews__block-widget"] {
    min-height: 320px;
  }
}

/* SOURCE: aero/tokens.css */
/*
 * AeroPresent Design System — foundation tokens
 *
 * This file intentionally contains custom properties only.
 * Existing storefront selectors do not consume these tokens yet,
 * so loading this file must not change the current UI.
 *
 * New redesign components should use the --ap-* tokens below instead of
 * introducing page-local hex values, spacing scales, radii or shadows.
 */

:root {
  /* Storefront shell geometry. Header runtime updates the sticky offset from
     the measured rendered height; these values remain the canonical fallback. */
  --ap-header-height-desktop: 110px;
  --ap-header-height-tablet: 76px;
  --ap-header-height-mobile: 64px;
  --ap-mobile-bottom-nav-height: 68px;
  --ap-header-sticky-offset: var(--ap-header-height-desktop);

  /* Official storefront layer scale. Component styles must use these tokens
     instead of inventing local z-index values. */
  --ap-z-page: 0;
  --ap-z-sticky: 1100;
  --ap-z-dropdown: 1120;
  --ap-z-bottom-nav: 1180;
  --ap-z-backdrop: 1290;
  --ap-z-drawer: 1300;
  --ap-z-modal: 1400;
  --ap-z-toast: 1500;
  /* Typography */
  --ap-font-family-base: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ap-font-weight-regular: 400;
  --ap-font-weight-medium: 500;
  --ap-font-weight-semibold: 600;
  --ap-font-weight-bold: 700;
  --ap-font-weight-extrabold: 800;

  --ap-font-size-body-small: 12px;
  --ap-line-height-body-small: 1.5;
  --ap-font-size-body: 14px;
  --ap-line-height-body: 1.55;
  --ap-font-size-body-large: 16px;
  --ap-line-height-body-large: 1.55;
  --ap-font-size-label: 13px;
  --ap-line-height-label: 1.3;
  --ap-font-size-h4: 18px;
  --ap-line-height-h4: 1.3;
  --ap-font-size-h3: 24px;
  --ap-line-height-h3: 1.2;
  --ap-font-size-h2: 32px;
  --ap-line-height-h2: 1.15;
  --ap-font-size-h1: 40px;
  --ap-line-height-h1: 1.1;

  /* Brand */
  --ap-color-brand: #078e9b;
  --ap-color-brand-hover: #056f79;
  --ap-color-accent: #76d4ce;

  /* Text */
  --ap-color-text: #172329;
  --ap-color-text-muted: #627177;
  --ap-color-text-inverse: #ffffff;

  /* Surfaces */
  --ap-color-surface: #ffffff;
  --ap-color-surface-muted: #f5f6f4;
  --ap-color-surface-accent: #edf7f6;

  /* Borders / states */
  --ap-color-border: rgba(23, 35, 41, 0.13);
  --ap-color-success: #2f9e72;
  --ap-color-warning: #c48616;
  --ap-color-danger: #c64c4c;

  /* Spacing — 4px base scale */
  --ap-space-1: 4px;
  --ap-space-2: 8px;
  --ap-space-3: 12px;
  --ap-space-4: 16px;
  --ap-space-5: 20px;
  --ap-space-6: 24px;
  --ap-space-8: 32px;
  --ap-space-10: 40px;
  --ap-space-12: 48px;
  --ap-space-16: 64px;

  /* Shape */
  --ap-radius-sm: 4px;
  --ap-radius-md: 6px;
  --ap-radius-lg: 10px;
  --ap-radius-xl: 14px;
  --ap-radius-pill: 999px;

  /* Elevation */
  --ap-shadow-xs: 0 2px 10px rgba(16, 35, 43, 0.04);
  --ap-shadow-sm: 0 10px 28px rgba(16, 35, 43, 0.07);
  --ap-shadow-md: 0 18px 48px rgba(16, 35, 43, 0.11);

  /* Motion / focus */
  --ap-transition-fast: 120ms ease;
  --ap-transition-normal: 180ms ease;
  --ap-transition-default: var(--ap-transition-normal);
  --ap-focus-ring: 0 0 0 4px rgba(15, 156, 171, 0.10);

  /* Layout */
  --ap-workspace-max: 1716px;
  --ap-container-max: var(--ap-workspace-max);
  --ap-reading-max: 900px;
  --ap-page-gutter-mobile: 16px;
  --ap-page-gutter-tablet: 24px;
  --ap-page-gutter-desktop: 24px;
  --ap-sidebar-width: 236px;

  /* Breakpoint reference values (for documentation/tooling). */
  --ap-breakpoint-xs: 480px;
  --ap-breakpoint-sm: 768px;
  --ap-breakpoint-md: 992px;
  --ap-breakpoint-lg: 1200px;
  --ap-breakpoint-xl: 1440px;
}

/* SOURCE: aero/base.css */
/*
 * AeroPresent Design System — base primitives
 *
 * Rules in this file use the ap-* namespace on purpose. They do not restyle
 * legacy OpenCart/Bootstrap selectors and can therefore be introduced one
 * component at a time during the storefront migration.
 */

.ap-container {
  width: 100%;
  max-width: var(--ap-workspace-max);
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--ap-page-gutter-desktop);
  padding-left: var(--ap-page-gutter-desktop);
}

.ap-section {
  padding-top: var(--ap-space-12);
  padding-bottom: var(--ap-space-12);
}



.ap-section-eyebrow {
  display: inline-flex;
  margin-bottom: var(--ap-space-2);
  color: var(--ap-color-brand-hover);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ap-section-title {
  margin: 0;
  color: var(--ap-color-text);
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -.025em;
}


.ap-link-more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: var(--ap-space-2);
  color: var(--ap-color-brand-hover);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--ap-transition-fast), transform var(--ap-transition-fast);
}

.ap-link-more:hover,
.ap-link-more:focus {
  color: var(--ap-color-brand);
  text-decoration: none;
}

.ap-link-more:hover i {
  transform: translateX(2px);
}

.ap-link-more i {
  transition: transform var(--ap-transition-fast);
}

.ap-card {
  border: 1px solid var(--ap-color-border);
  border-radius: var(--ap-radius-lg);
  background: var(--ap-color-surface);
  box-shadow: var(--ap-shadow-xs);
}

.ap-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ap-space-2);
  padding: 0 var(--ap-space-5);
  border: 1px solid transparent;
  border-radius: var(--ap-radius-md);
  font-family: var(--ap-font-family-base);
  font-size: var(--ap-font-size-body);
  line-height: var(--ap-line-height-label);
  font-weight: var(--ap-font-weight-bold);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--ap-transition-fast), border-color var(--ap-transition-fast), color var(--ap-transition-fast), box-shadow var(--ap-transition-fast), transform var(--ap-transition-fast);
}

.ap-button:hover,
.ap-button:focus {
  text-decoration: none;
}

.ap-button:active {
  transform: translateY(1px);
}

.ap-button-sm {
  min-height: 36px;
  padding-right: var(--ap-space-4);
  padding-left: var(--ap-space-4);
  font-size: var(--ap-font-size-label);
}

.ap-button-lg {
  min-height: 52px;
  padding-right: var(--ap-space-6);
  padding-left: var(--ap-space-6);
  font-size: var(--ap-font-size-body-large);
}

.ap-button-primary {
  color: var(--ap-color-text-inverse);
  background: var(--ap-color-brand);
  border-color: var(--ap-color-brand);
}

.ap-button-primary:hover,
.ap-button-primary:focus {
  color: var(--ap-color-text-inverse);
  background: var(--ap-color-brand-hover);
  border-color: var(--ap-color-brand-hover);
}

.ap-button-secondary {
  color: var(--ap-color-text);
  background: var(--ap-color-surface);
  border-color: var(--ap-color-border);
}

.ap-button-secondary:hover,
.ap-button-secondary:focus {
  color: var(--ap-color-brand-hover);
  border-color: rgba(36, 159, 208, .38);
  background: var(--ap-color-surface-accent);
}

.ap-button-quiet {
  color: var(--ap-color-brand-hover);
  background: transparent;
  border-color: transparent;
}

.ap-button-quiet:hover,
.ap-button-quiet:focus {
  color: var(--ap-color-brand-hover);
  background: var(--ap-color-surface-accent);
}

.ap-button-danger {
  color: var(--ap-color-text-inverse);
  background: var(--ap-color-danger);
  border-color: var(--ap-color-danger);
}

.ap-button-danger:hover,
.ap-button-danger:focus {
  color: var(--ap-color-text-inverse);
  background: #aa3f3f;
  border-color: #aa3f3f;
}

.ap-button[disabled],
.ap-button[aria-disabled="true"],
.ap-button.is-disabled {
  opacity: .52;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

.ap-button.is-loading {
  cursor: wait;
  pointer-events: none;
}

.ap-button-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: var(--ap-radius-pill);
  animation: ap-button-spin 720ms linear infinite;
}

@keyframes ap-button-spin {
  to {
    transform: rotate(360deg);
  }
}

.ap-icon-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--ap-color-border);
  border-radius: var(--ap-radius-md);
  color: var(--ap-color-text);
  background: var(--ap-color-surface);
  cursor: pointer;
  transition: color var(--ap-transition-fast), border-color var(--ap-transition-fast), background-color var(--ap-transition-fast), box-shadow var(--ap-transition-fast);
}

.ap-icon-button:hover,
.ap-icon-button:focus,
.ap-icon-button[aria-pressed="true"] {
  color: var(--ap-color-brand-hover);
  border-color: rgba(7, 142, 155, .35);
  background: var(--ap-color-surface-accent);
}

.ap-icon-button:active {
  transform: translateY(1px);
}

.ap-icon-button[disabled],
.ap-icon-button[aria-disabled="true"],
.ap-icon-button.is-disabled {
  opacity: .52;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
}

.ap-field {
  display: grid;
  gap: var(--ap-space-2);
}

.ap-field-label {
  color: var(--ap-color-text);
  font-family: var(--ap-font-family-base);
  font-size: var(--ap-font-size-label);
  line-height: var(--ap-line-height-label);
  font-weight: var(--ap-font-weight-semibold);
}

.ap-input {
  width: 100%;
  min-height: 44px;
  padding: var(--ap-space-3) var(--ap-space-4);
  color: var(--ap-color-text);
  border: 1px solid var(--ap-color-border);
  border-radius: var(--ap-radius-md);
  background: var(--ap-color-surface);
  font-family: var(--ap-font-family-base);
  font-size: var(--ap-font-size-body);
  line-height: var(--ap-line-height-body);
  transition: border-color var(--ap-transition-fast), box-shadow var(--ap-transition-fast), background-color var(--ap-transition-fast);
}

.ap-input::placeholder {
  color: var(--ap-color-text-muted);
  opacity: .78;
}

.ap-input:hover {
  border-color: rgba(7, 142, 155, .35);
}

.ap-input:focus-visible {
  outline: 0;
  border-color: var(--ap-color-brand);
  box-shadow: var(--ap-focus-ring);
}

.ap-input[aria-invalid="true"],
.ap-field.is-error .ap-input {
  border-color: var(--ap-color-danger);
}

.ap-input[disabled],
.ap-input[aria-disabled="true"] {
  color: var(--ap-color-text-muted);
  background: var(--ap-color-surface-muted);
  cursor: not-allowed;
}

.ap-field-help,
.ap-field-error {
  margin: 0;
  font-size: var(--ap-font-size-body-small);
  line-height: var(--ap-line-height-body-small);
}

.ap-field-help {
  color: var(--ap-color-text-muted);
}

.ap-field-error {
  color: var(--ap-color-danger);
}

.ap-badge {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--ap-space-1);
  padding: var(--ap-space-1) var(--ap-space-2);
  color: var(--ap-color-text);
  border-radius: var(--ap-radius-pill);
  background: var(--ap-color-surface-muted);
  font-family: var(--ap-font-family-base);
  font-size: var(--ap-font-size-body-small);
  line-height: 1;
  font-weight: var(--ap-font-weight-semibold);
}

.ap-badge-brand {
  color: var(--ap-color-brand-hover);
  background: var(--ap-color-surface-accent);
}

.ap-badge-success {
  color: #1f6e4f;
  background: #e9f7f0;
}

.ap-badge-warning {
  color: #80570e;
  background: #fff5dc;
}

.ap-badge-danger {
  color: #8f3434;
  background: #fff0f0;
}

.ap-button:focus-visible,
.ap-icon-button:focus-visible,
.ap-link-more:focus-visible,
.ap-card-link:focus-visible {
  outline: 0;
  box-shadow: var(--ap-focus-ring);
}

.ap-scroll-row {
  scrollbar-width: thin;
  scrollbar-color: rgba(117, 133, 143, .35) transparent;
}

@media (max-width: 991px) {
  .ap-container {
    padding-right: var(--ap-page-gutter-tablet);
    padding-left: var(--ap-page-gutter-tablet);
  }

  .ap-section {
    padding-top: var(--ap-space-10);
    padding-bottom: var(--ap-space-10);
  }
}

@media (max-width: 767px) {
  .ap-container {
    padding-right: var(--ap-page-gutter-mobile);
    padding-left: var(--ap-page-gutter-mobile);
  }

  .ap-section {
    padding-top: var(--ap-space-8);
    padding-bottom: var(--ap-space-8);
  }


  .ap-section-title {
    font-size: 27px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .ap-button,
  .ap-button-spinner,
  .ap-link-more,
  .ap-link-more i,
  .ap-icon-button {
    transition: none;
    animation: none;
  }
}
/* SOURCE: aero/components.css */
/* AeroPresent Design System — shared storefront components. */

/* Shared merchandising/promo cards used on home and content landings. */
.ap-promo-section {
  padding: var(--ap-space-10) 0 var(--ap-space-12);
}

.ap-promo-heading {
  max-width: 760px;
  margin: 0 auto var(--ap-space-6);
  text-align: center;
}

.ap-promo-heading h1,
.ap-promo-heading .ap-promo-title {
  margin: 0;
  color: var(--ap-color-text);
  font-size: clamp(28px, 2.8vw, 42px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -.03em;
}

.ap-promo-heading p {
  margin: var(--ap-space-3) 0 0;
  color: var(--ap-color-text-muted);
  font-size: 15px;
  line-height: 1.55;
}

.ap-promo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ap-space-4);
}

.ap-promo-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: var(--ap-color-text);
  border: 1px solid var(--ap-color-border);
  border-radius: var(--ap-radius-xl);
  background: var(--ap-color-surface);
  box-shadow: var(--ap-shadow-xs);
  text-decoration: none;
  transition: transform var(--ap-transition-default), border-color var(--ap-transition-default), box-shadow var(--ap-transition-default);
}

.ap-promo-card:hover,
.ap-promo-card:focus {
  color: var(--ap-color-text);
  border-color: rgba(36, 159, 208, .24);
  box-shadow: var(--ap-shadow-sm);
  text-decoration: none;
  transform: translateY(-3px);
}

.ap-promo-image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--ap-color-surface-muted);
}

.ap-promo-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 320ms ease;
}

.ap-promo-card:hover .ap-promo-image img {
  transform: scale(1.025);
}

.ap-promo-copy {
  flex: 1 1 auto;
  padding: var(--ap-space-4) var(--ap-space-4) var(--ap-space-5);
}

.ap-promo-copy h3 {
  margin: 0;
  color: var(--ap-color-text);
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
}

.ap-promo-copy p {
  margin: var(--ap-space-2) 0 0;
  color: var(--ap-color-text-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Site footer owns only the new ap-site-footer markup. */






























@media (max-width: 991px) {
  .ap-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }


}

@media (max-width: 767px) {
  .ap-promo-section {
    padding: var(--ap-space-8) 0;
  }

  .ap-promo-heading {
    margin-bottom: var(--ap-space-5);
    text-align: left;
  }

  .ap-promo-heading h1,
  .ap-promo-heading .ap-promo-title {
    font-size: 28px;
  }

  .ap-promo-grid {
    display: flex;
    gap: var(--ap-space-3);
    margin-right: calc(var(--ap-page-gutter-mobile) * -1);
    padding-right: var(--ap-page-gutter-mobile);
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .ap-promo-card {
    flex: 0 0 min(78vw, 290px);
    scroll-snap-align: start;
    border-radius: var(--ap-radius-lg);
  }






}

@media (max-width: 479px) {



}

/* Shared breadcrumb component. */

/* Canonical breadcrumb presentation. Route producers retain their own data/schema. */
.ap-breadcrumbs {
  margin: 0 0 var(--ap-space-4);
  color: var(--ap-color-text-muted);
  font-size: var(--ap-font-size-label);
  line-height: var(--ap-line-height-body);
}
.ap-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--ap-space-1) var(--ap-space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}
.ap-breadcrumbs li {
  display: inline-flex;
  align-items: baseline;
  gap: var(--ap-space-2);
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.ap-breadcrumbs li:not(:last-child)::after {
  content: '/';
  color: var(--ap-color-text-muted);
}
.ap-breadcrumbs a { color: inherit; text-decoration: none; }
.ap-breadcrumbs a:hover { color: var(--ap-color-brand-hover); text-decoration: underline; }
.ap-breadcrumbs a:focus-visible { outline: 2px solid var(--ap-color-brand); outline-offset: 4px; border-radius: var(--ap-radius-sm); }
.ap-breadcrumbs [aria-current="page"] { color: var(--ap-color-text); }

/* SOURCE: aero/components/cart-feedback.css */
/* AeroPresent Design System — cart feedback/toast. */

.ap-cart-toast {
  position: fixed;
  z-index: 1400;
  top: calc(var(--ap-header-sticky-offset, 110px) + 14px);
  right: max(var(--ap-page-gutter-desktop), calc((100vw - var(--ap-workspace-max)) / 2 + var(--ap-page-gutter-desktop)));
  width: min(390px, calc(100vw - 32px));
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 32px;
  gap: 12px;
  align-items: center;
  padding: 12px;
  color: var(--ap-color-text);
  border: 1px solid var(--ap-color-border);
  border-radius: var(--ap-radius-lg);
  background: rgba(255, 255, 255, .99);
  box-shadow: var(--ap-shadow-md);
}

.ap-cart-toast-thumb {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--ap-color-brand);
  border-radius: 12px;
  background: var(--ap-color-surface-muted);
  font-size: 20px;
}

.ap-cart-toast-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ap-cart-toast-main {
  min-width: 0;
}

.ap-cart-toast-kicker {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
  color: var(--ap-color-success);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.ap-cart-toast-title {
  overflow: hidden;
  color: var(--ap-color-text);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  text-overflow: ellipsis;
}

.ap-cart-toast-link {
  display: inline-block;
  margin-top: 5px;
  color: var(--ap-color-brand-hover);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.ap-cart-toast-link:hover,
.ap-cart-toast-link:focus {
  color: var(--ap-color-brand);
  text-decoration: none;
}

.ap-cart-toast-close {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #92a2a9;
  border: 0;
  border-radius: 9px;
  background: transparent;
  font-size: 20px;
  line-height: 1;
}

.ap-cart-toast-close:hover,
.ap-cart-toast-close:focus {
  color: var(--ap-color-text);
  background: var(--ap-color-surface-muted);
  outline: 0;
}

@media (max-width: 767px) {
  .ap-cart-toast {
    top: calc(var(--ap-mobile-header-height) + 10px);
    right: 12px;
    left: 12px;
    width: auto;
  }
}

/* SOURCE: aero/layout/legacy-shell.css */
/*
 * AeroPresent Design System — legacy workspace bridge
 *
 * Temporary compatibility layer for OpenCart templates that still use the
 * Bootstrap .container shell. It aligns their outer working area with the
 * redesign workspace without changing page-specific forms or business logic.
 * Remove page-by-page as those templates migrate to native ap-* compositions.
 */

body > .container {
  box-sizing: border-box;
  width: 100% !important;
  max-width: var(--ap-workspace-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: var(--ap-page-gutter-desktop) !important;
  padding-left: var(--ap-page-gutter-desktop) !important;
}

/* Remaining legacy checkout/content rules carry !important widths. The bridge
 * owns only the outer shell; their internal grids and server-rendered fields stay intact. */
body > .container.aero-checkout-page,
body > .container.aero-page-shell,
body > .container.aero-blog-builder-page,
body > .container.aero-delivery-landing-page {
  width: 100% !important;
  max-width: var(--ap-workspace-max) !important;
  padding-right: var(--ap-page-gutter-desktop) !important;
  padding-left: var(--ap-page-gutter-desktop) !important;
}

@media (max-width: 991px) {
  body > .container,
  body > .container.aero-checkout-page,
  body > .container.aero-page-shell,
  body > .container.aero-blog-builder-page,
  body > .container.aero-delivery-landing-page {
    padding-right: var(--ap-page-gutter-tablet) !important;
    padding-left: var(--ap-page-gutter-tablet) !important;
  }
}

@media (max-width: 767px) {
  body > .container,
  body > .container.aero-checkout-page,
  body > .container.aero-page-shell,
  body > .container.aero-blog-builder-page,
  body > .container.aero-delivery-landing-page {
    padding-right: var(--ap-page-gutter-mobile) !important;
    padding-left: var(--ap-page-gutter-mobile) !important;
  }
}

/* SOURCE: aero/theme-modern.css */
/*
 * AeroPresent Modern Theme — visual system V2
 *
 * Purpose: one deliberate visual skin on top of the migrated ap-* component
 * architecture. Layout/behaviour ownership remains in the component/page files;
 * this file owns typography, surfaces, depth, emphasis and cross-page polish.
 */

/* =========================================================
   1. GLOBAL VISUAL LANGUAGE
   ========================================================= */

:root {
  --ap-modern-canvas: #fbfcfc;
  --ap-modern-canvas-strong: #f4f6f6;
  --ap-modern-ink: #10232b;
  --ap-modern-ink-soft: #30464f;
  --ap-modern-muted: #667981;
  --ap-modern-brand: #0797a6;
  --ap-modern-brand-strong: #057783;
  --ap-modern-brand-soft: #e9f7f8;
  --ap-modern-mint: #6fd5cf;
  --ap-modern-warm: #fff8f1;
  --ap-modern-line: rgba(16, 35, 43, .085);
  --ap-modern-line-strong: rgba(16, 35, 43, .13);
  --ap-modern-shadow-soft: 0 4px 18px rgba(16, 35, 43, .045);
  --ap-modern-shadow-card: 0 14px 40px rgba(16, 35, 43, .08);
  --ap-modern-shadow-float: 0 22px 64px rgba(16, 35, 43, .13);
  --ap-header-sticky-offset: 88px;
}

/* COMPLETE EDITORIAL FOOTER */







@media(min-width:768px){}
@media(max-width:991px){}
@media(max-width:767px){}

/* =========================================================
   13. CATALOG EDITORIAL REFINEMENT
   ========================================================= */

.ap-product-grid {
  gap: 34px 22px !important;
}







.ap-product-actions {
  gap: 6px !important;
}

.ap-product-action {
  width: 38px !important;
  height: 38px !important;
  border: 1px solid rgba(20,38,44,.12) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.94) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transform: none !important;
}






.ap-product-qty-badge {
  top: 10px !important;
  left: 10px !important;
  letter-spacing: .055em !important;
}

/* Category owns its compact purchase composition; keep legacy rules elsewhere. */
.ap-quantity-stepper:where(:not(.ap-product-card *)) {
  border-radius: 4px !important;
  box-shadow: none !important;
}





.ap-category-sidebar a,
.ap-filter-item,
.ap-category-sort select,
.ap-category-limit select {
  border-radius: 4px !important;
}

.ap-filter-item input[type="checkbox"] {
  border-radius: 2px !important;
}

@media (max-width: 767px) {
  .ap-product-grid {
    gap: 28px 12px !important;
  }

  }

html {
  scroll-behavior: smooth;
}

body.ap-storefront {
  color: var(--ap-modern-ink);
  background: #fff;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.ap-storefront a,
body.ap-storefront button,
body.ap-storefront input,
body.ap-storefront select,
body.ap-storefront textarea {
  font-family: inherit;
}

body.ap-storefront a {
  text-underline-offset: 3px;
}

body.ap-storefront ::selection {
  color: #fff;
  background: var(--ap-modern-brand);
}

body.ap-storefront :focus-visible {
  outline: 3px solid rgba(15, 156, 171, .24);
  outline-offset: 3px;
}

.ap-container,
.aero-page-shell {
  max-width: var(--ap-workspace-max);
}

.ap-section {
  padding-top: clamp(56px, 5.4vw, 88px);
  padding-bottom: clamp(56px, 5.4vw, 88px);
}


.ap-section-eyebrow {
  color: var(--ap-modern-brand-strong) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .13em !important;
}

.ap-section-title,
.ap-promo-heading h1,
.ap-promo-heading .ap-promo-title {
  color: var(--ap-modern-ink);
  font-size: clamp(32px, 3vw, 50px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.045em;
}


.ap-link-more {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--ap-modern-ink);
  background: rgba(255,255,255,.72);
  font-weight: 700;
}

.ap-link-more:hover,
.ap-link-more:focus {
  color: var(--ap-modern-brand-strong);
  background: #fff;
  box-shadow: var(--ap-modern-shadow-soft);
}

.ap-card {
  border: 1px solid var(--ap-modern-line);
  border-radius: var(--ap-modern-radius-card);
  background: #fff;
  box-shadow: none;
}

.ap-button {
  min-height: 46px;
  padding: 0 22px;
  border-radius: var(--ap-modern-radius-control);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.01em;
}

.ap-button-primary {
  border-color: var(--ap-modern-brand-strong);
  color: #fff;
  background: var(--ap-modern-brand);
  box-shadow: none;
}

.ap-button-primary:hover,
.ap-button-primary:focus {
  border-color: #066c77;
  color: #fff;
  background: var(--ap-modern-brand-strong);
  box-shadow: 0 8px 18px rgba(5, 119, 131, .18);
  transform: translateY(-1px);
}

/* One shared treatment for every control that adds a product to the cart. */
.aero-product-buy,
button[onclick*="cart.add("],
input[onclick*="cart.add("] {
  border-color: transparent !important;
  color: #fff !important;
  background: linear-gradient(135deg, #159fd0, #39c6c6) !important;
  box-shadow: none !important;
}

.aero-product-buy:hover,
.aero-product-buy:focus,
button[onclick*="cart.add("]:hover,
button[onclick*="cart.add("]:focus,
input[onclick*="cart.add("]:hover,
input[onclick*="cart.add("]:focus {
  border-color: transparent !important;
  color: #fff !important;
  background: var(--ap-modern-brand-strong) !important;
  box-shadow: 0 8px 18px rgba(5, 119, 131, .18) !important;
}

.ap-button-secondary {
  color: var(--ap-modern-ink);
  border-color: var(--ap-modern-line-strong);
  background: rgba(255,255,255,.86);
}

.ap-button-secondary:hover,
.ap-button-secondary:focus {
  color: var(--ap-modern-brand-strong);
  border-color: rgba(15,156,171,.30);
  background: #fff;
}

.ap-icon-button {
  border-color: var(--ap-modern-line) !important;
  background: rgba(255,255,255,.92) !important;
  box-shadow: 0 5px 18px rgba(20,38,44,.06) !important;
}

.ap-icon-button:hover,
.ap-icon-button:focus {
  color: var(--ap-modern-brand-strong) !important;
  border-color: rgba(15,156,171,.24) !important;
  box-shadow: 0 10px 26px rgba(20,38,44,.11) !important;
  transform: translateY(-1px);
}

.aero-page-breadcrumb {
  margin-top: 20px !important;
  margin-bottom: 28px !important;
  color: #879499 !important;
  font-size: 13px !important;
  font-weight: 500;
}

.aero-page-breadcrumb a {
  color: #74848a !important;
}

.aero-page-breadcrumb a:hover {
  color: var(--ap-modern-brand-strong) !important;
}

/* =========================================================
   2. HEADER / SEARCH / CATALOG NAV
   ========================================================= */







































/* =========================================================
   3. HOME
   ========================================================= */



















.ap-promo-grid,
.ap-collection-grid {
  gap: 20px;
}

.ap-promo-card,
.ap-collection-card:not(:where(.ap-content-page *)) {
  overflow: hidden;
  border: 1px solid rgba(20,38,44,.065);
  border-radius: var(--ap-modern-radius-card);
  background: rgba(255,255,255,.94);
  box-shadow: var(--ap-modern-shadow-soft);
}

.ap-promo-card:hover,
.ap-promo-card:focus,
.ap-collection-card:not(:where(.ap-content-page *)):hover,
.ap-collection-card:not(:where(.ap-content-page *)):focus {
  border-color: rgba(15,156,171,.16);
  box-shadow: var(--ap-modern-shadow-card);
  transform: translateY(-6px);
}

.ap-promo-image {
  background: #eef2ef;
}

.ap-promo-card:hover img,
.ap-collection-card:not(:where(.ap-content-page *)):hover img {
  transform: scale(1.045);
}

.ap-promo-copy {
  padding: 20px 20px 24px;
}

.ap-promo-copy h3 {
  color: var(--ap-modern-ink);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.02em;
}




/* =========================================================
   4. CANONICAL PRODUCT CARD
   ========================================================= */




.ap-product-actions {
  top: 14px !important;
  right: auto !important;
  left: 14px !important;
}


.ap-product-card .ap-product-compare {
  display: none !important;
}

.ap-product-action {
  color: #596b71;
}

.ap-product-action:hover,
.ap-product-action:focus {
  color: #fff;
  background: var(--ap-modern-brand-strong);
  transform: scale(1.05);
}













.ap-quantity-stepper {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: #f2f4f2;
}

.ap-quantity-stepper button {
  background: transparent;
}

.ap-quantity-stepper input {
  background: transparent;
  font-weight: 800;
}


/* =========================================================
   5. CATEGORY / FILTERS
   ========================================================= */




.ap-category-header {
  margin-bottom: 18px;
}

.ap-category-heading-copy h1 {
  color: var(--ap-modern-ink);
  font-size: clamp(34px, 2.8vw, 46px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.052em;
}

.ap-category-heading-copy p {
  margin-top: 10px;
  color: var(--ap-modern-muted);
  font-size: 14px;
}

.ap-side-catalog {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ap-side-catalog-item {
  min-height: 44px;
  border-radius: 10px;
}

.ap-side-catalog-item:hover,
.ap-side-catalog-item:focus,
.ap-side-catalog-item.is-active {
  color: var(--ap-modern-brand-strong);
  background: var(--ap-modern-brand-soft);
}

















.ap-active-filter-chip {
  border: 0;
  border-radius: 999px;
  color: var(--ap-modern-brand-strong);
  background: var(--ap-modern-brand-soft);
  font-weight: 700;
}


/* V2 catalog hierarchy: broader workspace, quieter sidebar, stronger merchandising. */



.ap-category-heading-copy .ap-section-eyebrow {
  display: none;
}

.ap-category-title-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.ap-category-product-count {
  color: var(--ap-modern-muted);
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.ap-side-catalog {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(16,35,43,.08);
}

.ap-side-catalog-list {
  padding: 0;
}






.ap-product-qty-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: var(--ap-modern-brand);
  line-height: 1.15;
  font-weight: 800;
}

.ap-product-compare {
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity .18s ease, transform .18s ease, background-color .18s ease;
}

.ap-product-card:hover .ap-product-compare,
.ap-product-card:focus-within .ap-product-compare {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   7. CART
   ========================================================= */
























/* =========================================================
   8. CHECKOUT
   ========================================================= */



































/* =========================================================
   9. EDITORIAL / BLOG / DELIVERY
   ========================================================= */

.aero-page-shell {
  padding-bottom: 84px;
}

.aero-page-title:not(:where(.ap-content-page *)) {
  color: var(--ap-modern-ink) !important;
  font-size: clamp(38px,3.6vw,58px) !important;
  line-height: 1.04 !important;
  font-weight: 800 !important;
  letter-spacing: -.05em !important;
}

.aero-page-section-title {
  color: var(--ap-modern-ink) !important;
  font-size: clamp(25px,2vw,32px) !important;
  font-weight: 800 !important;
  letter-spacing: -.03em !important;
}

.aero-richtext:not(:where(.ap-content-page *)),
.aero-builder-text:not(:where(.ap-content-page *)) {
  color: #42555c !important;
  font-size: 17px !important;
  line-height: 1.78 !important;
}

.aero-richtext:not(:where(.ap-content-page *)) h2,
.aero-builder-text:not(:where(.ap-content-page *)) h2 {
  color: var(--ap-modern-ink) !important;
  font-size: clamp(28px,2.4vw,38px) !important;
  font-weight: 800 !important;
  letter-spacing: -.035em !important;
}

.aero-richtext:not(:where(.ap-content-page *)) h3,
.aero-builder-text:not(:where(.ap-content-page *)) h3 {
  color: var(--ap-modern-ink) !important;
  font-weight: 800 !important;
}

.aero-richtext:not(:where(.ap-content-page *)) a,
.aero-builder-text:not(:where(.ap-content-page *)) a {
  color: var(--ap-modern-brand-strong) !important;
}

.aero-richtext:not(:where(.ap-content-page *)) blockquote,
.aero-builder-text:not(:where(.ap-content-page *)) blockquote {
  margin: 30px 0;
  padding: 24px 28px;
  border: 0 !important;
  border-radius: 22px;
  color: #42555c;
  background: var(--ap-modern-warm);
}

.aero-builder-slider,
.aero-builder-products {
  border: 0 !important;
  border-radius: 28px !important;
  background: #fff !important;
  box-shadow: var(--ap-modern-shadow-soft) !important;
}

.aero-builder-gallery-slide {
  border-radius: 20px !important;
  box-shadow: 0 10px 28px rgba(20,38,44,.08) !important;
}

.aero-builder-faq-item {
  border: 1px solid rgba(20,38,44,.07) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 6px 20px rgba(20,38,44,.035);
}

.aero-delivery-landing-page {
  --aero-landing-text: var(--ap-modern-ink);
  --aero-landing-muted: var(--ap-modern-muted);
  --aero-landing-accent: var(--ap-modern-brand);
  --aero-landing-accent-dark: var(--ap-modern-brand-strong);
  --aero-landing-soft: #f4f6f4;
  --aero-card-radius: 22px;
}

.aero-delivery-landing-page .aero-shared-popular-title,
.aero-delivery-section-title-line h2 {
  color: var(--ap-modern-ink);
  font-weight: 800;
  letter-spacing: -.035em;
}

/* =========================================================
   10. FOOTER
   ========================================================= */













/* =========================================================
   11. MOBILE / TABLET POLISH
   ========================================================= */

@media (max-width: 991px) {
  body.ap-storefront {
    background: #fff;
  }
















  .ap-category-heading-copy h1,
.aero-page-title:not(:where(.ap-content-page *)) {
    font-size: clamp(31px, 7.8vw, 43px) !important;
    letter-spacing: -.045em !important;
  }

}

@media (max-width: 767px) {
  :root {
    --ap-page-gutter-mobile: 14px;
  }

  .ap-container {
    padding-right: 14px;
    padding-left: 14px;
  }

  .ap-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .ap-section-title,
  .ap-promo-heading h1,
  .ap-promo-heading .ap-promo-title {
    font-size: 31px;
  }


  .ap-promo-card,
.ap-collection-card:not(:where(.ap-content-page *)) {
    border-radius: 22px;
  }


  .ap-product-qty-badge {
    top: 8px;
    left: 8px;
    border-radius: 7px;
  }

  .ap-product-compare {
    display: none;
  }

  .ap-product-actions {
    top: 11px !important;
    right: 11px !important;
  }




  .aero-richtext:not(:where(.ap-content-page *)),
  .aero-builder-text:not(:where(.ap-content-page *)) {
    font-size: 16px !important;
    line-height: 1.72 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ap-promo-card,
.ap-collection-card:not(:where(.ap-content-page *)),
.ap-button {
    transition: none !important;
  }
}

/* =========================================================
   14. HEADER / FOOTER / SEO / MOBILE HOTFIXES (V3 polish)
   ========================================================= */































@media (max-width: 991px) {


















}

/* =========================================================
   15. PATCH 011 — mobile stabilization + home UX polish
   ========================================================= */

/* =========================================================
   16. PATCH 012 — pointer focus + mobile drawer stabilization
   ========================================================= */

/* Pointer/touch clicks must not leave the browser's black focus rectangle.
   Keyboard users keep an intentional brand focus ring via :focus-visible. */
body.ap-storefront a:focus,
body.ap-storefront button:focus,
body.ap-storefront [tabindex]:focus {
  outline: none;
}

body.ap-storefront a:focus-visible,
body.ap-storefront button:focus-visible,
body.ap-storefront input:focus-visible,
body.ap-storefront select:focus-visible,
body.ap-storefront textarea:focus-visible,
body.ap-storefront [tabindex]:focus-visible {
  outline: 2px solid rgba(15, 156, 171, .55) !important;
  outline-offset: 3px;
}

/* =========================================================
   16. PATCH 013 — mobile catalog cleanup + draggable hero
   ========================================================= */

/* =========================================================
   17. PATCH 014 — Mobile Excellence Pass
   ========================================================= */


@media (max-width: 767px) {

  /* Compact, calmer mobile header. */

  /* Bottom navigation: compact, system-like, no decorative emphasis. */



  .ap-product-action:active,
.ap-button:active,
button:active {
    transform: scale(.97);
  }

  /* One horizontal-scroll language across storefront sections. */
  .ap-scroll-row,
.ap-collection-grid,
.ap-product-related-grid {
    scroll-snap-type: x mandatory !important;
    scroll-padding-left: 14px;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ap-scroll-row::-webkit-scrollbar,
.ap-collection-grid::-webkit-scrollbar,
.ap-product-related-grid::-webkit-scrollbar {
    display: none;
  }

  .ap-scroll-row > *,
.ap-collection-grid > *,
.ap-product-related-grid > * {
    scroll-snap-align: start;
  }

  /* Predictable vertical rhythm. */
  .ap-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .ap-section-title {
    margin-bottom: 6px;
  }

  /* Product cards: lighter controls, imagery remains dominant. */

  .ap-product-qty-badge {
    min-height: 22px !important;
    max-width: calc(100% - 46px) !important;
    padding: 0 6px !important;
    font-size: 7.5px !important;
    box-shadow: none !important;
  }

  .ap-product-action {
    width: 34px !important;
    height: 34px !important;
    box-shadow: 0 3px 10px rgba(20,38,44,.06) !important;
  }










  .ap-quantity-stepper:where(:not(.ap-product-card *)) {
    height: 40px !important;
    grid-template-columns: 32px minmax(34px, 1fr) 32px !important;
    border-radius: 10px !important;
  }

  .ap-quantity-stepper:where(:not(.ap-product-card *)) button,
  .ap-quantity-stepper:where(:not(.ap-product-card *)) input {
    height: 38px !important;
  }

  .ap-quantity-stepper:where(:not(.ap-product-card *)) button {
    width: 32px !important;
  }


  /* Cart: denser lines + always-visible checkout action. */












  /* Checkout: mobile-first density and fixed final action. */


















}


/* =========================================================
   17. PATCH 013 — compact mobile shell + content density
   ========================================================= */









@media (max-width: 767px) {
  :root {
    --ap-mobile-bottom-height: 58px;
  }



  body.ap-storefront {
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)) !important;
  }







  .ap-section-title {
    font-size: clamp(29px, 8vw, 36px) !important;
    line-height: 1.05 !important;
  }




  .ap-collection-grid {
    gap: 12px !important;
  }

  .ap-collection-card:not(:where(.ap-content-page *)) {
    flex: 0 0 min(68vw, 252px) !important;
    border-radius: 19px !important;
  }





















































}

/* =========================================================
   18. PATCH 014 — ultra-compact mobile sticky header
   ========================================================= */

/* =========================================================
   19. PATCH 015 — reference-style mobile commerce header
   ========================================================= */
@media (max-width: 767px) {
  :root {
    --ap-mobile-header-height: 56px;
  }




  /* Keep the brand geometrically centered in the viewport, independent
     of the unequal left/right action groups. */









  }

/* =========================================================
   18. VISUAL REFINEMENT V4 — quieter geometry, editorial header
   ========================================================= */

:root {
  --ap-modern-radius-card: 12px;
  --ap-modern-radius-control: 6px;
}

@media (min-width: 768px) {















}

/* Keep the catalog treatment authoritative after legacy responsive hotfixes. */


.ap-product-qty-badge {
  min-height: 25px !important;
  max-width: calc(100% - 62px) !important;
  padding: 0 8px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  font-size: 9px !important;
}

/* =========================================================
   14. HOME EDITORIAL REFINEMENT
   ========================================================= */






.ap-section-eyebrow {
  letter-spacing: .12em !important;
}



.ap-product-hit-badge {
  position: absolute;
  z-index: 4;
  top: 12px;
  left: 12px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #159fd0, #39c6c6);
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
}

.ap-product-hit-badge.is-product-page {
  top: 18px;
  left: 18px;
  min-height: 30px;
  padding: 0 12px;
  font-size: 11px;
}

.ap-collection-card:not(:where(.ap-content-page *)) {
  border-color: #dfe5e4 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  transform: none !important;
}

.ap-collection-card:not(:where(.ap-content-page *)):hover,
.ap-collection-card:not(:where(.ap-content-page *)):focus {
  border-color: #aebebf !important;
  box-shadow: none !important;
  transform: none !important;
}








@media (max-width: 767px) {

  .ap-collection-card:not(:where(.ap-content-page *)) {
    border-radius: 5px !important;
  }



}

/* =========================================================
   20. LIGHT AQUA FOOTER + MOBILE HEADER ALIGNMENT
   ========================================================= */

















/* =========================================================
   21. CART ICON, CART AND CHECKOUT
   ========================================================= */

@media (min-width: 768px) {





}






#checkout-checkout {
  max-width: 1180px;
  padding-top: 26px;
  padding-bottom: 70px;
}

#checkout-checkout h1 {
  margin: 12px 0 30px;
  color: var(--ap-modern-ink);
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 800;
  letter-spacing: -.035em;
}

#checkout-checkout #accordion {
  display: grid;
  gap: 12px;
}

#checkout-checkout .panel {
  margin: 0 !important;
  overflow: hidden;
  border: 1px solid #dce4e3;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
}

#checkout-checkout .panel-heading {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
}

#checkout-checkout .panel-title,
#checkout-checkout .panel-title > a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 20px;
  color: #17363d !important;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}

#checkout-checkout .panel-title > a {
  width: 100%;
  padding: 0;
}

#checkout-checkout .panel-body {
  padding: 24px 20px 26px;
  border-top: 1px solid #e5ebea !important;
  background: #fbfcfb;
}

#checkout-checkout .form-control,
#checkout-checkout select,
#checkout-checkout textarea,
#checkout-checkout .input-group-addon {
  min-height: 44px;
  border-color: #d4dfde;
  border-radius: 4px !important;
  box-shadow: none;
}

#checkout-checkout .form-control:focus {
  border-color: var(--ap-modern-brand);
  box-shadow: 0 0 0 3px rgba(7,151,166,.09);
}

#checkout-checkout .btn {
  min-height: 44px;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-weight: 700;
}

#checkout-checkout .btn-primary {
  border-color: var(--ap-modern-brand);
  background: var(--ap-modern-brand);
}

#checkout-checkout .table-responsive,
#checkout-checkout .table-bordered {
  border-radius: 5px;
}

@media (max-width: 767px) {
  #checkout-checkout {
    padding-top: 12px;
    padding-bottom: 90px;
  }

  #checkout-checkout h1 {
    margin-bottom: 22px;
    font-size: 28px;
  }

  #checkout-checkout .panel-title,
  #checkout-checkout .panel-title > a {
    min-height: 54px;
    padding-right: 14px;
    padding-left: 14px;
    font-size: 14px;
  }

  #checkout-checkout .panel-title > a {
    padding: 0;
  }

  #checkout-checkout .panel-body {
    padding: 19px 14px 22px;
  }
}

/* Custom AeroPresent checkout follows the same restrained system. */
/* Unified internal page hero: semantic breadcrumbs/title over a 15 KB WebP background. */
.ap-page-hero{position:relative;display:flex;align-items:center;width:100vw;max-width:none;min-height:164px;margin:0 calc(50% - 50vw) 30px;padding:0;overflow:hidden;border:0;border-radius:0;background-color:#f8fbfc;background-image:linear-gradient(90deg,rgba(250,252,253,1) 0%,rgba(250,252,253,.99) 50%,rgba(250,252,253,.9) 58%,rgba(250,252,253,.38) 72%,rgba(250,252,253,0) 84%),url('../../image/aero/page-hero.webp?v=20260821-2');background-position:center,center right;background-repeat:no-repeat;background-size:cover,auto 100%}
.ap-page-hero__content{position:relative;z-index:1;width:100%;max-width:var(--ap-workspace-max);margin:0 auto;padding:28px var(--ap-page-gutter-desktop,24px)}
.ap-page-hero .breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px;margin:0 0 17px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;list-style:none}
.ap-page-hero .breadcrumb li{display:inline-flex;align-items:center;margin:0;padding:0;color:#6f8188;font-size:13px;line-height:1.4}
.ap-page-hero .breadcrumb li+li:before{content:'/';margin-right:12px;padding:0;color:#a9b9bd}
.ap-page-hero .breadcrumb a{color:#61767d;text-decoration:none}
.ap-page-hero .breadcrumb a:hover{color:#0797a9}
.ap-page-hero__heading{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px}
.ap-page-hero h1,.ap-page-hero__title{max-width:100%;margin:0;color:#10242b;font-size:clamp(30px,3vw,44px);font-weight:700;line-height:1.08;letter-spacing:-.035em}
.ap-page-hero__count{color:#75878d;font-size:14px;white-space:nowrap}

/* Unified storefront product card — not used by the product detail page. */
.ap-product-card .ap-product-actions{display:none!important}

/* Legacy search/special/manufacturer cards receive the same clean actions. */
.product-layout .product-thumb .button-group button:nth-child(n+2){display:none!important}
.product-layout .product-thumb .button-group button:first-child{width:100%!important;border-radius:0 0 17px 17px!important}

/* The same card shell for home HIT, blog recommendations and delivery landings. */
.aero-product-card{display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;height:100%!important;overflow:hidden!important;border:1px solid #dfe5e4!important;border-radius:18px!important;background:#fff!important;box-shadow:0 5px 18px rgba(20,38,44,.055)!important;transform:none!important}
.aero-product-card:hover{border-color:#cbd9da!important;box-shadow:0 8px 24px rgba(20,38,44,.085)!important;transform:translateY(-2px)!important}
.aero-product-card .aero-product-image{width:100%!important;margin:0!important;overflow:hidden!important;aspect-ratio:1 / 1!important;border:0!important;border-radius:0!important;background:#f3f5f5!important}
.aero-product-card .aero-product-image a{display:block!important;width:100%!important;height:100%!important}
.aero-product-card .aero-product-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:0!important}
.aero-product-card .aero-product-caption{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;padding:16px 16px 13px!important}
.aero-product-card .aero-product-caption h3{display:-webkit-box!important;min-height:2.7em!important;max-height:2.7em!important;margin:0 0 10px!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;font-size:15px!important;line-height:1.35!important}
.aero-product-card .aero-product-caption h3 a{font-weight:600!important}
.aero-product-card .aero-product-price{margin-top:auto!important;margin-bottom:0!important;font-size:20px!important;font-weight:800!important}
.aero-product-card .aero-product-buy-row{display:flex!important;flex:0 0 auto!important;margin:0!important;padding:0!important;border-top:1px solid #e2e8e8!important}
.aero-product-card .aero-product-buy{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:50px!important;margin:0!important;border:0!important;border-radius:0 0 17px 17px!important;box-shadow:none!important;font-weight:750!important}
@media(max-width:767px){.ap-page-hero{min-height:150px;margin:0 calc(50% - 50vw) 22px;border-radius:0;background-image:linear-gradient(90deg,rgba(250,252,253,1) 0%,rgba(250,252,253,.98) 54%,rgba(250,252,253,.7) 72%,rgba(250,252,253,.18) 92%,rgba(250,252,253,.08) 100%),url('../../image/aero/page-hero.webp?v=20260821-2');background-position:center,72% center;background-size:cover,auto 100%}.ap-page-hero__content{width:100%;padding:22px var(--ap-page-gutter-mobile,14px)}.ap-page-hero .breadcrumb{gap:5px 9px;margin-bottom:13px}.ap-page-hero .breadcrumb li{font-size:11px}.ap-page-hero .breadcrumb li+li:before{margin-right:9px}.ap-page-hero h1,.ap-page-hero__title{max-width:84%;font-size:clamp(26px,8vw,34px)}}

/* Compact mobile product cards: preserve quantity tiers and buying controls. */
@media (max-width:767px){

  .aero-product-card{border-radius:14px!important}
  .aero-product-card .aero-product-image{aspect-ratio:1.08 / 1!important}
  .aero-product-card .aero-product-caption{padding:10px 10px 8px!important}
  .aero-product-card .aero-product-caption h3{min-height:2.6em!important;max-height:2.6em!important;margin:0 0 6px!important;font-size:13px!important;font-weight:500!important;line-height:1.3!important}
  .aero-product-card .aero-product-caption h3 a{font-weight:500!important}
  .aero-product-card .aero-product-price{font-size:17px!important;font-weight:700!important;line-height:1.15!important}
  .aero-product-card .aero-product-buy{min-height:42px!important;height:42px!important;border-radius:0 0 13px 13px!important;font-size:12px!important;font-weight:650!important}
  .aero-product-card .aero-product-buy .fa{display:inline-block!important;margin-right:6px!important}
  .aero-product-card .aero-product-buy span{display:inline!important;color:#fff!important;font-size:12px!important;line-height:1!important}

  /* Compact mobile pagination inspired by the production storefront. */
        ul.pagination{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:100%!important;margin:0!important;padding:0!important;border:0!important}
  ul.pagination>li{display:block!important;margin:0!important;padding:0!important;border:0!important}
  ul.pagination>li.pagination-first,ul.pagination>li.pagination-last,ul.pagination>li.pagination-mobile-hidden{display:none!important}
  ul.pagination>li>a,ul.pagination>li>span{display:flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;padding:0!important;border:1px solid transparent!important;border-radius:50%!important;background:#fff!important;color:#172a31!important;box-shadow:none!important;font-size:14px!important;font-weight:650!important;line-height:1!important}
  ul.pagination>li>a:hover,ul.pagination>li>a:focus{border-color:#b9dfe2!important;background:#eefafb!important;color:#078b9d!important}
  ul.pagination>li.active>span{border-color:#119caf!important;background:linear-gradient(135deg,#159fc0 0%,#35c1bd 100%)!important;color:#fff!important;box-shadow:0 4px 11px rgba(18,158,176,.2)!important}
ul.pagination>li.pagination-prev>a,ul.pagination>li.pagination-next>a{border-color:#dbe6e7!important;color:#078b9d!important;font-size:18px!important}
}

/* Keep the search controls vertically centred inside the 50px header field. */
