@font-face {
  font-family: "Bose Text";
  src: url("../fonts/BoseText-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bose Text";
  src: url("../fonts/BoseText-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Bose Headline";
  src: url("../fonts/Bose-HeadlineRegular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Bose Headline";
  src: url("../fonts/Bose-HeadlineBlack.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --bose-ink: #131317;
  --bose-muted: #40464b;
  --bose-soft: #f7f7f5;
  --bose-blue: #005bff;
  --bose-green: #008100;
  --bose-red: #ad0000;
  --bose-page: 1440px;
  --bose-pad: 40px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
}

body.bose-b2c-site {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  margin: 0;
  background: #fff;
  color: var(--bose-ink);
  font-family: "Bose Text", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.bose-b2c-site *,
.bose-b2c-site *::before,
.bose-b2c-site *::after {
  box-sizing: border-box;
}

.bose-b2c-site img {
  max-width: 100%;
}

.bose-b2c-site button,
.bose-b2c-site input {
  font: inherit;
}

.screen-reader-text,
.bose-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.bose-skip-link:focus {
  z-index: 2147483647;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  clip-path: none;
  padding: 10px 14px;
  background: #fff;
  color: #000;
}

[hidden] {
  display: none !important;
}

.bose-section-inner {
  width: 100%;
  max-width: var(--bose-page);
  margin: 0 auto;
  padding: 0 var(--bose-pad);
}

.bose-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.bose-button-dark {
  background: var(--bose-ink);
  color: #fff;
}

.bose-button-dark:hover {
  background: #333;
  color: #fff;
}

.bose-button-light {
  background: #fff;
  color: var(--bose-ink);
}

.bose-button-light:hover {
  background: #efefef;
  color: var(--bose-ink);
}

.bose-button-link {
  padding-right: 8px;
  padding-left: 8px;
  color: var(--bose-ink);
}

/* Header */
.bose-header {
  position: sticky;
  z-index: 10000;
  top: 0;
  width: 100%;
  background: #fff;
  transform: translateY(0);
  transition: transform 0.5s ease;
}

.admin-bar .bose-header {
  top: 32px;
}

.bose-header.is-hidden {
  transform: translateY(-100%);
}

.bose-alert {
  position: relative;
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 58px;
  background: #c4ced4;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.bose-alert a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.bose-alert button {
  position: absolute;
  top: 0;
  right: 16px;
  width: 40px;
  height: 56px;
  border: 0;
  background: transparent;
  color: var(--bose-ink);
  font-size: 28px;
  cursor: pointer;
}

.bose-desktop-nav {
  position: relative;
  z-index: 3;
  display: grid;
  height: 72px;
  grid-template-columns: 1fr 170px 1fr;
  align-items: center;
  padding: 0 39px;
  background: #fff;
}

.bose-primary-nav,
.bose-primary-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.bose-primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bose-primary-nav button,
.bose-primary-menu a {
  appearance: none;
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: var(--bose-ink);
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.bose-primary-nav button:hover,
.bose-primary-nav button[aria-expanded="true"],
.bose-primary-menu a:hover {
  text-decoration: underline;
  text-underline-offset: 8px;
}

.bose-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bose-logo img,
.bose-logo .custom-logo {
  display: block;
  width: 170px;
  height: 20px;
  object-fit: contain;
}

.bose-header-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.bose-header-tools > a {
  display: grid;
  width: 25px;
  height: 40px;
  place-items: center;
  color: var(--bose-ink);
  font-size: 24px;
  text-decoration: none;
}

.bose-search {
  display: flex;
  width: min(340px, 26vw);
  height: 40px;
  align-items: center;
  border: 1px solid #efeeec;
  border-radius: 999px;
  padding: 0 10px 0 16px;
  background: #f2f1ef;
}

.bose-search input {
  min-width: 0;
  height: 100%;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--bose-ink);
  font-size: 14px;
}

.bose-search button {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.bose-mobile-nav,
.bose-mobile-drawer {
  display: none;
}

.bose-mega-panel {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  display: grid;
  width: 100%;
  height: min(711px, calc(100vh - 128px));
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: #fff;
}

.bose-mega-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  overflow-y: auto;
  padding: 48px 60px 36px;
}

.bose-mega-links a {
  color: var(--bose-ink);
  font-size: 20px;
  line-height: 33px;
  text-decoration: none;
}

.bose-mega-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.bose-mega-link-group {
  width: 100%;
}

.bose-mega-sublinks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  margin-top: 3px;
}

.bose-mega-sublinks a {
  color: #5d6268;
  font-size: 14px;
  line-height: 22px;
}

.bose-mega-feature {
  position: relative;
  overflow: hidden;
}

.bose-mega-feature > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bose-mega-feature > div {
  position: absolute;
  right: 40px;
  bottom: 47px;
  left: 40px;
}

.bose-mega-feature p,
.bose-mega-feature h2,
.bose-mega-feature h3 {
  margin: 0;
}

.bose-mega-feature h2 {
  margin-top: 8px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 0.95;
}

.bose-mega-feature h3 {
  margin-top: 12px;
  font-size: 24px;
  line-height: 30px;
}

.bose-mega-feature a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  margin-top: 18px;
  padding: 0 24px;
  background: var(--bose-ink);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.bose-mega-backdrop {
  position: fixed;
  z-index: 1;
  inset: 128px 0 0;
  width: 100%;
  border: 0;
  background: rgb(0 0 0 / 48%);
}

/* Hero */
.bose-hero {
  width: 100%;
  margin-bottom: 120px;
}

.bose-hero-media {
  position: relative;
  height: 740px;
  overflow: hidden;
  background: #f4f7f8;
}

.bose-hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bose-hero-copy {
  position: absolute;
  right: 50%;
  bottom: 36px;
  left: 40px;
}

.bose-hero-copy p,
.bose-hero-copy h1,
.bose-hero-copy h2 {
  margin: 0;
}

.bose-hero-copy p {
  margin-bottom: 6px;
  font-size: 16px;
  text-transform: uppercase;
}

.bose-hero-copy h1 {
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 53px;
  letter-spacing: 1.2px;
}

.bose-hero-copy h2 {
  max-width: 650px;
  margin-top: 9px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.bose-hero-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.bose-category-viewport {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
}

.bose-category-track {
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.bose-category-track::-webkit-scrollbar {
  display: none;
}

.bose-category-track a {
  display: grid;
  width: 314px;
  height: 90px;
  flex: 0 0 314px;
  place-items: center;
  border-right: 1px solid #e8e8e8;
  color: var(--bose-ink);
  font-size: 15px;
  text-decoration: none;
}

.bose-category-viewport > button {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--bose-ink);
  border-radius: 50%;
  background: #fff;
  font-size: 28px;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Product rail */
.bose-products {
  margin-bottom: 120px;
}

.bose-products h2,
.bose-social-gallery h2,
.bose-benefits > .bose-section-inner > h2 {
  margin: 0 0 8px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 53px;
  letter-spacing: 1.2px;
}

.bose-product-viewport {
  width: 100%;
  overflow: hidden;
}

.bose-product-track {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.bose-product-track::-webkit-scrollbar {
  display: none;
}

.bose-product-card {
  position: relative;
  width: 334px;
  height: 560px;
  flex: 0 0 334px;
  overflow: hidden;
  background: var(--bose-soft);
  scroll-snap-align: start;
}

.bose-product-media {
  display: flex;
  width: 100%;
  height: 226px;
  align-items: center;
  justify-content: center;
}

.bose-product-media img,
.bose-product-image {
  width: 270px;
  height: 203px;
  object-fit: contain;
}

.bose-product-body {
  position: relative;
  height: 334px;
  padding: 12px;
}

.bose-product-color {
  height: 21px;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
}

.bose-product-card h3 {
  min-height: 54px;
  margin: 60px 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.bose-product-card h3 a {
  color: var(--bose-ink);
  text-decoration: none;
}

.bose-product-rating {
  min-height: 25px;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.bose-product-rating .star-rating {
  float: none;
  margin: 0;
}

.bose-rating-snapshot .star-rating,
.bose-single-source-rating .star-rating {
  float: none;
  margin: 0;
}

.bose-single-source-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  font-size: 13px;
}

.bose-single-source-rating a {
  color: var(--bose-ink);
}

.bose-single-source-rating small {
  border: 1px solid #bcbcbc;
  border-radius: 999px;
  padding: 2px 7px;
  color: #5d6268;
  font-size: 10px;
  text-transform: uppercase;
}

.bose-product-price {
  position: absolute;
  right: 12px;
  bottom: 58px;
  left: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.bose-product-price del {
  color: var(--bose-muted);
  text-decoration-color: var(--bose-red);
}

.bose-product-price ins {
  order: -1;
  background: none;
  font-weight: 500;
  text-decoration: none;
}

.bose-product-price > span {
  color: var(--bose-green);
  font-weight: 500;
}

.bose-add-to-cart {
  position: absolute !important;
  right: 12px;
  bottom: 10px;
  left: 12px;
  display: flex !important;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bose-ink) !important;
  border-radius: 0 !important;
  padding: 0 12px !important;
  background: #fff !important;
  color: var(--bose-ink) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
  text-transform: uppercase;
}

.bose-add-to-cart:hover {
  background: var(--bose-ink) !important;
  color: #fff !important;
}

.bose-carousel-controls {
  display: none;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 40px;
}

.bose-carousel-controls button,
.bose-gallery-wrap > button {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--bose-ink);
  border-radius: 50%;
  background: #fff;
  color: var(--bose-ink);
  font-size: 26px;
  cursor: pointer;
}

.bose-carousel-track-ready {
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.bose-category-track.bose-carousel-track-ready > a,
.bose-gallery-track.bose-carousel-track-ready > figure,
.bose-product-track.bose-carousel-track-ready > .bose-product-card,
.bose-benefit-track.bose-carousel-track-ready > article,
.bose-pdp-media-track.bose-carousel-track-ready > figure,
.bose-color-swatch-track.bose-carousel-track-ready > button {
  scroll-snap-align: start;
}

[data-bose-carousel-next][aria-disabled="true"],
[data-bose-carousel-prev][aria-disabled="true"],
[data-controls][aria-disabled="true"] {
  cursor: default;
  opacity: 0.35;
}

.js-bose-carousel.bose-carousel-track-ready,
.js-carousel-slider.bose-carousel-track-ready,
.product-tile-carousel.bose-carousel-track-ready,
.tns-slider.bose-carousel-track-ready {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.js-bose-carousel.bose-carousel-track-ready::-webkit-scrollbar,
.js-carousel-slider.bose-carousel-track-ready::-webkit-scrollbar,
.product-tile-carousel.bose-carousel-track-ready::-webkit-scrollbar,
.tns-slider.bose-carousel-track-ready::-webkit-scrollbar {
  display: none;
}

.js-bose-carousel.bose-carousel-track-ready > *,
.js-carousel-slider.bose-carousel-track-ready > *,
.product-tile-carousel.bose-carousel-track-ready > *,
.tns-slider.bose-carousel-track-ready > * {
  min-width: min(84vw, 520px);
  flex: 0 0 min(84vw, 520px);
}

@media (prefers-reduced-motion: reduce) {
  .bose-carousel-track-ready {
    scroll-behavior: auto;
  }
}

.bose-empty-products {
  width: min(100vw - 80px, 1360px);
  padding: 80px 20px;
  background: var(--bose-soft);
  text-align: center;
}

/* Editorial */
.bose-editorial {
  width: 100%;
  max-width: var(--bose-page);
  margin: 0 auto 120px;
  padding: 0 var(--bose-pad);
}

.bose-feature-card,
.bose-story-card {
  position: relative;
  overflow: hidden;
  background: #f5f7f8;
}

.bose-feature-card {
  height: 753px;
  margin-bottom: 26px;
}

.bose-feature-card > img,
.bose-story-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bose-feature-card > div,
.bose-story-card > div {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 40px;
  left: 40px;
}

.bose-feature-card p,
.bose-feature-card h2,
.bose-feature-card h3,
.bose-story-card h2,
.bose-story-card h3 {
  margin: 0;
}

.bose-feature-card h2,
.bose-story-card h2 {
  margin-top: 4px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 53px;
  letter-spacing: 1.2px;
}

.bose-feature-card h3,
.bose-story-card h3 {
  max-width: 628px;
  margin-top: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.bose-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.bose-story-card {
  height: 755px;
  color: #fff;
}

.bose-story-card::after {
  position: absolute;
  inset: 44% 0 0;
  background: linear-gradient(to bottom, transparent, rgb(10 10 14 / 76%));
  content: "";
}

.bose-story-card > div {
  z-index: 2;
}

/* Gallery */
.bose-social-gallery {
  margin-bottom: 120px;
}

.bose-social-gallery h2 {
  margin-bottom: 4px;
}

.bose-social-gallery p {
  margin: 0;
}

.bose-gallery-wrap {
  position: relative;
  margin-top: 54px;
  overflow: hidden;
}

.bose-gallery-track {
  display: flex;
  width: 100%;
  max-width: 100%;
  gap: 20px;
  overflow-x: auto;
  padding: 0 50px;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.bose-gallery-track::-webkit-scrollbar {
  display: none;
}

.bose-gallery-track figure {
  position: relative;
  width: 300px;
  height: 533px;
  flex: 0 0 300px;
  margin: 0;
  overflow: hidden;
  background: #eee;
  scroll-snap-align: start;
}

.bose-gallery-track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bose-gallery-track figure > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgb(39 39 39 / 65%);
  color: #fff;
  font-size: 14px;
  transform: translate(-50%, -50%);
}

.bose-gallery-wrap > button {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

.bose-gallery-wrap > button[data-bose-carousel-prev] {
  left: 0;
}

.bose-gallery-wrap > button[data-bose-carousel-next] {
  right: 0;
}

/* Benefits */
.bose-benefits {
  margin-bottom: 120px;
  overflow: hidden;
}

.bose-benefits > .bose-section-inner > h2 {
  margin-bottom: 64px;
}

.bose-benefit-track {
  display: grid;
  grid-template-columns: 268px 268px 268px 340px;
  column-gap: 72px;
}

.bose-benefit-track article {
  min-width: 0;
}

.bose-benefit-icon {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 50%;
  background: #f8f8f8;
  font-size: 34px;
}

.bose-benefit-track h3 {
  min-height: 77px;
  margin: 36px 0 12px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.bose-benefit-track p {
  min-height: 54px;
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}

.bose-benefit-track a,
.bose-recall a {
  display: inline-flex;
  padding: 8px 0;
  color: var(--bose-blue);
  font-weight: 500;
  letter-spacing: 0.8px;
  text-decoration: none;
}

/* Automotive */
.bose-automotive {
  width: 100%;
  max-width: var(--bose-page);
  height: 755px;
  margin: 0 auto 120px;
  padding: 0 var(--bose-pad);
}

.bose-automotive-card {
  position: relative;
  height: 753px;
  overflow: hidden;
  background: #171717;
}

.bose-automotive-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bose-automotive-card::after {
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 68%));
  content: "";
}

.bose-automotive-card > div {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 46px;
  left: 40px;
  color: #fff;
}

.bose-automotive h2,
.bose-automotive h3 {
  margin: 0;
}

.bose-automotive h2 {
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 53px;
}

.bose-automotive h3 {
  margin: 4px 0 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.bose-recall {
  width: 100%;
  max-width: var(--bose-page);
  min-height: 83px;
  margin: 0 auto 120px;
  padding: 0 var(--bose-pad);
}

.bose-recall p {
  margin: 0;
}

/* Floating tools and offer */
.bose-floating-tools button,
.bose-floating-tools a {
  position: fixed;
  z-index: 9998;
  top: 47%;
  display: flex;
  width: 34px;
  min-height: 110px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: var(--bose-ink);
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  cursor: pointer;
}

.bose-floating-tools button {
  left: 0;
}

.bose-floating-tools a {
  right: 0;
}

.bose-offer-pill {
  position: fixed;
  z-index: 9998;
  bottom: 20px;
  left: 20px;
  display: flex;
  min-width: 180px;
  height: 52px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 28px;
  padding: 5px 6px 5px 24px;
  background: #050505;
  color: #fff;
  cursor: pointer;
}

.bose-offer-pill span {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #000;
}

.bose-offer-modal {
  position: fixed;
  z-index: 20000;
  inset: 0;
  display: grid;
  place-items: center;
}

.bose-offer-backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 58%);
}

.bose-offer-modal > section {
  position: relative;
  z-index: 1;
  width: min(528px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 48px 48px 32px;
  background: #fff;
}

.bose-offer-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 1px solid #999;
  background: #fff;
  font-size: 24px;
  cursor: pointer;
}

.bose-offer-modal h2 {
  margin: 0 0 10px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 42px;
  line-height: 40px;
}

.bose-offer-modal ul {
  display: grid;
  gap: 14px;
  margin: 24px 0;
  padding-left: 22px;
}

.bose-offer-modal form {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}

.bose-offer-modal input {
  height: 44px;
  border: 0;
  border-bottom: 2px solid var(--bose-ink);
}

.bose-offer-modal form > button {
  height: 44px;
  border: 0;
  background: var(--bose-ink);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.bose-offer-modal small {
  display: block;
  margin-top: 18px;
}

/* Footer */
.bose-footer {
  width: 100%;
  background: #fff;
  color: var(--bose-ink);
}

.bose-newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 172px 40px 134px;
  text-align: center;
}

.bose-newsletter h2 {
  width: 1000px;
  max-width: 100%;
  margin: 0 0 40px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 53px;
}

.bose-newsletter > p {
  width: 1000px;
  max-width: 100%;
  margin: 0;
}

.bose-newsletter-form {
  width: 617px;
  max-width: 100%;
  margin-top: 25px;
  text-align: left;
}

.bose-newsletter-form > label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.bose-newsletter-form > div {
  display: grid;
  grid-template-columns: 1fr 119px;
  gap: 24px;
  align-items: end;
}

.bose-newsletter-form input {
  width: 100%;
  height: 48px;
  border: 0;
  border-bottom: 2px solid var(--bose-ink);
  border-radius: 0;
  outline: 0;
  padding: 12px 8px;
}

.bose-newsletter-form button {
  display: flex;
  height: 51px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--bose-ink);
  background: #fff;
  padding: 0 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.bose-form-status {
  margin: 12px 0 0;
  color: var(--bose-muted);
  font-size: 13px;
}

.bose-breadcrumb {
  display: flex;
  gap: 12px;
  padding: 0 40px 34px;
  color: var(--bose-muted);
  font-size: 14px;
}

.bose-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.bose-footer-navigation {
  padding: 0 40px;
}

.bose-footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 160px;
  gap: 56px;
}

.bose-footer-title {
  display: flex;
  width: 100%;
  min-height: 40px;
  align-items: flex-start;
  justify-content: space-between;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--bose-ink);
  font-weight: 500;
  line-height: 40px;
  text-align: left;
}

.bose-footer-title > span:last-child {
  display: none;
}

.bose-menu-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.bose-menu-list a {
  color: var(--bose-muted);
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.bose-menu-list a:hover {
  color: var(--bose-ink);
  text-decoration: underline;
}

.bose-apps {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bose-apps a {
  display: grid;
  min-height: 48px;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  color: var(--bose-muted);
  font-size: 12px;
  text-decoration: none;
}

.bose-apps b {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--bose-ink);
  background: var(--bose-ink);
  color: #fff;
  font-size: 9px;
  font-style: italic;
}

.bose-social {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 28px;
}

.bose-social a {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  color: var(--bose-muted);
  font-size: 22px;
  text-decoration: none;
}

.bose-legal {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 24px;
  border-top: 1px solid #e1e1e1;
  padding: 24px 40px 16px;
  color: var(--bose-muted);
  font-size: 14px;
}

.bose-legal p {
  margin: 0;
}

.bose-legal nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 16px;
}

.bose-legal a {
  color: inherit;
  text-decoration: none;
}

/* WordPress, Elementor and WooCommerce shells */
.bose-content-shell,
.bose-woocommerce-shell {
  width: min(1200px, calc(100% - 40px));
  min-height: 55vh;
  margin: 0 auto;
  padding: 80px 0 120px;
}

.bose-page-content,
.bose-elementor-full-width {
  min-height: 55vh;
}

.bose-elementor-home-container,
.bose-elementor-home-container > .e-con-inner,
.elementor-widget-bose-hero,
.elementor-widget-bose-product-rail,
.elementor-widget-bose-editorial,
.elementor-widget-bose-gallery,
.elementor-widget-bose-benefits,
.elementor-widget-bose-automotive,
.elementor-widget-bose-notice {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.elementor-widget-bose-hero .bose-hero-media > img,
.elementor-widget-bose-editorial .bose-feature-card > img,
.elementor-widget-bose-editorial .bose-story-card > img,
.elementor-widget-bose-gallery .bose-gallery-track img,
.elementor-widget-bose-automotive .bose-automotive-card > img {
  height: 100% !important;
}

.elementor-widget-bose-product-rail .bose-product-media img {
  height: 203px !important;
}

.bose-page-title {
  margin: 0 0 42px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  line-height: 0.95;
}

.bose-post-card {
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.bose-post-card a {
  color: var(--bose-ink);
}

.bose-woocommerce-shell .woocommerce-breadcrumb,
.bose-woocommerce-shell .woocommerce-result-count,
.bose-woocommerce-shell .woocommerce-ordering {
  color: var(--bose-muted);
}

.bose-woocommerce-shell .woocommerce-products-header__title,
.bose-woocommerce-shell div.product .product_title,
.bose-woocommerce-shell .cart_totals h2,
.bose-woocommerce-shell .woocommerce-checkout h3 {
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 48px;
  line-height: 0.98;
}

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

.bose-woocommerce-shell ul.products::before,
.bose-woocommerce-shell ul.products::after {
  display: none;
}

.bose-woocommerce-shell ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  background: var(--bose-soft);
  padding: 18px;
}

.bose-woocommerce-shell ul.products li.product .woocommerce-loop-product__title {
  color: var(--bose-ink);
  font-size: 18px;
}

.bose-woocommerce-shell .price {
  color: var(--bose-ink) !important;
}

.bose-woocommerce-shell .button,
.bose-woocommerce-shell button.button,
.bose-woocommerce-shell input.button {
  border-radius: 0 !important;
  background: var(--bose-ink) !important;
  color: #fff !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.bose-comments {
  width: min(900px, calc(100% - 40px));
  margin: 50px auto;
}

@media (max-width: 1199px) {
  .bose-carousel-controls {
    display: flex;
  }

  .bose-benefit-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  :root {
    --bose-pad: 40px;
  }

  .bose-desktop-nav {
    height: 64px;
    grid-template-columns: 1fr 120px 1fr;
    padding: 0 20px;
  }

  .bose-primary-nav,
  .bose-primary-menu {
    gap: 16px;
  }

  .bose-primary-nav button,
  .bose-primary-menu a {
    font-size: 12px;
  }

  .bose-logo img,
  .bose-logo .custom-logo {
    width: 120px;
    height: 16px;
  }

  .bose-header-tools {
    gap: 8px;
  }

  .bose-search {
    width: 160px;
    height: 34px;
  }

  .bose-hero-media {
    height: 640px;
  }

  .bose-hero-copy h1,
  .bose-feature-card h2,
  .bose-story-card h2,
  .bose-automotive h2 {
    font-size: 44px;
    line-height: 41px;
  }

  .bose-products h2,
  .bose-social-gallery h2,
  .bose-benefits > .bose-section-inner > h2 {
    font-size: 42px;
    line-height: 40px;
  }

  .bose-product-card {
    width: 168px;
    height: 451px;
    flex-basis: 168px;
  }

  .bose-product-media {
    height: 185px;
  }

  .bose-product-media img,
  .bose-product-image {
    width: 148px;
    height: 135px;
  }

  .elementor-widget-bose-product-rail .bose-product-media img {
    height: 135px !important;
  }

  .bose-product-body {
    height: 266px;
    padding: 9px;
  }

  .bose-product-color,
  .bose-product-price,
  .bose-product-card h3 {
    font-size: 12px;
  }

  .bose-product-card h3 {
    min-height: 42px;
    margin-top: 42px;
    line-height: 18px;
  }

  .bose-product-rating {
    font-size: 15px;
  }

  .bose-product-price {
    right: 9px;
    bottom: 56px;
    left: 9px;
    gap: 4px;
  }

  .bose-add-to-cart {
    right: 9px;
    left: 9px;
    font-size: 11px !important;
  }

  .bose-feature-card {
    height: auto;
    aspect-ratio: 2713 / 1506;
  }

  .bose-story-card {
    height: auto;
    aspect-ratio: 1332 / 1506;
  }

  .bose-feature-card > div,
  .bose-story-card > div {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .bose-feature-card h3,
  .bose-story-card h3,
  .bose-automotive h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .bose-gallery-track {
    gap: 16px;
    padding: 0 28px;
  }

  .bose-gallery-track figure {
    width: 200px;
    height: 355px;
    flex-basis: 200px;
  }

  .bose-benefits > .bose-section-inner > h2 {
    margin-bottom: 40px;
  }

  .bose-benefit-track {
    gap: 24px;
  }

  .bose-benefit-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }

  .bose-benefit-track h3 {
    min-height: 48px;
    margin: 24px 0 12px;
    font-size: 22px;
    line-height: 24px;
  }

  .bose-benefit-track p,
  .bose-benefit-track a {
    font-size: 14px;
    line-height: 20px;
  }

  .bose-automotive {
    height: 620px;
  }

  .bose-automotive-card {
    height: 618px;
  }

  .bose-footer-navigation {
    border-top: 1px solid #dedede;
    padding: 0;
  }

  .bose-footer-columns {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .bose-footer-column {
    border-bottom: 1px solid #dedede;
  }

  .bose-footer-title {
    min-height: 60px;
    align-items: center;
    padding: 0 40px;
    cursor: pointer;
  }

  .bose-footer-title > span:last-child {
    display: block;
  }

  .bose-footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 40px;
    opacity: 0;
  }

  .bose-footer-column.is-open .bose-footer-links {
    max-height: 480px;
    padding-top: 4px;
    padding-bottom: 18px;
    opacity: 1;
  }

  .bose-menu-list a {
    font-size: 14px;
    line-height: 20px;
  }

  .bose-apps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 24px 160px 40px;
  }

  .bose-apps a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .bose-social {
    justify-content: center;
    margin: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  :root {
    --bose-pad: 16px;
  }

  .admin-bar .bose-header {
    top: 46px;
  }

  .bose-alert {
    height: 48px;
    padding: 0 42px 0 16px;
    font-size: 11px;
    line-height: 14px;
  }

  .bose-alert span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .bose-alert a {
    flex: none;
  }

  .bose-alert button {
    right: 0;
    height: 48px;
  }

  .bose-desktop-nav,
  .bose-mega-panel,
  .bose-mega-backdrop {
    display: none !important;
  }

  .bose-mobile-nav {
    display: grid;
    height: 56px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 0 16px;
    background: #fff;
  }

  .bose-mobile-nav > button {
    width: 32px;
    height: 40px;
    border: 0;
    padding: 0;
    background: transparent;
    font-size: 22px;
    text-align: left;
  }

  .bose-mobile-nav > a img {
    display: block;
    width: 94px;
    height: 16px;
  }

  .bose-mobile-nav > div {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
  }

  .bose-mobile-nav > div a,
  .bose-mobile-nav > div button {
    display: grid;
    width: 28px;
    height: 40px;
    place-items: center;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--bose-ink);
    font-size: 22px;
    text-decoration: none;
  }

  .bose-mobile-search-form {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    border-top: 1px solid #e3e3e3;
    padding: 12px 16px;
    background: #fff;
  }

  .bose-mobile-search-form input {
    width: 100%;
    min-width: 0;
    height: 44px;
    border: 1px solid #8c8c8c;
    border-radius: 999px;
    padding: 0 18px;
  }

  .bose-mobile-search-form button {
    min-height: 44px;
    border: 1px solid var(--bose-ink);
    padding: 0 18px;
    background: var(--bose-ink);
    color: #fff;
  }

  .bose-mobile-drawer {
    position: absolute;
    z-index: 4;
    top: 100%;
    left: 0;
    display: flex;
    width: 100%;
    height: calc(100vh - 104px);
    flex-direction: column;
    overflow-y: auto;
    padding: 46px 32px 32px;
    background: #fff;
  }

  .bose-mobile-drawer > button {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    padding: 0;
    background: transparent;
    color: var(--bose-ink);
    font-size: 18px;
    text-align: left;
  }

  .bose-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .bose-mobile-menu a {
    color: var(--bose-ink);
    font-size: 18px;
    text-decoration: none;
  }

  .bose-mobile-utilities {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: auto;
  }

  .bose-mobile-utilities a {
    color: #636363;
    text-decoration: none;
  }

  .bose-mobile-drawer .bose-mega-link-group {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
  }

  .bose-mobile-drawer .bose-mega-link-group > a {
    color: var(--bose-ink);
    font-size: 18px;
    text-decoration: none;
  }

  .bose-mobile-drawer .bose-mega-sublinks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 16px;
    margin-top: 10px;
  }

  .bose-mobile-drawer .bose-mega-sublinks a {
    color: #5d6268;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
  }

  .bose-hero {
    margin-bottom: 78px;
  }

  .bose-hero-media {
    height: 630px;
    background: #f4f7f8;
  }

  .bose-hero-media > img {
    height: 390px;
    object-fit: cover;
    object-position: center top;
  }

  .elementor-widget-bose-hero .bose-hero-media > img,
  .elementor-widget-bose-editorial .bose-feature-card > img,
  .elementor-widget-bose-editorial .bose-story-card > img,
  .elementor-widget-bose-automotive .bose-automotive-card > img {
    height: 390px !important;
  }

  .bose-hero-copy {
    right: 16px;
    bottom: 18px;
    left: 16px;
  }

  .bose-hero-copy p {
    font-size: 12px;
  }

  .bose-hero-copy h1 {
    font-size: 36px;
    line-height: 34px;
  }

  .bose-hero-copy h2 {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
  }

  .bose-hero-actions {
    margin-top: 14px;
  }

  .bose-button {
    min-height: 43px;
    padding: 10px 16px;
    font-size: 12px;
  }

  .bose-category-track a {
    width: 142px;
    height: 56px;
    flex-basis: 142px;
    font-size: 13px;
  }

  .bose-category-viewport > button {
    right: 8px;
    width: 36px;
    height: 36px;
  }

  .bose-products {
    margin-bottom: 120px;
  }

  .bose-products h2,
  .bose-social-gallery h2,
  .bose-benefits > .bose-section-inner > h2 {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 38px;
  }

  .bose-product-card {
    width: 222px;
    height: 451px;
    flex-basis: 222px;
  }

  .bose-product-media {
    height: 185px;
  }

  .bose-product-media img,
  .bose-product-image {
    width: 180px;
    height: 135px;
  }

  .elementor-widget-bose-product-rail .bose-product-media img {
    height: 135px !important;
  }

  .bose-product-body {
    height: 266px;
    padding: 9px 10px;
  }

  .bose-product-color {
    font-size: 12px;
  }

  .bose-product-card h3 {
    min-height: 42px;
    margin-top: 42px;
    font-size: 14px;
    line-height: 19px;
  }

  .bose-product-rating {
    font-size: 16px;
  }

  .bose-product-price {
    right: 10px;
    bottom: 58px;
    left: 10px;
    gap: 6px;
    font-size: 12px;
  }

  .bose-add-to-cart {
    right: 10px;
    left: 10px;
    font-size: 12px !important;
  }

  .bose-carousel-controls {
    display: flex;
  }

  .bose-editorial {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 84px;
    padding: 0;
  }

  .bose-feature-card {
    height: 660px;
    margin-bottom: 0;
  }

  .bose-feature-card > img {
    height: 390px;
    object-fit: contain;
    object-position: center top;
    transform: scale(1.3);
    transform-origin: right top;
  }

  .bose-feature-card > div {
    right: 16px;
    bottom: 24px;
    left: 16px;
  }

  .bose-feature-card h2,
  .bose-story-card h2 {
    font-size: 36px;
    line-height: 34px;
  }

  .bose-feature-card h3,
  .bose-story-card h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .bose-story-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .bose-story-card {
    height: 560px;
    background: #111116;
  }

  .bose-story-card > img {
    height: 390px;
    object-fit: cover;
  }

  .bose-story-card::after {
    display: none;
  }

  .bose-story-card > div {
    right: 0;
    bottom: 0;
    left: 0;
    height: 170px;
    padding: 16px;
    background: #111116;
  }

  .bose-social-gallery {
    margin-bottom: 80px;
  }

  .bose-social-gallery h2 {
    margin-bottom: 10px;
  }

  .bose-social-gallery p {
    font-size: 14px;
    line-height: 20px;
  }

  .bose-gallery-wrap {
    margin-top: 30px;
  }

  .bose-gallery-track {
    gap: 21px;
    padding: 0 64px;
  }

  .bose-gallery-track figure {
    width: 104px;
    height: 185px;
    flex-basis: 104px;
  }

  .bose-benefits {
    margin-bottom: 80px;
  }

  .bose-benefit-track {
    display: flex;
    gap: 46px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }

  .bose-benefit-track article {
    width: 250px;
    flex: 0 0 250px;
    scroll-snap-align: start;
  }

  .bose-benefit-track h3 {
    min-height: 48px;
    margin: 36px 0 12px;
    font-size: 22px;
    line-height: 24px;
  }

  .bose-benefit-track p {
    font-size: 16px;
    line-height: 24px;
  }

  .bose-automotive {
    height: auto;
    margin-bottom: 80px;
    padding: 0;
  }

  .bose-automotive-card {
    height: 588px;
    background: #111116;
  }

  .bose-automotive-card > img {
    height: 390px;
    object-fit: cover;
  }

  .bose-automotive-card::after {
    display: none;
  }

  .bose-automotive-card > div {
    right: 0;
    bottom: 0;
    left: 0;
    height: 198px;
    padding: 30px 16px 24px;
    background: #111116;
  }

  .bose-automotive h2 {
    font-size: 36px;
    line-height: 38px;
  }

  .bose-automotive h3 {
    margin: 4px 0 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .bose-recall {
    min-height: 0;
    margin-bottom: 128px;
    padding: 0 16px;
  }

  .bose-recall p {
    width: 335px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  .bose-floating-tools {
    display: none;
  }

  .bose-offer-pill {
    bottom: 12px;
    left: 10px;
    min-width: 160px;
    height: 48px;
  }

  .bose-offer-modal > section {
    padding: 42px 24px 28px;
  }

  .bose-offer-modal h2 {
    font-size: 36px;
    line-height: 34px;
  }

  .bose-newsletter {
    align-items: flex-start;
    padding: 70px 16px 153px;
    text-align: left;
  }

  .bose-newsletter h2 {
    width: 240px;
    margin-bottom: 38px;
    font-size: 36px;
    line-height: 34px;
  }

  .bose-newsletter > p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .bose-newsletter-form {
    width: 100%;
    margin-top: 37px;
  }

  .bose-newsletter-form > div {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .bose-newsletter-form input {
    height: 43px;
  }

  .bose-newsletter-form button {
    width: 119px;
    height: 43px;
  }

  .bose-breadcrumb {
    padding: 0 16px 29px;
  }

  .bose-footer-navigation {
    border-top: 1px solid #dedede;
    padding: 0;
  }

  .bose-footer-columns {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .bose-footer-column {
    border-bottom: 1px solid #dedede;
  }

  .bose-footer-title {
    min-height: 60px;
    align-items: center;
    padding: 0 16px;
    cursor: pointer;
  }

  .bose-footer-title > span:last-child {
    display: block;
    font-size: 20px;
  }

  .bose-footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    opacity: 0;
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }

  .bose-footer-column.is-open .bose-footer-links {
    max-height: 480px;
    padding-top: 4px;
    padding-bottom: 18px;
    opacity: 1;
  }

  .bose-menu-list {
    gap: 0;
  }

  .bose-menu-list a {
    display: block;
    padding: 8px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .bose-apps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 24px 44px 33px;
  }

  .bose-apps a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .bose-social {
    justify-content: center;
    gap: 9px;
    margin: 0;
    padding-bottom: 40px;
  }

  .bose-social a {
    width: 38px;
  }

  .bose-legal {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 0 31px;
    padding: 41px 0 80px;
    text-align: center;
  }

  .bose-legal nav {
    width: 270px;
    justify-content: center;
    gap: 8px 16px;
  }

  .bose-content-shell,
  .bose-woocommerce-shell {
    width: calc(100% - 32px);
    padding: 52px 0 80px;
  }

  .bose-page-title,
  .bose-woocommerce-shell .woocommerce-products-header__title,
  .bose-woocommerce-shell div.product .product_title {
    font-size: 40px;
  }

  .bose-woocommerce-shell ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

/* Elementor Free dynamic storefront interfaces (theme 1.4.4). */
.bose-elementor-interface,
.bose-elementor-interface .elementor,
.bose-interface-document,
.bose-live-region {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

body.bose-mobile-menu-open {
  overflow: hidden;
}

/* Keep the native sticky header's containing block at page level. */
.bose-elementor-interface--header,
.bose-elementor-interface--header > .elementor,
.bose-elementor-interface--header .bose-interface-header,
.bose-elementor-interface--header .elementor-widget-bose-store-live-region,
.bose-elementor-interface--header .elementor-widget-container,
.bose-elementor-interface--header .bose-live-region,
.bose-elementor-interface--footer,
.bose-elementor-interface--footer > .elementor,
.bose-elementor-interface--footer .bose-interface-footer,
.bose-elementor-interface--footer .elementor-widget-bose-store-live-region,
.bose-elementor-interface--footer .elementor-widget-container,
.bose-elementor-interface--footer .bose-live-region {
  display: contents;
}

.bose-woocommerce-product div.product > .bose-elementor-interface--single-product {
  grid-column: 1 / -1;
}

.bose-interface-product-top,
.bose-interface-product-top > .e-con-inner {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 48px;
}

.bose-elementor-interface--single-product .bose-interface-product-gallery {
  width: calc(55% - 24px);
  --width: calc(55% - 24px);
  min-width: 0;
  flex: 0 1 calc(55% - 24px) !important;
}

.bose-elementor-interface--single-product .bose-interface-product-summary {
  width: calc(45% - 24px);
  --width: calc(45% - 24px);
  min-width: 0;
  flex: 0 1 calc(45% - 24px) !important;
}

.bose-elementor-interface--single-product .bose-interface-product-after {
  width: 100%;
  --width: 100%;
  min-width: 0;
  flex: 0 0 100% !important;
}

.bose-interface-product-after .woocommerce-tabs,
.bose-interface-product-after .related,
.bose-interface-product-after .upsells,
.bose-interface-product-after .bose-pdp-media,
.bose-interface-product-after .bose-pdp-details,
.bose-interface-product-after .bose-pdp-compare {
  width: 100%;
}

.bose-elementor-interface--product-archive .woocommerce-result-count,
.bose-elementor-interface--product-archive .woocommerce-ordering,
.bose-elementor-interface--product-archive .woocommerce-pagination,
.bose-elementor-interface--product-archive .woocommerce-notices-wrapper,
.bose-elementor-interface--product-archive .term-description {
  width: min(1360px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.bose-elementor-interface--product-archive .woocommerce-result-count {
  float: none;
  margin-top: 24px;
  margin-bottom: 22px;
  text-align: center;
  text-transform: uppercase;
}

.bose-elementor-interface--product-archive .woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  float: none;
  margin-top: -54px;
  margin-bottom: 20px;
}

.bose-interface-preview-main,
.bose-interface-single-post,
.bose-interface-post-archive,
.bose-interface-search-results,
.bose-interface-not-found,
.bose-interface-endpoint {
  width: min(1360px, calc(100% - 80px));
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bose-interface-preview-main {
  padding: 48px 0;
}

.bose-post-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.bose-post-thumbnail img,
.bose-entry-image img {
  width: 100%;
  height: auto;
}

.bose-interface-single-entry,
.bose-archive-header,
.bose-interface-sample {
  min-width: 0;
}

.bose-interface-sample {
  border: 1px dashed #a4a4a4;
  padding: 24px;
  background: #f7f7f7;
}

.bose-live-region a:not(.button):not(.bose-button) {
  color: var(--bose-region-link, inherit);
}

@media (min-width: 1200px) {
  .bose-woocommerce-archive ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .bose-interface-product-top,
  .bose-interface-product-top > .e-con-inner {
    display: block !important;
  }

  .bose-elementor-interface--single-product .bose-interface-product-gallery,
  .bose-elementor-interface--single-product .bose-interface-product-summary,
  .bose-elementor-interface--single-product .bose-interface-product-after {
    width: 100%;
    --width: 100%;
    max-width: 100%;
    flex-basis: 100% !important;
  }

  .bose-post-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .bose-interface-preview-main,
  .bose-interface-single-post,
  .bose-interface-post-archive,
  .bose-interface-search-results,
  .bose-interface-not-found,
  .bose-interface-endpoint {
    width: calc(100% - 32px);
  }

  .bose-post-list {
    grid-template-columns: 1fr;
  }

  .bose-elementor-interface--product-archive .woocommerce-ordering {
    margin-right: 16px;
  }
}

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

  .bose-header,
  .bose-product-viewport,
  .bose-gallery-track,
  .bose-category-track {
    scroll-behavior: auto;
    transition: none;
  }
}

/* Secondary commerce pages */
.elementor-widget-bose-category-hero,
.elementor-widget-bose-support-hub,
.elementor-widget-bose-membership-hero {
  --padding-top: 0;
  --padding-right: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --gap: 0;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.bose-woocommerce-archive {
  width: 100%;
  max-width: none;
  padding: 0 40px 120px;
}

.bose-shop-intro,
.bose-search-intro {
  width: min(1360px, 100%);
  margin: 0 auto;
  padding: 64px 0 104px;
}

.bose-shop-intro h1,
.bose-search-product-section > h2,
.bose-order-tracking-page h1 {
  margin: 0;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 0.89;
}

.bose-shop-tabs,
.bose-search-tabs {
  display: flex;
  width: min(1360px, 100%);
  min-height: 56px;
  align-items: center;
  gap: 48px;
  overflow-x: auto;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
  white-space: nowrap;
  scrollbar-width: none;
}

.bose-shop-tabs::-webkit-scrollbar,
.bose-search-tabs::-webkit-scrollbar {
  display: none;
}

.bose-shop-tabs a,
.bose-search-tabs a {
  position: relative;
  padding: 18px 0;
  color: var(--bose-ink);
  font-size: 16px;
  text-decoration: none;
}

.bose-shop-tabs a.is-active::after,
.bose-search-tabs a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--bose-ink);
  content: "";
}

.bose-catalog-toolbar {
  display: flex;
  width: min(1360px, 100%);
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
}

.bose-catalog-toolbar > button {
  border: 0;
  padding: 14px 0;
  background: transparent;
  color: var(--bose-ink);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.bose-catalog-toolbar > strong {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.bose-catalog-filter {
  display: grid;
  width: min(1360px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto auto;
  align-items: end;
  gap: 20px;
  margin: 0 auto;
  border-bottom: 1px solid #dedede;
  padding: 24px 0;
}

.bose-catalog-filter label {
  display: grid;
  gap: 7px;
  font-size: 14px;
}

.bose-catalog-filter label:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 13px;
}

.bose-catalog-filter input[type="number"] {
  width: 100%;
  min-height: 46px;
  border: 1px solid #8d8d8d;
  padding: 0 12px;
}

.bose-catalog-filter > a {
  align-self: center;
  color: var(--bose-ink);
}

.bose-woocommerce-archive > .woocommerce-notices-wrapper,
.bose-woocommerce-archive > .woocommerce-result-count,
.bose-woocommerce-archive > .woocommerce-ordering,
.bose-woocommerce-archive > ul.products,
.bose-woocommerce-archive > .woocommerce-pagination,
.bose-woocommerce-archive > .term-description,
.bose-search-product-section {
  width: min(1360px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.bose-woocommerce-archive > .woocommerce-result-count {
  float: none;
  margin: 24px 0 22px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.bose-woocommerce-archive > .woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  float: none;
  margin: -54px auto 20px;
}

.bose-woocommerce-archive .woocommerce-ordering select {
  min-height: 40px;
  border: 0;
  border-bottom: 1px solid #888;
  padding: 0 32px 0 8px;
  background: #fff;
}

.bose-woocommerce-archive ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
}

.bose-woocommerce-archive ul.products li.product {
  display: flex;
  min-height: 590px;
  flex-direction: column;
  padding: 14px 14px 28px;
  background: #f8f7f6;
}

.bose-woocommerce-archive ul.products li.product a img {
  width: 100%;
  height: 330px;
  margin: 0 0 18px;
  object-fit: contain;
}

.bose-loop-color {
  order: -1;
  margin: 12px 0 0;
  font-size: 14px;
}

.bose-woocommerce-archive ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.bose-woocommerce-archive ul.products li.product .star-rating {
  margin-top: 4px;
}

.bose-woocommerce-archive ul.products li.product .price {
  margin-top: auto;
  padding-top: 24px;
  font-size: 17px;
}

.bose-woocommerce-archive ul.products li.product .button {
  min-height: 46px;
  margin-top: 16px;
  text-align: center;
}

.bose-deep-benefits {
  width: min(1360px, 100%);
  margin: 120px auto 0;
}

.bose-deep-benefits > h2 {
  margin: 0 0 64px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  line-height: 0.9;
}

.bose-deep-benefits > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
}

.bose-deep-benefits article > span {
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  border-radius: 50%;
  background: #f8f8f8;
  font-size: 32px;
}

.bose-deep-benefits h3 {
  min-height: 76px;
  margin: 34px 0 12px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 31px;
  font-weight: 400;
  line-height: 1.15;
}

.bose-deep-benefits p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

/* Product detail */
.bose-product-anchor-nav {
  position: sticky;
  z-index: 9999;
  top: 128px;
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  gap: 34px;
  overflow-x: auto;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
  white-space: nowrap;
}

.admin-bar .bose-product-anchor-nav { top: 160px; }

.bose-product-anchor-nav a {
  padding: 20px 0 17px;
  color: var(--bose-ink);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.bose-product-anchor-nav a:first-child { border-bottom: 2px solid #005bff; }

.bose-woocommerce-product {
  width: min(1360px, calc(100% - 80px));
  padding-top: 56px;
}

.bose-woocommerce-product .woocommerce-breadcrumb { margin-bottom: 38px; }

.bose-woocommerce-product div.product {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  gap: 54px;
}

.bose-woocommerce-product div.product .woocommerce-product-gallery,
.bose-woocommerce-product div.product .summary {
  width: auto;
  float: none;
}

.bose-woocommerce-product div.product .woocommerce-product-gallery {
  min-height: 620px;
  margin-bottom: 0;
}

.bose-woocommerce-product .woocommerce-product-gallery__image img {
  max-height: 650px;
  object-fit: contain;
}

.bose-woocommerce-product .flex-control-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 16px !important;
}

.bose-woocommerce-product div.product .product_title {
  margin-bottom: 12px;
  font-size: 48px;
}

.bose-woocommerce-product div.product .woocommerce-product-rating {
  margin-bottom: 26px;
}

.bose-woocommerce-product div.product .woocommerce-product-details__short-description {
  font-size: 18px;
  line-height: 1.5;
}

.bose-woocommerce-product div.product p.price {
  margin: 28px 0 22px;
  font-size: 29px;
  font-weight: 500;
}

.bose-woocommerce-product form.cart,
.bose-woocommerce-product .variations_form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bose-woocommerce-product table.variations {
  width: 100%;
  margin-bottom: 16px;
}

.bose-woocommerce-product table.variations th,
.bose-woocommerce-product table.variations td { padding: 8px 0; }

.bose-woocommerce-product table.variations select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #888;
  padding: 0 12px;
  background: #fff;
}

.bose-native-color-select {
  position: absolute !important;
  width: 1px !important;
  min-width: 1px !important;
  max-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  max-height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.bose-color-selector {
  position: relative;
  width: 100%;
  min-width: 0;
  padding-right: 86px;
}

.bose-selected-color {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 500;
}

.bose-color-swatch-track {
  display: flex;
  width: 100%;
  gap: 12px;
  overflow-x: auto;
  padding: 4px;
  scrollbar-width: none;
}

.bose-color-swatch-track::-webkit-scrollbar {
  display: none;
}

.bose-color-swatch-track > button,
.bose-color-carousel-controls > button {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 3px;
  background: #fff;
  cursor: pointer;
}

.bose-color-swatch-track > button > span {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #8f8f8f;
  border-radius: 50%;
}

.bose-color-swatch-track > button[aria-pressed="true"] {
  border-color: var(--bose-ink);
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--bose-ink);
}

.bose-color-carousel-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 4px;
}

.bose-color-carousel-controls > button {
  border-color: #777;
  padding: 0;
  font-size: 23px;
}

.bose-woocommerce-product .quantity .qty {
  width: 70px;
  min-height: 50px;
  border: 1px solid #888;
}

.bose-woocommerce-product .single_add_to_cart_button {
  min-height: 50px;
  flex: 1;
}

.bose-woocommerce-product .product_meta .posted_in {
	display: none;
}

@media (max-width: 767px) {
	.bose-woocommerce-product form.cart table.variations,
	.bose-woocommerce-product form.cart table.variations tbody,
	.bose-woocommerce-product form.cart table.variations tr,
	.bose-woocommerce-product form.cart table.variations th,
	.bose-woocommerce-product form.cart table.variations td {
		display: block;
		width: 100%;
		max-width: 100%;
		min-width: 0;
	}

	.bose-woocommerce-product form.cart table.variations {
		flex: 0 0 100%;
		table-layout: fixed;
	}
}

.bose-woocommerce-product .product_meta {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.8;
}

.bose-woocommerce-product div.product .woocommerce-tabs,
.bose-woocommerce-product div.product .related,
.bose-woocommerce-product div.product .upsells {
  grid-column: 1 / -1;
  margin-top: 80px;
}

.bose-woocommerce-product .woocommerce-tabs > ul.tabs {
  display: flex;
  gap: 36px;
  overflow-x: auto;
  padding: 0 !important;
}

.bose-woocommerce-product .woocommerce-tabs > ul.tabs::before { border-color: #aaa !important; }
.bose-woocommerce-product .woocommerce-tabs > ul.tabs li { border: 0 !important; background: none !important; }
.bose-woocommerce-product .woocommerce-tabs > ul.tabs li::before,
.bose-woocommerce-product .woocommerce-tabs > ul.tabs li::after { display: none; }
.bose-woocommerce-product .woocommerce-Tabs-panel > h2,
.bose-woocommerce-product .related > h2,
.bose-woocommerce-product .upsells > h2 {
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 52px;
  line-height: 1;
}

.bose-pdp-media,
.bose-pdp-details,
.bose-pdp-compare {
  min-width: 0;
  grid-column: 1 / -1;
  margin-top: 96px;
}

.bose-pdp-media > h2,
.bose-pdp-details > h2,
.bose-pdp-compare > h2 {
  margin: 0 0 42px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  line-height: 0.95;
}

.bose-pdp-media-viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.bose-pdp-media-track {
  display: flex;
  width: 100%;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.bose-pdp-media-track::-webkit-scrollbar {
  display: none;
}

.bose-pdp-media-track figure {
  width: min(52vw, 620px);
  height: 520px;
  flex: 0 0 min(52vw, 620px);
  margin: 0;
  background: #f7f7f5;
}

.bose-pdp-media-track img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bose-pdp-media .bose-carousel-controls,
.bose-pdp-compare .bose-carousel-controls {
  display: flex;
}

.bose-source-rating {
  display: grid;
  width: min(520px, 100%);
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 6px 18px;
  margin-bottom: 54px;
  padding: 28px;
  background: #f7f7f5;
}

.bose-source-rating strong {
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 42px;
}

.bose-source-rating > span {
  letter-spacing: 3px;
}

.bose-source-rating p,
.bose-source-rating small {
  grid-column: 1 / -1;
  margin: 0;
}

.bose-source-rating small {
  color: #5d6268;
}

.bose-pdp-faqs > h3 {
  margin: 0 0 24px;
  font-size: 30px;
}

.bose-pdp-faqs details {
  border-top: 1px solid #a7a7a7;
  padding: 0;
}

.bose-pdp-faqs details:last-child {
  border-bottom: 1px solid #a7a7a7;
}

.bose-pdp-faqs summary {
  padding: 24px 44px 24px 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.bose-pdp-faqs details > div {
  max-width: 900px;
  padding: 0 0 28px;
  font-size: 16px;
  line-height: 1.65;
}

.bose-pdp-compare .bose-product-track {
  gap: 8px;
}

.bose-product-sticky-buy {
  position: fixed;
  z-index: 10020;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  min-height: 76px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  border-top: 1px solid #d8d8d8;
  padding: 12px max(24px, calc((100vw - 1360px) / 2));
  background: rgb(255 255 255 / 96%);
  box-shadow: 0 -8px 24px rgb(0 0 0 / 8%);
  backdrop-filter: blur(10px);
}

.bose-product-sticky-buy > strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bose-product-sticky-buy .price {
  margin: 0 !important;
  font-size: 18px !important;
}

.bose-buy-anchor {
  position: relative;
  top: -180px;
}

/* Cart, checkout and account */
.woocommerce-cart .bose-content-shell,
.woocommerce-checkout .bose-content-shell,
.woocommerce-account .bose-content-shell {
  width: min(1360px, calc(100% - 80px));
}

.woocommerce-cart .bose-page-title,
.woocommerce-checkout .bose-page-title,
.woocommerce-account .bose-page-title {
  font-size: 60px;
}

.woocommerce-cart table.shop_table,
.woocommerce-checkout table.shop_table,
.woocommerce-account table.shop_table {
  border: 0;
  border-radius: 0;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td,
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  border-color: #ddd;
  padding: 18px;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 58px;
}

.woocommerce-cart .cart_totals {
  width: min(520px, 100%) !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #place_order {
  min-height: 52px;
  border-radius: 0;
  background: var(--bose-ink);
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  gap: 64px;
}

.bose-checkout-steps {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 54px;
  padding: 0;
  list-style: none;
}

.bose-checkout-steps li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #c9c9c9;
  padding: 0 8px 16px 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.bose-checkout-steps li.is-current {
  border-color: var(--bose-ink);
  color: var(--bose-ink);
}

.bose-checkout-steps li span {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border: 1px solid currentcolor;
  border-radius: 50%;
  font-size: 12px;
}

.woocommerce-shipping-methods label small {
  display: block;
  margin-top: 3px;
  color: #5d6268;
  font-size: 12px;
  font-weight: 400;
}

.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review {
  width: auto;
  float: none;
}

.woocommerce-checkout #customer_details { grid-row: 1 / span 2; }
.woocommerce-checkout #order_review_heading { grid-column: 2; margin: 0; }
.woocommerce-checkout #order_review { grid-column: 2; padding: 28px; background: #f8f7f6; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 50px;
  border: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  padding: 0 14px;
  background: #f7f7f7;
}

.woocommerce form .form-row textarea { min-height: 120px; padding-top: 14px; }

.woocommerce-account .bose-page-title { display: none; }

.bose-account-intro,
.bose-membership-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  margin: 0 0 84px;
  color: #fff;
}

.bose-account-intro::after,
.bose-membership-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgb(0 0 0 / 68%) 0%, transparent 68%);
  content: "";
}

.bose-account-intro > img,
.bose-membership-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bose-account-intro > div,
.bose-membership-hero > div {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 42px;
  left: 40px;
  max-width: 760px;
}

.bose-account-intro h2,
.bose-membership-hero h1 {
  margin: 8px 0;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 68px;
  line-height: 0.92;
}

.bose-account-intro h3,
.bose-membership-hero h2 {
  margin: 10px 0 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.woocommerce-account #customer_login > div { width: auto; float: none; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 260px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 16px 10px;
  color: var(--bose-ink);
  text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 320px);
}

/* Search */
.bose-search-intro { padding-bottom: 48px; }
.bose-search-intro p { margin: 0 0 32px; font-size: 13px; }
.bose-search-intro a { color: inherit; }
.bose-search-intro h1 { margin: 0; font-size: 38px; font-weight: 400; line-height: 1.2; }
.bose-search-product-section { padding-top: 28px; }
.bose-search-product-section > h2 { margin-bottom: 20px; font-size: 44px; }
.bose-no-results { padding: 80px 0; text-align: center; }

/* Order tracking */
.bose-order-tracking-page {
  width: min(1120px, calc(100% - 80px));
  min-height: 850px;
  margin: 0 auto;
  padding: 72px 0 112px;
}

.bose-order-tracking-page > header > p { max-width: 820px; font-size: 16px; line-height: 1.55; }
.bose-order-tracking-form { width: 424px; max-width: 100%; margin: 66px auto 0; }
.bose-order-privacy { margin: 0 0 30px; padding: 16px 20px; background: #f7f0e7; font-size: 14px; }
.bose-order-tracking-form .track_order { width: 100%; }
.bose-order-tracking-form .track_order .form-row { width: 100%; float: none; margin: 0 0 34px; }
.bose-order-tracking-form .button { width: 100%; min-height: 50px; border-radius: 0; background: var(--bose-ink); color: #fff; }

/* Support and Elementor deep-page widgets */
.bose-support-page > header,
.bose-support-hub > header {
  display: grid;
  min-height: 400px;
  place-content: center;
  padding: 60px 16px;
  background: var(--bose-ink);
  color: #fff;
  text-align: center;
}

.bose-support-page > header h1,
.bose-support-hub > header h1 {
  margin: 0 0 28px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 60px;
  line-height: 0.95;
}

.bose-support-page > header form {
  display: flex;
  width: min(640px, calc(100vw - 32px));
  min-height: 52px;
  background: #fff;
}

.bose-support-page > header label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}

.bose-support-page > header input { min-width: 0; flex: 1; border: 0; padding: 0 18px; }
.bose-support-page > header button { width: 110px; border: 0; background: #fff; font-weight: 500; cursor: pointer; }

.bose-support-topics,
.bose-support-hub > div {
  display: grid;
  width: min(1180px, calc(100% - 80px));
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 96px auto;
}

.bose-support-topics > a,
.bose-support-hub > div > a {
  min-height: 230px;
  border: 1px solid #d7d7d7;
  padding: 30px;
  color: var(--bose-ink);
  text-decoration: none;
}

.bose-support-topics h2,
.bose-support-hub h2 {
  margin: 0;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 36px;
  line-height: 1;
}

.bose-support-topics p { min-height: 74px; font-size: 17px; line-height: 1.5; }
.bose-support-topics span,
.bose-support-hub span { color: #005bff; font-size: 14px; font-weight: 500; }

.bose-support-faq {
  width: min(1120px, calc(100% - 80px));
  margin: 0 auto 110px;
}

.bose-support-faq > h2 {
  margin: 8px 0 42px;
  font-family: "Bose Headline", Impact, sans-serif;
  font-size: 52px;
  line-height: 1;
}

.bose-support-faq details { border-top: 1px solid #aaa; padding: 24px 0; }
.bose-support-faq details:last-child { border-bottom: 1px solid #aaa; }
.bose-support-faq summary { font-size: 18px; font-weight: 500; cursor: pointer; }

.bose-support-contact {
  display: flex;
  width: min(1120px, calc(100% - 80px));
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 120px;
  padding: 54px;
  background: #f4f3f1;
}

.bose-support-contact h2 { margin: 0; font-family: "Bose Headline", Impact, sans-serif; font-size: 48px; }

.bose-category-landing {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
}

.bose-category-landing::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(0 0 0 / 75%), transparent 66%); content: ""; }
.bose-category-landing > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bose-category-landing > div { position: absolute; z-index: 1; right: 40px; bottom: 44px; left: 40px; max-width: 720px; }
.bose-category-landing h2 { margin: 8px 0; font-family: "Bose Headline", Impact, sans-serif; font-size: 54px; line-height: .95; }
.bose-category-landing h3 { margin: 8px 0 22px; font-size: 23px; font-weight: 500; }

.bose-imported-document { width: 100%; max-width: 100%; overflow: hidden; }
.bose-imported-section { width: 100%; background: #fff; color: var(--bose-ink); }
.bose-imported-section__inner { display: grid; width: min(1280px, 100%); min-height: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; margin: 0 auto; }
.bose-imported-section figure { min-width: 0; margin: 0; overflow: hidden; background: #f4f3f1; }
.bose-imported-section figure img { display: block; width: 100%; height: auto; max-height: 780px; object-fit: cover; }
.bose-imported-section__content { align-self: center; padding: clamp(44px, 7vw, 110px); }
.bose-imported-section__content h1,
.bose-imported-section__content h2,
.bose-imported-section__content h3,
.bose-imported-section__content h4,
.bose-imported-section__content h5,
.bose-imported-section__content h6 { max-width: 900px; margin: 0 0 24px; font-family: "Bose Headline", Impact, sans-serif; font-size: clamp(42px, 5vw, 76px); line-height: .95; }
.bose-imported-section__copy { max-width: 850px; font-size: 17px; line-height: 1.65; }
.bose-imported-section__copy > :first-child { margin-top: 0; }
.bose-imported-section__copy > :last-child { margin-bottom: 0; }
.bose-imported-section .bose-button { display: inline-flex; margin-top: 28px; }
.bose-imported-section--media-right figure { order: 2; }
.bose-imported-section--rich-text .bose-imported-section__inner { display: block; min-height: 0; }
.bose-imported-section--rich-text .bose-imported-section__content { width: min(1040px, 100%); margin: 0 auto; }
.bose-imported-section--rich-text figure { width: min(1120px, calc(100% - 80px)); min-height: 0; margin: 0 auto; }
.bose-imported-section--rich-text figure img { max-height: 720px; object-fit: contain; }
.bose-imported-section--hero { position: relative; min-height: 620px; background: var(--bose-ink); color: #fff; }
.bose-imported-section--hero .bose-imported-section__inner { min-height: 620px; grid-template-columns: 1fr; }
.bose-imported-section--hero figure { position: absolute; inset: 0; min-height: 620px; }
.bose-imported-section--hero figure img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.bose-imported-section--hero figure::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgb(0 0 0 / 72%), rgb(0 0 0 / 8%)); content: ""; }
.bose-imported-section--hero .bose-imported-section__content { position: relative; z-index: 1; width: min(1280px, 100%); align-self: end; padding-bottom: 70px; }
.bose-imported-section--dark { background: var(--bose-ink); color: #fff; }

@media (max-width: 767px) {
  .bose-woocommerce-archive { padding-right: 0; padding-left: 0; }
  .bose-shop-intro,
  .bose-search-intro { padding: 60px 16px 52px; }
  .bose-shop-intro h1,
  .bose-order-tracking-page h1 { font-size: 42px; line-height: 0.95; text-align: center; }
  .bose-shop-tabs,
  .bose-search-tabs { width: 100%; gap: 42px; padding: 0 16px; }
  .bose-catalog-toolbar { width: calc(100% - 32px); }
  .bose-catalog-filter { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; gap: 16px; }
  .bose-catalog-filter label:first-child,
  .bose-catalog-filter .bose-button,
  .bose-catalog-filter > a { grid-column: 1 / -1; }
  .bose-woocommerce-archive > .woocommerce-result-count { margin-top: 22px; }
  .bose-woocommerce-archive > .woocommerce-ordering { margin-right: 16px; }
  .bose-woocommerce-archive ul.products { width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bose-woocommerce-archive ul.products li.product { min-height: 500px; padding: 8px 12px 16px; }
  .bose-woocommerce-archive ul.products li.product a img { height: 210px; }
  .bose-woocommerce-archive ul.products li.product .woocommerce-loop-product__title { font-size: 14px; line-height: 1.4; }
  .bose-woocommerce-archive ul.products li.product .button { font-size: 12px; }
  .bose-deep-benefits { width: calc(100% - 32px); margin-top: 80px; }
  .bose-deep-benefits > h2 { margin-bottom: 42px; font-size: 42px; }
  .bose-deep-benefits > div { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .bose-deep-benefits article > span { width: 72px; height: 72px; }
  .bose-deep-benefits h3 { min-height: 52px; margin-top: 24px; font-size: 24px; }
  .bose-deep-benefits p { font-size: 14px; }
  .bose-product-anchor-nav { top: 104px; justify-content: flex-start; gap: 28px; padding: 0 16px; }
  .admin-bar .bose-product-anchor-nav { top: 150px; }
  .bose-woocommerce-product { width: calc(100% - 32px); padding-top: 28px; }
  .bose-woocommerce-product div.product { display: flex; flex-direction: column; gap: 20px; }
  .bose-woocommerce-product div.product .summary { display: contents; }
  .bose-woocommerce-product div.product .woocommerce-product-gallery { min-height: 420px; order: -1; }
  .bose-woocommerce-product .woocommerce-product-gallery__image img { max-height: 430px; }
  .bose-woocommerce-product div.product .product_title { font-size: 40px; }
  .bose-woocommerce-product .woocommerce-Tabs-panel > h2,
  .bose-woocommerce-product .related > h2,
  .bose-woocommerce-product .upsells > h2 { font-size: 42px; }
  .bose-pdp-media,
  .bose-pdp-details,
  .bose-pdp-compare { margin-top: 70px; }
  .bose-pdp-media > h2,
  .bose-pdp-details > h2,
  .bose-pdp-compare > h2 { margin-bottom: 28px; font-size: 42px; }
  .bose-pdp-media-track figure { width: 84vw; height: 390px; flex-basis: 84vw; }
  .bose-source-rating { padding: 22px 18px; }
  .bose-product-sticky-buy { min-height: 72px; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding: 10px 16px; }
  .bose-product-sticky-buy > strong { display: none; }
  .bose-product-sticky-buy .bose-button { min-height: 48px; padding-right: 18px; padding-left: 18px; font-size: 12px; }
  .woocommerce-cart .bose-content-shell,
  .woocommerce-checkout .bose-content-shell,
  .woocommerce-account .bose-content-shell { width: calc(100% - 32px); }
  .woocommerce-cart .bose-page-title,
  .woocommerce-checkout .bose-page-title { font-size: 42px; }
  .woocommerce-checkout form.checkout { display: block; }
  .bose-checkout-steps { margin-bottom: 38px; }
  .bose-checkout-steps li { align-items: flex-start; flex-direction: column; gap: 7px; padding-right: 5px; font-size: 10px; line-height: 1.3; }
  .woocommerce-checkout #order_review_heading { margin-top: 54px; }
  .woocommerce-checkout #order_review { padding: 20px 14px; }
  .bose-account-intro,
  .bose-membership-hero { min-height: 620px; margin-right: -16px; margin-left: -16px; }
  .bose-account-intro > div,
  .bose-membership-hero > div { right: 16px; bottom: 34px; left: 16px; }
  .bose-account-intro h2,
  .bose-membership-hero h1 { font-size: 46px; }
  .bose-account-intro h3,
  .bose-membership-hero h2 { font-size: 17px; }
  .woocommerce-account #customer_login { grid-template-columns: 1fr; gap: 50px; }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content { width: 100%; float: none; }
  .woocommerce-account .woocommerce-MyAccount-content { margin-top: 42px; }
  .bose-search-intro h1 { font-size: 28px; }
  .bose-search-product-section { padding-top: 24px; }
  .bose-search-product-section > h2 { padding: 0 16px; font-size: 40px; }
  .bose-order-tracking-page { width: calc(100% - 32px); padding-top: 56px; }
  .bose-order-tracking-form { margin-top: 48px; }
  .bose-support-page > header,
  .bose-support-hub > header { min-height: 340px; }
  .bose-support-page > header h1,
  .bose-support-hub > header h1 { font-size: 44px; }
  .bose-support-topics,
  .bose-support-hub > div { width: calc(100% - 32px); grid-template-columns: 1fr; margin: 64px auto; }
  .bose-support-topics > a,
  .bose-support-hub > div > a { min-height: 200px; padding: 26px; }
  .bose-support-faq { width: calc(100% - 32px); margin-bottom: 80px; }
  .bose-support-faq > h2 { font-size: 42px; }
  .bose-support-contact { width: calc(100% - 32px); align-items: flex-start; flex-direction: column; gap: 28px; margin-bottom: 80px; padding: 34px 24px; }
  .bose-support-contact h2 { font-size: 40px; }
  .bose-category-landing { min-height: 620px; }
  .bose-category-landing > div { right: 16px; bottom: 34px; left: 16px; }
  .bose-category-landing h2 { font-size: 42px; }
  .bose-category-landing h3 { font-size: 17px; }
  .bose-imported-section__inner { grid-template-columns: 1fr; }
  .bose-imported-section figure { min-height: 0; }
  .bose-imported-section figure img { height: auto; min-height: 0; max-height: 560px; }
  .bose-imported-section--media-right figure { order: 0; }
  .bose-imported-section__content { padding: 48px 16px; }
  .bose-imported-section__content h1,
  .bose-imported-section__content h2,
  .bose-imported-section__content h3,
  .bose-imported-section__content h4,
  .bose-imported-section__content h5,
  .bose-imported-section__content h6 { font-size: 42px; }
  .bose-imported-section--hero,
  .bose-imported-section--hero .bose-imported-section__inner,
  .bose-imported-section--hero figure { min-height: 560px; }
  .bose-imported-section--hero figure img { height: 100%; max-height: none; }
  .bose-imported-section--hero .bose-imported-section__content { padding: 40px 16px; }
  .bose-imported-section--rich-text figure { width: calc(100% - 32px); }
}
