/** Shopify CDN: Minification failed

Line 22:13 Expected identifier but found whitespace
Line 22:15 Unexpected "{"
Line 22:24 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:caviar-hero-marquee (INDEX:18, SCOPED:FALSE) */
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
/* END_SECTION:caviar-hero-marquee */

/* START_SECTION:cavr-why-we-chose-cavr (INDEX:34, SCOPED:FALSE) */
.cavr-why {
  padding: 80px 20px;
  background: {{ section.settings.bg_color }};
}

.cavr-why__heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.cavr-why__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

  

.cavr-why__image img {
  width: 100%;
  height: auto;
  display: block;
}
/* END_SECTION:cavr-why-we-chose-cavr */