/** Shopify CDN: Minification failed

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

**/
/*Cart and search icon sizes in custom css of header in theme customiser, cart bubble in base.css edited*/

/* Page titles removed and opacity fixed in base.css */


/* ADDED FONTS FOR STORE (may need to be added in base.css instead) */

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




/*CENTRALISE LAST PRODUCT*/

.product-grid {
  display: flex;
  justify-content: space-between; 
}
 
.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;
}



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


/*RELATED TO CUSTOMISED SLIDESHOW SECTION WHICH HAS BEEN MODIFIED FROM LINE 290-312 AND CLASS ADEDD AT START OF LINE 29 - FIRST SLIDESHOW IN CUSTOMISER DESKTOP AND SECOND MOBILE ONLY*/

@media only screen and (max-width:749px){
  .mobile--device{
    display:block!important;
  }
  .desktop--device{
     display:none!important;
  }
}

@media only screen and (min-width:750px){
  .mobile--device{
    display:none!important;
  }
  .desktop--device{
    display:block!important;
  }
}


/* Laurence Edits */

.header__menu-item span,
.list-menu__item,
h2.footer-block__heading,
#FooterCountryLabel,
.multicolumn-card__info > h3,
.card__heading,
.product-recommendations > h2,
.cart__empty-text,
.title-wrapper.title-wrapper--no-top-margin.page-width > h2{
  font-weight: 600;
  text-transform: uppercase;
  font-size: .90em;
  letter-spacing: 0;
}

.product__title,
.main-page-title,
.collection-hero__title{
  font-weight: 600;
  text-transform: uppercase;

}

.main-page-title{
  font-size:30px;
}

.header__menu-item,
.footer-block__details-content .list-menu__item--link,
.copyright__content a,
.footer__localization h2 {
  color: rgba(var(--color-foreground), 1) !important;
}

#shopify-section-template--15492642799755__7be85086-72ed-45ee-a506-2357bc377761 {
  margin-top: -200px;
}

.shopify-section-header-sticky .header-wrapper {
  background: #0e2c33;
}

.collection-list .card__content {
  display: none;
}

.header__inline-menu {

  border-bottom: 4px solid #f39001;
  margin-left: -100px !important;
  margin-top: -62px;
}
.header__active-menu-item{
  text-decoration: none !important;
}

@media screen and (min-width: 990px) {
  .header--middle-left .header__inline-menu {
    margin-left: 0;
    padding-left: 1px;
      display: flex;
  justify-content: space-evenly; /* or space-between */
  align-items: center;
  }
}

.multicolumn-card__info > a > span > svg > path {
  fill: transparent;
}

.multicolumn-card__info > a > span > svg {
  background: url(https://cdn.shopify.com/s/files/1/0602/2565/0827/files/ARROW.png?v=1670497933);
}

.multicolumn-card__info > a > span > svg {
  background: url(https://cdn.shopify.com/s/files/1/0602/2565/0827/files/ARROW.png?v=1670497933);
  padding: 29px 51px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: -25px;
}
c .card-information > h3 {
  text-transform: uppercase;
}

.footer__content-top{
    border-bottom: 5px solid #f39001;
}




@media screen and (max-width: 990px) {
    #Slide-template--15492642799755__featured_collection-5 {
      display:none;
    }
}

.multicolumn-card__info {
    text-align: center
}

.arrow_img_width{
  max-width:160px;
}

.multicolumn-card__image-wrapper > div > img{
  object-fit:contain;
}

.collection-hero__inner>.media>img {
    object-fit: scale-down;
}



@media screen and (min-width: 750px) and (max-width: 989px){
  .grid--1-col-tablet-down.grid--peek .grid__item {
      width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* @media screen and (min-width: 750px){
.collection-hero__image-container {
    min-height: 38rem!important;
}
} */

.collection-hero--with-image .collection-hero__title {
    text-align: center;
}

.collection-hero--with-image .collection-hero__text-wrapper {
    display: none;
}

@media screen and (max-width: 749px){
  .collection-hero--with-image .collection-hero__inner {
    padding-bottom: 0!important;
    height: 100px;
}
}





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