
:root{
  --page-width: 1440px;
  --ink:#171514;
  --muted:#706c67;
  --ivory:#f4f1eb;
  --gold:#b58b45;
  --black:#0a090b;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif}
img{max-width:100%;height:auto}
a{color:inherit}
.page-width{width:min(92%,var(--page-width));margin-inline:auto}
.rte p:first-child{margin-top:0}
.rte p:last-child{margin-bottom:0}
.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.shopify-section{position:relative}
.button-reset{appearance:none;border:0;background:none;padding:0;font:inherit}
@media(max-width:749px){.page-width{width:calc(100% - 32px)}}
