/** Shopify CDN: Minification failed

Line 70:0 Unexpected "{"
Line 70:1 Expected identifier but found "%"
Line 71:0 Unexpected "<"
Line 72:1 Expected identifier but found "%"

**/
/*FONT STYLING*/

@font-face {
    font-family: "HelveticaNeue";
    src: url("https://cdn.shopify.com/s/files/1/0659/7830/2709/files/HelveticaNeueLight.woff?v=1716956767") format("woff"),
    url("HelveticaNeue.woff2") format("woff2");
}


/* HEADER NAVIGATION*/
.list-menu__item {
font-family: helveticaneue !important;
text-transform: uppercase;
font-size: 14px !important;
  text-transform:uppercase !important;
}


/* footer NAVIGATION*/
.footer-block__details-content .list-menu__item--link {
  display:flex !important;
  justify-content: space-around !important;
  text-transform:uppercase !important;
}

/* footer title NAVIGATION*/
.footer-block__heading {
  text-align:center !important;
}

/*Use this if your items arent perfectly aligning center on desktop*/

.footer-block__details-content > li:not(:last-child) {
  margin-right: 0px !important;
}

/* footer title NAVIGATION*/
.footer__content-bottom-wrapper {
  display:flex !important;
  justify-content: space-around !important;
}

/**This is the add to cart button styling**/
.button--secondary:after {
  border-radius: 0px !important;
}

/**This is the add to cart text**/
.product-form__submit {
  border-radius: 0px !important;
}
/**This is the buy button background and text**/
.shopify-payment-button__button {
  border-radius: 0px !important;
  border: solid black 1px !important;
}

.product-template__container .price--sold-out .price__regular {
    display: block;
}

{% capture powered_by_link %}
<a href="Entire Site URL ie. http://..."> • Site Design by YOUR NAME</a>
{% endcapture %}