/** Shopify CDN: Minification failed

Line 23:80 Unexpected "/"

**/
/* white background for ARTIST dropdown */
ul#MenuParent-3 {
  background-color: white;
}

/* UK store on mobile / smaller screens */
.header-button {
  /* display: table-cell !important; */
    /* background-color: darkblue; */
  /* position: relative; */
  /* top: 100px !important;
  right: -20% !important; */
    display: inline-block;
}

/* @media only screen and (max-width: 768px) {
  .header-button {
    /* display: block !important; /* Ensure the UK button is always visible */ */
    display: table-cell !important;
  }       */

/* @media only screen and (max-width: 749px) {
	.header-button {
		/* position: relative; */
		/* top: 100px !important; */ */
		/* right: -20% !important; */
        /* display: table-cell !important;
	}
}  */


/* @media only screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .header-button {
    display: table-cell !important;
    top: 100px !important;
		right: -20% !important;
  }
} */

