/** Shopify CDN: Minification failed

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

**/
/* CUSTOM ADDED FONTS FOR STORE FOUND AT THE TOP OF base.css */


/*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;
} */

/* For header heighet visit this - https://community.shopify.com/c/shopify-design/transparent-header-on-dawn-theme-shopify-2-0/td-p/1326851 , then look for </head> in theme.liquid and edit 350 to smaller/bigger number*/

/*HIDE DEFAULT COPYWRITE INFO IN FOOTER*/

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

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



/*Have commented out from line 348 in footer.css & 2815 in base.css to fix underlines in header*/



/*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/*