html {
    background:  url("https://cdn.shopify.com/s/files/1/0601/1237/1847/files/noir-site-bg-2.jpg?v=1721872995");
    background-size: auto 100%;
    background-repeat: no-repeat;
}

body,
header {
    background: transparent;
    color: #222;
}

body {
    width: 80%;
    max-width: 1440px;
}

header {
    background: #000;
}

.text-center {
   text-align: center;
}
.noir-header {
   text-align: center;
}

.shopify-buy-frame--product.shopify-buy__layout-horizontal iframe {
   max-width: 1280px !important;
}

.noir-footer {
    background: #000;
    font-family: 'poster-gothic-cond-atf', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: -2em;
    color: #fff;
    margin-top: 3em;
}

footer {
	background: var(--nc-bg-2);
	border-bottom: 1px solid var(--nc-bg-3);
	padding: 2rem 1.5rem;
	margin: -2rem calc(0px - (50vw - 50%)) 2rem;
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}

.noir-footer ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    padding: 3em 0;
}

.noir-footer ul li a {
    color: #fff;
}