/** Shopify CDN: Minification failed

Line 80:76 Expected "*/" to terminate multi-line comment

**/
/* ADDED FONTS FOR STORE */

/* @font-face {
    font-family: "Arial-Rounded-MT";
  src: url("https://cdn.shopify.com/s/files/1/0761/9834/7043/files/Arial_Rounded_MT_Bold_Regular.woff?v=1686147253") format('woff'),
       url("https://cdn.shopify.com/s/files/1/0761/9834/7043/files/Arial_Rounded_MT_Bold_Regular.woff2?v=1686147253") format('woff2');
} */


/* :root {
  --font-body-family: "Arial-Rounded-MT", Arial, sans-serif !important;
  --font-heading-family: "Arial-Rounded-MT", Arial, sans-serif  !important;
  --font-heading-weight: 700;
  --font-body-weight: 700;
} */


/*REMOVE FOOTER LINES*/

.footer__content-bottom {
    border-top: solid 0 rgba(var(--color-foreground),.08)!important;
}

.footer__content-top {
    padding-bottom: 0!important;
}

.footer__content-bottom {
  border-top: unset !important;
}
.footer {
  border-top: unset !important;
}


/*CENTER POLICY MENU IN FOOTER*/

.footer__content-bottom-wrapper {
  justify-content: center;
}

.footer__copyright {
  text-align: center !important;
}

.footer__copyright {
  padding-top: 30px;
}

.footer-block__image-wrapper {
  margin-bottom: 0 !important;
}


/*HIDE DEFAULT COPYWRITE INFO IN FOOTER*/

/* .footer__copyright {
  display: none;
} */

/*Policy menu and copywrite info recreated in BSIMerch-Footer.liquid*/


/*Code added at the top of base.css to remove opacity from menus*/


/*Have commented out from line 348 in section-footer.css & 2839 in base.css to fix hover underlines in header and footer menus*/



/*Have added Apple Music and Spotify links in socials by changing Tumblr and Vimeo links in en.default.schema.json and updating images in icon-tumblr.liquid and icon-vimeo.liquid*/



*/STORE SPECIFIC UPDATES ARE IN CUSTOM CSS IN THEME SETTINGS ON CUSTOMISER/*