/** Shopify CDN: Minification failed

Line 309:18 Unexpected "{"
Line 309:27 Expected ":"
Line 316:18 Unexpected "{"
Line 316:27 Expected ":"
Line 317:18 Unexpected "{"
Line 317:27 Expected ":"
Line 328:18 Unexpected "{"
Line 328:27 Expected ":"
Line 332:18 Unexpected "{"
Line 332:27 Expected ":"

**/
html.js .section__featured-collections .layout-2 .card-slider {
  overflow: hidden;
}

html.js .section__featured-collections .max-w-full .card-slider {
  overflow: visible;
}

.section__featured-collections .section {
  padding-block: 0;
}

.section__featured-collections .swiper-slide {
  height: auto;
  align-self: stretch;
}

.section__featured-collections .card-collection--style-compact.card-collection--layout-collection .swiper-slide {
  width: 18rem;
}

@media (min-width: 990px) {
  .section__featured-collections .card-collection--style-compact.card-collection--layout-collection .swiper-slide {
    width: 21rem;
  }
}

.section__featured-collections .layout-2 .container {
  position: relative;
  padding-block-end: .4rem;
}

.section__featured-collections .layout-2 .section__head--in {
  justify-content: center;
}

.section__featured-collections .layout-2 .swiper-buttons {
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 0;
  justify-content: space-between;
  transform: translate(0, -50%);
  margin-inline: calc(var(--spacing-unit-size-static) * 3);
  margin-block-start: 0;
  z-index: 4;
}

.section__featured-collections .layout-2 .swiper-button {
  width: 4rem;
  height: 4rem;
  padding: 1.2rem;
  background-color: rgb(var(--color-background));
  border-radius: var(--button-action-border-radius, 0.6rem);
}

.section__featured-collections .layout-2 .swiper-button.swiper-button-disabled {
  opacity: 0;
}

.section__featured-collections .card-collection--style-normal {
  border-radius: var(--card-corner-radius);
  overflow: hidden;
}

.section__featured-collections .card-collection--style-normal .container:not(.max-w-full) .swiper-wrapper {
  padding-block-end: 1rem;
}

.section__featured-collections .section__head-title .text--label {
  font-weight: var(--font-heading-weight);
  font-size: var(--font-size-static-sm);
  font-family: var(--font-heading-family);
  letter-spacing: .24rem;
}

.section__featured-collections .layout-2 .section__head-title h2,
.section__featured-collections .layout-2 .section__head-title .text--label {
  text-align: center;
}

.section__featured-collections .media {
  background-color: transparent;
}

html.js .section__featured-collections .card-slider {
  overflow: var(--card-slider-overflow, hidden);
}

/* CONTROL SPACING & PAGE PADDING IN ONE PLACE */
.section__featured-collections .swiper-wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  width: 100% !important;
  gap: 0.8rem !important;
  padding-inline: 4% !important;
  box-sizing: border-box !important;
}

/* TAROT CARD-STYLE DISTRIBUTION FOR TEXT PILLS */
.card-collection--layout-text .container .card-slider .card-slider__slide {
  flex: 1 1 0% !important;
  width: auto !important;
  min-width: 0 !important;
  margin-inline-end: 0 !important;
}

.card-collection--layout-text .container .card-slider .card-slider__slide:first-of-type {
  display: flex;
  gap: .8rem;
  flex: 1;
  text-wrap: nowrap;
  max-width: fit-content;
}

.card-collection--style-compact .card-collection__heading {
  font-size: var(--font-size-static-lg);
}

.card-collection--style-compact .card-collection {
  border-radius: var(--card-corner-radius);
  overflow: hidden;
}

.card-collection--style-compact .card-collection:has(.card-collection__media) {
  background: transparent;
}

.section__featured-collections .card-collection--style-compact .card-collection__content {
  margin-block-start: 0;
  text-transform: uppercase;
  width: 100%;
}

.section__featured-collections .card-collection--style-compact.card-collection--layout-collection .card-collection__content {
  position: absolute;
  inset-block-end: var(--spacing-5);
  inset-inline: var(--spacing-5);
  text-transform: uppercase;
  max-width: calc(100% - var(--spacing-5) * 2);
}

.section__featured-collections .card-collection--style-compact .card-collection__content:not(.card-collection__content-arrow) h4 span:before {
  display: none;
}

.section__featured-collections .card-collection--style-compact .card-collection__media {
  flex: 1 0 82%;
}

.section__featured-collections .card-collection--style-compact .card-collection__content {
  flex: 1 0 18%;
}

.section__featured-collections .card-collection--style-compact .card-collection__media img {
  object-fit: cover;
  border-radius: var(--card-corner-radius);
}

.section__featured-collections .card-collection--style-compact.card-collection--layout-collection .card-collection__media {
  width: 100%;
  height: 100%;
}

.section__featured-collections .card-collection--style-compact .card-collection__subheading {
  display: none;
}

.section__featured-collections .card-collection--style-compact .card-collection__media::before {
  content: "";
  position: absolute;
  border-radius: var(--card-corner-radius);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
  z-index: 2;
}

.section__featured-collections .card-collection--style-compact.card-collection--layout-product .card-collection__media::before {
  background: none;
}

.section__featured-collections .card-collection--style-compact.card-collection--layout-product {
  height: 100%;
  background-color: rgb(var(--color-background));
}

.section__featured-collections .card-collection--style-compact.card-collection--layout-product .card-collection__content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: var(--spacing-4) var(--spacing-4);
  gap: var(--spacing-4);
  height: 100%;
}

.section__featured-collections .card-collection--style-compact.card-collection--layout-product .card-collection__content-wrapper .card-collection__media,
.section__featured-collections .card-collection--layout-text .card-collection--style-compact .card-collection__content {
  inset: 0;
}

.section__featured-collections .card-collection--layout-text .card-collection--style-compact .card-collection__content {
  position: relative;
  text-transform: capitalize;
  border: 0;
}

.section__featured-collections .card-collection--layout-text .card-collection--style-compact .card-collection__heading {
  font-weight: var(--font-weight-normal);
}

/* COMPRESSED CAPSULE SIZING AND SMALLER FONTS */
.section__featured-collections .card-collection--layout-text a {
  display: block !important;
  width: 100% !important;
  padding: 0.8rem 0.2rem !important; 
  white-space: nowrap !important;
  text-align: center !important;
}

.section__featured-collections .card-collection--layout-text a .card-collection__heading {
  font-size: 12px !important; 
  letter-spacing: 0.06rem !important;
}

.section__featured-collections .card-collection--style-compact a {
  border-color: rgba(var(--color-outlined-button-text), 0);
  padding: var(--spacing-3) var(--spacing-5);
}

.section__featured-collections .card-collection--style-compact.card-collection--layout-text a {
  background-color: rgba(var(--color-outlined-button-text), 0.1);
  border-color: transparent;
}

.section__featured-collections .card-collection--style-compact.card-collection--layout-text {
  background: transparent;
}

.section__featured-collections .card-collection--layout-collection.card-collection--style-compact a {
  padding: 0;
}

.section__featured-collections .card-collection--style-compact a:hover {
  background-color: var(--color-button-hover-background);
}

.section__featured-collections .card-collection--style-compact a.active {
  background-color: var(--color-button-hover-background);
}

.section__featured-collections .card-collection--style-compact a.active .card-collection__heading {
  color: var(--color-button-hover-text);
}

.section__featured-collections .card-collection--style-compact .card-collection__content--all-products .card-collection__heading {
  color: rgba(var(--color-outlined-button));
}

.slideshow__border--top {
  padding-block-start: var(--spacing-6);
  border-block-start: 0.1rem solid rgba(var(--color-border), 1);
}

.slideshow__border--bottom {
  padding-block-end: var(--spacing-6);
  border-block-end: 0.1rem solid rgba(var(--color-border), 1);
}

.slideshow__border--both {
  padding-block: var(--spacing-6);
  border-block: 0.1rem solid rgba(var(--color-border), 1);
}

@media screen and (max-width: 750px) {
  .section__featured-collections .card-collection--style-compact.card-collection--layout-collection .card-collection__content {
    inset-block-end: var(--spacing-4);
    inset-inline: var(--spacing-3);
  }
  .section__featured-collections .card-collection--style-compact .card-collection__heading {
    font-size: var(--font-size-static-sm);
  }
}

@media screen and (min-width: 750px) {
  .section__featured-collections .card-collection--style-compact.card-collection--layout-product .card-collection__content-wrapper {
    padding: var(--spacing-7) var(--spacing-6);
    gap: var(--spacing-5);
  }
}

#shopify-section-{{ section.id }} .card-collection__media {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #252322 !important;
}

#shopify-section-{{ section.id }} .card-collection__media img,
#shopify-section-{{ section.id }} .card-collection__media .placeholder-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .35s ease, transform .35s ease;
  z-index: 1;
}

#shopify-section-{{ section.id }} .card-collection:hover .card-collection__media img {
  opacity: 1;
}

#shopify-section-{{ section.id }} .card-collection__media::before {
  content: "";
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
  background-repeat: repeat;
  will-change: transform;
  background-image:
    radial-gradient(2px 2px at 12% 18%, rgba(255, 255, 255, 0.9), transparent 70%),
    radial-gradient(2px 2px at 28% 75%, rgba(255, 253, 180, 0.8), transparent 60%),
    radial-gradient(2px 2px at 48% 38%, rgba(255, 255, 255, 0.85), transparent 70%),
    radial-gradient(2px 2px at 68% 62%, rgba(251, 252, 179, 0.75), transparent 60%),
    radial-gradient(2px 2px at 88% 14%, rgba(255, 255, 255, 0.85), transparent 70%),
    radial-gradient(1.5px 1.5px at 10% 90%, rgba(255, 255, 255, 0.7), transparent 70%),
    radial-gradient(2px 2px at 95% 95%, rgba(255, 253, 180, 0.8), transparent 70%),
    radial-gradient(1px 1px at 20% 30%, rgba(255, 255, 255, 0.45), transparent 60%),
    radial-gradient(1px 1px at 60% 10%, rgba(255,255,255,.25), transparent 60%),
    radial-gradient(1.5px 1.5px at 80% 70%, rgba(255,255,255,.28), transparent 60%);
  background-size: 130px 170px;
  opacity: .95;
  animation: headerCardStarDriftFast 14s linear infinite;
}

@keyframes headerCardStarDriftFast {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(8%, 8%, 0); }
}

/* RESPONSIVE TOUCH MOBILE FALLBACK ADJUSTMENTS */
@media screen and (max-width: 980px) {
  html.js .section__featured-collections .card-slider {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 0.8rem;
  }
  .section__featured-collections .swiper-wrapper {
    justify-content: flex-start !important;
    width: max-content !important;
    gap: 1rem !important;
    padding-inline: 1.5rem !important;
  }
  .card-collection--layout-text .container .card-slider .card-slider__slide {
    flex: 0 0 auto !important;
  }
  .section__featured-collections .card-collection--layout-text a {
    padding: 0.8rem 1.6rem !important;
  }
  .section__featured-collections .card-collection--layout-text a .card-collection__heading {
    font-size: 12px !important;
  }
}