/** Shopify CDN: Minification failed

Line 21:16 Unexpected "{"
Line 21:25 Expected ":"
Line 21:32 Unexpected "{"
Line 24:16 Unexpected "{"
Line 24:25 Expected ":"
Line 29:16 Unexpected "{"
Line 29:25 Expected ":"
Line 35:16 Unexpected "{"
Line 35:25 Expected ":"
Line 38:16 Unexpected "{"
... and 3 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:abovethefoldgrid (INDEX:0, SCOPED:FALSE) */
#top-g-wrapper-{{ section.id }} {
  padding: 12px !important;
}
#top-g-wrapper-{{ section.id }} .main-g-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
#top-g-wrapper-{{ section.id }} .grid-b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#top-g-wrapper-{{ section.id }} .grid-b:nth-child(2) img {
  mix-blend-mode: darken;
}
#top-g-wrapper-{{ section.id }} .grid-t {
  margin: 0;
  text-align: left;
  color: #231F20 !important; 
  font-size: 16px !important;
  line-height: 19px !important;
}
@media (min-width: 768px) {
  #top-g-wrapper-{{ section.id }} .main-g-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* END_SECTION:abovethefoldgrid */