/** Shopify CDN: Minification failed

Line 9:431 Expected identifier but found "{"
Line 9:477 Expected identifier but found "{"
Line 10:0 Unexpected "1.2"
Line 36:0 Unexpected "}"

**/
.grid--center .grid__item{display:inline-block;flex:0 0 19vw;float:none;white-space:normal;width:19vw}@media only screen and (min-width:769px){.grid-product{padding-left:10px;display:inline-block;flex:0 0 19vw;float:none;white-space:normal;width:19vw}.grid{display:flex}}.grid-product__title{word-break:break-word;-webkit-hyphens:auto;hyphens:auto;text-align:left}.grid-product__price{font-size:calc(var(--typeBaseSize)*.85);color:{};}.grid-product__tag--sale{background-color:{};}.template-index .grid-overflow-wrapper{-webkit-overflow-scrolling:touch;overflow:hidden;overflow-x:scroll}.section-header{text-transform:uppercase;text-align:center}[data-type_product_capitalize=true] .grid-product__title{font-size:10px}.template-index .grid-overflow-wrapper .grid{display:flex;white-space:nowrap;margin:0}.grid-product__price--savings{color:#c20000;color:var(--colorTextSavings);margin-left:5px;white-space:nowrap;visibility:hidden}@media only screen and (max-width:768px){.grid-overflow-wrapper .grid__item:first-child{margin-left:0}.grid-overflow-wrapper .grid__item:last-child:after{content:"";display:inline-block;width:100%;margin-right:0}}.rte table{table-layout:auto!important}.announcement-bar{background-color:#1c1c1c!important}.announcement-text{color:#fff!important}
1.2
.feature-row__item--overlap-images {
  display: flex;
  gap: 0;
  align-items: flex-start;
}
.feature-row__item--overlap-images > div {
  flex: 1;
  position: relative;
}
.feature-row__item--overlap-images > div:nth-child(2) {
  margin-left: -20px;
  z-index: 3;
}
.feature-row__item--overlap-images .image-wrap {
  overflow: hidden;
  border-radius: 14px;
}
.feature-row__item--overlap-images img {
  display: block;
  width: 100%;
  border-radius: 14px;
}
.feature-row__item--overlap-images > div:nth-child(2) img {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}
}


}

