/** Shopify CDN: Minification failed

Line 658:0 Unexpected "}"

**/
/* ==========================================
   UNIVERSAL RIBBON BANNER CSS
   Works on ANY Shopify theme
   Brand Colors: #28282A, #FFFFFF, #000000
   ========================================== */

/* Reset & Base Styles */
.ribbon-banner-section * {
  box-sizing: border-box;
}

.ribbon-banner-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Spacing utilities */
.ribbon-spacing-top-0 { margin-top: 0; }
.ribbon-spacing-top-05 { margin-top: 0.5rem; }
.ribbon-spacing-top-1 { margin-top: 1rem; }
.ribbon-spacing-top-15 { margin-top: 1.5rem; }
.ribbon-spacing-top-2 { margin-top: 2rem; }

.ribbon-spacing-bottom-0 { margin-bottom: 0; }
.ribbon-spacing-bottom-05 { margin-bottom: 0.5rem; }
.ribbon-spacing-bottom-1 { margin-bottom: 1rem; }
.ribbon-spacing-bottom-15 { margin-bottom: 1.5rem; }
.ribbon-spacing-bottom-2 { margin-bottom: 2rem; }

/* Visibility controls */
@media (max-width: 749px) {
  .ribbon-desktop-only { display: none !important; }
}

@media (min-width: 750px) {
  .ribbon-mobile-only { display: none !important; }
}

/* Background image */
.ribbon-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

.ribbon-banner-container {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background-color: #28282A;
  color: #FFFFFF;
}

.ribbon-container-width {
  max-width: 1400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .ribbon-banner-container {
    flex-wrap: nowrap;
    gap: 2rem;
    padding: 1.2rem 2rem;
  }
}

.ribbon-banner-block {
  margin: 0;
  text-align: center;
}

/* Close Button */
.ribbon-close-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: transparent;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  padding: 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s;
  z-index: 10;
}

.ribbon-close-btn:hover {
  opacity: 1;
}

.ribbon-banner-hidden {
  display: none !important;
}

/* Typography */
.ribbon-heading {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  color: #FFFFFF;
}

.ribbon-caption {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  opacity: 0.85;
  margin: 0;
  color: #FFFFFF;
}

.ribbon-text {
  font-size: 1rem;
  margin: 0;
  line-height: 1.4;
  color: #FFFFFF;
}

.ribbon-text p {
  margin: 0;
}

/* Buttons */
.ribbon-buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.ribbon-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.ribbon-btn-primary {
  background: #000000;
  color: #FFFFFF;
  border-color: #000000;
}

.ribbon-btn-primary:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ribbon-btn-secondary {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.ribbon-btn-secondary:hover {
  background: #FFFFFF;
  color: #28282A;
}

/* Images */
.ribbon-image img {
  max-height: 60px;
  width: auto;
  object-fit: contain;
  display: block;
}

/* Icon */
.ribbon-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000000;
}

.ribbon-icon svg {
  width: 24px;
  height: 24px;
  fill: #FFFFFF;
}

/* Icon with Text */
.ribbon-icon-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 300px;
}

.ribbon-icon-text .icon-wrapper {
  flex-shrink: 0;
}

.ribbon-icon-text .text-wrapper {
  flex: 1;
  text-align: left;
}

.ribbon-icon-text .title {
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 0.25rem 0;
  color: #FFFFFF;
}

.ribbon-icon-text .description {
  font-size: 0.875rem;
  opacity: 0.85;
  margin: 0;
  color: #FFFFFF;
}

/* Stat Counter */
.ribbon-stat {
  text-align: center;
}

.ribbon-stat-number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0.25rem 0;
  color: #ffffff;
}

.ribbon-stat-label {
  font-size: 0.875rem;
  opacity: 0.85;
  margin: 0;
  color: #FFFFFF;
}

/* ==========================================
   MODERN DISCOUNT CODE STYLING
   ========================================== */

.ribbon-discount {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}

.discount-box {
  position: relative;
  background: #FFFFFF;
  border: 2px dashed #000000;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: stretch;
}

/* Shine Animation */
.discount-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  will-change: transform;
  pointer-events: none;
  z-index: 1;
  }

  .ribbon-discount:hover .discount-box::before {
  transform: translateX(100%);
  }
.ribbon-discount:hover .discount-box {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Discount Input */
.discount-input {
  border: none;
  background: transparent;
  color: #28282A;
  font-size: var(--discount-text-size, 1rem);
  font-weight: var(--discount-text-weight, 700);
  padding: 0.75rem 1rem;
  text-align: center;
  min-width: 100px;
  font-family: 'Courier New', Courier, monospace;
  letter-spacing: 0.15em;
  cursor: pointer;
  animation: pulse-code 2s ease-in-out infinite;
  position: relative;
  z-index: 2;
  outline: none;
}

@keyframes pulse-code {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.85;
  }
}

/* Copy Button */
.discount-copy-btn {
  background: #000000;
  color: #FFFFFF;
  border: none;
  padding: 0.75rem 1.2rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.discount-copy-btn:hover {
  background: #ffffff;
}

.discount-copy-btn.copied {
  background: #000000;
}

.discount-copy-btn svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* Discount Label */
.discount-label {
  display: block;
  font-size: 0.65rem;
  color: #28282A;
  opacity: 0.7;
  text-align: center;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* Glow Animation */
.discount-box-animated {
  animation: glow-ring 2s ease-in-out infinite;
}

@keyframes glow-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* ==========================================
   DISCOUNT CODE - GATED WITH PEEL EFFECT
   Professional implementation
   ========================================== */

.ribbon-discount-code {
  position: relative;
  display: inline-block;
}

.ribbon-discount-gated {
  position: relative;
  display: inline-block;
}

/* Main peel button */
.peel-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  
  /* Spacing */
  padding: 14px 60px 14px 20px;
  
  /* Shape */
  border: none;
  border-radius: 100px;
  
  /* Typography */
  color: var(--peel-text-color, #FFFFFF);
  font-weight: var(--gated-text-weight, 600);
  font-size: var(--gated-text-size, 1rem);
  line-height: 1.2;
  text-decoration: none;
  letter-spacing: -0.01em;
  
  /* Background - solid color with subtle gradient overlay */
  background: var(--peel-bg-color, #000000);
  
  /* Clean shadow - professional depth */
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  
  /* Important: keeps peel inside button */
  overflow: hidden;
  
  /* Interaction */
  cursor: pointer;
  transition: transform 0.2s ease, 
              box-shadow 0.2s ease, 
              background 0.2s ease, 
              color 0.2s ease;
  
  /* Smooth edges on all browsers */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icon container - subtle circle */
.peel-btn .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.peel-btn .icon svg {
  width: 20px;
  height: 20px;
  display: block;
  transition: color 0.2s ease;
  color: inherit;
}

/* Button text */
.peel-text {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

/* Subtle highlight edge */
.peel-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
  z-index: 1;
}

/* The peel effect - diagonal glossy overlay */
.peel-btn::after {
  content: '';
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  width: 130px;
  
  /* Ultra-smooth gradient with many stops */
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0.25) 20%,
    rgba(255, 255, 255, 0.15) 40%,
    rgba(255, 255, 255, 0.08) 60%,
    rgba(255, 255, 255, 0.03) 75%,
    rgba(0, 0, 0, 0.05) 100%
  );
  
  /* Minimal clip-path for maximum smoothness */
  clip-path: polygon(
    25% 0%,
    100% 0%,
    100% 100%,
    0% 100%
  );
  
  /* Gentler skew */
  transform: skewX(-12deg);
  transform-origin: top right;
  
  /* Subtle blur for smooth blending */
  filter: blur(0.5px);
  
  /* Subtle visibility */
  opacity: 0.55;
  
  /* Smooth transitions */
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.3s ease,
              filter 0.3s ease;
  
  pointer-events: none;
  z-index: 3;
}

/* Hover state - subtle lift */
.peel-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  background: var(--peel-bg-hover, #ffffff) !important;
  color: var(--peel-text-hover, #FFFFFF) !important;
}

/* Hover - enhance peel */
.peel-btn:hover::after {
  transform: skewX(-16deg) translateX(3px);
  opacity: 0.7;
  filter: blur(0.3px);
}

/* Active state - press down */
.peel-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

/* Focus state - accessibility */
.peel-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

/* ==========================================
   COUNTDOWN TIMER
   ========================================== */

.ribbon-countdown {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  font-family: 'Courier New', Courier, monospace;
}

.countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 50px;
}

.countdown-number {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  color: #FFFFFF;
}

.countdown-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-top: 0.25rem;
  opacity: 0.7;
  color: #FFFFFF;
}

.countdown-separator {
  font-size: 1.5rem;
  font-weight: 700;
  opacity: 0.5;
  color: #FFFFFF;
}

.countdown-end-message {
  text-align: center;
  font-size: 1rem;
  padding: 0.5rem;
}

.countdown-end-message p {
  margin: 0;
}

/* ==========================================
   RIBBON BANNER ANIMATIONS
   Continuous looping effects
   ========================================== */

/* Shimmer sweep — continuous light sweep across the ribbon */
.ribbon-banner-container {
  overflow: hidden;
}
.ribbon-banner-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, transparent 0%, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.06) 70%, transparent 100%);
  transform: translateX(-100%);
  animation: ribbonShimmer 4s ease-in-out infinite;
  will-change: transform;
  pointer-events: none;
  z-index: 2;
}

  @keyframes ribbonShimmer {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(200%); }
  }

}

/* Gentle pulse on the whole ribbon */
.ribbon-banner-container {
  animation: ribbonPulse 3.5s ease-in-out infinite;
}
@keyframes ribbonPulse {
  0%, 100% { filter: brightness(1); }
  50%      { filter: brightness(1.06); }
}

/* Heading bounce-in on load + subtle float loop */
.ribbon-banner-container .ribbon-heading {
  animation: ribbonHeadFloat 3s ease-in-out infinite;
}
@keyframes ribbonHeadFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-2px); }
}

/* Caption — gentle letter-spacing pulse */
.ribbon-banner-container .ribbon-caption {
  animation: ribbonCaptionPulse 2.5s ease-in-out infinite;
}
@keyframes ribbonCaptionPulse {
  0%, 100% { letter-spacing: 0.1em; opacity: 0.85; }
  50%      { letter-spacing: 0.18em; opacity: 1; }
}

/* Reduced motion — disable all ribbon animations */
@media (prefers-reduced-motion: reduce) {
  .ribbon-banner-section::after,
  .ribbon-banner-container,
  .ribbon-banner-container .ribbon-heading,
  .ribbon-banner-container .ribbon-caption {
    animation: none !important;
    filter: none !important;
  }
}

/* ==========================================
   RESPONSIVE ADJUSTMENTS
   ========================================== */

@media (max-width: 767px) {
  .ribbon-banner-container {
    text-align: center;
    flex-direction: column;
    gap: 0.4rem;
    padding: 0.7rem 1rem;
  }

  .ribbon-heading {
    font-size: 1rem;
    line-height: 1.2;
  }

  .ribbon-caption {
    font-size: 0.65rem;
    letter-spacing: 0.12em;
  }

  .ribbon-text {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .ribbon-text p {
    margin: 0;
  }
  
  .ribbon-stat-number {
    font-size: 1.75rem;
  }
  
  .countdown-number {
    font-size: 1.25rem;
    padding: 0.4rem 0.6rem;
  }
  
  .discount-input {
    font-size: 0.9rem;
    padding: 0.6rem 0.8rem;
  }
  
  .discount-copy-btn {
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
  }
  
  /* Peel button - mobile optimization */
  .peel-btn {
    padding: 12px 50px 12px 18px;
    font-size: 0.9375rem;
    gap: 8px;
  }
  
  .peel-btn .icon {
    width: 28px;
    height: 28px;
  }
  
  .peel-btn .icon svg {
    width: 18px;
    height: 18px;
  }
  
  .peel-btn::after {
    width: 85px;
  }

  /* Blocks stack nicely on mobile */
  .ribbon-banner-block {
    width: 100%;
  }

  .ribbon-buttons {
    justify-content: center;
  }

  .ribbon-icon-text {
    max-width: 100%;
    justify-content: center;
  }
}

/* ==========================================
   ACCESSIBILITY
   ========================================== */

.ribbon-btn:focus,
.discount-copy-btn:focus,
.ribbon-close-btn:focus {
  outline: 2px solid #000000;
  outline-offset: 2px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ==========================================
   ALIGNMENT UTILITIES
   ========================================== */

.ribbon-align-left {
  justify-content: flex-start;
  text-align: left;
}

.ribbon-align-center {
  justify-content: center;
  text-align: center;
}

.ribbon-align-right {
  justify-content: flex-end;
  text-align: right;
}

/* ==========================================
   BORDER OPTIONS
   ========================================== */

.ribbon-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ribbon-border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
