/* AirTrack custom theme restore */
:root {
  --at-blue: #0096d6;
  --at-dark: #0b5ea8;
  --at-black: #1a1a1a;
  --at-gray: #666;
  --at-light: #f5f8fa;
  --at-border: #e4e7eb;
}

body {
  color: var(--at-black);
  font-family: 'Inter', Arial, sans-serif;
}

.loader-wrapper {
  --curtain-color: #f5f8fa;
  --outer-line-color: var(--at-blue);
  --middle-line-color: var(--at-dark);
  --inner-line-color: var(--at-blue);
}

.home-btn,
.fix-btn,
.banner-btn,
.header-top.black-soft {
  background-color: var(--at-blue) !important;
  border-color: var(--at-blue) !important;
  color: #fff !important;
}

.home-btn:hover,
.fix-btn:hover,
.banner-btn:hover,
.cart-button:hover {
  background-color: var(--at-dark) !important;
  border-color: var(--at-dark) !important;
  color: #fff !important;
}

.header-top.black-soft {
  display: none !important;
}

header.header-transparent,
header.header-transparent.sticker,
header.header-transparent.sticky-header,
.header-menu-area {
  background: #fff !important;
}

header.header-transparent,
header.header-transparent.sticker,
header.header-transparent.sticky-header {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08) !important;
}

.header-menu-area > .container > .row {
  min-height: 72px;
}

.brand-logo {
  display: flex;
  align-items: center;
  min-height: 72px;
}

.brand-logo img {
  height: 30px !important;
  width: auto !important;
}

.main-menu.brand-color3,
.main-menu {
  background: transparent !important;
  padding: 0 !important;
}

.main-menu nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu nav > ul > li > a {
  color: var(--at-black) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2px;
  padding: 28px 13px !important;
  text-transform: none !important;
}

.main-menu nav > ul > li > a:hover,
.main-menu nav > ul > li:hover > a {
  color: var(--at-blue) !important;
}

.main-menu ul li ul.dropdown,
.main-menu ul li ul.megamenu,
.account-list,
.mini-cart-drop-down.brand-color3 {
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
  border-top: 2px solid var(--at-blue) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08) !important;
}

.main-menu ul li ul.dropdown li a,
.main-menu ul li ul.megamenu li a,
.account-list li a {
  color: #333 !important;
}

.main-menu ul li ul.dropdown li a:hover,
.account-list li a:hover {
  color: var(--at-blue) !important;
  background: #f8fbfd !important;
}

.header-cart-option {
  float: none !important;
}

.header-cart-option > ul {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  height: 72px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-cart-option > ul > li {
  margin-left: 8px;
}

.header-cart-option > ul > li > a {
  color: var(--at-black) !important;
  padding: 10px 8px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.header-cart-option > ul > li > a:hover {
  color: var(--at-blue) !important;
}

.cart-icon-inner {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.cartbadge {
  position: absolute !important;
  top: -3px;
  left: -10px;
  background: var(--at-blue) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  min-width: 16px;
  height: 16px;
  padding: 0 3px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.at-lang-btn {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #555 !important;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 6px 9px;
  text-decoration: none !important;
  text-transform: uppercase;
  line-height: 1;
}

.at-lang-btn:hover {
  color: var(--at-blue) !important;
  border-color: var(--at-blue) !important;
}

.ttm-page-title-row .d-flex {
  flex-direction: column;
  justify-content: center !important;
  text-align: center;
  gap: 10px;
}

.ttm-page-title-row .page-title-heading,
.ttm-page-title-row .breadcrumb-wrapper {
  width: 100%;
  text-align: center;
}

.ttm-page-title-row .page-title-heading .title,
.breadcrumb-wrap .breadcrumb-title {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.breadcrumb-wrap .breadcrumb {
  justify-content: center;
  text-align: center;
}

.home-slider-cst .single-slider {
  min-height: 620px;
}

.home-slider-cst .single-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
}

.slider-text.slider-style-1 h4,
.slider-text.slider-style-1 h1,
.slider-text.slider-style-1 p {
  color: #fff !important;
}

.slider-text.slider-style-1 h4 {
  letter-spacing: 2px;
  font-weight: 700;
}

.slider-text.slider-style-1 h1 {
  font-weight: 800;
  text-transform: uppercase;
}

.at-home-copy {
  max-width: 320px;
  padding-left: 36px;
}

.at-home-eyebrow {
  display: inline-block;
  color: var(--at-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.at-home-title {
  color: var(--at-black);
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}

.at-home-subtitle {
  color: var(--at-gray);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 14px;
  margin-bottom: 0;
}

.at-home-section-head {
  margin-bottom: 30px;
}

.at-home-link {
  color: var(--at-black);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.at-home-link:hover {
  color: var(--at-blue);
}

.bannerslidetitle {
  color: var(--at-black);
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}

.fix-btn {
  background: #fff !important;
  color: var(--at-black) !important;
  border: 1px solid #d9dde3 !important;
}

.fix-btn:hover {
  color: #fff !important;
}

.cst-homebanner {
  background-attachment: scroll;
}

.at-about-section {
  padding: 24px 0 56px;
  background: #fff;
}

.at-about-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.05;
  color: var(--at-black);
  margin: 0 0 18px;
}

.at-about-lead {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--at-blue);
  margin-bottom: 18px;
}

.at-about-copy {
  color: #4e5965;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 24px;
}

.at-about-panel {
  border: 1px solid var(--at-border);
  background: #fff;
}

.at-about-panel-item {
  display: block;
  padding: 22px 24px;
  border-bottom: 1px solid var(--at-border);
  text-decoration: none;
  color: var(--at-black);
}

.at-about-panel-item:last-child {
  border-bottom: 0;
}

.at-about-panel-item:hover {
  background: #f7fbfe;
  color: var(--at-black);
}

.at-about-panel-kicker {
  display: inline-block;
  color: var(--at-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.at-about-panel-item strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 8px;
}

.at-about-panel-item small {
  display: block;
  color: #58626d;
  font-size: 14px;
  line-height: 1.7;
}

.at-story-section {
  padding: 8px 0 64px;
  background: #fff;
}

.at-story-card {
  display: block;
  height: 100%;
  padding: 28px;
  border: 1px solid var(--at-border);
  background: #fff;
  text-decoration: none;
  color: var(--at-black);
  margin-bottom: 24px;
}

.at-story-card:hover {
  border-color: #c8d8e5;
  box-shadow: 0 14px 28px rgba(10, 31, 68, 0.06);
  color: var(--at-black);
}

.at-story-card-id {
  display: inline-block;
  color: var(--at-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.at-story-card h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 14px;
}

.at-story-card p {
  color: #5d6773;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.at-story-card-link {
  color: var(--at-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.at-footer {
  background: #111;
  color: #d8dde3;
  margin-top: 0;
}

.at-footer-top {
  padding: 72px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.at-footer-brand,
.at-footer-col {
  margin-bottom: 24px;
}

.at-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}

.at-footer-tagline {
  color: #aab3bd;
  font-size: 14px;
  line-height: 1.8;
  max-width: 320px;
}

.at-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.at-footer-social a {
  box-sizing: border-box;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}

.at-footer-social a i {
  display: block;
  margin: 0;
  padding: 0 !important;
  color: inherit !important;
  font-size: 16px;
  line-height: 1;
}

.at-footer-social a:hover {
  background: var(--at-blue);
  border-color: var(--at-blue);
  color: #fff !important;
}

.at-footer-heading {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.6px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.at-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.at-footer-col li + li {
  margin-top: 10px;
}

.at-footer-col a {
  color: #aab3bd;
  text-decoration: none;
  font-size: 14px;
}

.at-footer-col a:hover {
  color: #fff;
}

.at-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.at-footer-copy {
  margin: 0;
  color: #aab3bd;
  font-size: 13px;
}

.at-footer-bottom-links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

.at-footer-bottom-links a:hover {
  color: var(--at-blue);
}

@media (max-width: 991px) {
  .at-home-copy {
    max-width: none;
    padding-left: 0;
    margin-bottom: 24px;
  }

  .at-home-title,
  .bannerslidetitle,
  .at-about-title {
    font-size: 34px;
  }

  .main-menu nav > ul > li > a {
    padding: 18px 10px !important;
  }

  .home-slider-cst .single-slider {
    min-height: 480px;
  }

  .at-footer-top {
    padding: 52px 0 18px;
  }
}

@media (max-width: 767px) {
  .at-home-title,
  .bannerslidetitle,
  .at-about-title {
    font-size: 28px;
  }

  .at-story-card h3,
  .at-about-panel-item strong {
    font-size: 22px;
  }

  .home-slider-cst .single-slider {
    min-height: 420px;
  }

  .at-footer-bottom,
  .at-footer-copy,
  .at-footer-bottom-links {
    text-align: center !important;
  }
}

/* ============================================================
   HOMEPAGE REDESIGN â€” AirTrack Factory style
   ============================================================ */

/* Shared heading style (italic condensed bold like ATF) */
.at-section-heading {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  color: var(--at-black);
  text-transform: uppercase;
  margin: 0 0 32px;
}

/* ---- Hero Slider ---- */
.at-hero-slider {
  position: relative;
  overflow: hidden;
}

.at-hero-slide {
  position: relative;
  min-height: 680px;
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: flex-end;
  padding-bottom: 80px;
}

.at-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.18) 60%, transparent 100%);
}

.at-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.at-hero-eyebrow {
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.at-hero-heading {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 72px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.at-hero-btn {
  display: inline-block;
  background: #fff;
  color: var(--at-black) !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 14px 28px;
  border: 2px solid #fff;
  margin-right: 12px;
  transition: background 0.2s, color 0.2s;
}

.at-hero-btn:hover {
  background: var(--at-black) !important;
  color: #fff !important;
  border-color: var(--at-black);
}

.at-hero-btn--outline {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,0.7);
}

.at-hero-btn--outline:hover {
  background: rgba(255,255,255,0.12) !important;
  color: #fff !important;
  border-color: #fff;
}

/* Slider arrows */
.at-slider-prev,
.at-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.18);
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}
.at-slider-prev { left: 20px; }
.at-slider-next { right: 20px; }
.at-slider-prev:hover,
.at-slider-next:hover { background: rgba(255,255,255,0.35); }

/* ---- Category Grid ---- */
.at-cat-section {
  background: #fff;
  padding: 60px 0 0;
}

.at-cat-header {
  text-align: center;
  margin-bottom: 32px;
}

.at-cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 340px 340px;
  gap: 0;
  margin-bottom: 0;
}

/* Wide item spans 2 cols, row 1 */
.at-cat-item--wide {
  grid-column: span 2;
  grid-row: span 1;
}

/* Normal items â€” 1 col, 1 row */
.at-cat-item--normal {
  grid-column: span 1;
  grid-row: span 1;
}

/* Tall item: 1 col, spans 2 rows (right side pillar) */
.at-cat-item--tall {
  grid-column: span 1;
  grid-row: span 2;
}

.at-cat-item {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
}

.at-cat-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

.at-cat-item:hover .at-cat-bg {
  transform: scale(1.04);
}

.at-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.08) 60%, transparent 100%);
  transition: background 0.3s;
}

.at-cat-item:hover .at-cat-overlay {
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.18) 70%, transparent 100%);
}

.at-cat-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 28px;
  z-index: 2;
}

.at-cat-label h3 {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.1;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.at-cat-label span {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}

/* ---- Products Section ---- */
.at-products-section {
  padding: 72px 0 56px;
  background: #fff;
}

.at-section-head {
  margin-bottom: 36px;
}

.at-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.at-home-products-slider {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.at-home-products-slider.slick-initialized {
  position: relative;
  display: block;
  margin: 0 -12px;
}

.at-home-products-slider.slick-initialized .slick-list {
  padding: 0;
}

.at-home-products-slider.slick-initialized .slick-track {
  margin-left: 0;
}

.at-home-products-slider.slick-initialized .slick-slide {
  padding: 0 12px;
}

.at-home-product-slide {
  min-width: 0;
}

.at-product-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--at-border);
  text-decoration: none !important;
  color: var(--at-black) !important;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
}

.at-product-card:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,0.10);
  transform: translateY(-3px);
  color: var(--at-black) !important;
}

.at-product-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f4f4f4;
}

.at-product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.4s ease;
  padding: 8px;
  box-sizing: border-box;
}

.at-product-card:hover .at-product-img-wrap img {
  transform: scale(1.05);
}

.at-product-badge {
    display:none!important;
  position: absolute;
  top: 12px;
  left: 12px;
  background: #f5a623;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}

.at-product-info {
  padding: 18px 16px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.at-product-title {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 6px;
  color: var(--at-black);
}

.at-product-sub {
  font-size: 13px;
  color: var(--at-gray);
  margin-bottom: 12px;
  line-height: 1.6;
  flex: 1;
}

.at-product-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: auto;
}

.at-price-from {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--at-gray);
}

.at-price-old {
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
}

.at-price-current {
  font-size: 16px;
  font-weight: 800;
  color: var(--at-black);
}

.at-products-cta {
  text-align: center;
  margin-top: 40px;
}

.at-home-products-arrow {
  position: absolute;
  top: -84px;
  right: 0;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid var(--at-border);
  background: #fff;
  color: var(--at-black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.at-home-products-prev {
  right: 58px;
}

.at-home-products-arrow:hover,
.at-home-products-arrow:focus {
  background: var(--at-black);
  border-color: var(--at-black);
  color: #fff;
}

.at-home-products-arrow.slick-disabled {
  opacity: 0.35;
  cursor: default;
}

.at-outline-btn {
  display: inline-block;
  background: transparent;
  color: var(--at-black) !important;
  border: 2px solid var(--at-black);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 14px 36px;
  transition: background 0.2s, color 0.2s;
}

.at-outline-btn:hover {
  background: var(--at-black);
  color: #fff !important;
}

/* ---- About Hero (nefes alma / breathing section) ---- */
.at-about-hero {
  position: relative;
  min-height: 520px;
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: flex-end;
  padding-bottom: 72px;
  background-attachment: fixed;
}

.at-about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.12) 60%, transparent 100%);
}

.at-about-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.at-about-hero-heading {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 28px;
}

/* ---- Blog Section ---- */
.at-blog-section {
  padding: 72px 0 64px;
  background: #fff;
}

.at-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.at-blog-card {
  display: block;
  text-decoration: none !important;
  color: var(--at-black) !important;
  transition: transform 0.2s;
}

.at-blog-card:hover {
  transform: translateY(-4px);
  color: var(--at-black) !important;
}

.at-blog-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eee;
  margin-bottom: 16px;
}

.at-blog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.at-blog-card:hover .at-blog-img-wrap img {
  transform: scale(1.04);
}

.at-blog-no-img {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #d0e8f5 0%, #b0cfe8 100%);
}

.at-blog-tag {
  position: absolute;
  top: 14px;
  right: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.at-blog-cat {
  display: inline-block;
  background: #f0f4f8;
  color: var(--at-black);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 10px;
  border-radius: 2px;
}

.at-blog-title {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 1.15;
  color: var(--at-black);
}

.at-blog-excerpt {
  font-size: 14px;
  color: var(--at-gray);
  line-height: 1.7;
  margin: 0;
}

/* ---- Why Air Section ---- */
.at-why-section {
  padding: 72px 0 80px;
  background: #f7f9fb;
}

.at-why-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 20px;
  flex-wrap: wrap;
}

.at-why-header .at-section-heading {
  margin-bottom: 0;
}

.at-text-link {
  color: var(--at-black);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.at-text-link:hover {
  color: var(--at-blue);
}

.at-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.at-why-card {
  text-align: center;
}

.at-why-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin-bottom: 22px;
}

.at-why-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.at-why-title {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: var(--at-black);
}

.at-why-text {
  font-size: 15px;
  color: var(--at-gray);
  line-height: 1.8;
  margin: 0;
}

/* ---- Newsletter Section ---- */
.at-newsletter-section {
  position: relative;
  min-height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 72px 20px;
}

.at-newsletter-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.52);
}

.at-newsletter-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  width: 100%;
}

.at-newsletter-heading {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 52px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.at-newsletter-sub {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  margin-bottom: 28px;
}

.at-newsletter-form {
  display: flex;
  gap: 0;
  max-width: 440px;
  margin: 0 auto;
}

.at-newsletter-input {
  flex: 1;
  height: 50px;
  border: none;
  padding: 0 16px;
  font-size: 14px;
  outline: none;
  background: #fff;
  color: var(--at-black);
}

.at-newsletter-btn {
  height: 50px;
  background: var(--at-black);
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 0 24px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.at-newsletter-btn:hover {
  background: var(--at-blue);
}

.at-newsletter-result {
  margin-top: 14px;
  color: #fff;
  font-size: 14px;
}

/* ---- Responsive ---- */
@media (max-width: 1199px) {
  .at-hero-heading { font-size: 56px; }
  .at-about-hero-heading { font-size: 48px; }
  .at-section-heading { font-size: 38px; }
  .at-products-grid,
  .at-home-products-slider {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .at-cat-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 260px 260px;
  }
  .at-cat-item--wide { grid-column: span 2; }
  .at-cat-item--tall { grid-column: span 1; grid-row: span 2; }
}

@media (max-width: 991px) {
  .at-hero-slide { min-height: 520px; padding-bottom: 52px; }
  .at-hero-content { padding: 0 30px; }
  .at-hero-heading { font-size: 44px; }
  .at-about-hero { min-height: 400px; }
  .at-about-hero-content { padding: 0 30px; }
  .at-about-hero-heading { font-size: 40px; }
  .at-products-grid,
  .at-home-products-slider {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .at-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .at-why-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}

@media (max-width: 767px) {
  .at-section-heading { font-size: 30px; }
  .at-hero-heading { font-size: 36px; }
  .at-hero-slide { min-height: 420px; }
  .at-hero-content { padding: 0 20px; }
  .at-hero-btn { padding: 11px 20px; font-size: 12px; margin-right: 8px; }
  .at-cat-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 220px);
  }
  .at-cat-item--wide,
  .at-cat-item--normal,
  .at-cat-item--tall {
    grid-column: span 1;
    grid-row: span 1;
  }
  .at-products-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .at-home-products-slider {
    grid-template-columns: 1fr;
    margin: 0 -6px;
  }
  .at-home-products-slider.slick-initialized .slick-slide {
    padding: 0 6px;
  }
  .at-home-products-arrow {
    top: auto;
    bottom: -72px;
  }
  .at-products-cta {
    margin-top: 88px;
  }
  .at-about-hero { min-height: 320px; padding-bottom: 40px; }
  .at-about-hero-content { padding: 0 20px; }
  .at-about-hero-heading { font-size: 32px; }
  .at-blog-grid { grid-template-columns: 1fr; }
  .at-why-grid { grid-template-columns: 1fr; }
  .at-why-header { flex-direction: column; align-items: flex-start; }
  .at-newsletter-heading { font-size: 36px; }
  .at-newsletter-form { flex-direction: column; }
  .at-newsletter-input,
  .at-newsletter-btn { width: 100%; }
}

/* ---- Mobile Header Fixes ---- */
@media (max-width: 991px) {
  .header-menu-area .container {
    position: relative;
  }

  .header-menu-area .row {
    min-height: 76px;
  }

  .header-menu-area .brand-logo img {
    max-width: 190px;
  }

  .header-cart-option {
    margin-right: 46px !important;
  }

  .header-cart-option ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }

  .header-cart-option li {
    margin-left: 0 !important;
  }

  .mobile-menu {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 38px;
    height: 38px;
    transform: translateY(-50%);
    z-index: 60;
  }

  .mean-container .mean-bar {
    position: static;
    width: 38px;
    min-height: 38px;
    padding: 0;
    background: transparent;
    z-index: 60;
  }

  .mean-container a.meanmenu-reveal {
    top: 0 !important;
    right: 0 !important;
    width: 38px;
    height: 38px;
    padding: 10px 8px !important;
    border: 1px solid #e4e7eb;
    background: #fff;
    color: #1a1a1a;
    box-sizing: border-box !important;
  }

  .mean-container a.meanmenu-reveal span {
    width: 20px;
    height: 2px;
    margin-top: 4px;
    background: #1a1a1a;
  }

  .mean-container .mean-nav {
    position: absolute;
    top: 48px;
    right: 0;
    width: min(320px, calc(100vw - 30px));
    margin-top: 0;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0,0,0,0.12);
  }

  .mean-container .mean-nav ul li a {
    width: 100%;
    padding: 14px 18px;
    border-top: 1px solid #eef1f4;
    color: #1a1a1a;
    text-align: left;
    box-sizing: border-box;
  }
}

@media (max-width: 575px) {
  .header-menu-area .brand-logo img {
    max-width: 168px;
  }

  .header-cart-option {
    margin-right: 42px !important;
  }

  .header-cart-option ul {
    gap: 10px;
  }
}
