/** Shopify CDN: Minification failed

Line 105:14 Expected identifier but found "{"
Line 105:15 Unexpected "{"
Line 105:24 Expected ":"
Line 105:49 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:mehrab-premium-footer (INDEX:41) */
.md-premium-footer {
    background: var(--md-bg);
    color: var(--md-text);
    padding-top: var(--md-top-space);
    padding-bottom: var(--md-bottom-space);
  }

  .md-premium-footer * { box-sizing: border-box; }
  .md-footer-container { font-size: var(--md-body-size); }

  .md-gold-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 32px;
    color: var(--md-accent);
  }

  .md-gold-divider span {
    width: min(190px, 26vw);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--md-accent), transparent);
  }

  .md-footer-intro {
    max-width: 750px;
    margin: 0 auto 34px;
    text-align: center;
  }

  .md-footer-intro h2 {
    color: var(--md-heading);
    margin: 0 0 12px;
    font-size: var(--md-title-size);
  }

  .md-intro-text,
  .md-brand-description,
  .md-newsletter-text {
    line-height: 1.7;
    color: var(--md-secondary-text);
  }

  .md-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 42px;
  }

  .md-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--md-card-bg);
    border: 1px solid var(--md-border);
    border-radius: var(--md-radius);
  }

  .md-trust-icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--md-accent);
    background: var(--md-icon-bg);
  }

  .md-trust-icon svg { width: 23px; height: 23px; fill: currentColor; }
  .md-trust-item strong,.md-trust-item span { display:block; }
  .md-trust-item strong { color: var(--md-heading); font-size:14px; margin-bottom:3px; }
  .md-trust-item span { font-size:12px; line-height:1.4; color:var(--md-secondary-text); }

  .md-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr .8fr 1.25fr;
    gap: 38px;
    padding: 38px 0;
    border-top: 1px solid var(--md-border);
    border-bottom: 1px solid var(--md-border);
  }

  .md-footer-column h3 { color:var(--md-heading); margin:0 0 18px; font-size:18px; }

  .md-footer-logo {
    display:block;
    width:auto;
    max-width:{{ section.settings.logo_width }}px;
    max-height:110px;
    object-fit:contain;
    margin-bottom:18px;
  }

  .md-brand-description { max-width:360px; }
  .md-social-buttons { display:flex; gap:10px; margin-top:20px; }

  .md-social-buttons a {
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border:1px solid var(--md-accent);
    color:var(--md-accent);
    border-radius:50%;
    transition:.25s ease;
  }

  .md-social-buttons a:hover {
    background:var(--md-accent);
    color:var(--md-bg);
    transform:translateY(-2px);
  }

  .md-social-buttons svg { width:21px; height:21px; fill:none; stroke:currentColor; stroke-width:1.8; }
  .md-social-buttons a:nth-child(2) svg { fill:currentColor; stroke:none; }

  .md-contact-list p {
    margin:0 0 10px;
    line-height:1.6;
    color:var(--md-secondary-text);
  }

  .md-contact-list strong { color:var(--md-heading); }
  .md-premium-footer a { color:inherit; text-decoration:none; }
  .md-premium-footer a:hover { color:var(--md-accent); }

  .md-footer-menu { padding:0; margin:0; list-style:none; }
  .md-footer-menu li { margin-bottom:11px; }
  .md-footer-menu a { color:var(--md-secondary-text); }

  .md-newsletter-input-wrap {
    display:flex;
    overflow:hidden;
    margin-top:16px;
    border:1px solid var(--md-border);
    border-radius:var(--md-radius);
    background:var(--md-card-bg);
  }

  .md-newsletter-input-wrap input {
    min-width:0;
    flex:1;
    border:0;
    outline:0;
    padding:14px 16px;
    color:var(--md-text);
    background:transparent;
    font:inherit;
  }

  .md-newsletter-input-wrap input::placeholder {
    color:var(--md-placeholder);
    opacity:1;
  }

  .md-newsletter-input-wrap button {
    width:52px;
    border:0;
    cursor:pointer;
    display:grid;
    place-items:center;
    color:var(--md-bg);
    background:var(--md-accent);
  }

  .md-newsletter-input-wrap button svg { width:21px; fill:currentColor; }
  .md-form-success { color:var(--md-accent); margin-top:12px; }
  .md-form-error { margin-top:12px; color:var(--md-secondary-text); }

  .md-footer-bottom {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    padding-top:24px;
  }

  .md-footer-bottom p { margin:0; color:var(--md-secondary-text); }

  .md-footer-bottom ul {
    display:flex;
    justify-content:flex-end;
    flex-wrap:wrap;
    gap:8px 18px;
    list-style:none;
    margin:0;
    padding:0;
  }

  .md-footer-bottom a { color:var(--md-secondary-text); }

  @media screen and (max-width:989px) {
    .md-trust-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .md-footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  }

  @media screen and (max-width:749px) {
    .md-trust-grid,.md-footer-grid { grid-template-columns:1fr; }
    .md-footer-grid { gap:28px; }
    .md-footer-bottom { flex-direction:column; align-items:center; text-align:center; }
    .md-footer-bottom ul { justify-content:center; }
    .md-footer-logo { margin-left:auto; margin-right:auto; }
    .md-brand-column,.md-footer-column { text-align:center; }
    .md-brand-description { margin-left:auto; margin-right:auto; }
    .md-social-buttons { justify-content:center; }
  }
/* END_SECTION:mehrab-premium-footer */