/** Shopify CDN: Minification failed

Line 596:12 Expected identifier but found whitespace
Line 596:14 Unexpected "{"
Line 596:24 Expected ":"
Line 596:56 Expected ":"

**/
/* 360 img Rotation */
.section-padding:has(.cs-main-banner),
.page-width.relative:has(.cs-main-banner) {
  padding-inline: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}
.cs-main-banner {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#current-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    -webkit-user-drag: none;
    cursor: grab;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

#current-image:active {
    cursor: grabbing;
}

.cs-banner-name {
    position: absolute;
    top: 60px;
    left: 60px;
    color: #fff;    
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 2px;
    pointer-events: none;
    z-index: 10;
}

.cs-banner-360 {
    position: absolute;
    bottom: 80px;
    right: 60px;
    width: 65px;
    pointer-events: none;
    z-index: 10;
    opacity: 0.8;
}
.cs-banner-360 svg {
    width: 100%;
    height: auto;
    display: block;
}
.cls-14658 {
    fill: #fff;
}

.hint {
    position: absolute;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 5px;
    z-index: 1000;
    text-align: center;
    pointer-events: none;
    white-space: nowrap;
}
#drag-hint {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 20;
}

@media (max-width: 768px) {
    .cs-banner-name {
        width: 100%;      
        left: 22%;
        font-size: 26px;
        letter-spacing: 1px;
    }
  
    .cs-banner-360 {
        bottom: 40px;
        right: 40px;
        width: 50px;
    }
}    
/* 360 img Rotation */


/* Marquee Section Styles  */ 
  .section-padding:has(.marquee-gallery),
  .page-width.relative:has(.marquee-gallery) {
    padding-inline: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
  }

  .marquee-gallery {
    width: 100vw;
    display: block; 
    overflow: hidden;
    background-color: #171717;
  }

  .marquee-text-bar {
    background-color: #232323;
    color: #ffffff;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .marquee-text-content {
    display: inline-flex;
    white-space: nowrap;
    animation: marquee-text-scroll 30s linear infinite; 
    will-change: transform;
  }

  .marquee-text-group {
    display: flex;
    flex-shrink: 0;
  }

  .marquee-text-item {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 40px; 
  }

 
  .marquee-image-strip {
    overflow: hidden;
    position: relative;
    width: 100%;
   
  }

  .marquee-image-content {
    display: inline-flex;
    animation: marquee-image-scroll 40s linear infinite;
    will-change: transform;
  }

  .marquee-image-group {
    display: flex;
    flex-shrink: 0;
  }

  .marquee-image-item {
    flex-shrink: 0;
    height: 330px;

  }

  .marquee-image-item img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important; 
    object-fit: cover;
    
    display: block;
  }
 
  .marquee-gallery:hover .marquee-text-content,
  .marquee-gallery:hover .marquee-image-content {
    animation-play-state: paused;
  }

  @keyframes marquee-text-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
  }

  @keyframes marquee-image-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
  }

 
  @media screen and (max-width: 768px) {
    .marquee-image-item { 
      height: 200px;   
    }

    .marquee-text-item { 
      font-size: 14px;     
    }
    .marquee-image-content {
      animation-duration: 25s !important; 
    }

    .marquee-text-content {
      animation-duration: 20s !important;
    }
  }

/* Marquee Section Styles Ending */


/* Masonry Photo Grid */
    .vertical-gallery-section {
        background-color: #000000;
        padding: 60px 0 0;
        overflow: hidden;
        font-family: inherit;
    }

    .gallery-header {
        max-width: 680px;
        margin: 0 auto 40px;
        text-align: center;
        padding: 0 20px;
    }

    .gallery-title {
        font-size: 32px;
        font-weight: 700;
        margin-bottom: 16px;
        color: #ffffff;
    }

    .gallery-desc {
        font-size: 16px;
        line-height: 1.5;
       color: #a9a9a9;
    }

    .vertical-gallery-container {
        position: relative;
        height: 750px;
        overflow: hidden;
    }

    .fade-overlay {
        position: absolute;
        left: 0;
        right: 0;
        height: 100px;
        z-index: 2;
        pointer-events: none;
display: block !important;
    }

    .vertical-gallery-container .overlay-top {
        top: 0;
        background: linear-gradient(to bottom, #000000 20%, rgba(23, 23, 23, 0) 100%);
    }

    .vertical-gallery-container .overlay-bottom {
        bottom: 0;
        background: linear-gradient(to top, #000000 20%, rgba(23, 23, 23, 0) 100%);
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 12px;
        padding: 0 12px;
        height: 100%;
    }

    .gallery-column {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: 100%;
    }

    .column-track {
        display: flex;
        flex-direction: column;
        gap: 12px;
        flex-shrink: 0;
        margin-bottom: 12px; 
        will-change: transform; 
    }

    .column-track img {
        width: 100%;
        aspect-ratio: 4 / 5;
        object-fit: cover;
        border-radius: 6px;
        display: block;
    }

    .scroll-up {
        animation: moveUp 25s linear infinite;
    }

    .scroll-down {
        animation: moveDown 25s linear infinite;
    }

    .vertical-gallery-container:hover .column-track {
        animation-play-state: paused;
    }

    @keyframes moveUp {
        0% { transform: translateY(0); }
        100% { transform: translateY(-100%); }
    }

    @keyframes moveDown {
        0% { transform: translateY(-100%); }
        100% { transform: translateY(0); }
    }


    @media (max-width: 768px) {
        .vertical-gallery-container {
            height: 480px; 
        }

        .gallery-grid {
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
            padding: 0 8px;
        }
        .gallery-column:nth-child(n+4) {
            display: none;
        }

        .column-track {
            gap: 8px;
            margin-bottom: 8px;
        }
.gallery-title{
font-size:22px;
}
    }
/* Masonry Photo Grid */


/* AS SEEN IN THE PRESS */
  .featured-in-wrap {
    padding: 20px;
    position: relative;
  }

  .feature-title-num {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }

  .slider-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 340px;
  }

  .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.5s ease;
    transform-origin: center center;
  }

  .feature-card {
    background: #1a1a1a;
    border: 1px solid #e4d8c5;
    border-radius: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 80px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    text-align: center;
  }

  .card-logo {
    width: 180px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card-logo img {
    width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
  }

 
  .card-text blockquote {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 19px;
    line-height: 1.6;
    font-style: normal;
  }

  .card-text cite {
    display: block;
    margin-top: 14px;
    font-size: 14px;
    color: #e4d8c5;
    font-style: normal;
    letter-spacing: 0.5px;
  }

  .card-text cite a {
    color: #e4d8c5;
    text-decoration: underline;
    transition: opacity 0.2s ease;
  }

  .card-text cite a:hover {
    opacity: 0.8;
  }

  .slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(0, 0) rotate(0deg);
    z-index: 4;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
  }

  .slide.stack-1 {
    opacity: 0.92;
    visibility: visible;
    transform: translate(6px, 6px) rotate(1.2deg);
    z-index: 3;
  }

  .slide.stack-2 {
    opacity: 0.84;
    visibility: visible;
    transform: translate(12px, 12px) rotate(2.4deg);
    z-index: 2;
  }

  .slide.stack-3 {
    opacity: 0.75;
    visibility: visible;
    transform: translate(18px, 18px) rotate(3.6deg);
    z-index: 1;
  }

  .slide.out-right {
    opacity: 0 !important;
    visibility: visible !important;
    transform: translate(130vw, 30px) rotate(15deg) !important;
    z-index: 5;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s ease;
  }

  .slide.out-left {
    opacity: 0 !important;
    visibility: visible !important;
    transform: translate(-130vw, 30px) rotate(-15deg) !important;
    z-index: 5;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1s ease;
  }

  .nav-btn {
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    background: rgba(20, 20, 20, 0.8);
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }

  #prev {
    left: 40px;
  }

  #next {
    right: 40px;
  }

  .nav-btn:hover:not(:disabled) {
    background: #fff;
    color: #000;
    border-color: #fff;
  }

  .nav-btn:disabled {
    opacity: 0.15;
    cursor: not-allowed;
    border-color: rgba(255, 255, 255, 0.05);
  }

  @media (max-width: 768px) {
    .featured-in-wrap {
      padding: 60px 15px 110px;
    }
 .feature-title-num {
font-size:24px;
}
    .slider-container {
      height: auto;
      min-height: 280px;
      max-width: 100%;
    }

    .feature-card {
      padding: 30px 20px;
    }

    .card-logo {
      width: 140px;
      margin-bottom: 20px;
    }

    .card-text blockquote {
      font-size: 16px;
    }

    .slide.stack-1 {
      transform: translate(4px, 4px) rotate(1.4deg);
    }

    .slide.stack-2 {
      transform: translate(8px, 8px) rotate(2.6deg);
    }

    .slide.stack-3 {
      display: none;
    }

    .nav-btn {
      position: absolute !important;
      top: auto !important;
      bottom: 40px !important;
      transform: none !important;
    }

    #prev {
      left: calc(50% - 55px) !important;
    }

    #next {
      left: calc(50% + 5px) !important;
      right: auto !important;
    }
  }
/* AS SEEN IN THE PRESS */


/*  Video Text Tabs */


.fvt-container {
  max-width: {{ settings.page_width | default: 1200 }}px;
  margin: 0 auto;
  padding: 0 20px;
}

.fvt-nav-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 24px;
}
.fvt-nav-wrap::-webkit-scrollbar {
  display: none;
}

.fvt-nav {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 36px;
  width: max-content;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 0 12px 0;
}

.fvt-indicator {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: var(--tab-indicator);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 2px;
}

.fvt-btn {
  background: transparent;
  border: none;
  color: var(--tab-text-inactive);
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 4px;
  transition: color 0.2s ease;
  outline: none;
}

.fvt-btn.active {
  color: var(--tab-text-active);
  font-weight: 700;
}

.fvt-content-wrap {
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.fvt-content-wrap.is-dragging {
  cursor: grabbing;
}

.fvt-panel {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.fvt-panel.active {
  display: block;
  opacity: 1;
}

.fvt-desc {
  color: var(--desc-color);
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 1.5;
}

.fvt-stage {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  background: #0d0d0d;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  position: relative;
}

.fvt-video-player {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
  pointer-events: none; 
}

.fvt-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 14px;
}

@media screen and (max-width: 749px) {
  .fvt-nav {
    gap: 20px;
    justify-content: flex-start;
  }
  .fvt-btn {
    font-size: 15px;
  }
  .fvt-stage {
    border-radius: 12px;
  }
  .fvt-video-player {
    border-radius: 12px;
  }
}

/*  Video Text Tabs */