/** Shopify CDN: Minification failed

Line 334:4 Unexpected "{"
Line 335:4 Expected identifier but found "%"
Line 340:4 Unexpected "{"
Line 341:4 Expected identifier but found "%"

**/
.hero-countdown {
  margin-top: 20px;
  display: block;
}

.hero-countdown__status {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .02);
  padding: 12px 14px;
}

.hero-countdown__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4ade80;
  animation: pulse 2s infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7);
  }

  70% {
    opacity: .8;
    transform: scale(1.15);
    box-shadow: 0 0 0 8px rgba(74, 222, 128, 0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(74, 222, 128, 0);
  }
}

.hero-countdown__text {
  font-family: var(--body-subtitle-font-family) !important;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.hero-countdown__numbers {
  display: flex;
  gap: 24px;
  margin-top: 0;
}

.hero-countdown__item {
  text-align: center;
  line-height: 0;
}

.hero-countdown__item span {
  display: block;
  font-size: 42px;
  line-height: 1;
}

.hero-countdown__item small {
  font-size: 10px;
  letter-spacing: .22em;
  color: rgba(255, 255, 255, .4);
}

.product-form__buttons .product-form__submit {
  width: 100% !important;
  max-width: 100%;
}

.exhibit-benefit-card {
  background: #131313;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 18px;
}

.exhibit-benefit-card h4 {
  font-family: var(--body-subtitle-font-family) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  margin: 0;
  margin-bottom: 3px;
}

.exhibit-benefit-card p {
  margin: 0;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}

.swiper.gallery-viewer {
  width: 100%;
}

.product--thumbnail_slider .product__media.media {
  aspect-ratio: 4 / 5;
}

.main_wrapper {
  margin: 0 !important;
}

.custom-product-container {
  position: relative;
  z-index: 2;
}

.custom-product-container .main_wrapper .swiper-wrapper .swiper-slide {
  width: 100px !important;
  height: auto;
  margin-right: 0 !important;
}

.product.custom-product-container .title-container {
  width: 100% !important;
  max-width: 100% !important;
}

.product__tagline p {
  font-family: var(--body-subtitle-font-family) !important;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: .02em;
  color: #9a9a9a;
  margin: -8px 0 22px;
  max-width: 42ch;
}

.product .product__description * {
  font-family: var(--body-subtitle-font-family) !important;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  color: #c4c4c4;
  max-width: 52ch;
  margin: 0;
}

.product__text {
  font-family: var(--body-subtitle-font-family) !important;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: .02em;
  color: #9a9a9a;
  margin: -8px 0 22px;
  max-width: 42ch;
}

.product-form__input .form__label {
  font-family: var(--body-subtitle-font-family) !important;
  text-transform: uppercase;
}

.form__label span {
  font-family: var(--body-subtitle-font-family) !important;
  font-weight: bold;
}

.product-form__input--pill input[type=radio]+label {
  font-family: var(--body-subtitle-font-family) !important;
  min-width: 0 !important;
  width: 100%;
  padding: 20px !important;
  background: transparent !important;
  border: 1px solid #2a2a2a !important;
  color: #e5e5e5 !important;
  font-size: 16px !important;
  letter-spacing: .04em !important;
  cursor: pointer !important;
  transition: all .15s !important;
}

.price-item.price-item--sale {
  font-family: var(--body-subtitle-font-family) !important;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: .02em;
  margin-bottom: 26px;
}

.product-form__input {
  max-width: 100%;
}

.product-form__input--pill .form__label *{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(80px,1fr));
  gap:10px;
  max-width:100%;
}

.button-pill-container {
  display: flex;
  width: 100%;
}

.accordion summary {
  padding: 20px 0;
}

.product__accordion .summary__title .accordion__title {
  font-family: var(--body-subtitle-font-family) !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: .14em;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: #e5e5e5;
}

.product__accordion .accordion__content {
  padding-top: 0 !important;
}

.product__accordion .accordion__content .metafield-rich_text_field p,
.product__accordion .accordion__content p {
  font-family: var(--body-subtitle-font-family) !important;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #9a9a9a;
  padding: 0 0 22px;
  max-width: 46ch;
}


.custom-product-container media-gallery {
  display: flex;
  gap: 20px;
  overflow: hidden;
  flex-direction: column;
}

.custom-product-container .main_wrapper .swiper-wrapper {
  gap: 10px;
}

@media (min-width: 750px) {
  .custom-product-container .main_wrapper .swiper-button {
    display: none !important;
  }

  .custom-product-container .main_wrapper .swiper-wrapper {
    gap: 10px;
  }

  .custom-product-container .main_wrapper .swiper-button {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .custom-product-container .main_wrapper {
    order: 0;
  }

  .blacklist-product .hero-countdown {
    width: 100% !important;
  }

  .button-pill-container {
    flex-wrap: wrap;
  }
  .blacklist-product variant-selects {
    width: 100% !important;
  }

  .product-form__input--pill input[type=radio]+label {
    width: auto !important;
  }
}

.order-benefits__eyebrow {
  margin-bottom: 24px;
}

.order-benefits__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 28px;
}

.order-benefits__top p {
  margin: 0;
}

.order-benefits-inner {
  margin-bottom: 28px;
}

.order-benefits__reward {
  font-family: var(--body-subtitle-font-family) !important;
  display: flex;
  align-items: flex-start;
  gap: 3px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.order-benefits__reward img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.order-benefits__reward strong {
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;

    {
    % comment %
  }

  font-weight:500;

    {
    % endcomment %
  }
}

.order-benefits__reward span {
  font-size: 11px;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, 0.45);
}

.order-benefits__details {
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.order-benefits__detail {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  align-items: flex-start;
}

.order-benefits__detail img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 2px;
}

.order-benefits__detail strong {
  font-family: var(--body-subtitle-font-family) !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 600;
}

.order-benefits__detail span {
  font-family: var(--body-subtitle-font-family) !important;
  color: rgba(255, 255, 255, .5);
  font-size: 13px;
  line-height: 1.7;
}

.order-benefits__notice {
  margin-top: 40px;
  border: 1px solid rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .01);
  padding: 24px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.8;
}

.order-benefits__notice strong {
  color: #fff;
}

.exhibit-benefits {
  margin-bottom: 0 !important;
}

.timer-label {
  margin: 20px 0 5px;
  font-size: 10px;
}

.points{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  letter-spacing: .04em;
  color: #bdbdbd;
  margin-bottom: 26px;
  position: relative;
}

.points .dot{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}

.points span {
  font-family: var(--body-subtitle-font-family) !important;
  font-size: 15px;
}

.points b{
  color: #fff;
  font-weight: 700;
}

.pts-info{
  font-family: var(--body-subtitle-font-family) !important;
  flex-shrink: 0;
  border: none;
  background: transparent;
  color: #9a9a9a;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 0;
  transition: color .15s;
}

.pts-info:hover{
  color: #fff;
}

.pts-pop{
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 20;
  width: 300px;
  max-width: 88vw;
  background: #111;
  border: 1px solid #2a2a2a;
  padding: 16px 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: all .18s;
}

.pts-pop.open{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pts-pop b{
  font-family: var(--body-subtitle-font-family) !important;
  display: block;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}

.pts-list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.pts-list li{
  font-family: var(--body-subtitle-font-family) !important;
  position: relative;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 300;
  color: #bdbdbd;
  padding: 0 0 9px 16px;
}

.pts-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #f5f5f5;
}

.pts-pop a{
  font-family: var(--body-subtitle-font-family) !important;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}

.pts-pop a:hover{
  opacity:.7;
}



/* Blacklist Product */
.blacklist-product.product>div {
  width: 100% !important;
  max-width: 100% !important;
}

.blacklist-product .product__info-wrapper.grid__item {
  padding: 20px 0 0;
}

.blacklist-product variant-selects {
  width: max-content;
}

.blacklist-product .product__tagline p {
  width: 100%;
  max-width: 100%;
  margin: 0 0 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.02);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
}

.blacklist-product .product__tagline p strong {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.blacklist-product .hero-countdown {
  width: max-content;
}
