/*
 * The four rules Shopify's own policy template brings, copied byte for byte
 * from the sheet the source loads on /policies/<handle>:
 *
 *   //dogcherie.co.uk/cdn/shopifycloud/storefront/assets/storefront/policy-0e156355.css
 *   (294 bytes, the whole file, fetched 2026-09-10; it is linked from
 *   `content_for_header`, before every theme sheet)
 *
 * It is a platform bundle, not a theme asset, so it is not under
 * assets/self-made/ and inc-politique.php links it on these five pages only.
 * There is no media query in it: the container is the same at every width,
 * and `65ch` alone makes it narrower on a phone (measured on the frozen
 * source: max-width 536.944px at 1440, 503.685px at 390).
 *
 * The last two selectors never appear in our markup - they belong to
 * Shopify's "remote policy" variant - and are kept so the file stays the
 * sheet the source serves rather than an edit of it.
 */
.shopify-policy__container{max-width:560px;max-width:65ch;margin:0 auto;padding-left:20px;padding-right:20px}.shopify-policy__title{text-align:center}.shopify-policy__remote-policy-heading-wrapper{text-align:center;h1{margin-bottom:20px}}.shopify-policy__remote-policy-body{margin-bottom:20px}
