Customers can't check out — Update business details
账号: aurodm@gmail.com
From: Shopify <mailer@shopify.com>
To: aurodm@gmail.com
2026-05-06 11:47:50
UID: 2009
Shopify
:root {
color-scheme: light dark;
}
html, body {
margin: 0 auto !important;
padding: 0 !important;
height: 100% !important;
width: 100% !important;
}
/* Paragraph reset */
p {
margin: 0;
padding: 0;
}
/* Header reset */
h1,h2,h3,h4,h5,h6 {
display: block;
margin: 0;
padding: 0;
}
/* Image reset */
img, a img {
border: 0;
height: auto;
outline: none;
text-decoration: none;
}
/* Better superscript */
sup {
font-size: 66%;
line-height: 1;
vertical-align: top;
mso-text-raise: 30%;
}
/* Default web font 'ShopifySans' and fallback sequency */
*, body, td, h1, h2, h3, h4, p, span {
font-family: 'Inter Variable',-apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif !important;
}
/* Force correct font size */
* {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
}
/* Prevent Outlook extra spacing */
table, td {
mso-table-lspace: 0pt !important;
mso-table-rspace: 0pt !important;
mso-line-height-rule: exactly;
border-collapse: collapse !important;
}
/* Fix webkit padding */
table {
border-spacing: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
}
/* Fix image rendering in IE */
img {
-ms-interpolation-mode: bicubic;
}
/* What it does:A work-around for email clients meddling in triggered links. */
a[x-apple-data-detectors],
/* iOS */
/* What it does:Prevents Gmail from changing the text color in conversation threads. */
/* What it does:Prevents Gmail from displaying a download button on large, non-linked images. */
u + img + div {
display: none !important;
opacity: 0.01 !important;
}
/* Center your email in Outlook
img {
-ms-interpolation-mode: bicubic;
}
/* Gmail link fix. Doesn't work for users who have images blocked by default */
u +
/* Gmail Android fix to add proper spacing */
div > u +
u +
/* Gmail dark mode - prevents text color to be changed */
u+
u+
/* Light mode text colors - add before dark mode media query */
/* Enhanced specificity for light mode Outlook link text */
a span
/* MEDIA QUERIES */
|