/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: hand; }

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

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

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  z-index: 5 !important;
  outline: none;
  display: none; }
  .slick-slide.slick-active {
    z-index: 6 !important; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block !important; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/**
 * Base
 */
html {
  font-family: sans-serif;
  text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

/**
 * Links
 */
a {
  background-color: transparent; }

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

/**
 * Text-level semantic
 */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 28px;
  margin: 12px 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -8px; }

sub {
  bottom: -4px; }

/**
 * Embedded content
 */
img {
  border: 0; }

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

/**
 * Grouping content
 */
figure {
  margin: 16px 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/**
 * ----------------------------------------
 * TYPOGRAPHY
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * LAYOUT COLORS AND BACKGROUNDS
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * BACK TO TOP
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * MOBILE/TABLETS VARIABLES
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * HEADER
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * FOOTER
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * SLIDER
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * INFORMATIONAL BAR
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * NAVIGATION SIDEBAR
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * HOME
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * NEWSLETTER
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * COLLECTION (LIST OF PRODUCTS)
 * ----------------------------------------
 */
/**
 * ----------------------------------------
 * PRODUCT
 * ----------------------------------------
 */
*,
*::before,
*::after {
  box-sizing: border-box !important; }

input,
textarea,
select {
  box-sizing: border-box; }

body, html {
  position: relative;
  background: white;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out; }

/**
 * Add sticky footer on modern browser
 */
.page__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100vh; }
  .touch .page__container {
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out; }

.header,
.footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0; }

main[role="main"] {
  padding-bottom: 35px;
  overflow: auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.inner {
  padding: 0 20px; }

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

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

.no-scroll {
  overflow: hidden; }

.js noscript {
  display: none !important; }

.no-js .drawers {
  display: none; }

@media (min-width: 48em) {
  main[role="main"] {
    padding-bottom: 40px; }

  .inner,
  .container {
    padding: 0 30px; } }
@media (min-width: 68em) {
  main[role="main"] {
    padding-bottom: 50px; }

  .inner,
  .container {
    padding: 0 50px; } }
.alert {
  border-radius: 2px;
  padding: 15px;
  font-size: 14px; }
  .alert + .form-control {
    margin-top: 25px; }

.alert__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700; }

.alert--error {
  color: #ffffff;
  background: #da3a3a; }

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

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

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

@media (min-width: 48em) {
  .alert {
    padding: 15px 20px;
    font-size: 15px; }
    .alert + .form-control {
      margin-top: 48px; }

  .alert__title {
    font-size: 16px; } }
.button {
  position: relative;
  display: inline-block;
  padding: 15px 40px 16px 40px;
  line-height: normal;
  border-radius: 2px;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out; }
  .button:focus, .button:active {
    outline: none; }
  .button[disabled] {
    opacity: 0.4;
    cursor: not-allowed; }

.button--primary {
  color: white;
  background: #dc4c40; }
  .button--primary:hover {
    color: white;
    background: #af2b20; }

.button--secondary {
  color: white;
  background: #787878; }
  .button--secondary:hover {
    color: white;
    background: #525252; }

.button--cart {
  color: white;
  background: #dc4c40; }
  .button--cart:hover {
    color: white;
    background: #af2b20; }

.button--sold-out,
.button--sold-out:hover {
  color: white;
  background: #817979;
  opacity: 1 !important; }

.button--loading {
  cursor: not-allowed; }

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

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

.button__wrapper {
  text-align: center; }

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

.button__wrapper--two .button:first-child {
  margin-bottom: 15px; }

@media (min-width: 48em) {
  .button__wrapper--two {
    display: flex; }
    .button__wrapper--two .button:first-child {
      margin: 0 15px 0 0; } }
input,
textarea {
  width: 100%;
  padding: 14px 15px 15px 15px;
  color: #585858;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 2px;
  font-size: 14px;
  -webkit-appearance: none;
  /* Remove the inner box-shadow in iOS devices */ }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #727272; }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #727272; }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #727272; }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #727272; }

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

textarea {
  display: block;
  resize: vertical; }

input:focus,
textarea:focus {
  outline: none;
  border-color: #dddddd;
  color: #585858; }

.form-control {
  position: relative;
  margin-bottom: 30px; }
  .form-control label {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    text-transform: uppercase; }

/**
 * Style selects (this only works in IE10+, FF and Webkit browsers)
 */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  height: 48px;
  padding-left: 24px;
  padding-right: 65px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  color: #585858;
  background: white;
  line-height: 48px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  line-height: normal; }
  select:active, select:focus {
    outline: none; }
  select:focus::-ms-value {
    background: white;
    color: #585858; }
  .ie8 select {
    padding-bottom: 15px; }
  .ie8 select, .ie9 select {
    padding-right: 0; }

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

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

.styled-select,
.form-control > .selector-wrapper {
  position: relative;
  border: none; }
  .styled-select:after,
  .form-control > .selector-wrapper:after {
    font-family: "kagami-vend";
    content: '\e60d';
    position: absolute;
    top: 1px;
    right: 1px;
    width: 5px;
    height: 100%;
    padding: 20px 32px 0 0;
    line-height: normal;
    pointer-events: none;
    color: currentColor;
    font-size: 7px; }
  .ie8 .styled-select:after, .ie9 .styled-select:after, .ie8
  .form-control > .selector-wrapper:after, .ie9
  .form-control > .selector-wrapper:after {
    display: none; }

@media (min-width: 48em) {
  .form-control {
    margin-bottom: 48px; } }
@font-face {
  font-family: "kagami-vend";
  src: url("https://vend-ecom-prod-assets.s3.amazonaws.com/storefront-assets/e4be9990-68d2-4ca8-9a6a-b781fa49c73e/f3a414b7-a6c6-11e6-b255-0a6afe88c81b/ffa14193-a6c6-11e6-b255-0a6afe88c81b.eot");
  src: url("") format("embedded-opentype"), url("https://vend-ecom-prod-assets.s3.amazonaws.com/storefront-assets/e4be9990-68d2-4ca8-9a6a-b781fa49c73e/f3a414b7-a6c6-11e6-b255-0a6afe88c81b/002df92f-a6c7-11e6-b255-0a6afe88c81b.woff"), url("https://vend-ecom-prod-assets.s3.amazonaws.com/storefront-assets/e4be9990-68d2-4ca8-9a6a-b781fa49c73e/f3a414b7-a6c6-11e6-b255-0a6afe88c81b/000454f8-a6c7-11e6-b255-0a6afe88c81b.ttf"), url("") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  display: inline-block;
  font-family: "kagami-vend" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  display: inline-block;
  font-family: "kagami-vend" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle; }

.icon-rss:before {
  content: "\e606"; }

.icon-comments:before {
  content: "\e605"; }

.icon-pagination-arrow-left:before {
  content: "\e617"; }

.icon-back-to-top-arrow:before {
  content: "\e616"; }

.icon-close:before {
  content: "\e602"; }

.icon-close-popup:before {
  content: "\e615"; }

.icon-minus:before {
  content: "\e600"; }

.icon-plus:before {
  content: "\e601"; }

.icon-arrow-left:before {
  content: "\e603"; }

.icon-arrow-right:before {
  content: "\e604"; }

.icon-cross:before {
  content: "\e609"; }

.icon-hamburger:before {
  content: "\e60a"; }

.icon-cart-empty:before {
  content: "\e60b"; }

.icon-cart-full:before {
  content: "\e60c"; }

.icon-dropdown-arrow:before {
  content: "\e60d"; }

.icon-profile:before {
  content: "\e60e"; }

.icon-search:before {
  content: "\e60f"; }

.icon-nav-left:before {
  content: "\e610"; }

.icon-nav-right:before {
  content: "\e611"; }

.icon-check:before {
  content: "\e612"; }

.icon-review-star:before {
  content: "\e613"; }

.icon-pagination-arrow-right:before {
  content: "\e614"; }

.icon-amex:before {
  content: "\41"; }

.icon-bitcoin:before {
  content: "\42"; }

.icon-cirrus:before {
  content: "\43"; }

.icon-discover:before {
  content: "\44"; }

.icon-fancy:before {
  content: "\46"; }

.icon-google-wallet:before {
  content: "\47"; }

.icon-interact:before {
  content: "\49"; }

.icon-jcb:before {
  content: "\4a"; }

.icon-mastercard:before {
  content: "\4d"; }

.icon-paypal:before {
  content: "\50"; }

.icon-stripe:before {
  content: "\53"; }

.icon-twitter:before {
  content: "\54"; }

.icon-visa:before {
  content: "\56"; }

.icon-diners-club:before {
  content: "\63"; }

.icon-dk:before {
  content: "\64"; }

.icon-facebook:before {
  content: "\66"; }

.icon-google-plus:before {
  content: "\67"; }

.icon-instagram:before {
  content: "\69"; }

.icon-maestrooo:before {
  content: "\6d"; }

.icon-pinterest:before {
  content: "\70"; }

.icon-tumblr:before {
  content: "\74"; }

.icon-vimeo:before {
  content: "\76"; }

.icon-youtube:before {
  content: "\79"; }

.product__label {
  display: inline-block;
  padding: 4px 12px;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px; }

.product__label--quick-shop {
  display: none; }
  .ie8 .product__label--quick-shop {
    display: none !important; }

.no-touch .product__label--quick-shop {
  display: block;
  height: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: white;
  color: #585858;
  transition: all 0.15s ease-in-out; }
  .no-touch .product__label--quick-shop:hover {
    color: #dc4c40; }
  .no-touch .product__label--quick-shop i {
    margin-right: 10px;
    font-size: 22px; }
.no-touch .collection__grid-item:hover .product__label--quick-shop {
  height: 34px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  opacity: 1;
  visibility: visible; }

.product__label--sold-out,
.product__label--unavailable {
  color: white;
  background: #817979; }

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

.product__label--custom {
  color: white;
  background: #dc4c40; }

@media (min-width: 48em) {
  .product__label {
    padding: 4px 15px;
    font-size: 13px; } }
.table {
  width: 100%; }
  .table tr {
    border: 1px solid #dddddd; }
  .table th {
    padding: 14px;
    background: #dddddd;
    color: white;
    border-right: 1px solid white; }
    .table th:last-child {
      border-right: none; }
  .table td {
    padding: 12px;
    border-right: 1px solid #dddddd; }

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

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

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

body {
  font-weight: 400;
  font-size: 14px;
  font-family: Open Sans;
  color: #585858; }

.link {
  color: #dc4c40; }
  .link:hover {
    color: #af2b20; }

.rte {
  line-height: 2;
  font-weight: 400;
  font-size: 14px;
  color: #585858; }
  .rte img,
  .rte iframe {
    max-width: 100%; }
  .rte a {
    color: #dc4c40; }
    .rte a:hover {
      color: #af2b20; }
  .rte p {
    margin-bottom: 22px; }
  .rte br {
    display: none; }
  .rte ul, .rte ol {
    list-style-position: inside; }
  .rte ul {
    padding-left: 0;
    margin-left: 26px; }
  .rte ol {
    padding-left: 0;
    margin-left: 30px; }
  .rte blockquote {
    margin: 24px 0;
    padding: 22px 28px;
    background: #f8f8f8;
    color: #585858;
    border-left: 3px solid #444444; }
  .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    margin: 14px 0;
    color: black;
    font-family: crimson Text;
    line-height: 1.6; }
  .rte h1 {
    margin-bottom: -10px;
    font-size: 26px; }
  .rte h2 {
    margin-bottom: -8px;
    font-size: 24px; }
  .rte h3 {
    margin-bottom: -8px;
    font-size: 22px; }
  .rte h4 {
    margin-bottom: -6px;
    font-size: 20px; }
  .rte h5 {
    margin-bottom: -4px;
    font-size: 18px; }
  .rte h6 {
    margin-bottom: -2px;
    font-size: 16px; }
  .rte figure {
    display: table;
    margin: 25px 0; }
  .rte figcaption {
    display: table-caption;
    caption-side: bottom;
    margin-top: -10px;
    padding: 10px 15px;
    background: #f8f8f8;
    border-bottom: 1px solid #dddddd;
    color: black;
    text-transform: uppercase;
    font-size: 12px; }
  .rte table tr {
    border: 1px solid #dddddd; }
  .rte table th {
    padding: 14px 34px;
    background: #dddddd;
    color: white;
    border-right: 1px solid white; }
    .rte table th:last-child {
      border-right: none; }
  .rte table td {
    padding: 24px 34px;
    border-right: 1px solid #dddddd; }
  .rte p:first-child,
  .rte h1:first-child,
  .rte h2:first-child,
  .rte h3:first-child,
  .rte h4:first-child,
  .rte h5:first-child,
  .rte h6:first-child {
    margin-top: 0; }
  .rte p:last-child,
  .rte h1:last-child,
  .rte h2:last-child,
  .rte h3:last-child,
  .rte h4:last-child,
  .rte h5:last-child,
  .rte h6:last-child {
    margin-bottom: 0; }
  .csscalc .rte .img--full {
    position: relative;
    width: 100vw;
    max-width: none;
    left: -20px; }

@media (min-width: 48em) {
  body {
    font-size: 16px; }

  .rte {
    font-size: 16px; }
    .rte p {
      margin-bottom: 26px; }
    .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
      margin: 40px 0; }
    .rte h1 {
      margin-bottom: -2px;
      font-size: 34px; }
    .rte h2 {
      margin-bottom: 4px;
      font-size: 30px; }
    .rte h3 {
      margin-bottom: 18px;
      font-size: 26px; }
    .rte h4 {
      margin-bottom: 20px;
      font-size: 24px; }
    .rte h5 {
      margin-bottom: 22px;
      font-size: 20px; }
    .rte h6 {
      margin-bottom: 26px;
      font-size: 18px; }
    .rte br {
      display: block; }
    .rte figcaption {
      padding: 20px 30px;
      font-size: 14px; }
    .csscalc .rte .img--full, .csscalc .rte .img--full ~ figcaption {
      left: -webkit-calc(-30px - 50vw + 350px);
      left: calc(-30px - 50vw + 350px); } }
@media (min-width: 68em) {
  .csscalc .rte .img--full, .csscalc .rte .img--full ~ figcaption {
    position: relative;
    width: 100vw;
    max-width: none;
    left: -webkit-calc(-50px - 50vw + 350px);
    left: calc(-50px - 50vw + 350px); } }
.video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

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

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

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

  to {
    transform: rotate(360deg); } }
.autocomplete {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 100%;
  left: 0;
  width: 100% !important;
  z-index: 1; }

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

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

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

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

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

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

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

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

.autocomplete__brand {
  display: block;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #585858; }

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

.autocomplete__price {
  margin-top: 8px;
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #dc4c40; }

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

.autocomplete__results .button--primary {
  width: 100%;
  text-align: center;
  padding-top: 21px;
  padding-bottom: 21px;
  border-radius: 0;
  font-weight: 700; }

/**
 * --------------------------------------------------------------------------------
 * NAVIGATION ELEMENTS
 * --------------------------------------------------------------------------------
 */
.collection__filters {
  margin: 45px 25px 0 25px;
  padding: 20px;
  background: #585858; }
  .collection__filters .styled-select {
    border-radius: 2px; }
    .collection__filters .styled-select + .styled-select {
      margin-top: 10px; }
  .collection__filters .styled-select,
  .collection__filters select {
    color: #585858;
    background: #f8f8f8;
    border: none; }

@media (min-width: 60em) {
  .collection__filters {
    text-align: left;
    margin-top: 45.5px; }
    .collection__filters .styled-select {
      display: inline-block;
      margin-top: 0 !important;
      margin-right: 10px; }
      .collection__filters .styled-select:last-child {
        margin-right: 0; }

  .flexbox .collection__filters {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .flexbox .collection__filters .styled-select {
      min-width: 150px;
      max-width: 300px; }
      .flexbox .collection__filters .styled-select:last-child {
        margin-right: 0; }
  .flexbox .collection-sorter {
    margin-left: auto; }

  .no-flexbox .collection__filters .styled-select {
    max-width: 160px; }
  .no-flexbox .collection-sorter {
    float: right; } }
@media (min-width: 60em) {
  .no-flexbox .collection__filters .styled-select {
    max-width: 215px; } }
@media (min-width: 68em) {
  .collection__filters {
    margin-top: 58.5px; }

  .flexbox .collection__filters .styled-select {
    margin-right: 20px;
    max-width: 400px; }

  .no-flexbox .collection__filters .styled-select {
    max-width: 300px; } }
.informational-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3; }

.informational-bar {
  display: block;
  padding: 5px 10px;
  background: #0ea4e7;
  font-size: 13px;
  color: #f0f4f9;
  text-align: center; }

@media (min-width: 48em) {
  .informational-bar {
    padding: 25px 34px;
    font-size: 14px; } }
.informational-bar__content {
  margin: 0; }

.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; }
  .ie8 .page__overlay {
    display: none; }

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

.page__header {
  margin-bottom: 35px;
  background: #f8f8f8;
  border-bottom: 1px solid #dddddd; }

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

.page__title {
  font-size: 30px;
  color: black;
  font-family: crimson Text;
  line-height: 1.2; }

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

.page__action {
  text-align: center; }
  .page__action .button {
    margin: 12px 0 0 0; }

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

.page__content {
  padding-bottom: 50px; }

.page__footer {
  margin-top: 30px;
  padding: 20px 0;
  background: #f8f8f8;
  border-top: 1px solid #dddddd;
  text-align: center;
  font-size: 14px; }

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

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

.flexbox main[role="main"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

@media (min-width: 48em) {
  .page__header-wrapper {
    padding: 32.5px 0 39px 0; }

  .page__title {
    font-size: 39px; }

  .page__description {
    margin-top: 40px; }
    .page__description .button {
      margin: 40px 0 50px 0; }

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

  .page__footer {
    margin-top: 50px;
    padding: 34px 0;
    font-size: 16px;
    clear: both; }

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

  .page__footer-text {
    display: inline-block;
    margin: 0 35px 0 0;
    vertical-align: middle; } }
@media (min-width: 68em) {
  .page__header {
    margin-bottom: 50px; }

  .page__header-wrapper {
    padding: 42.25px 0 48.75px 0; }

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

  .page__title {
    font-size: 71.5px; }

  .page__description {
    margin-top: 50px; }
    .page__description .button {
      margin: 46px 0 120px 0; } }
/**
 * ----------------------------------------------------------------------------------------------------
 * PAGINATION
 * ----------------------------------------------------------------------------------------------------
 */
.pagination {
  clear: both;
  background: #f8f8f8;
  border-top: 1px solid #dddddd; }

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

.button--pagination {
  height: 52px;
  width: 56px;
  color: #f8f8f8;
  background: #585858; }
  .button--pagination i {
    position: relative;
    font-size: 18px; }

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

.pagination__label {
  display: none; }

.button--pagination,
.pagination__current {
  display: inline-block; }

.pagination__current {
  margin: 0 25px; }

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

.pagination--minimal {
  padding: 24px 0 50px 0;
  background: transparent;
  border: none; }
  .pagination--minimal .pagination__wrapper {
    padding: 0;
    background: none; }
  .pagination--minimal .pagination__prev,
  .pagination--minimal .pagination__next {
    padding: 0;
    color: #dc4c40; }
    .pagination--minimal .pagination__prev:hover,
    .pagination--minimal .pagination__next:hover {
      color: #af2b20; }
  .pagination--minimal .pagination__next i {
    margin-left: 18px; }
  .pagination--minimal .pagination__prev i {
    margin-right: 18px; }
  .pagination--minimal i {
    font-size: 12px;
    vertical-align: 2px; }

@media (max-width: 47.9em) {
  .button--pagination {
    padding: 0; }
    .button--pagination i {
      top: 12px; }

  .pagination__prev i {
    right: 1px; }

  .pagination__next i {
    left: 1px; } }
@media (min-width: 48em) {
  .pagination__wrapper {
    padding: 42px 0; }

  .pagination__label {
    display: block; }

  .button--pagination {
    width: auto;
    height: auto; }
    .button--pagination i {
      position: absolute;
      top: 12px;
      transition: all 0.2s ease-in-out; }

  .pagination__prev {
    padding-left: 70px; }
    .pagination__prev i {
      left: 20px; }
    .pagination__prev:hover i {
      left: 15px; }

  .pagination__next {
    padding-right: 70px; }
    .pagination__next i {
      right: 20px; }
    .pagination__next:hover i {
      right: 15px; } }
.product__slideshow-image {
  max-width: 100%;
  margin: 0 auto; }

.product__slideshow {
  margin: 30px -20px 20px -20px;
  padding: 0; }
  .product__slideshow .slick-prev,
  .product__slideshow .slick-next {
    display: none !important; }
  .product__slideshow .slick-dots {
    margin-top: 10px;
    padding: 0;
    text-align: center; }
    .product__slideshow .slick-dots li {
      display: inline-block;
      cursor: pointer; }
    .product__slideshow .slick-dots .slick-active button {
      background: #dc4c40; }
    .product__slideshow .slick-dots button {
      display: inline-block;
      margin: 10px 8px;
      padding: 0;
      height: 8px;
      width: 8px;
      background: #585858;
      border-radius: 100%;
      cursor: pointer;
      border: none;
      outline: none;
      font-size: 0; }

.product__slideshow-slide.zooming .product__slideshow-image {
  visibility: hidden; }

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

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

.product__thumbnails {
  display: none; }

@media (min-width: 60em) {
  .product__showcase {
    margin: 20px 0; }
    .no-csscalc .product__showcase {
      float: left;
      margin-right: 4%;
      width: 56%; }
    .csscalc .product__showcase {
      float: left;
      margin-right: 70px;
      width: -webkit-calc(60% - 70px);
      width: calc(60% - 70px); }

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

  .product__video-wrapper {
    margin: 0 15px; }

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

  .product__thumbnail {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    font-size: 0; }
    .product__thumbnail img {
      max-width: 85px; } }
.related-products {
  border-top: 1px solid #dddddd; }

.related-products__grid {
  list-style: none;
  padding: 25px 25px 0 25px;
  margin: 0;
  overflow: hidden; }

.related-products__title {
  margin-top: 35px;
  text-align: center;
  font-size: 17px;
  color: black;
  font-family: crimson Text; }

.related-products__grid-item {
  margin-bottom: 25px; }

.related-products__link {
  display: block;
  text-align: center;
  transition: opacity 0.25s ease-in-out; }
  .related-products__link:hover {
    opacity: 0.6; }

.related-products__image {
  max-width: 100%; }

@media (max-width: 47.9em) {
  .no-csscalc .related-products__grid-item {
    float: left;
    width: 99%;
    margin-left: 2%; }
  .csscalc .related-products__grid-item {
    float: left;
    width: -webkit-calc(100% + 0px);
    width: calc(100% + 0px);
    margin-left: 25px; } }
@media (max-width: 47.9em) and (max-width: 47.9em) {
  .related-products__grid-item.grid__item--mobile-first {
    margin-left: 0 !important;
    clear: both; } }
@media (max-width: 47.9em) and (min-width: 48em) and (max-width: 67.9em) {
  .related-products__grid-item.grid__item--tablet-first {
    margin-left: 0 !important;
    clear: both; } }
@media (max-width: 47.9em) and (min-width: 68em) {
  .related-products__grid-item.grid__item--desktop-first {
    margin-left: 0 !important;
    clear: both; } }

@media (min-width: 48em) and (max-width: 67.9em) {
  .no-csscalc .related-products__grid-item {
    float: left;
    width: 31%;
    margin-left: 3%; }
  .csscalc .related-products__grid-item {
    float: left;
    width: -webkit-calc(33.33333% + -33.33333px);
    width: calc(33.33333% + -33.33333px);
    margin-left: 50px; } }
@media (min-width: 48em) and (max-width: 67.9em) and (max-width: 47.9em) {
  .related-products__grid-item.grid__item--mobile-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 48em) and (max-width: 67.9em) and (min-width: 48em) and (max-width: 67.9em) {
  .related-products__grid-item.grid__item--tablet-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 48em) and (max-width: 67.9em) and (min-width: 68em) {
  .related-products__grid-item.grid__item--desktop-first {
    margin-left: 0 !important;
    clear: both; } }

@media (min-width: 68em) {
  .no-csscalc .related-products__grid-item {
    float: left;
    width: 22.5%;
    margin-left: 3%; }
  .csscalc .related-products__grid-item {
    float: left;
    width: -webkit-calc(25% + -37.5px);
    width: calc(25% + -37.5px);
    margin-left: 50px; } }
@media (min-width: 68em) and (max-width: 47.9em) {
  .related-products__grid-item.grid__item--mobile-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 68em) and (min-width: 48em) and (max-width: 67.9em) {
  .related-products__grid-item.grid__item--tablet-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 68em) and (min-width: 68em) {
  .related-products__grid-item.grid__item--desktop-first {
    margin-left: 0 !important;
    clear: both; } }

@media (min-width: 48em) {
  .related-products__title {
    margin: 42px 0 17px 0;
    font-size: 16px; } }
.share-buttons__list {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0; }

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

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

@media (min-width: 48em) {
  .share-buttons__label {
    margin-right: 40px; } }
.social__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.social__list--inline .social__item {
  display: inline-block;
  margin-right: 15px;
  vertical-align: 3px; }
  .social__list--inline .social__item:last-child {
    margin-right: 0; }
  .social__list--inline .social__item i {
    margin: 0; }

.no-js .cart--desktop,
.no-js .cart--mobile {
  display: none; }

.no-js .cart--js {
  display: block !important; }

.cart--desktop {
  display: none; }

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

.cart__meta {
  margin-bottom: 30px; }

.cart-item__title {
  line-height: 1.6; }

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

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

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

.cart__recap--desktop {
  display: none; }

.cart__note {
  margin-top: 25px; }

.cart__checkout {
  margin-top: 30px; }
  .cart__checkout .button__wrapper {
    margin-top: 36px; }

.icon-cross__container {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #727272;
  color: white;
  text-align: center;
  font-size: 8px;
  line-height: 0;
  transition: all 0.25s ease-in-out; }
  .icon-cross__container:hover {
    background: #dc4c40; }
  .icon-cross__container .icon-cross {
    position: relative;
    top: 9px; }

@media (min-width: 48em) {
  .cart--mobile {
    display: none; }

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

  .cart__recap--mobile {
    display: none; }

  .cart__recap--desktop {
    display: block; }

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

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

  .cart__instructions {
    max-width: 600px; }
    .no-csscalc .cart__instructions {
      float: left;
      margin-right: 4%;
      width: 56%; }
    .csscalc .cart__instructions {
      float: left;
      margin-right: 25px;
      width: -webkit-calc(60% - 25px);
      width: calc(60% - 25px); }

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

  .cart__checkout {
    float: right !important;
    margin-right: 0 !important;
    margin: 22px 0 48px 0;
    text-align: right; }
    .no-csscalc .cart__checkout {
      float: left;
      margin-right: 4%;
      width: 40%; }
    .csscalc .cart__checkout {
      float: left;
      margin-right: 25px;
      width: 40%; }
    .cart__checkout:after {
      content: '';
      display: table;
      clear: both; }
    .cart__checkout .button__wrapper {
      text-align: right; } }
@media (min-width: 68em) {
  .cart--desktop td:first-child,
  .cart--desktop th:first-child {
    padding-left: 50px; }
  .cart--desktop .cart-item__remove {
    padding-right: 50px; }
  .cart--desktop .cart-item__price-header,
  .cart--desktop .cart-item__price {
    display: table-cell; }
  .cart--desktop .cart-item__product {
    width: 160px; }
  .cart--desktop .cart-item__image {
    max-width: 160px; } }
.collection__grid {
  list-style: none;
  padding: 25px 25px 0 25px;
  margin: 0;
  overflow: hidden; }
  .collection__grid .collection__product-link {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden; }
    .flexbox .collection__grid .collection__product-link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -ms-flex-align: center; }
      .flexbox .collection__grid .collection__product-link .collection__product-image {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -ms-flex-negative: 0;
        min-width: 0;
        min-height: 0; }
  .collection__grid .collection__product-image {
    padding: 5px 5px 0 5px;
    max-width: 100%;
    transition: opacity 0.25s ease-in-out;
    will-change: opacity; }
    .no-touch .collection__grid .collection__product-image:hover {
      opacity: 0.6; }
  .collection__grid .collection__product-info {
    margin: 16px 10px 20px 10px;
    text-align: center; }
  .collection__grid .collection__product-vendor,
  .collection__grid .collection__product-price {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: black; }
  .collection__grid .collection__product-vendor {
    margin-bottom: 8px;
    text-transform: uppercase; }
  .collection__grid .collection__product-title {
    margin: 0 0 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6; }
  .collection__grid .collection__product-price--new {
    padding-right: 10px;
    color: #da2929; }
  .collection__grid .collection__product-price--old {
    text-decoration: line-through;
    color: #585858; }
  .collection__grid .collection__sold-out .collection__product-link,
  .collection__grid .collection__sold-out .collection__product-info {
    opacity: 0.4; }
  .collection__grid .collection__product-labels {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1; }
  .collection__grid .product__label {
    border-radius: 0 2px 2px 0; }
  .collection__grid .product__label--custom ~ .product__label {
    margin-top: 10px; }
  .collection__grid .quick-shop {
    display: none; }

.flexbox .collection__grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.flexbox .collection__grid-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .flexbox .collection__grid-item .collection__product-link {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    min-height: 0;
    min-width: 0; }

.collection__grid-item {
  position: relative;
  margin-bottom: 25px;
  background: white;
  border: 1px solid #dddddd; }

@media (max-width: 47.9em) {
  .collection__grid-item {
    margin-bottom: 10px; }
    .no-csscalc .collection__grid-item {
      float: left;
      width: 99%;
      margin-left: 2%; }
    .csscalc .collection__grid-item {
      float: left;
      width: -webkit-calc(100% + 0px);
      width: calc(100% + 0px);
      margin-left: 10px; } }
  @media (max-width: 47.9em) and (max-width: 47.9em) {
    .collection__grid-item.grid__item--mobile-first {
      margin-left: 0 !important;
      clear: both; } }
  @media (max-width: 47.9em) and (min-width: 48em) and (max-width: 67.9em) {
    .collection__grid-item.grid__item--tablet-first {
      margin-left: 0 !important;
      clear: both; } }
  @media (max-width: 47.9em) and (min-width: 68em) {
    .collection__grid-item.grid__item--desktop-first {
      margin-left: 0 !important;
      clear: both; } }

@media (min-width: 48em) and (max-width: 67.9em) {
  .no-csscalc .collection__grid-item {
    float: left;
    width: 31.66667%;
    margin-left: 2%; }
  .csscalc .collection__grid-item {
    float: left;
    width: -webkit-calc(33.33333% + -16.66667px);
    width: calc(33.33333% + -16.66667px);
    margin-left: 25px; } }
@media (min-width: 48em) and (max-width: 67.9em) and (max-width: 47.9em) {
  .collection__grid-item.grid__item--mobile-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 48em) and (max-width: 67.9em) and (min-width: 48em) and (max-width: 67.9em) {
  .collection__grid-item.grid__item--tablet-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 48em) and (max-width: 67.9em) and (min-width: 68em) {
  .collection__grid-item.grid__item--desktop-first {
    margin-left: 0 !important;
    clear: both; } }

@media (min-width: 68em) {
  .no-csscalc .collection__grid-item {
    float: left;
    width: 23.25%;
    margin-left: 2%; }
  .csscalc .collection__grid-item {
    float: left;
    width: -webkit-calc(25% + -18.75px);
    width: calc(25% + -18.75px);
    margin-left: 25px; } }
@media (min-width: 68em) and (max-width: 47.9em) {
  .collection__grid-item.grid__item--mobile-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 68em) and (min-width: 48em) and (max-width: 67.9em) {
  .collection__grid-item.grid__item--tablet-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 68em) and (min-width: 68em) {
  .collection__grid-item.grid__item--desktop-first {
    margin-left: 0 !important;
    clear: both; } }

@media (min-width: 48em) {
  .collection__grid .collection__product-info {
    margin: 26px 10px 36px 10px; }
  .collection__grid .collection__product-image {
    padding: 25px 25px 0 25px; } }
.collections__grid {
  list-style: none;
  padding: 25px 25px 0 25px;
  margin: 0;
  background: #f8f8f8;
  overflow: hidden; }
  .flexbox .collections__grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .collections__grid .collections__link {
    overflow: hidden;
    height: 100%;
    text-align: center; }
  .collections__grid .collections__image {
    max-width: 100%; }
  .collections__grid .collections__overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(220, 76, 64, 0);
    transition: background 0.25s ease-in-out, opacity 0.25s ease-in-out;
    z-index: 1; }
    .collections__grid .collections__overlay:hover {
      background: rgba(220, 76, 64, 0.6);
      opacity: 1; }
  .collections__grid .collections__title {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    font-size: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white; }

.collections__grid-item {
  position: relative;
  margin-bottom: 25px;
  background: white;
  font-size: 0; }

@media (max-width: 47.9em) {
  .collections__grid-item {
    margin-bottom: 10px; }
    .no-csscalc .collections__grid-item {
      float: left;
      width: 99%;
      margin-left: 2%; }
    .csscalc .collections__grid-item {
      float: left;
      width: -webkit-calc(100% + 0px);
      width: calc(100% + 0px);
      margin-left: 10px; } }
  @media (max-width: 47.9em) and (max-width: 47.9em) {
    .collections__grid-item.grid__item--mobile-first {
      margin-left: 0 !important;
      clear: both; } }
  @media (max-width: 47.9em) and (min-width: 48em) and (max-width: 67.9em) {
    .collections__grid-item.grid__item--tablet-first {
      margin-left: 0 !important;
      clear: both; } }
  @media (max-width: 47.9em) and (min-width: 68em) {
    .collections__grid-item.grid__item--desktop-first {
      margin-left: 0 !important;
      clear: both; } }

@media (min-width: 48em) and (max-width: 67.9em) {
  .no-csscalc .collections__grid-item {
    float: left;
    width: 48.5%;
    margin-left: 2%; }
  .csscalc .collections__grid-item {
    float: left;
    width: -webkit-calc(50% + -12.5px);
    width: calc(50% + -12.5px);
    margin-left: 25px; } }
@media (min-width: 48em) and (max-width: 67.9em) and (max-width: 47.9em) {
  .collections__grid-item.grid__item--mobile-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 48em) and (max-width: 67.9em) and (min-width: 48em) and (max-width: 67.9em) {
  .collections__grid-item.grid__item--tablet-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 48em) and (max-width: 67.9em) and (min-width: 68em) {
  .collections__grid-item.grid__item--desktop-first {
    margin-left: 0 !important;
    clear: both; } }

.contact__form {
  margin-top: 50px; }

@media (min-width: 48em) {
  .contact__form--centered {
    margin: 0 auto; } }
.page__contact {
  padding-bottom: 0; }

#contact-us-map {
  margin-top: 50px;
  height: 320px;
  border-top: 1px solid #dddddd;
  margin-bottom: -35px; }

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

.gmap-company-name {
  display: block;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  color: black;
  font-family: crimson Text; }

.gmap-company-street,
.gmap-company-city,
.gmap-company-country {
  display: block;
  padding-bottom: 10px;
  font-family: Open Sans; }

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

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

@media (min-width: 48em) {
  #contact-us-map {
    width: 100%;
    height: 550px;
    margin-top: 80px;
    clear: both;
    margin-bottom: -40px; }

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

  .gmap-infobubble {
    padding: 30px 30px 26px 30px !important;
    font-size: 16px; } }
@media (min-width: 68em) {
  #contact-us-map {
    margin-bottom: -50px; } }
/**
 * ----------------------------------------------------------------------------------------------------
 * FOOTER
 * ----------------------------------------------------------------------------------------------------
 */
.footer {
  font-size: 12px;
  color: #0259e7;
  background: white;
  border-top: 1px solid #b7b7b7; }
  .footer ul {
    margin: 0; }
  .footer li {
    margin-bottom: 8px; }
    .footer li:last-child {
      margin-bottom: 0; }
  .footer a:hover {
    color: #dc4c40; }

.newsletter + .footer {
  border-top: none; }

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

.footer__title {
  margin: 0 0 18px 0;
  color: #013c9b;
  font-size: inherit;
  text-transform: uppercase; }

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

.footer__links-list {
  list-style: none;
  padding: 0; }

.footer__social a {
  display: block; }
.footer__social i {
  display: none;
  vertical-align: bottom; }

.footer__newsletter-form {
  position: relative;
  margin-top: 22px; }
  .footer__newsletter-form .footer__newsletter-input--email {
    padding: 10px 10px;
    height: 38px;
    font-size: 13px;
    border: 1px solid #b7b7b7;
    background: white;
    transition: border 0.25s ease-in-out; }
    .footer__newsletter-form .footer__newsletter-input--email:focus {
      color: #0259e7; }
    .footer__newsletter-form .footer__newsletter-input--email::-webkit-input-placeholder {
      color: rgba(2, 89, 231, 0.6); }
    .footer__newsletter-form .footer__newsletter-input--email::-moz-placeholder {
      color: rgba(2, 89, 231, 0.6); }
    .footer__newsletter-form .footer__newsletter-input--email:-moz-placeholder {
      color: rgba(2, 89, 231, 0.6); }
    .footer__newsletter-form .footer__newsletter-input--email:-ms-input-placeholder {
      color: rgba(2, 89, 231, 0.6); }
  .footer__newsletter-form .button {
    position: absolute;
    padding: 9px 20px 9px 20px;
    width: auto;
    height: 32px;
    right: 3px;
    top: 3px;
    color: white;
    background: #0259e7;
    font-size: 11px; }
    .footer__newsletter-form .button:hover {
      color: white;
      background: #dc4c40; }

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

.footer__copyright {
  display: inline-block; }

.payment-methods__list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 26px;
  color: #1f73fd; }

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

@media (min-width: 48em) and (max-width: 67.9em) {
  .footer__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .footer__module {
    width: 50%; } }
@media (min-width: 48em) {
  .footer {
    font-size: 13px; }
    .footer li {
      margin-bottom: 10px; }

  .footer__title {
    font-size: 14px; }

  .footer__social i {
    display: inline-block;
    margin: -10px 14px 0 0;
    font-size: 17px;
    width: 18px;
    text-align: center; } }
@media (min-width: 68em) {
  .footer__wrapper {
    display: table;
    width: 100%;
    margin: 42px 0; }

  .footer__module {
    display: table-cell;
    width: auto;
    margin-top: 0;
    vertical-align: top; }

  .footer__misc {
    text-align: left; }

  .footer__newsletter-form .button {
    padding-bottom: 10px; }

  .payment-methods__list {
    float: right;
    padding-bottom: 16px;
    font-size: 32px; } }
/**
 * HEADER
 */
.header {
  position: relative;
  width: 100%;
  top: 0;
  z-index: 2;
  background: white;
  color: #0259e7;
  padding: 0;
  border-bottom: 1px solid #b7b7b7;
  box-shadow: 0 1px rgba(183, 183, 183, 0.3);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out; }
  .header .header__link:hover,
  .header .header__item-social a:hover {
    color: #dc4c40; }

.header__wrapper {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  height: 70px;
  overflow: hidden; }

.header__item {
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  background-clip: padding-box !important;
  border-right: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  text-align: center;
  font-size: 25px;
  line-height: 0;
  background: white; }
  .header__item:first-child {
    border-left: 0; }
  .header__item:last-child {
    border-right: 0; }
  .header__item i {
    display: block;
    position: relative;
    vertical-align: middle;
    line-height: 0;
    top: 22%;
    top: -webkit-calc(50% - 11px);
    top: calc(50% - 11px); }
  .header__item .icon-cart-full {
    color: #dc4c40; }

.header__link {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out; }

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

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

.header__item-toggle i {
  top: -webkit-calc(50% - 13px);
  top: calc(50% - 13px);
  font-size: 29px; }

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

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

.header__cart-count {
  position: absolute;
  font-size: 12px;
  font-style: normal;
  color: white;
  top: 0;
  left: 45%;
  line-height: 29px; }
  .csstransforms .header__cart-count {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

@media (min-width: 48em) {
  .header__item-search {
    transition: all 0.25s ease-in-out; }

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

  .header__item-logo {
    padding-left: 25px;
    text-align: left; }

  .header__wrapper--search {
    overflow: visible; }

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

  .header__search-form {
    display: inline-block;
    height: 100%;
    vertical-align: bottom; }
    .header__search-form .search__input {
      height: 100%;
      width: 395px;
      background: transparent;
      border: none;
      font-size: 18px;
      color: #0259e7; }
      .header__search-form .search__input:focus {
        color: #dc4c40; }

  .header__search-close {
    float: right; }

  .header__item-search--expanded .header__search-wrapper {
    opacity: 1; }
  .header__item-search--expanded .header__link:first-child {
    color: #dc4c40; }
  .no-csstransforms .header__item-search--expanded .header__search-wrapper {
    left: -450px; }
  .csstransforms .header__item-search--expanded .header__search-wrapper {
    left: -450px;
    visibility: visible; } }
@media (min-width: 60em) {
  .header {
    border-bottom-color: #dddddd;
    box-shadow: none; }

  .header__item-toggle {
    display: none; }

  .header__item-logo {
    border-left: none; } }
@media (min-width: 68em) {
  .header__item-social {
    display: table-cell;
    padding-right: 30px;
    border-left: none;
    text-align: right;
    font-size: 20px; } }
.mini-cart {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  max-width: 390px;
  height: 100%;
  right: 0;
  z-index: 15;
  overflow: hidden;
  background: #f8f8f8;
  -webkit-text-size-adjust: none; }
  .no-csstransforms .mini-cart {
    left: 100%; }
  .csstransforms .mini-cart {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out; }

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

.mini-cart__header {
  display: table;
  width: 100%;
  background: white;
  border-bottom: 1px solid #b7b7b7; }
  .mini-cart__header .icon-cart-full,
  .mini-cart__header .icon-cart-empty {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 25px;
    color: #dc4c40; }

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

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

.mini-cart__close {
  width: 70px;
  height: 100%;
  border-left: 1px solid #b7b7b7;
  font-size: 22px;
  text-align: center; }
  .mini-cart__close:hover {
    color: #dc4c40; }
  .mini-cart__close i {
    vertical-align: 2px; }

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

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

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

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

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

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

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

.mini-cart__item {
  overflow: hidden;
  padding: 18px 20px;
  border-bottom: 1px solid #dddddd; }
  .mini-cart__item:last-child {
    border-bottom: 0; }
  .mini-cart__item .product__meta {
    display: inline-block; }
  .mini-cart__item .product__title {
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .mini-cart__item h2:first-child,
  .mini-cart__item h3:first-child {
    margin-top: 0; }

@media (min-width: 23em) {
  .mini-cart__item .product__title {
    max-width: 225px; } }
.mini-cart__image-container {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 20px; }

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

.mini-cart__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f8f8f8;
  -webkit-transform: translateZ(0); }

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

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

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

.mini-cart__actions .button {
  width: 50%;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  border-radius: 0; }
.mini-cart__actions .button--primary {
  float: right; }

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

  .mini-cart__content {
    height: auto; }

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

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

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

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

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

  .mini-cart__footer .button {
    padding-top: 21px;
    padding-bottom: 22px; }

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

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

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

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

  .mini-cart__item {
    padding: 24px 25px; }
    .mini-cart__item .product__meta {
      position: relative;
      float: right;
      width: 77%; }
      .ie8 .mini-cart__item .product__meta {
        width: 65%; }
    .mini-cart__item .product__price,
    .mini-cart__item .product__title {
      font-size: 16px;
      margin-bottom: 0; }
    .mini-cart__item .product__price {
      position: absolute;
      bottom: 3px;
      right: 0; }
    .mini-cart__item .product__title {
      max-width: 200px; } }
.modal {
  position: relative;
  display: none;
  margin-top: 70px;
  width: 90%;
  max-width: 500px;
  padding: 25px;
  background: white;
  text-align: center; }

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

.modal__title {
  margin-top: 10px;
  font-family: crimson Text;
  color: black;
  font-size: 17px; }

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

@media (min-width: 48em) {
  .modal {
    padding: 42px 50px 50px 50px; }

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

  .modal__newsletter input {
    display: inline-block;
    width: auto;
    margin: 0; }
  .modal__newsletter input[type="email"] {
    margin: 0 20px 0 0; }

  .flexbox .modal__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .flexbox input[type="email"] {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }
/**
 * SIDEBAR
 */
.navigation-sidebar {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  max-width: 390px;
  height: 100%;
  z-index: 15;
  overflow: hidden;
  background: #dc4c40;
  color: white;
  font-size: 15px;
  -webkit-text-size-adjust: none;
  text-transform: uppercase; }
  .no-flexbox .navigation-sidebar {
    overflow-y: scroll; }
  .no-csstransforms .navigation-sidebar {
    right: 100%;
    transition: right 0.25s ease-in-out; }
  .csstransforms .navigation-sidebar {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out; }

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

.navigation-sidebar__header {
  display: table;
  position: relative;
  width: 100%;
  background: #dc4c40;
  top: 0;
  z-index: 1;
  font-size: 22px;
  border-bottom: 1px solid #c14539; }
  .navigation-sidebar__header i {
    vertical-align: 3px; }

.navigation-sidebar__search--mobile {
  padding: 3px 25px;
  background: #c14539;
  color: white;
  border-top: 1px solid #a23a30;
  box-shadow: 0 1px #c74e42, 0 1px #b54136 inset; }
  .navigation-sidebar__search--mobile .icon-search {
    vertical-align: baseline;
    opacity: 0.6; }

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

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

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

.navigation-sidebar__image {
  display: none; }

.navigation-sidebar__lists {
  position: relative;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%; }

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

.navigation-sidebar__list:not(.navigation-sidebar__list--active) {
  display: none; }
  .navigation-sidebar--open .navigation-sidebar__list:not(.navigation-sidebar__list--active) {
    display: block; }

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

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

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

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

.navigation-sidebar__item {
  border-bottom: 1px solid #c14539;
  transition: background 0.25s ease-in-out; }
  .touch .navigation-sidebar__item {
    margin-bottom: 0 !important; }

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

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

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

@media (min-width: 48em) {
  .navigation-sidebar {
    max-width: 325px;
    font-size: 15px; }

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

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

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

  .navigation-sidebar__item:hover {
    background: #c14539;
    color: white; }

  .navigation-sidebar__link {
    padding: 20px 25px; } }
.navigation-horizontal {
  display: none; }

@media (min-width: 60em) {
  .navigation-horizontal {
    display: block;
    background: #f8f8f8;
    text-align: center;
    color: #585858;
    border-top: 1px solid #dddddd; }

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

  .navigation-horizontal__list-item {
    position: relative;
    display: inline-block; }
    .navigation-horizontal__list-item .icon-dropdown-arrow {
      margin-left: 8px;
      vertical-align: 3px;
      font-size: 7px; }

  .navigation-horizontal__dropdown-item .icon-dropdown-arrow {
    position: absolute;
    margin-top: 4px;
    right: 28px; }
  .navigation-horizontal__dropdown-item .icon-dropdown-arrow:before {
    transform: rotateZ(-90deg);
    will-change: transform; }

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

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

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

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

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

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

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

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

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

  .navigation-horizontal__list-item--active > .navigation-horizontal__list-link + .navigation-horizontal__dropdown,
  .navigation-horizontal__dropdown-item--active > .navigation-horizontal__dropdown-link + .navigation-horizontal__dropdown {
    visibility: visible;
    opacity: 1; } }
@media (min-width: 68em) {
  .navigation-horizontal__list-link {
    display: inline-block;
    padding: 20px 34px; } }
.newsletter {
  padding: 35px 0 40px 0;
  background: #dc4c40;
  text-align: center;
  overflow: hidden;
  clear: both; }

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

.newsletter__title {
  margin: 0 0 30px 0;
  color: white;
  font-size: 17px; }

.newsletter__subtitle {
  margin-bottom: 46px;
  font-size: 14px;
  line-height: 2;
  color: #9a261c; }

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

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

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

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

  .newsletter__subtitle {
    font-size: 16px; }

  .newsletter__submit {
    padding-left: 30px;
    padding-right: 30px; } }
/**
 * -----------------------------------------
 * GENERAL
 * -----------------------------------------
 */
.product__details:after {
  content: '';
  display: table;
  clear: both; }

.product__details {
  margin-top: 25px; }

@media (min-width: 60em) {
  .product__details {
    margin-top: 20px; } }
/**
 * -----------------------------------------
 * PRODUCT META
 * -----------------------------------------
 */
.product__meta {
  display: none; }
  .product__meta .product__labels {
    padding: 0; }
  .product__meta .product__labels:not(:empty) {
    margin-top: 24px; }
  .product__meta .product__label {
    display: inline-block; }
    .product__meta .product__label + .product__label {
      margin-left: 8px; }

.product__meta--mobile {
  display: block;
  text-align: center; }

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

.product__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: black; }

.product__price {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #dc4c40; }

.product__price--new {
  padding-right: 15px;
  color: #da2929; }

.product__price--old {
  text-decoration: line-through;
  font-weight: 400;
  color: #585858; }

@media (min-width: 48em) {
  .product__brand {
    font-size: 14px; }

  .product__title,
  .product__price {
    font-size: 20px; }

  .product__price--old {
    font-size: 16px; } }
/**
 * -----------------------------------------
 * PRODUCT INFO
 * -----------------------------------------
 */
.product__description {
  margin: 20px 0; }

.product__share {
  margin: 30px 0 40px 0; }

@media (min-width: 48em) {
  .product__share {
    margin: 32px 0 56px 0; } }
@media (min-width: 60em) {
  .product__meta {
    display: block; }

  .product__meta--mobile {
    display: none; }

  .product__description {
    margin-top: 45px; }

  .product__info {
    float: right !important;
    margin-right: 0 !important; }
    .no-csscalc .product__info {
      float: left;
      margin-right: 4%;
      width: 40%; }
    .csscalc .product__info {
      float: left;
      margin-right: 70px;
      width: 40%; }
    .product__info:after {
      content: '';
      display: table;
      clear: both; } }
/**
 * -----------------------------------------
 * PRODUCT BUY
 * -----------------------------------------
 */
.selector-wrapper {
  position: relative; }
  .selector-wrapper + .selector-wrapper {
    margin-top: 26px; }
  .selector-wrapper label {
    display: none; }

.option-selector__label {
  position: absolute;
  top: 0;
  left: 24px;
  font-size: 14px;
  line-height: 49px;
  text-transform: uppercase;
  color: #585858;
  pointer-events: none; }

.product__variants .form-control {
  margin-bottom: 26px; }

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

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

.no-flexbox .product__quantity input {
  width: auto; }
.no-flexbox .product__quantity {
  margin: 0; }
.no-flexbox .button--cart {
  display: inline-block;
  margin: 25px 0 0 0; }

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

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

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

.product__tab-title:hover,
.product__tab-title--active {
  color: #dc4c40; }

.product__tabs-content {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
  background: #f8f8f8; }

.product__tab-content > .container {
  padding-top: 25px;
  padding-bottom: 25px; }

@media (min-width: 48em) {
  .product__tabs {
    margin-top: 60px;
    text-align: center; }

  .product__tab-title {
    font-size: 14px;
    padding: 18px 0 20px 0; } }
@media (min-width: 60em) {
  .product__tabs {
    margin-top: 130px;
    overflow: visible; }

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

  .product__tab-title {
    margin: 0 42px; }

  .product__tab-content > .container {
    padding-top: 50px;
    padding-bottom: 70px; } }
.quick-shop__tile {
  background: white; }

.quick-shop {
  height: 100%;
  width: 100% !important;
  top: 0 !important;
  background: white; }
  .quick-shop .product__slideshow {
    margin-top: 0;
    margin-left: 0; }
    .no-csscalc .quick-shop .product__slideshow {
      float: left;
      margin-right: 4%;
      width: 41%; }
    .csscalc .quick-shop .product__slideshow {
      float: left;
      margin-right: 50px;
      width: -webkit-calc(45% - 50px);
      width: calc(45% - 50px); }
    .quick-shop .product__slideshow .slick-list {
      margin: 0; }
    .quick-shop .product__slideshow .slick-dots {
      display: block !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      margin-top: 0;
      padding: 16px 0;
      background: #dc4c40;
      text-align: center; }
      .quick-shop .product__slideshow .slick-dots li {
        display: block;
        margin: 0 8px;
        height: auto;
        width: auto;
        background: transparent; }
      .quick-shop .product__slideshow .slick-dots button {
        display: block;
        margin: 0 auto;
        padding: 6px 0;
        width: auto;
        height: auto;
        background: transparent;
        color: transparent;
        border: none;
        font-size: 0; }
        .quick-shop .product__slideshow .slick-dots button:focus {
          outline: none; }
        .quick-shop .product__slideshow .slick-dots button:before {
          display: block;
          content: '';
          width: 16px;
          height: 16px;
          border-radius: 100%;
          border: 3px solid #dc4c40;
          background: white;
          transition: all 0.2s ease-in-out; }
      .quick-shop .product__slideshow .slick-dots .slick-active button:before {
        border: 2px solid white;
        background: #dc4c40; }
  .quick-shop .product__info {
    float: right !important;
    margin-right: 0 !important;
    margin-top: 18px;
    padding-right: 50px; }
    .no-csscalc .quick-shop .product__info {
      float: left;
      margin-right: 4%;
      width: 55%; }
    .csscalc .quick-shop .product__info {
      float: left;
      margin-right: 50px;
      width: 55%; }
    .quick-shop .product__info:after {
      content: '';
      display: table;
      clear: both; }
  .quick-shop .product__reviews-badge {
    font-size: 16px; }
  .quick-shop .product__description {
    margin-top: 26px; }
  .quick-shop .product__slideshow-image {
    margin: 0 !important; }
  .quick-shop [data-action="close-quick-shop"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 17px;
    background: #f0f0f0;
    font-size: 16px; }
    .quick-shop [data-action="close-quick-shop"]:hover {
      color: #dc4c40; }
  .quick-shop .product__quantity {
    display: none; }
  .quick-shop .product__buy {
    display: block !important; }
  .quick-shop .product__variants {
    margin-bottom: 50px; }
  .quick-shop .product__form {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 50%; }
  .quick-shop .button--cart {
    width: 100%;
    padding: 22px 0;
    border-radius: 0; }
  .csscalc .quick-shop .button--cart {
    margin-left: -50px;
    width: -webkit-calc(100% + 100px);
    width: calc(100% + 100px); }

.quick-shop__view-details {
  display: block;
  margin-top: 18px; }
  .quick-shop__view-details i {
    margin-left: 10px;
    font-size: 12px;
    vertical-align: 2px; }

.quick-shop--modal {
  max-width: 960px;
  max-height: 630px;
  overflow: hidden; }
  .quick-shop--modal .product__label ~ .product__label {
    margin-top: 0; }
  .csstransforms .quick-shop--modal {
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.template-search .page__header {
  margin-bottom: 0; }

.search__results {
  background: #f8f8f8;
  border-top: 1px solid #dddddd; }

.search__form {
  margin-top: 25px; }

.search__input {
  max-width: 400px; }

@media (min-width: 48em) {
  .search__form {
    margin-top: 50px; } }
@media (min-width: 68em) {
  .search__form {
    margin-top: 58px; } }
.index__slider {
  position: relative;
  z-index: 0; }
  .index__slider .slick-slider {
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }
  .index__slider .slick-slider.slick-initialized {
    opacity: 1; }
  .index__slider .slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 0 !important; }
  .index__slider.container {
    padding: 0; }
  .index__slider .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 22px;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 0;
    text-align: right; }
    .index__slider .slick-dots li {
      display: inline-block;
      margin-left: 10px; }
    .index__slider .slick-dots button {
      height: 5px;
      width: 23px;
      border-radius: 0;
      border: none;
      background: white;
      background: rgba(255, 255, 255, 0.4);
      transition: background 0.25s ease-in-out; }
      .index__slider .slick-dots button:focus {
        outline: none; }
    .index__slider .slick-dots .slick-active button {
      background: white; }

.slider__image {
  width: 100%; }

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

.slider__title {
  margin: 0 0 25px 0;
  color: white;
  font-size: 21px;
  font-family: crimson Text;
  line-height: 1.2; }

.slider__subtitle {
  display: none;
  font-family: crimson Text; }

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

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

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

@media (min-width: 48em) {
  .slider__cover-wrapper > .container {
    padding: 0 70px; }

  .index__slider {
    min-height: 300px; }
    .index__slider .slick-dots {
      bottom: 34px;
      padding: 0 70px; }
      .index__slider .slick-dots button {
        width: 48px; }

  .slider__title {
    font-size: 54px;
    max-width: 800px; }

  .slider__subtitle {
    display: block;
    color: white;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.9;
    max-width: 600px; }

  .slider__button {
    margin-top: 45px;
    padding: 15px 40px 16px 40px;
    font-size: 14px; } }
@media (min-width: 68em) {
  .index__slider {
    min-height: 500px; }
    .index__slider .slick-dots button {
      height: 8px; }

  .slider__title {
    font-size: 60px; } }
.template-404 main[role="main"] {
  padding-bottom: 0; }
.template-404 .page__header {
  margin-bottom: 0;
  border-bottom: 0; }

.template-cart main[role="main"] {
  padding-bottom: 0; }
.template-cart .page__header {
  margin-bottom: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1; }

.template-empty-cart .page__header {
  border-bottom: none; }

.template-collection {
  background: #f8f8f8; }
  .template-collection main[role="main"] {
    padding-bottom: 0; }
  .template-collection .page__header {
    margin-bottom: 0; }
  .template-collection .page__header--has-filter {
    border-bottom: 0; }
    .template-collection .page__header--has-filter .page__header-wrapper {
      padding-bottom: 0; }

.template-index .home {
  overflow: hidden; }
.template-index main[role="main"] {
  padding-bottom: 0; }

.index-module {
  background: white;
  border-top: 1px solid #dddddd; }
  .index-module:first-child {
    border-top: none; }
  .index__slider + .index-module {
    border-top: none; }
  .index-module .collections__masonry,
  .index-module .collections__grid {
    background: white; }

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

.index-module--alternate {
  background: #f8f8f8; }

.index-module__title {
  margin: 0 0 28px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: crimson Text;
  color: black; }

.index-module__new-products .index-module__title,
.index-module__featured-products .index-module__title,
.index-module__featured-collections .index-module__title {
  padding-top: 35px; }

.index-module__new-products .index-module__title {
  margin-bottom: 10px; }

.index-module__featured-products .index-module__title {
  margin-bottom: 10px; }

.index-module__featured-collections .index-module__title {
  margin-bottom: 10px; }

.index-module__free-text {
  text-align: center; }
  .index-module__free-text ul, .index-module__free-text ol {
    margin-left: 0; }

.index-module__newsletter {
  border: none; }

.index-module__blog {
  overflow: hidden; }

.index-module__social .index-module__title,
.index-module__blog .index-module__title {
  margin-bottom: 38px; }

.social__subtitle {
  margin: 22px 0 0 0;
  text-align: center; }

.instagram__list {
  margin: 0 -7px;
  font-size: 0; }

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

.instagram__image {
  width: 100%; }

.instagram__overlay {
  display: none; }

.no-touch .instagram__image-wrapper:hover .instagram__overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 18px 15px 16px 20px;
  background: rgba(0, 0, 0, 0.6);
  text-align: left; }
.no-touch .instagram__image-wrapper:hover .instagram__caption,
.no-touch .instagram__image-wrapper:hover .instagram__date {
  color: #ffffff; }
.no-touch .instagram__image-wrapper:hover .instagram__caption {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  font-size: 13px;
  line-height: 1.55;
  height: 4.65em; }
.no-touch .instagram__image-wrapper:hover .instagram__date {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.flexbox.no-touch .instagram__image-wrapper:hover .instagram__overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }

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

.tweet__content {
  margin: 0 0 22px 0;
  word-wrap: break-word; }

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

.index-module__blog .article--short:last-child {
  margin-bottom: 0; }

.index-module__instagram + .index-module__twitter {
  margin-top: 36px; }

.index-module__social-modules--desktop {
  display: none; }

.ie8 .index-module__social {
  display: none !important; }

@media (min-width: 48em) {
  .index-module__title {
    margin-bottom: 30px;
    font-size: 16px; }

  .index-module__blog .article--short {
    margin-bottom: 0; }
    .no-csscalc .index-module__blog .article--short {
      float: left;
      width: 31%;
      margin-left: 3%; }
    .csscalc .index-module__blog .article--short {
      float: left;
      width: -webkit-calc(33.33333% + -33.33333px);
      width: calc(33.33333% + -33.33333px);
      margin-left: 50px; } }
  @media (min-width: 48em) and (max-width: 47.9em) {
    .index-module__blog .article--short.grid__item--mobile-first {
      margin-left: 0 !important;
      clear: both; } }
  @media (min-width: 48em) and (min-width: 48em) and (max-width: 67.9em) {
    .index-module__blog .article--short.grid__item--tablet-first {
      margin-left: 0 !important;
      clear: both; } }
  @media (min-width: 48em) and (min-width: 68em) {
    .index-module__blog .article--short.grid__item--desktop-first {
      margin-left: 0 !important;
      clear: both; } }
@media (min-width: 48em) {
    .index-module__blog .article--short:first-child {
      margin-left: 0;
      clear: both; } }
@media (min-width: 60em) {
  .index-module--padded {
    padding: 46px 0 48px 0; }

  .index-module__new-products .index-module__title,
  .index-module__featured-products .index-module__title,
  .index-module__featured-collections .index-module__title {
    padding-top: 46px; }

  .index-module__new-products .index-module__title {
    margin-bottom: 21px; }

  .index-module__featured-products .index-module__title {
    margin-bottom: 21px; }

  .index-module__social-modules {
    margin-top: 52px;
    text-align: center; }

  .social__subtitle {
    margin-top: 42px; }

  .index-module__instagram,
  .index-module__twitter {
    display: inline-block;
    width: 50%; }

  .index-module__instagram + .index-module__twitter {
    float: right;
    margin-top: 0;
    padding-left: 70px; }

  .index-module__social {
    overflow-x: hidden; }

  .index-module__social-modules--mobile {
    display: none; }

  .index-module__social-modules--desktop {
    display: block;
    margin-left: -60px;
    margin-right: -60px; }

  .index-module__social-row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 60px 0; }
    .index-module__social-row .instagram__list,
    .index-module__social-row .tweet,
    .index-module__social-row .social__subtitle {
      display: table-cell;
      height: 100%;
      width: 50%;
      vertical-align: middle; }
    .index-module__social-row .social__subtitle {
      padding-top: 40px;
      vertical-align: top; }

  .tweet__date {
    font-size: 14px; } }
@media (min-width: 68em) {
  .no-csscalc .index-module__featured-collections .collections__grid-item {
    float: left;
    width: 31.66667%;
    margin-left: 2%; }
  .csscalc .index-module__featured-collections .collections__grid-item {
    float: left;
    width: -webkit-calc(33.33333% + -16.66667px);
    width: calc(33.33333% + -16.66667px);
    margin-left: 25px; } }
@media (min-width: 68em) and (max-width: 47.9em) {
  .index-module__featured-collections .collections__grid-item.grid__item--mobile-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 68em) and (min-width: 48em) and (max-width: 67.9em) {
  .index-module__featured-collections .collections__grid-item.grid__item--tablet-first {
    margin-left: 0 !important;
    clear: both; } }
@media (min-width: 68em) and (min-width: 68em) {
  .index-module__featured-collections .collections__grid-item.grid__item--desktop-first {
    margin-left: 0 !important;
    clear: both; } }

.template-list-collections main[role="main"] {
  padding: 0; }
.template-list-collections .page__header {
  margin-bottom: 0; }

.template-product main[role="main"] {
  padding-bottom: 0; }

.template-search main[role="main"] {
  padding-bottom: 0; }
  .flexbox .template-search main[role="main"] .page__header {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    border-bottom: none; }

.template-page-collections-grid .page__header {
  margin-bottom: 0; }
