.du-product-page {
  background: #fffbf5;
}

.du-product-detail {
  background: #fffbf5;
  color: #320000;
  min-height: 100vh;
}

.du-product-detail *,
.du-product-detail *::before,
.du-product-detail *::after {
  box-sizing: border-box;
}

.du-product-detail__inner {
  margin: 0 auto;
  max-width: var(--main-nav-desktop-width, 1280px);
  padding: 32px var(--main-nav-desktop-padding-x, 22px) 80px;
}

.du-product-breadcrumbs {
  align-items: flex-end;
  color: #aa5d01;
  display: flex;
  flex-wrap: wrap;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: 0.14px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.du-product-breadcrumbs a {
  color: #aa5d01;
  text-decoration: none;
}

.du-product-breadcrumbs a:hover {
  color: #320000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.du-product-breadcrumbs span {
  color: #9a8c8c;
}

.du-product-breadcrumbs span[aria-hidden="true"] {
  color: #aa5d01;
  font-size: 18px;
  line-height: 1;
}

.du-product-detail__title {
  color: #320000;
  font-family: Lora, serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0 0 24px;
  max-width: 813px;
}

.du-product-detail__grid {
  align-items: flex-start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 813px) 395px;
  margin-bottom: 32px;
}

.du-product-detail__grid > .du-product-gallery {
  grid-column: 1;
  grid-row: 1;
}

.du-product-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 105px minmax(0, 692px);
}

.du-product-gallery__thumbs {
  cursor: grab;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 520px;
  max-height: 520px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  user-select: none;
}

.du-product-gallery__thumbs::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

.du-product-gallery__thumbs.is-dragging,
.du-product-gallery__thumbs.is-dragging .du-product-gallery__thumb {
  cursor: grabbing;
}

.du-product-gallery__thumb {
  aspect-ratio: 677 / 507;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
  opacity: 0.6;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.18s ease, opacity 0.18s ease;
  width: 105px;
}

.du-product-gallery__thumb.is-active {
  border-color: #9a8c8c;
  opacity: 1;
}

.du-product-gallery__thumb img {
  -webkit-user-drag: none;
  display: block;
  height: 100%;
  object-fit: cover;
  user-select: none;
  width: 100%;
}

.du-product-gallery__stage {
  aspect-ratio: 692 / 520;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.woocommerce .du-product-gallery__image,
.du-product-gallery__image {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.du-product-gallery__arrow {
  align-items: center;
  background: #fffbf5;
  border: 1px solid #320000;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(50, 0, 0, 0.15), 0 1px 4px rgba(50, 0, 0, 0.05);
  color: #320000;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: 28px;
  transform: none;
  transition: background-color 0.18s ease, color 0.18s ease;
  width: 51px;
}

.du-product-gallery__arrow:hover {
  background: #320000;
  color: #ffe3ba;
}

.du-product-gallery__arrow-icon {
  display: block;
  flex-shrink: 0;
}

.du-product-gallery__arrow-icon--prev {
  height: 10px;
  width: 6px;
}

.du-product-gallery__arrow-icon--next {
  height: 16px;
  width: 16px;
}

.du-product-gallery__arrow--prev {
  left: auto;
  right: 87px;
}

.du-product-gallery__arrow--next {
  right: 28px;
}

.du-product-booking {
  grid-column: 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  scroll-margin-top: 112px;
  top: 112px;
}

.du-product-booking__form {
  background: #fffbf5;
  border: 1px solid #9a8c8c;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(17, 34, 17, 0.05);
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  overflow: hidden;
  padding: 32px 24px;
  width: 100%;
}

.du-product-booking__header {
  border-bottom: 1px solid #c9bdb6;
  padding-bottom: 8px;
  width: 100%;
}

.du-product-booking__header h2 {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  text-transform: capitalize;
}

.du-product-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  width: 100%;
}

.du-product-field > span {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.du-product-booking__price strong {
  font-weight: 700;
}

.du-product-price-unit {
  margin-left: 4px;
}

.du-product-booking__session {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.du-product-field select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fffbf5;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23320000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px solid #9a8c8c;
  border-radius: 4px;
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 16px;
  min-width: 140px;
  padding: 0 40px 0 16px;
  width: 100%;
}

.du-product-field select:focus {
  border-color: #320000;
  outline: 2px solid rgba(255, 167, 80, 0.35);
  outline-offset: 2px;
}

.du-product-field select:disabled {
  background-color: #eee5e5;
  border-color: #cac4c2;
  color: #7d6e6e;
  cursor: not-allowed;
  opacity: 1;
}

.du-product-field.is-enhanced {
  position: relative;
}

.du-product-field.is-enhanced select.du-product-native-select {
  position: absolute;
  inset: auto auto 0 0;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.du-product-select {
  position: relative;
  width: 100%;
  font-family: Inter, sans-serif;
}

.du-product-select__button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-width: 140px;
  height: 40px;
  padding: 0 12px 0 16px;
  border: 1px solid #9a8c8c;
  border-radius: 4px;
  background: #fffbf5;
  color: #320000;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.du-product-select__button:focus-visible {
  border-color: #320000;
  outline: 2px solid rgba(255, 167, 80, 0.35);
  outline-offset: 2px;
}

.du-product-select.is-disabled .du-product-select__button,
.du-product-select__button:disabled {
  color: #7d6e6e;
  cursor: not-allowed;
}

.du-product-select__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.du-product-select__icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background-color: #320000;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23320000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23320000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.du-product-select__list {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-height: 320px;
  padding: 4px 0;
  overflow-y: auto;
  border: 1px solid #9a8c8c;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(50, 0, 0, 0.15), 0 1px 2px rgba(50, 0, 0, 0.05);
}

.du-product-select.is-open .du-product-select__list {
  display: flex;
}

.du-product-select__list[hidden] {
  display: none !important;
}

.du-product-select__option {
  display: block;
  width: 100%;
  min-height: 24px;
  padding: 6px 16px;
  border: 0;
  background: transparent;
  color: #320000;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  cursor: pointer;
}

.du-product-select__option.has-detail {
  padding-bottom: 10px;
  padding-top: 8px;
}

.du-product-select__option-main,
.du-product-select__option-detail,
.du-product-select__option-detail-title,
.du-product-select__option-detail-list {
  display: block;
}

.du-product-select__option-detail {
  color: #654c4c;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}

.du-product-select__option-detail-title {
  color: #320000;
  font-weight: 700;
  margin-bottom: 2px;
}

.du-product-select__option:hover,
.du-product-select__option:focus-visible {
  color: #320000;
  background: #fff7ec;
}

.du-product-course-picker {
  gap: 8px;
}

.du-product-course-option {
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
  width: 100%;
  min-height: 83px;
  padding: 8px 12px 8px 8px;
  border: 1px solid #9a8c8c;
  border-radius: 4px;
  background: #fffbf5;
  color: #320000;
}

.du-product-course-option.is-selected {
  border-color: #9a8c8c;
}

.du-product-course-option__input {
  grid-column: 1;
  width: 16px;
  height: 16px;
  margin: 4px 0 0;
  accent-color: #320000;
  cursor: pointer;
}

.du-product-course-option__content {
  grid-column: 2;
  min-width: 0;
}

.du-product-course-option__main {
  display: grid;
  gap: 2px;
  color: #320000;
  cursor: pointer;
}

.du-product-course-option__title,
.du-product-course-option__time,
.du-product-course-option__summary {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.du-product-course-option__title {
  color: #320000;
  line-height: 1.5;
}

.du-product-course-option__time {
  color: #544343;
  line-height: 1.5;
}

.du-product-course-option__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4px;
  margin: 0;
  color: #544343;
  line-height: 1.5;
}

.du-product-course-option__schedule-trigger {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #544343;
  font: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  cursor: pointer;
}

.du-product-course-option__schedule-trigger:focus-visible {
  outline: 2px solid rgba(255, 167, 80, 0.45);
  outline-offset: 2px;
}

.du-product-course-options.has-expanded-schedule .du-product-course-option:not(.is-selected) .du-product-course-option__schedule-comma,
.du-product-course-options.has-expanded-schedule .du-product-course-option:not(.is-selected) .du-product-course-option__schedule-trigger {
  display: none;
}

.du-product-course-options.has-expanded-schedule .du-product-course-option:not(.is-selected) .du-product-course-option__count {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.du-product-course-schedule {
  color: #544343;
  padding: 16px 0 0;
}

.du-product-course-schedule__title {
  color: #544343;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.du-product-course-schedule__list {
  color: #544343;
  display: grid;
  gap: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.du-product-booking__meta {
  color: #320000;
  display: flex;
  flex-wrap: wrap;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 0;
  line-height: 1.4;
}

.du-product-booking__meta span {
  align-items: center;
  display: inline-flex;
}

.du-product-booking__meta span:not(:last-child)::after {
  color: #9a8c8c;
  content: "|";
  margin: 0 12px;
}

.du-product-booking__provider,
.du-product-booking__policy {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.du-product-booking__provider a,
.du-product-booking__location-name,
.du-product-booking__policy a {
  color: #320000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.du-product-booking__policy {
  border-bottom: 1px solid #c9bdb6;
  padding-bottom: 24px;
}

.du-product-booking__actions {
  align-items: center;
  display: flex;
  gap: 8px;
  position: relative;
  width: 100%;
}

.woocommerce .du-product-booking__actions .du-product-booking__button.button,
.woocommerce .du-product-booking__actions .du-product-booking__button.button.alt,
.du-product-booking__actions .du-product-booking__button,
.du-product-booking__actions .du-product-booking__button.button {
  align-items: center;
  background: #320000;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(50, 0, 0, 0.15), 0 1px 4px rgba(50, 0, 0, 0.05);
  color: #ffe3ba;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-transform: capitalize;
  transition: background-color 0.18s ease, color 0.18s ease;
  flex: 1 1 auto;
  width: auto;
}

.woocommerce .du-product-booking__actions .du-product-booking__button.button:hover,
.woocommerce .du-product-booking__actions .du-product-booking__button.button.alt:hover,
.du-product-booking__actions .du-product-booking__button:hover,
.du-product-booking__actions .du-product-booking__button.button:hover {
  background: #ffa750;
  color: #320000;
}

.woocommerce .du-product-booking__actions .du-product-booking__button.button:disabled,
.woocommerce .du-product-booking__actions .du-product-booking__button.button.alt:disabled,
.du-product-booking__actions .du-product-booking__button:disabled,
.du-product-booking__actions .du-product-booking__button.button:disabled,
.woocommerce .du-product-booking__actions .du-product-booking__button.button:disabled:hover,
.woocommerce .du-product-booking__actions .du-product-booking__button.button.alt:disabled:hover,
.du-product-booking__actions .du-product-booking__button:disabled:hover,
.du-product-booking__actions .du-product-booking__button.button:disabled:hover {
  background: #9a8c8c;
  box-shadow: none;
  color: #fffbf5;
  cursor: not-allowed;
  opacity: 1;
}

.du-product-save-wrap {
  flex: 0 0 48px;
  position: relative;
}

.du-product-save-button {
  align-items: center;
  background: #fffbf5;
  border: 1px solid #320000;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(50, 0, 0, 0.15), 0 1px 4px rgba(50, 0, 0, 0.05);
  color: #320000;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  padding: 8px;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  width: 48px;
}

.du-product-save-button:hover,
.du-product-save-button:focus-visible,
.du-product-save-wrap.is-tooltip-open .du-product-save-button {
  background: #fff4e2;
  box-shadow: 0 2px 8px rgba(50, 0, 0, 0.18), 0 1px 4px rgba(50, 0, 0, 0.08);
  outline: none;
}

.du-product-save-button:disabled {
  cursor: progress;
  opacity: 0.7;
}

.du-product-save-button__icon {
  box-sizing: border-box;
  display: block;
  fill: transparent;
  height: 32px;
  padding: 2px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  width: 32px;
}

.du-product-save-button.is-saved .du-product-save-button__icon,
.du-product-save-wrap.is-saved .du-product-save-button__icon {
  fill: currentColor;
}

.du-product-save-tooltip {
  align-items: center;
  background: #fffbf5;
  border: 1px solid #eee5e5;
  border-radius: 8px;
  bottom: calc(100% + 12px);
  box-shadow: 0 1px 2px rgba(50, 0, 0, 0.15), 0 1px 2px rgba(50, 0, 0, 0.05);
  color: #320000;
  display: flex;
  flex-direction: column;
  gap: 0;
  left: auto;
  opacity: 0;
  padding: 8px 12px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translateY(4px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  visibility: hidden;
  width: 286px;
  z-index: 5;
}

.du-product-save-tooltip::before,
.du-product-save-tooltip::after {
  content: "";
  height: 8px;
  left: auto;
  position: absolute;
  right: 20px;
  transform: rotate(45deg);
  width: 8px;
}

.du-product-save-tooltip::before {
  background: #eee5e5;
  bottom: -5px;
}

.du-product-save-tooltip::after {
  background: #fffbf5;
  bottom: -4px;
}

.du-product-save-wrap:hover .du-product-save-tooltip,
.du-product-save-wrap:focus-within .du-product-save-tooltip,
.du-product-save-wrap.is-tooltip-open .du-product-save-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.du-product-save-tooltip__title,
.du-product-save-tooltip__single {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  white-space: normal;
}

.du-product-save-tooltip__body {
  color: #544343;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.14px;
  line-height: 1.5;
  margin: 0;
  white-space: normal;
}

.du-product-save-tooltip__action {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  line-height: 1.4;
  margin-top: 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.du-product-private-class {
  background: #fffbf5;
  border: 1px solid #9a8c8c;
  border-radius: 4px;
  color: #320000;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  padding: 32px 24px;
  width: 100%;
}

.du-product-private-class--mobile-panel {
  display: none;
}

.du-product-private-class__header {
  border-bottom: 1px solid #c9bdb6;
  padding-bottom: 8px;
  width: 100%;
}

.du-product-private-class__header h2 {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  text-transform: capitalize;
}

.du-product-private-class__copy {
  color: #320000;
  display: flex;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 24px;
  line-height: 1.5;
  width: 100%;
}

.du-product-private-class__copy p {
  margin: 0;
}

.du-product-private-class__button {
  align-items: center;
  align-self: flex-start;
  background: #fffbf5;
  border: 1px solid #320000;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(50, 0, 0, 0.15), 0 1px 4px rgba(50, 0, 0, 0.05);
  color: #320000;
  cursor: pointer;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  padding: 12px 24px;
  text-align: center;
  text-transform: capitalize;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.du-product-private-class__button:hover {
  background: #320000;
  color: #ffe3ba;
}

.du-product-private-class-mobile-cta {
  display: none;
}

.du-modal--private-class .du-modal__window {
  background: #fffbf5;
  border-radius: 4px;
  box-shadow: 0 4px 4px rgba(50, 0, 0, 0.25);
  padding: 48px 64px 64px;
  width: min(660px, calc(100vw - 48px));
}

.du-modal--private-class .du-modal__content {
  gap: 40px;
}

.du-modal--private-class .du-modal__body {
  gap: 32px;
}

.du-modal--private-class .du-modal__header {
  align-items: center;
  gap: 8px;
  padding-inline: 10px;
  text-align: center;
}

.du-modal--private-class .du-modal__title {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: nowrap;
}

.du-modal--private-class .du-modal__description {
  color: #000000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.du-modal--private-class .du-modal__copy {
  gap: 0;
  line-height: 1;
}

.du-private-class-modal__pricing {
  background: rgba(255, 227, 186, 0.35);
  border: 1px solid #c9bdb6;
  border-radius: 4px;
  color: #320000;
  margin-bottom: 32px;
  padding: 16px;
  width: 100%;
}

.du-private-class-modal__pricing-title {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 12px;
}

.du-private-class-modal__pricing-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.du-private-class-modal__pricing-item {
  align-items: baseline;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.du-private-class-modal__pricing-item dt,
.du-private-class-modal__pricing-item dd {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

.du-private-class-modal__pricing-item dt {
  font-weight: 400;
}

.du-private-class-modal__pricing-item dd {
  font-weight: 700;
  text-align: right;
}

.du-private-class-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.du-private-class-modal__field-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
}

.du-modal--private-class .du-input-field,
.du-modal--private-class .du-textarea-field {
  gap: 8px;
}

.du-modal--private-class .du-input-field__label,
.du-modal--private-class .du-textarea-field__label,
.du-private-class-modal__radio-question,
.du-private-class-modal__radio-label {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.du-modal--private-class .du-input-field__label,
.du-modal--private-class .du-textarea-field__label {
  line-height: 16px;
}

.du-modal--private-class .du-input-field__control,
.du-modal--private-class .du-textarea-field__control {
  background: #fffbf5;
  border-color: #9a8c8c;
  border-radius: 4px;
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.du-modal--private-class .du-input-field__control {
  height: 40px;
}

.du-modal--private-class .du-textarea-field__control {
  height: 80px;
  min-height: 80px;
}

.du-private-class-modal__radio-group {
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.du-private-class-modal__radio-options {
  display: flex;
  gap: 40px;
  width: 100%;
}

.du-private-class-modal__radio-field {
  align-items: center;
  color: #320000;
  cursor: pointer;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  min-height: 24px;
  position: relative;
}

.du-private-class-modal__radio-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.du-private-class-modal__radio {
  background: #fffbf5;
  border: 1px solid #9a8c8c;
  border-radius: 50%;
  box-sizing: border-box;
  flex: 0 0 16px;
  height: 16px;
  position: relative;
  width: 16px;
}

.du-private-class-modal__radio::after {
  background: #320000;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: scale(0.75);
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 8px;
}

.du-private-class-modal__radio-input:checked + .du-private-class-modal__radio {
  border-color: #320000;
}

.du-private-class-modal__radio-input:checked + .du-private-class-modal__radio::after {
  opacity: 1;
  transform: scale(1);
}

.du-private-class-modal__radio-input:focus-visible + .du-private-class-modal__radio {
  box-shadow: 0 0 0 2px rgba(50, 0, 0, 0.18);
}

.du-modal--private-class .du-modal__action {
  --du-button-height: 48px;
  --du-button-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  --du-button-shadow-hover: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.du-product-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 32px;
  grid-column: 1;
  grid-row: 2;
  max-width: 812px;
  width: 100%;
}

.du-product-content-section {
  border-top: 1px solid #d8cec6;
  color: #320000;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 32px;
  width: 100%;
}

.du-product-content-section--description {
  border-top: 0;
  gap: 24px;
  padding-top: 0;
}

.du-product-content-section__heading {
  color: #aa5d01;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.du-product-description-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.du-product-description-meta {
  color: #320000;
  display: flex;
  flex-wrap: wrap;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 0;
  line-height: 1.4;
  width: 100%;
}

.du-product-description-meta strong {
  font-weight: 600;
}

.du-product-description-meta > * {
  align-items: center;
  display: inline-flex;
}

.du-product-description-meta > *:not(:last-child)::after {
  color: #9a8c8c;
  content: "|";
  font-weight: 400;
  margin: 0 12px;
}

.du-product-description-location {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

.du-product-description-location a {
  color: #320000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.du-product-content-text {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
}

.du-product-content-section--description .du-product-content-text {
  line-height: 1.4;
}

.du-product-content-text p {
  margin: 0 0 1em;
}

.du-product-content-text p:last-child {
  margin-bottom: 0;
}

.du-product-content-text strong {
  font-weight: 600;
}

.du-product-content-list {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  list-style: disc;
  margin: 0;
  padding-left: 24px;
  width: 100%;
}

.du-product-content-list li {
  margin: 0;
  padding-left: 0;
}

.du-product-location-section {
  gap: 32px;
}

.du-product-location-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 1.4;
}

.du-product-location-copy p {
  margin: 0;
}

.du-product-location-copy a {
  color: #320000;
  margin-left: 8px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.du-product-map {
  background: #e6e0d8;
  height: 334px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.du-product-map iframe {
  border: 0;
  filter: grayscale(1);
  height: 100%;
  inset: 0;
  mix-blend-mode: normal;
  opacity: 1;
  position: absolute;
  width: 100%;
}

.du-product-location-additional {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: -8px;
  width: 100%;
}

.du-product-location-additional__heading {
  color: #aa5d01;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.du-product-faqs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.du-product-faq h3 {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.du-product-faq .du-product-content-text {
  margin-top: 0;
}

.du-product-faqs__link {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 3px;
  width: max-content;
}

.du-product-teacher-card {
  align-items: center;
  border: 1px solid #d8cec6;
  color: #320000;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 56px 24px;
  text-align: center;
  width: 100%;
}

.du-product-teacher-card__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 604px;
  width: 100%;
}

.du-product-teacher-card__eyebrow {
  color: #aa5d01;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.du-product-teacher-card__header h2 {
  color: #320000;
  font-family: Lora, serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
}

.du-product-teacher-card__highlights {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 650px;
  width: 100%;
}

.du-product-teacher-card__highlight {
  align-items: center;
  display: flex;
  gap: 24px;
  text-align: left;
  width: 100%;
}

.du-product-teacher-card__icon {
  align-items: center;
  background: linear-gradient(180deg, #ffeecd 0%, #ffe0b5 100%);
  border-radius: 50%;
  display: flex;
  flex: 0 0 114px;
  height: 114px;
  justify-content: center;
  overflow: hidden;
  width: 114px;
}

.du-product-teacher-card__icon img {
  display: block;
  height: 78px;
  object-fit: contain;
  width: 78px;
}

.du-product-teacher-card__highlight:nth-child(1) .du-product-teacher-card__icon img {
  height: 76px;
  width: 78px;
}

.du-product-teacher-card__highlight:nth-child(2) .du-product-teacher-card__icon img {
  height: 76px;
  width: 67px;
}

.du-product-teacher-card__highlight:nth-child(3) .du-product-teacher-card__icon img {
  height: 81px;
  width: 78px;
}

.du-product-teacher-card__copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.du-product-teacher-card__copy h3 {
  color: #aa5d01;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.du-product-teacher-card__description {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.du-product-teacher-card__description p {
  margin: 0;
}

.du-product-teacher-card__link {
  align-items: center;
  background: #fffbf5;
  border: 1px solid #320000;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #320000;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  min-height: 48px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}

.du-product-teacher-card__link:hover {
  background: #320000;
  color: #ffe3ba;
}

.du-product-closing-message {
  color: #320000;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}

.du-product-closing-message p {
  font-family: Lora, serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 760px;
}

.du-product-questions-card {
  border: 0.5px solid #9a8c8c;
  border-radius: 4px;
  color: #320000;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  padding: 32px 24px;
  width: 100%;
}

.du-product-questions-card h2 {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.du-product-questions-card p {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

.du-product-questions-card a {
  color: #320000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.du-product-final-cta {
  align-items: center;
  background: #320000;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #ffe3ba;
  display: flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  min-height: 52px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.du-product-final-cta:hover {
  background: #ffa750;
  color: #320000;
}

.du-product-final-cta.is-disabled,
.du-product-final-cta.is-disabled:hover {
  background: #9a8c8c;
  box-shadow: none;
  color: #fffbf5;
  cursor: not-allowed;
  pointer-events: none;
}

.du-product-testimonials {
  background:
    linear-gradient(rgba(246, 241, 249, 0.78), rgba(246, 241, 249, 0.78)),
    url("../images/product/product-testimonials-bg.webp") center center / cover no-repeat;
  box-sizing: border-box;
  color: #320000;
  padding: 88px 24px 96px;
  width: 100%;
}

.du-product-testimonials__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}

.du-product-testimonials__title {
  color: #320000;
  font-family: Lora, serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.du-product-testimonials__grid {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(3, minmax(0, 308px));
  justify-content: center;
  width: 100%;
}

.du-product-testimonial-card {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 208px;
  min-width: 0;
}

.du-product-testimonial-card__quote {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
}

.du-product-testimonial-card__quote strong {
  font-weight: 600;
}

.du-product-testimonial-card__author {
  align-items: center;
  display: flex;
  gap: 12px;
}

.du-product-testimonial-card__initials {
  align-items: center;
  background: #320000;
  border-radius: 50%;
  color: #ffe3ba;
  display: inline-flex;
  flex: 0 0 40px;
  font-family: Lora, serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  width: 40px;
}

.du-product-testimonial-card__name {
  color: #574747;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.du-product-related {
  background: #fffbf5;
  box-sizing: border-box;
  color: #320000;
  padding: 96px 24px;
  width: 100%;
}

.du-product-related--before-similar {
  padding-bottom: 0;
}

.du-product-related__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 1232px;
  width: 100%;
}

.du-product-related__title {
  color: #320000;
  font-family: Lora, serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 0;
  max-width: 844px;
  text-align: center;
  width: 100%;
}

.du-product-related__track {
  display: grid;
  gap: 24px;
  grid-auto-columns: 290px;
  grid-auto-flow: column;
  justify-content: start;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 0 0 6px;
  scroll-padding-inline: 1px;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  width: 100%;
}

.du-product-related__track::-webkit-scrollbar {
  display: none;
}

.du-product-related-card {
  color: #320000;
  min-height: 0;
  scroll-snap-align: start;
  width: 290px;
}

.du-product-related-card__link {
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-decoration: none;
  width: 100%;
}

.du-product-related-card__media {
  aspect-ratio: 497 / 373;
  background: #fffbf5;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.du-product-related-card__image {
  border-radius: inherit;
  display: block;
  inset: 0;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  position: absolute;
  transition: transform 180ms ease;
  width: 100%;
}

.du-product-related-card__link:hover .du-product-related-card__image,
.du-product-related-card__link:focus-visible .du-product-related-card__image {
  transform: scale(1.025);
}

.du-product-related-card__body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px 0 4px;
  width: 100%;
}

.du-product-related-card__headline {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  width: 100%;
}

.du-product-related-card__eyebrow {
  color: #aa5d01;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.du-product-related-card__title,
.du-product-related-card__description {
  color: #320000;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 0;
  width: 100%;
}

.du-product-related-card__title {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.du-product-related-card__description {
  display: none;
}

.du-product-related-card__meta {
  align-items: center;
  color: #320000;
  display: flex;
  flex-wrap: nowrap;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  gap: 0;
  line-height: 16px;
  list-style: none;
  margin: 0;
  min-height: 24px;
  overflow: hidden;
  padding: 0;
  row-gap: 2px;
  white-space: nowrap;
  width: 100%;
}

.du-product-related-card__meta li {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  min-width: auto;
  white-space: nowrap;
}

.du-product-related-card__meta li:not(:last-child)::after {
  color: #796868;
  content: "|";
  flex: 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.11px;
  line-height: 1.5;
  margin: 0 8px;
}

.du-product-related__cta {
  align-items: center;
  background: #320000;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #ffe3ba;
  display: inline-flex;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 1;
  min-height: 48px;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}

.du-product-related__cta:hover,
.du-product-related__cta:focus-visible {
  background: #ffa750;
  color: #320000;
}

@media (min-width: 701px) {
  .du-product-detail .du-home-media-callout--gift {
    --du-callout-gap: 220px;
    --du-callout-media-size: 268px;
    --du-callout-min-height: 577px;
  }

  .du-product-detail .du-home-media-callout--gift .du-home-media-callout__inner {
    gap: var(--du-callout-gap);
    min-height: var(--du-callout-min-height);
    padding: 96px 0;
  }

  .du-product-detail .du-home-gift__icon--love {
    height: 53px;
    left: -49px;
    top: 88px;
    transform: translate(var(--du-floating-icon-x, 0px), var(--du-floating-icon-y, 0px)) rotate(-4deg);
    width: 72px;
  }

  .du-product-detail .du-home-gift__icon--card {
    height: 94px;
    left: 226px;
    top: 9px;
    transform: translate(var(--du-floating-icon-x, 0px), var(--du-floating-icon-y, 0px)) rotate(5deg);
    width: 66px;
  }

  .du-product-detail .du-home-gift__icon--logo {
    height: 54px;
    left: 218px;
    top: 202px;
    transform: translate(var(--du-floating-icon-x, 0px), var(--du-floating-icon-y, 0px)) rotate(4deg);
    width: 54px;
  }
}

@media (max-width: 1100px) {
  .du-product-detail__title {
    max-width: none;
  }

  .du-product-detail__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .du-product-booking {
    grid-column: auto;
    grid-row: auto;
    position: static;
  }

  .du-product-content {
    grid-column: auto;
    grid-row: auto;
    max-width: none;
  }

  .du-product-testimonials__grid {
    gap: 32px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .du-product-related__track {
    grid-auto-columns: 290px;
  }

  .du-product-related-card {
    width: 290px;
  }

  .du-product-gallery {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .du-product-gallery__thumb {
    width: 92px;
  }
}

@media (max-width: 700px) {
  .du-product-detail__inner {
    padding: 112px 16px 56px;
  }

  .du-product-detail__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .du-product-gallery {
    display: flex;
    flex-direction: column-reverse;
  }

  .du-product-gallery__thumbs {
    flex-direction: row;
    column-gap: 8px;
    height: auto;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .du-product-gallery__thumbs::-webkit-scrollbar {
    display: none;
  }

  .du-product-gallery__thumb {
    width: 88px;
  }

  .du-product-gallery__stage {
    aspect-ratio: 4 / 3;
  }

  .du-product-gallery__arrow {
    display: none;
  }

  .du-product-booking__form {
    padding: 24px 20px;
  }

  .du-product-save-tooltip {
    max-width: calc(100vw - 48px);
    width: min(286px, calc(100vw - 48px));
  }

  .du-product-private-class {
    display: none;
  }

  .du-product-private-class--mobile-panel {
    display: flex;
  }

  .du-product-private-class-mobile-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    padding: 12px 24px;
    overflow: hidden;
    border: 0;
    border-radius: 4px;
    background: #320000;
    box-shadow: 0 1px 4px rgba(50, 0, 0, 0.15), 0 1px 4px rgba(50, 0, 0, 0.05);
    color: #ffe3ba;
    cursor: pointer;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background-color var(--duration-fast, 160ms) var(--ease-standard, ease), color var(--duration-fast, 160ms) var(--ease-standard, ease);
  }

  .du-product-private-class-mobile-cta:hover,
  .du-product-private-class-mobile-cta:focus-visible {
    background: #ffa750;
    color: #320000;
    text-decoration: none;
  }

  .du-product-content {
    gap: 28px;
  }

  .du-product-content-section {
    padding-top: 28px;
  }

  .du-product-content-section--description {
    padding-top: 0;
  }

  .du-product-description-meta,
  .du-product-description-location {
    display: none;
  }

  .du-product-map {
    height: 260px;
  }

  .du-product-teacher-card {
    gap: 32px;
    padding: 40px 20px;
  }

  .du-product-teacher-card__header h2 {
    font-size: 30px;
  }

  .du-product-teacher-card__highlight {
    align-items: stretch;
    flex-direction: column;
    text-align: left;
  }

  .du-product-teacher-card__icon {
    align-self: center;
    flex-basis: 88px;
    height: 88px;
    width: 88px;
  }

  .du-product-teacher-card__copy {
    align-items: flex-start;
    width: 100%;
  }

  .du-product-teacher-card__copy h3,
  .du-product-teacher-card__description {
    text-align: left;
  }

  .du-product-teacher-card__icon img {
    height: 60px;
    width: 60px;
  }

  .du-product-teacher-card__highlight:nth-child(1) .du-product-teacher-card__icon img {
    height: 59px;
    width: 60px;
  }

  .du-product-teacher-card__highlight:nth-child(2) .du-product-teacher-card__icon img {
    height: 59px;
    width: 52px;
  }

  .du-product-teacher-card__highlight:nth-child(3) .du-product-teacher-card__icon img {
    height: 63px;
    width: 60px;
  }

  .du-modal--private-class .du-modal__window {
    width: 100%;
    max-width: none;
    padding: var(--modal-window-mobile-padding-top) var(--modal-window-mobile-padding-right) var(--modal-window-mobile-padding-bottom) var(--modal-window-mobile-padding-left);
  }

  .du-modal--private-class .du-modal__content,
  .du-modal--private-class .du-modal__body {
    gap: 32px;
  }

  .du-modal--private-class .du-modal__header {
    padding-inline: 0;
  }

  .du-modal--private-class .du-modal__title {
    font-size: 28px;
    line-height: 1.3;
    white-space: normal;
  }

  .du-private-class-modal__field-row {
    grid-template-columns: 1fr;
  }

  .du-private-class-modal__radio-options {
    flex-direction: column;
    gap: 8px;
  }

  .du-product-testimonials {
    padding: 64px 24px;
  }

  .du-product-testimonials__title {
    font-size: 28px;
  }

  .du-product-testimonials__grid {
    grid-template-columns: minmax(0, 308px);
  }

  .du-product-testimonial-card {
    min-height: 0;
  }

  .du-product-related {
    padding: 64px 24px;
  }

  .du-product-related--before-similar {
    padding-bottom: 0;
  }

  .du-product-related__title {
    font-size: 28px;
  }

  .du-product-related__track {
    grid-auto-columns: min(290px, calc(100vw - 48px));
    justify-content: start;
  }

  .du-product-related-card {
    min-height: 340px;
  }

  .du-product-detail .du-home-media-callout--gift .du-home-media-callout__inner {
    gap: 64px;
  }

  .du-product-detail .du-home-media-callout--gift .du-home-media-callout__media {
    margin-bottom: 16px;
  }

  .du-product-detail .du-home-gift__icon--love {
    left: -24px;
    top: 49px;
    height: 24px;
    width: 33px;
  }

  .du-product-detail .du-home-gift__icon--card {
    left: 125px;
    top: 5px;
    height: 33px;
    width: 23px;
  }

  .du-product-detail .du-home-gift__icon--logo {
    left: 121px;
    top: 113px;
    height: 30px;
    width: 30px;
  }
}

@media (max-width: 520px) {
  .du-product-teacher-card__header h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .du-product-detail__inner,
  .du-product-testimonials,
  .du-product-related {
    padding-right: 16px;
    padding-left: 16px;
  }

  .du-product-testimonials__grid,
  .du-product-related__track {
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: calc(100vw - 32px);
  }

  .du-product-related__track {
    grid-auto-columns: auto;
    grid-auto-flow: row;
    gap: 16px;
    justify-content: stretch;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .du-product-related-card {
    width: 100%;
    min-height: 0;
    scroll-snap-align: none;
  }

  .du-product-related-card:nth-child(n+5) {
    display: none;
  }

  .du-product-related-card__title {
    display: -webkit-box;
    white-space: normal;
    text-overflow: clip;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 767px) {
  .du-product-testimonials--carousel {
    padding: 64px 0 64px 16px;
  }

  .du-product-testimonials--carousel .du-product-testimonials__inner {
    align-items: stretch;
    overflow: hidden;
  }

  .du-product-testimonials--carousel .du-product-testimonials__grid {
    display: flex;
    width: 100%;
    grid-auto-columns: auto;
    grid-template-columns: none;
    margin-right: 0;
    justify-content: flex-start;
    gap: 48px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .du-product-testimonials--carousel .du-product-testimonials__grid::-webkit-scrollbar {
    display: none;
  }

  .du-product-testimonials--carousel .du-product-testimonial-card {
    flex: 0 0 min(272px, calc(100vw - 96px));
    min-height: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
