/** Shopify CDN: Minification failed

Line 15:0 All "@import" rules must come first
Line 265:8 Expected ":"
Line 265:14 Expected ":"

**/
@font-face {
  font-family: 'Keroine Doux Extreme';
  src: url(KeroinePRO-DouxExtreme.woff2) format('woff2'),	
  	url(KeroinePRO-DouxExtreme.woff) format('woff');
  font-display: block;
}

@import url("https://use.typekit.net/fjc3fmn.css");

:root {
  --background-color: #dbdfff;
  --background-highlight-color: #c4cfff;
  --text-color: #082a51;
  --nav-color: #0000ff;
  --margin-v: 24px;
  --margin-h: 18px;
  --guide-unit-h: 6px;
  --guide-unit-v: 8px;
  --footer-header-height: 100px;
  --cart-row-height: 140px;
  --desktop-product-image-height: 514px;
  --huge-desktop-product-image-height: 620px;
  --desktop-product-image-ratio: 0.56;
}

/* ------ style reset ------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

input, textarea, select {
  font: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

button, button[type="submit"] {
	letter-spacing: normal;
	font-weight: normal;
	font-kerning: normal;
}

/* -------- Base styles ----------------------------- */

body {
  font-family: Nimbus Sans, Helvetica Neue, Arial;
  font-size: 14px;
  line-height: 1.5;
  background-color: var(--background-color);
  color: var(--text-color);
  padding: var(--margin-h) var(--margin-v);
  width: 100%;
  height: 100%;
  letter-spacing: normal;
}

section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div {
	display: flex;
	flex-direction: column;
	height: fit-content;
}

em {

}

a {
	color: var(--nav-color);
	font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
	text-decoration: none;
}

.above-the-fold {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  padding: var(--margin-h) var(--margin-v);
  width: 100%;
  display: grid;
  z-index: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto 14px;
}

/* --------------- Utility classes ----------------------------- */

.visually-hidden { /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


.hidden {
	display: none;
}

.star {
	height: 16px;
	width: 18px;
}

.blue {
	color: var(--nav-color);
}

.not-blue {
	color: var(--text-color);
}

.upcase {
	text-transform: uppercase;
	font-family: Nimbus Sans, Helvetica Neue, Arial;
	font-size: 14px;
}

.largest-text {
	font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
	font-size: 20px;
}


.h-align-center {
	position: relative;
	display: block;
	width: fit-content;
	padding: none;
	margin: var(--margin-h) auto 0px auto;
	line-height: normal;
}

.easy-center {
	text-align: center;
}

.flex-container-left-right {
	width: 100%;
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  line-height: normal;
}

.stick-to-left {
	position: flex-start;
}

.stick-to-right {
  position: flex-end;
  text-align: end;
}

.align-top {
  align-items: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.limit-width-30 {
	max-width: 30%;
}

.sold-out {
	opacity: 0.45;
}

.sold-out blue {
	opacity: 0.45;
}

textarea {
	overflow: hidden;
}


textarea.line-as-text-field {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--nav-color);
	border-radius: 0px;
	background: transparent;
	resize: none;
	outline: none;
	height: 20px;
	width: 100%
	color: var(--nav-color);
	/*margin-bottom: 6px;*/
}

textarea::-webkit-scrollbar {
	display; none;
	}

.line-as-text-field-label {
	line-height: normal;
	position: relative;
	bottom: 0px;
	color: var(--nav-color);
	font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
  	font-size: 18px;
  	margin-right: 6px;
  	margin-bottom: -4px;
}

img.cropped {
	object-fit: cover;
}

.heart {
	font-family: sans-serif;
}

button.link-as-button, input[type="submit"].link-as-button {
	position: relative;
/*	top: -1px;*/
	left: 0px;
	z-index: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  text-align: center;	
  color: var(--nav-color);
  border: none;
 }


button.link-as-button:disabled {
	opacity: 0.5;
	cursor: default;
}

/* --------------- Navigation, header ----------------------------- */

header {
  position: fixed; /* Set the navbar to fixed position */
  top: var(--margin-h);
  left: var(--margin-v);
  width: calc(100% - var(--margin-v) * 2);
  height: var(--footer-header-height);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: top;
  color: var(--nav-color);
  z-index: 1;
  font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
  font-size: 16px;
}

header > div {
	position: flex-start;
}

#logo-wrapper {
	line-height: 1;
	margin-top: -0.2rem;
}

#logo {
	width: 72px;
	height: auto;
}

nav {
	position: flex-end;
  text-align: end;
  line-height: 1.2;
}

.store-tagline {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 2px;
}

#cart a {
  font-family: Nimbus Sans, Arial;
  text-transform: uppercase;
}

#cart-star {
	height: 12px;
	width: 12px;
	margin-top: -4px;
	margin-right: 4px;
}

.link-arrow {
	display: none;
}

nav a, nav a:link, nav a:visited, nav a:hover, nav a:active  {
	text-decoration: none;
	color: var(--nav-color);
	font-style: normal;
}

nav a:hover > .link-arrow {
	display: inline;
}

.countdown {
	line-height: normal;
	height: fit-content;
	display: inline;
}

/* ------------ Footer, info section -------------------- */

.footer {
	margin-top: var(--margin-h);
	padding-top: calc(var(--margin-h) * 1.5);
	padding-bottom: calc(var(--margin-h) * 2.5);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 3vw;
	width: calc(100vw - var(--margin-v) * 2);
	border-top: 1px solid var(--nav-color);
}

.footer > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 300px;
}

.below-the-fold {
	z-index: 0;
   position: absolute;
   top: 100vh;
}

input[type="submit"].link-as-button {
	font-size: 24px;
	font-family: Nimbus Sans, Helvetica Neue, Arial;
	position: relative;
	top: -18px;
	left: -38px;
	text-align: right;
}

.line-as-input {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid var(--nav-color);
	border-radius: 0px;
	background: transparent;
	outline: none;
	margin-top: var(--margin-h);
	margin-right: 66px;
	/*height: 20px;*/
	color: #6b79cf;
	/*color: var(--nav-color);*/
}

#mc_embed_signup {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.footer a {
	font-family: Nimbus Sans, Helvetica Neue, Arial;
	color: var(--nav-color);
}


/* ------------ Layout for product -------------------- */

.product-panel {
  display: grid;
  grid-template-columns: 1fr calc(var(--desktop-product-image-height) * 7 / 9 * var(--desktop-product-image-ratio)) calc(var(--desktop-product-image-height) * 7 / 9) calc(var(--desktop-product-image-height) * 7 / 9 * var(--desktop-product-image-ratio)) 1fr;
  grid-template-rows: 1fr var(--desktop-product-image-height) 1fr;
  column-gap: 26px;
  height: 100%;
  max-width: 2000px;
  justify-self: center;
}


.product-title-block {
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.product-details-block {
	grid-column: 5 / span 1;
	grid-row: 2 / span 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-right: 12px;
	padding-left: 12px;
}

.description {
	line-height: 1.2;
}

.price {
  font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
  font-size: 24px;
  display: block;
  /*// text-align: center;*/
}

.compare-price {
	font-size: 14px;
}

.margin-left-1 {
	margin-left: var(--guide-unit-h);
}

.margin-right-1 {
	margin-right: 3px;
}

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

.description a {
	border-bottom: 1px solid var(--nav-color);
}
.product-title {
  font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
  font-size: 28px;
  line-height: 1.2; 
  text-align: center;
}

.product-subtitle {
  padding-top: var(--guide-unit-h);
  text-align: center;
}


.main-image, .detail-image {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.main-image {
	grid-column: 3 / span 1;
	grid-row: 2 / span 1;
  /*height: auto;*/
}

.detail-image {
	grid-column: span 1;
	grid-row: 2 / span 1;
  	height: calc(var(--desktop-product-image-height) * var(--desktop-product-image-ratio));
  	margin: calc((var(--desktop-product-image-height) - var(--desktop-product-image-height) * var(--desktop-product-image-ratio)) / 2) 0px;
}

.main-image>img {
	height: var(--desktop-product-image-height);
	width: calc(var(--desktop-product-image-height) * 7 / 9);
}

.detail-image>img {
	height: calc(var(--desktop-product-image-height) * var(--desktop-product-image-ratio));
	width: calc(var(--desktop-product-image-height) * var(--desktop-product-image-ratio) * 7 / 9);
}

.spacer, .jump-links {
 
}

.spacer {
	grid-row: 1 / span 1;
	grid-column: 1 / span 5 ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
	

.jump-links {
  grid-row: 3 / span 1;	
  grid-column: 1 / span 5 ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
  font-size: 16px;
  color: var(--nav-color);
  height: 100%;
}


.faux-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  /*height: var(--footer-header-height);*/
}

.info-banner {
  text-align: justify;
}

.left-in-stock {
	font-size: 12px;
	font-weight: bold;
}

#left-in-stock-above {
	display: none;
}

#left-in-stock-below {
	display: block;
}

#oru {
	display: none;
}

/* ------------ Add to cart form styles -------------------- */

.variants-block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	height: fit-content;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
}

.option-title {
    padding: 1px calc(var(--margin-v) / 6) 0px 0px;
}

input[type="radio"].variant-radio+label {
	cursor: pointer;
    border: 1px solid transparent;
    padding: 0px calc(var(--margin-v) / 6);
}

input[type="radio"].variant-radio:checked+label {
	border-bottom: 1px solid var(--text-color);
}	

input[type="radio"].variant-radio:disabled+label {
/*    // cursor: url('sold-out.svg'), default;*/
    cursor: default;
    opacity: 0.35;
}	

span.button-wrapper {
	position: relative;
	display: block;
	width: fit-content;
	height: calc(var(--margin-v) * 2);
	padding: none;
	margin: calc(var(--margin-h) * 1.5) auto 0px auto;
	line-height: normal;
}


.button-wrapper > .star {
	position: absolute;
	top: -9px;
	left: calc(var(--margin-h) * 7.7);
	z-index: 3;
	/*//*/ transform: rotate(2deg);
}

.stretched-star {
	width: 16px;
	height: 28px;
	transform: rotate(9deg);
	position: absolute;
	top: -15px;
	left: calc(var(--margin-h) * 7.7);
	z-index: 3;
}

button[type="submit"].add-to-cart-btn {
	position: relative;
	top: -1px;
	left: 0px;
	z-index: 1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background: transparent;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  text-align: center;	
  font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
  font-size: 20px;
  color: var(--nav-color);
  height: 48px;
  width: 180px;
  border: 1px solid var(--nav-color);
  border-radius: calc(var(--margin-v) * 5);
  padding-bottom: 4px;
}

button[type="submit"].add-to-cart-btn:active {
	font-size: 22px;
}

button[type="submit"].add-to-cart-btn:disabled {
	opacity: 0.5;
	cursor: default;
}

/* ------------ Collection -------------------- */

section.collection {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 330px);
  column-gap: auto;
  padding-top: calc(var(--guide-unit-h) * 9);
 }

.product-within-collection {
  font-size: 18px;
  line-height: normal;
  color: var(--text-color);
  font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
}

.product-within-collection-above {
  height: var(--footer-header-height);
  padding: 0 2px;
  margin-bottom: calc(var(--guide-unit-h) * 1.2);
}

.product-within-collection-above > span {
	width: fit-content;
/*	// height: 40px;*/
	line-height: normal;
	display: inline-flex;
  	align-items: flex-end;
}

.product-within-collection-below {
  margin-top: var(--guide-unit-h);
  padding: 0 2px;
}

.strikethrough {
	text-decoration: line-through;
	opacity: 0.6;
	margin-left: calc(var(--guide-unit-h) * 0.5);
}

.product-within-collection-subtitle {
	margin-bottom: -1px;
}

/* ------------ CART_STYLES -------------------- */

.cart-contents {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-template-rows: 1fr auto 1fr;
	height: 100%;
	width: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

.cart-title {
	font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
	font-size: 22px;
	color: var(--text-color);
	align-items: center;
	justify-content: center;
	grid-row: 1 / span 1;
	grid-column: 1 / span 3;
}

.spacer.cart-title {
	min-height: 180px;
}


.cart-wrapper {
	display: grid;
	width: calc(100vw - var(--margin-v) * 2);
	grid-template-columns: 1fr 650px 1fr;
	grid-template-rows: auto auto;
	position: relative;
	left: 0px;
	top: 0px;
}


.cart-numbers {
	font-size: 16px;
	font-family: Nimbus Sans, Helvetica Neue, Arial;
}

.remove {
	margin-left: 10px;
	position: relative;
	bottom: 1px;
}

.cart-qty-button {
	font-size: 24px;
	padding: 0px 6px;
	margin-bottom: -2px;
}

.cart-qty-button.disabled {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}

/*.minus {
	margin-bottom: 2px;
}*/

.cart-line-qty-text {
	margin-bottom: -4px;
	font-size: 18px;
}

.remove>a {
	font-family: Nimbus Sans, Helvetica Neue, Arial;
}

.qty-label {
	font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
	text-transform: uppercase;
	font-size: 16px;
}

.cart-image {
/*	margin-right: calc(var(--guide-unit-h) * 2 );*/
	height: 128px;
}

/* grid layout */


.cart-grid {
  display: grid;
  grid-template-columns:  8px calc((var(--cart-row-height) - 2 * var(--guide-unit-h)) * 7 / 9 + (2 * var(--guide-unit-v))) auto 120px 90px 8px;
  column-gap: auto;
  grid-row-gap: calc(var(--guide-unit-h) * 1.5);
}

.cart-grid-item-image, .cart-grid-item-title, .cart-grid-qty, .cart-grid-line-total, .cart-subtotal, .bracket-left, .bracket-right, .v-spacer-left, .v-spacer-right {
	display: flex;
	flex-direction: row;
	padding: var(--guide-unit-h) var(--guide-unit-v);
	height: 100%;
}

/*// .cart-grid > div {
// 	display: flex;
// 	flex-direction: row;
// 	padding: var(--guide-unit-h) var(--guide-unit-v);
// 	height: 100%;
// }*/

.cart-grid-item-image {
	grid-column: 2 / span 1;
	height: var(--cart-row-height);
	/*width: calc(var(--cart-row-height) * 7 / 9);*/
}

.cart-grid-item-title {
	grid-column: 3 / span 1;
	height: var(--cart-row-height);
}

.cart-grid-item-title>span>a {
	font-family: Nimbus Sans, Helvetica Neue, Arial;
	color: var(--text-color);
}

.cart-grid-item-title>span {
	margin-bottom: -2px;
}

.cart-grid-qty {
	grid-column: 4 / span 1;
	padding: var(--guide-unit-h) calc(var(--guide-unit-v) * 3);
	height: var(--cart-row-height);
}

.cart-grid-line-total {
	grid-column: 5 / span 1;
	height: var(--cart-row-height);
	position: relative;
	bottom: -1px;
	display: flex;
	flex-direction: row;
	justify-content: right;
}

.cart-subtotal {
	grid-column: 2 / span 4;
	padding-top: calc(var(--guide-unit-v) * 1.5);
	padding-bottom:  calc(var(--guide-unit-v) * 1.5);
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}

.cart-subtotal-title {
	font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
	font-size: 18px;
	padding-right: 6px;
}

.cart-subtotal-number {
	font-size: 20px;
}

.cart-update, .go-checkout {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.cart-update>button, .go-checkout>button {
	font-family: 'Keroine Doux Extreme', 'Times New Roman', Times, serif;
  	font-size: 20px;
	}

.cart-update {
	grid-column: 3 / span 1;
	justify-content: flex-end;
	padding-right: calc(var(--margin-h) * 2);
	font-size: 18px;
	padding-top: 34px;
	position: absolute;
	right: 0px;
	bottom: 24px;
}


.go-checkout {
	grid-column: 1 / span 1;
}


.grid-spacer {
	grid-column: 2 / span 4;
	height: 3px;
}

.v-spacer-right, .v-spacer-left {
	justify-content: center;
	align-items: center;
}

.v-spacer-right {
	grid-column: 3 / span 1;
	position: relative;
}

.v-spacer-left {
	grid-column: 1 / span 1;
	position: relative;
}

.cart-note {
	width: 100%;
	max-width: 600px;
	padding: 0px calc(var(--margin-h) * 2);
	align-items: flex-start;
/*	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	grid-row: 3 / span 1;
	grid-column: 1 / span 3;
	padding-bottom: 80px;*/
}


.cart-note > textarea.line-as-text-field {
	width: 100%;
	margin-top: 12px;
	color: var(--text-color);
}

.bracket-left, .bracket-right {
	padding: var(--guide-unit-h) calc(var(--guide-unit-v) / 2);
}

.bracket-left {
	grid-column: 1 / span 1;
	border-top: 1px solid var(--nav-color);
	border-bottom: 1px solid var(--nav-color);
	border-left: 1px solid var(--nav-color);
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.bracket-right {
	grid-column: 6 / span 1;
	border-top: 1px solid var(--nav-color);
	border-bottom: 1px solid var(--nav-color);
	border-right: 1px solid var(--nav-color);
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.span-1 {
	grid-row: 1 / span 1;
}

.span-2 {
	grid-row: 1 / span 2;
}

.span-3 {
	grid-row: 1 / span 3;
}

.span-4 {
	grid-row: 1 / span 4;
}

.span-5 {
	grid-row: 1 / span 5;
}

.span-6 {
	grid-row: 1 / span 6;
}

.span-7 {
	grid-row: 1 / span 7;
}

.span-8 {
	grid-row: 1 / span 8;
}

.span-9 {
	grid-row: 1 / span 9;
}

.span-10 {
	grid-row: 1 / span 10;
}

.span-11 {
	grid-row: 1 / span 11;
}

.span-12 {
	grid-row: 1 / span 12;
}

.span-13 {
	grid-row: 1 / span 13;
}

.span-14 {
	grid-row: 1 / span 14;
}

.span-15 {
	grid-row: 1 / span 15;
}



/* ------------ 404 and unused templates -------------------- */

.nothing-here {
/*	text-align: center;
	padding-top: calc(50vh - var(--footer-header-height) - var(--margin-h) - 24px);
	height: fit-content;*/
	display: flex;
	height: 100vh;
	align-items: center;
	justify-content: center;
	line-height: normal;
}

/* -------------- Fix for above-the-fold overflow -------*/

.js-allow-overflow-above {
	position: relative;
	top: calc(-1 * var(--margin-h));
	left: calc(-1 * var(--margin-v));
	height: auto;
}

.js-allow-overflow-below {
	top: auto;
}

/* -------------- Responsive -------------------- */

/* huuuuge screens */
@media (min-width: 1920px) {
	section.collection {
	  grid-template-columns: repeat(5, 330px);
	 }
	.image-in-collection {
		width: 330px;
		height: calc(330px * 9 / 7);
	}
}

/* very large screens */
@media (min-width: 1690px) {

	.product-panel {
	  grid-template-columns: 1fr calc(var(--huge-desktop-product-image-height) * 7 / 9 * var(--desktop-product-image-ratio)) calc(var(--huge-desktop-product-image-height) * 7 / 9) calc(var(--huge-desktop-product-image-height) * 7 / 9 * var(--desktop-product-image-ratio)) 1fr;
	  grid-template-rows: 1fr var(--huge-desktop-product-image-height) 1fr;
	  column-gap: 26px;
	}

	.main-image {
		grid-column: 3 / span 1;
		grid-row: 2 / span 1;
	}

	.main-image>img {
		height: var(--huge-desktop-product-image-height);
		width: calc(var(--huge-desktop-product-image-height) * 7 / 9);
	}

	.detail-image {
	  	height: calc(var(--huge-desktop-product-image-height) * var(--desktop-product-image-ratio));
	  	margin: calc((var(--huge-desktop-product-image-height) - var(--huge-desktop-product-image-height) * var(--desktop-product-image-ratio)) / 2) 0px;
	}

	.detail-image>img {
		height: calc(var(--huge-desktop-product-image-height) * var(--desktop-product-image-ratio));
		width: calc(var(--huge-desktop-product-image-height) * var(--desktop-product-image-ratio) * 7 / 9);
	}

}

/* break collection grid to 3 columns */
@media (max-width: 1550px) {
	section.collection {
	  grid-template-columns: repeat(3, 360px);
	 }
	 .image-in-collection {
		width: 360px;
		height: calc(360px * 9 / 7);
	}
}

/* reduce image size on desktop */
@media (max-width: 1490px) {
	:root {
		  --desktop-product-image-height: 480px;
	}
	.product-title {
		font-size: 26px;
	}
	.product-details-block {
		padding-left: 0px;
		padding-right: 0px;
	}
}
@media (max-width: 1380px) {
	:root {
		  --desktop-product-image-height: 420px;
	}
	.product-title {
		font-size: 24px;
	}

}


/* break collection grid to 2 columns */
@media (max-width: 1289px) {
	section.collection {
	  grid-template-columns: repeat(2, 390px);
	 }
	 .image-in-collection {
		width: 390px;
		height: calc(390px * 9 / 7);
	}


/* !!!!! Change product page layout for tablet and mobile! !!!! */

	:root {
		  --desktop-product-image-height: 760px;
	}

	.above-the-fold {
		position: relative;
		top: calc(-1 * var(--margin-h));
		left: calc(-1 * var(--margin-v));
		height: auto;
		grid-template-rows: auto auto;
		width: 100vw;
	}
	.below-the-fold {
		top: auto;
		margin-top: 40px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.product-panel {
	  grid-template-columns: 1fr;
	  grid-template-rows: auto auto auto auto auto auto auto;
	  grid-column-gap: 0px;
	  grid-row-gap: 40px;
	}

	.product-title-block {
		grid-column: 1 / span 1;
		grid-row: 3 / span 1;	
		height: auto;
	}

	.product-subtitle {
		color: var(--nav-color);
	}

	.product-details-block {
		grid-column: 1 / span 1;
		grid-row: 5 / span 1;
		width: calc(var(--desktop-product-image-height) * 7 / 9);
		justify-self: center;
	/*	display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding-right: 12px;
		padding-left: 12px;*/
	}

	#left-in-stock-above {
		display: block;
		margin-top: 16px;
	}

	#left-in-stock-below {
		display: none;
	}

	#oru {
		display: block;
}

	.product-details-block>div {
		width: 100%;
	}


	.main-image {
		grid-column: 1 / span 1;
		grid-row: 4 / span 1;
	}

	.detail-image {
		margin: 0px;
/*		grid-column: span 1;
		grid-row: 2 / span 1;
	  	height: calc(var(--desktop-product-image-height) * var(--desktop-product-image-ratio));
	  	margin: calc((var(--desktop-product-image-height) - var(--desktop-product-image-height) * var(--desktop-product-image-ratio)) / 2) 0px;*/
	}

	.detail-image.model {
		grid-column: 1 / span 1;
		grid-row: 2 / span 1;
	}
	.detail-image.detail {
		grid-column: 1 / span 1;
		grid-row: 6 / span 1;
	}


	.main-image>img {
		height: var(--desktop-product-image-height);
		width: calc(var(--desktop-product-image-height) * 7 / 9);
	}

	.detail-image>img {
/*		height: calc(var(--desktop-product-image-height) * var(--desktop-product-image-ratio));
		width: calc(var(--desktop-product-image-height) * var(--desktop-product-image-ratio) * 7 / 9);*/
	}

	span.button-wrapper {
		height: auto;
		margin: 28px auto 0px auto;
	}

	.button-wrapper>.star {
		left: 139px;
	}

	button[type="submit"].add-to-cart-btn {
		padding-bottom: 2px;
	}

	.spacer {
		grid-row: 1 / span 1;
		grid-column: 1 / span 1 ;
	 	height: 100px;
	}

	/* quick fix - override for cart page */
	.spacer.cart-title {
	    grid-row: 1 / span 1;
	    grid-column: 1 / span 3;
	 	height: auto;
	}

	.spacer.jump-links {
		height: auto;
	}
		

	.jump-links {
	  grid-row: 7 / span 1;	
	  grid-column: 1 / span 1 ;
	}

	.faux-footer {
		margin-top: 40px;
	}


}

/* break footer grid to 2 columns */
@media (max-width: 1150px) {
	.footer {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-row-gap: 5vh;
	}

	.footer > div {
		height: 200px;
	}
}

/* CART_STYLES */

@media (max-width: 1300px) {
	:root {
		--cart-row-height: 112px;
	}

	.cart-image {
		height: calc(var(--cart-row-height) - 12px);
		width: calc((var(--cart-row-height) - 12px) * 7 / 9);
	}

		.cart-wrapper {
		grid-template-columns: 1fr 550px 1fr;
	}


}

@media (max-height: 900px) {

	.cart-contents {
	grid-template-rows: 3fr auto 2fr;
	}
	.spacer.cart-title {
		min-height: 140px;
		justify-content: flex-end;
		padding-bottom: 20px;
	}

}

@media (max-width: 1115px) {

	.cart-contents {
	    grid-template-rows: 1fr auto;
	}

	.cart-wrapper {
/*		grid-template-columns: 1fr 650px 1fr;*/
		grid-template-rows: auto auto auto;
	}

	.cart-grid {
		grid-row: 1 / span 1;
		grid-column: 2 / span 1;
	}

	.spacer.cart-title {
		justify-content: flex-end;
		padding-bottom: 20px;
	}


	.v-spacer-right {
		grid-row: 2 / span 1;
		grid-column: 2 / span 1;
		padding: 40px 0px 10px 0px;
		justify-content: flex-end;
	}

	.v-spacer-left {
		grid-row: 3 / span 1;
		grid-column: 2 / span 1;
	}

	.cart-title {
		font-size: 20px;
	}

}

/* resize margins for small screens */
@media (max-width: 854px) {
	:root {
		--margin-v: 12px;
		--margin-h: 9px;
	}

	section.collection {
	  grid-template-columns: repeat(2, 1fr);
	  column-gap: var(--margin-h);
	 }

	 .image-in-collection {
		width: calc(calc(100vw - (var(--margin-h) * 3) / 2));
		height: calc(calc(100vw - var(--margin-h) * 3) * 9 / 7 / 2);
		/*// height: auto;*/
	}
}

/* break countdown line */
@media (max-width: 780px) {
	.store-tagline {
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  margin-top: 8px;
	}

	.countdown {
		margin-top: -4px;	
	}
  

  	.display-inline {
		flex-direction: row;
	}


	#cart {
		margin-bottom: 6px;
	}
	:root {
		  --desktop-product-image-height: 660px;
	}

}

/* reduce collection titles */
@media (max-width: 740px) {

	section.collection {
		padding-top: calc(var(--guide-unit-h) * 12);
	}

	.product-within-collection-subtitle {
		font-size: 12px;
		margin-bottom: 2px;
	}

	.product-within-collection {
	
	}

	.product-within-collection-above {
	  /*height: var(--footer-header-height);*/
	  padding: 0 0px;
	  margin-bottom: var(--guide-unit-h);
	}

	.product-within-collection-above > span {
/*		width: fit-content;
		// height: 40px;*/
		line-height: 1.1;  
/*		display: inline-flex;
	  	align-items: flex-end;*/
	}

	.product-within-collection-above.flex-container-left-right {
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
/*		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;*/
	}

	.product-within-collection-subtitle.limit-width-30 {
		max-width: 100%;
	}

	.product-within-collection-below {
	  margin-top: var(--guide-unit-h);
	  padding: 0 2px;
	}

	.strikethrough {
		text-decoration: line-through;
		opacity: 0.6;
		margin-left: calc(var(--guide-unit-h) * 0.5);
	}
}

/* break footer to 1 column , CART_STYLES*/
@media (max-width: 600px) {

	:root {
		  --desktop-product-image-height: 420px;
		  --cart-row-height: 88px;
	}

	.footer {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		grid-row-gap: 6vh;
	}

	.footer > div {
		height: 150px;
	}

	input[type="submit"].link-as-button {
		top: -32px;
		left: -12px;
	}

	.cart-wrapper {
		grid-template-columns: 1fr 500px 1fr;
	}

/*	.cart-grid {
		grid-template-columns: 8px auto auto auto 8px;
	}*/

/*	.cart-image {
		margin-right: 6px;
	}*/

	.cart-grid-item-title>span {
		margin-left: 12px;
	}

}

@media (max-width: 540px) {
	.cart-contents {
		width: 100%;
	}

	.cart-wrapper {
		grid-template-columns: 0px auto 0px;
	}

@media (max-width: 500px) {

	:root {
		  --cart-row-height: 100px;
	}

	.spacer.cart-title {
		min-height: 220px;
		padding-bottom: 40px;
	}

	.cart-grid {
	  grid-template-columns:  8px calc((var(--cart-row-height) - 2 * var(--guide-unit-h)) * 7 / 9 + (2 * var(--guide-unit-v))) auto 90px 8px;
	}

	.grid-spacer {
		grid-column: 2 / span 3;
	}

	.cart-grid-item-image {
		grid-column: 2 / span 1;
		grid-row: span 2;
		height: var(--cart-row-height);
	}

	.cart-grid-item-title {
		grid-column: 3 / span 2;
		height: calc((var(--cart-row-height) - 2 * var(--guide-unit-h)) * 2 / 3);
		align-items: flex-end;
		justify-content: flex-start;
		padding: var(--guide-unit-h) var(--guide-unit-v) 0px 0px;
	}

	.cart-numbers {
		font-size: 14px;
	}

	.cart-grid-line-total.cart-numbers, .cart-line-qty-text.cart-numbers {
		font-size: 16px;
	}

	.cart-line-qty-text.cart-numbers {
		line-height: normal;
		margin-bottom: 2px;
	}

	.cart-grid-qty {
		grid-column: 3 / span 1;
		padding: var(--guide-unit-h) calc(var(--guide-unit-v) * 3) var(--guide-unit-h) 12px;
		height: calc((var(--cart-row-height) - 2 * var(--guide-unit-h)) / 3);
	}

	.cart-grid-line-total {
		grid-column: 4 / span 1;
		height: calc((var(--cart-row-height) - 2 * var(--guide-unit-h)) / 3);
/*		position: relative;
		bottom: -1px;
		display: flex;
		flex-direction: row;
		justify-content: right;*/
	}

	.cart-subtotal {
		grid-column: 2 / span 3;
/*		padding-top: calc(var(--guide-unit-v) * 1.5);
		padding-bottom:  calc(var(--guide-unit-v) * 1.5);
		display: flex;
		flex-direction: column;
		padding-top: 20px;*/
	}

	.bracket-right {
		grid-column: 5 / span 1;
	}

	.cart-note {
		padding: 0px 0px;
	}

	section.below-the-fold {
		margin-top: 0px;
	}

	.v-spacer-right {
		padding: 20px 0px 10px 0px;
	}

	.span-3 {
		grid-row: 1 / span 4;
	}

	.span-4 {
		grid-row: 1 / span 6;
	}

	.span-5 {
		grid-row: 1 / span 8;
	}

	.span-6 {
		grid-row: 1 / span 10;
	}

	.span-7 {
		grid-row: 1 / span 12;
	}

	.span-8 {
		grid-row: 1 / span 14;
	}

	.span-9 {
		grid-row: 1 / span 16;
	}

	.span-10 {
		grid-row: 1 / span 18;
	}

	.span-11 {
		grid-row: 1 / span 20;
	}

	.span-12 {
		grid-row: 1 / span 22;
	}

	.span-13 {
		grid-row: 1 / span 24;
	}

	.span-14 {
		grid-row: 1 / span 26;
	}

	.span-15 {
		grid-row: 1 / span 28;
	}
}


}