/** Shopify CDN: Minification failed

Line 19:16 Unexpected "{"
Line 19:25 Expected ":"
Line 19:32 Unexpected "{"
Line 22:16 Unexpected "{"
Line 22:25 Expected ":"
Line 27:16 Unexpected "{"
Line 27:25 Expected ":"
Line 33:16 Unexpected "{"
Line 33:25 Expected ":"
Line 36:16 Unexpected "{"
... and 3 more hidden warnings

**/


/* CSS from section stylesheet tags */
#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-transform: uppercase;
  text-align: left;
  color: #231F20 !important; 
  font-size: 12px !important;
  line-height: 19px !important;
}
@media (min-width: 768px) {
  #top-g-wrapper-{{ section.id }} .main-g-box {
    grid-template-columns: repeat(4, 1fr);
  }
}