/** Shopify CDN: Minification failed

Line 1665:3 Unexpected ";"

**/
/* =====================================================
   Application styles
   ===================================================== */

/*@import url('https://fonts.googleapis.com/css?family=...'); */

/* =====================================================
   Constants
   ===================================================== */

/*6, 5, 4, 3, 1*/

:root {
	/* Links */

	/*Text*/

		/*Big Titles*/

		/*Titles*/

		/*Text Titles*/

		/*Regular Text*/

		/*Notes*/

		/*Footer*/

		/*Legacy - DELETE when done*/

	/*Site Max width*/

}

/* =====================================================
   Media
   ===================================================== */

/* Tiny */

/* Tiny */

/* Small */

/* Medium */

/* Large */

/* Other */

.u-svg-container {
 position: relative;
 height: 0;
 width: 100%;
 padding: 0;
 padding-bottom: 100%;
 /* override this inline for aspect ratio other than square */
}

.u-svg-scalable {
 position: absolute;
 height: 100%;
 width: 100%;
 left: 0;
 top: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Base Styles */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, 
*:before, 
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, form, fieldset, legend, figure, table, th, td, caption, hr {
margin: 0;
padding: 0;
}

fieldset {
  border: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type=text] {   
    /* Remove First */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    border-radius: 0;
}

/*Typography*/

/*Inspired by http://clagnut.com/blog/2384/*/

/*In essence:
  - set scale on a component basis by setting a font-size in px for the container
  - size text within the container which is considered global in rems
  - size text within the container which is directly related to it in rems 
*/

html {
  font-size: 100%;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #bfbdbd;

  line-height: 1.3;
  letter-spacing: 0px;
}

p {
  font-size: 0.9rem;
  font-weight: 400;
}

p a {
  font-weight: 600;
}

/* Flexible Media */

img, iframe, embed, video, object, svg {
  max-width: 100%;
  height: auto;
}

/*Lists*/

li {
  list-style-type: none;
  margin-left: 0; 
}

/*Links*/

a {
  text-decoration: none;
  color: #bfbdbd;
  /*transition: all 0.3s;

  &:hover {
    color: var(--color-link--hover);
  }
  &:active {
    color: var(--color-link--active);
  }*/
}

/*site container*/

body {
  padding: 1em 1em 0;
}

@media(min-width: 700px){

body {
      padding: 0em 1.5em
}
    }

@media(min-width: 1000px){

body {
      max-width: 1000px;
      padding: 0.5em auto;
      margin: 0 auto
}
    }

main {
  margin-bottom: 2rem;
  z-index: 1000;
  position: relative;
}

.address {
	margin-bottom: 0.25em;
}

.cart {
	background: url(cart.svg);
	background-repeat: no-repeat;
	background-size: cover;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	width: 1.13em;
	height: 1.5em;

	margin-left: 0.75em;
	
}

.cart p {
			padding-top: 0.4em;
			color: white;
		}

@media(min-width: 480px){

			.cart p {
				/*font-size: 16px;*/
			}
	}

.search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;

	/*flex-basis: 3;*/
}

.search-bar {
	display: none;
	-ms-flex-negative: 5;
	    flex-shrink: 5;
}

.search-icon {
	background: url(search.svg);
	background-repeat: no-repeat;
	background-size: cover;

	width: 1.25em;
	height: 1.5em;
}

.search-icon:hover {
			cursor: pointer;
		}

.c-search-form {
	display: none;
	width: 100%;
  position: relative;
  top: -1px;
  
	border: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

	padding: 0 0.5em;
}

@media(max-width: 479px){

.c-search-form {
			margin-top: 1em
}
		}

@media(min-width: 700px){

.c-search-form {
    	margin: 0 0.75em 0 0; 
    	font-size: 0.65em;
    	width: 70%
}
		}

.c-search-form.js-active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: solid 1px darkgray;
	margin-bottom: 0.5em;
}

@media(min-width: 700px){

.c-search-form.js-active {
    	margin-bottom: 0
}
		}

.c-search-input {
	display: none;
	width: 100%;
  height: 0px;
  padding: 0;
  border: none;
  position: relative;
  margin-top: 0;

  color: #bfbdbd !important;
  font-style: normal !important;
  text-align: left;  
}

.c-search-input::-webkit-input-placeholder{
			color: #bfbdbd;
		}

.c-search-input:-ms-input-placeholder{
			color: #bfbdbd;
		}

.c-search-input::placeholder{
			color: #bfbdbd;
		}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

	/*Prevent screen zoom on iOS*/ 
	input[type='text'],
	input[type='number'],
	select,
	textarea,
	input {
	  font-size: 16px;
	  /*color: var(--color-text);*/
	}

	select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }

}

.c-search-input.js-active {
	display: block;
	height: 1.7em;
	padding: 1.1em 0;
}

@media(max-width: 699px){

.c-search-input.js-active {
		padding: 0.9em 0
}
	}

.c-search-submit {
	background: url(arrow-right.svg);
	background-repeat: no-repeat;
	background-position: right;

	height: 1em;
	width: 1em;
  padding: 0;
  
	display: none;
	color: --color-link--active;
	font-weight: 300;
	border: 0;
}

.c-search-submit:hover {
			cursor: pointer;
		}

.c-search-submit.js-active {
	display: block;
}

.c-back-button {
	margin: 1em 0;
	font-weight: 600 !important;
}

@media(min-width: 480px){

.c-back-button {
		margin: 1em 0
}
	}

.c-basket-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right;
  margin-bottom: 0;

  font-size: 1rem;

}

@media(min-width: 700px){

.c-basket-total {
			font-size: 1.5rem;

			margin-top: 2.05em;
			margin-bottom: 1em

}
	  }

.c-basket-total span {
		font-size: 2rem;
		font-weight: 500;

	}

@media(min-width: 700px){

.c-basket-total p {
			margin-bottom: 1em
	}
	  }

.c-basket-subtotal {
	line-height: 2em;
	font-weight: 500;
}

.c-basket-message {
	font-style: italic;
}

@media(min-width: 700px){

.patch {
    display: block;
    height: 77px;
    width: 200px;
    background: white;
    position: absolute;
    top: 0;
    right: 90px;
}
}

.c-billboard {
	border-bottom: solid #bfbdbd 1px;
	margin-bottom: 2em;

}

@media(min-width: 700px){

.c-billboard {
		float: left;
		padding-bottom: 2em

}
	}

@media(min-width: 700px){

.c-billboard__info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;

		float: right;
		margin-top: -3.7em
}
	}

.home-title {
    width: 80% !important;
}

.description--expandable.js-active h3.home-title {
    width: 100% !important;
}

@media(min-width: 700px){

.c-billboard__text {
		max-width: 26%;
		width: 26%;
		padding-right: 1em
}
	}

@media(min-width: 800px){

.c-billboard__text {
		max-width: 25%
}
	}

@media(min-width: 700px){
			figure.c-billboard__figure {
    		max-width: 69%;
			}
		}

@media(min-width: 856px){
	figure.c-billboard__figure {
	max-width: 74%;
}
}

.description--expandable.home-description {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.btn {
	color: #ffffff;
	background: #bfbdbd;
	border-radius: 0;
  border: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

	padding: 0.25em 0.75em 0.35em;

	letter-spacing: 0.75px;
	font-weight: 400;

	display: inline-block;
}

.btn:hover {
			background: #4e4e4e;
		}

.c-card {
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-card:hover {
		/*opacity: 0.5;*/
	}

.c-card h3 {

		}

.c-card:hover {
  cursor: pointer;
}

/*.c-card.active {
	opacity: 0.5;
}*/

.js-active img {
  opacity: 0.35;
}

.description--expandable {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
  margin-bottom: 0;
	padding: 0.2em 0 0.5em;
}

.description--expandable h3 {
		margin-bottom: 0;
		width: 100%;
	}

@media(min-width: 700px){

.description--expandable {
		display: block;
		padding: 0
}
	}

.description--expandable .u-text--primary {
			-ms-flex-preferred-size: auto;
			    flex-basis: auto;
			width: 90%;
		}

.description--expandable.js-active {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
		margin-bottom: 1em;
}

.description--expandable.js-active h3 {
			width: 100%;
		}

.description--expandable.js-active .u-text--primary {
			text-align: left;
			width: 100%;
		}

.c-expander--toggle {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	width: 15%;

	height: 0.95em;

	background: url(arrow-down.svg);
	background-repeat: no-repeat;
	background-size: 1.5em;
	background-position: right bottom;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;

  margin-right: 0.25em;
}

.c-expander--toggle:hover {
			cursor: pointer;
  	}

@media(min-width: 700px){

.c-expander--toggle {
		display: none
}
	}

.c-expander--toggle.js-active {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;

	background: url(arrow-up.svg);
	background-repeat: no-repeat;
	background-size: 1.5em;
  background-position: right;
  margin-right: 0.25em;
}

.c-expander {
	display: none;

	-ms-flex-preferred-size: auto;

	    flex-basis: auto;
	width: 100%;
	height: 0;
	overflow: hidden;
}

@media(min-width: 700px){

.c-expander {
		height: auto;
		display: block
}
	}

.c-expander p {
	margin-top: 1.25em;
	margin-bottom: 0 !important
}

.c-expander.js-active {
	height: auto;
	display: block;
}

.truncated-description.js-active{
    display: none;
  }

.truncated-description p {
    margin-top: 1.25em;
}

.truncated-description {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
}

.description {
	margin-bottom: 1em;
}

.c-list--basket-item {
	border-bottom: solid #bfbdbd 1px;
	padding: 1em 0;
}

.c-list--basket-item:last-child {
		border-bottom: 0;
	}

.c-list--basket-item:first-child {
    margin-top: 0;
  }

@media(min-width: 700px){
		.c-list--basket-item:first-child {
			margin-top: 0.25em;
		}
	}

@supports((display: -webkit-box) or (display: flex)) {

.c-list--basket-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center
}
	}

.c-basket__product-image {
	max-width: 160px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.c-basket__product-image:hover {
		opacity: 0.5;
	}

@media(min-width: 700px){

.c-basket__product-image {
		max-width: 200px
}
	}

@supports((display: -webkit-box) or (display: flex)) {

.c-basket__product-image {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1
}
	}

.c-basket__item-info {
	  height: 160px;
    padding: 0.9em 0 1.2em;
}

@media(min-width: 700px){

.c-basket__item-info {
				height: 100px;
				padding: 0
}
			}

@supports((display: -webkit-box) or (display: flex)) {

.c-basket__item-info {
		-webkit-box-flex: 2;
		    -ms-flex-positive: 2;
		        flex-grow: 2;

		display: -webkit-box;

		display: -ms-flexbox;

		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between
}
	}

.c-basket__product-name {
	text-align: right;

	/*font-size: map(sizes, rems, base);
  font-weight: var(--primary-text-weight);

  	@media(--from-medium-screen){
			font-size: var(--primary-text-size);
		}*/
}

.qtyWrapper {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0.75em 0;
}

.c-basket__product-qty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    
  -webkit-box-align: center;
    
      -ms-flex-align: center;
    
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;

	font-size: 20px;
}

@supports((display: -webkit-box) or (display: flex)) {

.c-basket__product-qty {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center
}
	}

.c-basket__product-qty-input {
	width: 2em;
	border: solid #bfbdbd 1px; 

	text-align: center;
	color: #bfbdbd;
}

.c-basket__item-price {
	/*font-weight: map(fonts, weight, bold);*/
	margin-left: 0.75em;
}

.c-basket__item-price span {
		margin-right: 0.75em;
	}

.c-inline-link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media(min-width: 480px){

.c-inline-link-list {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end
}
  }

.c-inline-link-list li {

	line-height: 1.5rem;
}

.c-inline-link-list li:after {
		content: " |  ";
		white-space: pre;
	}

@media(min-width: 700px){

.c-inline-link-list li:after {
			content: " |";
      white-space: pre
	}
  	}

.c-inline-link-list li:last-child:after {
			content: "";
		}

.c-page-title {
	margin: 0;
	font-size: 1em;
}

@media(min-width: 480px){
		
	}

@media(min-width: 800px){

.c-page-title {
		font-size: 1.5em
}
	}

@media(min-width: 960px){

	}

.c-product-meta {
	/*border: solid red 1px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	
	margin-top: 1em;

	-webkit-box-ordinal-group: 0;

	    -ms-flex-order: -1;

	        order: -1;

}

.c-product-meta .availability {
		
	}

.c-product-meta .product-action {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

.product-action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.product-price {
	font-size: 1rem;
}

.add-button {
	width: 1.25em;
	height: 1.25em;
	text-align: center;
	line-height: 0.75em;

	margin-left: 0.25em;
}

.add-button.js-active {
	-webkit-transition: all 2.8s;
	transition: all 2.8s;
	-webkit-transform: rotate(4turn);
	        transform: rotate(4turn);
	scale: 0.5;
}

#product-form:hover {
  cursor: pointer;
}

.c-product-viewer {
	/*border: solid red 1px;*/
	display: inherit;
}

@media(min-width: 700px){

.c-product-viewer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 5em
}
	}

.product-info {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	-ms-flex-preferred-size: 1;
	    flex-basis: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}

@media(min-width: 700px){

.product-info {
		-ms-flex-preferred-size: 30%;
		    flex-basis: 30%
}
	}

@media(min-width: 800px){

.product-info {
		/*flex-basis: 25%;*/
}
	}

.product-image {
	-ms-flex-preferred-size: 1;
	    flex-basis: 1;
	-ms-flex-item-align: end;
	    align-self: flex-end;			/*prevent stretching image in chrome*/
/*	border: solid green 1px;
*/}

.c-shop-meta {

	font-size: 0.25em;
}

@media(min-width: 280px){

.c-shop-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between
}
	}

.c-shop-meta .address, .c-shop-meta .opening-times {
		line-height: 1.5em;
	}

.c-shop-meta .opening-times {
			text-align: left;
		
	}

@media(min-width: 480px){

.c-shop-meta .opening-times {
			text-align: right
		
	}
		}

.sign-up {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;

  width: 100%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;

  margin-bottom: 1em;
}

@media(min-width: 700px){

.sign-up {
      width: 49%;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin-bottom: 0
}
    }

.sign-up_form {
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sign-up_input {
	width: 80%;
	border: solid 1px #bfbdbd;
  position: relative;
  margin-top: 0;
  padding: 0.5em;
  color: #bfbdbd;
  font-style: normal;
  text-align: left;
}

.sign-up_input::-webkit-input-placeholder{
			color: #bfbdbd;
  	}

.sign-up_input:-ms-input-placeholder{
			color: #bfbdbd;
  	}

.sign-up_input::placeholder{
			color: #bfbdbd;
  	}

.sign-up_submit {
  border: none;
  padding: 0 1em;
  color: #bfbdbd;
  background: white;
}

.sign-up_submit:hover {
    cursor: pointer;
  };

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-outer.ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%)
}

.tns-slider {
    -webkit-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: opacity 0s;
    -webkit-transition: transform 0s, opacity 0s;
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.loaded {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-hdx {
    overflow-x: hidden
}

.tns-hdy {
    overflow-y: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

/*Overrides for Jasper Morrison Theme*/

.tns-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 1em;

    overflow: hidden;
}

.tns-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5em;
}

.tns-controls:focus {
    outline: 0;
}

.tns-controls p {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0.5em; 
}

[data-controls="next"], .paginate_next {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;

    height: 0.9em;
    width: 0.5em;
    padding: 0;
    background: url(arrow-right.svg);
    background-repeat: no-repeat;
    border: none;
}

[data-controls="prev"], .paginate_prev {
    height: 0.9em;
    width: 0.5em;
    padding: 0;
    background: url(arrow-left.svg);
    background-repeat: no-repeat;
    border: none;
}

.tns-item {
    float: left;
}

.slider-description {
    width: 100%;
    text-align: right;
    margin-top: 0.25em;
}

.single-image{
    margin-top: 1em;
}

.u-text--bigTitles {
	font-size: 1.3rem;
	font-weight: 600;
}

.u-text--titles {
	font-size: 1.2rem;
	font-weight: 400;
}

.u-text--textTitles {
	font-size: 0.9rem;
	font-weight: 500;
}

.u-text--regularText {
	font-size: 0.9rem;
	font-weight: 400;
}

.u-text--notes {
	font-size: 0.8rem;
	font-weight: 400;
}

.u-text--footer {
	font-size: 0.9rem;
	font-weight: 400;
	color: #cacaca;
}

.u-text--footer a {
		color: #cacaca;
	}

.u-bold {
	font-weight: 500;
}

.description-text {
	display: block;
	margin: 0.5em 0 1em 0;
}

@media(min-width: 700px){

.description-text {
  	/*display: flex;*/
  -webkit-column-count: 2;
  column-count: 2
}
  }

.description-text p {
		margin-bottom: 1em;
	}

.page-title {
	margin-bottom: 1.5em;
}

/*Legacy - DELETE when done*/

/*.u-text--primary {
	font-size: var(--primary-text-size);
	font-weight: var(--primary-text-weight);
}

.u-text--secondary {
	font-size: var(--secondary-text-size);
	font-weight: var(--secondary-text-weight);
}*/

@supports ((display: -webkit-box) or (display: flex)){
	.c-site-footer {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;

			border-top: solid #bfbdbd 1px;
			padding-top: 0.75em;

			margin-bottom: 2em;

			line-height: 2rem;
		}

		.footer-header {
			-ms-flex-preferred-size: 100%;
			    flex-basis: 100%;
		}

		.shop-details {
			-ms-flex-preferred-size: 100%;
			    flex-basis: 100%;
		}

				@media(min-width: 480px){

		.shop-details {
					-ms-flex-preferred-size: 50%;
					    flex-basis: 50%;
					max-width: 300px
		}
				}

		.studio-details {
			-ms-flex-preferred-size: 100%;
			    flex-basis: 100%;

			border-top: solid #bfbdbd 1px;
			padding-top: 0.75em;
			margin-top: 0.75em;

			display: -webkit-box;

			display: -ms-flexbox;

			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
		}

				@media(min-width: 480px){

		.studio-details {
					border-top: 0;
					padding-top: 0;
					margin-top: 0;

					-webkit-box-orient: vertical;

					-webkit-box-direction: reverse;

					    -ms-flex-direction: column-reverse;

					        flex-direction: column-reverse;
					-webkit-box-align: end;
					    -ms-flex-align: end;
					        align-items: flex-end;

					-ms-flex-preferred-size: 45%;

					    flex-basis: 45%;
					max-width: 400px
		}
				}

		.studio-link {
			/*flex-basis: 100%;*/
			clear: left;
		}
}

/*fallback for older browsers*/

@supports not ((display: -webkit-box) or (display: flex)) {
	.c-site-footer {
		border-top: solid #bfbdbd 1px;
		padding-top: 0.75em;
	}
		@media(min-width: 480px){

	.shop-details {
			float: left;
			width: 50%
	}
		}

	.studio-details {
		border-top: solid #bfbdbd 1px;
		padding-top: 0.75em;
		margin-top: 0.75em;
		overflow: auto;
	}

		@media(min-width: 480px){

	.studio-details {
			border-top: 0;
			padding-top: 0;
			margin-top: 0;

			float: right;
			width: 45%
	}
		}

	.studio-link {
		clear: left;
	}
}

.footer-link {
  margin-left: 0.25em;
}

@media(min-width: 700px){

.footer-link {
		margin-left: 0.75em
}
 	}

.c-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-height: 9em;

	padding: 0;
}

/*margin-bottom: map(sizes, ems, smaller);*/

@media(min-width: 480px){

.c-header {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center
}
	}

/*border-bottom: solid map(colours, neutral, light) 1px;*/

@media(min-width: 700px){

	}

.logo {
	width: 9em;
}

/*max-width: 90px;
	font-weight: 800;

	font-size: 3.5em;*/

@media(min-width: 480px){
		
	}

@media(min-width: 700px){

.logo {
		width: 12em
}
	}

@media(min-width: 800px){
		
	}

.actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	font-size: 25px;
}

@media(min-width: 480px){

.actions {
		font-size: 28px
}
	}

@media(min-width: 700px){

.actions {
		width: 50%
}
		
		.actions p { 
			-webkit-text-stroke-width: 1px;
		}
	}

@media(min-width: 960px){

.actions {
		/*font-size: 55px;*/
}
	}

.l-grid {
  margin-top: 1.5em;
}

/* Grid fallback using floats */

.l-grid__item {
	width: 100%;
	float: left;

	margin-bottom: 2em;

}

/*2 columns*/

@media(min-width: 280px){

.l-grid__item {

		width: calc(50% - 0.25em);
		margin-right: 0.5em

}

			.l-grid__item:nth-child(2n+0) {
				margin-right: 0;
			}
	}

/*3 columns*/

@media(min-width: 700px){

.l-grid__item {
		width: calc(33% - 0.161em)

}

			.l-grid__item:nth-child(2n+0) {
				/*margin-right: 0.5em;*/
			}

			.l-grid__item:nth-child(3n+0) {
				margin-right: 0;
			}
	}

/*4 columns*/

@media(min-width: 960px){

.l-grid__item {
		width: calc(25% - 0.75em)

}

			.l-grid__item:nth-child(3n+0) {
				/*margin-right: 2em;*/
			}

			.l-grid__item:nth-child(4n+0) {
				margin-right: 0;
			}
	}

/* END .l-grid__item*/

/* Override fallback when grid is available*/

@supports (display: grid) {

	.l-grid__item {
		width: auto;
		margin-right: 0;
	}

}

.l-grid {
	display: grid;
  grid-gap: 0 2.5em;
  width: 100%;

  grid-template-columns: 1fr;
}

/*2 columns*/

@media(min-width: 280px){

.l-grid {
		grid-template-columns: 1fr 1fr
}
	}

/*3 columns*/

@media(min-width: 480px){

.l-grid {
		grid-template-columns: 1fr 1fr 1fr
}
	}

/*4 columns*/

@media(min-width: 960px){

.l-grid {
		grid-template-columns: 1fr 1fr 1fr 1fr
}
	}

.notification--confirmation {
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
  width: 100vw;

	color: green;
	font-style: italic;

	margin: 1em 0;
}

@media(min-width: 700px){

.notification--confirmation {
			width: auto;
}
  	}

.notification--alert {
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;

	color: #bfbdbd;
	font-style: italic;

	margin: 1em 0;
}

@media(min-width: 520px){

.notification--alert {
  		width: 100vw;
  		min-width: 90vw;
}
  	}

@media(min-width: 700px){

.notification--alert {
			width: auto;
			min-width: 0;
}
  	}

/*removes shopify footer text on checkout screen*/

.copyright-text {
	display: none;
}

@supports((display: -webkit-box) or (display: flex)){

.c-shopping-basket {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start
}

			@media(min-width: 700px){

.c-shopping-basket {
				-webkit-box-orient: horizontal;
				-webkit-box-direction: reverse;
				    -ms-flex-direction: row-reverse;
				        flex-direction: row-reverse;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;

				overflow: hidden
}
			}
	}

.c-basket-meta {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;

	border-bottom: solid #bfbdbd 1px;
  padding: 1em 0 2em 0;
}

@media(min-width: 700px){

.c-basket-meta {
			border-bottom: 0;
  		padding: 0;

  		-webkit-box-orient: vertical;

  		-webkit-box-direction: normal;

  		    -ms-flex-direction: column;

  		        flex-direction: column;
  		-webkit-box-align: start;
  		    -ms-flex-align: start;
  		        align-items: flex-start;

  		-ms-flex-preferred-size: auto;

  		    flex-basis: auto;
			width: 20%
}
  	}

@media(min-width: 700px){

.c-basket-meta .btn {
				width: 8em;
	    	text-align: center
	}
	    }

.c-basket-contents {
		width: 100%;
}

@media(min-width: 700px){

.c-basket-contents {
			width: 70%;
			border-right: solid #bfbdbd 1px;
			padding-right: 2em;
			margin-right: 2em;

			-ms-flex-preferred-size: auto;

			    flex-basis: auto;
			width: 80%
}
		}

@supports((display: -webkit-box) or (display: flex)){

.c-basket-contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
}

	}

.c-basket-list {
	width: 100%;
}

.c-basket__product-qty-input {
    width: 2.5em;
}

.info-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}

@media(min-width: 700px){

.info-actions {
			-ms-flex-wrap: no-wrap;
			    flex-wrap: no-wrap
}
  	}

.pagination-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 4em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.c-product-grid {
	margin-top: 3em;
}
/*# sourceMappingURL=app.css.map */
