/** Shopify CDN: Minification failed

Line 590:0 Unexpected "}"

**/
.loyalty-program-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}


.loyalty-program-page {
  min-height: 100vh;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff var(--header-height, 80px), #000000 var(--header-height, 80px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-top: var(--header-height, 80px);
}

.loyalty-header {
  text-align: center;
  margin-bottom: 4rem;
  z-index: 10;
}

@media (max-width: 480px) {
  .loyalty-header {
    margin-bottom: 1.5rem;
  }
}

.loyalty-title {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 1rem 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.9;
}

.loyalty-subtitle {
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ffffff, #c0c0c0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tier-indicator {
  display: none;
}

.octagon-card-container {
  perspective: 1000px;
  z-index: 5;
}

.card-stack {
  position: relative;
  width: 500px;
  height: 320px;
  perspective: 1000px;
  touch-action: pan-y;
  overscroll-behavior: contain;
}

.card-stack .octagon-card {
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform-origin: center center;
}

/* Default stacking positions */
.card-stack .octagon-card[data-position="0"] {
  z-index: 3;
  transform: translateY(0px) scale(1) rotateY(0deg);
  opacity: 1;
}

.card-stack .octagon-card[data-position="1"] {
  z-index: 2;
  transform: translateY(15px) scale(0.95) rotateY(-5deg);
  opacity: 0.8;
}

.card-stack .octagon-card[data-position="2"] {
  z-index: 1;
  transform: translateY(30px) scale(0.9) rotateY(-10deg);
  opacity: 0.6;
}

/* Active card always on top */
.card-stack .octagon-card.active {
  z-index: 10 !important;
}

/* Animation classes */
.card-stack .octagon-card.transitioning {
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Card slide animations */
@keyframes slideCardUp {
  0% {
    transform: translateY(0px) scale(1) rotateY(0deg);
    z-index: 10;
    opacity: 1;
  }
  40% {
    transform: translateY(-100%) scale(1.2) rotateY(30deg);
    z-index: 10;
    opacity: 1;
  }
  70% {
    transform: translateY(-120%) scale(0.7) rotateY(90deg);
    z-index: 0;
    opacity: 0;
  }
  100% {
    transform: translateY(30px) scale(0.9) rotateY(-10deg);
    z-index: 1;
    opacity: 1;
  }
}

@keyframes slideCardToTop {
  0% {
    transform: translateY(15px) scale(0.95) rotateY(-5deg);
    z-index: 2;
    opacity: 1;
  }
  30% {
    transform: translateY(-30px) scale(1.05) rotateY(10deg);
    z-index: 10;
    opacity: 1;
  }
  70% {
    transform: translateY(-10px) scale(1.02) rotateY(5deg);
    z-index: 10;
    opacity: 1;
  }
  100% {
    transform: translateY(0px) scale(1) rotateY(0deg);
    z-index: 10;
    opacity: 1;
  }
}

@keyframes slideCardFromBottom {
  0% {
    transform: translateY(30px) scale(0.9) rotateY(-10deg);
    z-index: 1;
    opacity: 1;
  }
  40% {
    transform: translateY(20px) scale(0.93) rotateY(-7deg);
    z-index: 2;
    opacity: 1;
  }
  100% {
    transform: translateY(15px) scale(0.95) rotateY(-5deg);
    z-index: 2;
    opacity: 1;
  }
}

@keyframes hideCard {
  0% {
    transform: translateY(0px) scale(1) rotateY(0deg);
    z-index: 10;
    opacity: 1;
  }
  40% {
    transform: translateY(-100%) scale(1.2) rotateY(30deg);
    z-index: 10;
    opacity: 1;
  }
  70% {
    transform: translateY(-120%) scale(0.7) rotateY(90deg);
    z-index: 0;
    opacity: 0;
  }
  100% {
    transform: translateY(30px) scale(0.9) rotateY(-10deg);
    z-index: 1;
    opacity: 1;
  }
}

.card-stack .octagon-card.slide-up {
  animation: slideCardUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.card-stack .octagon-card.slide-to-top {
  animation: slideCardToTop 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.card-stack .octagon-card.slide-from-bottom {
  animation: slideCardFromBottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.card-stack .octagon-card.hide-card {
  animation: hideCard 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.octagon-card {
  width: 500px;
  height: 320px;
  background: linear-gradient(135deg, #0a0a0a, #1a1a1a, #2a2a2a, #1a1a1a, #0a0a0a);
  border-radius: 20px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.05s ease-out;
  cursor: pointer;
  box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.octagon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.12) 0%,
    rgba(200, 220, 255, 0.08) 25%,
    rgba(255, 255, 255, 0.03) 50%,
    rgba(255, 200, 220, 0.08) 75%,
    rgba(255, 255, 255, 0.12) 100%
  );
  border-radius: 20px;
  pointer-events: none;
}

.card-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 30%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  transform: rotate(45deg);
}

.octagon-card:hover .card-shine {
  opacity: 1;
}

.card-content {
  position: relative;
  z-index: 2;
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.card-logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.card-type {
  position: relative;
  z-index: 2;
  font-size: 0.9rem;
  font-weight: 700;
  color: #cccccc;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  align-self: flex-start;
}

.card-middle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.logo-image {
  max-width: 120px;
  max-height: 60px;
  object-fit: contain;
  filter: brightness(0.6) contrast(1.4) saturate(0.3) opacity(0.9);
  mix-blend-mode: multiply;
  text-shadow: 
    0 1px 0 rgba(255, 255, 255, 0.1),
    0 -1px 0 rgba(0, 0, 0, 0.3),
    inset 0 1px 2px rgba(0, 0, 0, 0.5);
}

.logo-text {
  font-size: 1.2rem;
  font-weight: 900;
  color: rgba(100, 100, 100, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-shadow: 
    0 1px 0 rgba(255, 255, 255, 0.1),
    0 -1px 0 rgba(0, 0, 0, 0.4),
    inset 0 1px 2px rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}

.card-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-valid {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.card-label {
  position: relative;
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 500;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 0.2rem;
}

.card-customer-name {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(220, 220, 220, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 
    0 1px 0 rgba(255, 255, 255, 0.1),
    0 -1px 0 rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}

.card-date {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(220, 220, 220, 0.9);
  letter-spacing: 0.1em;
  text-shadow: 
    0 1px 0 rgba(255, 255, 255, 0.1),
    0 -1px 0 rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}

.card-number {
  position: relative;
  z-index: 2;
  font-family: 'Courier New', 'Monaco', monospace;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.2em;
  text-shadow: 
    0 1px 0 rgba(255, 255, 255, 0.1),
    0 -1px 0 rgba(0, 0, 0, 0.4),
    0 1px 2px rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  text-align: center;
}

.metallic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  pointer-events: none;
  z-index: 5;
  mix-blend-mode: soft-light;
  opacity: 0.6;
  transition: background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.metal-card .metallic-overlay {
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.04) 0%,
    rgba(180, 200, 220, 0.08) 20%,
    rgba(220, 230, 240, 0.05) 40%,
    rgba(255, 255, 255, 0.10) 50%,
    rgba(240, 220, 230, 0.05) 60%,
    rgba(200, 180, 220, 0.08) 80%,
    rgba(255, 255, 255, 0.04) 100%
  );
}

.gold-card .metallic-overlay {
  background: linear-gradient(
    45deg,
    rgba(184, 134, 11, 0.15) 0%,
    rgba(245, 158, 11, 0.25) 20%,
    rgba(251, 191, 36, 0.20) 40%,
    rgba(255, 235, 59, 0.35) 50%,
    rgba(251, 191, 36, 0.20) 60%,
    rgba(245, 158, 11, 0.25) 80%,
    rgba(184, 134, 11, 0.15) 100%
  );
}

.emerald-card .metallic-overlay {
  background: linear-gradient(
    45deg,
    rgba(5, 150, 105, 0.15) 0%,
    rgba(16, 185, 129, 0.25) 20%,
    rgba(34, 197, 94, 0.20) 40%,
    rgba(74, 222, 128, 0.35) 50%,
    rgba(34, 197, 94, 0.20) 60%,
    rgba(16, 185, 129, 0.25) 80%,
    rgba(5, 150, 105, 0.15) 100%
  );
}

.octagon-card:hover {
  box-shadow: 
    0 30px 60px rgba(0, 0, 0, 0.8),
    0 0 0 1px rgba(255, 255, 255, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 0 50px rgba(255, 255, 255, 0.1);
}

@media (max-width: 480px) {
  .card-stack {
    width: 90vw;
    height: 220px;
    touch-action: none;
    overscroll-behavior: none;
  }

  .octagon-card {
    width: 90vw;
    height: 220px;
    will-change: transform;
  }
  
  .card-stack .octagon-card[data-position="1"] {
    transform: translateY(10px) scale(0.96) rotateY(-3deg);
  }
  
  .card-stack .octagon-card[data-position="2"] {
    transform: translateY(20px) scale(0.92) rotateY(-6deg);
  }
  
  @keyframes slideCardUp {
    0% {
      transform: translateY(0px) scale(1) rotateY(0deg);
      z-index: 10;
      opacity: 1;
    }
    40% {
      transform: translateY(-100%) scale(1.1) rotateY(25deg);
      z-index: 10;
      opacity: 1;
    }
    70% {
      transform: translateY(-120%) scale(0.8) rotateY(80deg);
      z-index: 0;
      opacity: 0;
    }
    100% {
      transform: translateY(20px) scale(0.92) rotateY(-6deg);
      z-index: 1;
      opacity: 1;
    }
  }
  
  @keyframes hideCard {
    0% {
      transform: translateY(0px) scale(1) rotateY(0deg);
      z-index: 10;
      opacity: 1;
    }
    40% {
      transform: translateY(-100%) scale(1.1) rotateY(25deg);
      z-index: 10;
      opacity: 1;
    }
    70% {
      transform: translateY(-120%) scale(0.8) rotateY(80deg);
      z-index: 0;
      opacity: 0;
    }
    100% {
      transform: translateY(20px) scale(0.92) rotateY(-6deg);
      z-index: 1;
      opacity: 1;
    }
  }
}
  
  .card-content {
    padding: 1.2rem;
  }
  
  .logo-image {
    max-width: 80px;
    max-height: 40px;
  }
  
  .logo-text {
    font-size: 0.9rem;
  }
  
  .card-type {
    font-size: 0.8rem;
  }
  
  .card-number {
    font-size: 1.1rem;
    letter-spacing: 0.12em;
  }
  
  .card-customer-name,
  .card-date {
    font-size: 0.85rem;
  }
  
  .card-label {
    font-size: 0.55rem;
  }
}

