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

[hidden] {
  display: none; }

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

video {
  display: inline-block;
  vertical-align: baseline; }

:active {
  outline: none; }

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none; }

a:active, a:hover {
  outline: 0; }

b {
  font-weight: bold; }

small {
  font-size: 80%; }

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

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

img {
  max-width: 100%;
  height: auto;
  border: 0; }

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

pre {
  overflow: auto; }

code, pre {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 0.88889rem; }

button, input, select {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

td, th {
  padding: 0; }

/*! Avalanche | MIT License | @colourgarden */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.6; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-size: 1.55556rem;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  /**
  right: -6px;
  **/
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  color: #ffffff;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow svg {
  width: 36px;
  height: 36px; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-right {
  right: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: center;
  line-height: 18px;
  color: #17171d;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 86%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*
 *  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;
  padding: 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;
  width: 100%;
  -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.7); }

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

@media screen and (min-width: 560px) {
  .remodal-wrapper {
    padding: 10px; } }
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=071d03e5f72866975ddfe096785a7859ede09c6914f3032f2aeafb5f90f8733a") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=ac9030fef975e5062947933f947939c7756cce76056584f8052a013cd1ad496b") format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=071d03e5f72866975ddfe096785a7859ede09c6914f3032f2aeafb5f90f8733a") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=ac9030fef975e5062947933f947939c7756cce76056584f8052a013cd1ad496b") format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=071d03e5f72866975ddfe096785a7859ede09c6914f3032f2aeafb5f90f8733a") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=ac9030fef975e5062947933f947939c7756cce76056584f8052a013cd1ad496b") format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_n7.51ede27d5b58491d9cf07ad184108da52fef80b4.woff2?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=a66840bb230dde5feb043e77e8a0d785309fa1f0a04d12c0ebc31896c60dab9b") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_n7.1babbb6a27f91b14216bafa40bf222e08f6999f4.woff?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=ca52eb406e0891d400f303fc4b048f054e0632973e840d350d2a8d15b995a7ea") format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_i4.f98951b4b9b6e1096fc799cd05debd098bd422ac.woff2?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=2036c6109293b8c00d22b8e949c105625c7c4d02fc75622d528e8afa566a22ff") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_i4.688a26691d45bc4053b6ae24a196cabdeedbc25c.woff?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=b38153964c553f266f3261099c530cd8241a5237d0ca45f7eab2505b451aca2a") format("woff"); }

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: italic;
  src: url("https://fonts.shopifycdn.com/roboto/roboto_i7.9c922c35bb84952cfb17e8c1d42e440e75aa8ccf.woff2?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=945b6b4c768f90311206e515514ce0d773166de2e24aa2b9cb1be2e273962b92") format("woff2"), url("https://fonts.shopifycdn.com/roboto/roboto_i7.c50b5683f5731edb8040ff2110a54947108434de.woff?h1=ZXMuc3RhcmxhYnMuc3lzdGVtcw&hmac=43432ae8f10acbb22761df18a877603a178df55ca878cf5cebe85a5532712533") format("woff"); }

.accent-overlay {
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center center; }

.accent-overlay {
  background-blend-mode: multiply;
  background-color: #0070c9 !important; }

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

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

img.lazyload[data-sizes="auto"] {
  width: 100%; }

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

.placeholder-background > .placeholder-svg {
  fill: #3c4043;
  background-color: #fff; }

.page__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

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

.js .no-js {
  display: none !important; }

.container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 25px; }

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

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

/**
 * SOME STYLES FOR SETTING GLOBAL PADDING FOR THE PAGES IN GENERAL
 */
.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; }

.page__content-wrapper {
  padding: 25px 0 30px 0; }

.page__content-wrapper--no-top-padding {
  padding-top: 0 !important; }

.page__header {
  position: relative;
  margin-bottom: 1.8em; }

.page__title {
  text-align: center;
  letter-spacing: 3.2px; }

.page__description {
  text-align: center;
  max-width: 500px;
  margin: -12px auto 0 auto; }

.page__action-button {
  margin-top: -10px; }

.page__container--secondary .page__header {
  margin-bottom: 1.2em; }

/**
 * BASE AND DEFAULT STYLES
 */
html {
  font-size: 18px; }

body {
  font-weight: 400;
  font-family: Roboto,sans-serif;
  font-style: normal;
  color: #3c4043;
  line-height: 1.5;
  scroll-behavior: smooth;
  font-size: 17px;
  font-size: 0.94444rem; }

@media screen and (min-width: 801px) {
  body {
    font-size: 18px;
    font-size: 1rem; } }
a, .link {
  transition: all 0.25s ease-in-out; }

.link:hover {
  color: #0070c9; }

.link--primary {
  color: #0070c9 !important; }

.link--primary:hover {
  color: #00457d !important; }

.link--secondary {
  color: #3c4043 !important; }

.link--secondary:hover {
  color: #0070c9 !important; }

.link--icon svg {
  margin-right: 15px;
  height: 12px;
  width: 12px;
  vertical-align: -1px; }

.link--effect {
  position: relative; }

.link--effect::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.link--effect:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

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

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

.text--uppercase, .form__label {
  color: #3c4043;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.66667rem;
  letter-spacing: 2.4px; }

.text--uppercase-secondary {
  color: #3c4043; }

.video-wrapper, .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

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

@media screen and (min-width: 560px) {
  .text--uppercase, .form__label {
    font-size: 14px;
    font-size: 0.77778rem;
    letter-spacing: 2.8px; } }
.rte iframe {
  max-width: 100%; }

.rte a:not(.button) {
  color: #0070c9; }

.rte a:not(.button):hover {
  color: #00457d; }

.rte p:not(:last-child), .rte ul:not(:last-child), .rte ol:not(:last-child), .rte img:not(:last-child) {
  margin-bottom: 1.35em; }

.rte ul, .rte ol {
  margin-left: 1.35em;
  padding-left: 0;
  list-style-position: outside; }

.rte h6 {
  font-size: 14px;
  font-size: 0.77778rem;
  text-transform: none; }

.article--full {
  margin-bottom: 45px; }

.article__meta {
  display: block;
  margin-bottom: 1.1em; }

.article__meta-item {
  display: inline-block; }

.article__meta-item + .article__meta-item::before {
  display: inline-block;
  content: '|';
  margin: 0 5px;
  letter-spacing: 0;
  color: #3c4043; }

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

.article__image {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center; }

.article__content {
  position: relative;
  background: #fff; }

.article__image-wrapper + .article__content {
  margin: -45px 0 0 20px;
  padding: 15px 20px 0 20px; }

.article__title {
  margin-bottom: 0.5em; }

.article__excerpt {
  margin-bottom: 1em; }

.article__body {
  padding-top: 1.2em; }

.article__tags {
  padding-top: 2em; }

.article__body .share-buttons {
  display: none; }

.article__read-more {
  display: inline-block; }

@media screen and (min-width: 560px) {
  .article__image-wrapper + .article__content {
    margin: -65px 0 0 30px;
    padding: 20px 30px 0 30px; }

  .article__body {
    padding-left: 60px; }

  .article__image {
    height: 350px; } }
@media screen and (min-width: 801px) {
  .article--full {
    margin-bottom: 90px; }

  .article__meta-item + .article__meta-item::before {
    margin: 0 15px; }

  .article__tags {
    padding-top: 3em; }

  .article__image-wrapper + .article__content {
    margin: -75px 0 0 70px;
    padding: 65px 70px 0 70px; }

  .article__excerpt {
    margin-bottom: 1.9em; }

  .article--full .article__image {
    height: 500px; }

  .article--full .article__image-wrapper + .article__content {
    margin: -115px 0 0 96px; }

  .article__body {
    padding: 2.6em 0 0 0; }

  .article__body .share-buttons {
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    vertical-align: top; }

  .article__body-inner {
    display: inline-block;
    width: calc(100% - 96px);
    padding: 0 140px 0 70px; } }
@media screen and (min-width: 1025px) {
  .article__body-inner {
    padding: 0 310px 0 140px; }

  .article--full .article__image {
    max-height: 600px; } }
.articles-list__item:not(:last-child) {
  margin-bottom: 50px; }

@media screen and (min-width: 1025px) {
  .articles-list__item:not(:last-child) {
    margin-bottom: 74px; } }
.blog-sidebar {
  margin-left: 20px; }

.blog-sidebar__section {
  font-weight: normal; }

.blog-sidebar__section + .blog-sidebar__section {
  margin-top: 45px; }

.blog-sidebar__title {
  margin-bottom: 1.2em; }

.blog-sidebar__text-content {
  margin-bottom: 1.8em;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.83333rem; }

.blog-sidebar__text-content a {
  text-decoration: underline; }

.blog-sidebar__newsletter {
  padding: 35px; }

.blog-sidebar__newsletter .blog-sidebar__title {
  position: relative;
  margin-bottom: 1.8em;
  color: #fff; }

.blog-sidebar__newsletter .input-group__submit {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 0; }

.blog-sidebar__newsletter .input-group__submit svg {
  height: 10px;
  width: 10px; }

.blog-sidebar__featured-articles {
  margin-top: -14px; }

.blog-sidebar__featured-article {
  display: block;
  padding: 14px 0;
  box-shadow: 0 -1px rgba(60, 64, 67, 0.4) inset; }

.blog-sidebar__product-item {
  border: 1px solid rgba(60, 64, 67, 0.4); }

@media screen and (min-width: 1280px) {
  .blog-sidebar {
    margin-left: 50px; } }
.box {
  position: relative;
  background: #fff;
  z-index: 1; }

.box--secondary {
  background: #fff; }

.box--mini {
  max-width: 800px;
  margin: 0 auto; }

.box__separator {
  margin: 0 auto 30px 0;
  height: 4px;
  width: 80px;
  background: #fff;
  border: none; }

.box__content {
  padding: 25px; }

.box__content--small-padding {
  padding: 17px 25px; }

.box__content--large-padding {
  padding: 25px 30px 30px 30px; }

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

.box__button-wrapper {
  margin-top: 25px; }

@media screen and (min-width: 560px) {
  .box--with-image {
    display: table;
    table-layout: fixed;
    width: 100%; }

  .box--with-image .box__image, .box--with-image .box__content {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }

  .box--with-image .box__image--small {
    width: 28%; }

  .box__content--large-padding {
    padding: 35px 30px 40px 30px; } }
@media screen and (min-width: 1025px) {
  .box__content {
    padding: 45px; }

  .box__content--small-padding {
    padding: 22px 25px; }

  .box__content--large-padding {
    padding: 50px 70px 55px 70px; }

  .box__button-wrapper {
    margin-top: 40px; } }
@-webkit-keyframes buttonLoadingSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

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

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

.button {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  line-height: normal;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-size: 0.83333rem;
  font-weight: normal;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
  text-align: center;
  letter-spacing: 0.75px; }

.button[disabled] {
  cursor: not-allowed; }

.button svg {
  margin-right: 14px;
  height: 12px;
  width: 12px;
  vertical-align: -1px; }

.button--small {
  padding: 10px 30px; }

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

.button--primary {
  color: #fff;
  background: #0070c9; }

.button--primary:hover:not([disabled]) {
  background: #00457d; }

.button--secondary {
  color: #fff;
  background: #3c4043; }

.button--secondary:hover:not([disabled]) {
  background: #60676b; }

.button--primary.button--loading, .button--primary.button--loading:hover {
  color: #0070c9;
  background: #0070c9; }

.button--secondary.button--loading, .button--secondary.button--loading:hover {
  color: #3c4043;
  background: #3c4043; }

.button--loading::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: transparent;
  -webkit-animation: buttonLoadingSpinner 0.6s infinite linear;
  animation: buttonLoadingSpinner 0.6s infinite linear; }

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

@media screen and (min-width: 560px) {
  .button {
    padding: 16px 34px 15px 34px;
    font-size: 16px;
    font-size: 0.88889rem; }

  .button--small {
    padding: 12px 34px; } }
.cart__items {
  width: 100%; }

.cart-item {
  margin-bottom: 15px;
  padding: 18px 15px 26px 15px;
  background: #fff;
  color: #3c4043;
  line-height: 1.2; }

.cart-item:last-child {
  margin-bottom: 0; }

.cart-item__image-container {
  display: inline-block;
  margin-top: 4px;
  width: 80px;
  height: 80px;
  text-align: center; }

.cart-item__image {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto; }

.cart-item__vendor {
  margin-bottom: 6px; }

.cart-item__title {
  margin-bottom: 4px; }

.cart-item__title, .cart-item__line-price {
  font-weight: normal; }

.cart-item__price {
  margin-bottom: 0; }

.cart-item__variant-options {
  margin-top: 12px;
  font-size: 0.9em; }

.cart-item__quantity {
  margin-top: 14px; }

.cart__items {
  margin-top: -10px;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0 10px; }

.cart__items th {
  padding: 0 0 14px 0; }

.cart__items td {
  padding: 24px; }

.cart__items th:first-child, .cart__items td:first-child {
  text-align: left; }

.cart-item__price {
  display: block; }

.cart-item__image-container {
  margin-right: 24px; }

.flexbox .cart-item__product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.no-flexbox .cart-item__image-container {
  float: left; }

.cart-item__delete {
  color: #3c4043; }

.cart-item__delete svg {
  width: 15px;
  height: 15px; }

@media screen and (max-width: 559px) {
  .cart__checkout-button {
    margin-top: 25px;
    width: 100%;
    font-size: 20px;
    font-size: 1.11111rem;
    padding-top: 20px;
    padding-bottom: 20px; }

  .additional-checkout-buttons > *:not(script) {
    padding: 15px 0 0 5px; } }
@media screen and (min-width: 560px) {
  .cart__footer {
    margin-top: 58px; } }
.collection__top {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  min-height: 150px;
  width: 100%;
  text-align: center;
  overflow: hidden; }

.collection__top::before {
  z-index: 1; }

.collection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  font-family: 'object-fit: cover; object-position: center center;';
  mix-blend-mode: multiply; }

.collection__top--no-overlay .collection__image {
  -webkit-filter: none;
  filter: none;
  mix-blend-mode: normal; }

.collection__info {
  position: relative;
  padding: 50px 25px;
  width: 100%;
  z-index: 1; }

.collection__title {
  margin-bottom: 20px;
  color: currentColor;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

@media screen and (min-width: 560px) and (max-width: 800px) {
  .collection__info {
    padding-top: 90px;
    padding-bottom: 90px; } }
@media screen and (min-width: 801px) {
  .list-products--with-collection-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .list-products--with-collection-image .collection__top {
    height: auto;
    margin-bottom: 0; }

  .list-products--with-collection-image .grid__cell:first-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; } }
.collection__filter {
  margin-bottom: 15px; }

.collection__filter:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 560px) {
  .collection__filter {
    display: inline-block;
    margin-bottom: 0; }

  .collection__filter:last-child {
    float: right; } }
.list-collections {
  margin-bottom: -25px; }

.collection-item {
  position: relative;
  display: block;
  margin-bottom: 25px;
  min-height: 385px;
  background-size: cover;
  color: #fff;
  overflow-anchor: none; }

.collection-item__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: background-position 0.25s ease-in-out, opacity 0.25s ease-in-out; }

.collection-item__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.collection-item__info {
  position: absolute;
  padding: 24px 26px 0 26px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 112, 201, 0.9);
  overflow: hidden;
  text-align: left;
  transition: background 0.25s ease-in-out; }

.collection-item__title {
  margin: 0 0 24px 0;
  color: #fff; }

.collection-item__button {
  background: #fff;
  color: #0070c9; }

.collection-item__button:hover {
  background: #003763;
  color: #fff; }

.collection-item__bottom {
  display: none;
  padding-bottom: 24px; }

@media screen and (max-width: 559px) {
  .template-index .list-collections {
    margin: 0 -25px; }

  .template-index .list-collections .grid__cell {
    margin: 0 5px;
    padding: 0; }

  .template-index .list-collections .collection-item {
    margin-bottom: 0; } }
@media screen and (min-width: 801px) {
  .list-collections {
    margin-bottom: -35px; }

  .collection-item {
    min-height: 450px;
    margin-bottom: 35px; }

  .collection-item__description {
    margin-bottom: 26px; } }
@media screen and (min-width: 1025px) {
  .collection-item {
    min-height: 550px; }

  .collection-item__info {
    padding: 28px 50px 0 50px; }

  .collection-item__bottom {
    padding-bottom: 38px; } }
.footer__block {
  margin-bottom: 25px; }

.footer__text {
  margin-bottom: 1.35em; }

.footer__block .social-media {
  padding: 6px 0; }

.footer__link:not(:last-child) {
  margin-bottom: 8px; }

.footer__payment-methods {
  margin-top: 15px; }

.footer__payment-method {
  display: inline-block;
  margin-left: 10px; }

.footer__payment-method:first-child {
  margin-left: 0; }

.footer__payment-method svg {
  width: 38px;
  height: 24px; }

@media screen and (min-width: 560px) {
  .footer__block {
    margin-bottom: 50px; }

  .footer__payment-methods {
    float: right;
    margin-top: -5px; } }
.slideshow-section--fs {
  margin-top: 0 !important; }

.fs-slideshow, .fs-slideshow__slide {
  position: relative; }

.fs-slideshow__slide {
  display: block; }

.fs-slideshow__content {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.fs-slideshow__image {
  display: block;
  width: 100%; }

.fs-slideshow__image--placeholder {
  background: #cecece;
  fill: #ababab; }

.fs-slideshow__heading {
  position: relative;
  font-size: 26px;
  font-size: 1.44444rem;
  line-height: 1.2;
  text-transform: none;
  color: #0070c9;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 400; }

.fs-slideshow__slide-count {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
  text-align: right;
  color: #fff;
  font-weight: normal;
  pointer-events: none; }

.fs-slideshow__current-slide {
  font-size: 34px;
  font-size: 1.88889rem; }

.fs-slideshow__nav-button {
  position: absolute;
  top: 50%;
  padding: 2px 6px 3px 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  color: #fff;
  border: none;
  z-index: 1;
  -webkit-appearance: none; }

.fs-slideshow__nav-button svg {
  width: 22px;
  height: 22px; }

.fs-slideshow__nav-next {
  right: 0; }

@media screen and (max-width: 559px) {
  .fs-slideshow__button {
    padding: 12px 20px; }

  .fs-slideshow__image {
    min-height: 215px;
    object-fit: cover;
    object-position: center center; } }
@media screen and (min-width: 560px) {
  .fs-slideshow__content {
    max-width: 85%; }

  .fs-slideshow__heading {
    font-size: 40px;
    font-size: 2.22222rem;
    max-width: 500px; }

  .fs-slideshow__current-slide {
    font-size: 40px;
    font-size: 2.22222rem; }

  .fs-slideshow__nav-button svg {
    width: 28px;
    height: 28px; }

  .fs-slideshow__nav-next {
    right: 12px; } }
@media screen and (min-width: 1025px) {
  .fs-slideshow__heading {
    font-size: 66px;
    font-size: 3.66667rem; }

  .fs-slideshow__current-slide {
    font-size: 80px;
    font-size: 4.44444rem; }

  .fs-slideshow__nav-button svg {
    width: 36px;
    height: 36px; } }
@media screen and (min-width: 1280px) {
  .fs-slideshow__content {
    max-width: 1000px; }

  .fs-slideshow__slide-count {
    bottom: 50px; } }
@media (min-width: 1540px) {
  .fs-slideshow__nav-next {
    right: calc((100% - 1330px) / 2 - 85px); } }
.form__label {
  margin-bottom: 5px; }

.form__input {
  text-align: left;
  display: block;
  width: 100%;
  padding: 12px 0;
  border: 1px solid #868c96;
  border-radius: 0;
  color: #3c4043;
  font-size: 1rem;
  line-height: normal;
  background: #fff;
  font-weight: 400;
  -webkit-appearance: none; }

.form__input:active, .form__input:focus {
  outline: none;
  border-color: #0068bf; }

.form__input::-webkit-input-placeholder {
  color: #868c96; }

.form__input::-moz-placeholder {
  color: #868c96; }

.form__input:-ms-input-placeholder {
  color: #868c96; }

.form__input::placeholder {
  color: #868c96; }

.form__label {
  display: block;
  margin-bottom: 12px; }

.form__control {
  margin-bottom: 20px;
  text-align: left; }

.form__control:last-child {
  margin-bottom: 0; }

.form__input-error {
  position: absolute;
  display: inline-block;
  padding: 8px 20px;
  left: 10px;
  top: calc(100% - 6px);
  background: #db3e3e;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: normal; }

.form__input-error::after {
  position: absolute;
  content: '';
  left: 24px;
  bottom: 100%;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #db3e3e transparent; }

@media screen and (min-width: 560px) {
  .form__input {
    padding: 14px 0; } }
.styled-select {
  position: relative;
  font-size: 13px;
  font-size: 0.72222rem;
  color: #3c4043; }

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

.styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  height: 48px;
  padding-left: 18px;
  padding-right: 65px;
  border: 1px solid rgba(60, 64, 67, 0.4);
  border-radius: 0;
  background: #fff;
  font-size: 0.9em;
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 0.8px; }

.styled-select select:active, .styled-select select:focus {
  border-color: #0070c9;
  outline: none; }

.styled-select select:focus::-ms-value {
  background: #fff;
  color: #3c4043; }

.ie9 .styled-select svg {
  display: none; }

.ie9 .styled-select select {
  padding-right: 0; }

.styled-select--secondary select {
  background: #fff;
  border-color: #fff; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3c4043; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 560px) {
  .styled-select {
    font-size: 14px;
    font-size: 0.77778rem; }

  .styled-select select {
    height: 53px; } }
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%; }

.input-group__field {
  display: inline-block;
  border: none;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0; }

.input-group__submit {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.77778rem; }

.input-group__submit svg {
  margin: 0; }

.input-group__field--secondary {
  background: #fff;
  color: #3c4043; }

.ie9 .input-group {
  display: inline-block; }

.ie9 .input-group__field {
  width: auto; }

@media screen and (min-width: 560px) {
  .input-group {
    width: auto; }

  .input-group__field--expand {
    min-width: 225px; }

  .input-group__submit {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; } }
@media screen and (min-width: 801px) {
  .input-group__submit {
    font-size: 16px;
    font-size: 0.88889rem; } }
@media screen and (min-width: 1280px) {
  .input-group__field--expand {
    min-width: 415px; } }
.shopify-section__announcement-bar {
  z-index: 6; }

.announcement-bar {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center; }

@media screen and (min-width: 560px) {
  .announcement-bar {
    padding: 8px 0;
    font-size: 14px;
    font-size: 0.77778rem; } }
.shopify-section__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background: #fff; }

.header {
  position: relative;
  padding: 12px 0;
  color: #3c4043;
  background: #fff; }

.header svg {
  width: 20px;
  height: 24px; }

.page__container:not(.page__container--secondary) .header {
  box-shadow: 0 1px rgba(60, 64, 67, 0.4); }

.header__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.header__logo {
  margin: 0 0 0 45px; }

.header__logo--image {
  font-size: 0; }

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

.header__logo-image, .header__logo-text {
  display: inline-block;
  vertical-align: middle;
  max-width: 140px; }

.header__main-nav {
  display: none; }

.header__nav-toggle {
  width: 21px;
  height: 15px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  vertical-align: middle; }

.header__nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 21px;
  background: #3c4043;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
  will-change: transform; }

.header__nav-toggle span:nth-child(1) {
  top: 0; }

.header__nav-toggle span:nth-child(2) {
  top: 6px; }

.header__nav-toggle span:nth-child(3) {
  top: 12px; }

.header__nav-toggle--open span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg); }

.header__nav-toggle--open span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px); }

.header__nav-toggle--open span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.header__links {
  font-size: 14px;
  font-size: 0.77778rem;
  text-transform: uppercase;
  font-weight: normal; }

.header__link {
  display: inline-block; }

.header__link:not(:first-child) {
  margin-left: 22px; }

.header__link svg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.header__secondary-nav .header__link {
  position: relative; }

.header__cart-count {
  position: relative;
  width: 16px;
  height: 16px;
  top: -5px;
  text-align: center;
  font-size: 10px;
  font-size: 0.55556rem;
  font-weight: normal;
  color: #fff;
  background: #0070c9;
  line-height: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 100%; }

.header__cart-count-wrapper .header__cart-count {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.header__cart-count-wrapper:hover .header__cart-count {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15); }

.header__password {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  border: none; }

@media screen and (min-width: 560px) {
  .header {
    padding: 20px 0; }

  .header__logo {
    margin-left: 62px; } }
@media screen and (min-width: 801px) {
  .header {
    padding: 20px 0; }

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

  .header__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .header__logo, .header__secondary-nav {
    display: inline-block;
    vertical-align: middle; }

  .header__secondary-nav {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right; }

  .header__cart-count {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: -5px;
    vertical-align: middle;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #0070c9;
    line-height: 16px; }

  .header__link .icon-search {
    position: relative;
    top: -3px; }

  .ie9 .header__inner {
    display: block; }

  .ie9 .header__secondary-nav {
    float: right;
    margin-top: 1px; } }
@media screen and (min-width: 1025px) {
  .header {
    opacity: 0; }

  .header--init {
    opacity: 1; }

  .header__logo {
    margin-left: 0;
    margin-right: 55px; }

  .header__main-nav {
    display: inline-block;
    vertical-align: middle; }

  .header__main-nav--stretched {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

  .header__secondary-nav {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; } }
@media screen and (min-width: 1280px) {
  .header__link:not(:first-child) {
    margin-left: 34px; } }
.header__link .icon-dropdown-arrow, .header__link .icon-next {
  width: 9px;
  height: 9px;
  vertical-align: baseline; }

.header__main-nav .header__link .icon-dropdown-arrow {
  margin-left: 6px;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out; }

.header__main-nav .header__link:hover .icon-dropdown-arrow {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg); }

.nav-dropdown {
  position: absolute;
  padding: 15px 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0s 0.2s ease-in-out;
  border: 1px solid rgba(60, 64, 67, 0.4);
  white-space: nowrap; }

.nav-dropdown--first {
  top: 100%;
  border-top: 2px solid #3c4043;
  margin-left: -8px; }

.nav-dropdown--second {
  left: 100%;
  top: -16px; }

.nav-dropdown--left {
  left: auto;
  right: 100%; }

.header__link:hover > .nav-dropdown, .nav-dropdown__item:hover > .nav-dropdown {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-in-out, visibility 0s ease-in-out; }

.nav-dropdown__item {
  position: relative; }

.nav-dropdown__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 32px; }

.nav-dropdown__link .icon-next {
  margin-left: 50px; }

.nav-dropdown--first > .nav-dropdown__item > .nav-dropdown__link {
  color: #3c4043; }

.nav-dropdown--first > .nav-dropdown__item:hover > .nav-dropdown__link {
  color: #3c4043; }

.header__link--need-extra-space:hover > .link {
  padding-bottom: 100%; }

.currency-selector svg {
  right: 0;
  width: 9px;
  height: 9px;
  vertical-align: baseline; }

.currency-selector select {
  height: auto;
  padding-right: 16px;
  border: none;
  font-size: inherit; }

.currency-selector select:focus {
  outline: auto 5px -webkit-focus-ring-color; }

.sidebar-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 100%;
  padding: 0 50px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: transform; }

.sidebar-nav:focus {
  outline: none; }

.page__container--secondary .sidebar-nav {
  border-top: 1px solid rgba(60, 64, 67, 0.4); }

.sidebar-nav--open {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.sidebar-nav__links {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-weight: normal;
  color: #3c4043;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1rem;
  letter-spacing: 1.1px; }

.sidebar-nav__link {
  position: relative;
  display: block;
  padding-right: 30px; }

.sidebar-nav__links > li {
  padding: 16px 0;
  border-bottom: 1px solid rgba(60, 64, 67, 0.4); }

.sidebar-nav__links > li:last-child {
  border-bottom: none; }

.sidebar-nav__link--level-1 {
  padding: 6px 0; }

.sidebar-nav__link--level-2, .sidebar-nav__link--level-3 {
  padding: 5px 0; }

.sidebar-nav__link > .plus-button-container {
  position: absolute;
  right: 0;
  top: 5px; }

.sidebar-nav__currency {
  display: block;
  padding: 8px 0;
  font-size: 13px;
  font-size: 0.72222rem; }

.sidebar-nav__currency .currency-selector {
  float: right; }

.sidebar-nav .social-media {
  margin: 18px 0 42px 0; }

@media screen and (min-width: 560px) {
  .sidebar-nav {
    max-width: 400px; } }
@-webkit-keyframes headerSearchCircle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

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

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

.header-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  visibility: hidden;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  background: #fff;
  z-index: 2;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.7, 0, 0.3, 1);
  will-change: transform; }

.header-search--open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.header-search + .header::before {
  content: '';
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s; }

.header-search--open + .header::before {
  opacity: 0.6;
  visibility: visible; }

.header-search__form-wrapper {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 100%; }

.header-search__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.header-search__form .icon-search {
  width: 22px;
  height: 22px;
  margin-top: -2px;
  color: #3c4043; }

.header-search__close {
  position: relative;
  background: none;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  color: #3c4043;
  transition: color 0.15s ease-in-out; }

.header-search__close::after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -10px;
  right: -10px; }

.header-search__close:hover {
  color: #3c4043; }

.header-search__close .icon-cross {
  width: 16px;
  height: 16px;
  cursor: pointer; }

.header-search__input-wrapper {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 22px; }

.header-search__input {
  border: none;
  font-size: 25px;
  font-size: 1.38889rem;
  color: #3c4043;
  background: transparent;
  vertical-align: middle;
  width: 100%; }

.header-search__input:focus {
  outline: none; }

.header-search__input::-ms-clear {
  display: none; }

@media screen and (min-width: 560px) {
  .header-search__input {
    font-size: 32px;
    font-size: 1.77778rem; } }
.header-search__results-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  margin-top: -1px;
  background: #fff; }

.header-search__results {
  padding: 36px 0;
  border-top: 1px solid rgba(60, 64, 67, 0.1); }

.header-search__see-more {
  display: inline-block;
  margin-top: 32px; }

.header-search__spinner-container {
  margin: 20px 0;
  text-align: center; }

.header-search__spinner {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  border: 2px solid #3c4043;
  border-left-color: #fff;
  border-radius: 100%;
  -webkit-animation: headerSearchCircle infinite .75s linear;
  animation: headerSearchCircle infinite .75s linear; }

.header-search__no-results {
  font-weight: 400; }

@media screen and (min-width: 560px) {
  .header-search__results-wrapper {
    display: block; } }
.header-search__products {
  margin-top: 24px; }

.header-search__products .product-item {
  margin-bottom: 0; }

.header-search__products .product-item__image {
  max-height: 215px; }

@media screen and (min-width: 560px) and (max-width: 800px) {
  .header-search__products .grid__cell:nth-child(3), .header-search__products .grid__cell:nth-child(4) {
    display: none; } }
@media screen and (min-width: 801px) and (max-width: 1024px) {
  .header-search__products .grid__cell:nth-child(4) {
    display: none; } }
@media screen and (min-width: 560px) {
  .header-search__products + .header-search__see-more[data-results-count="1"], .header-search__products + .header-search__see-more[data-results-count="2"], .header-search__pages + .header-search__see-more[data-results-count="1"], .header-search__pages + .header-search__see-more[data-results-count="2"], .header-search__pages + .header-search__see-more[data-results-count="3"], .header-search__pages + .header-search__see-more[data-results-count="4"] {
    display: none; }

  .header-search__products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .header-search__products > .grid__cell {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .header-search__products .product-item {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }
@media screen and (min-width: 801px) {
  .header-search__products + .header-search__see-more[data-results-count="3"] {
    display: none; } }
@media screen and (min-width: 1025px) {
  .header-search__products + .header-search__see-more[data-results-count="4"] {
    display: none; } }
.header-search__pages {
  margin-top: -10px; }

.header-search__page {
  display: block;
  padding: 14px 0;
  box-shadow: 0 -1px rgba(60, 64, 67, 0.4) inset;
  font-weight: normal;
  color: #3c4043; }

@-webkit-keyframes instagramTileAnimation {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes instagramTileAnimation {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.featured-map {
  padding: 0 30px;
  background: #fff; }

.featured-map__store-item + .featured-map__store-item {
  border-top: 1px solid rgba(60, 64, 67, 0.4); }

.featured-map__store-inner {
  margin-top: -15px;
  padding-bottom: 30px; }

.featured-map__store-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 25px 0; }

.featured-map__store-address, .featured-map__store-hours {
  margin-bottom: 0.65em; }

.featured-map__map-container {
  position: relative;
  height: 190px;
  margin-top: 15px;
  background-size: cover;
  background-position: center; }

.featured-map__store-hours {
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3c4043;
  font-size: 14px;
  font-size: 0.77778rem; }

@media screen and (min-width: 560px) {
  .featured-map__map-container {
    height: 300px; } }
@media screen and (min-width: 801px) {
  .featured-map {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0; }

  .featured-map__map-container, .featured-map__store-list {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 50%; }

  .featured-map__map-container {
    margin-top: 0;
    height: auto; }

  .featured-map__store-list {
    padding: 25px;
    height: 470px;
    overflow: auto; }

  .featured-map__store-item {
    padding: 26px 35px;
    cursor: pointer;
    border-top: none !important;
    transition: background 0.2s ease-in-out; }

  .featured-map__store-item--active {
    background: rgba(0, 112, 201, 0.13); }

  .featured-map__store-name {
    padding: 0; }

  .featured-map__store-name .plus-button {
    display: none !important; }

  .featured-map__store-inner {
    display: block !important;
    margin-top: 0;
    padding-bottom: 0; }

  .featured-map__store-hours {
    text-align: right;
    padding-left: 25px; } }
@-webkit-keyframes miniCartSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

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

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

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

.mini-cart {
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  will-change: transform; }

.mini-cart:focus {
  outline: none; }

.page__container--secondary .mini-cart {
  border-top: 1px solid rgba(60, 64, 67, 0.4); }

.mini-cart--open {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible; }

.mini-cart__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;
  height: 100vh;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.mini-cart__inner--centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mini-cart__items {
  position: relative;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.mini-cart__items::before {
  position: fixed;
  content: '';
  height: 100%;
  width: 100%;
  max-height: calc(100% - 124px);
  background: rgba(0, 0, 0, 0);
  transition: background 0.2s ease-in-out, visibility 0s ease-in-out 0.2s;
  visibility: hidden; }

.mini-cart__items--loading::before {
  background: rgba(0, 0, 0, 0.2);
  visibility: visible;
  transition: background 0.2s ease-in-out; }

.mini-cart__items--loading::after {
  position: fixed;
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  top: calc(50% - 104px);
  left: calc(50% - 25px);
  vertical-align: middle;
  border: 2px solid #3c4043;
  border-left-color: transparent;
  border-radius: 100%;
  -webkit-animation: miniCartSpinner infinite .75s linear;
  animation: miniCartSpinner infinite .75s linear; }

.mini-cart__item {
  display: table;
  width: 100%; }

.mini-cart__item-wrapper:not(:last-child) {
  border-bottom: 1px solid rgba(60, 64, 67, 0.4); }

.mini-cart-item__info, .mini-cart__total-label-container {
  width: 55%; }

.mini-cart__total {
  position: relative;
  display: table;
  width: 100%;
  border-top: 1px solid rgba(60, 64, 67, 0.4); }

.mini-cart__item > *, .mini-cart__total > * {
  display: table-cell;
  padding-top: 16px;
  padding-bottom: 16px;
  vertical-align: middle; }

.mini-cart-item__image-container {
  width: 76px;
  min-width: 76px; }

.mini-cart-item__image {
  display: block;
  max-width: 65px;
  max-height: 65px;
  margin: 0 auto; }

.mini-cart-item__vendor {
  margin-bottom: -2px; }

.mini-cart-item__title {
  margin-bottom: 0;
  font-weight: normal; }

.mini-cart-item__variant {
  font-size: 14px;
  font-size: 0.77778rem;
  color: #3c4043; }

.mini-cart-item__price-container, .mini-cart__total-price-container {
  text-align: right; }

.mini-cart-item__price {
  color: #3c4043;
  font-weight: 500;
  white-space: nowrap; }

.mini-cart-item__remove-container {
  padding: 0 15px;
  width: 50px; }

.mini-cart-item__remove-container {
  text-align: right; }

.mini-cart-item__remove-container a:hover {
  color: #0070c9; }

.mini-cart-item__remove-container svg {
  width: 14px;
  height: 14px; }

.mini-cart__total-price {
  font-weight: normal; }

.mini-cart__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding: 0 20px 20px 20px; }

.mini-cart__buttons .button {
  margin: 0 5px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 5px;
  padding-right: 5px; }

.mini-cart__empty-state {
  padding: 30px;
  text-align: center; }

.mini-cart__empty-state p {
  margin-bottom: 30px; }

@media screen and (min-width: 560px) {
  .mini-cart {
    min-width: 470px;
    max-width: 470px; }

  .mini-cart__inner {
    display: block;
    height: auto;
    width: auto; }

  .mini-cart__item > *, .mini-cart__total > * {
    padding-top: 24px;
    padding-bottom: 24px; }

  .mini-cart__items {
    max-height: 280px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  .mini-cart__items::before {
    max-height: calc(100% - 157px); }

  .mini-cart__buttons {
    margin: 0;
    padding: 0 15px 30px 15px; }

  .mini-cart__buttons .button {
    margin: 0 15px; } }
@media screen and (min-width: 1300px) {
  .mini-cart {
    right: calc((100vw - 1300px) / 2); } }
.modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #3c4043; }

.modal__close:hover {
  color: #0070c9; }

.modal__close svg {
  width: 15px;
  height: 15px;
  vertical-align: top; }

.modal__header {
  padding: 20px;
  border-bottom: 1px solid rgba(60, 64, 67, 0.4); }

.modal__title {
  margin-bottom: 14px;
  letter-spacing: 1.8px; }

.modal__form {
  max-width: 460px;
  margin: 30px auto 0 auto; }

@media screen and (min-width: 560px) {
  .modal__close {
    top: 30px;
    right: 30px; } }
@media screen and (min-width: 1025px) {
  .modal__form {
    margin-top: 42px; }

  .modal__title {
    margin-bottom: 20px; } }
.template-password .main, .shopify-section__password {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.password {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  color: #ffffff; }

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

.password__aside {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.password__main {
  margin: 50px 0 75px 0; }

.password__title {
  margin-bottom: 0.5em;
  color: currentColor; }

.password__aside {
  font-size: 0.9em; }

.password__powered-by svg {
  margin-left: 4px;
  width: 90px;
  height: 25px;
  vertical-align: bottom; }

@media screen and (min-width: 560px) {
  .password__aside {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none; } }
.product__slideshow {
  margin-bottom: 50px; }

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

.product__meta {
  margin-bottom: 20px;
  text-align: center;
  color: #3c4043; }

.product__brand {
  margin-bottom: 2px; }

.product__title {
  margin-bottom: 8px; }

.product__price {
  margin-bottom: 0;
  display: inline-block; }

.product__price--old {
  text-decoration: line-through;
  margin-left: 18px;
  color: #3c4043;
  font-weight: 400; }

@media screen and (min-width: 801px) {
  .product__meta {
    margin-bottom: 35px;
    text-align: left; }

  .product__prices {
    display: inline-block; } }
@media screen and (min-width: 1025px) {
  .product__brand {
    margin-bottom: 12px; }

  .product__title {
    margin: 0 0 0.25em -4px; }

  .product__price {
    font-size: 30px;
    font-size: 1.66667rem; } }
.product__color {
  position: relative;
  margin: 0 10px 10px 0;
  display: inline-block; }

.product__color:last-child {
  margin-right: 0; }

.product__color--unavailable::after, .product__color--unavailable::before {
  position: absolute;
  content: '';
  top: 0;
  width: 58px;
  height: 2px;
  background: #3c4043; }

.product__color--unavailable::before {
  left: 1px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

.product__color--unavailable::after {
  right: 1px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right; }

.product__color input:checked ~ svg {
  display: block; }

.product__size {
  display: inline-block; }

.product__size-label {
  display: block;
  padding: 10px 16px;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: normal;
  color: #3c4043;
  cursor: pointer; }

input:checked + .product__size-label {
  background: #3c4043;
  color: #fff; }

.product__size--unavailable .product__size-label {
  cursor: not-allowed;
  text-decoration: line-through;
  color: #3c4043; }

.product__color input[type="radio"], .product__size input[type="radio"], .product__size input[type="checkbox"] {
  display: none; }

.product__description {
  margin-bottom: 20px; }

.product__form {
  margin-bottom: 40px; }

.product__form .form__control {
  margin-bottom: 25px; }

.product__form .quantity-selector__current-quantity {
  width: 68px; }

@media screen and (max-width: 800px) {
  .product__form .form__control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .product__form .form__label {
    margin: 0;
    min-width: 100px;
    max-width: 100px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }

  .product__form .styled-select {
    width: 100%; }

  .shopify-payment-button__button {
    font-size: 20px;
    font-size: 1.11111rem;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0; }

  .shopify-payment-button {
    margin-top: 14px; } }
@media screen and (min-width: 560px) and (max-width: 800px) {
  .product__form .form__label {
    min-width: 160px;
    max-width: 160px; } }
@media screen and (min-width: 801px) {
  .product__payment-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px -10px -10px -10px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .product__payment-container > * {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 300px;
    margin: 0 10px 20px 10px; }

  .product__variants {
    margin-left: -25px;
    margin-right: -25px; }

  .product__variants .form__control {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    vertical-align: top; }

  .no-js .product__variants .form__control:not(.no-js) {
    display: none; }

  @supports (display: grid) {
    .product__payment-container {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); } } }
@media screen and (min-width: 1025px) {
  .product__description {
    margin-bottom: 65px; } }
.shopify-payment-button {
  text-align: center; }

.shopify-payment-button__more-options {
  position: relative;
  display: inline-block;
  color: #3c4043;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.66667rem;
  letter-spacing: 2.4px;
  padding: 0;
  width: auto;
  vertical-align: middle;
  transition: all 0.25s ease-in-out; }

.shopify-payment-button__more-options[aria-hidden="true"] {
  display: none; }

.shopify-payment-button__more-options::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.shopify-payment-button__more-options:hover {
  color: #0070c9;
  text-decoration: none !important; }

.shopify-payment-button__more-options:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

@media screen and (min-width: 560px) {
  .shopify-payment-button__more-options {
    font-size: 14px;
    font-size: 0.77778rem;
    letter-spacing: 2.8px; } }
.quantity-selector {
  display: block;
  color: #3c4043;
  white-space: nowrap;
  margin: 8px 0; }

.quantity-selector a {
  display: inline-block;
  padding: 0 6px;
  color: #3c4043; }

.quantity-selector a:hover {
  color: #3c4043; }

.quantity-selector svg {
  stroke: currentColor;
  stroke-width: 1px;
  width: 14px;
  height: 14px; }

.quantity-selector__current-quantity {
  display: inline-block;
  width: 28px;
  vertical-align: middle;
  text-align: center; }

@media screen and (min-width: 1025px) {
  .quantity-selector svg {
    width: 16px;
    height: 16px; }

  .quantity-selector__current-quantity {
    width: 48px; } }
.product--featured {
  padding: 25px;
  background: #fff; }

.product__featured-image {
  margin: 0 auto; }

.product__view-more {
  display: inline-block; }

.product--featured .product__title {
  margin-left: -1px; }

.product--featured .product__description, .product--featured .product__view-more {
  margin-bottom: 20px; }

@media screen and (max-width: 800px) {
  .product__featured-image {
    margin-bottom: 50px; } }
@media screen and (min-width: 801px) {
  .product--featured {
    padding: 40px 50px; } }
.list-products {
  margin-bottom: -25px; }

.list-products > .grid__cell {
  margin-bottom: 25px; }

.product-item {
  position: relative;
  width: 100%;
  font-size: 18px;
  font-size: 1rem;
  color: #3c4043;
  text-align: center;
  font-weight: 400;
  background: #fff; }

.product-item--push {
  transition: all 0.25s ease; }

.product-item__labels {
  position: absolute;
  left: 0;
  top: 18px;
  pointer-events: none;
  z-index: 1; }

.product-item__image-container {
  font-size: 0;
  margin: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0; }

.product-item__image-wrapper {
  margin: 0 auto; }

.product-item__image {
  margin: 0 auto; }

.product-item__image--fill {
  width: 100%;
  max-height: none !important; }

.product-item__link {
  display: block; }

.product-item__info {
  padding: 22px 15px; }

.product-item__vendor {
  margin-bottom: 0.15em; }

.product-item__title {
  margin-bottom: 0.3em; }

.product-item__title {
  font-weight: normal;
  font-size: 1.1em; }

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

.product-item__price--old {
  margin-left: 4px;
  text-decoration: line-through; }

.product-item__color {
  display: inline-block;
  margin: 0 4px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.product-item__color:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3); }

.product-item__see-more {
  margin: 20px 0 6px 0; }

@media screen and (max-width: 559px) {
  .product-item__image {
    max-height: 260px; }

  .template-index .list-products, .template-product .list-products, .template-cart .list-products {
    margin: 0 -25px; }

  .template-index .list-products .grid__cell, .template-product .list-products .grid__cell, .template-cart .list-products .grid__cell {
    margin: 0 5px;
    padding: 0; }

  .template-index .list-products .product-item, .template-product .list-products .product-item, .template-cart .list-products .grid__cell {
    margin-bottom: 0; } }
@media screen and (min-width: 560px) and (max-width: 800px) {
  .product-item__image {
    max-height: 325px; } }
@media screen and (min-width: 560px) {
  .list-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .list-products.grid--center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .list-products > .grid__cell {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .list-products .product-item {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

  .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
@media screen and (min-width: 801px) {
  .list-products {
    margin-bottom: -32px; }

  .list-products > .grid__cell {
    margin-bottom: 32px; } }
.section {
  margin: 40px 0 45px 0; }

.template-index .section {
  margin: 50px 0; }

.section__title {
  position: relative;
  margin-bottom: 0.95em;
  text-align: center;
  letter-spacing: 2px;
  z-index: 1; }

@media screen and (min-width: 560px) {
  .template-index .section {
    margin: 70px 0; } }
@media screen and (min-width: 1025px) {
  .section {
    margin: 78px 0 88px 0; }

  .template-index .section {
    margin: 120px 0; } }
@-webkit-keyframes tabsOpeningEffect {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes tabsOpeningEffect {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideOpeningRtl {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideOpeningRtl {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideOpeningLtr {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideOpeningLtr {
  0% {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes slideContentOpening {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideContentOpening {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideContentClosing {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); } }

@keyframes slideContentClosing {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); } }

.slideshow--main {
  position: relative;
  width: calc(85vw - 25px);
  z-index: 2; }

.slideshow__slide {
  position: absolute;
  display: table;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  font-size: 0; }

.slideshow__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 70px;
  max-height: 70px; }

.slideshow__heading {
  position: relative;
  top: 0;
  margin: 0;
  max-width: 400px;
  font-size: 32px;
  font-size: 1.77778rem;
  line-height: 1.2;
  text-transform: none;
  color: #0070c9;
  font-family: Roboto,sans-serif;
  font-style: normal;
  font-weight: 400; }

.slideshow__button {
  position: absolute;
  bottom: -23px;
  left: 0; }

.slideshow__heading, .slideshow__button {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  z-index: 2; }

.slideshow__slide--active {
  position: relative;
  visibility: visible; }

.slideshow__media-container {
  overflow: hidden; }

.slideshow__media {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover; object-position: center center;'; }

.slideshow__media--placeholder {
  background: #cecece;
  fill: #4c4c4c; }

.slideshow__slide--active .slideshow__media {
  display: block; }

.slideshow__slide--video.slideshow__slide--active .slideshow__media {
  display: table;
  width: 100%; }

.slideshow__slide--video .slideshow__media {
  background: #000000; }

.customer__orders {
  margin-bottom: 40px; }

@media screen and (min-width: 1280px) {
  .customer__orders {
    padding-right: 100px; } }
.order-item__image {
  margin-right: 28px;
  max-width: 80px;
  max-height: 80px;
  float: left; }

.order-item__product {
  margin-bottom: 0; }

.order-item__variant {
  font-size: 0.8em;
  font-style: italic; }

.order__address:not(:last-child) {
  margin-bottom: 32px; }

@media screen and (min-width: 560px) {
  .order__items {
    padding-top: 24px; }

  .order-item td:first-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left; } }
@media screen and (min-width: 801px) {
  .order__address:not(:last-child) {
    margin-bottom: 54px; } }
.customer-address::first-line {
  padding-bottom: 10px;
  font-size: 1.1em;
  font-weight: normal; }

.customer-address br:first-of-type {
  display: block;
  content: '';
  margin: 7px 0; }

.contact-page-content {
  margin-bottom: 30px; }

.labels {
  text-align: left;
  white-space: pre-line; }

.label {
  display: inline-block;
  padding: 6px 8px;
  font-size: 12px;
  font-size: 0.66667rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px; }

.label ~ .label {
  margin-top: 6px; }

.labels--inline br {
  display: none; }

.labels--inline .label ~ .label {
  margin-top: 0;
  margin-left: 6px; }

.label--on-sale {
  background: #0070c9;
  color: #fff; }

.label--unavailable {
  background: #3c4043;
  color: #fff; }

.label--custom {
  background: #0070c9;
  color: #fff; }

.image-background {
  display: table;
  position: relative;
  table-layout: fixed;
  padding: 25px 30px;
  height: 230px;
  width: 100%; }

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

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

.image-background__content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.image-background__title {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #fff;
  font-weight: 400;
  text-transform: none; }

@media screen and (min-width: 560px) {
  .image-background {
    height: 350px; } }
@media screen and (min-width: 1025px) {
  .image-background {
    height: 400px;
    padding-left: 60px;
    padding-right: 60px; } }
.shopify-section__promotion:last-of-type .section {
  margin-bottom: 0; }

.shopify-section__promotion:first-of-type .section {
  margin-top: 0; }

.promotion {
  position: relative;
  padding: 60px 0; }

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

.promotion__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.promotion__title, .promotion__text {
  position: relative;
  margin: 0 auto;
  text-align: center; }

.promotion__title {
  margin-bottom: 30px; }

@media screen and (min-width: 560px) {
  .promotion {
    padding: 100px 0; }

  .promotion__text {
    padding: 0 50px; } }
@media screen and (min-width: 1025px) {
  .promotion {
    padding: 145px 0; }

  .promotion__text {
    padding: 0 150px; } }
.share-buttons__item svg {
  width: 14px;
  height: 14px; }

.share-buttons--horizontal {
  margin-bottom: 20px; }

.share-buttons--horizontal .share-buttons__list {
  display: inline-block;
  margin-left: 24px; }

.share-buttons--horizontal .share-buttons__item {
  display: inline-block;
  margin: 0 5px; }

.share-buttons--vertical {
  padding: 24px 0 8px 0;
  width: 96px;
  background: #fff;
  text-align: center; }

.share-buttons--vertical .share-buttons__list {
  margin-top: 15px; }

.share-buttons--vertical .share-buttons__item {
  margin: 15px 0; }

.share-buttons--vertical .share-buttons__item a {
  display: inline-block;
  transition: all 0.2s ease-in-out; }

.share-buttons--vertical .share-buttons__item a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.social-media__item {
  display: inline-block; }

.social-media__item + .social-media__item {
  margin-left: 24px; }

.social-media__item svg {
  width: 25px;
  height: 25px; }

.social-media--small .social-media__item + .social-media__item {
  margin-left: 16px; }

.social-media--small svg {
  width: 18px;
  height: 18px; }

.plus-button-container {
  position: relative; }

.plus-button-container::after {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -15px;
  right: -15px; }

.plus-button {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
  vertical-align: middle;
  -webkit-appearance: none; }

.plus-button::before, .plus-button::after {
  content: '';
  position: absolute;
  background-color: currentColor;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out; }

.plus-button::before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px; }

.plus-button::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px; }

.plus-button--active::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.plus-button--active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.product-item--article .product-item__image {
  width: 100%; }

.featured-video {
  max-width: 900px;
  margin: 0 auto; }

.cart_info {
  font-size: 14px;
  font-size: 0.77778rem;
  display: block; }

.shipping-estimator__form .form__control {
  width: 100%; }

.shipping-estimator__form .form__control .styled-select {
  padding-bottom: 0; }

.shipping-estimator__form .form__control .styled-select select {
  height: 53px; }

.shipping-estimator__form .form__control .styled-select svg {
  top: calc(50% - 5px); }

.form__input, #shopify-product-reviews .spr-form-input-text, #shopify-product-reviews .spr-form-input-email, .form__textarea, #shopify-product-reviews .spr-form-input-textarea {
  border-radius: 5px; }

.variantprice, .oos {
  color: #63636e; }

.new {
  color: #E37400; }

.pikachu .costoption, .pikachu .freeoption {
  display: none; }

.bulbasaur .freeoption {
  display: none; }

.price {
  display: initial !important; }

.mfp-title {
  color: transparent; }

.modal__title {
  letter-spacing: normal; }

.newsletter {
  background-color: #f1f3f4;
  color: #5f6368; }

.newsletter__form {
  padding-left: 0;
  margin-left: 0; }

.mfp-img {
  background: white; }

.trustblox-1-timer-textual.trustblox-1-style-text-only .trustblox-message, .trustblox-timer, .trustblox-out-of-stock-message {
  text-align: left !important;
  font-weight: normal !important;
  margin-bottom: 0 !important;
  font-weight: normal !important; }

.trustblox-val, .trustblox-text {
  font-weight: 400; }

.trustblox-1-viewcart-wrap, .trustblox-1-viewcart-message {
  padding: 0;
  text-align: center; }

.trustblox-prompt, .trustblox-1-timer-textual.trustblox-1-style-text-only .trustblox-segment-wrap .trustblox-text {
  margin-right: 3px !important; }

/**
** Start parts for slideshow
**/
.thumb {
  cursor: pointer;
  border-bottom: 3px solid transparent; }

.thumb-active {
  border-bottom: 3px solid #0068bf;
  cursor: auto; }

.main-image-hidden {
  display: none;
  z-index: -1; }

.collection-image {
  width: 100%;
  padding-top: 100%;
  position: relative; }

.main-image-picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.superlazy, .out-of-stock {
  display: none; }

/**
** End parts for slideshow
**/
p, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0; }

@media only screen and (min-width: 736px) {
  .h0 {
    font-size: 140px;
    line-height: 1; }

  .h1 {
    font-size: 28px;
    line-height: 1.14286; }

  .h2 {
    font-size: 64px;
    line-height: 1.0625; }

  .h3 {
    font-size: 24px;
    line-height: 1.16667; }

  .h4 {
    font-size: 40px;
    line-height: 1.125; }

  .h5 {
    font-size: 17px;
    line-height: 1.42861; }

  .h6 {
    font-size: 14px;
    line-height: 1.42861; }

  p {
    font-size: 18px;
    line-height: 1.38105; }

  .padawan {
    padding: 100px 0; } }
@media only screen and (max-width: 735px) {
  .h0 {
    font-size: 60px;
    line-height: 1; }

  .h1 {
    font-size: 21px;
    line-height: 1.14286; }

  .h2 {
    font-size: 48px;
    line-height: 1.0625; }

  .h3 {
    font-size: 21px;
    line-height: 1.16667; }

  .h4 {
    font-size: 32px;
    line-height: 1.125; }

  .h5 {
    font-size: 14px;
    line-height: 1.42861; }

  .h6 {
    font-size: 12px;
    line-height: 1.42861; }

  p {
    font-size: 16px;
    line-height: 1.38105; }

  .padawan {
    padding: 50px 0; } }
.center {
  text-align: center; }

@media only screen and (min-width: 501px) {
  .right {
    text-align: right; } }
@media only screen and (max-width: 500px) {
  .left {
    text-align: center; }

  .right {
    text-align: center; } }
.share-buttons__item svg {
  width: 20px;
  height: 20px;
  color: #63636e; }

.share-buttons__label {
  font-size: 17px; }

.slick-slide {
  overflow: auto; }

/**
 * Start Styling
 */
.h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: none; }

.template-index .section {
  margin: 0; }

.announcement-bar, .h3 {
  text-transform: none; }

.article__body-inner {
  padding: 0; }

.text-close {
  line-height: 1.05; }

.text-xsmall {
  font-size: 10px;
  font-size: 0.625rem; }

.text-small, .pane-section, .text--uppercase, .grid__cell, .quantity-selector__current-quantity, .cart-item__variant-options, .cart-item__properties {
  font-size: 14px;
  font-size: 0.875rem; }

.text-medium, .form__label, .product__price, .product__description, .cart-item__title, .cart-item__line-price, .cart-item__price {
  font-size: 16px;
  font-size: 1rem; }

.text-large {
  font-size: 24px;
  font-size: 1.5rem; }

.text-xlarge, .product__title, .pane-price, .section__title {
  font-size: 32px;
  font-size: 2rem; }

.text-xxlarge {
  font-size: 40px;
  font-size: 2.5rem; }

.text-xxxlarge {
  font-size: 48px;
  font-size: 3rem; }

.text-xxxxlarge {
  font-size: 60px;
  font-size: 4rem; }

.text-xxxxxlarge {
  font-size: 80px;
  font-size: 5rem;
  letter-spacing: -.025em; }

.text-slim {
  font-weight: 300; }

.text-normal, .cart-item__title, .cart-item__line-price {
  font-weight: 500; }

.text-bold, .footer__title {
  font-weight: 500; }

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

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

.text-padding-small {
  padding: 0 2%; }

.text-padding-medium {
  padding: 0 10%; }

.fancy, .trustblox-timer span, .link--secondary {
  color: #2195f2;
  background: -webkit-linear-gradient(#2195f2, #0068bf);
  background: -ms-linear-gradient(#2195f2, #0068bf);
  background: -moz-linear-gradient(#2195f2, #0068bf);
  background: -o-linear-gradient(#2195f2, #0068bf);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  /** 
  **  white-space: nowrap ;
  **/ }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .fancy, .trustblox-timer span, .link--secondary {
    color: #0068bf;
    background: transparent; } }
.plain {
  color: #666; }

.space-10 {
  height: 10px;
  width: 100%; }

.space-50 {
  height: 50px;
  width: 100%; }

.space-100 {
  height: 100px;
  width: 100%; }

.space-200 {
  height: 200px;
  width: 100%; }

.hidden {
  display: none; }

.background-light {
  background: linear-gradient(to bottom, white 0, #f6f6f6 150px);
  color: #111; }

.background-dark {
  background: linear-gradient(to bottom, #202026 0, #17171d 150px) !important;
  color: #fff !important; }

.horizontal {
  border-bottom: 1px solid #333; }

.product-features__icon.fa {
  font-size: 1.2em; }

.cursor-link {
  padding-top: 10px;
  cursor: pointer; }

@media screen and (max-width: 799px) {
  .cursor-link {
    display: none;
    padding: 0; } }
.focus {
  opacity: 0.6; }

.collection__filters .styled-select select {
  padding: 10px 30px; }

/**
 * End Styling
 */
.header__links {
  text-align: center;
  text-transform: none;
  font-weight: normal; }

.header__logo-image {
  max-height: 30px; }

.header__nav-toggle span {
  background-color: #5f6368; }

.header__nav-toggle span:hover {
  background: #0068bf; }

.header__secondary-nav {
  flex: none;
  -webkit-flex: none;
  -ms-flex: none; }

.sidebar-nav {
  padding: 0 5%; }

.sidebar-nav__links li {
  padding: 0;
  font-weight: normal;
  border-bottom: 1px solid #3f3f3f; }

.collection__top, .list-products--with-collection-image .grid__cell:first-child {
  display: none; }

.styled-select select {
  border-radius: 5px;
  text-transform: none;
  box-shadow: 0 4px 1px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 0 rgba(60, 64, 67, 0.15);
  letter-spacing: normal;
  padding: 10px 16px; }

@media screen and (max-width: 559px) {
  .product__slides {
    margin: 0; } }
.product__title {
  margin-bottom: 15px; }

.product__meta {
  margin-bottom: 0; }

.product__form {
  padding-top: 10px; }

.form__control .styled-select {
  padding-bottom: 10px;
  font-size: 0.88889rem; }

.form__control .styled-select select {
  height: 74px; }

.form__control .styled-select svg {
  top: calc(50% - 10px); }

.product__size, .product__size-label {
  width: 100%;
  color: #000;
  line-height: 50px;
  outline: none;
  font-weight: normal;
  padding-bottom: 10px;
  margin-bottom: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  input:not(:checked) + .product__size, input:not(:checked) + .product__size-label {
    box-shadow: 0 4px 1px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 0 rgba(60, 64, 67, 0.15);
    transition: box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    background: #fff;
    color: #000; }
  input:checked + .product__size, input:checked + .product__size-label {
    box-shadow: 0 6px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 0 rgba(60, 64, 67, 0.15);
    border: 2px solid #2195f2 !important;
    background: #fff;
    color: #000; }
  input:hover + .product__size, input:hover + .product__size-label {
    box-shadow: 0 6px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 0 rgba(60, 64, 67, 0.15);
    border: 2px solid transparent;
    background: #fff;
    color: #000; }

.oos {
  color: #E37400; }

@media screen and (max-width: 1000px) {
  .product__form .form__control {
    display: inline-block; } }
.form__label {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
  margin: 10px 0 !important;
  max-width: 100% !important; }

.product__variants .form__control, .product__variants, .product__payment-container {
  width: 100%;
  margin: 0; }

.product__payment-container .button {
  margin: 10px 0 0 0;
  width: 100%;
  max-width: none; }

.product__size-label, .color-swatch {
  border-radius: 5px;
  border: 1px solid black; }

@media screen and (min-width: 1000px) {
  .laptop-image {
    height: 580px; } }
.laptop-image .product__slideshow {
  margin-bottom: 0; }

.product .page__content-wrapper {
  padding-bottom: 0; }

.product-standard {
  border-bottom: 1px solid #d6d6d6; }

.product-standard:after {
  content: "";
  display: table;
  clear: both; }

.product-section {
  width: 100%;
  float: left;
  padding-bottom: 20px; }

/**
 * End Product
 */
/**
 * Start Meta
 */
.meta {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  color: #000; }

.meta li, .shipping-estimator__list li {
  list-style: none; }

.meta-info li {
  padding-bottom: 10px; }

/**
 * End Meta
 */
/**
 * Start Second Header
 */
.second-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  overflow: hidden;
  line-height: 40px;
  color: #000;
  z-index: 4;
  transition: 1s all;
  padding: 0 16px; }

.second-header-half:first-child {
  float: left; }

.second-header-half:nth-child(n+2):last-child {
  float: right; }

.second-header-info li {
  padding-left: 15px; }

.second-header-laptop li {
  padding-left: 0;
  padding-right: 30px;
  display: inline-block;
  float: none; }

.second-header-laptop img {
  padding-top: 20px; }

.second-header-info li {
  float: left; }

.second-header li {
  list-style: none; }

.second-header-info a, .second-header-laptop a {
  display: block; }

/**
 * End Second Header
 */
/**
 * Start Miscellaneous
 */
.sidebar-nav__links, .text--uppercase {
  text-transform: none;
  letter-spacing: normal; }

.page__header {
  display: none; }

.included img {
  max-height: 250px; }

.ubuntu {
  padding: 5%; }

.ubuntu img {
  max-height: 100px; }

/**
 * End Miscellaneous
 */
/**
 * Start Cart
 */
.cart__footer {
  margin-top: 0; }

@media screen and (min-width: 559px) {
  .cart__items td, .cart-item {
    padding: 1px;
    margin: 1px; } }
.section__title {
  text-transform: none;
  letter-spacing: normal; }

.location {
  background: none;
  border-radius: 5px;
  -moz-appearance: none; }

#location-redirect-message {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 91;
  padding: 5px 0;
  display: none;
  background-color: #fff;
  color: #17171d; }

.close-redirect-btn {
  color: #5f6368; }

.close-redirect-btn:hover {
  color: #0068ff; }

.mfp-content {
  position: unset; }

.mfp-container {
  background: #fff; }

.mfp-close-btn-in .mfp-close, .button.mfp-close, button.mfp-arrow {
  color: #333; }

/**
 * End Gallary
 */
.light {
  background-color: #f8f9fa;
  color: #7e7e7e; }

.dark {
  background-color: #232323;
  color: #909090; }

.light .sub {
  color: #232323; }

.dark .sub {
  color: white; }

.light .learn-more {
  color: #7e7e7e;
  border: 2px solid #7e7e7e;
  box-sizing: border-box; }

.light .learn-active {
  background-color: #7e7e7e;
  color: #f8f9fa; }

.dark .learn-more {
  color: #909090;
  border: 2px solid #909090;
  box-sizing: border-box; }

#checkout {
  padding: 20px 0; }

#notes {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

.indicator {
  border-radius: 100%;
  height: 10px;
  width: 10px;
  display: inline-block;
  border: 1px solid #0068bf; }

.indicator-active {
  background-color: #0068bf;
  border-color: #0068bf; }

.indicator-inactive {
  border-color: #7e7e7e;
  background-color: #7e7e7e; }

.navi, #popularos {
  cursor: pointer; }

.hero {
  width: 100%; }

.padawan {
  line-height: normal;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; }

.lightsaber {
  display: inline-block;
  vertical-align: middle; }

.kyber {
  width: 90%;
  margin: 16px auto; }

.lightside {
  text-align: left; }

.darkside {
  text-align: right; }

.whole {
  width: 98%; }

.half {
  width: 49%; }

.third {
  width: 32%; }

.twothird {
  width: 66%; }

.quarter {
  width: 24.5%; }

.threequarter {
  width: 73.5%; }

.osbutton {
  width: 15%; }

@media only screen and (max-width: 600px) {
  .mobile {
    display: initial; }

  .tablet {
    display: none !important; }

  .desktop {
    display: none !important; }

  .tabletanddesktop {
    display: none !important; }

  .mobileandtablet {
    display: initial; }

  .half, .third, .quarter, .twothird, .threequarter {
    width: 99%; }

  .lightside, .darkside {
    text-align: center; }

  .extended-top .quarter, .extended-bottom .quarter, .extended-top .half, #custom-timer .half {
    width: 49%; }

  .osbutton {
    width: 32%; } }
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .mobile {
    display: none !important; }

  .tablet {
    display: initial; }

  .desktop {
    display: none !important; }

  .tabletanddesktop {
    display: initial; }

  .mobileandtablet {
    display: initial; }

  .quarter, .extended-top .half, #custom-timer .half {
    width: 49%; }

  .osbutton {
    width: 20%; }

  #arthur {
    line-height: 880px;
    padding: 0; }

  .threequarter {
    width: 99%; } }
@media only screen and (min-width: 1001px) {
  .mobile {
    display: none !important; }

  .tablet {
    display: none !important; }

  .desktop {
    display: initial; }

  .tabletanddesktop {
    display: initial; }

  .mobileandtablet {
    display: none !important; }

  .header__main-nav {
    display: inline-block; }

  #arthur {
    line-height: 880px;
    padding: 0; } }
.stuck {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15); }

.full-width {
  padding: 8px 16px; }

.app-info {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 30px; }

.extended-bottom {
  bottom: 0;
  left: 0;
  height: auto;
  padding: 8px 16px;
  position: fixed;
  right: 0;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 -2px 16px 0 rgba(0, 0, 0, 0.15); }

.extended {
  margin-top: 20px; }

.extended-top {
  top: 0;
  left: 0;
  max-height: 88px;
  min-height: 48px;
  height: auto;
  padding: 8px 16px;
  right: 0;
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  width: 100%; }

.extended-block {
  line-height: normal;
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.extended-title, .extended-links, .extended-price, .extended-price-info, .extended-mobile, .cart-image, .cart-summary, .cart-price {
  display: inline-block;
  vertical-align: middle; }

.cart-image, .cart-summary {
  text-align: left; }

.cart-price {
  text-align: right; }

.extended-title {
  text-align: left;
  font-weight: 500px;
  font-size: 24px;
  font-size: 1.5rem;
  transition: box-shadow 0.3s ease-in-out; }

.stuck .extended-title {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem; }

.extended-price {
  text-align: right; }

.extended-top li {
  display: inline-block;
  float: none;
  list-style: none; }

.extended-top li:not(:last-child) {
  padding-right: 20px; }

.help {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 30px; }

.shipping-estimate {
  border-radius: 5px;
  color: #fff;
  background: #0ba011;
  background: linear-gradient(#04cc0c, #0ba011);
  background: -webkit-linear-gradient(#04cc0c, #0ba011);
  background: -moz-linear-gradient(#04cc0c, #0ba011);
  border: none;
  padding: 4px 8px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .shipping-estimate {
    color: #fff;
    background: #0ba011; } }
.buy-now {
  border-radius: 5px;
  color: #fff;
  background: #0068bf;
  background: linear-gradient(#2195f2, #0068bf);
  background: -webkit-linear-gradient(#2195f2, #0068bf);
  background: -moz-linear-gradient(#2195f2, #0068bf);
  border: none;
  padding: 8px 16px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .buy-now {
    color: #fff;
    background: #0068bf; } }
.delete {
  border-radius: 5px;
  color: #fff;
  background: #b20903;
  background: linear-gradient(#d10902, #b20903);
  background: -webkit-linear-gradient(#d10902, #b20903);
  background: -moz-linear-gradient(#d10902, #b20903);
  border: none;
  padding: 8px 16px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .delete {
    color: #fff;
    background: #b20903; } }
.learn-more {
  border-radius: 5px;
  background: transparent;
  padding: 6px 14px; }

.buy-now a, .shipping-estimate a, .learn-more a, .delete a {
  display: table-cell;
  vertical-align: middle; }

.pages, .overview, .overview svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.extended-price-info:last-child {
  padding-left: 10px; }

.active {
  font-weight: 500; }

.pages, .location {
  background: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 4px;
  -moz-appearance: none; }

.pages {
  float: right;
  right: 2%; }

select-items.pages {
  background-color: red; }

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

.header svg, .help svg {
  height: 24px;
  width: 24px;
  color: #5f6368;
  fill: #5f6368; }

.header svg:hover, .help svg:hover {
  color: #0068bf;
  fill: #0068bf; }

.header__link:not(:last-child) {
  margin-right: 20px; }

.header__link, .header__link:not(:first-child) {
  margin-left: 0; }

.header__cart-count {
  position: absolute;
  left: 15px;
  top: 1px; }

.header__links {
  text-align: left; }

.page__container:not(.page__container--secondary) .header {
  box-shadow: none; }

@media only screen and (max-width: 1024px) {
  .header__logo {
    float: right;
    margin-left: 30px; } }
/* The container must be positioned relative: */
.custom-select {
  width: 200px;
  text-align: left;
  border: none;
  font-size: 14px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }

.custom-select select {
  display: none;
  /*hide original SELECT element: */ }

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #5f6368 transparent transparent transparent; }

.more {
  height: 40px;
  text-align: center; }

.more:after {
  position: relative;
  content: "";
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-color: #5f6368 transparent transparent transparent; }

.open:after {
  border-color: transparent transparent #5f6368 transparent; }

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #5f6368 transparent;
  top: 8px; }

/* style the items (options), including the selected item: */
.select-items div, .select-selected {
  padding: 2px 12px;
  cursor: pointer; }

.more, .index {
  cursor: pointer; }

.select-items div {
  padding: 8px 12px;
  background-color: #fff; }

/* Style items (options): */
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15); }

/* Hide the items when the select box is closed: */
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #fafafa; }

.shipping-estimator {
  margin: 0; }

.trustblox-1-viewcart-wrap {
  padding: 10px 0 0 0 !important;
  margin: 0 !important;
  color: #3c4043 !important;
  font-size: 14px !important;
  line-height: 1.42861 !Important; }

.cart-location {
  padding: 10px 0; }

.form__input, .form__textarea {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #d2d2d7;
  border-radius: 0; }

.newsletter {
  text-align: center; }

.newsletter__cta {
  text-align: center; }

.product__form {
  padding: 0;
  margin: 0;
  margin-right: 1%; }

.product {
  background-color: #F8F9FA; }

.product__price--old {
  margin-left: 0; }

.share-buttons--horizontal {
  text-align: center; }

.share-buttons--horizontal .share-buttons__list {
  margin-left: 0; }

.cart__checkout {
  text-align: center; }

@media only screen and (max-width: 600px) {
  .picker {
    padding: 2%; } }
@media only screen and (min-width: 601px) {
  .picker {
    padding: 5%; } }
.cart__items, .cart__notes {
  border-radius: 5px;
  padding: 16px;
  background-color: #fff; }

.box__content, .block, .cart__items, .cart__notes {
  box-shadow: 0 4px 1px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 0 rgba(60, 64, 67, 0.15); }

.block {
  border-radius: 5px;
  width: 25%;
  display: inline-block;
  margin: 0 auto;
  min-height: 150px;
  background-color: #fff; }

@media only screen and (max-width: 1000px) {
  .block {
    width: 75%; } }
.block {
  margin: 15px;
  padding-top: 30px; }

.custom-timer, .trustblox-1-timer-textual.trustblox-1-style-text-only .trustblox-message, .trustblox-timer, .trustblox-out-of-stock-message {
  font-size: 12px;
  line-height: normal; }

.product-section .trustblox-1-timer-wrap,
.product-section .trustblox-message,
.product-section .trustblox-message span,
.product-section .trustblox-timer div,
.product-section .trustblox-timer span,
.product-section .trustblox-1-timer-textual.trustblox-1-style-text-only .trustblox-message {
  font-size: 14px; }

.product__description {
  margin: 20px 0; }

.add-to-cart {
  box-shadow: 0 6px 2px 0 rgba(60, 64, 67, 0.3), 0 2px 6px 0 rgba(60, 64, 67, 0.15);
  background-color: #fff;
  color: #3c4043;
  padding: 20px 16px;
  border-radius: 5px; }

.trustblox-message, .trustblox-out-of-stock-message {
  padding-top: 20px; }

#product-options, #add-to-cart, .extended, .more, .app, .index {
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

#show-product-option, .parentremove, .parentupdate {
  cursor: pointer; }

.skywalker {
  display: none; }

.lukeskywalker {
  opacity: 0; }

.cart-item {
  background-color: transparent; }

.shipping-estimator {
  border: none;
  padding: 0; }

.shopify-main-button {
  margin: 0; }

.kenobi {
  display: none; }

.index {
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  background-color: #7e7e7e;
  display: inline-block; }

.index-active {
  background-color: #0068bf; }

.collection-card {
  margin: 30px 0; }

.zoom {
  transition: transform .2s; }

.zoom:hover {
  transform: scale(1.1); }

.collection__filters {
  margin: 8px 16px; }

.social-media {
  margin: 10px 0; }

.collection .styled-select select {
  padding: 10px 50px; }

.head-select p {
  display: none; }

.head-select .flag {
  margin-right: 0; }

#add-to-cart #from {
  display: none; }

.vadar {
  opacity: 0; }

.bis {
  cursor: pointer; }

.product-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

.value {
  display: inline-block;
  width: 58%;
  line-height: normal;
  vertical-align: middle; }

.attr {
  display: inline-block;
  width: 39%;
  text-align: right;
  line-height: normal;
  vertical-align: middle; }

#desktop-progress, #mobile-progress, #product-header {
  transition: box-shadow 0.3s ease-in-out; }

.element {
  padding-bottom: 10px; }

.element span {
  max-width: 80%;
  display: inline-block; }

.summaryprice {
  float: right; }

.pagination__nav-item {
  display: inline; }

.additional-checkout-buttons {
  padding: 2% 12.5%; }

#add-to-cart {
  position: relative; }

#add-to-cart .share-buttons--horizontal {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0; }
