/* v1.6 — isolated micro-adjustments; no layout rewrites */
/* The collections heading and the five-cover row already share the exact same center. */
.collections .section-heading,
.collections .collections-row{
  margin-left:auto;
  margin-right:auto;
}

/* The seal asset now has a transparent alpha channel; keep its box pure black. */
.newsletter-seal{
  background:transparent !important;
}

/* Raise only the footer brand, without shifting the footer columns. */
.footer-brand{
  transform:translateY(-20px) !important;
}

/* Official Font Awesome TikTok glyph, centered like the other social marks. */
.social-tiktok i{
  font-size:16px;
  line-height:1;
  transform:translateY(.25px);
}

@media(max-width:820px){
  .footer-brand{transform:none !important}
}
