/** Shopify CDN: Minification failed

Line 144:0 Unexpected "}"

**/
.collection-grid__wrapper .grid {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.grid {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -22px;
}

.collection-grid__wrapper .grid__item {
    padding-left: 0;
    margin: 0 40px 50px 0;
    width: calc(25% - 30px);
}

.grid-product {
    background: #fafafa;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    border-radius: 15px;
}
.grid__item {
    float: left;
    padding-left: 22px;
    width: 100%;
    min-height: 1px;
}
.grid-product__content {
    text-align: center;
}
.grid-product__content {
    position: relative;
    text-align: left;
}
.grid-product__content .grid-product__tag {
    font-size: 12px;
    line-height: 13px;
    right: auto;
    left: 14px;
    text-transform: uppercase;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 14px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
}
.grid-product__tag--sale {
    background-color: #106546;
    background-color: var(--colorSaleTag);
    color: #fff;
    color: var(--colorSaleTagText);
}
.grid-product__tag {
    font-size: calc(var(--typeBaseSize)* .65);
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    padding: 6px 5px 6px 7px;
    background-color: #252525;
    background-color: var(--colorBtnPrimary);
    color: #fff;
    color: var(--colorBtnPrimaryText);
    z-index: auto;
    transition: opacity .4s ease;
}
.grid-product__link {
    display: block;
    color: #fff;
}
.grid-product__image-mask {
    position: relative;
    overflow: hidden;
}
.grid-product__content .image-wrap {
    background: none;
}
.image-wrap {
    background: #fff;
    background: var(--colorSmallImageBg);
    overflow: hidden;
}
.grid-product__secondary-image {
    background: #fafafa;
}
.grid-product__secondary-image {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    background-color: #fff;
    background-color: var(--colorBody);
}
.grid-product__secondary-image img {
    mix-blend-mode: multiply;
}
.grid-product__secondary-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
img[data-sizes=auto] {
    display: block;
    width: 100%;
}
.lazyloaded {
    opacity: 1;
    transition: opacity .4s ease;
}
iframe, img {
    max-width: 100%;
}
img {
    border: 0 none;
}
@media only screen and (min-width: 769px){}
  .grid--uniform .medium-up--one-quarter:nth-of-type(4n+1) {
      clear: both;
  }
  .grid-product {
    margin-bottom: 30px;
}
.medium-up--one-quarter {
    width: 25%;
}
.grid-product__tag {
    font-size: calc(var(--typeBaseSize)* .85);
    padding: 7px 7px 7px 9px;
}
}