.hero__button--primary:not(.hero__button--link) {
  padding: 10px 20px;
  min-height: 40px;
}

.hero__button--primary:not(.hero__button--secondary) {
  &:hover {
    border-color: var(--color-button-primary-background);
  }
}

.hero__button--link:hover {
  color: var(--color-custom-text, var(--color-button-secondary-text));
}

.wt-header {
  .wt-header__panel .wt-header__search {
    @media (max-width: 1119px) {
      display: none;
    }
  }

  .wt-page-nav-mega__aside-list__item {
    color: var(--color-burgundy);
  }

  .social-link {
    color: var(--color-bhu-pink);
  }

  .wt-header__aside {
    gap: 6px;

    .wt-header__search:not(.wt-header__search--not-v6) {
      @media (min-width: 1200px) {
        display: none;
      }
    }
  }
}

.wt-header.wt-header--v6 {
  position: relative;
  z-index: 1111;

  .wt-drawer,
  .wt-drawer__content {
    @media (min-width: 1200px) {
      background-color: transparent;
    }
  }

  .wt-header__find-store {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;

    @media (min-width: 1200px) {
      padding: 0;
    }
  }

  .wt-header__label {
    font-weight: 900;
    letter-spacing: 1px;
  }

  .wt-header__find-store-btn {
    font-family: var(--font-headline);
    background-color: var(--background-color);
    color: var(--text-color);
    width: 100%;
    padding: 8px 20px 10px;
    min-height: 40px;
    margin-top: 16px;
    margin-bottom: 7px;
    gap: 6px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
  }

  .wt-header__find-store-btn:hover {
    background-color: var(--text-color);
    color: var(--background-color);

    img {
      filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(3233%) hue-rotate(307deg) brightness(94%) contrast(62%);
    }
  }

  .wt-header__panel .wt-header__find-store {
    display: none;
  }

  @media (min-width: 1200px) {
    .wt-header__find-store-btn.is-invert {
      background-color: var(--text-color);
      color: var(--background-color);

      img {
        filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(3233%) hue-rotate(307deg) brightness(94%) contrast(62%);
      }
    }

    .wt-header__find-store-btn.is-invert:hover {
      background-color: var(--background-color);
      color: var(--text-color);

      img {
        filter: brightness(0) invert(1);
      }
    }

    .wt-header__find-store-btn {
      width: auto;
      margin: 0;
    }

    .mega-menu .wt-header__find-store {
      display: none;
    }

    .wt-header__panel .wt-header__find-store {
      display: block;
    }
  }

  .wt-header__find-store-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    object-fit: contain;
    fill: #fff;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
  }

  .wt-header__panel {
    align-items: center;
    gap: 5px;

    @media (min-width: 1200px) {
      gap: 24px;
    }

    .svg-icon {
      width: 24px;
      height: 24px;
    }
  }

  .wt-header__icon,
  .wt-header__panel__item {
    margin: 0;
  }

  .mega-menu {
    height: calc(100% - 114px);
  }

  .submenu-opened .wt-page-nav-mega__link__text {
    opacity: 1;
  }

  .wt-drawer__close {
    color: var(--color-links);
  }

  .hero__button--link span:before,
  .hero__button--link span:after {
    height: 2px;
    background: currentColor;
  }

  .wt-header__body .wt-drawer-search {
    min-width: auto;

    @media (min-width: 1200px) {
      min-width: 24px;
    }
  }

  .wt-header__search {
    margin: 0;
  }

  .wt-page-nav-mega__link {
    padding: 0 20px;

    @media (min-width: 1200px) {
      padding: 0 12px !important;
    }
  }

  .wt-header__logo,
  .wt-header__logo__img {
    @media (min-width: 1200px) {
      max-height: 80px;
    }
  }

  .wt-page-nav-mega__item {
    .wt-page-nav-mega__link .svg-icon {
      fill: none;
      display: flex;
      width: 20px;
      height: 20px;

      @media (min-width: 1200px) {
        width: 14px;
        height: 14px;
        transform: translateY(1px);
      }
    }
  }

  .wt-page-nav-mega__item--mega:has(.submenu-opened) {
    .wt-page-nav-mega__link .svg-icon {
      transform: rotate(180deg);
      transition: transform 0.3s ease-in-out;
    }
  }

  @media (min-width: 1200px) {
    .wt-page-nav-mega__item.dropdown-opened {
      .wt-page-nav-mega__link .svg-icon {
        transform: rotate(180deg) translateY(-1px);
        transition: transform 0.3s ease-in-out;
      }
    }
  }

  .wt-drawer-search.wt-drawer-search--active .wt-header__search__label {
    margin-left: 15px;
  }

  .wt-page-nav-mega__sublist__wrapper--mega {
    display: flex;
    flex-direction: column;

    @media (min-width: 1200px) {
      flex-direction: row;
      width: auto !important;
      left: 60px !important;

      .wt-page-nav-mega__sublist {
        background: var(--megamenu-background) !important;
      }
    }

    .wt-page-nav-mega__sublist {
      display: flex !important;
      max-height: 200vh;
      margin-bottom: 0;
      padding-bottom: 0;
      margin-top: 20px;
      flex-direction: column !important;

      @media (min-width: 1200px) {
        width: auto !important;
        margin-top: 0;
      }
    }

    .wt-page-nav-mega__sublist--parent {
      @media (min-width: 1200px) {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 32px !important;
        padding-right: 70px !important;
      }
    }

    .wt-page-nav-mega__sublist--nested,
    .wt-page-nav-mega__decorated,
    .wt-page-nav-mega__sublist__item--grandchild {
      padding: 0 !important;
    }

    .wt-page-nav-mega__sublist--nested {
      margin-top: 18px;
      gap: 18px;
    }

    .wt-page-nav-mega__sublist__link.hero__button--link:hover {
      --color-custom-text: var(--color-links-active)
    }

    .wt-page-nav-mega__sublist:not(.wt-page-nav-mega__sublist--nested) {
      gap: 24px;
      padding-bottom: 20px;

      @media (min-width: 1200px) {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
      }
    }
  }

  .wt-page-nav-mega__social {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    margin-top: auto;

    @media (min-width: 1200px) {
      display: none;
      padding: 0;
    }

    .social-links {
      justify-content: start;
      gap: 33px;

      .svg-icon {
        --size-icon: 26px;
      }
    }
  }

  .wt-page-nav-mega__sublist-image {
    .wt-page-nav-mega__sublist__item--gallery {
      padding: 0;
      height: 100%;
    }

    .mega-menu__gallery {
      overflow: hidden;
      height: 100%;
      padding: 0 20px;

      @media (min-width: 1200px) {
        padding: 0;
      }
    }

    .mega-menu__gallery__img {
      margin-bottom: 0;

      @media (min-width: 1200px) {
        aspect-ratio: 363 / 310;
        border-radius: 0;

        height: 100%;
        object-fit: cover;
      }
    }

    .mega-menu__gallery__item {
      position: relative;
      width: 100%;

      @media (min-width: 1200px) {
        height: 100%;
        max-width: 363px;
      }
    }

    .mega-menu__gallery__heading {
      margin-bottom: 10px;
      text-align: left;
      color: var(--color-custom-text);
    }

    .mega-menu__gallery__link__text {
      display: flex;
      flex-direction: column;
      align-items: start;
      justify-content: flex-end;
    }

    .mega-menu__gallery__item--overlap {
      .mega-menu__gallery__link__text {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 20px 12px;
      }

      .mega-menu__gallery__link {
        height: 100%;
      }
    }

    .mega-menu__gallery__item--underneath {
      .mega-menu__gallery__link {
        height: auto;
      }

      .mega-menu__gallery__link__text {
        padding: 10px 10px 15px 0;
      }
    }

    .mega-menu__gallery__item--center {
      .mega-menu__gallery__heading {
        text-align: center;
      }

      .mega-menu__gallery__link__text {
        align-items: center;
      }
    }

    .mega-menu__gallery__item--right {
      .mega-menu__gallery__heading {
        text-align: right;
      }

      .mega-menu__gallery__link__text {
        align-items: end;
      }
    }

    .mega-menu__gallery__caption {
      margin: 0;
    }

    .mega-menu__gallery__link {
      position: relative;
      display: block;
      border-radius: 12px;
      overflow: hidden;

      @media (min-width: 1200px) {
        border-radius: 0;
      }
    }

    .mega-menu__gallery__item_Overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: var(--background-color);
      opacity: var(--opacity);
    }
  }

  .wt-header__body:not(.wt-header__body--search) {
    @media (min-width: 1200px) {
      padding-bottom: 0;
      padding-top: 0;
    }
  }

  @media (max-width: 1199px) {
    .wt-page-nav-mega__item:not(:last-child)::after {
      left: 20px;
      right: 20px;
      background-color: currentColor;
    }

    .wt-page-nav-mega__sublist__link {
      padding: 0 20px;
      margin: 0;
    }

    .wt-page-nav-mega__item {
      padding: 20px 0;
    }

    .wt-page-nav-mega__aside {
      margin-top: 12px;
      padding: 0 20px;
    }

    .wt-page-nav-mega {
      padding: 0;
    }

    .wt-page-nav-mega__aside-list__link {
      padding: 0;
    }

    .wt-page-nav-mega__aside-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .wt-drawer__title {
      padding: 10px 20px;
      border: none;
    }

    .wt-drawer__logo {
      max-height: 56px;
      max-width: 90px;
    }
  }
}

.wt-footer {
  background: var(--color-burgundy);

  .wt-footer__body {
    padding-top: 4px;
    margin-top: 0;
    border-top: 1px solid rgba(var(--color-footer-text-rgb), 0.2);

    @media (min-width: 1024px) {
      padding-top: 44px;
    }

    @media (min-width: 1440px) {
      padding: 44px 80px 0;
      gap: 60px;
    }
  }

  .wt-footer__list__item {
    @media (min-width: 1024px) {
      margin-top: 0;
      margin-bottom: 12px;
    }
  }

  .wt-footer__list__item a {
    padding: 0;
  }

  .wt-footer__block {
    padding-top: 0;
    padding-bottom: 0;

    @media (min-width: 1440px) {
      max-width: 250px;
    }
  }

  .wt-collapse__trigger {
    padding-top: 16px;
    padding-bottom: 16px;

    @media (min-width: 1024px) {
      padding-bottom: 12px;
    }
  }

  .wt-footer__aside {
    padding-top: 16px;
    margin: 0;
  }

  .wt-footer__aside__wrapper {
    padding: 0;
  }

  .wt-footer__aside-block {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;

    @media (min-width: 1024px) {
      gap: 12px;
    }
  }

  .wt-footer__title--social {
    padding: 0;
  }

  .wt-footer__block:not(:first-child) {
    border-top: none;
  }

  .wt-footer__block {
    border-bottom: 1px solid rgba(var(--color-footer-text-rgb), 1);

    @media (min-width: 900px) {
      border-bottom: none;
    }
  }

  .wt-footer__submenu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;

    @media (min-width: 900px) {
      margin-bottom: 0;
    }

    a {
      text-decoration: underline;
    }
  }

  .wt-footer__aside__copy {
    text-align: left;
    font-size: inherit;
    opacity: 1;

    a {
      text-decoration: underline;
    }
  }

  .social-links {
    gap: 28px;

    .svg-icon {
      width: 22px;
      height: 22px;
    }
  }

  .wt-footer__copyright {
    padding: 0 20px;
    max-width: var(--site-max-width);
    margin: 36px auto 0;

    @media (min-width: 900px) {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between;
      margin-top: 20px;
    }

    @media (min-width: 1200px) {
      padding: 0 32px;
    }

    @media (min-width: 1440px) {
      padding: 0 80px;
    }
  }

  .wt-footer__big-logo {
    @media (min-width: 900px) {
      padding-right: 32px;
    }
  }

  .wt-footer__big-logo-img {
    padding: 0;
  }

  .wt-footer__big-logo--mobile .wt-footer__big-logo-img {
    width: var(--big-logo-width-mobile, 100%);
    height: 100%;
  }

  .wt-footer__aside {
    @media (min-width: 1440px) {
      min-width: 250px;
    }
  }

  .wt-footer__aside-block__wrapper {
    margin: 0 auto 0 0;
  }

  .wt-footer__big-logo--mobile {
    margin-top: 10px;
    margin-bottom: 0;

    @media (min-width: 1024px) {
      display: none;
    }
  }

  .wt-footer__big-logo {
    text-align: center;

    @media (min-width: 1024px) {
      margin-top: 0;
    }
  }

  .wt-footer__big-logo--desktop {
    display: none;

    @media (min-width: 1024px) {
      display: block;
    }
  }
}

.marquee-text {
  font-weight: 700;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background: var(--background-marquee);
  overflow: hidden;

  @media (max-width: 767px) {
    svg {
      width: 145%;
      transform: translateX(-20%);
    }

    text {
      font-size: 4rem;
      transform: translateY(10px);
    }
  }
}

.marquee-text.has-mask {
  position: relative;
  z-index: 2;
  transform: translateY(100%);

  @media (max-width: 767px) {
    svg {
      width: 100%;
      transform: none;
    }

    text {
      font-size: 6rem;
      transform: translateY(-10px);
    }
  }
}

.wt-image-banner--icons-list .icon-with-text__group {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 17px;
  margin-top: 16px;
  margin-bottom: 16px;

  @media (min-width: 1024px) {
    margin-bottom: 24px;
  }
}

.wt-image-banner--icons-list .icon-with-text {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wt-image-banner--icons-list .icon-with-text__title {
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.wt-image-banner--icons-list .icon-with-text__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wt-image-banner--icons-list .icon-with-text__description p {
  margin: 0;
}

.wt-image-banner--icons-list .icon-with-text__icon,
.wt-image-banner--icons-list .icon-with-text__icon img {
  width: 30px;
  height: 30px;

  @media (min-width: 900px) {
    width: 36px;
    height: 36px;
  }
}

.wt-image-banner--icons-list .hero__title {
  font-family: "Peridot PE Variable", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wt-image-banner--icons-list .hero__subheading {
  font-family: "Sofia Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
}

.wt-image-banner--icons-list .icon-with-text__title {
  font-family: "Peridot PE Variable", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}

.wt-image-banner:not(.wt-image-banner--icons-list) {
  .hero__title {
    color: var(--heading-color, var(--color-headings-text, var(--color-text)));
  }

  .icon-with-text__group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;

    @media (max-width: 899px) {
      gap: 24px;
    }
  }

  .hero__icon-with-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 16px 24px;
    min-width: 150px;
    background-color: var(--bg-color);
    color: var(--text-color);
    border-radius: 41px;
    aspect-ratio: 1;

    @media (max-width: 768px) {
      min-width: 110px;
      padding: 6px 12px 12px;
      border-radius: 22px;
    }
  }

  .icon-with-text__content {
    gap: 9px;
  }

  .icon-with-text__title {
    color: inherit;
    text-transform: none;
  }

  .icon-with-text__description {
    color: inherit;
  }
}

.wt-collapse__section {
  .wt-collapse__wrapper .wt-collapse:not(:last-child) {
    margin-bottom: 20px;
    border: none;

    @media (min-width: 1024px) {
      margin-bottom: 24px;
    }
  }

  .wt-collapse__trigger {
    padding: 14px 18px;
    border: 2px solid var(--color-burgundy);
    border-radius: 100px;
    text-transform: none;
    font-weight: bold;
    background-color: var(--color-pale-pink);

    @media (min-width: 1024px) {
      padding: 16px 23px;
    }
  }

  .wt-collapse__trigger__title {
    margin: 0;
    font-size: var(--font-base-size) !important;
  }

  .wt-collapse__wrapper .wt-collapse__trigger--active + .wt-collapse__target {
    margin-top: 10px;
  }

  .wt-collapse__target--text {
    padding: 0 20px;
  }

  .wt-collapse__section__inner {
    .headline__title {
      padding: 0 0 28px;
    }
  }

  .wt-collapse__wrapper--compact {
    max-width: 910px;
  }
}

/* Page-level Transparent Header */
/* Extends transparent header behavior to work on any page template when metafield is enabled */

/* Pull content up underneath transparent header */
.page-transparent-header main#root {
  margin-top: calc(-1 * var(--transparent-header-offset, 0px));
  padding-top: 0;
}

/* Ensure first content section sits directly under header when transparent */
.page-transparent-header main#root > section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.page-transparent-header main#root > section:first-child > * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.page-transparent-header .wt-header--transparent.wt-header--v3:not(.wt-header--always-blurred) {
  --color-header-background: transparent;
  --header-bg-opacity: 0;
  --header-bg-blur: 0;
  border-bottom: 0 !important;
  box-shadow: unset !important;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.page-transparent-header .wt-header--transparent.wt-header--v3:not(.wt-header--always-blurred) .wt-flag-icon {
  box-shadow: none;
}

.page-transparent-header .wt-header--transparent.wt-header--v3 .wt-header__nav-teaser--full-menu .wt-page-nav-mega {
  --color-menu-background: transparent;
  --color-menu-text: var(--color-transparent-header);
}

/* Transparent logo display for page-level transparent headers */
.page-transparent-header .wt-header--transparent-logo.wt-header--transparent.wt-header--v3 .wt-header__logo {
  opacity: 1;
}

.page-transparent-header .wt-header--transparent-logo.wt-header--transparent.wt-header--v3 .wt-header__logo__img {
  display: none;
}

.page-transparent-header .wt-header--transparent-logo.wt-header--transparent.wt-header--v3 .wt-header__logo__img--transparent {
  display: block;
}

/* Text and icon colors for transparent header on pages */
body:not(.search-overlay-on).page-transparent-header .wt-header--transparent.wt-header--v3 .wt-header__nav-teaser__item--parent,
body:not(.search-overlay-on).page-transparent-header .wt-header--transparent.wt-header--v3 .wt-header__nav-teaser__link,
body:not(.search-overlay-on).page-transparent-header .wt-header--transparent.wt-header--v3 .wt-header__search__form,
body:not(.search-overlay-on).page-transparent-header .wt-header--transparent.wt-header--v3 .svg-icon--search,
body:not(.search-overlay-on).page-transparent-header .wt-header--transparent.wt-header--v3 .svg-icon--bars,
body:not(.search-overlay-on).page-transparent-header .wt-header--transparent.wt-header--v3 .wt-icon {
  --color-input-border: var(--color-transparent-header);
  color: var(--color-transparent-header);
}

body:not(.search-overlay-on).page-transparent-header .wt-header--transparent.wt-header--v3 .wt-header__search__field {
  opacity: 0.5;
}

body:not(.search-overlay-on).page-transparent-header .wt-header--transparent.wt-header--v3 .wt-header__search__field::placeholder {
  color: var(--color-transparent-header);
}

/* Restore background on scroll when sticky header is enabled */
.page-header-sticky.page-transparent-header .page-header.sticky-enabled .wt-header--transparent {
  --color-header-background: rgba(var(--color-header-background-rgb), 1) !important;
  --header-bg-opacity: 1 !important;
  --header-bg-blur: 0;
  border-bottom: 1px solid var(--color-border) !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) !important;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

/* Show regular logo when scrolled */
.page-header-sticky.page-transparent-header .page-header.sticky-enabled .wt-header--transparent-logo .wt-header__logo__img {
  display: block;
}

.page-header-sticky.page-transparent-header .page-header.sticky-enabled .wt-header--transparent-logo .wt-header__logo__img--transparent {
  display: none;
}

/* Reset text colors to normal on scroll */
.page-header-sticky.page-transparent-header .page-header.sticky-enabled .wt-header--transparent .wt-header__nav-teaser__item--parent,
.page-header-sticky.page-transparent-header .page-header.sticky-enabled .wt-header--transparent .wt-header__nav-teaser__link,
.page-header-sticky.page-transparent-header .page-header.sticky-enabled .wt-header--transparent .wt-header__search__form,
.page-header-sticky.page-transparent-header .page-header.sticky-enabled .wt-header--transparent .svg-icon--search,
.page-header-sticky.page-transparent-header .page-header.sticky-enabled .wt-header--transparent .svg-icon--bars,
.page-header-sticky.page-transparent-header .page-header.sticky-enabled .wt-header--transparent .wt-icon {
  color: var(--color-header-text);
}

/* Align flavor variant images to the top */
.swatch-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: top center !important;
}

/* Update product cards in featured collection */
.wt-featured-collection .card__img {
  object-fit: contain !important;
  padding: 20px;
}

/* Update reviews snippet text size and star size on product template */
.wt-product .wt-rating__counter {
  font-size: 14px;
}

.wt-product .wt-rating__stars {
  font-size: 14px;
}

/* Add 5px padding to PDP gallery thumbnail images */
.wt-product__gallery--carousel-vertical .wt-slider__container--thumbs img,
.wt-product__gallery--carousel-horizontal [data-thumbs] .wt-slider__slide img {
  padding: 5px;
}


/* Force PDP main buy box buttons to same height and style */
.wt-product__add-to-cart_form--wrapper .button,
.wt-product__custom-button .button {
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}

/* Set width of type inside buttons to 60% */
.wt-product__add-to-cart_form--wrapper .button > span:not(.button-icon),
.wt-product__custom-button .button > span:not(.button-icon) {
  width: auto !important;
  max-width: 60% !important;
  text-align: center !important;
  display: block !important;
  line-height: 1.1 !important;
}

/* Style the button icon to prevent it from being pushed to the edge */
.wt-product__custom-button .button .button-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

/* Position custom button container properly */
.wt-product__custom-button {
  margin-top: 8px !important;
  margin-bottom: 16px !important;
}

/* Ensure Add to Cart matches Find In Stores border width/radius */
.wt-product__add-to-cart_form--wrapper .button {
  border: 2px solid var(--color-bhu-pink) !important;
  background-color: var(--color-bhu-pink);
  color: #ffffff;
  border-radius: 500px !important;
  transition: all 0.3s ease;
  font-family: var(--font-headline) !important;
  font-weight: 900 !important;
  font-stretch: 80% !important;
  font-variation-settings: "wdth" 80 !important;
}

/* Add to Cart Hover State */
.wt-product__add-to-cart_form--wrapper .button:hover {
  background-color: #ffffff !important;
  color: var(--color-bhu-pink) !important;
  border-color: var(--color-bhu-pink) !important;
}

/* Mobile Navigation Subheaders */
.wt-drawer .mobile-nav-header {
  font-weight: 900 !important;
}

/* Custom Button Block */
.wt-product__custom-button .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 40px;
  font-family: var(--font-button);
  font-weight: var(--font-button-weight);
  font-size: var(--font-button-size);
  text-transform: var(--font-button-transform, none);
  letter-spacing: var(--font-button-letter-spacing, normal);
  padding: 10px 20px;
  border-radius: 500px;
  border-width: 2px;
  border-style: solid;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
}

.wt-product__custom-button .button--primary {
  background-color: var(--color-button-primary-background);
  color: var(--color-button-primary-text);
  border-color: var(--color-button-primary-background);
}

.wt-product__custom-button .button--primary:hover {
  background-color: var(--color-button-primary-background-hover);
  color: var(--color-button-primary-text-hover);
  border-color: var(--color-button-primary-background-hover);
}

.wt-product__custom-button .button--secondary {
  background-color: var(--color-button-secondary-background);
  color: var(--color-button-secondary-text);
  border-color: var(--color-button-secondary-border);
}

.wt-product__custom-button .button--secondary:hover {
  background-color: var(--color-button-secondary-background-hover);
  color: var(--color-button-secondary-text-hover);
  border-color: var(--color-button-secondary-border);
}

.wt-product__custom-button .hero__button--link {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-button-secondary-text);
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.wt-product__custom-button .hero__button--link:hover {
  color: var(--color-button-secondary-text-hover);
  text-decoration-thickness: 0.2rem;
}

.wt-product__custom-button .button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.wt-product__custom-button .button-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.wt-product__custom-button .button > span {
  display: inline-flex;
  align-items: center;
}

.wt__quick-buy .wt-product__add-to-cart {
  margin-bottom: 0;
}

.video-reels {
  h2.headline__title {
    font-size: var(--font-headline-size) !important;

    @media (min-width: 1024px) {
      font-size: 5rem !important;
    }
  }

  .video-reels__subheading {
    font-size: var(--font-base-size) !important;
  }

  .wt-slider {
    margin-top: 8px;

    @media (min-width: 1024px) {
      margin-top: 16px;
    }
  }
}

.wt-product__option {
  .f-button__list {
    gap: 10px !important;
  }

  .f-button__list__link {
    margin: 0 !important;
    padding-bottom: 12px !important;
  }

  .wt-product__option__title {
    margin-bottom: 10px;
  }

  .f-button__list__link::before {
    border: 2px solid var(--color-body-text);
  }

  .wt-product__option__body--tiles input:checked+label:before {
    background-color: var(--color-body-text);
    z-index: -1;
  }

  .wt-product__option__body--tiles input:checked+label {
    color: var(--color-white) !important;
  }

  .wt-product__option__body--tiles label {
    display: flex !important;
    font-size: calc(var(--font-base-size) - 1px) !important;
    letter-spacing: 0 !important;
  }
}

.rebuy-widget.rebuy-bundle-builder {
  padding: 40px 0 48px;

  @media (min-width: 1024px) {
    padding: 48px 0 100px;
  }

  .rebuy-bundle-builder__main {
    max-width: var(--site-max-width-big);
    padding-left: calc(var(--gap, 8px) * 2);
    padding-right: calc(var(--gap, 8px) * 2);

    @media (min-width: 1024px) {
      padding-left: calc(calc(var(--gap, 8px) * 2) + calc(var(--gap, 8px) * 2));
      padding-right: calc(calc(var(--gap, 8px) * 2) + calc(var(--gap, 8px) * 2));
    }
  }

  .rebuy-bundle-builder__main-header {
    margin-bottom: 12px;

    @media (min-width: 1024px) {
      margin-bottom: 16px;
    }
  }

  .rebuy-bundle-builder__step-tabs {
    margin-bottom: 28px;

    @media (min-width: 1024px) {
      margin-bottom: 32px;
    }
  }

  .rebuy-bundle-builder__main-header,
  .rebuy-bundle-builder__main-header-title {
    text-align: left;
    margin-bottom: 12px;

    @media (min-width: 1024px) {
      margin-bottom: 16px;
    }
  }

  .rebuy-bundle-builder__main-header-title {
    font-size: var(--font-headline-size) !important;
  }

  .rebuy-bundle-builder__main-header-super-title,
  .rebuy-bundle-builder__main-header-title,
  .rebuy-bundle-builder__main-header-description {
    font-weight: 900 !important;
    font-stretch: 80% !important;
    font-variation-settings: "wdth" 80;
  }

  .rebuy-bundle-builder__main-body {
    @media (min-width: 1024px) {
      gap: 43px;
    }
  }

  .rebuy-bundle-builder__step-tabs-wrapper {
    gap: 10px;
  }

  .rebuy-bundle-builder__step-tab {
    border: 2px solid var(--color-burgundy);
    padding: 9px 20px 11px;
    font-weight: 900;
    font-stretch: 80%;
    font-variation-settings: "wdth" 80;

    &.active,
    &:hover {
      background-color: var(--color-burgundy);
      color: var(--color-white);

      .rebuy-bundle-builder__step-tab-title {
        color: var(--color-white);
      }
    }
  }

  .hero__button--secondary {
    font-weight: 900 !important;
    font-stretch: 80% !important;
  }

  .rebuy-bundle-builder__step-tab-title {
    margin: 0;
    padding: 0;
    line-height: 1;
    color: var(--color-burgundy);
    text-align: center;
    font-weight: 900;
    font-stretch: 80%;
    font-variation-settings: "wdth" 80;
  }

  .rebuy-bundle-builder__step-product,
  .rebuy-bundle-builder__step-tabs {
    padding: 0;
  }

  .rebuy-product-grid {
    gap: 15px;

    @media (min-width: 1024px) {
      gap: 17px;
    }
  }

  .rebuy-product-block {
    width: 100% !important;
  }

  .rebuy-bundle-builder__step-body {
    display: grid;
  }

  .rebuy-bundle-builder__step-body.small-columns-3 {
    @media (max-width: 767px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.small-columns-2 {
    @media (max-width: 767px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.small-columns-1 {
    @media (max-width: 767px) {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.medium-columns-4 {
    @media (min-width: 768px) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.medium-columns-3 {
    @media (min-width: 768px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.medium-columns-2 {
    @media (min-width: 768px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.medium-columns-1 {
    @media (min-width: 768px) {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.large-columns-4 {
    @media (min-width: 1024px) {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.large-columns-3 {
    @media (min-width: 1024px) {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.large-columns-2 {
    @media (min-width: 1024px) {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .rebuy-bundle-builder__step-body.large-columns-1 {
    @media (min-width: 1024px) {
      grid-template-columns: repeat(1, 1fr);
    }
  }

  .rebuy-product-media {
    position: relative;
    border-radius: 12px;
    padding: 11px;

    @media (min-width: 1024px) {
      padding: 9px;
    }
  }

  .rebuy-product-media img {
    aspect-ratio: 72 / 178;
    max-height: 178px !important;
    object-fit: contain;

    @media (min-width: 1024px) {
      max-height: 321px !important;
    }
  }

  .rebuy-bundle-builder__scroll-to-button {
    display: none;
  }

  .rebuy-product-block {
    padding: 0;
  }

  .rebuy-product-info {
    margin-top: 10px;

    @media (min-width: 1024px) {
      margin-top: 16px;
    }
  }

  .rebuy-bundle-builder__product-actions {
    margin-top: 5px !important;

    @media (min-width: 1024px) {
      margin-top: 10px !important;
    }
  }

  .rebuy-product-block .rebuy-button {
    width: max-content;
    padding: 8px 7px 10px;
    margin: auto;
    min-width: 133px;

    @media (min-width: 460px) {
      padding: 8px 20px 10px;
      min-width: auto;
    }
  }

  .rebuy-bundle-builder__item-quantity-widget {
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    border: 1px solid var(--color-burgundy);
    padding: 0 10px;

    .far {
      font-size: 16px;
      width: 16px;
      height: 16px;
      color: var(--color-burgundy);
    }
  }

  .rebuy-bundle-builder__item-quantity-widget-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: transparent;
  }

  .rebuy-bundle-builder__item-quantity-widget-label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    min-width: 35px;
    line-height: 38px;
    background: transparent;
    border: none;
    font-size: calc(var(--font-base-size) - 2px);
  }

  .rebuy-product-price,
  .rebuy-variant-title {
    display: none !important;
  }

  .rebuy-bundle-builder__product-quantity {
    width: max-content;
    margin: auto;
  }

  .rebuy-product-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    background-color: var(--color-white);
    border-radius: 100px;
    padding: 3px 6px;

    @media (min-width: 1024px) {
      top: 10px;
      right: 10px;
      padding: 4px 10px;
      gap: 4px;
    }

    img {
      margin: initial !important;
      width: 20px !important;
      height: 20px !important;
    }
  }

  .rebuy-product-badge-name {
    font-size: calc(var(--font-base-size) - 5px);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-burgundy);
    line-height: 1;

    @media (min-width: 1024px) {
      font-size: calc(var(--font-base-size) - 3px);
    }
  }

  .rebuy-product-title,
  .rebuy-product-title {
    font-size: calc(var(--font-base-size) + 2px) !important;
    font-weight: 900;
    font-stretch: 80%;
    font-variation-settings: "wdth" 80;
    margin: 0 !important;
    line-height: 1.1;

    @media (min-width: 1024px) {
      font-size: calc(var(--font-base-size) + 3px) !important;
    }
  }

  .rebuy-bundle-builder-layout .rebuy-bundle-builder__group-container {
    border-top: 1px solid var(--color-burgundy-10);

    @media (min-width: 1200px) {
      border: none;
    }

    @media (min-width: 1200px) {
      border-radius: 24px;
      background-color: var(--color-pale-pink-transparent);
    }

    .rebuy-bundle-builder__group-container-inner {
      padding: 24px 20px;

      @media (min-width: 1024px) {
        padding: 16px 20px 28px;
      }
    }

    .rebuy-bundle-builder__progress-step-icon {
      width: 32px;
      height: 32px;
      min-height: 32px;
      background-color: var(--color-lavender);
      margin-left: -11px;

      @media (min-width: 768px) {
        margin-left: 0;
      }

      @media (min-width: 1200px) {
        margin-left: -15px;
      }
    }

    .rebuy-bundle-builder__progress-step.complete .rebuy-bundle-builder__progress-step-icon {
      background-color: var(--color-bhu-pink);
    }
  }

  .rebuy-bundle-builder__progress-bar-meter {
    background-color: var(--color-lavender);
  }

  .rebuy-bundle-builder__group-container-progress-bar {
    margin-top: 27px;
    margin-bottom: 51px;

    @media (min-width: 1024px) {
      margin-bottom: 57px;
    }
  }

  .rebuy-bundle-builder__progress-step-label {
    padding-top: 6px;
    font-size: calc(var(--font-base-size) - 3px);
    right: -5px;
  }

  .rebuy-bundle-builder__progress-step-value {
    font-size: calc(var(--font-base-size) - 3px);
    font-weight: 900;
    font-stretch: 80%;
    font-variation-settings: "wdth" 80;
    line-height: 1;
    margin-bottom: 2px;
  }


  .rebuy-bundle-builder__group-container-header-title {
    font-size: var(--font-headline-size);
    color: var(--color-burgundy);
    font-weight: 900;
    font-stretch: 80%;
    font-variation-settings: "wdth" 80;
  }

  .rebuy-bundle-builder__group-container-header-title-count {
    font-size: var(--font-headline-size);
    display: flex;
    font-weight: 900;
    font-stretch: 80%;
    font-variation-settings: "wdth" 80;
    line-height: 1;
    color: var(--color-burgundy);

    @media (min-width: 1024px) {
      font-size: calc(var(--font-headline-size) - 10px) !important;
    }
  }

  .rebuy-bundle-builder__group-container-header--left {
    gap: 10px;

    @media (min-width: 1200px) {
      justify-content: space-between;
      width: 100%;
    }
  }

  .rebuy-bundle-builder__group-container-header-expand {
    padding: 0;

    .fas {
      font-size: calc(var(--font-base-size) + 3px);
      color: var(--color-burgundy);
    }
  }

  .rebuy-bundle-builder__product-holder-template,
  .rebuy-bundle-builder__product-holder-data {
    border: none;
    padding: 0;
  }

  .rebuy-bundle-builder__group-container-body {
    border-top: 1px solid var(--color-burgundy-10);
    gap: 10px;
  }

  .rebuy-bundle-builder__group-container-body-items {
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    max-height: 49dvh;
  }

  .rebuy-bundle-builder__product-holder-template {
    padding: 0;
  }

  .rebuy-bundle-builder__subscription-options {
    margin: 0 -20px;
    border-top: 1px solid var(--color-burgundy-10);
    padding: 20px 20px 16px;
    flex-direction: column-reverse;

    @media (min-width: 1024px) {
      padding: 20px;
    }
  }

  .rebuy-bundle-builder__action-box-cta {
    gap: 0;
    border-radius: 16px;
    border: 1px solid var(--color-burgundy-10);
    padding: 14px;
    background-color: var(--color-white);

    &.active {
      border: 2px solid var(--color-burgundy);
    }
  }

  .rebuy-bundle-builder__action-box-cta--disabled {
    opacity: 0.6;
    pointer-events: none;
  }

  .rebuy-bundle-builder__action-box-description {
    display: none;
  }

  .rebuy-bundle-builder__action-box-price,
  .rebuy-bundle-builder__action-box-label {
    font-size: calc(var(--font-base-size) - 1px);
    line-height: 1;
    font-weight: 700;
  }

  .rebuy-bundle-builder__action-box-label {
    font-weight: 900;
    font-stretch: 80%;
    font-variation-settings: "wdth" 80;
  }

  .rebuy-radio:checked, input[type=radio].rebuy-radio {
    border: 1px solid var(--color-burgundy);
    overflow: hidden;
  }

  .rebuy-radio:checked, input[type=radio].rebuy-radio:checked {
    border-color: var(--color-burgundy);
    background: transparent;
  }

  .rebuy-radio:checked::before, input[type=radio].rebuy-radio:checked::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-burgundy);
  }

  .rebuy-bundle-builder__group-container-action {
    margin: 0;
  }

  .rebuy-bundle-builder__product-holder-info {
    max-width: 207px;
    margin: 0 !important;
  }

  .rebuy-bundle-builder__product-holder-info-price,
  .rebuy-bundle-builder__product-holder-info-variant {
    display: none !important;
  }

  .rebuy-bundle-builder__product-holder-info-title {
    margin: 0 !important;
    font-size: calc(var(--font-base-size) + 3px) !important;
  }

  .rebuy-bundle-builder__product-holder-info-delete {
    font-size: calc(var(--font-base-size) + 3px);
    color: var(--color-burgundy);
    padding: 0 10px 0;

    &:hover {
      background: transparent !important;
    }
  }

  .rebuy-bundle-builder__product-sign-holder,
  .rebuy-bundle-builder__product-holder-media img {
    width: 64px !important;
  }

  .rebuy-bundle-builder__product-sign-holder,
  .rebuy-bundle-builder__product-holder-media {
    margin-right: 14px !important;
    padding: 0 !important;
  }

  .rebuy-bundle-builder__product-holder-media {
    border-radius: 5px;

    img {
      padding: 5px;
    }
  }

/* Product Details Accordion Overrides */
.product-details-accordion .wt-collapse__trigger {
  font-family: var(--font-base);
  font-weight: var(--font-base-weight);
  text-transform: capitalize;
  letter-spacing: normal;
}


  .rebuy-bundle-builder__product-holder-info--left {
    align-items: center;
  }

  .rebuy-button {
    background: var(--color-button-primary-background) !important;
    color: var(--color-button-primary-text) !important;
    border-color: var(--color-button-primary-background) !important;
    font-weight: 900 !important;
    font-stretch: 80% !important;
    font-variation-settings: "wdth" 80;

    &:hover {
      background: var(--color-button-primary-background-hover) !important;
      color: var(--color-button-primary-text-hover) !important;
      border-color: var(--color-button-primary-background) !important;
    }
  }

  .rebuy-bundle-builder__group-container-body-items::-webkit-scrollbar {
    width: 6px;
  }

  .rebuy-bundle-builder__group-container-body-items::-webkit-scrollbar-track {
    background: transparent;
  }

  .rebuy-bundle-builder__group-container-body-items::-webkit-scrollbar-thumb {
    background: var(--color-burgundy-10);
    border-radius: 3px;
  }

  .rebuy-bundle-builder__group-container-body-items::-webkit-scrollbar-thumb:hover {
    background: var(--color-burgundy);
  }

  .rebuy-bundle-builder__product-holder-detail-title {
    font-size: calc(var(--font-base-size) - 1px) !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    text-transform: capitalize;
    color: var(--color-burgundy);
  }

  .rebuy-bundle-builder__product-holder-detail-description {
    font-size: calc(var(--font-base-size) - 3px) !important;
    color: var(--color-burgundy);
  }

  .rebuy-bundle-builder__action-box-saving {
    display: none;
  }

  .rebuy-bundle-builder__action-box-details {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .rebuy-bundle-builder__action-box-select {
    width: 100%;
    max-width: 100%;
  }

  .rebuy-button--secondary {
    min-width: 145px !important;

    @media screen and (min-width: 1024px) {
      min-width: 171px !important;
    }
  }
/* Ensure non-header links are 500 weight */
.wt-drawer .wt-page-nav-mega__link:not(.mobile-nav-header),
.wt-drawer .wt-page-nav-mega__sublist__link:not(.mobile-nav-header) {
  font-weight: 400 !important;
}
  .rebuy-bundle-builder__product-holder-media {
    border-radius: 5px;

    img {
      padding: 5px;
    }
  }

  }

/* Product Details Accordion Overrides */
.product-details-accordion .wt-collapse__trigger {
  font-family: var(--font-base);
  font-weight: var(--font-base-weight);
  text-transform: capitalize;
  letter-spacing: normal;
}

/* Product Upsell Headline Overrides */
.wt-product__upsell__headline {
  font-family: var(--font-base);
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: normal;
}

/* Ensure Image Block Button (Build Your Bundle) matches others */
.image-block .button {
  font-family: var(--font-headline) !important;
  font-weight: 900 !important;
  font-stretch: 90% !important;
  font-variation-settings: "wdth" 90 !important;
}

.hero__heading-image {
  margin-bottom: calc(var(--gap, 8px) * 4);
}
