/** Shopify CDN: Minification failed

Line 164:14 Expected identifier but found whitespace
Line 164:20 Unexpected "2s"
Line 171:4 Unexpected "50%"
Line 177:1 Unexpected "/"

**/
/* iMode Custom CSS */

.promo-block {
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.22s cubic-bezier(0.25, 0.41, 0.57, 2.37), box-shadow 0.23s cubic-bezier(0.25, 0.41, 0.57, 1.67);
    box-shadow: 0px 2px 7px -3px #00000087;
}

@media only screen and (max-width: 766px) {
.promo-block {
   margin-bottom: 20px;
}
}
.promo-block:hover {
    transform: translateY(-3px);
    
   box-shadow: 1px 3px 6px -3px #000000de;
}

.promo-block:hover::after {
    opacity:0.22;
}

.promo-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0.33;
    background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
    z-index:0;
    transition: all 0.25s ease;
}

.promo-block--content {
  align-items:flex-end;
  padding: 0.9rem 1.2rem;
  z-index:1;
}

@media only screen and (max-width: 766px) {
.promo-block--content {
  margin:0;
}
}

.promo-block--content-wrapper {
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: flex-start!important;
    min-height: 64px;
}
.promo-block--text, .promo-block--header {
    width: 100%!important;
    max-width: 100%!important;
    color: #fff!important;
  transition: color 0.12s ease-in-out;
}


.promo-block--content:hover .promo-block--header {
  color: #ffb032!important;
}

.flickity-viewport h2 {
    height: 64px;
    overflow: hidden;
}

.collection__item-image img {
    height: 230px!important;
    object-fit: cover;
    object-position: bottom;
    mix-blend-mode: darken;
}

.collection__item-image {
    background-color: #f7f7f7;
    border-radius: 4px 4px 0 0;
    border: 2px solid #f0f0f0;
    border-bottom: 0;
    transition: border 0.2s ease;
}
.collection__item-image:hover {
    border-color: #62cff5;
}
.collection__item:hover span {
    color: #fff;
}
.collection__item {
    box-shadow: 0 1px 4px #8080801c;
    transition: box-shadow 0.2s ease;
}
.collection__item:hover {
    box-shadow: 0 2px 8px #80808033;
}

.collection__item-info {
    margin: 0;
    background-color: #61cef5;
    padding: 10px;
    width: 100%;
    color: #fafafa;
    border-radius: 0 0 4px 4px;
}

.home-section--title {
    font-size: 2rem;
    font-weight: 900;
    background-color: #f79802;
    padding: 7px 15px;
    color: #fff;
    border-radius: 3px;
    margin: 100px 0px 20px 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}
@media only screen and (max-width: 766px) {
.home-section--title {
    text-align: center;
    padding: 7px;
  }
}



.highlights-banner__content {
    gap: 20px;
    padding: 30px 0px;
    flex-wrap:nowrap;
    margin-top: 1.75rem;
}

.highlights-banner__block {
    padding: 40px 0px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.productitem {
  border-radius: 5px;
}

/*
.promo-block {
  background-size: 105%;
}

.promo-block:hover {
  -webkit-animation: test 2s infinite; /* Chrome, Safari, Opera */
    animation: test 2s infinite;
}



/* Chrome, Safari, Opera */
@-webkit-keyframes test {
    50% {background-size: 105%;}
}
/* Standard syntax */
@keyframes test {
    50% {background-size: 105%;}
}
*/





