/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:magic-mobile-footer (INDEX:31) */
.magic-mobile-footer {
  padding: 20px 16px;
}

@media(min-width: 768px){
  .magic-mobile-footer{
    display:none;
  }
}

/* TRUST STRIP GRID */
.magic-trust-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.magic-trust-item {
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

.magic-trust-icon svg {
  stroke: currentColor;
  margin-bottom: 8px;
}

/* BRAND CARD */
.magic-brand-card {
  border-radius:16px;
  padding:20px;
  text-align:center;
  box-shadow:0 4px 10px rgba(0,0,0,0.05);
  margin-bottom:20px;
}

.magic-brand-logo {
  margin-bottom: 16px;
}

.magic-brand-logo img {
  display: block;
  margin: 0 auto;
}

/* MENUS */
.magic-collapsible {
  border-bottom:1px solid rgba(0,0,0,0.1);
  padding:14px 0;
}

.magic-collapsible summary {
  font-weight:600;
  cursor:pointer;
  list-style:none;
}

.magic-collapsible ul {
  padding-left:0;
  margin-top:10px;
}

.magic-collapsible li {
  list-style:none;
  margin-bottom:8px;
}

/* NEWSLETTER */
.magic-newsletter input {
  width:100%;
  padding:10px;
  border-radius:8px;
  border:1px solid rgba(0,0,0,0.15);
  margin-bottom:10px;
}

.magic-newsletter button {
  width:100%;
  padding:10px;
  background: {{ section.settings.button_color }};
  color:#fff;
  border:none;
  border-radius:8px;
  font-weight:600;
}

/* SOCIAL */
.magic-social {
  text-align:center;
  margin-top:20px;
}

.magic-social a {
  margin:0 8px;
  font-size:14px;
}
/* END_SECTION:magic-mobile-footer */