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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 6px 10px 12px; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: normal; }

/**
 * 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.grid--gallery-large > .grid__cell {
  padding-bottom: 50px; }

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

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

.grid--gallery-huge {
  margin-bottom: -65px; }

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

.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%; } }
/**
 * Small adjustments based on size for the gallery grid
 */
@media screen and (max-width: 499px) {
  .grid--gallery {
    margin-bottom: -10px;
    margin-left: -10px; }

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

  .grid--gallery.grid--gallery-large > .grid__cell {
    padding-bottom: 35px; } }
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  display: inline-block; }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.4); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

.ftg {
  position: relative; }
  .ftg::after {
    content: '';
    display: table;
    clear: both; }

.ftg .tile {
  float: left;
  overflow: hidden;
  margin: 0;
  opacity: 0; }

.ftg .tile img {
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  display: block;
  position: relative;
  width: 100%; }

.ftg .tile iframe {
  width: 100%; }

.ftg .tile.ftg-enlarged img {
  display: block;
  margin: auto; }

.ftg .tile.ftg-loaded {
  opacity: 1; }

.ftg .tile.ftg-hidden {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

/**
 * BASE COLORS
 */
/**
 * TYPOGRAPHY
 */
/* replaces $heading-font: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
/* replaces $text-font: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
/* replaces $slideshow-heading-font: {settings.slideshow_heading_font}}; */
/* replaces $slideshow-subheading-font: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
/**
 * SLIDESHOW
 */
/**
 * COLLECTION
 */
/**
 * 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; }

.page__container--secondary {
  background: #f0f0f0; }

.shopify-section__announcement-bar,
.shopify-section__header,
.shopify-section__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; }

.no-scroll {
  overflow: hidden; }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }

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

.inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px; }

.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; }

.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; }

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

.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden; }

.icon-cross-container {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: black;
  color: white;
  transition: all 0.2s ease-in-out; }
  .icon-cross-container:hover {
    background: #1473fb;
    color: white; }
  .icon-cross-container svg {
    position: absolute;
    width: 8px;
    height: 8px;
    left: calc(50% - 4px);
    top: calc(50% - 4px); }

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

@media screen and (min-width: 801px) {
  .inner,
  .container {
    padding: 0 20px; } }
body {
  font-size: 100%;
  font-weight: 400;
  font-family: "News Gothic MT W01", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  line-height: 1.6;
  scroll-behavior: smooth; }

a {
  transition: all 0.25s ease-in-out; }

.link--primary {
  color: #1473fb; }
  .link--primary:hover {
    color: #045bd8; }

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

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

p {
  line-height: 2; }

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

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

.rte {
  line-height: 2; }
  .rte img,
  .rte iframe {
    max-width: 100%; }
  .rte a:not(.button) {
    color: #1473fb; }
    .rte a:not(.button):hover {
      color: #0351bf; }
  .rte p:last-child,
  .rte h1:last-child,
  .rte h2:last-child,
  .rte h3:last-child,
  .rte h4:last-child,
  .rte h5:last-child,
  .rte h6:last-child {
    margin-bottom: 0; }
  .rte p,
  .rte ul,
  .rte ol,
  .rte .button-group {
    margin-bottom: 22px; }
  .rte img {
    margin-bottom: 30px; }
  .rte ul, .rte ol {
    list-style-position: inside; }
  .rte ul {
    padding-left: 0;
    margin-left: 26px; }
  .rte ol {
    padding-left: 0;
    margin-left: 30px; }
  .rte blockquote {
    margin: 24px 0;
    padding: 22px 28px;
    background: #f0f0f0;
    border-left: 3px solid black; }
  .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    margin: 14px 0;
    color: black;
    font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
    font-weight: normal; }
  .rte h1 {
    margin-bottom: 20px;
    font-size: 26px; }
  .rte h2 {
    margin-bottom: 18px;
    font-size: 24px; }
  .rte h3 {
    margin-bottom: 16px;
    font-size: 22px; }
  .rte h4 {
    margin-bottom: 14px;
    font-size: 20px; }
  .rte h5 {
    margin-bottom: 12px;
    font-size: 18px; }
  .rte h6 {
    margin-bottom: 12px;
    font-size: 16px; }
  .rte table tr {
    border: 1px solid #e0e0e0; }
  .rte table th {
    padding: 14px 34px;
    background: #e0e0e0;
    color: white;
    border-right: 1px solid white; }
    .rte table th:last-child {
      border-right: none; }
  .rte table td {
    padding: 24px 34px;
    border-right: 1px solid #e0e0e0; }

.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; }

@media screen and (min-width: 500px) {
  .rte p,
  .rte ul,
  .rte ol,
  .rte .button-group {
    margin-bottom: 26px; }
  .rte h1 {
    font-size: 34px; }
  .rte h2 {
    font-size: 30px; }
  .rte h3 {
    font-size: 26px; }
  .rte h4 {
    font-size: 24px; }
  .rte h5 {
    font-size: 20px; }
  .rte h6 {
    font-size: 18px; } }
/**
 * 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: 14px; }

@media screen and (min-width: 500px) {
  html {
    font-size: 15px; } }
@media screen and (min-width: 1025px) {
  html {
    font-size: 16px; } }
.announcement-bar {
  display: block;
  padding: 5px 10px;
  font-size: 12px; }

.announcement-bar__content {
  margin: 0; }

@media screen and (min-width: 500px) {
  .announcement-bar {
    padding: 8px 34px;
    font-size: 14px; } }
.alert, .product #shopify-product-reviews .spr-form-message-error {
  border-radius: 2px;
  padding: 15px;
  font-size: 90%; }
  .alert + .form__control, .product #shopify-product-reviews .spr-form-message-error + .form__control {
    margin-top: 25px; }

.alert__title {
  margin: 0;
  font-weight: normal; }

.alert--error, .product #shopify-product-reviews .spr-form-message-error {
  color: #ffffff;
  background: #da3a3a; }

.alert--success {
  color: #ffffff;
  background: #35a523; }

.alert__error-list {
  padding-left: 26px;
  margin-bottom: 0; }

.alert__error-item {
  margin-bottom: 5px; }
  .alert__error-item:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 500px) {
  .alert, .product #shopify-product-reviews .spr-form-message-error {
    padding: 15px 20px; }
    .alert + .form__control, .product #shopify-product-reviews .spr-form-message-error + .form__control {
      margin-top: 48px; } }
/**
 * ARTICLE
 */
.article__image-link {
  display: block;
  font-size: 0; }

.article__image {
  width: 100%; }

.article__meta {
  margin: 12px 0;
  font-size: 12px;
  text-transform: uppercase; }

.article__separator {
  padding: 0 5px;
  font-size: 16px;
  vertical-align: middle; }

.article__comments {
  float: right;
  margin-top: 1px; }
  .article__comments:hover {
    color: #1473fb; }
  .article__comments svg {
    margin-left: 8px;
    width: 16px;
    height: 16px; }

.article__title {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: black;
  font-weight: normal; }

.article__excerpt {
  margin-top: 14px;
  margin-bottom: 8px; }

.article__read-more {
  display: inline-block;
  margin-top: 8px;
  text-transform: uppercase;
  font-size: 12px;
  color: #1473fb; }
  .article__read-more:hover {
    color: #045bd8; }
    .article__read-more:hover svg {
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); }
  .article__read-more svg {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    vertical-align: baseline;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out; }

.article--full {
  margin-top: 25px;
  text-align: center; }
  .article--full .article__image {
    padding: 0 20px; }
  .article--full .article__header {
    margin-bottom: 30px; }
  .article--full .article__body {
    clear: both;
    text-align: left;
    margin: 0 auto;
    overflow: hidden; }

.article__misc {
  margin-top: 40px;
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #e0e0e0; }

.article__tags {
  margin-top: 22px;
  font-size: 14px; }

.article__tags-list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }

.article__tags-label {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  text-transform: uppercase; }

.article__tags--mini {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400; }

.article .share-buttons__label,
.article__tags-label {
  color: black; }

.article__tags-item {
  display: inline-block; }
  .article__tags-item:last-child {
    margin-right: 0; }
  .article__tags-item a:hover {
    color: #1473fb; }

@media screen and (min-width: 500px) {
  .article__meta {
    font-size: 14px; }

  .article__comments {
    margin-top: 0; }

  .article__title {
    margin-bottom: 35px;
    font-size: 20px; }

  .article__excerpt {
    margin-top: 30px;
    margin-bottom: 14px; }

  .article__read-more {
    font-size: 14px; }

  .article--full .article__header {
    margin-bottom: 45px; }
  .article--full .article__image {
    max-width: 780px; }
  .article--full .article__title {
    font-size: 36px; }
  .article--full .article__image + .article__body {
    margin-top: 26px; }

  .article__misc {
    margin-top: 68px;
    padding: 34px 0 38px 0; }

  .article__tags {
    margin-top: 40px;
    font-size: 16px; }

  .article__tags-label {
    margin-right: 40px;
    font-size: 14px; } }
/**
 * COMMENTS
 */
.comments {
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }

.comments__header {
  padding: 28px 0; }

.comments__count {
  display: inline-block;
  margin: 0;
  color: black;
  font-size: 16px;
  font-weight: normal; }

.comments__write {
  float: right;
  color: #1473fb;
  font-size: 14px; }
  .comments__write:hover {
    color: #045bd8; }

/**
 * COMMENT DETAIL
 */
.comment {
  margin-bottom: 20px;
  padding: 20px 25px;
  background: white;
  border: 1px solid #e0e0e0; }
  .comment:first-child {
    margin-top: 40px; }
  .comment:last-child {
    margin-bottom: 32px; }

.comment__gravatar {
  max-width: 46px;
  float: left;
  margin: 6px 25px 0 0;
  border-radius: 100%; }

.comment__author {
  margin: 0 0 6px 0;
  color: black;
  font-size: 14px;
  font-weight: normal; }

.comment__date {
  text-transform: uppercase;
  font-size: 12px; }

.comment__content {
  margin-top: 26px;
  clear: both; }

.comment__form {
  margin-bottom: 50px; }

/**
 * FORM
 */
.comment-form__header {
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0; }

.comment-form__heading {
  color: black;
  font-size: 16px;
  font-weight: normal; }

.comment-form__approval {
  display: block;
  margin: -15px 0 15px 0;
  text-align: center; }

.comment-form__submit {
  margin-top: 30px; }

@media screen and (min-width: 500px) {
  .comments__count,
  .comment-form__heading {
    font-size: 20px; }

  .comments__header {
    padding: 55px 0; }

  .comments__write {
    font-size: 16px; }

  .comment {
    padding: 28px 30px 20px 30px; }
    .comment:last-child {
      margin-bottom: 60px; }

  .comment__gravatar {
    margin-top: 10px; }

  .comment__author {
    font-size: 16px; }

  .comment__date {
    font-size: 14px; }

  .comment-form__header {
    margin-bottom: 46px;
    padding: 32px 0 26px 0; } }
.blog__rss {
  display: none;
  float: right;
  margin: 15px 0 0 0;
  font-size: 12px;
  text-transform: uppercase; }
  .blog__rss:hover {
    color: #1473fb; }
  .blog__rss svg {
    margin-left: 10px;
    vertical-align: -1px; }

.blog__tags {
  display: none; }

@media screen and (min-width: 500px) {
  .blog__rss {
    display: inline-block;
    float: right;
    margin: 15px 0 0 0;
    font-size: 12px;
    text-transform: uppercase; }
    .blog__rss:hover {
      color: #1473fb; }
    .blog__rss svg {
      margin-left: 10px;
      vertical-align: -1px; }

  .blog__tags {
    display: block;
    margin: 20px 0 6px 0;
    text-align: center; }

  .blog__tag {
    display: inline-block;
    margin: 0 60px 28px 0; }
    .blog__tag:last-child {
      margin-right: 0; }

  .blog__tag:hover,
  .blog__tag--active {
    color: #1473fb; }

  .blog__tag .icon-cross-container {
    margin-left: 8px;
    vertical-align: middle; }

  .blog__tag--active .icon-cross-container {
    background: #1473fb;
    color: white; }

  .page__header .blog__rss {
    position: absolute;
    top: 0;
    right: 0; } }
.breadcrumb {
  display: none; }

@media screen and (min-width: 500px) {
  .breadcrumb {
    display: inline-block;
    margin: 15px 0 0 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #1473fb;
    width: 100%; }

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

  .breadcrumb__item {
    float: left; }
    .breadcrumb__item + .breadcrumb__item:before {
      content: "\00A0" "\00BB";
      color: black; }
    .breadcrumb__item + .breadcrumb__item[data-breadcrumb-separator]:before {
      content: "\00A0" attr(data-breadcrumb-separator);
      color: black; }

  .breadcrumb__item--active {
    color: black; }

  /**
   * Breadcrumb within the page header is positioned absolutely to not take any space and let the title positioned in the middle
   */
  .page__header .breadcrumb {
    width: 100%; } }
.button {
  position: relative;
  display: inline-block;
  padding: 12px 30px 13px 30px;
  line-height: normal;
  border-radius: 2px;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  text-align: center; }
  .button:focus, .button:active {
    outline: none; }
  .button[disabled] {
    cursor: not-allowed; }
  .button:not(.button--no-disabled-opacity)[disabled] {
    opacity: 0.4; }

.button--primary, .product #shopify-product-reviews .button-primary {
  color: white;
  background: #1473fb; }
  .button--primary:hover, .product #shopify-product-reviews .button-primary:hover {
    background: #045bd8; }

.button--secondary {
  color: white;
  background: black; }
  .button--secondary:hover {
    background: black; }

.button--success,
.button--success:hover {
  background: #35a523;
  color: #ffffff; }

.button--error,
.button--error:hover {
  background: #da3a3a;
  color: #ffffff; }

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

.button + .button {
  margin-left: 15px; }

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

.button-group__item + .button-group__item {
  margin-top: 15px; }

@media screen and (min-width: 500px) {
  .button {
    padding: 15px 40px 16px 40px; }

  .button-group__item {
    display: inline-block;
    margin-top: 0; }

  .button-group__item + .button-group__item {
    margin-left: 15px; } }
/**
 * GENERAL
 */
.icon-cart-full {
  color: #1473fb; }

.cart-icon-wrapper {
  position: relative;
  text-align: center; }
  .cart-icon-wrapper svg {
    width: 25px;
    height: 25px; }

.cart-icon-wrapper__count {
  position: absolute;
  font-size: 12px;
  font-style: normal;
  color: white;
  top: 7px;
  left: 0;
  line-height: normal;
  width: 100%; }

/**
 * MAIN CART
 */
.cart--desktop,
.cart__meta--desktop {
  display: none; }

.cart--desktop {
  display: none; }

.cart--mobile .cart__items {
  padding: 0;
  list-style: none; }
.cart--mobile .cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  padding: 0 20px 15px 20px;
  border-bottom: 1px solid #e0e0e0; }
.cart--mobile .cart-item__left {
  margin-right: 20px;
  text-align: center; }
.cart--mobile .cart-item__right {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
.cart--mobile .cart-item__link {
  display: inline-block;
  font-size: 0; }
.cart--mobile .cart-item__image {
  max-width: 100px;
  max-height: 100px; }
.cart--mobile .cart-item__title {
  color: black;
  font-weight: normal; }
.cart--mobile .cart-item__variant-options,
.cart--mobile .cart-item__properties {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  text-transform: uppercase; }
.cart--mobile .cart-item__remove {
  color: #1473fb; }
.cart--mobile .cart-item__remove {
  vertical-align: text-bottom; }
.cart--mobile .cart-item__quantity-input {
  display: inline-block;
  max-width: 60px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 11px;
  text-align: center; }
.cart--mobile .cart-item__subtotal {
  display: block;
  margin: 12px 0 18px 0;
  color: black; }

.cart__meta {
  margin-bottom: 30px; }

.cart__total {
  display: block;
  font-size: 18px;
  color: black;
  font-weight: normal; }

.cart__currency-notice {
  position: relative;
  padding-top: 10px;
  margin-top: 10px; }
  .cart__currency-notice:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 50px;
    background: #e0e0e0; }

.cart__meta--mobile {
  margin-top: 25px;
  text-align: right; }
  .cart__meta--mobile .cart__taxes {
    display: block;
    margin-top: 15px; }

.cart__note {
  margin-top: 25px;
  text-align: left; }

.cart__checkout {
  margin-top: 30px; }
  .cart__checkout .button-wrapper {
    margin-top: 35px; }

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

  .cart--desktop,
  .cart__meta--desktop {
    display: block; }

  .cart--desktop table {
    width: 100%; }
  .cart--desktop th {
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    text-align: center; }
    .cart--desktop th:first-child {
      padding-left: 25px;
      text-align: left; }
  .cart--desktop td {
    text-align: center;
    padding: 20px 15px;
    border-bottom: 1px solid #e0e0e0; }
    .cart--desktop td:first-child {
      padding-left: 25px;
      text-align: left; }
  .cart--desktop .cart-item__link {
    display: block;
    font-size: 0; }
  .cart--desktop .cart-item__product {
    width: 100px; }
  .cart--desktop .cart-item__image {
    float: left;
    max-width: 100px;
    max-height: 200px; }
  .cart--desktop .cart-item__info {
    margin-top: 14px; }
  .cart--desktop .cart-item__brand {
    margin-bottom: 12px; }
  .cart--desktop .cart-item__brand,
  .cart--desktop .cart-item__variant,
  .cart--desktop .cart-item__variant-options,
  .cart--desktop .cart-item__properties {
    display: block;
    font-size: 14px;
    text-transform: uppercase; }
  .cart--desktop .cart-item__properties {
    list-style: none;
    padding: 0;
    margin: 0; }
  .cart--desktop .cart-item__title {
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: black; }
  .cart--desktop .cart-item__price,
  .cart--desktop .cart-item__price-header {
    display: none; }
  .cart--desktop .cart-item__quantity {
    min-width: 170px; }
  .cart--desktop .cart-item__variant {
    margin-top: 30px; }
  .cart--desktop .cart-item__price,
  .cart--desktop .cart-item__subtotal,
  .cart--desktop .cart-item__quantity {
    font-size: 16px;
    color: black; }
  .cart--desktop .cart-item__remove {
    padding-right: 25px; }
    .cart--desktop .cart-item__remove a {
      float: right; }
  .cart--desktop .quantity__actions {
    display: inline-block;
    margin-left: 20px;
    color: black;
    font-size: 14px;
    vertical-align: -13px;
    border: 1px solid #e0e0e0;
    border-radius: 20px; }
    .cart--desktop .quantity__actions a {
      display: inline-block;
      height: 38px;
      line-height: 38px;
      padding: 0 18px 0 15px;
      float: left; }
      .cart--desktop .quantity__actions a:hover {
        color: #1473fb; }
      .cart--desktop .quantity__actions a:first-child {
        padding: 0 15px 0 18px;
        border-right: 1px solid #e0e0e0; }

  .cart__meta {
    margin-top: 30px;
    overflow: hidden; }

  .cart__currency-notice {
    margin-top: 38px;
    padding-top: 32px; }

  .cart__note {
    max-width: 600px; }

  .cart__taxes {
    display: block;
    margin-top: 22px; }

  .cart__checkout {
    margin: 22px 0 48px 0;
    text-align: right; }
    .cart__checkout .button-wrapper {
      text-align: right; }

  .additional-checkout-buttons {
    text-align: right; } }
@media screen and (min-width: 1025px) {
  .cart--desktop td:first-child,
  .cart--desktop th:first-child {
    padding-left: 50px; }
  .cart--desktop .cart-item__remove {
    padding-right: 50px; }
  .cart--desktop .cart-item__price-header,
  .cart--desktop .cart-item__price {
    display: table-cell; }
  .cart--desktop .cart-item__product {
    width: 160px; }
  .cart--desktop .cart-item__image {
    max-width: 160px; } }
/**
 * ADDITIONAL CHECKOUT BUTTONS
 */
.additional-checkout-buttons {
  margin-top: 20px; }
  .additional-checkout-buttons > *:not(script) {
    padding: 15px 0 0 15px;
    vertical-align: top;
    line-height: 1; }
    .additional-checkout-buttons > *:not(script):first-child, .additional-checkout-buttons > *:not(script):empty {
      padding-left: 0; }

@media screen and (max-width: 499px) {
  .additional-checkout-buttons > *:not(script) {
    padding: 15px 0 0 5px; } }
/**
 * SHIPPING ESTIMATOR
 */
.shipping-estimator {
  display: block;
  padding: 25px 0 30px 0;
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0; }
  .shipping-estimator .form-control {
    display: block; }

.shipping-estimator__results {
  margin-top: 30px;
  padding: 30px 0 0 0;
  border-top: 1px solid #e0e0e0; }

.shipping-estimator__title,
.shipping-estimator__results-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  color: black; }

.shipping-estimator__submit {
  width: auto;
  margin-top: 0; }

@media screen and (min-width: 500px) {
  .shipping-estimator .form__control {
    display: inline-block;
    width: 20%;
    margin: 0 15px 0 0; }
  .shipping-estimator .form__control--zip {
    width: 10%; }

  .flexbox .shipping-estimator__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .flexbox .shipping-estimator .form__control {
    max-width: 400px;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto; }
  .flexbox .shipping-estimator .form__control--zip {
    max-width: 280px;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .flexbox .shipping-estimator__submit {
    margin-top: 34px; } }
@media screen and (min-width: 1025px) {
  .shipping-estimator {
    padding: 45px 0 50px 0; }
    .shipping-estimator .form__control {
      margin-right: 32px; }

  .shipping-estimator__title {
    margin-bottom: 40px; }

  .shipping-estimator__results {
    padding-top: 45px; } }
/**
 * MINI-CART
 */
.mini-cart {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 390px;
  height: 100%;
  right: 0;
  z-index: 15;
  overflow: hidden;
  background: #f0f0f0;
  -webkit-text-size-adjust: none;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out; }

.mini-cart--open {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.mini-cart--reloading .mini-cart__content .mini-cart__full,
.mini-cart--reloading .mini-cart__content .mini-cart__empty {
  opacity: 0.2; }
.mini-cart--reloading .mini-cart__content::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  -webkit-animation: circle infinite .75s linear;
  animation: circle infinite .75s linear;
  border: 2px solid black;
  border-left-color: transparent;
  border-radius: 100%; }

.mini-cart__header {
  display: table;
  width: 100%;
  background: white;
  border-bottom: 1px solid #e0e0e0; }

.mini-cart__header-item {
  display: table-cell;
  padding: 0 25px;
  vertical-align: middle;
  line-height: 0; }
  .mini-cart__header-item .cart-icon-wrapper {
    display: inline-block; }

.mini-cart__header-title {
  display: inline-block;
  margin: 0 0 0 22px;
  font-size: 20px;
  font-weight: 400;
  color: black;
  vertical-align: -3px;
  line-height: normal; }

.mini-cart__close {
  width: 70px;
  height: 100%;
  border-left: 1px solid #e0e0e0;
  font-size: 22px;
  text-align: center;
  color: black; }
  .mini-cart__close:hover {
    color: #1473fb; }

.mini-cart__content {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.mini-cart__empty {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.mini-cart__empty-title {
  margin: 0 0 20px 0;
  color: black;
  font-weight: normal;
  font-size: 16px; }

.mini-cart__empty-subtitle {
  margin-bottom: 28px; }

.mini-cart__notification {
  margin: 0;
  padding: 10px 20px;
  background: #30a711;
  font-size: 15px;
  color: #ffffff; }

.mini-cart__items {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 92px 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch; }

.mini-cart__remove {
  position: absolute;
  top: -10px;
  left: -10px;
  text-align: center; }

.mini-cart__item {
  overflow: hidden;
  padding: 18px 20px;
  border-bottom: 1px solid #e0e0e0; }
  .mini-cart__item:last-child {
    border-bottom: 0; }
  .mini-cart__item .product-meta {
    display: inline-block; }
  .mini-cart__item .product-meta__title {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

@media (max-width: 330px) {
  .mini-cart__item .product-meta__title {
    max-width: 160px; } }
.mini-cart__image-container {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 20px; }

.mini-cart__image {
  max-width: 85px;
  vertical-align: middle; }

.mini-cart__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f0f0f0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /* Fix a bug on Safari iOS */ }
  .mini-cart__footer .button {
    border-radius: 0; }

.mini-cart__total {
  padding: 12px 20px;
  background: white;
  border-top: 1px solid #e0e0e0; }

.mini-cart__total-label {
  text-transform: uppercase;
  font-size: 14px; }

.mini-cart__total-price {
  float: right;
  font-size: 15px;
  font-weight: normal;
  color: black; }

@media screen and (min-width: 500px) {
  .mini-cart {
    width: 470px;
    max-width: none;
    height: auto; }

  .mini-cart__content {
    height: auto; }

  .mini-cart__empty {
    position: relative;
    margin: 30px 0 35px 0;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  .mini-cart__empty-title {
    margin-bottom: 30px;
    font-size: 20px; }

  .mini-cart__empty-subtitle {
    margin-bottom: 36px; }

  .mini-cart__notification {
    padding: 22px 25px;
    font-size: 16px; }

  .mini-cart__total {
    padding: 16px 26px; }

  .mini-cart__items,
  .mini-cart__footer {
    position: relative;
    padding: 0; }

  .mini-cart__image-container {
    margin-right: 30px; }

  .mini-cart__image {
    max-width: 62px; }

  .mini-cart__items {
    max-height: 350px; }

  .mini-cart__item {
    padding: 24px 25px; }
    .mini-cart__item .product-meta {
      position: relative;
      float: right;
      width: 77%; }
    .mini-cart__item .product-meta__price,
    .mini-cart__item .product-meta__title {
      font-size: 16px;
      margin-bottom: 0; }
    .mini-cart__item .product-meta__price {
      position: absolute;
      bottom: 3px;
      right: 0; }
    .mini-cart__item .product-meta__title {
      max-width: 200px; } }
@media screen and (min-width: 801px) {
  .mini-cart__footer .button {
    padding-top: 20px;
    padding-bottom: 20px; } }
/**
 * FILTERS
 */
.collection__filters {
  padding: 20px;
  background: black;
  overflow: hidden; }

.collection-filter {
  border-radius: 2px;
  color: black; }

.collection-filter > select {
  color: black;
  background: white;
  border: none; }

.collection-filter + .collection-filter {
  margin-top: 10px; }

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

  .collection-filter {
    display: inline-block;
    margin-top: 0 !important;
    margin-right: 16px;
    max-width: 190px; }
    .collection-filter:last-child {
      margin-right: 0; }

  .collection-filter--sorter {
    float: right; } }
@media screen and (min-width: 1160px) {
  .collection-filter {
    max-width: 250px; } }
@media screen and (min-width: 1440px) {
  .collection-filter {
    max-width: 300px; } }
/**
 * GRID COLLECTION ITEMS
 */
.collection--grid.grid--flush {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #e0e0e0; }
  .collection--grid.grid--flush .product-item {
    border-bottom: 1px solid #e0e0e0;
    background: white; }
  .collection--grid.grid--flush .product-item__inner {
    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; }
  .collection--grid.grid--flush .product-item__image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .collection--grid.grid--flush .product-item__image-wrapper {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 1px; }
  .collection--grid.grid--flush .product-item__image-wrapper img {
    max-width: 100%;
    padding-top: 0; }

.collection--grid.collection--grid-no-border {
  border-top: none; }

.product-item__inner {
  position: relative;
  background: white;
  height: 100%; }

.product-item__labels {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 0; }

.product-item__label {
  margin-bottom: 4px; }

.product-item__label .label {
  border-radius: 0 2px 2px 0; }

.section--secondary .product-item__label .label--quick-shop,
.template-collection .product-item__label .label--quick-shop {
  border-left: 0; }

.product-item__label--hidden {
  display: none; }

.product-item__image {
  display: block;
  font-size: 0;
  transition: opacity 0.2s ease-in-out;
  text-align: center; }
  .product-item__image img {
    padding: 5px 5px 10px 5px; }

.no-touchevents .product-item__image:hover,
.product-item--sold-out .product-item__image {
  opacity: 0.7; }

.product-item__info {
  padding: 0 10px 10px 10px;
  font-size: 13px;
  text-align: center; }

.product-item__vendor,
.product-item__price {
  font-weight: normal;
  color: black; }

.product-item__vendor {
  margin-bottom: 6px;
  text-transform: uppercase; }

.product-item__title {
  margin-bottom: 8px; }

.product-item__price--new {
  margin-right: 10px;
  color: #1473fb; }

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

@media screen and (max-width: 499px) {
  .collection--grid.grid--flush .product-item {
    border-right: 1px solid #e0e0e0; }
    .collection--grid.grid--flush .product-item:nth-child(2n) {
      border-right: none; }
    .collection--grid.grid--flush .product-item:nth-child(2n+1):nth-last-child(-n+2), .collection--grid.grid--flush .product-item:nth-child(2n+1):nth-last-child(-n+2) ~ .product-item {
      border-bottom: none; } }
@media screen and (min-width: 500px) and (max-width: 800px) {
  .collection--grid.grid--flush .product-item {
    border-right: 1px solid #e0e0e0; }
    .collection--grid.grid--flush .product-item:nth-child(4n) {
      border-right: none; }
    .collection--grid.grid--flush .product-item:nth-child(4n+1):nth-last-child(-n+4), .collection--grid.grid--flush .product-item:nth-child(4n+1):nth-last-child(-n+4) ~ .product-item {
      border-bottom: none; } }
@media screen and (min-width: 500px) {
  .product-item__labels {
    top: 20px; }

  .product-item__image img {
    padding: 20px; }

  .product-item__info {
    padding: 0 10px 30px 10px;
    font-size: 14px; } }
@media screen and (min-width: 801px) {
  .collection--grid.grid--flush .product-item {
    border-right: 1px solid #e0e0e0; }

  .collection--grid.grid--flush .product-item.\31\/2--lap-and-up:nth-child(2n) {
    border-right: none; }
  .collection--grid.grid--flush .product-item.\31\/2--lap-and-up:nth-child(2n+1):nth-last-child(-n+2), .collection--grid.grid--flush .product-item.\31\/2--lap-and-up:nth-child(2n+1):nth-last-child(-n+2) ~ .product-item {
    border-bottom: none; }

  .collection--grid.grid--flush .product-item.\31\/3--lap-and-up:nth-child(3n) {
    border-right: none; }
  .collection--grid.grid--flush .product-item.\31\/3--lap-and-up:nth-child(3n+1):nth-last-child(-n+3), .collection--grid.grid--flush .product-item.\31\/3--lap-and-up:nth-child(3n+1):nth-last-child(-n+3) ~ .product-item {
    border-bottom: none; }

  .collection--grid.grid--flush .product-item.\31\/4--lap-and-up:nth-child(4n) {
    border-right: none; }
  .collection--grid.grid--flush .product-item.\31\/4--lap-and-up:nth-child(4n+1):nth-last-child(-n+4), .collection--grid.grid--flush .product-item.\31\/4--lap-and-up:nth-child(4n+1):nth-last-child(-n+4) ~ .product-item {
    border-bottom: none; }

  .collection--grid.grid--flush .product-item.\31\/5--lap-and-up:nth-child(5n) {
    border-right: none; }
  .collection--grid.grid--flush .product-item.\31\/5--lap-and-up:nth-child(5n+1):nth-last-child(-n+5), .collection--grid.grid--flush .product-item.\31\/5--lap-and-up:nth-child(5n+1):nth-last-child(-n+5) ~ .product-item {
    border-bottom: none; }

  .collection--grid.grid--flush .product-item.\31\/6--lap-and-up:nth-child(6n) {
    border-right: none; }
  .collection--grid.grid--flush .product-item.\31\/6--lap-and-up:nth-child(6n+1):nth-last-child(-n+6), .collection--grid.grid--flush .product-item.\31\/6--lap-and-up:nth-child(6n+1):nth-last-child(-n+6) ~ .product-item {
    border-bottom: none; } }
/**
 * COLLAGE COLLECTION ITEMS
 */
.product-tile__link {
  display: block; }

.product-tile__quick-shop {
  display: none; }

@media screen and (min-width: 500px) {
  .product-tile__overlay {
    position: absolute;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    text-align: center;
    will-change: opacity; }

  .product-tile__overlay .product-meta {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }

  .product-tile:hover .product-tile__overlay,
  .product-tile:hover .product-tile__quick-shop {
    opacity: 1; } }
@media screen and (min-width: 1025px) {
  .product-tile__quick-shop {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    opacity: 0;
    /* This allow to solve an issue on IE9-10 where opacity is not properly inherited */
    transition: opacity 0.25s ease-in-out; }
    .product-tile__quick-shop svg {
      width: 22px;
      height: 22px;
      vertical-align: bottom;
      margin-right: 15px; } }
.faq__item {
  padding: 30px 15px 32px 15px;
  border-bottom: 1px solid #e0e0e0; }
  .faq__item:last-child {
    border-bottom: none; }

.faq__question {
  margin-bottom: 0;
  font-weight: normal;
  font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  text-align: center;
  cursor: pointer; }

.faq__answer {
  display: none;
  max-width: 600px;
  margin: 22px auto 0 auto; }

@media screen and (min-width: 500px) {
  .faq__question {
    font-size: 24px; }

  .faq__answer {
    margin-top: 32px; } }
/**
 * ----------------------------------------------------------------------------------------------------
 * FOOTER
 * ----------------------------------------------------------------------------------------------------
 */
.footer {
  font-size: 12px;
  color: black;
  background: white;
  border-top: 1px solid #e0e0e0; }
  .footer ul {
    list-style: none;
    padding: 0; }
  .footer li:not(:last-child) {
    margin-bottom: 8px; }
  .footer a:hover {
    color: #1473fb; }

.footer__module {
  margin: 32px 0 34px 0; }
  .footer__module:last-child {
    margin-bottom: 0; }

.footer__title {
  margin: 0 0 18px 0;
  text-transform: uppercase;
  font-weight: normal;
  color: black; }

.footer__phone,
.footer__email {
  margin: 8px 0; }

.footer__social svg {
  margin-right: 14px;
  width: 14px;
  height: 14px;
  vertical-align: sub; }

.footer__newsletter-form {
  position: relative;
  margin-top: 22px; }
  .footer__newsletter-form .footer__newsletter-input {
    padding: 10px 10px;
    height: 38px;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    background: white;
    transition: border 0.25s ease-in-out; }
    .footer__newsletter-form .footer__newsletter-input:focus {
      color: black; }
    .footer__newsletter-form .footer__newsletter-input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .footer__newsletter-form .footer__newsletter-input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .footer__newsletter-form .footer__newsletter-input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .footer__newsletter-form .footer__newsletter-input::placeholder {
      color: rgba(0, 0, 0, 0.6); }
  .footer__newsletter-form .footer__newsletter-submit {
    position: absolute;
    padding: 9px 20px 9px 20px;
    width: auto;
    height: 32px;
    right: 3px;
    top: 3px;
    color: white;
    background: black;
    font-size: 11px; }
    .footer__newsletter-form .footer__newsletter-submit:hover {
      background: #1473fb; }

.footer__misc {
  margin-top: 38px;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  text-align: center; }

.footer__copyright {
  display: inline-block;
  margin: 0; }

.footer__payment-methods {
  display: block;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0 0 10px 0;
  font-size: 26px;
  color: #1a1a1a; }

.footer__payment-method {
  display: inline-block;
  margin: 0 15px 0 0 !important; }
  .footer__payment-method:last-child {
    margin-right: 0 !important; }

@media screen and (min-width: 500px) and (max-width: 800px) {
  .footer__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .footer__module {
    width: 33.33333%; } }
@media screen and (min-width: 500px) {
  .footer {
    font-size: 13px; }

  .footer__title {
    font-size: 14px; }

  .footer__social svg {
    margin-right: 14px;
    width: 16px;
    height: 16px;
    vertical-align: sub; }

  .footer__misc {
    text-align: left; }

  .footer__payment-methods {
    float: right;
    margin-top: -6px;
    padding-bottom: 16px; }
    .footer__payment-methods svg {
      width: 32px;
      height: 32px; } }
@media screen and (min-width: 801px) {
  .footer__wrapper {
    display: table;
    width: 100%;
    margin: 42px 0; }

  .footer__module {
    display: table-cell;
    width: auto;
    margin-top: 0;
    padding-right: 25px;
    vertical-align: top; }
    .footer__module:last-child {
      padding-right: 0; } }
/**
 * BACK TO TOP BUTTON
 */
.touchevents .back-to-top {
  display: none; }

.back-to-top {
  position: fixed;
  display: block;
  height: 50px;
  width: 50px;
  bottom: 30px;
  right: 25px;
  line-height: 46px;
  color: black;
  background: white;
  border-radius: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  text-align: center;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6); }
  .back-to-top:hover {
    color: white;
    background: #1473fb; }

.back-to-top--active {
  opacity: 1;
  visibility: visible; }

.no-scroll .back-to-top {
  opacity: 0; }

.form--shrinked {
  max-width: 400px;
  margin: 0 auto; }

input,
textarea {
  width: 100%;
  padding: 14px 15px 15px 15px;
  color: inherit;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 14px;
  background: white;
  -webkit-appearance: none;
  /* Remove the inner box-shadow in iOS devices */ }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #1a1a1a; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #1a1a1a; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #1a1a1a; }
  input::placeholder,
  textarea::placeholder {
    color: #1a1a1a; }

input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-right: 15px;
  vertical-align: -2px;
  -webkit-appearance: checkbox; }

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

input:focus,
textarea:focus {
  outline: none;
  border-color: #1473fb; }

.form__control {
  position: relative;
  margin-bottom: 30px; }
  .form__control:last-child {
    margin-bottom: 0; }

.form__label {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase; }

/**
 * Style selects (this only works in IE10+, FF and Webkit browsers)
 */
.styled-select {
  position: relative; }

.styled-select svg {
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
  width: 12px;
  height: 12px;
  line-height: normal;
  pointer-events: none;
  fill: currentColor; }

select {
  /* Disable built-in styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  height: 48px;
  padding-left: 24px;
  padding-right: 65px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  background: white;
  color: inherit;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: normal;
  /* Remove the ugly blue background on IE when a value is selected */ }
  select:active, select:focus {
    border-color: #1473fb;
    outline: none; }
  select:focus::-ms-value {
    background: white;
    color: black; }

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

@media screen and (min-width: 500px) {
  .form__control {
    margin-bottom: 40px; } }
.gift-card {
  text-align: center; }

.gift-card__illustration {
  margin-bottom: 20px; }
  .gift-card__illustration img {
    width: 320px;
    max-width: 100%; }

.gift-card__issued-text {
  font-size: 16px;
  color: black;
  font-weight: normal; }

.gift-card__amount {
  display: block;
  margin: 22px 0 25px 0;
  font-size: 20px;
  font-weight: normal;
  color: #1473fb; }

.gift-card__instructions {
  font-size: 14px; }

.gift-card__code {
  display: inline-block;
  margin: 13px 0 32px 0;
  padding: 15px 65px 15px 65px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  font-size: 14px; }

.gift-card__qr-code {
  margin-bottom: 32px; }
  .gift-card__qr-code img {
    margin: 0 auto; }

.gift-card__apple-wallet {
  display: block;
  margin-bottom: 25px; }

@media screen and (min-width: 500px) {
  .gift-card__illustration {
    margin-bottom: 35px; }

  .gift-card__issued-text {
    font-size: 20px; }

  .gift-card__amount {
    margin-bottom: 50px;
    font-size: 30px; }

  .gift-card__instructions {
    font-size: 16px; } }
.contact__form {
  margin-top: 25px; }

#contact-us-map {
  height: 320px;
  border-top: 1px solid #e0e0e0; }

.gmap-infobubble {
  overflow: hidden !important;
  height: auto !important;
  width: auto !important;
  white-space: nowrap;
  font-size: 14px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2), 0 3px #1473fb inset; }

.gmap-company-name {
  display: block;
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 16px;
  color: black;
  font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.gmap-company-street,
.gmap-company-city,
.gmap-company-country {
  display: block;
  padding-bottom: 6px;
  font-family: "News Gothic MT W01", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.gmap-infobubble span:last-child {
  padding-bottom: 0; }

.gmap-arrow > div {
  -webkit-filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-1px 1px 1px rgba(0, 0, 0, 0.2)); }

@media screen and (min-width: 500px) {
  .contact__form {
    margin-top: 0; }

  #contact-us-map {
    width: 100%;
    height: 550px;
    clear: both; }

  .gmap-company-name {
    font-size: 20px; }

  .gmap-infobubble {
    padding: 30px 30px 26px 30px !important;
    font-size: 16px; } }
/**
 * HEADER
 */
#shopify-section-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  border-top: none; }

.header {
  width: 100%;
  background: white;
  color: black;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 1px rgba(224, 224, 224, 0.3); }
  .header .header__link:hover,
  .header .header__item-social a:hover {
    color: #1473fb; }

.header__wrapper {
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  height: 70px;
  overflow: hidden;
  z-index: 1;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto; }

.header__item {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  background-clip: padding-box !important;
  text-align: center;
  font-size: 25px;
  line-height: 0;
  background: white;
  -webkit-transform-style: preserve-3d; }
  .header__item:first-child {
    border-left: 0; }
  .header__item:last-child {
    border-right: 0; }

.header__link {
  position: relative;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out; }
  .header__link > svg {
    display: block;
    margin: 0 auto; }
  .header__link > svg, .header__link > .cart-icon-wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.header__logo--centered {
  text-align: center; }

.header__item-logo {
  padding: 0 15px;
  border-right: none;
  vertical-align: middle; }

.header__logo-image {
  vertical-align: middle;
  max-width: 100%; }

.header__logo-text {
  font-size: 15px;
  font-weight: normal;
  line-height: 1; }

.header__item-toggle,
.header__item-account,
.header__item-search,
.header__item-cart {
  width: 75px; }

.header__item-social,
.header__item-currency,
.header__item-account,
.header__item-search {
  display: none; }

@media screen and (min-width: 500px) {
  .header__item-logo {
    padding-left: 20px;
    text-align: left; }

  .header__logo-text {
    font-size: 20px; }

  .header__item-search {
    transition: all 0.25s ease-in-out; }

  .header__item-search,
  .header__item-account,
  .header__item-cart {
    display: table-cell;
    vertical-align: middle; }

  .header__wrapper--search {
    overflow: visible; }

  .header__search-wrapper {
    position: absolute;
    padding: 0 25px;
    top: 0;
    left: 0;
    width: 525px;
    height: 100%;
    background: white;
    opacity: 0;
    visibility: hidden;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out 0.06s, visibility 0.25s ease-in-out;
    text-align: left; }
    .header__search-wrapper .header__link {
      display: inline-block;
      width: auto; }

  .header__search-form {
    display: inline-block;
    height: 100%;
    vertical-align: bottom; }
    .header__search-form .search__input {
      height: 100%;
      width: 395px;
      background: transparent;
      border: none;
      font-size: 18px;
      color: black; }
      .header__search-form .search__input:focus {
        color: #1473fb; }
      .header__search-form .search__input::-webkit-input-placeholder {
        color: black; }
      .header__search-form .search__input::-moz-placeholder {
        color: black; }
      .header__search-form .search__input:-ms-input-placeholder {
        color: black; }
      .header__search-form .search__input::placeholder {
        color: black; }

  .header__search-close {
    float: right; }

  .header__item-search--expanded .header__search-wrapper {
    opacity: 1; }
  .header__item-search--expanded .header__link:first-child {
    color: #1473fb; }
  .header__item-search--expanded .header__search-wrapper {
    /* 450px is the size of the search bar (525px) minus the size of the element in the nav (75px). Note that we
       cannot use transform (and hence better performance) because of IE that leaves empty space and screw up everything */
    left: -450px;
    visibility: visible; } }
@media screen and (min-width: 801px) {
  .header__item-currency {
    display: table-cell;
    vertical-align: middle; }

  .header__item-currency {
    width: 105px; }
    .header__item-currency:hover .currency-selector, .header__item-currency:hover .currency-selector__select {
      color: #1473fb; }

  .currency-selector,
  .currency-selector__select {
    transition: color 0.25s ease-in-out; }

  .currency-selector__select {
    padding-right: 40px;
    border: none;
    background: transparent;
    color: black; }

  .header--with-horizontal-nav {
    border-bottom-color: #e0e0e0;
    box-shadow: none; }
    .header--with-horizontal-nav .header__item-toggle {
      display: none; }
    .header--with-horizontal-nav .header__item-logo {
      border-left: none;
      width: 160px; } }
@media screen and (min-width: 1025px) {
  .header__item-social {
    display: table-cell;
    padding-right: 30px;
    border-left: none;
    text-align: right;
    font-size: 20px; } }
.label {
  display: inline-block;
  padding: 2px 12px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px; }

.label + .label {
  margin-left: 5px; }

.label--sold-out,
.label--unavailable {
  color: white;
  background: black; }

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

.label--custom {
  color: white;
  background: #1473fb; }

.label--quick-shop {
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease-in-out;
  background: white; }
  .label--quick-shop svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom; }
  .label--quick-shop:hover {
    color: #1473fb;
    border-color: #1473fb; }

@media screen and (min-width: 500px) {
  .label {
    padding: 4px 15px;
    font-size: 13px; } }
.list-collections--padded {
  padding: 25px 0; }

.collection__link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  text-align: center;
  font-size: 0; }

.collection__image {
  max-width: 100%;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  will-change: transform; }

.collection__overlay {
  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;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out;
  z-index: 1; }

.collection__title {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal; }

.no-touchevents .collection__link:hover .collection__image {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.collection__link:hover .collection__overlay,
.touchevents .collection__overlay {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1; }

@media screen and (min-width: 500px) {
  .collection__title {
    font-size: 20px; } }
.modal {
  position: relative;
  margin: 20px 0;
  width: 90%;
  max-width: 550px;
  padding: 25px;
  background: white;
  text-align: left; }

.modal--large {
  max-width: 960px; }

.modal--centered {
  text-align: center; }

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px;
  line-height: 0;
  background: #f0f0f0; }
  .modal__close:hover {
    color: #1473fb; }

.modal__title {
  margin-top: 10px;
  font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  font-size: 17px;
  font-weight: normal;
  text-align: center; }

.modal__newsletter {
  margin-top: 40px; }
  .modal__newsletter input[type="email"] {
    text-transform: uppercase;
    margin-bottom: 20px; }

@media screen and (min-width: 500px) {
  .modal {
    padding: 42px 50px 50px 50px; }

  .modal__title {
    margin: 0 0 35px 0;
    font-size: 26px; }

  .modal__newsletter input {
    display: inline-block;
    width: auto;
    margin: 0; }
  .modal__newsletter input[type="email"] {
    margin: 0 20px 0 0; } }
/* If enabled, the horizontal navigation only display on larger screen */
.navigation-horizontal {
  display: none; }

@media screen and (min-width: 801px) {
  .navigation-horizontal {
    display: block;
    background: #f0f0f0;
    color: black;
    border-top: 1px solid #e0e0e0;
    text-align: center; }

  .navigation-horizontal__list,
  .navigation-horizontal__dropdown,
  .dropdown-column__list {
    list-style: none;
    margin: 0;
    padding: 0; }

  .navigation-horizontal__list-item {
    position: relative;
    display: inline-block; }
    .navigation-horizontal__list-item .icon-dropdown-arrow {
      margin-left: 8px;
      vertical-align: middle;
      width: 12px;
      height: 12px; }

  .navigation-horizontal__dropdown-item .icon-dropdown-arrow-right {
    position: absolute;
    margin-top: 5px;
    right: 28px;
    width: 12px;
    height: 12px; }

  .navigation-horizontal__list-link,
  .navigation-horizontal__dropdown-link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .navigation-horizontal__list-link {
    display: inline-block;
    padding: 20px 25px;
    transition: all 0.15s ease-in-out; }

  .navigation-horizontal__dropdown-item {
    position: relative; }

  .navigation-horizontal__dropdown-link {
    display: block;
    width: 100%;
    padding: 6px 30px;
    white-space: nowrap; }

  .navigation-horizontal__list-link:hover,
  .navigation-horizontal__dropdown-link:hover,
  .navigation-horizontal__dropdown-item--active > .navigation-horizontal__dropdown-link {
    color: #1473fb; }

  .navigation-horizontal__list-item--active > .navigation-horizontal__list-link {
    background: white;
    color: #1473fb; }

  .navigation-horizontal__dropdown {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: inherit;
    padding: 30px 0 20px 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-top: none;
    font-size: 14px;
    text-align: left;
    opacity: 0;
    transition: opacity 0.15s ease-in-out, visibility ease-in-out 0.15s;
    z-index: 1000; }

  .navigation-horizontal__dropdown .navigation-horizontal__dropdown {
    padding-top: 20px;
    left: 100%;
    top: -21px;
    border-top: 1px solid #e0e0e0;
    background: #f0f0f0; }

  .navigation-horizontal__dropdown-item--expandable > .navigation-horizontal__dropdown-link {
    margin-right: 26px; }

  .navigation-horizontal__list-item--active > .navigation-horizontal__list-link + .navigation-horizontal__dropdown,
  .navigation-horizontal__dropdown-item--active > .navigation-horizontal__dropdown-link + .navigation-horizontal__dropdown {
    visibility: visible;
    opacity: 1; }

  .navigation-horizontal__dropdown--mega {
    left: -200px;
    padding: 35px 30px;
    white-space: nowrap;
    border-bottom: 5px solid #1473fb; }

  .navigation-horizontal__dropdown--mega-with-image {
    padding: 40px 30px 35px 50px; }

  .navigation-horizontal__image-container {
    display: inline-block;
    margin-right: 15px;
    width: 150px;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .navigation-horizontal__image {
    max-width: 150px;
    max-height: 150px;
    font-size: 0; }

  .dropdown-column {
    display: inline-block;
    padding: 0 20px;
    vertical-align: top; }

  .navigation-horizontal__dropdown--mega-with-image .dropdown-column {
    margin-top: 10px; }

  .dropdown-column__title {
    display: block;
    margin: 0 0 8px 0;
    color: black;
    font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase; }

  .dropdown-column__list-link {
    display: block;
    padding: 6px 0; }
    .dropdown-column__list-link:hover {
      color: #1473fb; } }
@media screen and (min-width: 1025px) {
  .navigation-horizontal__list-link {
    display: inline-block;
    padding: 20px 34px; }

  .navigation-horizontal__dropdown--mega {
    padding: 45px 40px; }

  .navigation-horizontal__dropdown--mega-with-image {
    padding: 50px 40px 45px 60px; }

  .navigation-horizontal__image-container {
    width: 175px; }

  .navigation-horizontal__image {
    max-width: 175px;
    max-height: 175px; }

  .dropdown-column {
    padding: 0 30px; } }
/**
 * SIDEBAR
 */
.navigation-sidebar {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 390px;
  height: 100%;
  z-index: 15;
  overflow: hidden;
  background: white;
  color: black;
  font-size: 15px;
  -webkit-text-size-adjust: none;
  text-transform: uppercase;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out; }

.navigation-sidebar--open {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.navigation-sidebar__header {
  display: table;
  position: relative;
  width: 100%;
  background: white;
  top: 0;
  z-index: 1;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e0; }

.navigation-sidebar__search--mobile {
  padding: 3px 25px;
  background: #e0e0e0;
  color: black;
  border-top: 1px solid #cccccc;
  box-shadow: 0 1px #e8e8e8, 0 1px #d8d8d8 inset; }
  .navigation-sidebar__search--mobile .icon-search {
    opacity: 0.6; }

.navigation-sidebar__search-form {
  display: inline-block;
  width: 90%; }
  .navigation-sidebar__search-form .search__input {
    background: none;
    border: none;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6); }
    .navigation-sidebar__search-form .search__input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .navigation-sidebar__search-form .search__input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .navigation-sidebar__search-form .search__input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.6); }
    .navigation-sidebar__search-form .search__input::placeholder {
      color: rgba(0, 0, 0, 0.6); }

.navigation-sidebar__top {
  display: table; }
  .navigation-sidebar__top a {
    display: table-cell;
    width: 75px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 0; }

.navigation-sidebar__current {
  display: table-cell;
  padding-left: 28px;
  color: black;
  vertical-align: middle;
  font-size: 16px; }

.navigation-sidebar__image {
  display: none; }

.navigation-sidebar__lists {
  position: relative;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%; }
  .no-flexbox .navigation-sidebar__lists {
    height: 100%; }
  .flexboxtweener .navigation-sidebar__lists {
    height: auto; }

.navigation-sidebar__list {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  background: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out; }
  .navigation-sidebar__list .icon-arrow-right {
    position: absolute;
    height: 18px;
    width: 18px;
    top: calc(50% - 9px);
    right: 25px;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out; }

.navigation-sidebar__list:not(.navigation-sidebar__list--active) {
  /* On recent versions of Chrome iOS, there is a strange bug that would prevent
     scroll. By hidding the list by default, we avoid that */
  display: none; }
  .navigation-sidebar--open .navigation-sidebar__list:not(.navigation-sidebar__list--active) {
    display: block; }

.navigation-sidebar__list--active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.navigation-sidebar__list--hidden {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.navigation-sidebar__header + .navigation-sidebar__list {
  border-top: 1px solid #e0e0e0; }

.navigation-sidebar__item--expandable > .navigation-sidebar__list {
  position: absolute;
  top: 0;
  left: 0; }

.navigation-sidebar__item {
  border-bottom: 1px solid #e0e0e0;
  transition: background 0.25s ease-in-out; }
  .navigation-sidebar__item:last-child {
    margin-bottom: 70px;
    /* This extra margin on last element allows to add extra scrollable area */ }

.navigation-sidebar__link {
  position: relative;
  display: block;
  padding: 18px 25px; }
  .navigation-sidebar__link:hover .icon-arrow-right {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); }

.navigation-sidebar__current-title,
.navigation-sidebar__link-title {
  display: block;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.navigation-sidebar__current-title {
  max-width: 200px; }

@media screen and (min-width: 500px) {
  .navigation-sidebar {
    max-width: 325px;
    font-size: 17px; }

  .navigation-sidebar__current {
    font-size: 20px; }

  .navigation-sidebar__image {
    display: table-row;
    width: 100%;
    text-align: center;
    font-size: 0; }
    .navigation-sidebar__image img {
      width: 100%;
      max-width: 100%; }

  .no-flexbox .navigation-sidebar__image {
    display: none; }

  .navigation-sidebar__search--mobile {
    display: none; }

  .navigation-sidebar__item:hover {
    background: #e0e0e0;
    color: black; }

  .navigation-sidebar__link {
    padding: 20px 25px; } }
.shopify-section__newsletter,
.shopify-section__newsletter + .shopify-section {
  border-top: none !important; }

.newsletter {
  position: relative;
  padding: 35px 0 40px 0;
  background: #1473fb;
  text-align: center;
  overflow: hidden;
  clear: both;
  box-shadow: 0 1px #1473fb, 0 -1px #1473fb; }

.newsletter__title {
  margin: 0 0 10px 0;
  color: white;
  font-size: 17px;
  font-weight: normal; }

.newsletter__subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2;
  color: #0346a6; }

.newsletter__error {
  color: white; }

.newsletter__form {
  position: relative;
  max-width: 460px;
  margin: 0 auto; }

.newsletter__email {
  padding-right: 125px;
  border: none;
  text-transform: uppercase;
  background: #0457ce; }
  .newsletter__email, .newsletter__email:focus {
    color: white; }
  .newsletter__email::-webkit-input-placeholder {
    color: #4691fc; }
  .newsletter__email::-moz-placeholder {
    color: #4691fc; }
  .newsletter__email:-ms-input-placeholder {
    color: #4691fc; }
  .newsletter__email::placeholder {
    color: #4691fc; }

.newsletter__submit {
  position: absolute;
  padding: 11px 14px 12px 14px;
  width: auto;
  top: 3px;
  right: 3px;
  background: #1473fb;
  color: white; }
  .newsletter__submit:hover {
    background: white;
    color: #1473fb; }

@media screen and (min-width: 500px) {
  .newsletter {
    padding: 45px 0 48px 0; }

  .newsletter__title {
    margin-bottom: 32px;
    font-size: 20px; }

  .newsletter__subtitle {
    margin-bottom: 46px;
    font-size: 16px; }

  .newsletter__submit {
    padding-left: 30px;
    padding-right: 30px; } }
.page__header {
  position: relative;
  background: #f0f0f0;
  border-bottom: 1px solid #e0e0e0; }

.page__header--no-border {
  border-bottom: none; }

.page__header-wrapper {
  padding: 30px 0;
  text-align: center; }

.page__action {
  margin-top: 20px; }

.page__header-actions {
  margin: 20px 0; }

.page__title {
  margin: 0;
  font-size: 30px;
  color: black;
  font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4; }

.page__description {
  margin: 25px auto 0 auto;
  max-width: 600px;
  text-align: left; }

.page__description--centered {
  text-align: center; }

.page__content {
  padding: 50px 0; }

.page__footer {
  padding: 20px 0;
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0;
  text-align: center; }

.page__footer-text {
  display: block;
  margin-top: 0;
  font-weight: 400; }

.page__footer-title {
  margin: 0 0 20px 0;
  color: black; }

@media screen and (min-width: 500px) {
  .page__header-wrapper {
    padding: 60px 0; }

  .page__header-actions {
    margin: 40px 0 50px 0; }

  .page__title {
    font-size: 40px; }

  .page__description {
    margin-top: 40px; }

  .page__footer {
    padding: 34px 0;
    clear: both; }

  .page__footer-title {
    margin-bottom: 40px; }

  .page__footer-text {
    display: inline-block;
    margin: 0 35px 0 0;
    vertical-align: middle; } }
@media screen and (min-width: 801px) {
  .page__header-actions {
    margin: 50px 0 120px 0; }

  .page__title {
    font-size: 50px; }

  .page__description {
    margin-top: 50px; } }
/**
 * ----------------------------------------------------------------------------------------------------
 * PAGINATION
 * ----------------------------------------------------------------------------------------------------
 */
.pagination {
  clear: both;
  width: 100%;
  background: #f0f0f0;
  border-top: 1px solid #e0e0e0; }

.pagination__wrapper {
  position: relative;
  padding: 30px 0;
  text-align: center;
  overflow: hidden; }

.pagination__current {
  margin: 25px 0;
  color: black;
  font-size: 14px;
  text-transform: uppercase; }

.pagination__label {
  display: none; }

.pagination__nav--prev {
  float: left; }

.pagination__nav--next {
  float: right; }

.pagination__current {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 499px) {
  .pagination__nav {
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (min-width: 500px) {
  .pagination__label {
    display: inline-block; }

  .pagination__nav {
    padding-left: 30px;
    padding-right: 30px; }
    .pagination__nav svg {
      width: 15px;
      height: 15px;
      vertical-align: -2px;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      transition: -webkit-transform 0.1s ease-in-out;
      transition: transform 0.1s ease-in-out; }

  .pagination__nav--prev svg {
    margin-right: 15px; }
  .pagination__nav--prev:hover svg {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px); }

  .pagination__nav--next svg {
    margin-left: 15px; }
  .pagination__nav--next:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px); } }
.password__header {
  padding: 35px 0 50px 0;
  text-align: center; }

.password__title {
  color: black;
  font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px; }

.password__admin {
  margin-top: 50px;
  padding: 25px;
  background: #f0f0f0; }

.password__admin-link {
  margin: 0;
  text-align: center;
  font-weight: normal; }

.password__storefront-form {
  display: none;
  margin-top: 25px; }

.password__storefront-form--opened {
  display: block; }

.password__powered-by {
  margin: 25px 0;
  text-align: center;
  font-size: 12px; }
  .password__powered-by svg {
    margin-left: 15px;
    width: 90px;
    vertical-align: middle; }

@media screen and (min-width: 500px) {
  .password__admin {
    margin-top: 100px; }

  .password__title {
    font-size: 42px; } }
/**
 * GENERAL
 */
.product__details {
  margin-top: 30px; }

/**
 * META
 */
.product-meta--desktop {
  display: none; }

.product-meta--mobile {
  text-align: center; }

.product-meta__vendor {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400; }

.product-meta__title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: black; }

.product-meta__price {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  color: #1473fb; }

.product-meta__price--new {
  padding-right: 15px;
  color: #1473fb; }

.product-meta__price--old {
  text-decoration: line-through;
  font-weight: 400;
  color: black; }

.product-meta__labels:not(:empty) {
  margin-top: 24px; }

@media screen and (min-width: 500px) {
  .product-meta__vendor {
    font-size: 14px; }

  .product-meta__title,
  .product-meta__price {
    font-size: 20px; }

  .product-meta__price--old {
    font-size: 16px; } }
@media screen and (min-width: 801px) {
  .product-meta--mobile {
    display: none; }

  .product-meta--desktop {
    display: block; } }
/**
 * PRODUCT SLIDESHOW
 */
.product__slideshow {
  margin: 30px -20px 20px -20px;
  /* This allow to extend outside the parent container */
  padding: 0;
  list-style: none; }
  .product__slideshow .slick-prev,
  .product__slideshow .slick-next {
    display: none !important; }
  .product__slideshow .slick-dots {
    margin-top: 10px;
    padding: 0;
    text-align: center; }
    .product__slideshow .slick-dots li {
      display: inline-block;
      cursor: pointer; }
    .product__slideshow .slick-dots .slick-active button {
      background: #1473fb; }
    .product__slideshow .slick-dots button {
      display: inline-block;
      margin: 10px 8px;
      padding: 0;
      height: 8px;
      width: 8px;
      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-slide.zooming .product__slideshow-image {
  visibility: hidden; }

.product_slideshow-placeholder-container {
  position: relative; }

.product__slideshow-placeholder {
  width: 100%;
  cursor: pointer; }

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

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

.product__thumbnails {
  display: block;
  margin: 25px 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.product__thumbnail {
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  font-size: 0;
  vertical-align: middle; }
  .product__thumbnail img {
    max-width: 40px; }

@media screen and (min-width: 801px) {
  .product__showcase {
    padding-right: 40px; }

  .product__slideshow {
    margin: 0; }
    .product__slideshow .slick-dots {
      display: none !important; }
    .product__slideshow .slick-prev,
    .product__slideshow .slick-next {
      position: absolute;
      display: block !important;
      top: calc(50% - 15px);
      cursor: pointer;
      font-size: 38px;
      transition: color 0.25s ease-in-out; }
      .product__slideshow .slick-prev:hover,
      .product__slideshow .slick-next:hover {
        color: #1473fb; }
    .product__slideshow .slick-prev {
      left: 0; }
    .product__slideshow .slick-next {
      right: 0; }
    .product__slideshow .slick-list {
      margin: 0 60px; }

  .product__thumbnails {
    display: block;
    margin: 25px 0;
    padding: 0;
    list-style: none;
    text-align: center; }

  .product__thumbnail {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    font-size: 0;
    vertical-align: middle; }
    .product__thumbnail img {
      max-width: 85px; } }
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .product__thumbnail img {
    max-width: 50px; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .product__thumbnail img {
    max-width: 70px; } }
/**
 * PRODUCT INFO
 */
.product__info .product-meta,
.product__info .product__description,
.product__info .product__share,
.product__info .product__form {
  margin-bottom: 45px; }

/**
 * PRODUCT FORM
 */
.product__variants {
  margin-bottom: 25px; }

.selector-wrapper {
  position: relative; }
  .selector-wrapper + .selector-wrapper {
    margin-top: 26px; }
  .selector-wrapper label {
    display: none; }

.option-selector__label {
  position: absolute;
  left: 24px;
  font-size: 14px;
  line-height: 48px;
  text-transform: uppercase;
  color: black;
  pointer-events: none; }

.product__quantity {
  display: table;
  margin: 0 25px 26px 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px; }
  .product__quantity label, .product__quantity input {
    display: table-cell; }
  .product__quantity input, .product__quantity input:active, .product__quantity input:focus {
    border: none; }
  .product__quantity label {
    padding: 0 25px;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle; }
  .product__quantity input {
    width: 56px;
    background: #f0f0f0;
    text-align: center;
    -moz-appearance: textfield; }
  .product__quantity input[type="number"]::-webkit-outer-spin-button,
  .product__quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.flexbox .product__buy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.flexbox .product__quantity {
  margin-bottom: 0; }
.flexbox .product__add-to-cart {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/**
 * GALLERY
 */
.product-collage-gallery {
  padding-top: 25px;
  padding-bottom: 25px; }

/**
 * RELATED PRODUCTS
 */
.related-products__item {
  opacity: 1;
  transition: opacity 0.25s ease-in-out; }
  .related-products__item:hover {
    opacity: 0.7; }

.quick-shop {
  padding: 0; }

.quick-shop__spinner {
  margin: 0 !important; }

.quick-shop__slideshow {
  list-style: none; }
  .quick-shop__slideshow .slick-list {
    margin: 0; }
  .quick-shop__slideshow .slick-dots {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    margin-top: 0;
    padding: 16px 0;
    background: #1473fb;
    text-align: center; }
    .quick-shop__slideshow .slick-dots li {
      display: block;
      margin: 0 8px;
      height: auto;
      width: auto;
      background: transparent; }
    .quick-shop__slideshow .slick-dots button {
      display: block;
      margin: 0 auto;
      padding: 6px 0;
      width: auto;
      height: auto;
      background: transparent;
      color: transparent;
      border: none;
      font-size: 0; }
      .quick-shop__slideshow .slick-dots button:focus {
        outline: none; }
      .quick-shop__slideshow .slick-dots button:before {
        display: block;
        content: '';
        width: 16px;
        height: 16px;
        border-radius: 100%;
        border: 3px solid #1473fb;
        background: white;
        transition: all 0.2s ease-in-out; }
    .quick-shop__slideshow .slick-dots .slick-active button:before {
      border: 2px solid white;
      background: #1473fb; }

.quick-shop__info {
  padding: 25px 40px; }

.quick-shop__short-description {
  margin-bottom: 20px; }

.quick-shop__info .product-meta,
.quick-shop__view-details {
  display: block;
  margin-bottom: 40px; }

.quick-shop__view-details svg {
  height: 12px;
  width: 12px;
  margin-left: 10px;
  vertical-align: -1px; }

/**
 * Let's style the small stars first...
 */
@font-face {
  font-family: "icomoon";
  src: url(//cdn.shopify.com/s/files/1/0690/5113/t/12/assets/icomoon.eot?v=8190479814058571585);
  src: url(//cdn.shopify.com/s/files/1/0690/5113/t/12/assets/icomoon.eot?%23iefix&v=8190479814058571585) format("embedded-opentype"), url(//cdn.shopify.com/s/files/1/0690/5113/t/12/assets/icomoon.woff?v=9722909211111733971), url(//cdn.shopify.com/s/files/1/0690/5113/t/12/assets/icomoon.ttf?v=2139074727267779728);
  font-weight: normal;
  font-style: normal; }

.product .spr-icon-star,
.product .spr-icon-star-half-alt,
.product .spr-icon-star-empty,
.product .spr-icon-star-empty.spr-icon-star-hover,
.product .spr-icon-star.spr-icon-star-hover,
.product__reviews-badge .spr-icon-star,
.product__reviews-badge .spr-icon-star-half-alt,
.product__reviews-badge .spr-icon-star-empty,
.product__reviews-badge .spr-icon-star-empty.spr-icon-star-hover,
.product__reviews-badge .spr-icon-star.spr-icon-star-hover {
  margin-right: 5px;
  font-size: 16px;
  color: #f4d820;
  opacity: 1; }
  .product .spr-icon-star:last-child,
  .product .spr-icon-star-half-alt:last-child,
  .product .spr-icon-star-empty:last-child,
  .product .spr-icon-star-empty.spr-icon-star-hover:last-child,
  .product .spr-icon-star.spr-icon-star-hover:last-child,
  .product__reviews-badge .spr-icon-star:last-child,
  .product__reviews-badge .spr-icon-star-half-alt:last-child,
  .product__reviews-badge .spr-icon-star-empty:last-child,
  .product__reviews-badge .spr-icon-star-empty.spr-icon-star-hover:last-child,
  .product__reviews-badge .spr-icon-star.spr-icon-star-hover:last-child {
    margin-right: 0; }
.product .spr-icon-star-empty,
.product__reviews-badge .spr-icon-star-empty {
  color: black; }
.product .spr-icon:before,
.product .spr-icon-star:before,
.product .spr-icon-star-empty.spr-icon-star-hover:before,
.product__reviews-badge .spr-icon:before,
.product__reviews-badge .spr-icon-star:before,
.product__reviews-badge .spr-icon-star-empty.spr-icon-star-hover:before {
  font-family: "icomoon";
  content: '\e613'; }

/**
 * Little badge
 */
.product__reviews-badge {
  margin-top: 22px; }

.spr-badge-caption {
  margin-left: 14px; }

/**
 * The reviews. Note that unfortunately, we need to scope everything around .product, because Shopify built-in
 * styles are made against an ID, so we need to do that to avoid !important rules
 */
.product #shopify-product-reviews {
  margin: 0; }
  .product #shopify-product-reviews .spr-container {
    padding: 6px 0 4px 0;
    border: none; }
  .product #shopify-product-reviews .spr-header-title {
    display: none; }
  .product #shopify-product-reviews .spr-summary-caption {
    float: left;
    font-size: 16px;
    color: black;
    font-weight: normal;
    margin-right: 18px; }
  .product #shopify-product-reviews .spr-summary-starrating {
    margin-top: -2px;
    float: right; }
  .product #shopify-product-reviews .spr-summary-actions {
    display: block;
    padding-top: 18px;
    clear: both;
    text-align: left;
    font-size: 14px; }
    .product #shopify-product-reviews .spr-summary-actions:focus {
      outline: none; }
  .product #shopify-product-reviews .spr-summary-actions-newreview {
    color: #1473fb;
    float: none; }
    .product #shopify-product-reviews .spr-summary-actions-newreview:hover {
      color: #045bd8; }
  .product #shopify-product-reviews .spr-form {
    border-top: 1px solid #e0e0e0; }
  .product #shopify-product-reviews .spr-form-message-error {
    margin-bottom: 30px; }
  .product #shopify-product-reviews .spr-form-title {
    display: none; }
  .product #shopify-product-reviews .spr-form-label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase; }
  .product #shopify-product-reviews .spr-form-contact-name,
  .product #shopify-product-reviews .spr-form-contact-email,
  .product #shopify-product-reviews .spr-form-review-rating,
  .product #shopify-product-reviews .spr-form-review-title,
  .product #shopify-product-reviews .spr-form-review-body {
    margin-bottom: 30px; }
  .product #shopify-product-reviews .spr-form-actions {
    text-align: center; }
  .product #shopify-product-reviews .spr-form-message-success {
    font-size: 14px; }
  .product #shopify-product-reviews .spr-reviews {
    margin: 0;
    border-radius: 2px; }
  .product #shopify-product-reviews .spr-review {
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    background: white; }
    .product #shopify-product-reviews .spr-review:first-child {
      margin-top: 30px; }
  .product #shopify-product-reviews .spr-review-header-starratings {
    float: right; }
  .product #shopify-product-reviews .spr-review-header-title {
    color: black;
    font-weight: normal;
    font-size: 15px; }
  .product #shopify-product-reviews .spr-review-header-byline,
  .product #shopify-product-reviews .spr-review-header-byline strong {
    text-transform: uppercase;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    opacity: 1; }
  .product #shopify-product-reviews .spr-review-content {
    margin: 15px 0; }
  .product #shopify-product-reviews .spr-review-content-body {
    font-size: 15px;
    line-height: inherit; }
  .product #shopify-product-reviews .spr-pagination {
    padding: 9px 0 0 0;
    border-top: none; }
  .product #shopify-product-reviews .spr-pagination-page {
    display: none; }
  .product #shopify-product-reviews .spr-pagination-prev,
  .product #shopify-product-reviews .spr-pagination-next {
    position: relative;
    color: #1473fb;
    font-size: 14px; }
    .product #shopify-product-reviews .spr-pagination-prev:hover,
    .product #shopify-product-reviews .spr-pagination-next:hover {
      color: #045bd8; }
  .product #shopify-product-reviews .spr-pagination-prev {
    float: left; }
  .product #shopify-product-reviews .spr-pagination-next {
    float: right; }
  .product #shopify-product-reviews .spr-review-reportreview:hover {
    color: #045bd8; }
  .product #shopify-product-reviews .button-primary {
    float: none; }

@media screen and (min-width: 500px) {
  .product #shopify-product-reviews .spr-container {
    padding: 4px 0 0 0; }
  .product #shopify-product-reviews .spr-summary-caption {
    font-size: 20px; }
  .product #shopify-product-reviews .spr-summary-starrating {
    float: none;
    vertical-align: sub; }
  .product #shopify-product-reviews .spr-summary-actions {
    display: inline-block;
    float: right;
    clear: none;
    margin-top: 4px;
    padding: 0;
    font-size: 16px; }
  .product #shopify-product-reviews .spr-form {
    margin-top: 48px;
    padding-top: 45px; }
  .product #shopify-product-reviews .spr-form-contact-name,
  .product #shopify-product-reviews .spr-form-contact-email,
  .product #shopify-product-reviews .spr-form-review-rating,
  .product #shopify-product-reviews .spr-form-review-title,
  .product #shopify-product-reviews .spr-form-review-body {
    margin-bottom: 45px; }
  .product #shopify-product-reviews .spr-form-actions {
    margin: 4px 0; }
  .product #shopify-product-reviews .spr-form-message-error {
    margin-bottom: 40px; }
  .product #shopify-product-reviews .spr-form-message-success {
    font-size: 16px; }
  .product #shopify-product-reviews .spr-review {
    padding: 25px 30px; }
    .product #shopify-product-reviews .spr-review:first-child {
      margin-top: 48px; }
  .product #shopify-product-reviews .spr-review-header-title {
    margin-bottom: 12px;
    font-size: 16px; }
  .product #shopify-product-reviews .spr-review-header-byline,
  .product #shopify-product-reviews .spr-review-header-byline strong {
    font-size: 14px; }
  .product #shopify-product-reviews .spr-review-content {
    margin: 12px 0 15px 0; }
  .product #shopify-product-reviews .spr-review-content-body {
    font-size: 16px; }
  .product #shopify-product-reviews .spr-pagination {
    padding: 26px 0 0 0; }
  .product #shopify-product-reviews .spr-pagination-prev,
  .product #shopify-product-reviews .spr-pagination-next {
    font-size: 16px; } }
/**
 * SEARCH
 */
.search-results {
  padding: 25px 0; }

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

/**
 * AUTOCOMPLETE
 */
@-webkit-keyframes spinnerRotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinnerRotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.autocomplete {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  width: 100% !important;
  z-index: 1; }

.autocomplete__results,
.autocomplete__spinner {
  background: #f0f0f0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  border-top: 1px solid #e0e0e0; }

.autocomplete__spinner {
  display: block;
  padding: 56px 0;
  left: 0;
  top: 0;
  text-align: center; }
  .autocomplete__spinner svg {
    -webkit-animation: spinnerRotation 1s linear infinite;
    animation: spinnerRotation 1s linear infinite; }

.autocomplete__results {
  margin: 0;
  padding: 0; }

.autocomplete__result {
  display: block;
  padding: 25px;
  overflow: hidden;
  cursor: pointer;
  line-height: normal; }
  .autocomplete__result:last-child {
    padding: 0;
    border-top: none !important; }
  .autocomplete__result + .autocomplete__result {
    border-top: 1px solid #e0e0e0; }

.autocomplete__result:hover,
.autocomplete__result--active {
  background: white; }

.autocomplete__image {
  max-width: 60px;
  float: left; }

.autocomplete__info {
  margin-left: 90px;
  margin-top: 7px;
  overflow: hidden; }

.autocomplete__info--page {
  margin-top: 0; }

.autocomplete__subheading {
  display: block;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: black; }

.autocomplete__heading {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: normal;
  color: black;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.autocomplete__price {
  margin-top: 8px;
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #1473fb; }

.autocomplete__no-results {
  text-align: center;
  font-size: 20px;
  padding: 51px 0 52px 0;
  font-weight: normal;
  color: black; }

.autocomplete__results .button--primary, .autocomplete__results .product #shopify-product-reviews .button-primary, .product #shopify-product-reviews .autocomplete__results .button-primary {
  width: 100%;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 0;
  font-weight: normal; }

.section {
  background: white; }

.section + .section,
.shopify-section + .shopify-section {
  border-top: 1px solid #e0e0e0; }

.section--padded {
  padding: 35px 0 40px 0; }

.section--no-bottom-padding {
  padding-bottom: 0 !important; }

.section--secondary {
  background: #f0f0f0; }

.section__title {
  margin: 0 0 28px 0;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black; }

@media screen and (min-width: 500px) {
  .section__title {
    margin-bottom: 30px;
    font-size: 34px; } }
@media screen and (min-width: 801px) {
  .section--padded {
    padding: 46px 0 48px 0; } }
.slideshow {
  position: relative;
  z-index: 0; }
  .slideshow .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 22px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0;
    text-align: right; }
    .slideshow .slick-dots li {
      display: inline-block;
      margin-left: 10px; }
    .slideshow .slick-dots button {
      height: 5px;
      width: 23px;
      border-radius: 0;
      border: none;
      background: white;
      background: rgba(255, 255, 255, 0.4);
      transition: background 0.25s ease-in-out; }
      .slideshow .slick-dots button:focus {
        outline: none; }
    .slideshow .slick-dots .slick-active button {
      background: white; }

.slideshow__slides {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  will-change: opacity; }

.slideshow__slides.slick-initialized {
  opacity: 1; }

.slideshow__slide {
  position: relative; }

.slideshow__slide--contrasted::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.25)); }

.slideshow__image {
  width: 100%; }

.slideshow__heading,
.slideshow__subheading {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }

.slideshow__heading {
  margin: 0 0 15px 0;
  color: white;
  font-size: 21px;
  font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  font-weight: normal; }

.slideshow__subheading {
  display: block;
  font-family: "News Gothic MT W01 Bold", "News Gothic", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  font-size: 16px;
  line-height: 1.4; }
  .slideshow__cover--has-button .slideshow__subheading {
    display: none;
    /* if the slideshow has a button, we hide the sub-heading for size reason */ }

.slideshow__button {
  margin-top: 0;
  padding: 11px 25px 12px 25px;
  font-size: 12px; }

.slideshow__cover {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.slideshow__cover-wrapper {
  display: table;
  width: 100%;
  height: 100%; }
  .slideshow__cover-wrapper > .container {
    display: table-cell;
    vertical-align: middle; }

@media screen and (min-width: 500px) {
  .slideshow__cover-wrapper > .container {
    padding: 0 70px; }

  .slideshow {
    min-height: 300px;
    /* Allows to allocate some space for the slider */ }
    .slideshow .slick-dots {
      bottom: 34px;
      padding: 0 70px; }
      .slideshow .slick-dots button {
        width: 48px; }

  .slideshow__heading {
    font-size: 44px;
    max-width: 800px; }

  .slideshow__subheading {
    font-size: 16px;
    max-width: 600px;
    line-height: 1.8; }

  .slideshow__cover--has-button .slideshow__subheading {
    display: block; }

  .slideshow__button {
    margin-top: 45px;
    padding: 15px 40px 16px 40px;
    font-size: 14px; } }
@media screen and (min-width: 1025px) {
  .slideshow {
    min-height: 500px;
    /* Allows to allocate some space for the slider */ }
    .slideshow .slick-dots button {
      height: 8px; }

  .slideshow__heading {
    margin-bottom: 25px;
    font-size: 50px; } }
/**
 * SOCIAL MEDIA
 */
.social-media {
  list-style: none; }

.social-media--inline .social-media__item {
  display: inline-block; }
  .social-media--inline .social-media__item:not(:last-child) {
    margin-right: 15px; }

/**
 * SOCIAL FEEDS (APPEAR ON HOME PAGE)
 */
.social-feeds {
  text-align: center; }

.social-feeds__subtitle {
  margin: 22px 0 0 0; }

.social-feeds__instagram + .social-feeds__twitter,
.social-feeds__twitter + .social-feeds__instagram {
  margin-top: 36px; }

.social-feeds--desktop {
  display: none; }

.social-feeds__instagram:only-child .instagram__image-wrapper:nth-child(-n+3) {
  margin-bottom: 14px; }

@media screen and (min-width: 801px) {
  .social-feeds--mobile {
    display: none; }

  .social-feeds--desktop {
    display: block; }

  .social-feeds__subtitle {
    margin-top: 42px; }

  .social-feeds__instagram,
  .social-feeds__twitter {
    display: inline-block;
    width: 50%; }

  .social-feeds__instagram:only-child {
    width: 100%; }
    .social-feeds__instagram:only-child .instagram__image-wrapper {
      width: 16.6666667%;
      margin-bottom: 0 !important; }

  .social-feeds__instagram + .social-feeds__twitter,
  .social-feeds__twitter + .social-feeds__instagram {
    float: right;
    margin-top: 0;
    padding-left: 70px; }

  .social-feeds__row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 60px 0; }
    .social-feeds__row .instagram__images,
    .social-feeds__row .tweet,
    .social-feeds__row .social-feeds__subtitle {
      display: table-cell;
      height: 100%;
      width: 50%;
      vertical-align: middle; }
    .social-feeds__row .social-feeds__subtitle {
      padding-top: 40px;
      vertical-align: top; } }
/**
 * INSTAGRAM
 */
.instagram__images {
  margin: 0 -7px;
  font-size: 0; }

.instagram__image-wrapper {
  display: inline-block;
  width: 33.33333%;
  padding: 0 7px; }
  .instagram__image-wrapper a {
    position: relative;
    display: block; }

.instagram__image {
  width: 100%; }

.instagram__overlay {
  display: none; }

.no-touchevents .instagram__image-wrapper:hover .instagram__overlay {
  position: absolute;
  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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 15px 16px 20px;
  background: rgba(0, 0, 0, 0.6);
  text-align: left; }
.no-touchevents .instagram__image-wrapper:hover .instagram__caption,
.no-touchevents .instagram__image-wrapper:hover .instagram__date {
  color: #ffffff; }
.no-touchevents .instagram__image-wrapper:hover .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;
  line-height: 1.55;
  height: 4.65em;
  /* Exactly three lines */ }
.no-touchevents .instagram__image-wrapper:hover .instagram__date {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

/**
 * TWITTER
 */
.tweet {
  padding: 22px 25px 16px 25px;
  background: white;
  border: 1px solid #e0e0e0;
  text-align: center; }

.tweet__content {
  margin: 0 0 22px 0;
  word-wrap: break-word; }
  .tweet__content a {
    color: #1473fb; }

.tweet__date {
  color: black;
  text-transform: uppercase;
  font-size: 12px; }

@media screen and (min-width: 500px) {
  .tweet__date {
    font-size: 14px; } }
/**
 * SHARE BUTTONS
 */
.share-buttons__list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }

.share-buttons__label {
  display: inline-block;
  margin-right: 25px;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle; }

.share-buttons__item {
  display: inline-block;
  margin-right: 15px; }
  .share-buttons__item:last-child {
    margin-right: 0; }
  .share-buttons__item:hover {
    color: #1473fb; }

@media screen and (min-width: 500px) {
  .share-buttons__label {
    margin-right: 40px; } }
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-container {
  margin: 25px;
  text-align: center; }

.spinner {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.spinner--circle {
  width: 30px;
  height: 30px;
  -webkit-animation: circle infinite .75s linear;
  animation: circle infinite .75s linear;
  border: 2px solid black;
  border-left-color: transparent;
  border-radius: 100%; }

.spinner-container--large {
  padding: 40px 0; }
  .spinner-container--large .spinner--circle {
    width: 35px;
    height: 35px; }

@media screen and (min-width: 500px) {
  .spinner-container--large {
    padding: 80px 0; }
    .spinner-container--large .spinner--circle {
      width: 50px;
      height: 50px; } }
.table {
  width: 100%; }
  .table tr {
    border: 1px solid #e0e0e0; }
  .table th {
    padding: 14px;
    background: black;
    color: white;
    border-right: 1px solid white; }
    .table th:last-child {
      border-right: none; }
  .table td {
    padding: 12px;
    border-right: 1px solid #e0e0e0; }

@media screen and (max-width: 499px) {
  .table--responsive thead {
    display: none; }
  .table--responsive tr {
    display: block;
    border-right: none !important; }
    .table--responsive tr + tr {
      border-top: none !important; }
  .table--responsive tr,
  .table--responsive td {
    float: left;
    clear: both;
    width: 100%; }
  .table--responsive th,
  .table--responsive td {
    display: block;
    text-align: right;
    padding: 8px 15px; }
  .table--responsive td:not([data-label]) {
    display: none; }
  .table--responsive td:before {
    content: attr(data-label);
    float: left;
    font-size: 13px;
    padding-right: 10px;
    text-transform: uppercase; } }
.table__right {
  text-align: right !important; }

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

@-webkit-keyframes tabs-content-opening {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0.4; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes tabs-content-opening {
  from {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0.4; }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.tabs {
  border-bottom: 1px solid #e0e0e0; }

.tabs__nav {
  margin: 40px 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  overflow: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.tabs__nav-item {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding: 16px 0 18px 0;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.25s ease-in-out; }

.tabs__nav-line {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  z-index: 1;
  background: #1473fb;
  transition: all 0.25s ease-in-out; }

.tabs__nav-item:hover,
.tabs__nav-item--active {
  color: #1473fb; }

.tabs__content {
  background: #f0f0f0; }

.tabs__content-item {
  display: none; }

.tabs__content-item--active {
  display: block;
  -webkit-animation-name: tabs-content-opening;
  animation-name: tabs-content-opening;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.tabs__content-item > .container {
  padding-top: 25px;
  padding-bottom: 25px; }

@media screen and (min-width: 500px) {
  .tabs__nav {
    margin-top: 60px;
    text-align: center; }

  .tabs__nav-item {
    font-size: 14px; } }
@media screen and (min-width: 801px) {
  .tabs__nav {
    margin-top: 100px;
    overflow: visible; }

  .tabs__nav-line {
    bottom: -2px; }

  .tabs__nav-item {
    margin: 0 42px; }

  .tabs__content-item > .container {
    padding-top: 50px;
    padding-bottom: 50px; } }
/**
 * LOGIN / REGISTER FORMS
 */
.login-form__forgot {
  float: right; }

/**
 * ADDRESS / CUSTOMER
 */
.account__orders {
  margin-bottom: 25px; }

.customer__name {
  margin-top: 0;
  color: black;
  font-weight: normal; }

.order__details {
  margin-top: 50px; }

.order__addresses {
  margin-top: 40px; }

.order__total {
  font-weight: normal;
  color: black; }

.order__summary tr,
.order__summary td {
  border: none; }

.address__actions {
  margin-top: 10px; }

.account__address {
  padding: 15px;
  border: 1px solid #e0e0e0; }

.address__edit {
  border-top: 1px solid #e0e0e0;
  padding-top: 25px; }

.address__new {
  margin-top: 25px; }
  .address__new form {
    text-align: left; }

.address__address1,
.address__address2,
.address__details,
.address__zip {
  margin-bottom: 0; }

.account__address-item {
  margin-bottom: 25px; }

/**
 * Some override specific to the collection page
 */
.template-collection .collection:not(.grid--flush) {
  padding: 25px 0; }
.template-collection .spinner-container {
  margin-top: 0; }

.index-module__featured-page .button-group {
  margin-top: 25px;
  text-align: center; }

.hide-mobile {
  display: none; }

.show-mobile {
  display: block; }

@media screen and (min-width: 801px) {
  .hide-mobile {
    display: block; }

  .show-mobile {
    display: none; } }
