/** Shopify CDN: Minification failed

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

**/
.product-grid .grid__item:last-child {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .grid__item:nth-last-child(2) {
  margin-left: auto;
  margin-right: auto;
}


/* Last two products centred */

.product-grid .grid__item:last-child {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .grid__item:nth-last-child(2) {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 749px) {
  .list-menu a:hover {
    color: #e0ece7 !important;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #8efdff,
      0 0 40px #8efdff, 0 0 50px #25f3f7, 0 0 60px #25f3f7, 0 0 70px #25f3f7;
  }
}

@media screen and (max-width: 749px) {
  .list-menu a:hover {
    color: #2d9195 !important;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #8efdff,
      0 0 40px #8efdff, 0 0 50px #25f3f7, 0 0 60px #2d9195, 0 0 70px #000;
  }
}

/*Mobile product styling - center all*/

@media screen and (max-width: 749px) {
  .product__info-container,
  .related-products__heading {
    text-align: center;
  }
  .price-per-item__container {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 40%;
  }
  .share-button {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 20%;
  }
  .product-popup-modal__button {
    margin-left: 40% !important;
  }
  .product-form__buttons {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80%;
  }
  .product-form__input{
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 80%;
  }
  .localization-form {
    padding-right: 15px !important;
  }
}

/* On HOVER Animation */

h1,
h3,
h4,
.header,
.footer,
.badge {
  text-transform: uppercase !important;
}
p {
  font-family: "Neue Haas", sans-serif;
}
/* iframe {
  padding-left: 5% !important;
} */


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



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