/** Shopify CDN: Minification failed

Line 20:16 Unexpected "{"
Line 20:25 Expected ":"
Line 27:16 Unexpected "{"
Line 27:25 Expected ":"
Line 37:21 Expected identifier but found whitespace
Line 38:6 Unexpected "radial-gradient("
Line 38:68 Expected identifier but found "%"
Line 38:109 Unexpected ","
Line 39:78 Expected identifier but found "%"
Line 39:88 Unexpected "{"
... and 57 more hidden warnings

**/
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
  @import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");

  .kira-volume-{{ section.id }} * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Albert Sans", sans-serif;
  }

  .kira-volume-{{ section.id }} .main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
  }

.kira-volume__section {
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, #14252a 0%, #0a1010 100%);
    background-image: 
      radial-gradient(50% 50% at 50% 50%, #14252a 0%, #0a1010 100%){% if section.settings.background_image %},
      url('{{ section.settings.background_image | image_url: width: 1920 }}'){% endif %}{% if section.settings.grid_image %},
      url('{{ section.settings.grid_image | image_url: width: 1920 }}'){% endif %};
    background-position: center, top center, top center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, auto, cover;
  background-blend-mode: color;
  position: relative;
  overflow: hidden;
}


  .kira-volume-{{ section.id }} .kira-volume__container {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 !important;
    min-height: 90vh;
  }

  .kira-volume-{{ section.id }} .kira-volume__name-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    min-height: 90vh;
  }

  .kira-volume-{{ section.id }} .kira-volume__container .kira-volume__name h2 {
    font-family: "Orbitron", sans-serif !important;
    font-weight: 700;
    font-size: clamp(72.96px, 16.35vi + 20.64px, 256.16px);
    line-height: 80%;
    text-align: center;
    text-transform: uppercase;
    color: #e7e8e9;
    letter-spacing: -0.05em;
  }

  .kira-volume-{{ section.id }} .kira-volume__container .kira-volume__name p {
    font-family: "Orbitron", sans-serif !important;
    font-weight: 700;
    font-size: clamp(16.8px, 2.296vw + 5.104px, 58px);
    line-height: 80%;
    text-transform: uppercase;
    color: #e7e8e9;
    letter-spacing: -0.03em;
    padding-left: 20px;
  }

  .kira-volume-{{ section.id }} .kira-volume__name p span,
  .kira-volume-{{ section.id }} .kira-volume__name h2 span {
    color: #c5e556;
    font-family: "Orbitron", sans-serif !important;
  }

  .kira-volume-{{ section.id }} .kira-volume__img-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    pointer-events: none;
  }

  .kira-volume-{{ section.id }} .kira-volume__img {
    width: 100%;
    height: 100%;
    max-width: 1200px;
  }

  .kira-volume-{{ section.id }} .kira-volume__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .kira-volume-{{ section.id }} .kira-description__grid-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    pointer-events: none;
  }

  .kira-volume-{{ section.id }} .kira-volume__description-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 0 40px 30px 40px;
    pointer-events: auto;
  }

  .kira-volume-{{ section.id }} .kira-volume__description-grid .kira-volume__description-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .kira-volume-{{ section.id }} .kira-volume__description-grid .kira-volume__description__img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }

  .kira-volume-{{ section.id }} .kira-volume__description-box__content {
    position: absolute;
    top: 39%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .kira-volume-{{ section.id }} .kira-volume__description-box__content h4 {
    font-family: "Orbitron", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 3px;
  }

  .kira-volume-{{ section.id }} .kira-volume__description-box__content p {
    max-width: 350px;
    font-family: "Albert Sans", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    text-align: justify;
    color: rgba(255, 255, 255, 0.5);
  }

  .kira-volume-{{ section.id }} .kira-volume__yellow-box {
    padding: 15px 0;
    background: #d8fb5b;
    width: 100%;
    display: block !important;
  }

  /* Media Queries */
  @media screen and (max-width: 768px) {
    .kira-volume-{{ section.id }} .kira-volume__section {
      background-position: 20%;
      background-size: cover;
    }

    .kira-volume-{{ section.id }} .kira-volume__description-grid {
      flex-direction: column-reverse;
      align-items: center;
      justify-content: center;
      padding: 0 0 20px 0;
    }

    .kira-volume-{{ section.id }} .kira-volume__description__img-box {
      display: none !important;
    }

    .kira-volume-{{ section.id }} .kira-volume__description-box {
      width: 100% !important;
      padding: 0 20px !important;
    }

    .kira-volume-{{ section.id }} .kira-volume__name-wrap {
      padding-bottom: 250px;
    }

    .kira-volume-{{ section.id }} .kira-volume__description-box__content {
      top: 25%;
    }
  }

  @media screen and (max-width: 480px) {
    .kira-volume-{{ section.id }} .kira-volume__description-grid {
      padding: 0 0 60px 0 !important;
      width: 100% !important;
    }

    .kira-volume-{{ section.id }} .kira-volume__description-box {
      padding: 0 10px !important;
    }

    .kira-volume-{{ section.id }} .kira-volume__description-box img {
      width: 100%;
    }

    .kira-volume-{{ section.id }} .kira-volume__description-box__content p {
      /* max-width: 250px !important; */
    }
.kira-volume__container .kira-volume__name h2{
  font-size: 100px;
}
  }