/** Shopify CDN: Minification failed

Line 120:0 Expected "}" to go with "{"

**/
.collection.section-template--16373227421864__featured_collection_Tj4Ujf-padding {
    display: none;
}
.card.card--card.card--media.color-background-2.gradient {
    background-color: transparent;
}
.collection.section-template--16852907622568__featured_collection_M873e6-padding {
    display: none;
}
.product-form__buttons span.heymerch-stockcount-wrapper-stock {
    display: none;
}
.event-section .card {
    text-align: center;
}
.event-section .collection-cards {
    padding: 0rem 15rem;
}
.event-section .card {
    width: 25%;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
    padding: 20px 0px;
}
section#shopify-section-template--16852907622568__featured_collection_M873e6 .card__inner.ratio {
    display: none;
}

section#shopify-section-template--16852907622568__featured_collection_M873e6 .card__information {
    display: none;
}
section#shopify-section-template--16852907622568__featured_collection_M873e6 .card.card--card.card--media.color-background-2.gradient {
    background-color: transparent !important;
    padding: 0px !important;
    margin: -75px !important;
}
.collection-cards {
    display: flex;
    flex-direction: row;
}

.event-section .card img {
    height: 290px;
    object-fit: contain;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.event-section {
    padding-top: 40px;
}

.coming-heading {
    text-align: center;
    padding: 5rem;
    background-color: #89d3e7;
    -webkit-animation: changeBackgroundColor 5s infinite;
    border-radius: 20px;
}
.coming-heading h1 {
    font-size: 40px;
    margin: 0;
}
/* .coming-heading h1 {
    font-size: 60px;
} */
.coming-heading img{
  -webkit-animation: animName 5s infinite;
  width: 50px;
  position: relative;
  top: 15px;
}
@keyframes changeBackgroundColor {
    0% {
        background-color: #f7bd00;
    }
    50% {
        background-color: #89d3e7;
    }
    100% {
        background-color: #eb554f;
    }
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
}
}
.overlap-text-span p{
    position: absolute;
    z-index: 9;
    width: 19%;
    background-color: #e9544e;
    text-align: center;
    border-radius: 40px;
    top: 0;
    right: 0;
    padding: 7px 4px;
}



.card__inner.color-background-2.gradient.ratio {
    position: relative;
}

.overlap-text-span p {
    color: #fff !important;
    font-size: 10px;

