/** Shopify CDN: Minification failed

Line 690:10 Unexpected "{"
Line 690:19 Expected ":"
Line 691:14 Expected identifier but found whitespace
Line 691:16 Unexpected "{"
Line 691:25 Expected ":"
Line 691:51 Expected ":"
Line 692:17 Expected identifier but found whitespace
Line 692:19 Unexpected "{"
Line 692:28 Expected ":"
Line 692:57 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:ci-collection-style1 (INDEX:11, SCOPED:FALSE) */
/* .slick-list.draggable::after {
    content: '';
        background: #0000002b;
        position: absolute;
        wop: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 100000;
    } */
              .collection-product-wrapper {
                display: flex;
                column-gap:50px;
                width: 100%;
                height: initial;
                align-items: stretch;
            }
              .product-list {
                width: 100%;
                display: flex;
                flex-wrap: wrap;
                height: initial;
                align-items: stretch;
            }
            .product-item {
              max-width: 50%;
              width: 100%;
          }
          .featured-product{
            max-width: 778px;
            width: 100%;
            position:relative;
          }
        .featured-product img {
            max-width: 778px;
            width: 100%;
            max-height: 741px;
            height: 100%;
        }.ci-product-style1-image-pr1{
            max-width:778px;
            width:100%;

        }
        .ci-section-heading.ci-heading-collection-style1{
          /* position: absolute; */
          /* top: 0px;
          left: 0px;
          z-index: 1; */
          /* color: white; */
          font-size: 36px;
          font-family: "DIN 2014 Bold";
          font-weight: 700;
          text-transform: uppercase;
          line-height: 43.20px;
          word-wrap: break-word;
          /* width: 270px; */
          width: auto;
          margin-bottom: -8px;
          /* padding: 34px 53px; */
          background: #00000045;
          border-radius: 0 50% 50%;
        }.ci-collection-style-1-pagewrap{
          flex-direction: column;
          justify-content: center;
          align-items: center;
      }
        .featured-product .card__information{
          display: flex;
          padding: 0;
          justify-content: space-between;
          align-items: end;
        }
     .featured-product .card__content.ci-relative.sw-card{
        padding-left:0 ;
       padding-right: 0;
      }/*New Changes related to add to cart button*/
     div#homepage-collection-style1 .ci-collection-style-1-pagewrap .collection-product-wrapper .featured-product .card-wrapper{

    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
      }div#homepage-collection-style1 .ci-collection-style-1-pagewrap .collection-product-wrapper .featured-product .card-wrapper .sw-pr-card.sw-pr-button-style.sw-pr-tag.card__content{
        padding-bottom: 0px;
      }
  div#homepage-collection-style1 .ci-collection-style-1-pagewrap .collection-product-wrapper .featured-product .card-wrapper  .sw-card .quick-add {
    height: fit-content;
    max-width: 215px;
  } 
   div#homepage-collection-style1 .ci-collection-style-1-pagewrap .collection-product-wrapper .featured-product .product-item {
  margin: 10px 0;
}
.featured-product .sw-pr-card.sw-pr-button-style.sw-pr-tag.card__content {
  row-gap: 20px;

}
/*end of New Changes related to add to cart button*/
/* END_SECTION:ci-collection-style1 */

/* START_SECTION:ci-collection-style2 (INDEX:12, SCOPED:FALSE) */
.swcjk-collection-product-wrapper {
    display: flex;
    column-gap: 50px;
    align-items: stretch;
  }
  
  /* Column invert functionality */
  .swcjk-collection-product-wrapper.swcjk-inverted {
    flex-direction: row-reverse;
  }
  
  .swcjk-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1;
  }
  
  .swcjk-product-item {
    flex: 1 1 calc(50% - 10px);
    min-width: 200px;
  }
  
  .swcjk-featured-product {
    flex: 1;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
  }
  
  .swcjk-featured-product img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    flex: 1;
  }
  
  /* Gradient overlay - left to right (default) */
  .swcjk-featured-product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
    z-index: 1;
  }
  
  /* Inverted gradient - right to left when columns are inverted */
  .swcjk-collection-product-wrapper.swcjk-inverted .swcjk-featured-product::before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), transparent);
  }
  
  .swcjk-featured-product-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
  }
  
  /* Inverted content positioning - align to right when columns are inverted */
  .swcjk-collection-product-wrapper.swcjk-inverted .swcjk-featured-product-content {
    align-items: flex-end;
    text-align: right;
  }
  
  .swcjk-collection-product-wrapper.swcjk-inverted .swcjk-button-style-2 {
    align-self: flex-end;
  }
  
  .swcjk-section-heading.swcjk-heading-collection-style2 {
    color: white;
    font-size: 36px;
    font-family: "DIN 2014 Bold", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    max-width: 300px;
  }
  
  .swcjk-collection-style-2-pagewrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
 
  .swcjk-button-style-2 {
    background: #003296;
    width: 214px;
    height: 49px;
    line-height: 49px;
    padding: 0 20px;
    color: #fff;
    font-size: 11.92px;
    font-family: "Noto Sans", Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    align-self: flex-start;
  }
  
  .swcjk-button-style-2:hover {
    background: #002266;
  }
  .swcjk-featured-product-content > * {
  height: 50%;
  display: flex;
 align-items: end;
}

  
  /* Responsive adjustments */
  @media screen and (max-width: 768px) {
    .swcjk-collection-product-wrapper {
      flex-direction: column;
      gap: 30px;
    }
    
    .swcjk-collection-product-wrapper.swcjk-inverted {
      flex-direction: column;
    }
    
    .swcjk-product-item {
      flex: 1 1 100%;
    }
    
    .swcjk-featured-product-content {
      padding: 20px;
    }
    
    .swcjk-section-heading.swcjk-heading-collection-style2 {
      font-size: 28px;
    }
  }
  
  @media screen and (max-width: 480px) {
    .swcjk-section-heading.swcjk-heading-collection-style2 {
      font-size: 24px;
    }
    
    .swcjk-button-style-2 {
      width: 180px;
      font-size: 10px;
    }
  }
/* END_SECTION:ci-collection-style2 */

/* START_SECTION:ci-collection-style3 (INDEX:13, SCOPED:FALSE) */
.swcjk-collection-style-3-wrapper {
        display: flex;
        column-gap: 50px;
        align-items: stretch;
        padding-bottom: 80px;
        width: 100%;
      }

      /* Column invert functionality */
      .swcjk-collection-style-3-wrapper.swcjk-inverted {
        flex-direction: row-reverse;
      }

      .swcjk-collection-style-3-product-list {
        /* display: flex;
        flex-wrap: wrap;
        flex: 3; */
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
      }



      .swcjk-collection-style-3-product-item {
        /* flex: 1 1 30%; */
        min-width: 150px;
      }

      .swcjk-collection-style-3-featured-product {
        flex: 2;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        width: 100%;
        min-width: 38%;
        max-width: 400px;
      }

      .swcjk-collection-style-3-featured-product img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
        flex: 1;
      }

      /* Gradient overlay - bottom to top */
      .swcjk-collection-style-3-featured-product::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
        z-index: 1;
      }

      .swcjk-collection-style-3-featured-product-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 40px;
      }

      /* Inverted content positioning - align to right when columns are inverted */
      .swcjk-collection-style-3-wrapper.swcjk-inverted .swcjk-collection-style-3-featured-product-content {
        align-items: flex-end;
        text-align: right;
      }

      .swcjk-collection-style-3-section-heading {
        color: white;
        font-size: 36px;
        font-family: "DIN 2014 Bold", Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1.2;
        margin: 0 0 20px 0;
        max-width: 300px;
      }

      .swcjk-collection-style-3-pagewrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 0;
      }

      .swcjk-collection-style-3-button {
        background: transparent;
        border: 2px solid white;
        width: 214px;
        height: 49px;
        line-height: 45px;
        padding: 0 20px;
        color: #fff;
        font-size: 11.92px;
        font-family: "Noto Sans", Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        border-radius: 4px;
        transition: all 0.3s ease;
      }

      .swcjk-collection-style-3-button:hover {
        background: white;
        color: black;
      }

      /* Responsive adjustments */
    @media screen and (max-width: 1280px) {
      .swcjk-collection-style-3-featured-product{
        min-width: 35%;
      }
    }
    @media screen and (max-width: 1019px) {
      .swcjk-collection-style-3-wrapper {
          flex-direction: column;
          gap: 30px;
        width: 100%;
        }

        .swcjk-collection-style-3-wrapper.swcjk-inverted {
          flex-direction: column;
        }

        .swcjk-collection-style-3-product-item {
          flex: 1 1 30%;
        }
      .swcjk-collection-style-3-featured-product{
        min-width: 100%;
      }
    }

      @media screen and (max-width: 768px) {


        .swcjk-collection-style-3-featured-product-content {
          padding: 20px;
        }

        .swcjk-collection-style-3-section-heading {
          font-size: 28px;
        }
      }

      @media screen and (max-width: 480px) {
        .swcjk-collection-style-3-section-heading {
          font-size: 24px;
        }

        .swcjk-collection-style-3-button {
          width: 180px;
          font-size: 10px;
        }
      }
      @media screen and (min-width: 989px) {
         .swcjk-collection-style-3-product-item:nth-of-type(4) {
            display: none;
          }
        .swcjk-collection-style-3-product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
      }
/* END_SECTION:ci-collection-style3 */

/* START_SECTION:ci-sound-samples (INDEX:32, SCOPED:FALSE) */
.sw-kjc-sound-samples-wrapper {
  padding: 0;
}

.sw-kjc-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sw-kjc-title-wrapper {
  margin-bottom: 3rem;
}

.sw-kjc-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

.sw-kjc-samples-container {
  max-width: 900px;
  margin: 0 auto;
}

.sw-kjc-audio-item {
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease;
}

.sw-kjc-audio-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sw-kjc-audio-player {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.sw-kjc-play-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.sw-kjc-play-button:hover {
  transform: scale(1.05);
}

.sw-kjc-play-icon,
.sw-kjc-pause-icon {
  width: 24px;
  height: 24px;
}

.sw-kjc-audio-info {
  flex: 1;
  min-width: 0;
}

.sw-kjc-sample-name {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.sw-kjc-progress-container {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sw-kjc-progress-bar {
  flex: 1;
  height: 6px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.sw-kjc-progress-fill {
  height: 100%;
  background: #000;
  width: 0%;
  border-radius: 3px;
  transition: width 0.05s linear;
}

.sw-kjc-time {
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.sw-kjc-volume-control {
  position: relative;
  flex-shrink: 0;
}

.sw-kjc-volume-button {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}

.sw-kjc-volume-button svg {
  width: 24px;
  height: 24px;
}

.sw-kjc-volume-slider-container {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 12px 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.sw-kjc-volume-slider-container.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(-50%) translateY(-12px);
}

.sw-kjc-volume-slider {
  writing-mode: vertical-lr;
  direction: rtl;
  width: 6px;
  height: 100px;
  -webkit-appearance: slider-vertical;
  appearance: slider-vertical;
  cursor: pointer;
  background: transparent;
}

.sw-kjc-volume-slider::-webkit-slider-runnable-track {
  width: 6px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.sw-kjc-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  margin-left: -4px;
}

.sw-kjc-volume-slider::-moz-range-track {
  width: 6px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.sw-kjc-volume-slider::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.sw-kjc-audio-element {
  display: none;
}

.sw-kjc-more-button-wrapper {
  text-align: center;
  margin-top: 2rem;
}

.sw-kjc-more-samples-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.sw-kjc-more-samples-btn svg {
  width: 16px;
  height: 16px;
}

.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

@media screen and (max-width: 749px) {
  .sw-kjc-title {
    font-size: 1.5rem;
  }
  
  .sw-kjc-audio-player {
    gap: 0.75rem;
  }
  
  .sw-kjc-play-button {
    width: 40px;
    height: 40px;
  }
  
  .sw-kjc-sample-name {
    font-size: 0.75rem;
  }
  
  .sw-kjc-time {
    font-size: 0.6875rem;
  }
}
/* END_SECTION:ci-sound-samples */