@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
  display: none;
  transition: transform 150ms ease-in-out;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none;
}
.slick-slide:hover {
  transform: scale(0.95);
}

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

.slick-arrow {
  position: absolute;
  font-size: 0;
  background-image: url("../images/americas-summit-gallery-arrow.svg");
  background-size: cover;
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  z-index: 5;
}
.slick-arrow:focus {
  outline: none;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox .slick-prev {
  left: 15px;
}
.slick-lightbox .slick-next {
  right: 15px;
}
.slick-lightbox .slick-slide {
  background-color: transparent;
}
.slick-lightbox .slick-slide:hover {
  transform: none;
}
.slick-lightbox img {
  position: static;
  transform: none;
}

.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  position: static;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}
.slick-lightbox-close:focus {
  outline: none;
}
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

.featherlight.active {
  z-index: 10;
}

.featherlight .featherlight-close-icon {
  border-radius: 9999px;
  background: #ed146f;
}

#dynSlider .slick-dots li button {
  font-size: 0px;
}

html {
  background-color: #000000;
}

body {
  transition: opacity 500ms ease-in-out;
  background-color: #ffffff;
  font-smooth: auto;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: #ed146f;
  text-decoration: none;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: underline;
}

.button, .contact-page section.contact-form button {
  transition: all ease 0.3s;
}

hr {
  background-color: #d9d9d9;
  border: 0;
  height: 1px;
}

ul {
  list-style: none;
}

input[type=number]:focus, input[type=text]:focus {
  outline: none;
  box-shadow: 0 0 0px 2px #ed146f;
  transition: all ease 0.3s;
}

@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Demi.eot");
  src: url("../fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Demi.woff") format("woff"), url("../fonts/AvenirNextLTPro-Demi.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Regular.eot");
  src: url("../fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("../fonts/AvenirNextLTPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir Next LT Pro";
  src: url("../fonts/AvenirNextLTPro-Bold.eot");
  src: url("../fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("../fonts/AvenirNextLTPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
body {
  color: #595959;
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}

div, span, p, a {
  font-size: 18px;
}

.subtitle {
  font-size: 22px;
  color: #000000;
  font-weight: 200;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

.content {
  font-weight: 200;
  font-size: 20px;
}
.content div, .content span, .content p, .content a {
  font-size: 20px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content ul {
  margin-bottom: 16px;
}
.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 32px;
}
.content li {
  margin-left: 24px;
}
.content p:last-child {
  margin-bottom: 0;
}
.content hr {
  margin: 32px 0;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hidden {
  display: none !important;
}

.full {
  display: block;
  width: 100%;
}

.reset-list, .social-icons, footer ul, .main-header .navigation-items ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.background-cover, .overlay-navigation .close-main-navigation-button .icon, .main-header .main-navigation-button .icon {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.flex-center, main.product-page .thumbnail-list-wrapper, .overlay-navigation .navigation-items ul, .overlay-navigation .main-navigation-wrapper, .overlay-navigation .info-navigation-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.heading-style {
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.title-decoration:after {
  content: " ";
  height: 4px;
  width: 5%;
  background: #000000;
  display: block;
  border-radius: 999px;
  margin: 24px 0 32px 0;
}

.heading-decoration, .contact-page section.contact-form h1, main.basic-page h1 {
  margin-bottom: 32px;
}
.heading-decoration:after, .contact-page section.contact-form h1:after, main.basic-page h1:after {
  content: " ";
  height: 4px;
  width: 5%;
  background: #ed146f;
  display: block;
  border-radius: 0;
  margin: 16px 0 32px 0;
}

.heading-decoration--centered {
  margin-bottom: 32px;
}
.heading-decoration--centered:after {
  content: " ";
  height: 4px;
  width: 5%;
  background: #ed146f;
  display: block;
  border-radius: 0;
  margin: 16px auto 32px;
}

.tau-separator {
  border-top: 1px solid #ed146f;
  display: block;
  max-width: 180px;
  margin: 0 auto;
  position: relative;
  margin-top: 24px;
}
.tau-separator:before, .tau-separator:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background-color: #ed146f;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tau-separator:before {
  transform: rotate(45deg);
}

.margin-left-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.margin-right-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.font-size--large {
  font-size: 22px;
}

.block-container {
  font-size: 0px;
}

.block {
  display: inline-block;
  width: 100%;
}

.list--inline {
  font-size: 0;
}

.item--inline {
  display: inline-block;
  width: 100%;
}

.list--flex {
  display: flex;
  flex-wrap: wrap;
}

.item--flex {
  display: flex;
}

.thirds-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.thirds-wrapper > * {
  width: 100%;
  margin: 8px;
}
@media (min-width: 666px) {
  .thirds-wrapper > * {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .thirds-wrapper > * {
    width: calc(33.33% - 16px);
  }
}

.fourths-wrapper, .product-list-wrapper, .category-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.fourths-wrapper > *, .product-list-wrapper > *, .category-list-wrapper > * {
  width: 100%;
  margin: 8px;
}
@media (min-width: 425px) {
  .fourths-wrapper > *, .product-list-wrapper > *, .category-list-wrapper > * {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1024px) {
  .fourths-wrapper > *, .product-list-wrapper > *, .category-list-wrapper > * {
    width: calc(25% - 16px);
  }
}

html {
  box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0;
  padding: 0;
}

.button, .contact-page section.contact-form button {
  background: #ed146f;
  color: #ffffff;
  border: 3px solid #ed146f;
  padding: 16px 32px 12px 32px;
  cursor: pointer;
  border-radius: 0;
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.button:hover, .contact-page section.contact-form button:hover {
  text-decoration: none;
  background: #bf0f59;
  border: 3px solid #bf0f59;
}
@media (min-width: 768px) {
  .button, .contact-page section.contact-form button {
    display: inline-block;
    width: auto;
  }
}
.button--large {
  font-size: 22px;
}

.button--small {
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif-2;
}

.button--large {
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif2;
}

@media (min-width: 768px) {
  .button--full {
    display: inline-block;
    width: 100%;
  }
}

.button--outlined {
  background: transparent;
  color: #262626;
}
.button--outlined:hover {
  color: #ffffff;
  background: #ed146f;
  border: 3px solid #ed146f;
}

.button--action {
  font-size: 21px;
  font-weight: 700;
}

form label {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}
form input, form textarea {
  font-weight: 300;
}
form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #a6a6a6;
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 0;
}
form input[type=text], form input[type=number], form input[type=email] {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #a6a6a6;
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #595959;
  font-size: 18px;
  border-radius: 0;
}
form input[type=checkbox], form input[type=radio] {
  padding: 0 0 4px 0;
  vertical-align: bottom;
  position: relative;
  top: -4px;
}
form textarea:focus, form input[type=text]:focus, form input[type=number]:focus, form input[type=email]:focus {
  border: 1px solid #ed146f;
  box-shadow: 0 0 0 2px #ed146f;
  outline: none;
  transition: all ease 0.3s;
}
form fieldset {
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  padding: 16px;
}
form legend {
  padding: 0 4px;
  margin: 0 -4px;
  font-weight: 500;
}

.container, section.related-products .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.container--regular, .category-page .container, .category-page section.related-products .container, section.related-products .category-page .container, main.basic-page .container, .home-page .container, .home-page section.related-products .container, section.related-products .home-page .container {
  max-width: 1200px;
}

.container--small, section.related-products .container, main.product-page .container {
  max-width: 960px;
}

.container--smaller {
  max-width: 640px;
}

.container--full {
  max-width: 100%;
}

.container-padding--regular, main.product-page .container, .category-page .container, .category-page section.related-products .container, section.related-products .category-page .container, main.basic-page .container {
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .container-padding--regular, main.product-page .container, .category-page .container, .category-page section.related-products .container, section.related-products .category-page .container, main.basic-page .container {
    padding: 80px 24px;
  }
}

.container-padding-bottom--regular {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .container-padding-bottom--regular {
    padding-bottom: 48px;
  }
}

.container-padding--small {
  padding: 24px 24px;
}
@media (min-width: 768px) {
  .container-padding--small {
    padding: 48px 24px;
  }
}

.container-margin--regular, section.related-products {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .container-margin--regular, section.related-products {
    margin: 48px 0;
  }
}

.header-padding--regular, main.basic-page header {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .header-padding--regular, main.basic-page header {
    margin-bottom: 80px;
  }
}

.main-header {
  padding: 16px 0;
  background: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  font-weight: 300;
  z-index: 1;
}
.main-header .container, .main-header section.related-products .container, section.related-products .main-header .container {
  max-width: 1200px;
}
.main-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .logo {
  max-width: 160px;
  margin-right: 24px;
}
@media (min-width: 1000px) {
  .main-header .logo {
    max-width: 240px;
  }
}
.main-header .navigation-wrapper {
  display: flex;
  align-items: center;
}
.main-header .navigation-wrapper .navigation-items, .main-header .navigation-wrapper .language-options {
  margin-right: 16px;
}
.main-header .navigation-items {
  display: none;
}
@media (min-width: 1000px) {
  .main-header .navigation-items {
    display: inline-block;
  }
}
.main-header .navigation-items ul {
  display: flex;
}
.main-header .navigation-items li:not(:last-child) {
  margin-right: 24px;
}
.main-header .navigation-items li a {
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.main-header .navigation-items li a:hover {
  color: #ed146f;
  text-decoration: none;
}
.main-header .navigation-items li ul {
  display: none;
}
.main-header .navigation-items .general-0 .fa-home:before {
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  content: "Home";
  font-weight: 500;
}
.main-header .main-navigation-button {
  margin-left: 24px;
  width: 48px;
  height: 48px;
  padding: 8px;
  border: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  transition: all ease 0.3s;
}
@media (min-width: 1000px) {
  .main-header .main-navigation-button {
    display: none;
  }
}
.main-header .main-navigation-button:focus {
  outline: none;
  border: 3px solid #262626;
}
.main-header .main-navigation-button .icon {
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/icons/navigation-hamburger.svg);
}
.main-header .language-options .option {
  display: inline-block;
  height: 22px;
  width: 22px;
}
.main-header .cart-wrapper {
  margin-top: 8px;
}
@media (min-width: 1000px) {
  .main-header .cart-wrapper {
    margin-top: 0px;
  }
}
.main-header .cart .quantity {
  background: #bf0f59;
  border-radius: 9999px;
  color: white;
  width: 16px;
  height: 16px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  margin-left: 12px;
  margin-top: -28px;
  font-size: 11px;
  font-weight: 500;
}
.main-header .cart img {
  width: 19px;
}

footer {
  background: #000000;
}
footer .container, footer section.related-products .container, section.related-products footer .container {
  max-width: 1200px;
}
footer .main {
  font-size: 0;
  padding: 32px 0;
}
@media (min-width: 768px) {
  footer .main {
    padding: 64px 0;
  }
}
footer .secondary {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 0;
  font-size: 0;
  text-align: center;
}
footer .secondary .notice {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  footer .secondary .notice {
    width: 50%;
    text-align: left;
  }
}
footer .secondary a {
  font-size: 14px;
  color: #d9d9d9;
}
footer .secondary a:hover {
  color: #ffffff;
}
footer .secondary li:not(:first-child):before {
  content: "|";
  margin: 0 8px;
  color: #a6a6a6;
}
footer .secondary ul {
  width: 100%;
  font-size: 14px;
  display: inline-block;
}
@media (min-width: 768px) {
  footer .secondary ul {
    width: 50%;
    text-align: right;
  }
}
footer .secondary li {
  display: inline-block;
}
footer .block {
  width: 100%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  footer .block {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  footer .block {
    width: 23%;
    text-align: left;
    margin-bottom: 0px;
  }
}
footer .block:last-of-type {
  width: 100%;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  footer .block:last-of-type {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  footer .block:last-of-type {
    width: 31%;
    text-align: left;
  }
}
footer .block:last-of-type .payment-methods-icons {
  max-width: 360px;
}
footer h2 {
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1024px) {
  footer h2 {
    margin-bottom: 16px;
  }
}
footer P {
  color: #d9d9d9;
}
footer a {
  font-size: 18px;
  color: #d9d9d9;
  line-height: 24px;
}
footer a:hover {
  color: #ed146f;
  text-decoration: none;
}
footer .social-icons {
  margin-top: 16px;
}
footer .social-icons li:not(:last-child) {
  margin-right: 16px;
}
footer .social-icons svg {
  width: 22px;
  height: 22px;
  fill: #d9d9d9;
}
footer .social-icons a:hover svg {
  fill: #ffffff;
}

.overlay-navigation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: #000000;
  overflow: hidden;
  transition: all ease 0.3s;
}
.overlay-navigation .close-button-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 24px;
}
.overlay-navigation .close-main-navigation-button {
  width: 48px;
  height: 48px;
  padding: 8px;
  border: 3px solid transparent;
  border-radius: 0;
  background: transparent;
  transition: all ease 0.3s;
}
.overlay-navigation .close-main-navigation-button:focus {
  outline: none;
  border: 3px solid #262626;
}
.overlay-navigation .close-main-navigation-button .icon {
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/icons/navigation-close.svg);
}
.overlay-navigation .main-navigation-wrapper, .overlay-navigation .info-navigation-wrapper {
  flex-direction: column;
  padding: 24px;
}
.overlay-navigation .navigation-items {
  display: flex;
  flex-direction: column;
}
.overlay-navigation .navigation-items ul {
  flex-direction: column;
}
.overlay-navigation .navigation-items li:not(:last-child) {
  margin-bottom: 16px;
}
.overlay-navigation .navigation-items li ul {
  display: none;
}
.overlay-navigation .navigation-items li a {
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}
.overlay-navigation .navigation-items li a:hover {
  color: #ed146f;
  text-decoration: none;
}
@media (max-width: 375px) {
  .overlay-navigation .navigation-items li a {
    font-size: 18px;
  }
}
.overlay-navigation .navigation-items .general-0 .fa-home:before {
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  content: "Home";
  font-weight: 500;
}
.overlay-navigation .info-navigation-wrapper {
  background: #ffffff;
}
.overlay-navigation .social-icons li:not(:last-child) {
  margin-right: 16px;
}
.overlay-navigation .social-icons svg {
  width: 22px;
  height: 22px;
  fill: #ed146f;
}
.overlay-navigation .social-icons a:hover svg {
  fill: #bf0f59;
}
.overlay-navigation--closed {
  height: 0;
}
.overlay-navigation--open {
  height: 100%;
}

.social-icons li {
  display: inline-block;
  vertical-align: top;
}
.social-icons li:not(:last-child) {
  margin-right: 10px;
}
.social-icons a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.social-icons svg {
  width: 20px;
  height: 20px;
  transition: all 200ms ease-in-out;
  fill: #595959;
}
.social-icons a:hover svg {
  fill: #000000;
}

.category-block img {
  max-width: 160px;
}
@media (min-width: 768px) {
  .category-block img {
    max-width: 100%;
  }
}
.category-block a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  display: block;
  padding: 16px;
}
.category-block a:hover {
  text-decoration: none;
}
.category-block .title {
  font-size: 22px;
}
.category-block .description {
  margin-top: 16px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-block {
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  transition: all ease 0.3s;
}
.product-block a:hover {
  text-decoration: none;
}
.product-block .description {
  color: gray;
}
.product-block .info {
  min-height: 96px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-block .button, .product-block .contact-page section.contact-form button, .contact-page section.contact-form .product-block button {
  width: 100%;
  opacity: 0;
}
.product-block:hover {
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.product-block:hover .button, .product-block:hover .contact-page section.contact-form button, .contact-page section.contact-form .product-block:hover button {
  opacity: 1;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
}

.service-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  flex-basis: 100%;
  padding: 32px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  margin-bottom: 24px;
}
.service-item:hover {
  box-shadow: 0 2px 4px 1px #f2f2f2;
}
.service-item:last-child {
  margin-bottom: 0px;
}
.service-item a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .service-item {
    flex-basis: calc(33.3333% - 16px);
    margin: 0 8px;
  }
}
.service-item .link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.service-item .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 2;
  margin-bottom: 32px;
}
.service-item .info {
  flex: 1;
}
.service-item .title {
  font-size: 26px;
}
.service-item .subtitle {
  font-size: 22px;
  color: gray;
}
.service-item .button, .service-item .contact-page section.contact-form button, .contact-page section.contact-form .service-item button {
  margin-top: 32px;
}

.home-page {
  text-align: center;
}
.home-page section.slideshow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.home-page section.slideshow .rslides {
  max-width: 1380px;
  margin: auto;
}
.home-page section.sections {
  display: flex;
  margin-top: 56px;
}
.home-page section.sections .block {
  display: flex;
  height: 300px;
  justify-content: center;
  background-size: cover !important;
  background-position: center !important;
}
.home-page section.sections .block .label {
  align-self: flex-end;
  background: black;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 16px;
  color: white;
  text-transform: uppercase;
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.home-page section.sections .block:hover {
  text-decoration: none;
  background-blend-mode: color-dodge !important;
}
.home-page section.sections .block:nth-child(1) {
  background: url("/assets/images/cover_catalog.jpg");
}
.home-page section.sections .block:nth-child(2) {
  background: url("/assets/images/cover_culture.jpg");
}
.home-page section.sections .block:nth-child(3) {
  background: url("/assets/images/cover_videos.jpg");
}
.home-page section.popular-products {
  margin: 56px 0;
}
.home-page section.popular-products .container {
  padding: 56px 0;
}

.category-page {
  text-align: center;
}
.category-page header {
  margin-bottom: 80px;
}
.category-page .categories {
  margin-bottom: 16px;
}

main.product-page .wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  main.product-page .wrapper {
    flex-direction: row;
  }
}
main.product-page .breadcrumb {
  display: none;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  main.product-page .breadcrumb {
    margin-bottom: 64px;
    text-align: left;
  }
}
main.product-page .product__images {
  width: 100%;
  display: inline-block;
  padding-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  main.product-page .product__images {
    width: 50%;
    padding-right: 56px;
    padding-bottom: 0;
  }
}
main.product-page .thumbnail-list-wrapper {
  margin-top: 16px;
}
main.product-page .thumbnail-block {
  width: 120px;
  height: 120px;
  margin: 8px;
  border: 1px solid #d9d9d9;
}
main.product-page .product__information {
  text-align: center;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  main.product-page .product__information {
    width: 50%;
    text-align: left;
  }
}
main.product-page .short-description {
  font-size: 28px;
  margin-top: 16px;
  color: gray;
}
main.product-page .price {
  color: black;
  font-weight: 600;
  font-size: 24px;
}
main.product-page .campaign-price {
  font-size: 24px;
}
main.product-page .form-option label {
  text-align: left;
}
main.product-page .button--action {
  width: 100%;
}
main.product-page .button--action:disabled {
  color: gray;
  background: #d9d9d9;
  cursor: not-allowed;
  border: 3px solid #d9d9d9;
}
main.product-page .stock-available {
  color: #5cb85c;
  font-weight: 500;
}
main.product-page .stock-unavailable {
  color: #d9534f;
}
main.product-page .quantity-input, main.product-page input.form-control {
  width: 48px;
  text-align: center;
  height: 32px;
  border-radius: 4px;
}
main.product-page .quantity-wrapper input {
  display: inline-block;
}
main.product-page .quantity-label {
  margin-right: 8px;
  display: inline-block;
}
main.product-page select.form-control {
  width: 100%;
  height: 32px;
}
main.product-page .action {
  margin-top: 24px;
  text-align: center;
  color: gray;
}
main.product-page .description, main.product-page .attributes {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
}
main.product-page .description h1, main.product-page .description h2, main.product-page .description h3, main.product-page .description h4, main.product-page .description h5, main.product-page .description h6 {
  font-size: 18px;
  margin-top: 32px;
  margin-bottom: 16px;
}
main.product-page .description :first-child {
  margin-top: 0;
}
main.product-page .section {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
}
main.product-page .form-option {
  margin-bottom: 16px;
}
main.product-page .stock-status {
  display: flex;
  align-items: center;
}
main.product-page .attributes table, main.product-page .attributes th, main.product-page .attributes td {
  border-bottom: 1px solid #d9d9d9;
  border-collapse: collapse;
  padding: 16px 0;
}
main.product-page .attributes table {
  width: 100%;
  margin-top: 24px;
}
main.product-page .attributes table:first-child {
  margin-top: 0;
}
main.product-page .attributes th {
  text-align: left;
  font-family: "Avenir Next LT Pro", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  padding-left: 0px;
}
main.product-page .attributes td {
  width: 50%;
}
main.product-page .attributes td:first-child {
  font-weight: 500;
}

section.related-products header.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.contact-page .subcontainer {
  padding: 0;
  font-size: 0;
}
.contact-page section.contact-form {
  display: inline-block;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contact-page section.contact-form {
    width: 60%;
    padding-right: 32px;
    margin-bottom: 0px;
  }
}
.contact-page section.contact-form p {
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: lighter;
}
.contact-page section.contact-form input[type=text], .contact-page section.contact-form input[type=email], .contact-page section.contact-form textarea {
  margin-bottom: 16px;
}
.contact-page section.contact-form textarea {
  height: 168px;
}
.contact-page section.contact-form button {
  display: block;
  width: 100%;
}
.contact-page section.contact-form .message--success {
  font-size: 22px;
  color: #5cb85c;
  padding: 40px 24px;
  background: rgba(92, 184, 92, 0.15);
  border: 1px solid rgba(92, 184, 92, 0.25);
  border-radius: 0;
  text-align: center;
}
.contact-page section.contact-form .message--error {
  font-size: 16px;
  color: #d9534f;
  margin-bottom: 16px;
  margin-top: -8px;
  background: rgba(217, 83, 79, 0.15);
  border-radius: 0;
  padding: 8px;
}
.contact-page section.contact-form i {
  display: none;
}
.contact-page section.information {
  display: inline-block;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 24px;
  vertical-align: top;
  border-radius: 0;
}
@media (min-width: 768px) {
  .contact-page section.information {
    width: 40%;
  }
}
.contact-page section.information h2 {
  font-size: 22px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-top: 0;
  margin-bottom: 24px;
}
.contact-page section.information h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.contact-page section.information p, .contact-page section.information a {
  font-size: 18px;
  color: #595959;
}
.contact-page section.information a:hover {
  text-decoration: none;
  color: #262626;
}
.contact-page section.information p {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: block;
}
.contact-page section.information .social-icons {
  margin-bottom: 0px;
}
.contact-page section.information .social-icons li {
  margin: 0;
  margin-right: 16px;
}
.contact-page section.information .social-icons svg {
  width: 20px;
  height: 20px;
  fill: #595959;
}
.contact-page section.information .social-icons a:hover svg {
  fill: #262626;
}
.contact-page section.information .location-map {
  margin-top: 22px;
  background: #adadad;
}
.contact-page section.information .location-map iframe {
  width: 100% !important;
  height: 160px !important;
  border: 0 !important;
}

.name {
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}

.price-wrapper {
  margin-top: 4px;
}

.price {
  color: #595959;
}

.regular-price {
  color: #a6a6a6;
}

.campaign-price {
  color: #5cb85c;
  font-weight: 500;
}

/*# sourceMappingURL=main.css.map */
