/**
 * ----------------------------------------------------------------------------------------------
 * This is a variation of Normalize.css (http://necolas.github.io/normalize.css/)
 * ----------------------------------------------------------------------------------------------
 */
/**
 * Base
 */
*,
*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body {
  margin: 0; }

/**
 * HTML5 display definitions
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

/**
 * Text-level semantic
 */
:active {
  outline: none; }

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0; }

b,
strong {
  font-weight: bold; }

small {
  font-size: 80%; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-size: inherit; }

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0; }

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border: 0; }

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

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1rem; }

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  margin: 0 0.125rem;
  padding: 6px 10px 12px;
  padding: 0.375rem 0.625rem 0.75rem; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.slick-slider {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer; }

.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  overflow: hidden; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block !important; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! Avalanche | MIT License | @colourgarden */
/*------------------------------------
 *   GRID LAYOUT
 *------------------------------------*/
.grid {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -25px;
  font-size: 0; }

.grid__cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 25px;
  margin: 0;
  vertical-align: top;
  font-size: 1rem; }

.grid--gallery {
  margin-bottom: -25px; }

.grid--gallery > .grid__cell {
  padding-bottom: 25px; }

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

.grid--center > .grid__cell {
  text-align: left; }

.grid__cell--center {
  display: block;
  margin: 0 auto; }

.grid--right {
  text-align: right; }

.grid--right > .grid__cell {
  text-align: left; }

.grid--middle > .grid__cell {
  vertical-align: middle; }

.grid--bottom > .grid__cell {
  vertical-align: bottom; }

.grid--flush {
  margin-left: 0; }

.grid--flush > .grid__cell {
  padding-left: 0; }

.grid--tiny {
  margin-left: -6.25px; }

.grid--tiny > .grid__cell {
  padding-left: 6.25px; }

.grid--gallery-tiny {
  margin-bottom: -6.25px; }

.grid--gallery.grid--tiny > .grid__cell,
.grid--gallery-tiny > .grid__cell {
  padding-bottom: 6.25px; }

.grid--small {
  margin-left: -12.5px; }

.grid--small > .grid__cell {
  padding-left: 12.5px; }

.grid--gallery-small {
  margin-bottom: -12.5px; }

.grid--gallery.grid--small > .grid__cell,
.grid--gallery-small > .grid__cell {
  padding-bottom: 12.5px; }

.grid--large {
  margin-left: -50px; }

.grid--large > .grid__cell {
  padding-left: 50px; }

.grid--gallery-large {
  margin-bottom: -50px; }

.grid--gallery.grid--large > .grid__cell,
.grid--gallery-large > .grid__cell {
  padding-bottom: 50px; }

.grid--huge {
  margin-left: -75px; }

.grid--huge > .grid__cell {
  padding-left: 75px; }

.grid--gallery-tiny {
  margin-bottom: -75px; }

.grid--gallery.grid--huge > .grid__cell,
.grid--gallery-huge > .grid__cell {
  padding-bottom: 75px; }

.grid--auto > .grid__cell {
  width: auto; }

/*------------------------------------*\
    GRID WIDTHS
\*------------------------------------*/
.\31\/2, .\32\/4, .\33\/6 {
  width: 50%; }

.\31\/3, .\32\/6 {
  width: 33.33333%; }

.\32\/3, .\34\/6 {
  width: 66.66667%; }

.\31\/4 {
  width: 25%; }

.\33\/4 {
  width: 75%; }

.\31\/5 {
  width: 20%; }

.\32\/5 {
  width: 40%; }

.\33\/5 {
  width: 60%; }

.\34\/5 {
  width: 80%; }

.\31\/6 {
  width: 16.66667%; }

.\35\/6 {
  width: 83.33333%; }

/* If responsive flag enabled, loop breakpoint widths */
/* Create each media query */
@media screen and (max-width: 499px) {
  .\31\/2--thumb, .\32\/4--thumb, .\33\/6--thumb {
    width: 50%; }

  .\31\/3--thumb, .\32\/6--thumb {
    width: 33.33333%; }

  .\32\/3--thumb, .\34\/6--thumb {
    width: 66.66667%; }

  .\31\/4--thumb {
    width: 25%; }

  .\33\/4--thumb {
    width: 75%; }

  .\31\/5--thumb {
    width: 20%; }

  .\32\/5--thumb {
    width: 40%; }

  .\33\/5--thumb {
    width: 60%; }

  .\34\/5--thumb {
    width: 80%; }

  .\31\/6--thumb {
    width: 16.66667%; }

  .\35\/6--thumb {
    width: 83.33333%; } }
/* Create each media query */
@media screen and (min-width: 500px) and (max-width: 800px) {
  .\31\/2--handheld, .\32\/4--handheld, .\33\/6--handheld {
    width: 50%; }

  .\31\/3--handheld, .\32\/6--handheld {
    width: 33.33333%; }

  .\32\/3--handheld, .\34\/6--handheld {
    width: 66.66667%; }

  .\31\/4--handheld {
    width: 25%; }

  .\33\/4--handheld {
    width: 75%; }

  .\31\/5--handheld {
    width: 20%; }

  .\32\/5--handheld {
    width: 40%; }

  .\33\/5--handheld {
    width: 60%; }

  .\34\/5--handheld {
    width: 80%; }

  .\31\/6--handheld {
    width: 16.66667%; }

  .\35\/6--handheld {
    width: 83.33333%; } }
/* Create each media query */
@media screen and (min-width: 500px) {
  .\31\/2--handheld-and-up, .\32\/4--handheld-and-up, .\33\/6--handheld-and-up {
    width: 50%; }

  .\31\/3--handheld-and-up, .\32\/6--handheld-and-up {
    width: 33.33333%; }

  .\32\/3--handheld-and-up, .\34\/6--handheld-and-up {
    width: 66.66667%; }

  .\31\/4--handheld-and-up {
    width: 25%; }

  .\33\/4--handheld-and-up {
    width: 75%; }

  .\31\/5--handheld-and-up {
    width: 20%; }

  .\32\/5--handheld-and-up {
    width: 40%; }

  .\33\/5--handheld-and-up {
    width: 60%; }

  .\34\/5--handheld-and-up {
    width: 80%; }

  .\31\/6--handheld-and-up {
    width: 16.66667%; }

  .\35\/6--handheld-and-up {
    width: 83.33333%; } }
/* Create each media query */
@media screen and (max-width: 800px) {
  .\31\/2--pocket, .\32\/4--pocket, .\33\/6--pocket {
    width: 50%; }

  .\31\/3--pocket, .\32\/6--pocket {
    width: 33.33333%; }

  .\32\/3--pocket, .\34\/6--pocket {
    width: 66.66667%; }

  .\31\/4--pocket {
    width: 25%; }

  .\33\/4--pocket {
    width: 75%; }

  .\31\/5--pocket {
    width: 20%; }

  .\32\/5--pocket {
    width: 40%; }

  .\33\/5--pocket {
    width: 60%; }

  .\34\/5--pocket {
    width: 80%; }

  .\31\/6--pocket {
    width: 16.66667%; }

  .\35\/6--pocket {
    width: 83.33333%; } }
/* Create each media query */
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .\31\/2--lap, .\32\/4--lap, .\33\/6--lap {
    width: 50%; }

  .\31\/3--lap, .\32\/6--lap {
    width: 33.33333%; }

  .\32\/3--lap, .\34\/6--lap {
    width: 66.66667%; }

  .\31\/4--lap {
    width: 25%; }

  .\33\/4--lap {
    width: 75%; }

  .\31\/5--lap {
    width: 20%; }

  .\32\/5--lap {
    width: 40%; }

  .\33\/5--lap {
    width: 60%; }

  .\34\/5--lap {
    width: 80%; }

  .\31\/6--lap {
    width: 16.66667%; }

  .\35\/6--lap {
    width: 83.33333%; } }
/* Create each media query */
@media screen and (min-width: 801px) {
  .\31\/2--lap-and-up, .\32\/4--lap-and-up, .\33\/6--lap-and-up {
    width: 50%; }

  .\31\/3--lap-and-up, .\32\/6--lap-and-up {
    width: 33.33333%; }

  .\32\/3--lap-and-up, .\34\/6--lap-and-up {
    width: 66.66667%; }

  .\31\/4--lap-and-up {
    width: 25%; }

  .\33\/4--lap-and-up {
    width: 75%; }

  .\31\/5--lap-and-up {
    width: 20%; }

  .\32\/5--lap-and-up {
    width: 40%; }

  .\33\/5--lap-and-up {
    width: 60%; }

  .\34\/5--lap-and-up {
    width: 80%; }

  .\31\/6--lap-and-up {
    width: 16.66667%; }

  .\35\/6--lap-and-up {
    width: 83.33333%; } }
/* Create each media query */
@media screen and (max-width: 1024px) {
  .\31\/2--portable, .\32\/4--portable, .\33\/6--portable {
    width: 50%; }

  .\31\/3--portable, .\32\/6--portable {
    width: 33.33333%; }

  .\32\/3--portable, .\34\/6--portable {
    width: 66.66667%; }

  .\31\/4--portable {
    width: 25%; }

  .\33\/4--portable {
    width: 75%; }

  .\31\/5--portable {
    width: 20%; }

  .\32\/5--portable {
    width: 40%; }

  .\33\/5--portable {
    width: 60%; }

  .\34\/5--portable {
    width: 80%; }

  .\31\/6--portable {
    width: 16.66667%; }

  .\35\/6--portable {
    width: 83.33333%; } }
/* Create each media query */
@media screen and (min-width: 1025px) {
  .\31\/2--desk, .\32\/4--desk, .\33\/6--desk {
    width: 50%; }

  .\31\/3--desk, .\32\/6--desk {
    width: 33.33333%; }

  .\32\/3--desk, .\34\/6--desk {
    width: 66.66667%; }

  .\31\/4--desk {
    width: 25%; }

  .\33\/4--desk {
    width: 75%; }

  .\31\/5--desk {
    width: 20%; }

  .\32\/5--desk {
    width: 40%; }

  .\33\/5--desk {
    width: 60%; }

  .\34\/5--desk {
    width: 80%; }

  .\31\/6--desk {
    width: 16.66667%; }

  .\35\/6--desk {
    width: 83.33333%; } }
/* Create each media query */
@media screen and (min-width: 1160px) {
  .\31\/2--widescreen, .\32\/4--widescreen, .\33\/6--widescreen {
    width: 50%; }

  .\31\/3--widescreen, .\32\/6--widescreen {
    width: 33.33333%; }

  .\32\/3--widescreen, .\34\/6--widescreen {
    width: 66.66667%; }

  .\31\/4--widescreen {
    width: 25%; }

  .\33\/4--widescreen {
    width: 75%; }

  .\31\/5--widescreen {
    width: 20%; }

  .\32\/5--widescreen {
    width: 40%; }

  .\33\/5--widescreen {
    width: 60%; }

  .\34\/5--widescreen {
    width: 80%; }

  .\31\/6--widescreen {
    width: 16.66667%; }

  .\35\/6--widescreen {
    width: 83.33333%; } }
/* Create each media query */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .\31\/2--retina, .\32\/4--retina, .\33\/6--retina {
    width: 50%; }

  .\31\/3--retina, .\32\/6--retina {
    width: 33.33333%; }

  .\32\/3--retina, .\34\/6--retina {
    width: 66.66667%; }

  .\31\/4--retina {
    width: 25%; }

  .\33\/4--retina {
    width: 75%; }

  .\31\/5--retina {
    width: 20%; }

  .\32\/5--retina {
    width: 40%; }

  .\33\/5--retina {
    width: 60%; }

  .\34\/5--retina {
    width: 80%; }

  .\31\/6--retina {
    width: 16.66667%; }

  .\35\/6--retina {
    width: 83.33333%; } }
/**
 * COLORS
 */
/**
 * TYPOGRAPHY
 */
@font-face {
  font-family: Helvetica;
  font-weight: 300;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_n3.e01288c0d2e8e4f4101819b750499a38c41ed953.woff2?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=d255e36c4cb1af85639736f44a020ea3e3e4c1b37f804b52a735d8f914c4f7a1") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_n3.689236138e1e3e1b03386488943f79b29e240af5.woff?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=8633510936fc9085fa31dc5065b7e865d3651a09c57fb7f9288138b377ea7e36") format("woff"); }

@font-face {
  font-family: Helvetica;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_n4.fe093fe9ca22a15354813c912484945a36b79146.woff2?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=da511ca2464bcf46f001cfd7d1d00a247fcdf068ab57b5417420626c11fa6916") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_n4.8bddb85c18a0094c427a9bf65dee963ad88de4e8.woff?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=b205545d1b8b3602c782f88d5f5d37ed3a00cda7725ec0a35b6ef52f0811e9dd") format("woff"); }

@font-face {
  font-family: "Cooper BT";
  font-weight: 500;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/cooper_bt/cooperbt_n5.ebd9fe985f6ad9f0fb6f1b5c153ca1db17748d07.woff2?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=9f9e2150247180d9ef1af5da0adaa663daad88fab22ebfd3f0970e1c7ed01bbe") format("woff2"), url("https://fonts.shopifycdn.com/cooper_bt/cooperbt_n5.d0f06f4cded7ebb533ef0f758af604e5f1a28f9a.woff?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=f9ccebd7aa2184fd737c700822f95b3b35d49aaab3f6038dd49bb6f1c7bdf8e4") format("woff"); }

@font-face {
  font-family: Helvetica;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_n4.fe093fe9ca22a15354813c912484945a36b79146.woff2?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=da511ca2464bcf46f001cfd7d1d00a247fcdf068ab57b5417420626c11fa6916") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_n4.8bddb85c18a0094c427a9bf65dee963ad88de4e8.woff?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=b205545d1b8b3602c782f88d5f5d37ed3a00cda7725ec0a35b6ef52f0811e9dd") format("woff"); }

@font-face {
  font-family: Helvetica;
  font-weight: 700;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_n7.39bee04bd277a9c4e94e2fd42d53f4e3c0afb8a5.woff2?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=c25144f50826ce3a8e5c3bfb42447038e0f885317ac65fd39388c85a63560b0d") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_n7.b95359461a6788d5549e702cb2123bc40c227e49.woff?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=869e73f1276fba3336c15b6408b6c2d7ae7a02f292cea5436c996c390dbda356") format("woff"); }

@font-face {
  font-family: Helvetica;
  font-weight: 400;
  font-style: oblique;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_o4.f9832a0fc1ee8fc5a359636e410d6941e1e4ca03.woff2?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=58b9d4321aee783832df53495be9a5ed8dbccbc3afefed8bd89539c584b614d2") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_o4.0063286aec443697ebae04eeb9c78b820f9f7805.woff?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=5c6d37047cf0111b5a989dec559412b92204587b3e3c4f024c1e7fcc4a07a0d9") format("woff"); }

@font-face {
  font-family: Helvetica;
  font-weight: 700;
  font-style: oblique;
  src: url("https://fonts.shopifycdn.com/helvetica/helvetica_o7.215fd4ca1a06214fa01e44328a1992c977700ea2.woff2?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=12cc18710308663cab0b5fd8aa688b443bbab71cb98d1ab71eb428b037da9b49") format("woff2"), url("https://fonts.shopifycdn.com/helvetica/helvetica_o7.b0a2026ae2aa64d060f9ce0ee1b3c3c1aa21bf88.woff?h1=b2Z3Z2t0YXNob3AuY29t&h2=b2RkZnV0dXJlLmNvbQ&hmac=101e2054af95b60a4986a1f940c6c5047c78d063b0c89e327b852847cb95b4c2") format("woff"); }

/**
 * HEADER
 */
/**
 * SLIDESHOW
 */
/**
 * COLLECTION
 */
/**
 * PRODUCT
 */
/**
 * BLOG
 */
/**
 * Sticky footer, normalized to work on all browsers (http://philipwalton.com/articles/normalizing-cross-browser-flexbox-bugs/)
 */
.page__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  background: white; }

.top-bar,
.header__mobile-nav,
.header,
.footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.main {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 25px;
  margin-top: 1.5625rem; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem; }

.container--shrink {
  max-width: 700px; }

.inner {
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem; }

.page__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s 0.3s; }

.page__overlay--open {
  opacity: 0.6;
  visibility: visible;
  transition: opacity 0.3s; }

.accessibility-skip {
  position: absolute;
  list-style: none;
  top: -40px;
  top: -2.5rem; }

.accessibility-skip__item > a {
  position: absolute;
  left: -9999em;
  transition: none !important; }
  .accessibility-skip__item > a:active, .accessibility-skip__item > a:focus {
    display: block;
    position: static;
    left: 0; }

.placeholder-svg {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor; }

@media screen and (min-width: 500px) {
  .main > .container > .inner {
    padding: 0 20px;
    padding: 0 1.25rem; } }
body {
  font-size: 100%;
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
  line-height: 1.6; }

a {
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out; }

.link--primary, .rte a {
  color: black; }
  .link--primary:hover, .rte a:hover {
    color: black; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

/**
 * Those next two rules allow to remove margin-top, this is easier to maintain to only act on the margin-bottom
 */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: inherit; }

p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  height: 0.0625rem;
  width: 1px;
  width: 0.0625rem;
  margin: -1px;
  margin: -0.0625rem;
  padding: 0;
  border: 0; }

.list--unstyled {
  list-style: none;
  padding: 0;
  margin: 0; }

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  color: black;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal; }
.rte img {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem; }
.rte blockquote {
  margin: 30px 0;
  margin: 1.875rem 0;
  padding: 35px;
  padding: 2.1875rem;
  background: black;
  color: white;
  font-weight: bolder; }
.rte ul,
.rte ol {
  margin: 25px 0 25px 25px;
  margin: 1.5625rem 0 1.5625rem 1.5625rem; }
.rte h1 {
  font-size: 28px;
  font-size: 1.75rem; }
.rte h2 {
  font-size: 24px;
  font-size: 1.5rem; }
.rte h3 {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem; }
.rte h4 {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  font-size: 18px;
  font-size: 1.125rem; }
.rte h5, .rte h6 {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-size: 1rem; }

.video-wrapper,
.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .video-wrapper iframe,
  .video-wrapper embed,
  .video-wrapper object,
  .video-container iframe,
  .video-container embed,
  .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/**
 * Those two breakpoints allow to reduce the font-size of all texts as well as the margin and
 * padding, thanks to the magic of REM
 */
html {
  font-size: 15px; }

@media screen and (min-width: 500px) {
  html {
    font-size: 15px; } }
@media screen and (min-width: 1025px) {
  html {
    font-size: 16px; } }
@font-face {
  font-family: 'icomoon';
  src: url("//cdn.shopify.com/s/files/1/0040/6146/2626/t/5/assets/icomoon.eot?v=9847170494609621163");
  src: url("//cdn.shopify.com/s/files/1/0040/6146/2626/t/5/assets/icomoon.eot?%23iefix&v=9847170494609621163") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0040/6146/2626/t/5/assets/icomoon.woff2?v=18159973138535026626") format("woff2"), url("//cdn.shopify.com/s/files/1/0040/6146/2626/t/5/assets/icomoon.ttf?v=10078933808589540461") format("truetype"), url("//cdn.shopify.com/s/files/1/0040/6146/2626/t/5/assets/icomoon.woff?v=10133288244968606400") format("woff");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tick:before {
  content: '\e900'; }

/* Lazyloading */
.image--fade-in {
  opacity: 0;
  transition: opacity 0.3s ease; }

.lazyloaded.image--fade-in {
  opacity: 1; }

/* Aspect ratio */
.aspect-ratio {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.aspect-ratio > img,
.no-js .aspect-ratio > noscript img {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0; }

.no-js .aspect-ratio > img {
  display: none; }

img.lazyload[data-sizes="auto"] {
  width: 100%;
  /* this is needed to help LazySizes calculate the correct size */ }

/* Placeholder background */
.placeholder-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.placeholder-background > .placeholder-svg {
  fill: black;
  background-color: white; }

.breadcrumb {
  display: none; }

@media screen and (min-width: 500px) {
  .breadcrumb {
    display: inline-block;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
    vertical-align: top;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem; }

  .breadcrumb__item {
    display: inline-block; }

  .breadcrumb__item:not(.breadcrumb__item--active) {
    color: rgba(0, 0, 0, 0.4); }
    .breadcrumb__item:not(.breadcrumb__item--active):hover {
      color: black; }
    .breadcrumb__item:not(.breadcrumb__item--active)::after {
      display: inline-block;
      content: '/';
      margin: 0 3px;
      margin: 0 0.1875rem;
      transition: color 0.25s ease-in-out; } }
.alert {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding: 15px 20px 20px 20px;
  padding: 0.9375rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0); }

.alert__title {
  position: relative;
  display: block;
  font-size: 20px;
  font-size: 1.25rem; }
  .alert__title::before {
    position: absolute;
    content: '';
    width: 3px;
    width: 0.1875rem;
    height: 100%;
    left: -20px;
    left: -1.25rem;
    background: transparent; }

.alert__errors {
  margin-top: 20px;
  margin-top: 1.25rem; }

.alert--mono {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  text-align: left; }
  .alert--mono .alert__title::before {
    display: none; }

.alert--error .alert__title {
  color: #e9573f; }
  .alert--error .alert__title::before {
    background: #e9573f; }

.alert--mono.alert--error {
  background: #e9573f; }
  .alert--mono.alert--error, .alert--mono.alert--error .alert__title {
    color: #ffffff; }

.alert--success .alert__title {
  color: #0bb73a; }
  .alert--success .alert__title::before {
    background: #0bb73a; }

.alert--mono.alert--success {
  background: #0bb73a; }
  .alert--mono.alert--success,
  .alert--mono.alert--success .alert__title {
    color: #ffffff; }

.alert--mono.alert--info {
  background: #bdbdbd; }
  .alert--mono.alert--info,
  .alert--mono.alert--info .alert__title {
    color: #ffffff; }

@media screen and (min-width: 1160px) {
  .alert__title {
    font-size: 24px;
    font-size: 1.5rem; } }
input,
textarea {
  width: 100%;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: inherit;
  -webkit-appearance: none;
  /* Remove the inner box-shadow in iOS devices */ }
  input:focus,
  textarea:focus {
    border-color: #1790d3; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: inherit; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: inherit; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: inherit; }
  input::placeholder,
  textarea::placeholder {
    color: inherit; }

input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-right: 15px;
  margin-right: 0.9375rem;
  -webkit-appearance: checkbox; }
  input[type="checkbox"] + .form__label, input[type="checkbox"] + .spr-form-label {
    display: inline-block;
    vertical-align: 1px; }

textarea {
  display: block;
  /* Fix in inconsistency with Chrome/Safari */
  resize: vertical; }

input:not(.button):focus,
textarea:not(.button):focus {
  outline: none; }

.form--shrink {
  max-width: 500px;
  margin: 0 auto; }

.form__control,
.form__row {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: left; }
  .form__control:last-child,
  .form__row:last-child {
    margin-bottom: 0; }

.form__label, .spr-form-label {
  display: block;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bolder; }

.form--inline .form__control {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
.form--inline .form__label, .form--inline .spr-form-label {
  display: table-cell;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  vertical-align: middle; }
  .form--inline .form__label + input, .form--inline .spr-form-label + input, .form--inline .form__label + textarea, .form--inline .spr-form-label + textarea, .form--inline .form__label + .form__select, .form--inline .spr-form-label + .form__select {
    display: table-cell;
    width: 55%; }

.form__submit-duo input:last-child {
  margin-top: 10px;
  margin-top: 0.625rem; }

.flexbox .form__submit-duo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flexbox .form__submit-duo input {
    margin: 0 15px 0 0;
    margin: 0 0.9375rem 0 0;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2; }
  .flexbox .form__submit-duo input[type="submit"] {
    margin: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

@media screen and (min-width: 500px) {
  .flexbox .form__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .flexbox .form__row .form__control {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0 20px 0 0;
      margin: 0 1.25rem 0 0; }
    .flexbox .form__row .form__control:last-child {
      margin-right: 0; } }
/**
 * Style selects
 */
select {
  /* Disable built-in styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  height: 45px;
  height: 2.8125rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-right: 45px;
  padding-right: 2.8125rem;
  border-radius: 2px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  line-height: normal;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  /* Remove the ugly blue background on IE when a value is selected */ }
  select:active, select:focus {
    outline: none; }
  select:focus {
    border-color: black; }
  select:focus::-ms-value {
    background: inherit;
    color: inherit; }
  .ie9 select {
    padding-right: 0;
    /* Allow to cover the arrow */ }

/* Allow to remove the ugly dashes when selecting an option in Firefox */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black; }

/* Disable default styles for IE10+ */
select::-ms-expand {
  display: none; }

/* Browsers do not support ::after pseudo-element on <select> elements, so we are forced
   to wrap the <select> around an additional div */
.form__select {
  position: relative;
  border: none; }
  .form__select .icon {
    position: absolute;
    top: calc(50% - 8px);
    top: calc(50% - 0.5rem);
    right: 15px;
    right: 0.9375rem;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    line-height: normal;
    pointer-events: none;
    fill: currentColor; }
  .ie9 .form__select svg {
    display: none; }

.button, .spr-summary-actions-newreview,
.spr-button-primary, .shopify-payment-button__button--unbranded {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  padding: 0.9375rem 2.5rem;
  line-height: normal;
  border: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-weight: bolder;
  transition: all 0.25s ease-in-out;
  cursor: pointer; }
  .button[disabled], [disabled].spr-summary-actions-newreview,
  [disabled].spr-button-primary, [disabled].shopify-payment-button__button--unbranded {
    opacity: 0.4;
    cursor: not-allowed; }

.button--full {
  width: 100%; }

.button--small {
  padding: 12px 25px;
  padding: 0.75rem 1.5625rem; }

.button--primary, .spr-summary-actions-newreview,
.spr-button-primary, .shopify-payment-button__button--unbranded {
  color: white;
  background: black; }
  .button--primary:hover:not([disabled]), .spr-summary-actions-newreview:hover:not([disabled]),
  .spr-button-primary:hover:not([disabled]), .shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background: #262626; }

.button--secondary {
  color: white;
  background: #848484; }
  .button--secondary:hover:not([disabled]) {
    background: #5e5e5e; }

.button-wrapper {
  text-align: center; }

.b-modal {
  cursor: default !important; }

.modal {
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
  border-radius: 4px;
  background-size: cover;
  background-color: white;
  text-align: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

.modal__close {
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  top: 15px;
  top: 0.9375rem; }
  .modal__close svg {
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem; }

.modal__title {
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bolder;
  color: black; }

.modal__newsletter {
  margin: 50px auto 0 auto;
  margin: 3.125rem auto 0 auto;
  max-width: 420px;
  color: black; }
  .modal__newsletter input[type="email"] {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

.modal__newsletter-success {
  color: #0bb73a;
  font-weight: bolder; }

/**
 * Special code for the marketing popup
 */
.marketing-popup,
.marketing-popup .modal__title {
  color: #919191; }

@media screen and (min-width: 500px) {
  .modal {
    padding: 45px 50px;
    padding: 2.8125rem 3.125rem; }

  .modal__title {
    font-size: 30px;
    font-size: 1.875rem; }

  .flexbox .modal__newsletter .modal__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .flexbox .modal__newsletter .modal__form input[type="email"] {
      margin: 0 15px 0 0;
      margin: 0 0.9375rem 0 0;
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2; }
    .flexbox .modal__newsletter .modal__form input[type="submit"] {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
@media screen and (min-width: 801px) {
  .modal {
    width: 600px;
    width: 37.5rem; } }
.hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  width: 28px;
  width: 1.75rem;
  height: 35px;
  height: 2.1875rem;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  z-index: 3;
  background: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-tap-highlight-color: transparent; }
  .hamburger:focus {
    outline: none; }
  .hamburger span {
    display: block;
    position: absolute;
    top: 16px;
    top: 1rem;
    left: 0;
    right: 0;
    height: 2px;
    height: 0.125rem;
    background: black;
    transition: background 0s 0.2s; }
  .hamburger span::before,
  .hamburger span::after {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    height: 0.125rem;
    background-color: black;
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s; }
  .hamburger span::before {
    top: -9px;
    top: -0.5625rem;
    transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .hamburger span::after {
    bottom: -9px;
    bottom: -0.5625rem;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }

.header__mobile-tab--open .hamburger span {
  background: none; }
.header__mobile-tab--open .hamburger span::before,
.header__mobile-tab--open .hamburger span::after {
  transition-delay: 0s, 0.2s;
  background: white; }
.header__mobile-tab--open .hamburger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.header__mobile-tab--open .hamburger span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@-webkit-keyframes spinner-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes spinner-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.spinner {
  position: relative;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  margin: 25px auto;
  margin: 1.5625rem auto; }

.spinner__bounce1, .spinner__bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: black;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spinner-bounce 2.0s infinite ease-in-out;
  animation: spinner-bounce 2.0s infinite ease-in-out; }

.spinner__bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

@media screen and (min-width: 500px) {
  .spinner {
    margin: 40px auto;
    margin: 2.5rem auto; } }
table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 4px;
  font-size: 15px;
  font-size: 0.9375rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6); }

thead {
  text-align: left;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  color: black; }
  thead th {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    color: white;
    background: black; }
    thead th:first-child {
      border-top-left-radius: 4px; }
    thead th:last-child {
      border-top-right-radius: 4px; }

tbody td {
  padding: 18px 15px;
  padding: 1.125rem 0.9375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0); }
tbody tr:last-child td {
  border-bottom: none; }

tfoot td {
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  color: white;
  background: black; }
tfoot tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0); }
tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 4px; }
tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 4px; }

@media screen and (max-width: 499px) {
  .table--responsive {
    border: none;
    box-shadow: none; }
    .table--responsive thead,
    .table--responsive td:not([data-label]) {
      display: none; }
    .table--responsive tr {
      display: block;
      margin-bottom: 15px;
      margin-bottom: 0.9375rem;
      border: 1px solid rgba(0, 0, 0, 0);
      border-bottom: none; }
      .table--responsive tr:last-child {
        margin-bottom: 0; }
        .table--responsive tr:last-child td {
          border-bottom: 1px solid rgba(0, 0, 0, 0); }
    .table--responsive tr,
    .table--responsive td {
      float: left;
      clear: both;
      width: 100%; }
    .table--responsive th,
    .table--responsive td {
      display: block;
      text-align: right !important;
      padding: 8px 15px;
      padding: 0.5rem 0.9375rem;
      border-right: none; }
    .table--responsive td:before {
      content: attr(data-label);
      float: left !important;
      font-size: 13px;
      font-size: 0.8125rem;
      padding-right: 10px;
      padding-right: 0.625rem;
      text-transform: uppercase; }
    .table--responsive tfoot tr {
      margin-bottom: 0; }
    .table--responsive tfoot tr:first-child {
      margin-top: 25px;
      margin-top: 1.5625rem; } }

.table__right {
  text-align: right !important; }

.table__center {
  text-align: center !important; }

.table__left {
  text-align: left !important; }

.label {
  display: inline-block;
  padding: 6px 14px 4px 14px;
  padding: 0.375rem 0.875rem 0.25rem 0.875rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bolder; }

.label--unavailable,
.label--sold-out {
  color: white;
  background: #5fc1fe; }

.label--on-sale {
  color: white;
  background: #5fc1fe; }

.label--custom {
  color: white;
  background: black; }

.top-bar {
  display: none;
  /* Not visible on mobile */ }

@media screen and (min-width: 500px) {
  .top-bar {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bolder;
    text-transform: uppercase;
    overflow: hidden; }

  .top-bar__container {
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 7px;
    padding-bottom: 0.4375rem; }

  .top-bar__contact {
    display: none; } }
@media screen and (min-width: 801px) {
  .top-bar__contact {
    display: inline-block;
    float: right; }

  .top-bar__contact-item {
    display: inline-block; }
    .top-bar__contact-item + .top-bar__contact-item::before {
      display: inline-block;
      content: '|';
      padding: 0 10px;
      padding: 0 0.625rem; }

  .top-bar__social .social__item {
    display: inline-block;
    vertical-align: text-top; }
    .top-bar__social .social__item:not(:last-child) {
      margin-right: 4px;
      margin-right: 0.25rem; }
  .top-bar__social svg {
    height: 14px;
    height: 0.875rem;
    width: 14px;
    width: 0.875rem; } }
.pagination {
  margin-top: 35px;
  margin-top: 2.1875rem;
  width: 100%;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bolder; }

.pagination__prev,
.pagination__next {
  display: inline-block;
  padding: 20px 0;
  padding: 1.25rem 0; }
  .pagination__prev svg,
  .pagination__next svg {
    vertical-align: middle; }

.pagination__prev {
  float: left;
  margin-right: 25px;
  margin-right: 1.5625rem;
  padding-right: 32px;
  padding-right: 2rem; }
  .pagination__prev svg {
    margin-right: 5px;
    margin-right: 0.3125rem; }

.pagination__next {
  float: right;
  margin-left: 25px;
  margin-left: 1.5625rem;
  padding-left: 32px;
  padding-left: 2rem; }
  .pagination__next svg {
    margin-left: 5px;
    margin-left: 0.3125rem; }

.pagination__list {
  display: none; }

@media screen and (min-width: 500px) {
  .pagination__prev,
  .pagination__next {
    float: none; }

  .pagination__prev {
    border-right: 1px solid rgba(0, 0, 0, 0.5); }

  .pagination__next {
    border-left: 1px solid rgba(0, 0, 0, 0.5); }

  .pagination__list,
  .pagination__item {
    display: inline-block;
    padding: 20px 0;
    padding: 1.25rem 0; }

  .pagination__item {
    margin: 0 18px;
    margin: 0 1.125rem; }

  .pagination__item--active {
    color: black; } }
@media screen and (min-width: 801px) {
  .pagination__item {
    margin: 0 25px;
    margin: 0 1.5625rem; } }
.swatch__colors {
  text-align: right; }

.swatch__item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-right: 0.3125rem;
  padding: 5px;
  padding: 0.3125rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  cursor: pointer; }
  .swatch__item:last-child {
    margin-right: 0; }

.swatch__item--active {
  border-color: black; }
  .swatch__item--active::after {
    position: absolute;
    content: '\e900';
    top: -10px;
    top: -0.625rem;
    right: -6px;
    right: -0.375rem;
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
    font-family: 'icomoon';
    line-height: 18px;
    color: #ffffff;
    background: black;
    border-radius: 10px;
    font-size: 7px;
    font-size: 0.4375rem;
    text-align: center; }

.swatch__input {
  display: none; }

.swatch__label {
  height: 25px;
  height: 1.5625rem;
  width: 25px;
  width: 1.5625rem;
  margin: 0 !important;
  border-radius: 100%;
  pointer-events: none; }

.flexbox .swatch__colors {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: -5px -5px -5px 0;
  margin: -0.3125rem -0.3125rem -0.3125rem 0; }
.flexbox .swatch__item {
  margin: 5px;
  margin: 0.3125rem; }

#shopify-product-reviews {
  overflow: visible !important; }

.spr-container {
  border: none !important;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 !important; }

.spr-header-title {
  display: none; }

.spr-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.spr-summary-starrating {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 20px 0 !important;
  margin: 0 0 1.25rem 0 !important; }

.spr-summary-caption {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  color: black;
  font-weight: bolder;
  font-size: 20px;
  font-size: 1.25rem; }

.spr-summary-actions {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.spr-icon-star,
.spr-icon-star-half-alt {
  color: #f4da4b; }

.spr-icon-star-empty {
  color: black;
  opacity: 1 !important; }

.spr-form-title {
  display: none; }

.spr-form-contact-name,
.spr-form-contact-email,
.spr-form-review-rating,
.spr-form-review-title,
.spr-form-review-body {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important; }

.spr-form-actions {
  text-align: center; }
  .spr-form-actions .spr-button {
    float: none; }

.spr-form-input-error {
  border-color: #e9573f !important; }

.spr-form-input-error .spr-icon {
  color: #e9573f !important; }

.spr-form-message {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
  padding: 10px 15px !important;
  padding: 0.625rem 0.9375rem !important;
  border-radius: 3px !important;
  box-shadow: none !important; }

.spr-form-message-error {
  color: #ffffff !important;
  background: #e9573f !important; }

.spr-form-message-success {
  color: #ffffff !important;
  background: #0bb73a !important; }

.spr-review {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  padding: 25px !important;
  padding: 1.5625rem !important;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); }

.spr-review-header-starratings {
  float: right; }

.spr-review-header-title {
  color: black;
  font-weight: bolder;
  font-size: 18px;
  font-size: 1.125rem; }

.spr-review-header-byline {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bolder;
  font-style: normal !important;
  opacity: 1 !important; }

.spr-review-content {
  margin-bottom: 0 !important; }

.spr-review-footer {
  position: absolute;
  right: 0;
  bottom: -25px;
  bottom: -1.5625rem; }

.spr-pagination {
  margin-top: 55px;
  margin-top: 3.4375rem;
  clear: both;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

@media screen and (min-width: 500px) {
  .spr-container {
    padding-top: 10px !important;
    padding-top: 0.625rem !important; }

  .spr-summary {
    display: block; }

  .spr-summary-starrating {
    display: inline-block;
    margin: 2px 0 0 0 !important;
    margin: 0.125rem 0 0 0 !important; }

  .spr-summary-caption {
    float: left;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
    color: black;
    font-weight: bolder;
    font-size: 20px;
    font-size: 1.25rem; }

  .spr-summary-actions-newreview {
    margin-top: -7px;
    margin-top: -0.4375rem; }

  .spr-reviews {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 45px !important;
    margin-top: 2.8125rem !important;
    margin-left: -25px !important;
    margin-left: -1.5625rem !important;
    font-size: 0; }

  .spr-review {
    width: calc(50% - 25px);
    width: calc(50% - 1.5625rem);
    margin: 0 0 65px 25px;
    margin: 0 0 4.0625rem 1.5625rem;
    box-shadow: 0 10px 45px 5px rgba(0, 0, 0, 0.6);
    vertical-align: top;
    font-size: 1rem; }
    .spr-review:nth-child(2n+1):nth-last-child(-n+2), .spr-review:nth-child(2n+1):nth-last-child(-n+2) ~ * {
      margin-bottom: 0; } }
/**
 * Navigation
 */
.menu--desktop {
  display: none; }

.menu--mobile .menu__item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .menu--mobile .menu__item:last-child {
    border-bottom: none; }
.menu--mobile .menu__link {
  position: relative;
  display: block;
  padding: 13px 20px 11px 20px;
  padding: 0.8125rem 1.25rem 0.6875rem 1.25rem;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: lighter;
  text-transform: uppercase;
  transition: none; }
.menu--mobile .icon-plus,
.menu--mobile .icon-minus {
  margin: 0 auto;
  width: 30px;
  width: 1.875rem;
  height: 100%; }
.menu--mobile .icon-minus {
  display: none; }
.menu--mobile .menu__icon-container {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  width: 3.75rem;
  text-align: center; }
.menu--mobile .menu__item--open > .menu__link .icon-plus {
  display: none; }
.menu--mobile .menu__item--open > .menu__link .icon-minus {
  display: block; }
.menu--mobile .menu__links--level-1 {
  background: white;
  color: black; }
  .menu--mobile .menu__links--level-1 .menu__item {
    border-bottom-color: black; }
  .menu--mobile .menu__links--level-1 .menu__link {
    padding-left: 35px;
    padding-left: 2.1875rem; }
.menu--mobile .menu__links--level-2 {
  background: black;
  color: white; }
  .menu--mobile .menu__links--level-2 .menu__item {
    border-bottom-color: white; }
  .menu--mobile .menu__links--level-2 .menu__link {
    padding-left: 45px;
    padding-left: 2.8125rem; }

@media screen and (max-width: 499px) {
  .menu__links--nested {
    display: none; } }
@media screen and (min-width: 500px) {
  .menu--desktop {
    display: block;
    margin: 30px 0 0 0;
    margin: 1.875rem 0 0 0;
    clear: both;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center; }
    .menu--desktop .menu__item {
      position: relative;
      display: inline-block;
      margin-right: 15px;
      margin-right: 0.9375rem;
      text-transform: uppercase;
      font-weight: bolder;
      transition: opacity 0.25s ease-in-out; }
      .menu--desktop .menu__item:last-child {
        margin-right: 0; }
        .menu--desktop .menu__item:last-child a {
          vertical-align: middle; }
    .menu--desktop .menu__item--has-submenu > .menu__link::after {
      content: '';
      margin-left: 2px;
      margin-left: 0.125rem;
      display: inline-block;
      height: 0;
      width: 0;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid black;
      vertical-align: middle; }
    .menu--desktop .menu__link {
      padding-bottom: 15px;
      padding-bottom: 0.9375rem;
      opacity: 0.7; }
    .menu--desktop .menu__item:hover .menu__link,
    .menu--desktop .menu__item--active .menu__link {
      opacity: 1; }
    .menu--desktop .menu__links--nested {
      position: absolute;
      visibility: hidden;
      left: 0;
      top: 0;
      min-width: 150px;
      padding: 10px 0;
      padding: 0.625rem 0;
      background: white;
      color: black;
      border: 1px solid black;
      white-space: nowrap;
      text-align: left;
      z-index: 3; }
      .menu--desktop .menu__links--nested .menu__item {
        display: block;
        margin: 0;
        padding: 0; }
      .menu--desktop .menu__links--nested .menu__link {
        display: block;
        margin: 0;
        padding: 4px 30px 4px 15px;
        padding: 0.25rem 1.875rem 0.25rem 0.9375rem;
        font-weight: normal;
        font-size: 15px;
        font-size: 0.9375rem;
        text-transform: none;
        transition: none;
        opacity: 1; }
      .menu--desktop .menu__links--nested .menu__item:hover {
        color: white;
        background: black; }
    .menu--desktop .menu__item--has-submenu:hover ~ .menu__item {
      pointer-events: none; }
    .menu--desktop .menu__item--has-submenu > .menu__link:focus + .menu__links,
    .menu--desktop .menu__item--has-submenu:hover > .menu__links {
      visibility: visible; }
    .menu--desktop .menu__links--level-1 {
      top: 100%;
      left: 0;
      margin-top: 8px;
      margin-top: 0.5rem; }
      .menu--desktop .menu__links--level-1::before {
        position: absolute;
        content: '';
        left: 15px;
        left: 0.9375rem;
        top: -6px;
        top: -0.375rem;
        height: 0;
        width: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        border-bottom: 7.5px solid white;
        -webkit-filter: drop-shadow(0 -2px black);
        filter: drop-shadow(0 -2px black); }
      .menu--desktop .menu__links--level-1 .menu__link::after {
        position: absolute;
        right: 10px;
        right: 0.625rem;
        top: 12px;
        top: 0.75rem;
        border-left: 4px solid black;
        border-bottom: 4px solid transparent;
        border-top: 4px solid transparent; }
      .menu--desktop .menu__links--level-1 .menu__item:hover .menu__link::after {
        border-left-color: white; }
    .menu--desktop .menu__links--level-2 {
      top: -11px;
      top: -0.6875rem;
      left: 100%; }
      .menu--desktop .menu__links--level-2 .menu__link::after {
        display: none; }
    .menu--desktop .menu__links--left {
      left: auto;
      right: 100%; }
    .menu--desktop .mega-nav {
      padding: 15px 0;
      padding: 0.9375rem 0;
      left: -200px !important;
      left: -12.5rem !important;
      white-space: nowrap; }
      .menu--desktop .mega-nav::before {
        left: 215px !important;
        left: 13.4375rem !important; }
    .menu--desktop .mega-nav--has-image {
      left: -275px !important;
      left: -17.1875rem !important; }
      .menu--desktop .mega-nav--has-image::before {
        left: 290px !important;
        left: 18.125rem !important; }
    .menu--desktop .mega-nav--left {
      left: auto !important;
      right: 0; }
      .menu--desktop .mega-nav--left::before {
        left: auto !important;
        right: 20px !important;
        right: 1.25rem !important; }
    .menu--desktop .mega-nav__image-container {
      display: inline-block;
      margin: 0 15px;
      margin: 0 0.9375rem;
      width: 150px;
      width: 9.375rem;
      font-size: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      vertical-align: middle; }
    .menu--desktop .mega-nav__image {
      max-width: 150px;
      max-height: 150px;
      font-size: 0; }
    .menu--desktop .dropdown-column {
      display: inline-block;
      padding: 0 20px;
      padding: 0 1.25rem;
      vertical-align: top; }
    .menu--desktop .dropdown-column__title {
      display: block;
      margin: 8px 0 10px 0;
      margin: 0.5rem 0 0.625rem 0;
      padding-bottom: 14px;
      padding-bottom: 0.875rem;
      color: black;
      font-weight: bolder;
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 14px;
      text-transform: uppercase;
      border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
    .menu--desktop .dropdown-column__list-link {
      display: block;
      padding: 2px 0;
      padding: 0.125rem 0;
      font-size: 15px;
      font-size: 0.9375rem;
      text-transform: none;
      font-weight: normal;
      color: black;
      opacity: 0.7; }
      .menu--desktop .dropdown-column__list-link:hover {
        opacity: 1; } }
  @media screen and (min-width: 500px) and (max-width: 1025px) {
    .touchevents .menu--desktop .menu__item--has-submenu > .menu__link {
      pointer-events: none;
      /* This prevent click on touch devices, so that dropdown can be opened */ } }
@media screen and (min-width: 801px) {
  .header__wrapper--right .menu--desktop {
    margin-top: 45px;
    margin-top: 2.8125rem;
    float: right;
    text-align: right; }

  .menu--desktop .menu__item {
    margin-right: 20px;
    margin-right: 1.25rem; }
  .menu--desktop .menu__item--has-submenu > .menu__link::after {
    margin-left: 8px;
    margin-left: 0.5rem; } }
@media screen and (min-width: 1025px) {
  .menu--desktop .menu__item {
    margin-right: 30px;
    margin-right: 1.875rem; } }
/**
 * If we are on the home page, and that the slideshow has been activated, we position the header
 * differently so that it can overlaps the slider
 */
.header {
  background: white;
  color: black;
  background-position: center center;
  background-size: cover; }

.header__wrapper {
  padding: 20px 0;
  padding: 1.25rem 0; }
  .header__wrapper::after {
    display: table;
    content: '';
    clear: both; }

.header__container {
  position: relative; }

.header--pushed {
  padding-bottom: 0 !important; }

.header__logo {
  margin: 0;
  text-align: center; }

.header__logo--text {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bolder;
  text-transform: uppercase; }

.header__logo-image {
  max-height: 80px;
  /* We enforce a low max-height on mobile so that it does not take too much space */
  width: auto;
  vertical-align: middle; }

.header__actions {
  display: none; }

/**
 * Mobile nav
 */
.header__mobile-nav {
  position: fixed;
  top: 0;
  color: black;
  z-index: 5; }

.header__mobile-nav ~ .header__wrapper {
  margin-top: 48px;
  margin-top: 3rem;
  /* this is the height of the mobile nav */ }

.header__mobile-tabs {
  position: relative;
  display: table;
  width: 100%;
  height: 48px;
  height: 3rem;
  table-layout: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  background: white; }

.header__mobile-tab {
  display: table-cell;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  transition: all 0.25s ease-in-out; }
  .header__mobile-tab:last-child {
    border-right: none; }

.header__mobile-icon {
  position: relative;
  display: block;
  padding: 12px 0;
  padding: 0.75rem 0;
  transition: none; }
  .header__mobile-icon svg {
    vertical-align: middle;
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem; }

.header__mobile-content {
  display: none;
  position: absolute;
  max-height: calc(100vh - 48px);
  width: 100%;
  top: 100%;
  left: 0;
  background: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.header__mobile-tab--open {
  background: black;
  color: white;
  box-shadow: 0 1px black, -1px 0 black; }

.header__mobile-search {
  padding: 20px;
  padding: 1.25rem; }

.mobile-search__input {
  color: black; }

.header__cart-count {
  position: absolute;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  top: 5px;
  top: 0.3125rem;
  font-size: 10px;
  font-size: 0.625rem;
  background: black;
  color: white;
  border-radius: 100%;
  text-align: center;
  line-height: 18px; }

.currency-selector {
  display: none;
  /* Not visible on mobile */ }

/**
 * Push
 */
.header__push {
  clear: both;
  margin-top: 20px;
  margin-top: 1.25rem;
  color: black; }
  .header__push .inner {
    padding-top: 18px;
    padding-top: 1.125rem;
    background: white; }

.header__push-meta {
  display: none; }

.header__push-content {
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0); }

.header__push-title {
  display: block;
  margin: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center; }

.header__push-context {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bolder;
  text-align: center; }

.header__push-tags {
  display: none; }

.header__push-filter {
  color: black;
  margin-top: 15px;
  margin-top: 0.9375rem; }

@media screen and (max-width: 499px) {
  .header:not(.gift-card__header) {
    background-image: none !important; } }
@media screen and (min-width: 500px) {
  .header {
    background-size: cover; }

  .header__wrapper {
    padding: 35px 0;
    padding: 2.1875rem 0; }

  .header__logo {
    display: block;
    text-align: center; }

  .header__mobile-nav {
    display: none; }

  .header__mobile-nav ~ .header__wrapper {
    margin-top: 0; }

  .header__logo-image {
    max-height: none; }

  .header__actions {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    padding-right: 20px;
    padding-right: 1.25rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bolder;
    text-transform: uppercase; }

  .header__actions-item {
    display: inline-block; }
    .header__actions-item:not(:last-child)::after {
      display: inline-block;
      content: '';
      margin: 0 12px;
      margin: 0 0.75rem;
      height: 16px;
      height: 1rem;
      width: 1px;
      width: 0.0625rem;
      background: black;
      vertical-align: text-bottom; }

  .currency-selector {
    position: relative; }
    .currency-selector svg {
      position: absolute;
      right: 30px;
      right: 1.875rem;
      top: 3px;
      top: 0.1875rem;
      pointer-events: none; }

  .currency-selector__select {
    padding-right: 24px;
    padding-right: 1.5rem;
    border: none;
    background: transparent;
    font-size: 12px;
    font-size: 0.75rem;
    width: auto;
    height: auto;
    color: black; }
    .currency-selector__select:focus {
      color: black; }
    .currency-selector__select option {
      color: white; }

  .header__push-meta {
    display: inline-block;
    float: right;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase; }

  .header__push-title {
    display: inline-block;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: left; }

  .header__push-context {
    display: inline-block;
    margin: 0 0 0 15px;
    margin: 0 0 0 0.9375rem;
    padding-left: 15px;
    padding-left: 0.9375rem;
    border-left: 1px solid rgba(0, 0, 0, 0);
    vertical-align: super;
    text-align: left; }

  .header__push-tags {
    display: block;
    margin-top: 25px;
    margin-top: 1.5625rem;
    color: black; }
    .header__push-tags.header__push-context {
      display: inline-block;
      margin-top: 0; }

  .header__push-tag {
    display: inline-block;
    margin-right: 20px;
    margin-right: 1.25rem;
    padding-bottom: 2px;
    padding-bottom: 0.125rem;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bolder; }
    .header__push-tag:last-child {
      margin-right: 0; }
    .header__push-tag a {
      transition: none; }
    .header__push-tag:hover a {
      border-bottom: 2px solid black; }

  .header__push-tag--active {
    color: black; }
    .header__push-tag--active a {
      border-bottom: 2px solid black; }

  .header__push-filter--tags {
    display: none; }

  .header__push-filter--sort {
    display: inline-block;
    float: right;
    height: 36px;
    height: 2.25rem;
    margin-top: 0;
    max-width: 250px; }
    .header__push-filter--sort select {
      height: 36px;
      height: 2.25rem; }

  .header--absolute .header__wrapper {
    position: absolute;
    width: 100%;
    z-index: 2;
    background: transparent none !important; } }
@media screen and (min-width: 500px) {
  .header__push {
    margin-top: 35px;
    margin-top: 2.1875rem; } }
@media screen and (min-width: 801px) {
  .header__push {
    margin-top: 50px;
    margin-top: 3.125rem; }

  .header__push-title {
    font-size: 28px;
    font-size: 1.75rem; }

  .header__wrapper--right .header__logo {
    display: inline-block;
    text-align: left; } }
/**
 * ----------------------------------------------------------------------------------------------------
 * FOOTER
 * ----------------------------------------------------------------------------------------------------
 */
#shopify-section-footer {
  margin-top: 25px;
  margin-top: 1.5625rem; }

.footer {
  padding: 20px 0;
  padding: 1.25rem 0;
  background: white;
  color: black;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center; }
  .footer p {
    margin-bottom: 0; }
  .footer a:hover {
    color: #262626; }

.footer--no-margin {
  margin-top: 0; }

.footer__module {
  padding: 20px;
  padding: 1.25rem;
  border: 1px solid rgba(0, 0, 0, 0); }
  .footer__module + .footer__module {
    border-top: none; }

.footer__module + .footer__module,
.footer__row + .footer__row .footer__module:first-child {
  border-top: none; }

.footer__module--centered {
  text-align: center;
  vertical-align: middle; }

.footer__title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bolder;
  color: black;
  text-transform: uppercase; }

.footer__logo {
  text-align: center;
  vertical-align: middle;
  max-width: 150px;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity; }
  .footer__logo:hover {
    opacity: 1; }

.footer__linklist {
  margin-bottom: -8px;
  margin-bottom: -0.5rem;
  /* compensate the padding of <li> */
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px; }
  .footer__linklist li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 8px;
    padding-bottom: 0.5rem; }

.footer__about-text {
  white-space: pre-line; }

.footer__social .social__item {
  display: inline-block; }
  .footer__social .social__item:not(:last-child) {
    margin-right: 10px;
    margin-right: 0.625rem; }
.footer__social svg {
  height: 15px;
  height: 0.9375rem;
  width: 15px;
  width: 0.9375rem; }

.footer__form {
  position: relative; }

.footer__content {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }

.footer__input,
.footer__submit {
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem; }

.footer__input-wrapper {
  position: relative; }

.footer__input {
  border: none;
  background: black;
  background: rgba(0, 0, 0, 0.2); }
  .footer__input::-webkit-input-placeholder {
    color: black; }
  .footer__input::-moz-placeholder {
    color: black; }
  .footer__input:-ms-input-placeholder {
    color: black; }
  .footer__input::placeholder {
    color: black; }

.footer__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  background: none;
  border: none;
  text-align: right;
  transition: color 0.25s ease-in-out; }
  .footer__submit:hover {
    color: #262626; }

.footer__row + .footer__misc {
  margin-top: 20px;
  margin-top: 1.25rem; }

.footer__copyright {
  font-size: 12px;
  font-size: 0.75rem; }

.payment-methods {
  margin-top: 10px;
  margin-top: 0.625rem; }

.payment-methods__item {
  display: inline-block; }
  .payment-methods__item:not(:last-child) {
    margin-right: 10px;
    margin-right: 0.625rem; }
  .payment-methods__item svg {
    width: 38px;
    width: 2.375rem;
    height: 24px;
    height: 1.5rem; }

@media screen and (min-width: 500px) {
  .footer {
    text-align: left; }

  .footer__row {
    display: table;
    width: 100%;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0); }
    .footer__row + .footer__row {
      border-top: 0; }

  .footer__module {
    display: table-cell;
    margin-right: 15px;
    margin-right: 0.9375rem;
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
    border-width: 0 1px 0 0; }
    .footer__module:last-child {
      border-right: none; }

  .footer__linklist a {
    white-space: nowrap; }

  .footer__copyright {
    display: inline-block; }

  .payment-methods {
    margin-top: -8px;
    margin-top: -0.5rem;
    float: right; } }
@media screen and (min-width: 801px) {
  .footer__linklist li {
    white-space: nowrap; } }
@media screen and (min-width: 1025px) {
  .footer {
    padding: 40px 0 30px 0;
    padding: 2.5rem 0 1.875rem 0; }

  .footer__module {
    padding: 30px;
    padding: 1.875rem; }

  .footer__linklist {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px; }

  .footer__row + .footer__misc {
    margin-top: 30px;
    margin-top: 1.875rem; } }
.slideshow,
.slideshow__slide {
  position: relative; }

.slideshow__slides {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.45, 0.45, 0.9);
  will-change: opacity; }

.slideshow__slide {
  height: auto; }

.no-js .slideshow__slides,
.slick-initialized.slideshow__slides {
  opacity: 1; }

.slideshow__image {
  width: 100%; }

.slideshow__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }

.slideshow__cover {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.slideshow__heading {
  font-family: "Cooper BT", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: white; }

.slideshow__subheading {
  display: none;
  /* Do not display on mobile */
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ec7067; }

.slideshow__button {
  background: white;
  color: #ec7067; }
  .no-touchevents .slideshow__button:hover {
    background: #ec7067;
    color: white; }

.slideshow__arrows {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  text-align: right;
  color: white; }

.slideshow .placeholder-svg,
.slideshow__placeholder {
  background: #a1a1a1;
  color: #4e4e4e; }

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

.slideshow__arrow {
  display: inline-block; }
  .slideshow__arrow svg {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem; }

.slideshow__prev {
  margin-right: 6px;
  margin-right: 0.375rem; }

@media screen and (max-width: 499px) {
  .slideshow__background-slide {
    display: none !important;
    /* Make sure it's not loaded on mobile */ }

  .slideshow__button {
    padding: 10px 15px;
    padding: 0.625rem 0.9375rem;
    /* We slightly reduce slideshow button only on mobile due to limited size */ } }
@media screen and (min-width: 500px) {
  .slideshow {
    min-height: 350px; }

  .slideshow--uncropped .slideshow__slide {
    background-image: none !important; }

  .slideshow:not(.slideshow--separate) .slideshow__cover {
    padding-top: 80px;
    padding-top: 5rem; }
  .slideshow:not(.slideshow--separate).slideshow--cropped .slideshow__slide {
    min-height: 600px;
    background-position: center center;
    background-size: cover; }
  .slideshow:not(.slideshow--separate).slideshow--cropped .slideshow__image-wrapper {
    display: none !important; }
  .slideshow:not(.slideshow--separate).slideshow--cropped .slideshow__cover {
    position: relative;
    padding: 305px 0 175px 0;
    padding: 19.0625rem 0 10.9375rem 0;
    width: 100%;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  .slideshow__heading {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    font-size: 40px;
    font-size: 2.5rem; }

  .slideshow__subheading {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bolder; }
    .slideshow__subheading > span {
      padding-bottom: 4px;
      padding-bottom: 0.25rem;
      border-bottom: 4px solid currentColor; }

  .slideshow__arrow svg {
    width: 34px;
    width: 2.125rem;
    height: 34px;
    height: 2.125rem; }

  /**
   * If the marketing module is enabled, the marketing module will slightly "eat up" over the slider. As
   * a consequence, we need to "move a bit" the content
   */
  .shopify-section__slideshow--pull .slideshow__arrows {
    bottom: 40px;
    bottom: 2.5rem; } }
@media screen and (min-width: 801px) {
  .shopify-section__slideshow--pull .slideshow__arrows {
    bottom: 80px;
    bottom: 5rem; } }
@media screen and (min-width: 1025px) {
  .slideshow.slideshow--cropped:not(.slideshow--separate) .slideshow__cover {
    padding: 275px 0 225px 0;
    padding: 17.1875rem 0 14.0625rem 0; }

  .slideshow--uncropped .slideshow__cover {
    padding-top: 25px;
    padding-top: 1.5625rem; }

  .shopify-section__slideshow--pull .slideshow__arrows {
    bottom: 120px;
    bottom: 7.5rem; } }
@media screen and (min-width: 1160px) {
  .slideshow__heading {
    font-size: 80px;
    font-size: 5rem; } }
.marketing-module {
  display: block;
  padding: 1.5%; }

.marketing-module .placeholder-svg {
  background: #000000;
  color: #ffffff; }

.marketing-module__wrapper {
  background: white;
  white-space: nowrap;
  font-size: 0; }

.marketing-module__column {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  vertical-align: top;
  white-space: normal; }

.marketing-module__link {
  transition: opacity 0.25s ease-in-out;
  will-change: opacity; }
  .marketing-module__link:hover {
    opacity: 0.7; }

.marketing-module__item {
  width: 100%;
  display: inline-block;
  vertical-align: top; }
  .marketing-module__item > .marketing-module__image {
    width: 100%; }

.marketing-module__wrapper--row-of-3 .marketing-module__column {
  width: calc(33.3333% - 1%); }
  .marketing-module__wrapper--row-of-3 .marketing-module__column + .marketing-module__column {
    margin-left: 1.5%; }

.marketing-module__wrapper--row-of-2 .marketing-module__column {
  width: calc(50% - 0.75%); }
  .marketing-module__wrapper--row-of-2 .marketing-module__column + .marketing-module__column {
    margin-left: 1.5%; }

.marketing-module__wrapper--collage .marketing-module__column {
  width: calc(50% - 0.75%); }
  .marketing-module__wrapper--collage .marketing-module__column + .marketing-module__column {
    margin-left: 1.5%; }
.marketing-module__wrapper--collage .marketing-module__column:last-child .marketing-module__item:first-child {
  margin-bottom: 3%; }

@media screen and (max-width: 499px) {
  .marketing-module--hide-mobile {
    display: none; } }
/* When the slideshow is enabled and that it is just before the featured images module, we have some adjustments to do */
.shopify-section__slideshow + .shopify-section__featured-images .marketing-module {
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }
.shopify-section__slideshow + .shopify-section__featured-images .marketing-module__wrapper {
  padding: 1.5% 0; }
@media screen and (min-width: 500px) {
  .shopify-section__slideshow + .shopify-section__featured-images .marketing-module {
    margin-top: -40px;
    margin-top: -2.5rem; }
  .shopify-section__slideshow + .shopify-section__featured-images .marketing-module__wrapper {
    padding: 1.5%; } }
@media screen and (min-width: 801px) {
  .shopify-section__slideshow + .shopify-section__featured-images .marketing-module {
    margin-top: -80px;
    margin-top: -5rem; } }
@media screen and (min-width: 1025px) {
  .shopify-section__slideshow + .shopify-section__featured-images .marketing-module {
    margin-top: -120px;
    margin-top: -7.5rem; } }

.quick-shop {
  display: table;
  table-layout: fixed;
  padding: 35px 35px 30px 35px;
  padding: 2.1875rem 2.1875rem 1.875rem 2.1875rem;
  width: 850px;
  width: 53.125rem;
  max-width: 100%;
  top: 50% !important;
  left: 50% !important;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important; }

.quick-shop__slideshow {
  display: table-cell;
  vertical-align: middle;
  width: 40%; }

.quick-shop__product {
  display: table-cell;
  width: 60%;
  padding-left: 50px;
  padding-left: 3.125rem;
  vertical-align: middle; }
  .quick-shop__product .product__form-status {
    position: relative;
    margin-bottom: 45px;
    margin-bottom: 2.8125rem; }

.quick-shop__see-more {
  font-weight: bolder;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }
  .quick-shop__see-more svg {
    margin-left: 10px;
    margin-left: 0.625rem;
    vertical-align: text-top;
    transition: margin-left 0.25s ease-in-out; }
  .quick-shop__see-more:hover svg {
    margin-left: 15px;
    margin-left: 0.9375rem; }

.mega-search {
  width: 400px;
  width: 25rem; }

.mega-search .icon-cross {
  display: block;
  margin: 0 auto 35px auto;
  margin: 0 auto 2.1875rem auto;
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  fill: #ffffff;
  cursor: pointer; }

.mega-search__form {
  position: relative; }

.mega-search__input {
  padding: 18px 25px;
  padding: 1.125rem 1.5625rem;
  background: transparent;
  border: 3px dashed #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff; }
  .mega-search__input:focus {
    border-color: inherit; }
  .mega-search__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .mega-search__input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .mega-search__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .mega-search__input::placeholder {
    color: rgba(255, 255, 255, 0.6); }

.mega-search__spinner {
  position: absolute;
  margin: 0;
  width: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem; }

.mega-search__suggestions {
  position: relative;
  display: none;
  top: -3px;
  top: -0.1875rem;
  background: #ffffff;
  border-radius: 0 0 3px 3px; }

.mega-search__suggestion {
  padding: 10px;
  padding: 0.625rem;
  cursor: pointer;
  /* Last one is the "display all results" link */ }
  .mega-search__suggestion > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .mega-search__suggestion:last-child {
    border-top: 1px solid rgba(0, 0, 0, 0); }

.mega-search__image {
  display: inline-block;
  max-width: 35px;
  max-height: 35px;
  margin-right: 20px;
  margin-right: 1.25rem;
  border-radius: 3px;
  vertical-align: baseline; }

.mega-search__info {
  display: inline-block; }

.mega-search__item-title {
  display: block;
  color: black;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400; }

.mega-search__item-subtitle {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase; }

.mega-search__all-results {
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bolder; }

.mega-search__suggestion.selected {
  background: black; }
  .mega-search__suggestion.selected:last-child {
    border-radius: 0 0 3px 3px; }
  .mega-search__suggestion.selected .mega-search__item-title,
  .mega-search__suggestion.selected .mega-search__item-subtitle,
  .mega-search__suggestion.selected .mega-search__all-results {
    color: white; }

.share-buttons__label {
  display: inline-block;
  margin-right: 25px;
  margin-right: 1.5625rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bolder;
  vertical-align: text-bottom; }

.share-buttons__list {
  display: inline-block; }

.share-buttons__item {
  display: inline-block; }
  .share-buttons__item:not(:last-child) {
    margin-right: 8px;
    margin-right: 0.5rem; }
  .share-buttons__item:hover {
    color: black; }

.article__comments {
  max-width: 900px;
  margin: 0 auto 40px auto;
  margin: 0 auto 2.5rem auto; }

.comments__count {
  margin-top: -10px;
  margin-top: -0.625rem;
  text-align: center;
  font-weight: bolder;
  color: black; }

.comments__moderated {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center; }

.comments__new {
  max-width: 700px;
  margin: 0 auto; }

.comments__section-title {
  text-align: center;
  color: black; }

.comment {
  padding: 25px 0;
  padding: 1.5625rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0); }
  .comment:last-child {
    border-bottom: none; }

.comment__header {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden; }

.comment__gravatar {
  float: left;
  margin-right: 15px;
  margin-right: 0.9375rem; }

.comment__author {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  font-weight: bolder; }

.comment__gravatar {
  max-width: 60px;
  border-radius: 100%; }

.comment__content {
  clear: both; }

@media screen and (min-width: 500px) {
  .comment {
    display: table;
    width: 100%;
    table-layout: fixed; }

  .comment__header {
    display: table-cell;
    width: 200px;
    width: 12.5rem; }

  .comment__gravatar {
    float: none; }

  .comment__content {
    display: table-cell;
    padding-left: 60px;
    padding-left: 3.75rem;
    vertical-align: top; } }
@media screen and (min-width: 801px) {
  .article__comments {
    margin-bottom: 80px;
    margin-bottom: 5rem; } }
/**
 * Google map
 */
.featured-map__map-container {
  position: relative;
  height: 225px;
  height: 14.0625rem;
  background-size: cover;
  background-position: center; }

.featured-map__map-container .placeholder-svg {
  height: 100%;
  width: auto;
  max-width: none; }

.featured-map__gmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.featured-map__info {
  position: relative;
  padding: 25px;
  padding: 1.5625rem;
  margin: 0 auto;
  background: white;
  text-align: left;
  z-index: 1; }

.featured-map__store {
  display: block;
  margin-bottom: 0.5em;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: black; }

.featured-map__address {
  margin-bottom: 0.8em; }

.featured-map__hours {
  font-size: 14px;
  font-size: 0.875rem; }

.featured-map__location {
  margin-top: 1.6em; }

@media screen and (min-width: 500px) {
  .featured-map {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 0;
    height: 550px;
    height: 34.375rem; }

  .featured-map__map-container {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%; }

  .featured-map__info {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    min-width: 370px;
    width: 370px;
    width: 23.125rem;
    padding: 38px;
    padding: 2.375rem; }

  .featured-map__store {
    margin-bottom: 2.3em; }

  .featured-map__location {
    margin-top: 2.6em; } }
.error-404 {
  text-align: center; }

.error-404__icon {
  display: inline-block;
  padding: 20px 40px;
  padding: 1.25rem 2.5rem;
  color: black;
  border: 1px solid black;
  border-radius: 12px;
  font-size: 64px;
  font-size: 4rem;
  font-weight: bolder; }

.error-404__empty {
  margin: 50px 0;
  margin: 3.125rem 0; }

.login__forgot-password {
  float: right;
  font-weight: normal; }

/**
 * Address
 */
.address {
  position: relative;
  padding: 15px;
  padding: 0.9375rem;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3px; }

.address__type {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 0;
  left: 0;
  padding: 6px 14px 4px 14px;
  padding: 0.375rem 0.875rem 0.25rem 0.875rem;
  border-radius: 3px 3px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bolder;
  text-align: center;
  color: white;
  background: black; }
  .address__type + .address__customer {
    margin-top: 35px;
    margin-top: 2.1875rem; }

.address__customer {
  font-weight: bolder;
  font-size: 18px;
  font-size: 1.125rem;
  color: black; }

.address__details p {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem; }
.address__details + .address__see-all {
  display: inline-block;
  margin-top: 12px;
  margin-top: 0.75rem; }

.address__actions {
  margin-top: 20px;
  margin-top: 1.25rem; }
  .address__actions .button, .address__actions .spr-summary-actions-newreview,
  .address__actions .spr-button-primary, .address__actions .shopify-payment-button__button--unbranded {
    display: block;
    text-align: center; }
    .address__actions .button:first-child, .address__actions .spr-summary-actions-newreview:first-child,
    .address__actions .spr-button-primary:first-child, .address__actions .shopify-payment-button__button--unbranded:first-child {
      margin-bottom: 10px;
      margin-bottom: 0.625rem; }

/**
 * Addresses
 */
.addresses__empty {
  text-align: center;
  margin: 50px 0;
  margin: 3.125rem 0; }

.addresses__modal {
  margin: 25px 0;
  margin: 1.5625rem 0;
  max-height: calc(100% - 50px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.addresses__close {
  display: block;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center; }

/**
 * Orders
 */
.orders__table,
.order__table {
  margin-bottom: 50px;
  margin-bottom: 3.125rem; }

.order__address {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.collections {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
  margin-top: 1.5625rem; }

.collections__item {
  display: block;
  position: relative;
  font-size: 0;
  text-align: center; }

.collections__image {
  display: block;
  margin: 0 auto; }

.collections__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2); }

.collections__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  padding: 0 0.625rem;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.no-touchevents .collections__overlay {
  background: rgba(0, 0, 0, 0.4); }
.no-touchevents .collections__overlay,
.no-touchevents .collections__title {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity; }
.no-touchevents .collections__item:hover .collections__overlay,
.no-touchevents .collections__item:hover .collections__title {
  opacity: 1; }

.collection__description {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  background: white;
  color: black; }

.collection__empty {
  text-align: center;
  margin: 50px 0;
  margin: 3.125rem 0; }

.product-item {
  position: relative; }

.product-item__image-wrapper {
  position: relative;
  width: 100%; }

.product-item__image {
  display: block;
  margin: 0 auto; }

.product-item__image--alternate {
  display: none; }

.product-item--sold-out .product-item__image-wrapper::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.4; }

.no-touchevents .product-item__figure--alternate-image-loaded:hover .product-item__image {
  display: none; }
.no-touchevents .product-item__figure--alternate-image-loaded:hover .product-item__image--alternate {
  display: block; }

.product-item__figure {
  position: relative;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  font-size: 0;
  /*overflow: hidden;*/ }
  .product-item__figure > a {
    display: block;
    position: relative;
    max-width: 100%; }

.product-item .product__labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  .product-item .product__labels .label ~ .label {
    margin-top: 5px;
    margin-top: 0.3125rem; }

.product-item__details {
  text-align: center;
  font-weight: bolder; }

.product-item__colors {
  line-height: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

.product-item__color {
  display: inline-block;
  margin: 0 1px;
  margin: 0 0.0625rem;
  padding: 2px;
  padding: 0.125rem;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  vertical-align: middle; }
  .product-item__color span {
    display: block;
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
    border-radius: 100%;
    background-size: cover; }

.product-item__vendor,
.product-item__type,
.product-item__price {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem; }

.product-item__vendor,
.product-item__type {
  display: block;
  margin-bottom: 4px;
  margin-bottom: 0.25rem; }

.product-item__price {
  display: inline-block; }

.product-item__price--old {
  text-decoration: line-through;
  font-weight: normal; }

.product-item__title {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: black; }

.button--quick-shop {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  border-radius: 0; }

.no-touchevents .product-item__figure:hover .button--quick-shop {
  display: block !important; }

.cart__empty {
  text-align: center;
  margin: 50px 0;
  margin: 3.125rem 0; }

.cart__table {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.cart__table--desktop {
  display: none; }

.cart-item__image-container {
  max-width: 100px;
  width: 100px;
  width: 6.25rem;
  padding-right: 0; }

.cart-item__image {
  border-right: 1px solid rgba(0, 0, 0, 0);
  padding-right: 15px;
  padding-right: 0.9375rem;
  vertical-align: middle; }

.cart-item__vendor,
.cart-item__title,
.cart-item__variant,
.cart-item__properties,
.cart-item__unit-price,
.cart-item__unit-price-discounted,
.cart-item__line-price,
.cart-item__line-price-discounted {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: bolder; }

.cart-item__vendor,
.cart-item__title,
.cart-item__variant {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }

.cart-item__title,
.cart-item__line-price {
  color: black; }

.cart-item__unit-price-discounted,
.cart-item__line-price-discounted {
  text-decoration: line-through;
  font-weight: normal; }

.cart-item__title {
  font-size: 14px;
  font-size: 0.875rem; }

.cart-item__properties {
  font-weight: normal; }

.cart-item__quantity {
  max-width: 80px;
  text-align: center;
  -moz-appearance: textfield; }
  .cart-item__quantity::-webkit-inner-spin-button, .cart-item__quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0; }

.cart-item__remove:hover {
  color: black; }
.cart-item__remove svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem; }

.cart__table--mobile .cart-item__properties {
  margin-bottom: 8px;
  margin-bottom: 0.5rem; }
.cart__table--mobile .cart-item__quantity {
  display: inline-block;
  width: 60px;
  width: 3.75rem;
  vertical-align: top; }
.cart__table--mobile .cart-item__price-and-remove {
  display: inline-block;
  margin-left: 15px;
  margin-left: 0.9375rem; }

.cart__total,
.cart__total-discount {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center; }

.cart__total-amount,
.cart__total-amount-saved {
  color: black;
  font-size: 22px;
  font-size: 1.375rem; }

.cart__original-total-amount {
  margin-left: 8px;
  margin-left: 0.5rem;
  text-decoration: line-through; }

.cart__total-discount {
  margin-top: -25px;
  margin-top: -1.5625rem; }

.cart__instructions {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

.cart__note {
  max-width: 500px; }

.cart__terms {
  margin-bottom: 6px;
  margin-bottom: 0.375rem; }

.cart__taxes {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem; }

/**
 * Shipping estimator
 */
.shipping-estimator {
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-top: 25px;
  padding-top: 1.5625rem;
  border-top: 1px solid rgba(0, 0, 0, 0); }

.shipping-estimator__title {
  color: black;
  text-align: center; }

.shipping-estimator__results {
  margin-top: 30px;
  margin-top: 1.875rem; }

@media screen and (min-width: 500px) {
  .cart__table--mobile {
    display: none; }

  .cart__table--desktop {
    display: table; }

  .cart__table {
    border: none;
    box-shadow: none;
    border-collapse: separate;
    border-spacing: 0 14px; }
    .cart__table thead {
      font-size: 14px;
      font-size: 0.875rem; }
      .cart__table thead th:first-child {
        padding-left: 0; }
    .cart__table th {
      background: none;
      border-bottom-width: 2px;
      color: black; }

  .cart__item td {
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0) !important; }
    .cart__item td:first-child {
      border-left: 1px solid rgba(0, 0, 0, 0); }
    .cart__item td:last-child {
      border-right: 1px solid rgba(0, 0, 0, 0); }

  .cart__total,
  .cart__total-discount {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: right; }

  .cart__total-discount {
    font-size: 18px;
    font-size: 1.125rem; }

  .cart__total-amount {
    font-size: 30px;
    font-size: 1.875rem; }

  .cart__total-amount-saved {
    font-size: 24px;
    font-size: 1.5rem; }

  .cart__instructions {
    margin-top: -6px;
    margin-top: -0.375rem; }

  .cart__terms {
    text-align: right;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

  .cart__checkout-with {
    text-align: right; }
    .cart__checkout-with input {
      margin-right: 0; }

  .flexbox .shipping-estimator__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .flexbox .shipping-estimator__form .form__control {
      margin: 0 15px 0 0;
      margin: 0 0.9375rem 0 0; }
  .flexbox .shipping-estimator__zip {
    max-width: 160px; } }
@media screen and (min-width: 801px) {
  .cart-item__image-container {
    max-width: 135px;
    width: 135px;
    width: 8.4375rem; } }
.contact {
  margin-top: 40px;
  margin-top: 2.5rem; }

@media screen and (min-width: 500px) {
  .template-page-contact .contact {
    margin-top: 0; }
  .template-page-contact .page__content + .contact {
    margin-top: 0; } }
@media screen and (min-width: 801px) {
  .template-page-contact .page__content + .contact {
    margin-top: 0; } }
.header__push-rss {
  display: none; }

/**
 * BLOG
 */
.blog__articles {
  text-align: left; }

.blog__article {
  margin-bottom: 60px;
  margin-bottom: 3.75rem; }

@media screen and (min-width: 500px) {
  .header__push-rss {
    display: inline-block;
    margin-top: 16px;
    margin-top: 1rem;
    float: right;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: black; }
    .header__push-rss svg {
      margin-right: 4px;
      margin-right: 0.25rem;
      vertical-align: text-top; }

  .flexbox .blog__articles {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flexbox .blog__article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
/**
 * ARTICLE
 */
.article__header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.article__meta {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem; }

.article__meta-separator {
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.3125rem; }

.article__author {
  font-weight: bolder; }

.article__title {
  color: black;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 17px;
  font-size: 1.0625rem; }

.article__excerpt {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.article__image {
  display: block;
  width: 100%;
  vertical-align: top; }

.article__comments-count:hover {
  color: black; }
.article__comments-count svg {
  vertical-align: middle;
  margin-right: 5px;
  margin-right: 0.3125rem; }

.article--full {
  max-width: 900px;
  margin: 0 auto 40px auto;
  margin: 0 auto 2.5rem auto; }
  .article--full .article__meta {
    text-align: center; }
  .article--full .article__image-wrapper {
    margin: 0 auto 35px auto;
    margin: 0 auto 2.1875rem auto; }
  .article--full .article__body {
    margin-bottom: 50px;
    margin-bottom: 3.125rem; }
  .article--full .article__footer {
    text-align: center; }

.article__tags {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.article__tags-label {
  display: inline-block;
  margin-right: 25px;
  margin-right: 1.5625rem;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bolder;
  vertical-align: middle; }

.article__tags-list {
  display: inline-block;
  font-style: italic; }

.article__tags-item {
  display: inline-block; }
  .article__tags-item:hover {
    color: black; }

@media screen and (min-width: 801px) {
  .article--full {
    margin-bottom: 80px;
    margin-bottom: 5rem; }

  .article__title {
    font-size: 20px;
    font-size: 1.25rem; } }
.search__empty {
  text-align: center;
  margin: 50px 0;
  margin: 3.125rem 0; }

.search__input {
  max-width: 400px;
  margin: 0 auto 20px auto;
  margin: 0 auto 1.25rem auto; }

.template-product #shopify-section-footer {
  margin-top: 0; }

/**
 * Navigation
 */
.product__next:hover,
.product__previous:hover {
  color: black; }
.product__next svg,
.product__previous svg {
  vertical-align: middle; }

.product__previous + .separator {
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.3125rem;
  color: black; }

/**
 * Showcase and details
 */
.product__slideshow .slick-arrow {
  display: none !important; }
.product__slideshow .slick-dots {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 0;
  text-align: center; }
  .product__slideshow .slick-dots li {
    display: inline-block;
    cursor: pointer; }
  .product__slideshow .slick-dots .slick-active button {
    background: black; }
  .product__slideshow .slick-dots button {
    display: inline-block;
    margin: 10px 8px;
    margin: 0.625rem 0.5rem;
    padding: 0;
    height: 8px;
    height: 0.5rem;
    width: 8px;
    width: 0.5rem;
    background: black;
    border-radius: 100%;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0; }

.product__slideshow-image {
  max-width: 100%;
  margin: 0 auto; }

.product__slideshow-image--zoomed {
  visibility: hidden; }

.product__slideshow--nav {
  display: none; }

.product__meta--desktop {
  display: none; }

.product__meta--mobile {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-align: center; }

.product__info {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem; }

.product__labels {
  text-align: left; }

.product__meta .product__labels {
  text-align: center; }

.product__labels--always {
  margin-top: 18px;
  margin-top: 1.125rem; }

.product__vendor {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bolder; }

.product__inventory,
.product__reviews-badge {
  display: block;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase; }

.spr-badge-caption {
  margin-left: 8px;
  margin-left: 0.5rem; }

.product__title {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.25rem;
  color: black; }

.product__price {
  font-weight: bolder;
  font-size: 16px;
  font-size: 1rem;
  color: black; }

.product__price--old {
  margin-right: 15px;
  margin-right: 0.9375rem;
  font-weight: normal;
  text-decoration: line-through; }

.product__sale-percent {
  margin-left: 15px;
  margin-left: 0.9375rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  color: white;
  background: #5fc1fe;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bolder;
  border-radius: 3px; }

@media screen and (max-width: 499px) {
  .product__slideshow {
    padding: 0;
    width: calc(100% + 25px);
    width: calc(100% + 1.5625rem); } }
@media screen and (min-width: 500px) and (max-width: 800px) {
  .product__slideshow {
    padding: 0;
    width: calc(100% + 25px);
    width: calc(100% + 1.5625rem); } }
@media screen and (min-width: 500px) {
  .product__slideshow {
    margin: 0; }

  .product__slideshow .slick-dots {
    display: none !important; }

  .product__slideshow--nav {
    display: block;
    margin-top: 25px;
    margin-top: 1.5625rem;
    text-align: center; }

  .flexbox .product__slideshow--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .product__slideshow-nav-image {
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
    margin: 10px;
    margin: 0.625rem;
    object-fit: cover;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.25s ease-in-out; }

  .product__slideshow-nav-image--rounded {
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }
    .product__slideshow-nav-image--rounded:hover {
      border-color: rgba(0, 0, 0, 0.6);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } }
@media screen and (min-width: 801px) {
  .product__meta--desktop {
    display: block; }

  .product__meta--mobile {
    display: none; }

  .product__meta .product__labels {
    text-align: left; }

  .product__meta {
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0); }

  .product__title {
    font-size: 28px;
    font-size: 1.75rem; } }
/**
 * Form
 */
.product__form {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem; }

.product__size-chart {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bolder;
  color: black;
  text-decoration: underline;
  text-transform: none; }

.product__quantity {
  width: 90px !important;
  width: 5.625rem !important;
  float: right; }

.product__buy {
  position: relative; }

.product__form-status {
  position: absolute;
  width: 100%;
  padding: 16px 10px 25px 10px;
  padding: 1rem 0.625rem 1.5625rem 0.625rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-top: none;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 21px 27px 3px rgba(0, 0, 0, 0);
  background: white;
  z-index: 2; }
  .product__form-status svg {
    vertical-align: middle;
    margin-left: 10px;
    margin-left: 0.625rem; }

.product__form-message {
  font-weight: bolder; }

.product__form-message--success {
  color: #0bb73a; }

.product__form-message--error {
  color: #e9573f; }

.product__form-continue {
  font-weight: bolder;
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
  border-bottom: 2px solid black;
  color: black; }

.product__form-or {
  display: block;
  margin: 10px 0;
  margin: 0.625rem 0;
  padding: 4px;
  padding: 0.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic; }

@media screen and (min-width: 500px) {
  .product__form-status {
    padding: 24px 10px 32px 10px;
    padding: 1.5rem 0.625rem 2rem 0.625rem; }

  .product__form-or {
    display: inline-block;
    margin: 0 20px;
    margin: 0 1.25rem; } }
/**
 * Tabs and description
 */
.product__description {
  padding: 25px 0;
  padding: 1.5625rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0); }

.product__description-label {
  display: inline-block;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 3px solid rgba(0, 0, 0, 0); }

.product__tabs-title {
  display: none;
  /* On mobile we use a dropdown insted */ }

.product__tabs {
  clear: both;
  padding-top: 35px;
  padding-top: 2.1875rem; }

.product__tab-selector {
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

@media screen and (min-width: 500px) {
  .product__tabs {
    padding-top: 65px;
    padding-top: 4.0625rem; }

  .product__tab-selector {
    display: none; }

  .product__tabs-title {
    display: block;
    text-align: center; }

  .product__tab-title {
    display: inline-block;
    margin: 0 15px;
    margin: 0 0.9375rem;
    text-transform: uppercase;
    opacity: 0.6;
    transition: all 0.25s ease-in-out;
    font-weight: bolder;
    cursor: pointer;
    border-bottom: 2px solid transparent; }
    .product__tab-title:hover {
      opacity: 1; }

  .product__tab-title--active {
    color: black;
    border-bottom-color: black;
    opacity: 1; }

  .product__tabs-content {
    margin: 50px 0 30px 0;
    margin: 3.125rem 0 1.875rem 0; } }
@media screen and (min-width: 1025px) {
  .product__tab-title {
    margin: 0 45px;
    margin: 0 2.8125rem; } }
/**
 * Payment button
 */
.shopify-payment-button {
  margin-top: 15px;
  margin-top: 0.9375rem; }

.shopify-payment-button__button--unbranded {
  width: 100%; }

.shopify-payment-button__button--branded {
  border-radius: 2px;
  overflow: hidden; }

.shopify-payment-button__more-options {
  margin-top: 8px;
  margin-top: 0.5rem; }

/**
 * Related products
 */
.related-products {
  margin-top: 45px;
  margin-top: 2.8125rem;
  background: white; }

.related-products__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/**
 * Featured product
 */
.index-module__featured-product {
  text-align: left !important; }

@media screen and (max-width: 800px) {
  .product__featured-image {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem; } }
.template-gift-card .header {
  padding: 75px 0;
  padding: 4.6875rem 0;
  text-align: center; }
.template-gift-card .main {
  margin-top: 0; }

.gift-card__subheader {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding: 15px 0;
  padding: 0.9375rem 0;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  background: black;
  color: white; }

.gift-card__details {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center; }

.gift-card__issued-text {
  margin-bottom: 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: lighter; }

.gift-card__amount {
  display: block;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-size: 75px;
  font-size: 4.6875rem;
  font-weight: bolder;
  color: black; }

.gift-card__code {
  display: inline-block;
  padding: 8px 20px;
  padding: 0.5rem 1.25rem;
  font-weight: bolder;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px; }

.gift-card__qr-code {
  margin: 25px 0;
  margin: 1.5625rem 0; }
  .gift-card__qr-code img {
    margin: 0 auto; }

.gift-card__actions {
  margin-top: 50px;
  margin-top: 3.125rem; }
  .gift-card__actions .button, .gift-card__actions .spr-summary-actions-newreview,
  .gift-card__actions .spr-button-primary, .gift-card__actions .shopify-payment-button__button--unbranded {
    display: block;
    margin: 0; }
  .gift-card__actions .button:first-child, .gift-card__actions .spr-summary-actions-newreview:first-child,
  .gift-card__actions .spr-button-primary:first-child, .gift-card__actions .shopify-payment-button__button--unbranded:first-child {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem; }

.gift-card__apple-wallet {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }

.gift-card__footer {
  text-align: center; }

.gift-card__copyright {
  margin-top: 50px;
  margin-top: 3.125rem;
  padding: 40px 0;
  padding: 2.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0);
  font-size: 13px;
  font-size: 0.8125rem; }

@media screen and (min-width: 500px) {
  .gift-card__actions {
    margin-top: 50px;
    margin-top: 3.125rem; }
    .gift-card__actions .button, .gift-card__actions .spr-summary-actions-newreview,
    .gift-card__actions .spr-button-primary, .gift-card__actions .shopify-payment-button__button--unbranded {
      display: inline-block; }
    .gift-card__actions .button:first-child, .gift-card__actions .spr-summary-actions-newreview:first-child,
    .gift-card__actions .spr-button-primary:first-child, .gift-card__actions .shopify-payment-button__button--unbranded:first-child {
      margin-right: 15px;
      margin-right: 0.9375rem;
      margin-bottom: 0; } }
@media screen and (min-width: 801px) {
  .gift-card__subheader {
    font-size: 30px;
    font-size: 1.875rem; }

  .gift-card__issued-text {
    font-size: 55px;
    font-size: 3.4375rem; }

  .gift-card__illustration {
    text-align: center; }

  .gift-card__details {
    margin-top: 0;
    text-align: left; }

  .gift-card__qr-code img {
    margin-left: 0; } }
.template-password .header {
  padding: 75px 0;
  padding: 4.6875rem 0;
  text-align: center; }
.template-password .main {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center; }

.password__store,
.password__message {
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bolder; }

.password__opening {
  font-family: 'Give You Glory', 'Arial', 'sans-serif';
  font-size: 32px;
  font-size: 2rem;
  color: black; }

.password__register input[type="email"] {
  font-size: 14px;
  font-size: 0.875rem; }

.password__powered-by {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }
  .password__powered-by svg {
    height: 25px;
    height: 1.5625rem;
    vertical-align: middle; }

.password__footer {
  margin: 80px 0 50px 0;
  margin: 5rem 0 3.125rem 0;
  padding-top: 50px;
  padding-top: 3.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: lighter;
  text-align: center; }

.password__admin-form .form__control {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem; }

@media screen and (min-width: 500px) {
  .password__opening {
    font-size: 48px;
    font-size: 3rem; } }
@media screen and (min-width: 500px) {
  .password__opening {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
    font-size: 90px;
    font-size: 5.625rem; }

  .password__powered-by {
    margin: 10px 0 0 0;
    margin: 0.625rem 0 0 0;
    text-align: left; } }
.template-index .main,
.template-index #shopify-section-footer {
  margin-top: 0; }

.index-module, .related-products {
  padding: 20px 0;
  padding: 1.25rem 0;
  text-align: center; }

.index-module__title, .comments__section-title, .shipping-estimator__title, .related-products__title {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem; }

.index-module__rte a {
  text-decoration: underline;
  text-underline-position: under; }

.index-module__blog .blog__article {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 15px;
  padding: 0.9375rem;
  background: white;
  border-radius: 4px; }
.index-module__blog .article__image {
  max-width: none;
  width: calc(100% + 30px);
  width: calc(100% + 1.875rem);
  margin-left: -15px;
  margin-left: -0.9375rem; }

.index-module__newsletter-form {
  max-width: 650px;
  margin: 25px auto 0 auto;
  margin: 1.5625rem auto 0 auto; }
  .index-module__newsletter-form input {
    border: none; }
  .index-module__newsletter-form input[type="submit"] {
    margin-top: 10px;
    margin-top: 0.625rem; }

.index-module__instagram .icon-instagram {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  vertical-align: -1px; }

.instagram__overlay {
  display: none; }

.instagram__image-wrapper {
  position: relative;
  font-size: 0;
  background-size: cover;
  background-position: center; }

.instagram__image-wrapper > a {
  display: block;
  padding-bottom: 100%; }

.instagram__image--placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.no-touchevents .instagram__overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 15px 16px 20px;
  padding: 1.125rem 0.9375rem 1rem 1.25rem;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
  transition: opacity 0.25s ease-in-out; }
.no-touchevents .instagram__caption,
.no-touchevents .instagram__date {
  color: #ffffff; }
.no-touchevents .instagram__caption {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.55;
  height: 4.65em;
  /* Exactly three lines */ }
.no-touchevents .instagram__date {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase; }
.no-touchevents .instagram__image-wrapper:hover .instagram__overlay {
  opacity: 1; }
.no-touchevents.flexbox .instagram__image-wrapper .instagram__overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 500px) {
  .index-module, .related-products {
    padding: 30px 0 38px 0;
    padding: 1.875rem 0 2.375rem 0; }

  .index-module__title, .comments__section-title, .shipping-estimator__title, .related-products__title {
    font-size: 26px;
    font-size: 1.625rem; }

  .index-module__featured-content-with-image .rte {
    text-align: left; }

  .index-module__blog .blog__article {
    height: 100%; }

  .flexbox .index-module__newsletter-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .flexbox .index-module__newsletter-form input {
      margin-top: 0;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .flexbox .index-module__newsletter-form input[type="email"] {
      margin-right: 20px;
      margin-right: 1.25rem;
      -webkit-flex: 2.5;
      -ms-flex: 2.5;
      flex: 2.5; }

  .index-module__instagram {
    display: block; }
    .index-module__instagram .icon-instagram {
      vertical-align: -3px; } }
@media screen and (min-width: 801px) {
  .index-module, .related-products {
    padding: 36px 0 44px 0;
    padding: 2.25rem 0 2.75rem 0; }

  .index-module__title, .comments__section-title, .shipping-estimator__title, .related-products__title {
    font-size: 30px;
    font-size: 1.875rem; } }
