/** Shopify CDN: Minification failed

Line 400:9 Expected identifier but found whitespace
Line 400:11 Unexpected "{"
Line 400:20 Expected ":"
Line 400:49 Expected ":"
Line 508:11 Expected identifier but found whitespace
Line 508:13 Unexpected "{"
Line 508:22 Expected ":"
Line 508:50 Expected ":"
Line 517:11 Expected identifier but found whitespace
Line 517:13 Unexpected "{"
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
/* Video Background Styling */
  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .choosen-products-gallery-container {
    position: relative;
    margin-top: 0px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 50px;
    overflow: hidden;
  }

  .bf-badge{
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #000;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    padding: 4px 5px;
    z-index: 1;
    pointer-events: none;
  }

  /* Gallery discount badge styling */
  .gallery-discount-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background: var(--discount-badge-color, #ff4444);
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 5px;
    z-index: 10;
    text-transform: uppercase;
    pointer-events: none;
  }
  
  .card-container {
    position: relative;
    width: 300px;
    height: 400px;
    padding: 20px;
    margin: 0px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    overflow: hidden;
  }

/*Mobile*/

@media (max-width: 375px){
  .product-gallery-title h1{
    font-size: 26px;
  }
  .product-gallery-title p{
    font-size: 12px !important;
    box-sizing: border-box;
  }
  
}
@media (max-width: 768px) {
    .choosen-products-gallery-container {
        padding-left: 20px;
        padding-right: 20px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      background-color: #303135;
    }

    .card-container {
        flex: 0 0 calc(80% - 20px);
        scroll-snap-align: center;
    }

    .product-gallery-title p{
      font-size: 14px !important;
      padding-bottom: 6px;
      padding-right: 8px;
      padding-left: 8px;
      box-sizing: border-box;
    }
  
    .product-gallery-title {
      margin-top: 20px;
      margin-bottom: 6px;
      box-sizing: border-box;
    }
}

  .original-price{
    text-decoration: line-through;
  }
  .discount-price{
    font-weight: bold;
  }

  .card-container[data-status="hovered"] {
    transform: scale(1.1);
    background-color: white;
  }

  .card-container[data-status="not-hovered"] {
    transform: scale(0.95);
    background-color: #ffffff;
  }

  .card-content {
    transition: opacity 0.3s;
  }

  .card-container img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .product-name {
    font-size: 14px;
    text-align: center;   
    margin: 5px 0;           
  }

  .price-container {
    height: 80px;
    text-align: center;
  }
  
  .product-gallery-title {
    text-align: center;
    color: #FFFFFF !important;
    max-width: 100vw;
    width: 100%;
    background-color: #1A1A1A;
  }
  
  .product-gallery-title h1 {
    text-align: center;
    color: #FFFFFF !important;
    width: 100%;
    background-color: #1A1A1A;
    margin-bottom: 6px;
  }
  
  .product-gallery-title p {
    text-align: center;
    font-size: 22px;
    color: #FFFFFF !important;
    width: 100%;
    margin-top: 11px;
    margin-bottom: 6px;
    padding-bottom: 10px;
  }

  a {
      color: inherit;
      text-decoration: none;
  }
  
  a:hover {
      color: inherit;
      text-decoration: none;
  }
/* Base Styles */
.countdown-wrapper {
  text-align: center;
  margin-bottom: 4px;
}

.timer-link {
  text-decoration: none;
  color: inherit;
}

/* Desktop Layout */
.desktop-layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px;
  height: 150px;
  color: white;
}

.desktop-title p {
  margin: 0;
  font-size: clamp(18px, 4vw, 24px);
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.desktop-countdown {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'DIN Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.desktop-countdown .countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.desktop-countdown .countdown-unit span {
  font-size: clamp(32px, 8vw, 48px);
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
  line-height: 1;
}

.desktop-countdown .countdown-unit small {
  font-size: 12px;
  color: #afafaf;
  font-weight: normal;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.desktop-countdown .separator {
  font-size: clamp(32px, 8vw, 48px);
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}

.desktop-caption p,
.desktop-subcaption p {
  margin: 0;
  color: white;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.desktop-caption p {
  font-size: clamp(14px, 3vw, 18px);
}

.desktop-subcaption p {
  font-size: clamp(12px, 2.5vw, 16px);
  color: #afafaf;
  font-weight: 300;
}

/* Mobile Layout */
.mobile-layout {
  position: relative;
  width: 100%;
  height: 120px;
  display: none;
  overflow: hidden;
}

.mobile-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.countdown-timer-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 4px;
}

.mobile-title p {
  margin: 0;
  font-size: clamp(20px, 7vw, 28px);
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
  line-height: 1;
  text-align: center;
}

.mobile-countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 5vw, 20px);
}

.mobile-countdown .countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.mobile-countdown .countdown-unit span {
  font-size: clamp(28px, 10vw, 40px);
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
  line-height: 0.9;
  font-family: 'DIN Next', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.mobile-countdown .countdown-unit small {
  font-size: clamp(12px, 3.6vw, 16px);
  color: #cccccc;
  font-weight: normal;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  line-height: 1;
}

.mobile-caption p {
  margin: 0;
  font-size: clamp(16px, 5vw, 22px);
  color: white;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
  line-height: 1;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .desktop-layout {
    display: none;
  }
  
  .mobile-layout {
    display: block;
  }
}
.percentage-carousel {
  margin: 0;
  padding: 0;
  background-color: black;
  display: flex;
  justify-content: center;
  height: 50vh;
}

.pc-container {
  display: flex;
  gap: 0;
  width: 100vw;
  overflow-x: hidden;
}

.pc-image-container {
  position: relative;
  width: 33.33%;
  height: {{ section.settings.desktop_height }}vh;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.pc-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

/* Percentage Text (Always White on Mobile) */
.pc-percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 6.7rem;
  color: white; /* Ensures white text on all devices */
  transition: color 0.3s ease;
  margin: 0;
  pointer-events: none;
}

/* Hover Text: Default Hidden & Slides in on Hover */
.pc-hover-text {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -30px; /* Initially hidden below */
  font-size: 3rem;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-weight: 200;
  opacity: 0;
  margin: 0;
  pointer-events: none;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}

/* Hover Effect: Image Opacity & Slide Text In */
.pc-image-container:hover .pc-image {
  opacity: 0.6;
}

.pc-image-container:hover .pc-percentage {
  color: #FFF;
}

.pc-image-container:hover .pc-hover-text {
  bottom: 15px; /* Slides up */
  opacity: 1;
}

/* Mobile: Swipe Indicator */
.pc-swipe-indicator {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  color: white;
  font-weight: 100;
  animation: slowBlink 2s infinite; /* Slower blinking */
  transition: opacity 0.5s ease;
}

@media (min-width: 769px) {
  .pc-swipe-indicator {
    display: none;
  }
}

@keyframes slowBlink {
  0% { opacity: 1; }
  50% { opacity: 0.3; }
  100% { opacity: 1; }
}

@media (max-width: 768px) {
  /* Mobile scrollbar indicator */
.pc-scroll-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 2px;
  background-color: gray;
  border-radius: 10px;
  transition: width 0.3s ease, opacity 0.5s ease;
}

/* Active state for indicator */
.pc-container.scrolling .pc-scroll-indicator {
  width: 30%; /* Expands slightly when scrolling */
}

  .pc-container.scrolled .pc-scroll-indicator {
  opacity: 0;
}

  .pc-container {
    flex-direction: row;
    height: {{ section.settings.mobile_height }}vh;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  .pc-image-container {
    width: 100vw;
    height: {{ section.settings.mobile_height }}vh;
    flex-shrink: 0;
    scroll-snap-align: center;
  }

  .pc-percentage {
    font-size: 4rem;
  }

  .pc-hover-text {
    bottom: 30px;
    font-size: 1.5rem;
    opacity: 1; /* Always visible on mobile */
  }

  .pc-image-container:hover .pc-image {
    opacity: 0.4;
  }

  .pc-image-container:hover .pc-percentage {
    color: #FFF;
  }
}