/** Shopify CDN: Minification failed

Line 77:0 Unexpected "}"

**/
span.top-text {
    position: absolute;
    top: 18px;
    right: 18px;
    border-radius: 6px;
    background: #fff;
    padding: 8px 14px;
    color: rgba(168, 168, 168, 1);
    font-family: "Helvetica Neue";
    font-size: 1em;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -.45px;
}

.collection_box {
    overflow: hidden;
    .backdrop-content {
        background-color: rgba(172, 56, 0, 0.2);
        -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(30px);
    min-height: 257px;
    position: absolute;
    display: block !important;
    z-index: 1;
    width: 150%;
    bottom: -74px;
    left: -100px;
    border-radius: 50%;
    mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%,
     rgba(0, 0, 0, 1) 36%, 
     rgba(0, 0, 0, 0.8) 50%, 
     rgba(0, 0, 0, 0.3) 68%,
     rgba(0, 0, 0, 0.2) 75%, 
     rgba(0, 0, 0, 0.1) 86%, 
     rgba(0, 0, 0, 0.03) 90%, 
     rgba(0, 0, 0, 0) 95%, 
     rgba(0, 0, 0, 0) 100%);
    }
        .collection_box_content {
            z-index: 2;
            position: absolute;
            bottom: 36px;
            left: 32px;
        }
    a {
        display: block;
    color: var(--white, #FFF);
    font-family: Helvetica Neue;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    padding: 9px 30px;
    border: 1px solid #fff;
    width: fit-content;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-transform: uppercase;
}
    }
    
}

.elvtd-logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 680px) {
    .collection_box_content a {
      display: none;
      /* background: transparent;
      color: var(--white, #FFF);
      font-family: Helvetica Neue;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      text-decoration: none;
      padding: 9px 30px;
      border: 1px solid #fff;
      width: fit-content;
      border-radius: 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -ms-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      text-transform: uppercase; */
    }
}
.collection_list_main {
  max-width: var(--base-max-width);
  margin: 0 auto;
  .elvtd-logo {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}