/* Typography inherits Inter from the site's Elementor global font settings — no separate font import needed here. */

.aeropod-pdp, .aeropod-pdp *, .aeropod-pdp *::before, .aeropod-pdp *::after{
  box-sizing:border-box;
}
.aeropod-pdp{
  --graphite:#111111;
  --graphite-soft:#1B1B1B;
  --cladding:#F3F2EE;
  --cladding-line:#E2E0D9;
  --panel:#FFFFFF;
  --aluminum:#9C9A93;
  --ink:#111111;
  --ink-2:#2B2B2B;
  --ink-soft:#5A5A58;
  --pale:#B6B4AC;
  --radius:6px;
  --maxw:1280px;
  font-family:'Inter',sans-serif;
  color:var(--ink);
  background:var(--cladding);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
.aeropod-pdp h1,.aeropod-pdp h2,.aeropod-pdp h3,.aeropod-pdp h4,
.aeropod-pdp p,.aeropod-pdp ul,.aeropod-pdp ol,.aeropod-pdp figure{margin:0;padding:0;}
.aeropod-pdp ul,.aeropod-pdp ol{list-style:none;}
.aeropod-pdp img{max-width:100%;display:block;}
.aeropod-pdp a{color:inherit;text-decoration:none;}
.aeropod-pdp button{font-family:inherit;cursor:pointer;background:none;border:none;color:inherit;}
.aeropod-pdp button:hover,.aeropod-pdp button:focus,.aeropod-pdp button:active{background:none;}
.aeropod-pdp h1,.aeropod-pdp h2,.aeropod-pdp h3,.aeropod-pdp h4{
  font-weight:700;letter-spacing:-0.02em;color:var(--graphite);
}
.aeropod-pdp .ap-mono{font-variant-numeric:tabular-nums;letter-spacing:.01em;}
.aeropod-pdp :focus-visible{outline:2px solid var(--ink);outline-offset:2px;}

/* layout helpers */
.aeropod-pdp .ap-container{max-width:var(--maxw);margin:0 auto;padding:0 28px;}
.aeropod-pdp .ap-section{padding:72px 0;}
.aeropod-pdp .ap-section--tight{padding:48px 0;}
.aeropod-pdp .ap-section--dark{background:var(--graphite);color:#F2F1EC;}
.aeropod-pdp .ap-section--dark h2,.aeropod-pdp .ap-section--dark h3{color:#F2F1EC;}
.aeropod-pdp .ap-section--panel{background:var(--panel);}
.aeropod-pdp .ap-eyebrow-sm{
  font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-variant-numeric:tabular-nums;
  color:var(--ink-soft);font-weight:600;display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;
}
.aeropod-pdp .ap-eyebrow-sm::before{content:"";width:16px;height:2px;background:var(--ink);display:inline-block;}
.aeropod-pdp .ap-section--dark .ap-eyebrow-sm{color:var(--pale);}
.aeropod-pdp .ap-section--dark .ap-eyebrow-sm::before{background:#fff;}
.aeropod-pdp .ap-h2{font-size:clamp(26px,3vw,36px);line-height:1.15;margin-bottom:14px;}
.aeropod-pdp .ap-lede{color:var(--ink-soft);font-size:16px;max-width:620px;}
.aeropod-pdp .ap-section--dark .ap-lede{color:#B9C0C6;}
.aeropod-pdp .ap-section__head{margin-bottom:40px;}
.aeropod-pdp .ap-section__head--row{
  display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;
}

/* reveal-on-scroll */
.aeropod-pdp .ap-reveal{opacity:0;transform:translateY(22px);transition:opacity .6s ease,transform .6s ease;}
.aeropod-pdp .ap-reveal.is-visible{opacity:1;transform:none;}
@media (prefers-reduced-motion:reduce){
  .aeropod-pdp .ap-reveal{opacity:1;transform:none;transition:none;}
}

/* buttons */
.aeropod-pdp .ap-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 26px;border-radius:var(--radius);font-weight:600;font-size:15px;
  transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap;
}
.aeropod-pdp .ap-btn svg{width:16px;height:16px;flex:none;}
.aeropod-pdp .ap-btn--primary{background:var(--ink);color:#fff;}
.aeropod-pdp .ap-btn--primary:hover{background:var(--ink-2) !important;transform:translateY(-1px);}
/* on dark/black surfaces, flip the primary button to white so it doesn't disappear into the background */
.aeropod-pdp .ap-section--dark .ap-btn--primary,
.aeropod-pdp .ap-customize-band .ap-btn--primary,
.aeropod-pdp .ap-banner3d .ap-btn--primary{background:#fff;color:var(--graphite);}
.aeropod-pdp .ap-section--dark .ap-btn--primary:hover,
.aeropod-pdp .ap-customize-band .ap-btn--primary:hover,
.aeropod-pdp .ap-banner3d .ap-btn--primary:hover{background:var(--cladding) !important;color:var(--graphite);transform:translateY(-1px);}
.aeropod-pdp .ap-btn--outline{background:transparent;color:var(--graphite);border:1.5px solid var(--graphite);}
.aeropod-pdp .ap-btn--outline:hover{background:var(--graphite) !important;color:#fff;}
.aeropod-pdp .ap-section--dark .ap-btn--outline{color:#F5F4F0;border-color:#3A3A3A;}
.aeropod-pdp .ap-section--dark .ap-btn--outline:hover{background:#F5F4F0 !important;color:var(--graphite);}
.aeropod-pdp .ap-btn--link{color:var(--ink);font-weight:600;padding:8px 0;font-size:15px;border-bottom:1.5px solid var(--ink);}
.aeropod-pdp .ap-btn--link:hover{opacity:.6;background:none !important;}
.aeropod-pdp .ap-btn--block{width:100%;}

/* =========================== BREADCRUMB =========================== */
.aeropod-pdp .ap-breadcrumb{
  border-bottom:1px solid var(--cladding-line);background:var(--panel);
}
.aeropod-pdp .ap-breadcrumb__inner{
  max-width:var(--maxw);margin:0 auto;padding:14px 28px;display:flex;align-items:center;
  justify-content:space-between;gap:16px;flex-wrap:wrap;
}
.aeropod-pdp .ap-crumbs{font-size:13px;color:var(--ink-soft);display:flex;align-items:center;gap:6px;flex-wrap:wrap;}
.aeropod-pdp .ap-crumbs a:hover{color:var(--ink);}
.aeropod-pdp .ap-crumbs span{color:var(--aluminum);}
.aeropod-pdp .ap-model-code{
  font-size:12px;letter-spacing:.08em;font-weight:600;font-variant-numeric:tabular-nums;color:var(--graphite);
  border:1px solid var(--cladding-line);padding:5px 10px;border-radius:4px;background:var(--cladding);
}

/* =========================== HERO =========================== */
.aeropod-pdp .ap-hero{padding:40px 0 60px;}
.aeropod-pdp .ap-hero-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:64px;}

/* left: stacked photography */
.aeropod-pdp .ap-hero-media{display:flex;flex-direction:column;gap:16px;}
.aeropod-pdp .ap-hero-photo{border-radius:10px;overflow:hidden;background:var(--graphite);}
.aeropod-pdp .ap-hero-photo img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;}

/* right: sticky info panel */
.aeropod-pdp .ap-hero-side{position:relative;}
.aeropod-pdp .ap-hero-side__inner{position:sticky;top:28px;}
.aeropod-pdp .ap-title{font-size:clamp(28px,2.6vw,38px);line-height:1.08;margin-bottom:14px;}
.aeropod-pdp .ap-oneliner{font-size:16px;color:var(--ink-soft);}

.aeropod-pdp .ap-side-specs{display:flex;flex-direction:column;margin:24px 0 26px;border-top:1px solid var(--cladding-line);}
.aeropod-pdp .ap-side-spec-row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--cladding-line);}
.aeropod-pdp .ap-side-spec-row span:first-child{font-size:13px;color:var(--ink-soft);}
.aeropod-pdp .ap-side-spec-row span:last-child{font-size:13.5px;font-weight:600;color:var(--graphite);font-variant-numeric:tabular-nums;}

.aeropod-pdp .ap-hero-side .ap-cta-row{flex-direction:column;margin-bottom:16px;}
.aeropod-pdp .ap-hero-side .ap-btn--link{display:block;margin-bottom:0;}
.aeropod-pdp .ap-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:22px;}
.aeropod-pdp .ap-trust{display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:22px;border-top:1px solid var(--cladding-line);}
.aeropod-pdp .ap-trust__item{display:flex;align-items:center;gap:8px;font-size:13.5px;color:var(--ink-soft);font-weight:500;}
.aeropod-pdp .ap-trust__item svg{width:18px;height:18px;color:var(--ink);flex:none;}

/* =========================== SIDEBAR "IDEAL FOR" TAGS =========================== */
.aeropod-pdp .ap-side-tags{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0 26px;}
.aeropod-pdp .ap-side-tag{
  font-size:11.5px;font-weight:600;color:var(--ink-soft);background:var(--cladding);
  border:1px solid var(--cladding-line);padding:5px 10px;border-radius:999px;
}

/* =========================== NESTED LEFT-COLUMN BLOCKS (Gallery, Details) =========================== */
.aeropod-pdp .ap-left-block{margin-top:48px;padding-top:40px;border-top:1px solid var(--cladding-line);}
.aeropod-pdp .ap-left-block__title{font-size:21px;margin-bottom:22px;}

/* =========================== INCLUSIONS / ADD-ONS =========================== */
.aeropod-pdp .ap-incl-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;}
.aeropod-pdp .ap-incl-col__label{
  font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);
  margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--cladding-line);
}
.aeropod-pdp .ap-incl-item{display:flex;align-items:center;gap:12px;padding:12px 0;}
.aeropod-pdp .ap-incl-col__label + .ap-incl-item{padding-top:0;}
.aeropod-pdp .ap-incl-item + .ap-incl-item{border-top:1px solid var(--cladding-line);}
.aeropod-pdp .ap-incl-item svg{width:16px;height:16px;color:var(--ink-soft);flex:none;}
.aeropod-pdp .ap-incl-item h4{font-size:14.5px;font-weight:600;color:var(--graphite);}
.aeropod-pdp .ap-incl-note{font-size:13px;color:var(--ink-soft);margin-top:20px;}

/* =========================== DIMENSIONS =========================== */
.aeropod-pdp .ap-dims{display:flex;flex-direction:column;gap:28px;}
.aeropod-pdp .ap-dims__figure{
  position:relative;background:var(--panel);border:1px solid var(--cladding-line);border-radius:10px;
  overflow:hidden;background-image:
    linear-gradient(var(--cladding-line) 1px,transparent 1px),
    linear-gradient(90deg,var(--cladding-line) 1px,transparent 1px);
  background-size:28px 28px;background-position:center;
}
.aeropod-pdp .ap-dims__figure img{width:100%;aspect-ratio:3/2;object-fit:cover;opacity:.96;}
.aeropod-pdp .ap-dim-tag{
  position:absolute;font-size:12px;font-weight:600;color:var(--ink);font-variant-numeric:tabular-nums;
  background:#fff;border:1px solid var(--ink);padding:4px 9px;border-radius:4px;white-space:nowrap;
}
.aeropod-pdp .ap-dim-tag--l{bottom:16px;left:50%;transform:translateX(-50%);}
.aeropod-pdp .ap-dim-tag--w{top:16px;right:16px;}
.aeropod-pdp .ap-dim-tag--h{top:50%;left:16px;transform:translateY(-50%);}
.aeropod-pdp .ap-dims__side h3{font-size:20px;margin-bottom:16px;}
.aeropod-pdp .ap-dims__row{
  display:flex;justify-content:space-between;padding:13px 0;border-top:1px solid var(--cladding-line);
}
.aeropod-pdp .ap-dims__row:first-of-type{border-top:none;}
.aeropod-pdp .ap-dims__row span:first-child{color:var(--ink-soft);font-size:14px;}
.aeropod-pdp .ap-dims__row span:last-child{font-variant-numeric:tabular-nums;font-weight:600;font-size:14px;}

/* =========================== MATERIAL LAYERS =========================== */
.aeropod-pdp .ap-layer{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-top:1px solid var(--cladding-line);}
.aeropod-pdp .ap-layer:first-child{border-top:none;padding-top:0;}
.aeropod-pdp .ap-layer__num{
  flex:none;width:26px;height:26px;border-radius:50%;background:var(--graphite);margin-top:2px;
  color:#fff;display:flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums;
  font-size:11.5px;font-weight:600;
}
.aeropod-pdp .ap-layer__swatch{width:64px;height:64px;border-radius:8px;overflow:hidden;flex:none;background:var(--cladding);border:1px solid var(--cladding-line);display:flex;align-items:center;justify-content:center;}
.aeropod-pdp .ap-layer__swatch img{width:100%;height:100%;object-fit:cover;}
.aeropod-pdp .ap-layer__swatch svg{width:28px;height:28px;color:var(--graphite);}
.aeropod-pdp .ap-layer__body{flex:1;min-width:0;}
.aeropod-pdp .ap-layer__head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-bottom:6px;}
.aeropod-pdp .ap-layer__head h4{font-size:17px;}
.aeropod-pdp .ap-layer__head span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--aluminum);font-weight:600;}
.aeropod-pdp .ap-layer__desc{font-size:14px;color:var(--ink-soft);margin-bottom:10px;max-width:560px;}
.aeropod-pdp .ap-pills{display:flex;flex-wrap:wrap;gap:8px;}
.aeropod-pdp .ap-pill{
  font-size:12.5px;font-weight:600;background:var(--cladding);border:1px solid var(--cladding-line);
  padding:5px 11px;border-radius:999px;color:var(--graphite);
}

/* =========================== CONFIGURATOR / TABS =========================== */
.aeropod-pdp .ap-tabs{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid var(--cladding-line);margin-bottom:32px;overflow-x:auto;}
.aeropod-pdp .ap-tab{
  padding:12px 18px;font-size:14.5px;font-weight:600;color:var(--ink-soft);border-bottom:2.5px solid transparent;
  white-space:nowrap;transition:color .15s ease,border-color .15s ease;
  background:none !important;border-radius:0 !important;
  border-top:none !important;border-left:none !important;border-right:none !important;
}
.aeropod-pdp .ap-tab:hover,.aeropod-pdp .ap-tab:focus,.aeropod-pdp .ap-tab:active{color:var(--graphite);background:none !important;}
.aeropod-pdp .ap-tab.is-active{color:var(--graphite);border-color:var(--ink);background:none !important;}
.aeropod-pdp .ap-panel{display:none;}
.aeropod-pdp .ap-panel.is-active{display:block;animation:apFade .35s ease;}
@keyframes apFade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:none;}}
.aeropod-pdp .ap-panel__intro{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:22px;}
.aeropod-pdp .ap-panel__intro h3{font-size:19px;margin-bottom:4px;}
.aeropod-pdp .ap-panel__intro p{font-size:14px;color:var(--ink-soft);max-width:480px;}
.aeropod-pdp .ap-panel__hint{font-size:12.5px;color:var(--aluminum);font-weight:600;text-transform:uppercase;letter-spacing:.05em;}

.aeropod-pdp .ap-options{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.aeropod-pdp .ap-options--2{grid-template-columns:repeat(2,1fr);}
.aeropod-pdp .ap-options--4{grid-template-columns:repeat(4,1fr);}
.aeropod-pdp .ap-option{
  text-align:left;background:var(--panel);border:1.5px solid var(--cladding-line);border-radius:10px;
  overflow:hidden;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;width:100%;
}
.aeropod-pdp .ap-option:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(17,17,17,.08);background:var(--panel) !important;}
.aeropod-pdp .ap-option.is-selected{border-color:var(--ink);box-shadow:0 8px 18px rgba(17,17,17,.14);}
.aeropod-pdp .ap-option__imgwrap{position:relative;aspect-ratio:4/3;background:var(--cladding);}
.aeropod-pdp .ap-option__imgwrap img{width:100%;height:100%;object-fit:cover;}
.aeropod-pdp .ap-option__num{
  position:absolute;top:10px;left:10px;width:26px;height:26px;border-radius:50%;background:rgba(17,17,17,.82);
  color:#fff;font-variant-numeric:tabular-nums;font-size:11.5px;font-weight:600;
  display:flex;align-items:center;justify-content:center;
}
.aeropod-pdp .ap-option__default{
  position:absolute;top:10px;right:10px;background:var(--ink);color:#fff;font-size:10.5px;
  font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:4px 8px;border-radius:4px;
}
.aeropod-pdp .ap-option__check{
  position:absolute;bottom:10px;right:10px;width:26px;height:26px;border-radius:50%;background:var(--ink);
  color:#fff;display:none;align-items:center;justify-content:center;
}
.aeropod-pdp .ap-option__check svg{width:14px;height:14px;}
.aeropod-pdp .ap-option.is-selected .ap-option__check{display:flex;}
.aeropod-pdp .ap-option__body{padding:14px 16px 16px;}
.aeropod-pdp .ap-option__body h4{font-size:14.5px;line-height:1.3;margin-bottom:4px;}
.aeropod-pdp .ap-option__body p{font-size:12.5px;color:var(--ink-soft);}

.aeropod-pdp .ap-fixed-card{
  display:flex;gap:20px;background:var(--panel);border:1.5px dashed var(--cladding-line);border-radius:10px;
  padding:20px;align-items:center;max-width:640px;
}
.aeropod-pdp .ap-fixed-card__img{width:110px;height:88px;border-radius:8px;overflow:hidden;flex:none;background:var(--cladding);}
.aeropod-pdp .ap-fixed-card__img img{width:100%;height:100%;object-fit:cover;}
.aeropod-pdp .ap-fixed-card__lock{display:inline-flex;align-items:center;gap:6px;color:var(--aluminum);font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;}
.aeropod-pdp .ap-fixed-card__lock svg{width:13px;height:13px;}
.aeropod-pdp .ap-fixed-card h4{font-size:15.5px;margin-bottom:4px;}
.aeropod-pdp .ap-fixed-card p{font-size:13px;color:var(--ink-soft);}

/* configurator summary chips (reused inside the customize modal footer) */
.aeropod-pdp .ap-summary__chips{display:flex;flex-wrap:wrap;gap:8px;}
.aeropod-pdp .ap-summary__chip{
  font-size:12px;background:#fff;color:var(--graphite);font-variant-numeric:tabular-nums;
  padding:7px 12px;border-radius:6px;border:1px solid var(--cladding-line);
}
.aeropod-pdp .ap-summary__chip b{color:var(--ink-soft);font-weight:600;}

/* =========================== ACCORDION (Details) =========================== */
.aeropod-pdp .ap-accordion{border-top:1px solid var(--cladding-line);}
.aeropod-pdp .ap-acc-item{border-bottom:1px solid var(--cladding-line);}
.aeropod-pdp .ap-acc-head{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:22px 4px;font-size:17px;font-weight:600;color:var(--graphite);text-align:left;
  background:transparent;border:none;transition:background .15s ease;
}
.aeropod-pdp .ap-acc-head:hover,
.aeropod-pdp .ap-acc-head:focus-visible{background:var(--cladding) !important;color:var(--graphite) !important;}
.aeropod-pdp .ap-acc-head:active{background:var(--cladding) !important;color:var(--graphite) !important;}
.aeropod-pdp .ap-acc-chevron{width:20px;height:20px;flex:none;color:var(--ink-soft);transition:transform .25s ease;}
.aeropod-pdp .ap-acc-item.is-open .ap-acc-chevron{transform:rotate(180deg);color:var(--ink);}
.aeropod-pdp .ap-acc-body-wrap{max-height:0;overflow:hidden;transition:max-height .35s ease;}
.aeropod-pdp .ap-acc-body{overflow:hidden;padding:0 2px 32px;}

/* =========================== CUSTOMIZE BAND =========================== */
.aeropod-pdp .ap-customize-band{
  background:var(--graphite);border-radius:14px;padding:48px;
  display:flex;justify-content:space-between;align-items:center;gap:40px;flex-wrap:wrap;
}
.aeropod-pdp .ap-customize-band__copy{flex:1;min-width:280px;}
.aeropod-pdp .ap-customize-band .ap-eyebrow-sm{color:var(--pale);}
.aeropod-pdp .ap-customize-band .ap-eyebrow-sm::before{background:#fff;}
.aeropod-pdp .ap-customize-band h2{color:#fff;}
.aeropod-pdp .ap-customize-band .ap-lede{color:var(--pale);margin-bottom:24px;}
.aeropod-pdp .ap-customize-band__chips{display:flex;flex-wrap:wrap;gap:10px;flex:none;}
.aeropod-pdp .ap-cust-chip{
  display:flex;flex-direction:column;align-items:center;gap:8px;background:#1B1B1B;border:1px solid #2A2A2A;
  border-radius:10px;padding:16px 22px;min-width:88px;color:#DCDAD3;transition:background .15s ease,border-color .15s ease;
}
.aeropod-pdp .ap-cust-chip:hover{background:#232323 !important;border-color:#3A3A3A;}
.aeropod-pdp .ap-cust-chip__icon{width:22px;height:22px;}
.aeropod-pdp .ap-cust-chip__icon svg{width:100%;height:100%;}
.aeropod-pdp .ap-cust-chip span:last-child{font-size:12px;font-weight:600;}

/* =========================== CUSTOMIZE MODAL =========================== */
.aeropod-pdp .ap-modal-overlay{
  position:fixed;inset:0;background:rgba(17,17,17,.65);z-index:1000;
  display:flex;align-items:center;justify-content:center;padding:24px;
  opacity:0;pointer-events:none;transition:opacity .25s ease;
}
.aeropod-pdp .ap-modal-overlay.is-open{opacity:1;pointer-events:auto;}
.aeropod-pdp .ap-modal{
  background:#fff;border-radius:14px;width:100%;max-width:960px;max-height:88vh;
  display:flex;flex-direction:column;overflow:hidden;
  transform:translateY(16px);transition:transform .25s ease;
}
.aeropod-pdp .ap-modal-overlay.is-open .ap-modal{transform:translateY(0);}
.aeropod-pdp .ap-modal__header{
  display:flex;align-items:center;justify-content:space-between;padding:20px 26px;
  border-bottom:1px solid var(--cladding-line);flex:none;
}
.aeropod-pdp .ap-modal__header h3{font-size:19px;}
.aeropod-pdp .ap-modal__close{
  width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  color:var(--graphite) !important;background:none !important;border:none !important;transition:background .15s ease;flex:none;
}
.aeropod-pdp .ap-modal__close:hover{background:var(--cladding) !important;color:var(--graphite) !important;}
.aeropod-pdp .ap-modal__close svg{width:18px;height:18px;fill:none !important;stroke:currentColor !important;color:inherit;}
.aeropod-pdp .ap-modal__body{padding:24px 26px;overflow-y:auto;flex:1;}
.aeropod-pdp .ap-modal__body .ap-tabs{margin-bottom:24px;}
.aeropod-pdp .ap-modal__footer{
  padding:16px 26px;border-top:1px solid var(--cladding-line);flex:none;background:var(--cladding);
  display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;
}

/* =========================== RELATED PRODUCTS =========================== */
.aeropod-pdp .ap-related{display:flex;gap:20px;overflow-x:auto;padding-bottom:8px;}
.aeropod-pdp .ap-related-card{
  flex:none;width:260px;border-radius:10px;overflow:hidden;border:1px solid var(--cladding-line);
  background:var(--panel);transition:transform .15s ease,box-shadow .15s ease;display:block;
}
.aeropod-pdp .ap-related-card:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(17,17,17,.1);background:var(--panel) !important;}
.aeropod-pdp .ap-related-card__img{aspect-ratio:5/4;background:var(--graphite);}
.aeropod-pdp .ap-related-card__img img{width:100%;height:100%;object-fit:cover;display:block;}
.aeropod-pdp .ap-related-card__body{padding:16px;}
.aeropod-pdp .ap-related-card__tag{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);}
.aeropod-pdp .ap-related-card__body h4{font-size:15px;margin:6px 0 4px;}
.aeropod-pdp .ap-related-card__body p{font-size:13px;color:var(--ink-soft);}

/* =========================== PRODUCTS GRID (archive + [aeropod_products] shortcode) =========================== */
.aeropod-pdp .ap-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;}
.aeropod-pdp .ap-products-grid .ap-related-card{width:100%;}

/* =========================== GALLERY =========================== */
.aeropod-pdp .ap-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.aeropod-pdp .ap-gallery__item{border-radius:10px;overflow:hidden;background:var(--panel);border:1px solid var(--cladding-line);}
.aeropod-pdp .ap-gallery__item img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .35s ease;}
.aeropod-pdp .ap-gallery__item:hover img{transform:scale(1.04);}
.aeropod-pdp .ap-gallery__cap{padding:12px 14px;font-size:13px;font-weight:600;color:var(--graphite);}

/* =========================== 3D BANNER =========================== */
.aeropod-pdp .ap-banner3d{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center;border-radius:14px;overflow:hidden;background:var(--graphite-soft);}
.aeropod-pdp .ap-banner3d__copy{padding:52px;}
.aeropod-pdp .ap-banner3d__copy h2{color:#fff;font-size:clamp(24px,2.8vw,32px);margin-bottom:14px;}
.aeropod-pdp .ap-banner3d__copy p{color:var(--pale);font-size:15px;margin-bottom:26px;max-width:420px;}
.aeropod-pdp .ap-banner3d__media{position:relative;aspect-ratio:7/5;}
.aeropod-pdp .ap-banner3d__media img{width:100%;height:100%;object-fit:cover;}
.aeropod-pdp .ap-play{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;
  background:rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(0,0,0,.35);
}
.aeropod-pdp .ap-play svg{width:22px;height:22px;color:var(--graphite);margin-left:3px;}

/* =========================== SPEC TABLE =========================== */
.aeropod-pdp .ap-spectable{width:100%;border-collapse:collapse;background:var(--panel);border:1px solid var(--cladding-line);border-radius:10px;overflow:hidden;}
.aeropod-pdp .ap-spectable tr{border-top:1px solid var(--cladding-line);}
.aeropod-pdp .ap-spectable tr:first-child{border-top:none;}
.aeropod-pdp .ap-spectable td{padding:15px 22px;font-size:14px;vertical-align:top;}
.aeropod-pdp .ap-spectable td:first-child{
  width:280px;color:var(--ink-soft);font-weight:600;background:var(--cladding);
}
.aeropod-pdp .ap-spectable td:last-child{font-variant-numeric:tabular-nums;font-size:13.5px;color:var(--graphite);}

/* =========================== ENQUIRY =========================== */
.aeropod-pdp .ap-enquiry{display:grid;grid-template-columns:1fr 1.1fr;gap:56px;}
.aeropod-pdp .ap-enquiry__copy h2{color:#fff;}
.aeropod-pdp .ap-enquiry__list{margin-top:24px;display:flex;flex-direction:column;gap:14px;}
.aeropod-pdp .ap-enquiry__list li{display:flex;gap:12px;color:#D8D6D0;font-size:14.5px;align-items:center;}
.aeropod-pdp .ap-check-ico{width:20px;height:20px;border-radius:50%;background:#fff;color:var(--graphite);display:flex;align-items:center;justify-content:center;flex:none;}
.aeropod-pdp .ap-check-ico svg{width:11px;height:11px;}
.aeropod-pdp .ap-enquiry__contact{margin-top:32px;padding-top:24px;border-top:1px solid #2A2A2A;display:flex;flex-direction:column;gap:10px;}
.aeropod-pdp .ap-enquiry__contact a{display:flex;align-items:center;gap:10px;color:#F5F4F0;font-size:14.5px;font-weight:600;}
.aeropod-pdp .ap-enquiry__contact svg{width:17px;height:17px;color:#fff;}
.aeropod-pdp .ap-form{background:#fff;border-radius:12px;padding:32px;}
.aeropod-pdp .ap-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;}
.aeropod-pdp .ap-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px;}
.aeropod-pdp .ap-form__row .ap-field{margin-bottom:0;}
.aeropod-pdp .ap-field label{font-size:12.5px;font-weight:600;color:var(--ink-soft);}
.aeropod-pdp .ap-field input,.aeropod-pdp .ap-field select,.aeropod-pdp .ap-field textarea{
  border:1.5px solid var(--cladding-line);border-radius:8px;padding:12px 14px;font-size:14.5px;font-family:inherit;
  color:var(--ink);background:var(--cladding);transition:border-color .15s ease;
}
.aeropod-pdp .ap-field input:focus,.aeropod-pdp .ap-field select:focus,.aeropod-pdp .ap-field textarea:focus{
  border-color:var(--ink);outline:none;background:#fff;
}
.aeropod-pdp .ap-field textarea{resize:vertical;min-height:90px;}
.aeropod-pdp .ap-form__note{font-size:12px;color:var(--aluminum);margin-top:12px;text-align:center;}

/* =========================== MOBILE STICKY CTA =========================== */
.aeropod-pdp .ap-mobile-cta{
  display:none;position:sticky;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--cladding-line);
  padding:12px 16px;z-index:40;box-shadow:0 -4px 14px rgba(17,17,17,.08);
}
.aeropod-pdp .ap-mobile-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.aeropod-pdp .ap-mobile-cta__name{font-size:13px;font-weight:700;color:var(--graphite);}
.aeropod-pdp .ap-mobile-cta__sub{font-size:11.5px;color:var(--ink-soft);}

/* =========================== RESPONSIVE =========================== */
@media (max-width:1080px){
  .aeropod-pdp .ap-incl-grid{grid-template-columns:1fr;}
  .aeropod-pdp .ap-options{grid-template-columns:repeat(2,1fr);}
  .aeropod-pdp .ap-options--4{grid-template-columns:repeat(2,1fr);}
  .aeropod-pdp .ap-gallery{grid-template-columns:repeat(3,1fr);}
  .aeropod-pdp .ap-banner3d{grid-template-columns:1fr;}
  .aeropod-pdp .ap-banner3d__media{order:-1;}
  .aeropod-pdp .ap-enquiry{grid-template-columns:1fr;}
  .aeropod-pdp .ap-hero-grid{grid-template-columns:1fr;gap:32px;}
  .aeropod-pdp .ap-hero-side{order:-1;}
  .aeropod-pdp .ap-hero-side__inner{position:static;top:auto;}
  .aeropod-pdp .ap-hero-side .ap-cta-row{flex-direction:row;}
  .aeropod-pdp .ap-customize-band{padding:32px;}
}
@media (max-width:720px){
  .aeropod-pdp .ap-section{padding:52px 0;}
  .aeropod-pdp .ap-hero-side .ap-cta-row{flex-direction:column;}
  .aeropod-pdp .ap-customize-band{padding:26px;flex-direction:column;align-items:flex-start;}
  .aeropod-pdp .ap-modal{max-height:94vh;border-radius:0;}
  .aeropod-pdp .ap-modal-overlay{padding:0;}
  .aeropod-pdp .ap-modal__header{padding:16px 18px;}
  .aeropod-pdp .ap-modal__body{padding:18px;}
  .aeropod-pdp .ap-modal__footer{padding:14px 18px;flex-direction:column;align-items:stretch;}
  .aeropod-pdp .ap-modal__footer .ap-btn{width:100%;}
  .aeropod-pdp .ap-related-card{width:220px;}
  .aeropod-pdp .ap-options,.aeropod-pdp .ap-options--4{grid-template-columns:1fr 1fr;}
  .aeropod-pdp .ap-gallery{grid-template-columns:1fr 1fr;}
  .aeropod-pdp .ap-form__row{grid-template-columns:1fr;}
  .aeropod-pdp .ap-spectable td{display:block;width:100% !important;padding:10px 18px;}
  .aeropod-pdp .ap-spectable td:first-child{padding-bottom:2px;}
  .aeropod-pdp .ap-spectable tr{display:block;padding:10px 0;}
  .aeropod-pdp .ap-mobile-cta{display:block;}
  .aeropod-pdp .ap-mobile-cta__cta{padding:10px 16px;font-size:13.5px;}
}
@media (max-width:480px){
  .aeropod-pdp .ap-options,.aeropod-pdp .ap-options--4,.aeropod-pdp .ap-gallery{grid-template-columns:1fr;}
}

/* =========================== MISSING-IMAGE FALLBACK =========================== */
.aeropod-pdp .ap-noimg{
  display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:60px;
  background:var(--cladding);border:1px dashed var(--cladding-line);color:var(--aluminum);
  font-size:11px;font-weight:600;text-align:center;padding:8px;
}
