/** Shopify CDN: Minification failed

Line 7:10 Unexpected "1"

**/
/* PrintIdeas footer desktop balanced 3-column layout - deploy 20260709T173820Z */
   Column 1: newsletter + brand/trust
   Column 2: Customer care links
   Column 3: Contact + shipping trust
   Mobile: stacked layout preserved */
@media screen and (min-width: 990px) {
  footer .footer-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 1fr) !important;
    column-gap: 28px !important;
    row-gap: 0 !important;
    --grid-columns: 3 !important;
    --footer-gap: 28px !important;
    align-items: start !important;
    justify-items: stretch !important;
    width: 100%;
  }

  footer .footer-content > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0;
  }

  /* Column 1 — newsletter group */
  footer .footer-content > .group-block:first-child .group-block-content {
    gap: 0.55rem !important;
  }

  footer .footer-content .email-signup-block,
  footer .footer-content .email-signup__form {
    width: 100%;
    max-width: 22rem;
  }

  footer .text-block[class*="printideas_footer_brand_trust"] p {
    margin: 0.35rem 0 0;
    font-size: 0.84rem;
    line-height: 1.4;
    max-width: 26rem;
  }

  footer .text-block[class*="printideas_footer_brand_trust"] p:last-child {
    color: rgb(var(--color-foreground-rgb) / 0.72);
    font-size: 0.8rem;
  }

  /* Column 2 — Customer care (2nd child) */
  footer .footer-content > accordion-custom.menu:nth-child(2),
  footer .footer-content > :nth-child(2).menu {
    width: 100% !important;
  }

  footer .footer-content > accordion-custom.menu:nth-child(2) .menu__details,
  footer .footer-content > :nth-child(2).menu .menu__details {
    display: block !important;
  }

  footer .footer-content > accordion-custom.menu:nth-child(2) .menu__heading,
  footer .footer-content > :nth-child(2).menu .menu__heading {
    margin: 0 0 0.55rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
  }

  footer .footer-content > accordion-custom.menu:nth-child(2) .menu__heading__accordion,
  footer .footer-content > :nth-child(2).menu .menu__heading__accordion {
    display: none !important;
  }

  footer .footer-content > accordion-custom.menu:nth-child(2) .menu__heading__default,
  footer .footer-content > :nth-child(2).menu .menu__heading__default {
    display: inline !important;
  }

  footer .footer-content > accordion-custom.menu:nth-child(2) .details-content > ul,
  footer .footer-content > :nth-child(2).menu .details-content > ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.42rem !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }

  footer .footer-content > accordion-custom.menu:nth-child(2) .menu__item,
  footer .footer-content > :nth-child(2).menu .menu__item {
    margin: 0 !important;
    width: 100%;
  }

  footer .footer-content > accordion-custom.menu:nth-child(2) .menu__item a,
  footer .footer-content > :nth-child(2).menu .menu__item a {
    display: inline-block;
    width: 100%;
  }

  /* Column 3 — contact group */
  footer .footer-content > .group-block:nth-child(3) .group-block-content {
    gap: 0.45rem !important;
  }

  footer .footer-content > .group-block:nth-child(3) h2,
  footer .footer-content > .group-block:nth-child(3) h3,
  footer .footer-content > .group-block:nth-child(3) h4 {
    margin: 0 0 0.35rem !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
  }

  footer .footer-content > .group-block:nth-child(3) p {
    margin: 0 0 0.35rem !important;
    font-size: 0.875rem !important;
    line-height: 1.45 !important;
    max-width: 22rem;
  }

  /* Consistent column headings */
  footer .footer-content h2 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    margin: 0 0 0.45rem !important;
  }

  /* Compact footer section padding */
  footer .section.section--page-width {
    --padding-block-start: max(16px, calc(var(--spacing-scale) * 20px)) !important;
    --padding-block-end: max(16px, calc(var(--spacing-scale) * 20px)) !important;
  }

  footer .utilities {
    justify-content: space-between;
    align-items: center;
  }

  footer .footer-utilities__group-copyright {
    flex: 1 1 auto;
    text-align: left;
  }
}

/* Mobile — stacked, touch-friendly */
@media screen and (max-width: 989px) {
  footer .footer-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 1.25rem !important;
  }

  footer .footer-content .email-signup-block,
  footer .footer-content .email-signup__form {
    width: 100%;
    max-width: none;
  }

  footer .text-block[class*="printideas_footer_brand_trust"] p {
    font-size: 0.88rem;
    line-height: 1.45;
  }
}