/** Shopify CDN: Minification failed

Line 97:0 Unexpected "}"

**/
body.collection-sleep-token.template-collection {
    background: #161e19;
}

body.template-product.product-sleep-token {
    background: #161e19 !important;
}

/* CUSTOMIZATION */
.mySwiper.collection-listing {
  position: relative;
}
.mySwiper.collection-listing .product-list {
  flex-wrap: nowrap;
}
.mySwiper.collection-listing .product-block {
  padding: 0;
  margin: 0 20px;
}

.mySwiper.collection-listing .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  color: #000;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  top: 50%;
  transform: translateY(-50%);
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}
.mySwiper .swiper-button-next.disabled,
.mySwiper .swiper-button-prev.disabled {
  opacity: 0.5;
  cursor: no-drop;
}

@media (min-width: 1300px) {
  .mySwiper.collection-listing .product-list--per-row-4 .product-block {
    width: 20%;
  }
}

@media (min-width: 768px) {
  .product-block .image-cont .btn.quickbuy-toggle {
    width: 80%;
    margin: auto;
    left: 0;
    right: 0;
  }
}

@media (max-width: 767.98px) {
  .mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
    display: none;
  }
}
.kettama-style .title-row h1 { 
  color: red !important; 
  font-family: 'IBMPlexMono', monospace !important; 
}
.price-label--preorder.price-label--st {
  color: #d83ebb !important;
}
.price-label--preorder.price-label--st {
  color: #d83ebb !important;
  /* or background/border if you prefer a badge style */
}


/* SEO-only visually hidden description - readable by Google, hidden from visitors */
.seo-description {
    position: absolute;
      width: 1px;
        height: 1px;
          padding: 0;
            margin: -1px;
              overflow: hidden;
                clip: rect(0, 0, 0, 0);
                  white-space: nowrap;
                    border: 0;
}
}
.tour-access-banner {
  color: #d62828;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto 30px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  flex: 0 0 100%;
}