.drop {
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
}

.drop > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 600;
}

.drop > summary::-webkit-details-marker,
.box-item summary::-webkit-details-marker {
  display: none;
}

.drop > summary::after,
.box-item summary::after {
  content: "⌄";
  flex: 0 0 auto;
  margin-left: 12px;
  font-size: 20px;
  transition: transform 0.2s;
}

.drop[open] > summary::after,
.box-item[open] summary::after {
  transform: rotate(180deg);
}

.drop-body {
  padding: 0 0 24px;
}

.product-video-section {
  margin: 0 0 40px;
}

.product-video-section h5 {
  margin: 0 0 20px;
}

.video-carousel-wrap {
  position: relative;
}

.video-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.video-carousel::-webkit-scrollbar,
.dental-tab-buttons::-webkit-scrollbar {
  display: none;
}

.video-item {
  flex: 0 0 320px;
}

.video-item iframe {
  display: block;
  width: 100%;
  aspect-ratio: 9/16;
  border: 0;
  border-radius: 8px;
}

.video-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  cursor: pointer;
  transform: translateY(-50%);
}

.video-prev {
  left: 10px;
}

.video-next {
  right: 10px;
}

.more-than {
  background: #efefef;
  padding: 26px 0 0;
}

.more-than__content {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px 18px;
  text-align: center;
}

.more-than__content h2 {
  margin: 0 0 12px;
  font-size: clamp(18px, 1.4vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #1f1f1f;
}

.more-than__content h3 {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 22px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1f1f1f;
}

.more-than__carousel {
  position: relative;
  background: #efefef;
  overflow: hidden;
}

.more-than__slides {
  position: relative;
  width: 100%;
  min-height: 420px;
}

.more-than__slide {
  display: none;
  width: 100%;
}

.more-than__slide.active {
  display: block;
}

.more-than__slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 580px;
  object-fit: cover;
}

.more-than__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.18);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.more-than__arrow.prev {
  left: 20px;
}

.more-than__arrow.next {
  right: 20px;
}

.more-than__dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 14px 0 18px;
}

.more-than__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.more-than__dot.active {
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 749px) {
  .more-than {
    padding-top: 18px;
  }

  .more-than__content {
    padding: 0 18px 12px;
  }

  .more-than__content h2 {
    margin-bottom: 8px;
    font-size: clamp(16px, 4.2vw, 22px);
  }

  .more-than__content h3 {
    font-size: clamp(14px, 3.8vw, 18px);
    line-height: 1.35;
  }

  .more-than__slides {
    min-height: 220px;
  }

  .more-than__slide img {
    max-height: 360px;
  }

  .more-than__arrow {
    width: 34px;
    height: 34px;
    font-size: 28px;
    background: rgba(0, 0, 0, 0.2);
  }

  .more-than__arrow.prev {
    left: 12px;
  }

  .more-than__arrow.next {
    right: 12px;
  }

  .more-than__dots {
    gap: 10px;
    padding: 10px 0 14px;
  }

  .more-than__dot {
    width: 8px;
    height: 8px;
  }
}

.dyson-features h4 {
  margin-top: 0;
}

.tabs,
.tabbed-module,
.theme-light,
.support-tabs {
  width: 100%;
}

.support-tabs__tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.tab-header {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}

.support-tabs__inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.support-tabs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: fit-content;
  margin: 0;
  padding: 5px;
  list-style: none;
  border-radius: 999px;
  background: #efefef;
  overflow-x: auto;
}

.support-tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  color: #1d1d1d;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.support-tabs__item.active {
  background: #ddd9d4;
  color: #1d1d1d;
}

.support-tabs__heading {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
}

.support-tabs__content {
  display: none;
  width: 100%;
}

.support-tabs__content.active {
  display: block;
}

.rich-content {
  width: 100%;
}

.rich-content__asset {
  position: relative;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.js-rich-content-animation {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 32px;
}

.rich-content__asset-section {
  position: relative;
  min-width: 0;
}

.rich-content__asset-inner,
.rich-content__asset-container,
.rich-content__image-container {
  width: 100%;
  min-width: 0;
}

.rich-content__image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.rich-content__text-section {
  position: static;
  top: auto;
  right: auto;
  z-index: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  padding: 0;
  box-sizing: border-box;
  transform: none;
}

.rich-content__text-container,
.rich-content__text-inner,
.rich-content__text-wrapper,
.js-rich-content-text-container {
  width: 100%;
}

.rich-content__heading-container {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.rich-content__rich-text-rte h4 {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  color: #1d1d1d;
}

.rich-content__rich-text-rte p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #1d1d1d;
}

.rich-content__rich-text-rte p:last-of-type {
  margin-bottom: 0;
}

.rich-content__rich-text-rte p.typography-body--fine {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 749px) {
  .tab-description {
    margin-bottom: 16px;
    font-size: clamp(14px, 3.2vw, 15px);
  }

  .support-tabs__tabs {
    margin-bottom: 18px;
  }

  .support-tabs__list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .support-tabs__item {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 8px 14px;
  }

  .support-tabs__heading {
    font-size: clamp(11px, 2.8vw, 14px);
    white-space: nowrap;
  }

  .rich-content__asset {
    display: block;
  }

  .js-rich-content-animation {
    display: block;
  }

  .rich-content__asset-container,
  .rich-content__image-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rich-content__image {
    width: min(100%, 520px);
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    object-position: center;
  }

  .rich-content__text-section {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    min-width: 0;
    padding: 20px 0 0;
    transform: none;
  }

  .rich-content__rich-text-rte h4 {
    font-size: clamp(13px, 3.9vw, 15px);
  }

  .rich-content__rich-text-rte p {
    font-size: clamp(12px, 3.5vw, 15px);
  }

}

.box-content {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 2fr;
  gap: 30px;
}

.box-product {
  text-align: center;
}

.box-product img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.box-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
}

.box-item {
  border-bottom: 1px solid #ddd;
}

.box-item summary {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
}

.box-item img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.box-item p {
  margin: 0;
  padding: 0 0 15px 82px;
  font-size: 14px;
}

@media (max-width: 749px) {
  .video-item {
    flex-basis: 75vw;
    max-width: 320px;
  }

  .dental-tab-buttons {
    justify-content: flex-start;
    width: auto;
    margin-bottom: 24px;
  }

  .dental-tab-buttons button {
    padding: 10px 16px;
  }

  .dental-tab-panel.active {
    display: flex;
    flex-direction: column;
  }

  .dental-image {
    width: 100%;
  }

  .dental-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .dental-copy {
    padding: 24px 16px;
  }

  .box-content,
  .box-items {
    grid-template-columns: 1fr;
  }
}
