/** Shopify CDN: Minification failed

Line 32:8 Unexpected "{"
Line 32:9 Expected identifier but found "%"
Line 32:40 Unexpected "{"
Line 32:41 Expected identifier but found "%"

**/
          .custom-collection-section {
        background-color: #000;
        color: #fff;
        padding: var(--section-padding-desktop);
      }

      .custom-collection-section .collection-block + .collection-block{
        margin-top: 60px;
      }

      .custom-collection-section .collection-block h1 {
    margin:0px;
        margin-bottom: 12px;
        color: #FFF;
  font-size: 50px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
  text-transform: uppercase;
      }
       .custom-collection-section .collection-block .collection_desc {
    width:100%;
    max-width: 800px;
        {% comment %} font-weight: 400; {% endcomment %}
  color: var(--White, #FFF);
  font-weight: 300;
  margin-bottom:30px;
      }

      .custom-collection-section .collection-block .chapter-content .description {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin:0px;
    letter-spacing: 0%;
    margin-bottom:30px;
      }

      .custom-collection-section .collection-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 10px;
        row-gap:30px;
      }

      .custom-collection-section .collection-item {
        background-color: #333;
        padding: 20px;
        text-align: center;
        border-radius: 8px;
      }

      .custom-collection-section .product img {
        width: 100%;
        height: auto;
        border-radius: 8px;
      }
      .custom-collection-section .chapter-card {
      background: #1A1A1A;
      border-radius: 16px;
      overflow: hidden;
      width:100%;
      line-height:0;
    }
    .custom-collection-section .chapter-card .chapter-content{
        padding: 20px;
    }
    .custom-collection-section .chapter-img {
      width: 100%;
      object-fit: cover;
      aspect-ratio:16/9;
    }
    .custom-collection-section .chapter-content h5{
    font-weight: 400;
    font-style: Medium;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0%;
    margin:0px;
    }
    .custom-collection-section .collection-block + .collection-block{
        margin-top:80px;
    }
    .custom-collection-section .chapter-meta {
          display: flex;
        justify-content: flex-start;
        gap: 20px;
        color: #FFFFFF;
        font-weight:300;
        font-size: 14px;
        line-height: 150%;
        letter-spacing: 0%;
        margin:14px 0px;
    }
    .custom-collection-section .chapter-meta span{
            display: flex;
        align-items: center;
        gap: 8px;
    }
    .custom-collection-section .chapter-card .description{
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    }
    .custom-collection-section .price_wrap{
      display: flex;
      align-items: center;
      margin-bottom:20px;
     }
    .custom-collection-section .price {
   margin:0;
    font-weight: 300;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    }
    .custom-collection-section .save-text{
        margin:0px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid  #242424;
    background:  #242424;
    color: var(--White, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
        height: fit-content;
         margin-left:10px !important;
       }
    @media only screen and (max-width:1020px){
     .custom-collection-section .collection-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    @media only screen and (max-width:767px){
      .custom-collection-section .collection-grid {
        grid-template-columns: repeat(1, 1fr);
      }
    .custom-collection-section {
      padding: var(--section-padding-mobile);
    }
    .custom-collection-section .chapters-header .title{
    font-size: 24px;
    }
    .custom-collection-section .chapter-meta {
        gap: 12px;
        font-size: 11px;
    }
    .custom-collection-section .chapter-meta span{
        gap: 5px;
    }
    }