.pre-order-page {
  background-color: var(--bg);
}

.pre-order-section {
  padding: 25px 0 !important;
}
@media only screen and (max-width: 991.98px) {
  .pre-order-section {
    padding: 16px 0 !important;
  }
}
.pre-order-section #main-product .product-form form .product-submit-wrapper [add-to-cart] {
  gap: 4px !important;
}
@media only screen and (max-width: 767.98px) {
  .pre-order-section #main-product .product-form form .product-submit-wrapper [add-to-cart] {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .pre-order-section #main-product:not(.pre-order-section__product) {
    padding: 0 1.5rem !important;
    gap: 24px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .pre-order-section #main-product .page-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.pre-order-section #main-product .product-form-inner-wrapper > div {
  padding: 0 !important;
}
.pre-order-section__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .pre-order-section__container {
    display: grid;
    grid-template-columns: 55% calc(45% - 48px);
    align-items: start;
    gap: 48px;
  }
}
.pre-order-section__container .main-product {
  display: flex !important;
}
.pre-order-section__container .breadcrumbs li a {
  font-weight: bold;
  text-decoration: underline;
}
.pre-order-section__container .desktop-breadcrumbs {
  margin-bottom: 0;
}
.pre-order-section__hero {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 991.98px) {
  .pre-order-section__hero > div:first-of-type {
    display: none;
  }
}
.pre-order-section__hero .gallery-container {
  aspect-ratio: unset !important;
}
.pre-order-section__hero .gallery-container .swiper-disabled .swiper-button-prev, .pre-order-section__hero .gallery-container .swiper-disabled .swiper-button-next {
  display: none !important;
}
.pre-order-section__hero .gallery-container .main-gallery {
  aspect-ratio: unset !important;
  width: 100% !important;
}
.pre-order-section__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .pre-order-section__content {
    order: -1;
    gap: 8px;
  }
}
.pre-order-section__content sub, .pre-order-section__content sup {
  font-size: 0.66em;
}
.pre-order-section__gallery {
  order: -1;
  width: 100%;
}
.pre-order-section__blocks {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.pre-order-section__product {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pre-order-section__product.main-product .pre-order-section__product-title {
  display: none;
}
@media only screen and (min-width: 992px) {
  .pre-order-section__product {
    position: sticky;
    top: calc(var(--header-visible-height) + 16px);
    height: calc(100vh - var(--header-visible-height) - 32px);
    overflow: auto;
    scrollbar-color: #cfcfcf transparent;
    scrollbar-width: thin;
    padding-right: 8px;
  }
  .pre-order-section__product .shopify-block {
    display: none;
  }
}
.pre-order-section__product-badges {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
}
@media only screen and (max-width: 991.98px) {
  .pre-order-section__product-badges {
    margin-top: 8px;
  }
}
.pre-order-section__product-badge {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  gap: 8px;
}
.pre-order-section__product-badge.has-background {
  background: var(--bg);
  padding: 8px 8px 6px;
}
.pre-order-section__product-badge.has-border {
  border: 1px solid var(--border-color);
  padding: 8px 8px 6px;
}
.pre-order-section__product-badge.has-border p {
  font-size: 10px;
}
.pre-order-section__product-badge img {
  width: 15px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1;
}
.pre-order-section__product-badge p {
  margin: 0;
  text-transform: uppercase;
  text-wrap: nowrap;
  color: var(--color);
  font-family: "T-Star", sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 375px) {
  .pre-order-section__product-badge p {
    font-size: 10px;
  }
}
.pre-order-section__product-title p {
  margin: 0;
  font-family: "T-Star", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: -4px;
}
.pre-order-section__product-description p {
  margin: 8px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  font-weight: 400;
  color: #343434;
}
.pre-order-section__product-benefits {
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 767.98px) {
  .pre-order-section__product-benefits {
    flex-direction: column;
  }
}
.pre-order-section__product-benefit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex-grow: 1;
  flex-basis: 0;
}
.pre-order-section__product-benefit img {
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 992px) {
  .pre-order-section__product-benefit img {
    width: 20px;
  }
}
.pre-order-section__product-benefit p, .pre-order-section__product-benefit strong {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
}
.pre-order-section__product-benefit p:first-of-type, .pre-order-section__product-benefit strong:first-of-type {
  margin-top: -2px;
}
.pre-order-section__product-total {
  font-size: 22px;
  font-weight: 450;
}
.pre-order-section__product-total span {
  font-size: 10px;
  font-weight: 420;
}
.pre-order-section__callout {
  margin: 0;
  font-size: 13px;
  font-weight: 450;
  line-height: 1.3;
  color: var(--color);
}
.pre-order-section .second-variant-options {
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid #CACACA;
  border-bottom-color: #CACACA;
}
.pre-order-section .second-variant-options__title {
  font-size: 14px;
  font-family: "T-Star", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pre-order-section .second-variant-options__title .selected-variant {
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  margin-top: -1px;
  margin-left: 8px;
  font-size: 12px;
  color: #343434;
}
.pre-order-section .second-variant-options__title .selected-variant:before {
  content: none;
}
.pre-order-section .second-variant-options__wrapper {
  gap: 2px;
}
.pre-order-section .second-variant-options__option.active:after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  padding: 0;
  background: transparent;
  border: 2px solid #1D1D1D;
  border-radius: 0;
}
.pre-order-section .second-variant-options__option.unavailable img {
  opacity: 1;
}
.pre-order-section .second-variant-options__option.featured-image {
  width: auto;
}
.pre-order-section .second-variant-options__option.featured-image .second-variant-options__image {
  max-width: 75px;
  margin: 4px;
  border-radius: 0;
}
.pre-order-section .pdp-blocks {
  margin-top: 12px;
}
.pre-order-section__variants {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.pre-order-section__variants-intro {
  margin-top: 12px;
}
.pre-order-section__variants-title {
  font-size: 14px;
  font-family: "T-Star", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.pre-order-section__variants-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #343434;
  margin: 12px 0 0;
}
.pre-order-section__variant {
  border: 1px solid #CFCFCF;
}
.pre-order-section__variant--sticky {
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  transition: bottom 0.25s ease-in-out;
  background-color: #fff;
  border: none;
  padding: 12px;
}
.pre-order-section__variant--sticky .price-container {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-left: 7px;
}
.pre-order-section__variant--sticky .price-container .compare-at-price {
  color: #BABABA;
  text-decoration: line-through;
}
.pre-order-section__variant--sticky .button-teal {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ff5000;
  color: #fff;
  border-color: #ff5000;
}
.pre-order-section__variant--sticky .button-teal:hover {
  background-color: transparent;
  color: #ff5000;
  border-color: #ff5000;
}
.is-stuck .pre-order-section__variant--sticky, .always-stuck .pre-order-section__variant--sticky {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  z-index: 99;
}
.pre-order-section__variant--sticky .left h3 {
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .pre-order-section__variant--sticky {
    display: none;
  }
}
.pre-order-section__variant-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pre-order-section__variant-flex .left {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
.pre-order-section__variant-flex .left h3 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.pre-order-section__variant-flex .left p {
  font-family: "T-Star", sans-serif;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #989898;
}
.pre-order-section__variant-flex .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pre-order-section__variant-flex .right button {
  border-radius: 0;
  padding: 8px;
  font-size: 12px;
  letter-spacing: 0.6px;
  font-weight: 300;
  font-family: "T-Star", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.pre-order-section__variant-flex .right p, .pre-order-section__variant-flex .right p > * {
  margin: 0;
  font-family: "T-Star", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #787878;
  margin-bottom: -2px;
}
.active:not(.pre-order-section__variant--sticky) .pre-order-section__variant-flex {
  padding: 8px;
}
.pre-order-section__variant-form {
  padding: 8px;
  background: var(--bg);
  color: var(--color);
}
.pre-order-section__variant-form-callout {
  color: var(--color);
  font-size: 10px;
  font-weight: 450;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "T-Star", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 8px;
}
.pre-order-section__variant-form > button {
  width: 100%;
  background-color: #005050 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "T-Star", sans-serif;
  font-weight: 300;
  margin: 8px;
  padding: 16px 20px 14px;
  letter-spacing: 0.75px;
  line-height: 1;
  transition: background-color 0.2s ease-in-out;
  margin-left: 0 !important;
}
@media (hover: hover) {
  .pre-order-section__variant-form > button:hover {
    background-color: #005959 !important;
  }
}
.pre-order-section__variant-card {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pre-order-section__variant-card-image {
  position: relative;
  background-color: #f8f8f8;
}
.pre-order-section__variant-card-image button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  margin: 0;
}
.pre-order-section__variant-card-image button svg {
  width: 20xp;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}
.pre-order-section__variant-card-image button svg path {
  fill: #C1C1C1;
}
.pre-order-section__variant-card img {
  aspect-ratio: 4/5;
  height: auto;
  max-width: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
.pre-order-section__variant-card .inner {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.pre-order-section__variant-card .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre-order-section__variant-card h2 {
  color: var(--color);
  font-size: 15px;
  line-height: 1;
  font-family: "T-Star", sans-serif;
}
.pre-order-section__variant-card h3 {
  color: var(--accent-2-color);
}
.pre-order-section__variant-card .price-container {
  text-wrap: nowrap;
  line-height: 1;
  margin-top: 4px;
  margin-bottom: 8px;
}
.pre-order-section__variant-card .price-container > * {
  font-family: "T-Star", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.6px;
  font-weight: 300;
}
.pre-order-section__variant-card .price {
  color: #FF5000;
}
.pre-order-section__variant-card .compare-at-price {
  color: #989898;
  text-decoration: line-through;
  margin-left: 3px;
}
.pre-order-section__variant-progress-bar {
  width: 100%;
  height: 6px;
  background: #CCD6D0;
}
.pre-order-section__variant-progress-bar > div {
  height: 100%;
  background: #005050;
  width: var(--width);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  transition: width 0.25s ease-in-out;
}
.pre-order-section__variant-progress p, .pre-order-section__variant-progress p > * {
  font-family: "T-Star", sans-serif;
  letter-spacing: 0.05em;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  color: #989898;
  line-height: 1;
}
.pre-order-section__variant.active:not(.pre-order-section__variant--sticky) {
  background: var(--bg-1-color);
  color: #fff;
  border: 2px solid #1D1D1D;
}
.pre-order-section__variant.active:not(.pre-order-section__variant--sticky) .inner button {
  font-size: 12px;
  font-family: "T-Star", sans-serif;
  font-weight: 300;
  letter-spacing: 0.12px;
  line-height: 1;
  text-transform: uppercase;
  padding: 8px;
  background-color: #FF5000 !important;
}
.pre-order-section__variant:not(.active) {
  padding: 12px;
  pointer-events: none;
}
.pre-order-section__variant.past, .pre-order-section__variant.next {
  background: #F4F4F4;
  border: 1px solid #CACACA;
}
.pre-order-section__variant.past h3, .pre-order-section__variant.next h3 {
  font-size: 14px;
  font-family: "T-Star", sans-serif;
  font-weight: 900;
  color: #989898;
}
.pre-order-section__variant.past button, .pre-order-section__variant.next button {
  background: #CFCFCF;
  color: #989898;
}
@media only screen and (min-width: 992px) {
  .pre-order-section__grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.pre-order-section button.accordion, .pre-order-section .mous-accordion-media .left button.accordion {
  padding: 16px 0 !important;
  border-top: 1px solid #CACACA;
  border-bottom: none !important;
}
.pre-order-section button.accordion > .heading-sm, .pre-order-section .mous-accordion-media .left button.accordion > .heading-sm {
  font-family: "T-Star", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: -2px;
}
.pre-order-section .panel .content {
  padding-top: 0 !important;
  padding-bottom: 16px !important;
}
.pre-order-section .panel .content p:first-of-type {
  margin-top: 0;
}
.pre-order-section .panel .content p:last-of-type {
  margin-bottom: 0;
}

.pre-order-navigation {
  top: var(--header-visible-height);
}
@media only screen and (max-width: 991.98px) {
  .pre-order-navigation {
    position: fixed;
    left: 0;
    width: 100%;
    transition: opacity 0.2s linear;
    z-index: 98;
  }
  .pre-order-navigation:not(.is-stuck) {
    position: relative;
    left: -1.5rem;
    top: 0;
    width: calc(100% + 3rem);
    transition: visibility 0s 0.2s, opacity 0.2s linear;
  }
}
@media only screen and (min-width: 992px) {
  .pre-order-navigation {
    position: sticky;
    z-index: 98;
  }
}
.pre-order-navigation__container {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.pre-order-navigation__links {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.pre-order-navigation__links li {
  height: 100%;
}
.pre-order-navigation__links a {
  display: block;
  padding: 16px;
  border-right: 1px solid #CFCFCF;
  height: 100%;
  display: flex;
  gap: 8px;
}
.pre-order-navigation__links a span {
  font-family: "T-Star", sans-serif;
  color: #007575;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-wrap: nowrap;
}
.pre-order-navigation__links a:not(.active) span {
  color: #676767;
}
.pre-order-navigation__links a.active {
  position: relative;
}
.pre-order-navigation__links a.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #007575;
}
