@charset "UTF-8";
/*============================================================================
  Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
    - Do not adjust the order of stylesheets in the `global` directory!
==============================================================================*/
/*================ VENDOR ================*/
/* 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;
  width: 100%; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/*================ GLOBAL ================*/
/*================ Color Variables ================*/
/* NOTE: As you add more colors here, update utilities.scss with matching text / background color utility classes */
/*================ Typography Variables ================*/
/*
//  Important note about line-height and BH Gradients:
//  ----------------------------------------
//  Because of the way background-clip behaves, line heights need to stay above '1' on anything with the gradient text.
//  Applying the background-clip to something with a line-height of less than 1 will clip the bottom of the text block off.
*/
/*================ Spacing Variables ================*/
/*================ Forms ================*/
/*================ Media Query Breakpoints ================*/
/*================ Bootstrap Grid ================*/
/*================ Bootstrap Container Sizes ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*
  *  Names are a little confusing but -
  *  $transition-timing-function-in should be used on the `active` state that you're transitioning *to*
  *  $transition-timing-function-out should be used on the `active` state that you're transitioning *from*
  *
  *  Usage -
  *  .element {
  *     transition: all $transition-timing-function-out;
  *     &:hover,
  *     &:focus {
  *      transition: all $transition-timing-function-in;
  *     }
  *   }
  *
  */
/*================ Module Variables ================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
  font-family: inherit;
  font-weight: 700;
  color: #000;
  text-transform: none; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #888888; }

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%; }

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 2.375rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h1, .h1 {
      font-size: 4.5rem; } }

h2, .h2 {
  font-size: 1.75rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h2, .h2 {
      font-size: 3rem; } }

h3, .h3 {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h3, .h3 {
      font-size: 2.25rem; } }

h4, .h4 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.55;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 0.875rem;
  letter-spacing: 0.0625em;
  line-height: 1.375;
  font-weight: 500; }

h6, .h6 {
  font-size: 0.75rem;
  letter-spacing: 0.0714em;
  line-height: 1.571;
  font-family: "sequel-100-wide", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500; }

.p1 {
  font-size: 1rem;
  letter-spacing: 0.0625em;
  line-height: 1.389;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .p1 {
      font-size: 1.25rem; } }

.p2 {
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.4;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .p2 {
      font-size: 1rem; } }

.p3 {
  font-size: 0.75rem;
  letter-spacing: 0em;
  line-height: 1.4;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .p3 {
      font-size: 0.875rem; } }

.rte h1, .rte h2 {
  font-size: 1.5625rem;
  margin-top: 2rem; }

.rte h3 {
  font-size: 1rem;
  margin-top: 1.75rem; }
  @media screen and (min-width: 768px) {
    .rte h3 {
      font-size: 1.25rem; } }

.rte h4, .rte h5, .rte h6 {
  font-size: 1rem;
  margin-top: 1.5rem; }
  @media screen and (min-width: 768px) {
    .rte h4, .rte h5, .rte h6 {
      font-size: 1.25rem; } }

.lead {
  margin-bottom: 25;
  font-size: 18.4;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24; } }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 2px solid #000; }

/*================ Emphasis + Misc ================*/
small,
.small {
  font-size: 0.75rem; }
  @media screen and (min-width: 768px) {
    small,
    .small {
      font-size: 0.875rem; } }

.text-danger {
  color: #fe607f; }

a.text-danger:hover,
a.text-danger:focus {
  color: #fe2d56; }

.bg-primary {
  color: #fff; }

.bg-danger {
  background-color: #F00; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #cc0000; }

/*================ Lists ================*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }
  ul li:not(last-child),
  ol li:not(last-child) {
    margin-bottom: 5px; }

.list-unstyled, .header-dropdown__grid {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin: 0;
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 25; }

dt,
dd {
  line-height: 1.5625; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd {
  *zoom: 1; }
  .dl-horizontal dd::after {
    content: '';
    display: table;
    clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

/*================ Misc ================*/
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #888888; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 12.5 25;
  margin: 0 0 25;
  font-size: 1.25em;
  border-left: 5px solid #888888; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.5625;
    color: #888888; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #888888;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 25;
  font-style: normal;
  line-height: 1.5625; }

pre,
code,
kbd,
samp {
  font-family: "Maax-Mono", "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.75rem; }

.text-border-shadow {
  position: relative;
  z-index: 0; }
  @supports (-webkit-text-stroke: 1px) {
    .text-border-shadow::before {
      position: absolute;
      top: 4px;
      left: -4px;
      width: 100%;
      height: 100%;
      content: attr(data-text);
      z-index: -1;
      color: #000;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1px;
      white-space: pre-line; } }

.content-text {
  color: #888888;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 56ch; }
  .content-text[style*="color"] > * {
    color: inherit; }
  .content-text > *:last-child {
    margin-bottom: 0; }

.callout {
  font-family: "photoshoot", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 1.125em;
  font-style: normal;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .callout {
      font-size: 1.75em; } }

@font-face {
  font-family: 'sequel-100-wide';
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/sequel100wide-45.woff2?v=9434081286330603507') format("woff2"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/sequel100wide-45.woff?v=5029486260377540440') format("woff"); }

@font-face {
  font-family: 'sequel-100-wide';
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
  src: url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/sequel100wide-46.woff2?v=7428996104340293038') format("woff2"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/sequel100wide-46.woff?v=507583346875791638') format("woff"); }

@font-face {
  font-family: 'sequel-100-wide';
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
  src: url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/sequel100wide-85.woff2?v=17912559773305075698') format("woff2"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/sequel100wide-85.woff?v=14962660660123587395') format("woff"); }

@font-face {
  font-family: 'sequel-100-wide';
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
  src: url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/sequel100wide-86.woff2?v=16096546806201149192') format("woff2"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/sequel100wide-86.woff?v=13960484660800870894') format("woff"); }

@font-face {
  font-family: 'photoshoot';
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
  src: url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/photoshoot.woff2?v=17178417874786907733') format("woff2"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/photoshoot.woff?v=2053960019622695618') format("woff"); }

@font-face {
  font-family: 'Maax-Mono';
  src: url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-Mono.eot?v=12417741670568676837?#iefix');
  src: url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-Mono.eot?v=12417741670568676837?#iefix') format("embedded-opentype"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-Mono.woff?v=4394474598090999452') format("woff"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-Mono.ttf?v=144869435245275019') format("truetype"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-Mono.svg?v=14756609039786780432#Maax-Mono') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: fallback; }

@font-face {
  font-family: 'Maax-Mono';
  src: url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-MonoItalic.eot?v=12483183922054370524?#iefix');
  src: url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-MonoItalic.eot?v=12483183922054370524?#iefix') format("embedded-opentype"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-MonoItalic.woff?v=2604215151773587050') format("woff"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-MonoItalic.ttf?v=12637193477887773107') format("truetype"), url('//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/Maax-MonoItalic.svg?v=4712877994327888990#Maax-MonoItalic') format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: fallback; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body.has-quick-view-open {
  overflow: hidden; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "sequel-100-wide", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5625;
  color: #000;
  text-align: left;
  background-color: #fff;
  letter-spacing: 0.015em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 1rem; } }

[tabindex="-1"]:focus {
  outline: none !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem; }

p {
  margin-top: 0;
  margin-bottom: 0.8rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: normal; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a svg {
    fill: #000; }
  a.is-underline {
    transition: border 0.25s ease-in, border-color 0.25s ease-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    display: inline; }
    a.is-underline:hover, a.is-underline:focus {
      border-bottom-color: currentColor; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto; }

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

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888888;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

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

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #000;
  background-color: #fff;
  padding: 16px;
  z-index: 10000;
  transition: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  *zoom: 1;
  width: 100%; }
  .container::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 2440px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 2440px; } }
  .container .container {
    width: 100%; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  *zoom: 1; }
  .container-fluid::after {
    content: '';
    display: table;
    clear: both; }

.container-fluid-max {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
  *zoom: 1;
  width: 100%; }
  .container-fluid-max::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .container-fluid-max {
      max-width: 752px; } }
  @media (min-width: 992px) {
    .container-fluid-max {
      max-width: 1024px; } }
  @media (min-width: 1200px) {
    .container-fluid-max {
      max-width: 2440px; } }
  @media (min-width: 1440px) {
    .container-fluid-max {
      max-width: 2440px; } }

.row {
  margin-left: -16px;
  margin-right: -16px;
  *zoom: 1; }
  .row::after {
    content: '';
    display: table;
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

/* If supported, use flexbox to stick the footer to the bottom of the page */
.flexbox .layout-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh; }

.flexbox main#MainContent {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  -ms-flex-direction: column;
      flex-direction: column; }

.layout-wrapper {
  max-width: 2440px;
  margin: 0 auto; }
  .site-fixed-header .layout-wrapper {
    position: relative;
    padding-top: 86px; }
    @media (min-width: 992px) {
      .site-fixed-header .layout-wrapper {
        padding-top: 126px; } }
  .site-fixed-header.no-pencil-banner .layout-wrapper {
    position: relative;
    padding-top: 56px; }
    @media (min-width: 992px) {
      .site-fixed-header.no-pencil-banner .layout-wrapper {
        padding-top: 94px; } }

.layout-main-content {
  -ms-flex-direction: column;
      flex-direction: column; }

.layout-content-wrapper {
  margin-bottom: 48px;
  margin-top: 48px; }
  .layout-content-wrapper.flush-top {
    margin-top: 0; }
  .layout-content-wrapper.flush-bottom {
    margin-bottom: 0; }

.layout-text-wrapper {
  margin: 0 auto;
  max-width: 64ch; }

.flex,
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-column,
.flex-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.flex0 {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.flex1-0 {
  -ms-flex: 1 1 0px;
      flex: 1 1 0; }

.flex1-1-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 1;
      flex: 1; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 2;
      flex: 2; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 3;
      flex: 3; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 4;
      flex: 4; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 5;
      flex: 5; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 6;
      flex: 6; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 7;
      flex: 7; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 8;
      flex: 8; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 9;
      flex: 9; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 10;
      flex: 10; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 11;
      flex: 11; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 12;
      flex: 12; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 13;
      flex: 13; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 14;
      flex: 14; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 15;
      flex: 15; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 16;
      flex: 16; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 17;
      flex: 17; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 18;
      flex: 18; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 19;
      flex: 19; }

.flex-ps-i:after {
  content: '';
  display: block;
  -ms-flex: 20;
      flex: 20; }

.flex1 {
  -ms-flex: 1;
      flex: 1; }

.flex-1 {
  -ms-flex: 1;
      flex: 1; }

.flex2 {
  -ms-flex: 2;
      flex: 2; }

.flex-2 {
  -ms-flex: 2;
      flex: 2; }

.flex3 {
  -ms-flex: 3;
      flex: 3; }

.flex-3 {
  -ms-flex: 3;
      flex: 3; }

.flex4 {
  -ms-flex: 4;
      flex: 4; }

.flex-4 {
  -ms-flex: 4;
      flex: 4; }

.flex5 {
  -ms-flex: 5;
      flex: 5; }

.flex-5 {
  -ms-flex: 5;
      flex: 5; }

.flex6 {
  -ms-flex: 6;
      flex: 6; }

.flex-6 {
  -ms-flex: 6;
      flex: 6; }

.flex7 {
  -ms-flex: 7;
      flex: 7; }

.flex-7 {
  -ms-flex: 7;
      flex: 7; }

.flex8 {
  -ms-flex: 8;
      flex: 8; }

.flex-8 {
  -ms-flex: 8;
      flex: 8; }

.flex9 {
  -ms-flex: 9;
      flex: 9; }

.flex-9 {
  -ms-flex: 9;
      flex: 9; }

.flex10 {
  -ms-flex: 10;
      flex: 10; }

.flex-10 {
  -ms-flex: 10;
      flex: 10; }

.flex11 {
  -ms-flex: 11;
      flex: 11; }

.flex-11 {
  -ms-flex: 11;
      flex: 11; }

.flex12 {
  -ms-flex: 12;
      flex: 12; }

.flex-12 {
  -ms-flex: 12;
      flex: 12; }

.flex13 {
  -ms-flex: 13;
      flex: 13; }

.flex-13 {
  -ms-flex: 13;
      flex: 13; }

.flex14 {
  -ms-flex: 14;
      flex: 14; }

.flex-14 {
  -ms-flex: 14;
      flex: 14; }

.flex15 {
  -ms-flex: 15;
      flex: 15; }

.flex-15 {
  -ms-flex: 15;
      flex: 15; }

.flex16 {
  -ms-flex: 16;
      flex: 16; }

.flex-16 {
  -ms-flex: 16;
      flex: 16; }

.flex17 {
  -ms-flex: 17;
      flex: 17; }

.flex-17 {
  -ms-flex: 17;
      flex: 17; }

.flex18 {
  -ms-flex: 18;
      flex: 18; }

.flex-18 {
  -ms-flex: 18;
      flex: 18; }

.flex19 {
  -ms-flex: 19;
      flex: 19; }

.flex-19 {
  -ms-flex: 19;
      flex: 19; }

.flex20 {
  -ms-flex: 20;
      flex: 20; }

.flex-20 {
  -ms-flex: 20;
      flex: 20; }

@media screen and (min-width: 576px) {
  .flex-xs-1 {
    -ms-flex: 1;
        flex: 1; }
  .flex-xs-2 {
    -ms-flex: 2;
        flex: 2; }
  .flex-xs-3 {
    -ms-flex: 3;
        flex: 3; }
  .flex-xs-4 {
    -ms-flex: 4;
        flex: 4; }
  .flex-xs-5 {
    -ms-flex: 5;
        flex: 5; }
  .flex-xs-6 {
    -ms-flex: 6;
        flex: 6; }
  .flex-xs-7 {
    -ms-flex: 7;
        flex: 7; }
  .flex-xs-8 {
    -ms-flex: 8;
        flex: 8; }
  .flex-xs-9 {
    -ms-flex: 9;
        flex: 9; }
  .flex-xs-10 {
    -ms-flex: 10;
        flex: 10; }
  .flex-xs-11 {
    -ms-flex: 11;
        flex: 11; }
  .flex-xs-12 {
    -ms-flex: 12;
        flex: 12; }
  .flex-xs-13 {
    -ms-flex: 13;
        flex: 13; }
  .flex-xs-14 {
    -ms-flex: 14;
        flex: 14; }
  .flex-xs-15 {
    -ms-flex: 15;
        flex: 15; }
  .flex-xs-16 {
    -ms-flex: 16;
        flex: 16; }
  .flex-xs-17 {
    -ms-flex: 17;
        flex: 17; }
  .flex-xs-18 {
    -ms-flex: 18;
        flex: 18; }
  .flex-xs-19 {
    -ms-flex: 19;
        flex: 19; }
  .flex-xs-20 {
    -ms-flex: 20;
        flex: 20; } }

@media screen and (min-width: 768px) {
  .flex-sm-1 {
    -ms-flex: 1;
        flex: 1; }
  .flex-sm-2 {
    -ms-flex: 2;
        flex: 2; }
  .flex-sm-3 {
    -ms-flex: 3;
        flex: 3; }
  .flex-sm-4 {
    -ms-flex: 4;
        flex: 4; }
  .flex-sm-5 {
    -ms-flex: 5;
        flex: 5; }
  .flex-sm-6 {
    -ms-flex: 6;
        flex: 6; }
  .flex-sm-7 {
    -ms-flex: 7;
        flex: 7; }
  .flex-sm-8 {
    -ms-flex: 8;
        flex: 8; }
  .flex-sm-9 {
    -ms-flex: 9;
        flex: 9; }
  .flex-sm-10 {
    -ms-flex: 10;
        flex: 10; }
  .flex-sm-11 {
    -ms-flex: 11;
        flex: 11; }
  .flex-sm-12 {
    -ms-flex: 12;
        flex: 12; }
  .flex-sm-13 {
    -ms-flex: 13;
        flex: 13; }
  .flex-sm-14 {
    -ms-flex: 14;
        flex: 14; }
  .flex-sm-15 {
    -ms-flex: 15;
        flex: 15; }
  .flex-sm-16 {
    -ms-flex: 16;
        flex: 16; }
  .flex-sm-17 {
    -ms-flex: 17;
        flex: 17; }
  .flex-sm-18 {
    -ms-flex: 18;
        flex: 18; }
  .flex-sm-19 {
    -ms-flex: 19;
        flex: 19; }
  .flex-sm-20 {
    -ms-flex: 20;
        flex: 20; } }

@media screen and (min-width: 992px) {
  .flex-md-1 {
    -ms-flex: 1;
        flex: 1; }
  .flex-md-2 {
    -ms-flex: 2;
        flex: 2; }
  .flex-md-3 {
    -ms-flex: 3;
        flex: 3; }
  .flex-md-4 {
    -ms-flex: 4;
        flex: 4; }
  .flex-md-5 {
    -ms-flex: 5;
        flex: 5; }
  .flex-md-6 {
    -ms-flex: 6;
        flex: 6; }
  .flex-md-7 {
    -ms-flex: 7;
        flex: 7; }
  .flex-md-8 {
    -ms-flex: 8;
        flex: 8; }
  .flex-md-9 {
    -ms-flex: 9;
        flex: 9; }
  .flex-md-10 {
    -ms-flex: 10;
        flex: 10; }
  .flex-md-11 {
    -ms-flex: 11;
        flex: 11; }
  .flex-md-12 {
    -ms-flex: 12;
        flex: 12; }
  .flex-md-13 {
    -ms-flex: 13;
        flex: 13; }
  .flex-md-14 {
    -ms-flex: 14;
        flex: 14; }
  .flex-md-15 {
    -ms-flex: 15;
        flex: 15; }
  .flex-md-16 {
    -ms-flex: 16;
        flex: 16; }
  .flex-md-17 {
    -ms-flex: 17;
        flex: 17; }
  .flex-md-18 {
    -ms-flex: 18;
        flex: 18; }
  .flex-md-19 {
    -ms-flex: 19;
        flex: 19; }
  .flex-md-20 {
    -ms-flex: 20;
        flex: 20; } }

@media screen and (min-width: 1200px) {
  .flex-lg-1 {
    -ms-flex: 1;
        flex: 1; }
  .flex-lg-2 {
    -ms-flex: 2;
        flex: 2; }
  .flex-lg-3 {
    -ms-flex: 3;
        flex: 3; }
  .flex-lg-4 {
    -ms-flex: 4;
        flex: 4; }
  .flex-lg-5 {
    -ms-flex: 5;
        flex: 5; }
  .flex-lg-6 {
    -ms-flex: 6;
        flex: 6; }
  .flex-lg-7 {
    -ms-flex: 7;
        flex: 7; }
  .flex-lg-8 {
    -ms-flex: 8;
        flex: 8; }
  .flex-lg-9 {
    -ms-flex: 9;
        flex: 9; }
  .flex-lg-10 {
    -ms-flex: 10;
        flex: 10; }
  .flex-lg-11 {
    -ms-flex: 11;
        flex: 11; }
  .flex-lg-12 {
    -ms-flex: 12;
        flex: 12; }
  .flex-lg-13 {
    -ms-flex: 13;
        flex: 13; }
  .flex-lg-14 {
    -ms-flex: 14;
        flex: 14; }
  .flex-lg-15 {
    -ms-flex: 15;
        flex: 15; }
  .flex-lg-16 {
    -ms-flex: 16;
        flex: 16; }
  .flex-lg-17 {
    -ms-flex: 17;
        flex: 17; }
  .flex-lg-18 {
    -ms-flex: 18;
        flex: 18; }
  .flex-lg-19 {
    -ms-flex: 19;
        flex: 19; }
  .flex-lg-20 {
    -ms-flex: 20;
        flex: 20; } }

@media screen and (min-width: 1440px) {
  .flex-xl-1 {
    -ms-flex: 1;
        flex: 1; }
  .flex-xl-2 {
    -ms-flex: 2;
        flex: 2; }
  .flex-xl-3 {
    -ms-flex: 3;
        flex: 3; }
  .flex-xl-4 {
    -ms-flex: 4;
        flex: 4; }
  .flex-xl-5 {
    -ms-flex: 5;
        flex: 5; }
  .flex-xl-6 {
    -ms-flex: 6;
        flex: 6; }
  .flex-xl-7 {
    -ms-flex: 7;
        flex: 7; }
  .flex-xl-8 {
    -ms-flex: 8;
        flex: 8; }
  .flex-xl-9 {
    -ms-flex: 9;
        flex: 9; }
  .flex-xl-10 {
    -ms-flex: 10;
        flex: 10; }
  .flex-xl-11 {
    -ms-flex: 11;
        flex: 11; }
  .flex-xl-12 {
    -ms-flex: 12;
        flex: 12; }
  .flex-xl-13 {
    -ms-flex: 13;
        flex: 13; }
  .flex-xl-14 {
    -ms-flex: 14;
        flex: 14; }
  .flex-xl-15 {
    -ms-flex: 15;
        flex: 15; }
  .flex-xl-16 {
    -ms-flex: 16;
        flex: 16; }
  .flex-xl-17 {
    -ms-flex: 17;
        flex: 17; }
  .flex-xl-18 {
    -ms-flex: 18;
        flex: 18; }
  .flex-xl-19 {
    -ms-flex: 19;
        flex: 19; }
  .flex-xl-20 {
    -ms-flex: 20;
        flex: 20; } }

.flex-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.flex-vCenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .flex-vCenter:before, .flex-vCenter:after {
    -ms-flex: 1;
        flex: 1;
    content: '';
    display: block; }

.flex-pseudo-vertical-center:after, .flex-pseudo-vertical-center:before {
  content: '';
  display: block;
  -ms-flex: 1;
      flex: 1; }

.flex-pseudo-before:before {
  content: '';
  display: block;
  -ms-flex: 1;
      flex: 1; }

.flex-pseudo-after:after {
  content: '';
  display: block;
  -ms-flex: 1;
      flex: 1; }

.flex-direction--row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-direction--column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.flex-align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.flex-align-self-center {
  -ms-flex-item-align: center;
      align-self: center; }

.flex-align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.flex-align-items-start {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex; }

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

.flex-align-right,
.flex-align-items-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }

.flex-justify-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.flex-justify-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.flex-justify-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.u-justifyContent--between,
.flex-justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.flex-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-col-xsmall-down {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 576px) {
    .flex-col-xsmall-down {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media screen and (max-width: 575px) {
    .flex-col-xsmall-down {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (max-width: 575px) {
    .flex-col-xsmall-down.flex-col-reverse {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

.flex-col-small-down {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    .flex-col-small-down {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media screen and (max-width: 767px) {
    .flex-col-small-down {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .flex-col-small-down.flex-col-reverse {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

.flex-col-medium-down {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 992px) {
    .flex-col-medium-down {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media screen and (max-width: 991px) {
    .flex-col-medium-down {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (max-width: 991px) {
    .flex-col-medium-down.flex-col-reverse {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

.flex-col-large-down {
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1200px) {
    .flex-col-large-down {
      -ms-flex-direction: row;
          flex-direction: row; } }
  @media screen and (max-width: 1199px) {
    .flex-col-large-down {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media screen and (max-width: 1199px) {
    .flex-col-large-down.flex-col-reverse {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

.flex-col-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.fade {
  opacity: 0;
  transition: opacity 0.15s ease-in-out; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out; }

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

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

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes slideIn {
  from {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0; }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

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

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

/*================ Removed during style refactoring ================*/
/*================ COMPONENTS ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
  stroke-width: 0; }
  .no-svg .icon {
    display: none; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

/*================ Shopify icon on password page ================*/
.icon-shopify-logo {
  width: 82.28571;
  height: 24; }

.btn {
  padding: 0.825em 1em 0.75em;
  border-radius: 0;
  font-size: 14;
  line-height: 1.3;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 0;
  border: 1px solid transparent;
  background-image: none;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #000;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .25;
    pointer-events: none; }
  .btn > span {
    position: relative; }

.btn,
.btn-default {
  background-color: #68FFDE;
  color: #000; }
  .btn::after,
  .btn-default::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0.25rem, -0.25rem);
            transform: translate(0.25rem, -0.25rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: 1px solid #000;
    content: '';
    z-index: 1;
    will-change: transform; }
  .btn:focus, .btn.focus,
  .btn-default:focus,
  .btn-default.focus {
    background-color: #68FFDE;
    color: #000; }
  .btn:hover::after,
  .product-card:hover .btn::after,
  .btn-default:hover::after,
  .product-card:hover
  .btn-default::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .btn:active, .btn.active,
  .open > .btn.dropdown-toggle,
  .btn-default:active,
  .btn-default.active,
  .open >
  .btn-default.dropdown-toggle {
    color: #000;
    background-color: #68FFDE;
    border-color: transparent; }
    .btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus,
    .open > .btn.dropdown-toggle:hover,
    .open > .btn.dropdown-toggle:focus,
    .open > .btn.dropdown-toggle.focus,
    .btn-default:active:hover,
    .btn-default:active:focus,
    .btn-default:active.focus,
    .btn-default.active:hover,
    .btn-default.active:focus,
    .btn-default.active.focus,
    .open >
    .btn-default.dropdown-toggle:hover,
    .open >
    .btn-default.dropdown-toggle:focus,
    .open >
    .btn-default.dropdown-toggle.focus {
      color: #000;
      background-color: #68FFDE;
      border-color: transparent; }
  .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .btn.focus,
  .btn-default.disabled:hover,
  .btn-default.disabled:focus,
  .btn-default.disabled.focus,
  .btn-default[disabled]:hover,
  .btn-default[disabled]:focus,
  .btn-default[disabled].focus,
  fieldset[disabled]
  .btn-default:hover,
  fieldset[disabled]
  .btn-default:focus,
  fieldset[disabled]
  .btn-default.focus {
    color: #000;
    background-color: #68FFDE; }
  .btn.disabled::after, .btn[disabled]::after,
  fieldset[disabled] .btn::after,
  .btn-default.disabled::after,
  .btn-default[disabled]::after,
  fieldset[disabled]
  .btn-default::after {
    content: none !important; }
  .btn .badge,
  .btn-default .badge {
    color: #68FFDE;
    background-color: #000; }
  .btn span,
  .btn-default span {
    display: inline-block; }
  .btn > span,
  .btn-default > span {
    -webkit-transform: translate(0.125rem, -0.125rem);
            transform: translate(0.125rem, -0.125rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .btn:hover > span,
  .product-card:hover .btn > span,
  .btn-default:hover > span,
  .product-card:hover
  .btn-default > span {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.btn-primary {
  background-color: #68FFDE;
  color: #000; }
  .btn-primary::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0.25rem, -0.25rem);
            transform: translate(0.25rem, -0.25rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: 1px solid #000;
    content: '';
    z-index: 1;
    will-change: transform; }
  .btn-primary:focus, .btn-primary.focus {
    background-color: #68FFDE;
    color: #000; }
  .btn-primary:hover::after,
  .product-card:hover .btn-primary::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #68FFDE;
    border-color: transparent; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #000;
      background-color: #68FFDE;
      border-color: transparent; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    color: #000;
    background-color: #68FFDE; }
  .btn-primary.disabled::after, .btn-primary[disabled]::after,
  fieldset[disabled] .btn-primary::after {
    content: none !important; }
  .btn-primary .badge {
    color: #68FFDE;
    background-color: #000; }
  .btn-primary span {
    display: inline-block; }
  .btn-primary > span {
    -webkit-transform: translate(0.125rem, -0.125rem);
            transform: translate(0.125rem, -0.125rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .btn-primary:hover > span,
  .product-card:hover .btn-primary > span {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.btn-secondary {
  background-color: #000;
  color: #fff; }
  .btn-secondary::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0.25rem, -0.25rem);
            transform: translate(0.25rem, -0.25rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: 1px solid #000;
    content: '';
    z-index: 1;
    will-change: transform; }
  .btn-secondary:focus, .btn-secondary.focus {
    background-color: #000;
    color: #000; }
  .btn-secondary:hover::after,
  .product-card:hover .btn-secondary::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #000;
      border-color: #000; }
  .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled].focus,
  fieldset[disabled] .btn-secondary:hover,
  fieldset[disabled] .btn-secondary:focus,
  fieldset[disabled] .btn-secondary.focus {
    color: #fff;
    background-color: #000; }
  .btn-secondary.disabled::after, .btn-secondary[disabled]::after,
  fieldset[disabled] .btn-secondary::after {
    content: none !important; }
  .btn-secondary .badge {
    color: #000;
    background-color: #fff; }
  .btn-secondary span {
    display: inline-block; }
  .btn-secondary > span {
    -webkit-transform: translate(0.125rem, -0.125rem);
            transform: translate(0.125rem, -0.125rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .btn-secondary:hover > span,
  .product-card:hover .btn-secondary > span {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.btn-alternate {
  background-color: #fff;
  color: #000; }
  .btn-alternate::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0.25rem, -0.25rem);
            transform: translate(0.25rem, -0.25rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: 1px solid #000;
    content: '';
    z-index: 1;
    will-change: transform; }
  .btn-alternate:focus, .btn-alternate.focus {
    background-color: #fff;
    color: #fff; }
  .btn-alternate:hover::after,
  .product-card:hover .btn-alternate::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .btn-alternate:active, .btn-alternate.active,
  .open > .btn-alternate.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #68FFDE; }
    .btn-alternate:active:hover, .btn-alternate:active:focus, .btn-alternate:active.focus, .btn-alternate.active:hover, .btn-alternate.active:focus, .btn-alternate.active.focus,
    .open > .btn-alternate.dropdown-toggle:hover,
    .open > .btn-alternate.dropdown-toggle:focus,
    .open > .btn-alternate.dropdown-toggle.focus {
      color: #000;
      background-color: #fff;
      border-color: #68FFDE; }
  .btn-alternate.disabled:hover, .btn-alternate.disabled:focus, .btn-alternate.disabled.focus, .btn-alternate[disabled]:hover, .btn-alternate[disabled]:focus, .btn-alternate[disabled].focus,
  fieldset[disabled] .btn-alternate:hover,
  fieldset[disabled] .btn-alternate:focus,
  fieldset[disabled] .btn-alternate.focus {
    color: #000;
    background-color: #fff; }
  .btn-alternate.disabled::after, .btn-alternate[disabled]::after,
  fieldset[disabled] .btn-alternate::after {
    content: none !important; }
  .btn-alternate .badge {
    color: #fff;
    background-color: #000; }
  .btn-alternate span {
    display: inline-block; }
  .btn-alternate > span {
    -webkit-transform: translate(0.125rem, -0.125rem);
            transform: translate(0.125rem, -0.125rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .btn-alternate:hover > span,
  .product-card:hover .btn-alternate > span {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.btn-link {
  border-radius: 0;
  background-color: transparent;
  color: #000;
  font-size: inherit;
  font-weight: normal;
  letter-spacing: inherit;
  text-transform: inherit; }
  .btn-link::before {
    content: none; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
    outline: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
    outline: none; }
  .btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #f30094;
    text-decoration: none; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #888888;
    text-decoration: none; }

.btn-border {
  transition: border 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: solid 1px #000;
  background-color: transparent; }
  .btn-border:hover, .btn-border:focus {
    border: solid 1px #68FFDE;
    color: #000; }
  .btn-border::after {
    content: none; }
  .btn-border span {
    -webkit-transform: none;
            transform: none; }

.btn-lg {
  padding: 0.6875rem 1rem 0.625rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1.33333; }

.btn-sm {
  padding: 0.34375rem 0.625rem 0.3125rem;
  border-radius: 0;
  font-size: 14;
  line-height: 1.5; }

.btn-xs {
  padding: 0.06875rem 0.3125rem 0.0625rem;
  border-radius: 0;
  font-size: 14;
  line-height: 1.5; }

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

.btn-block + .btn-block {
  margin-top: 5px; }

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%; }

.btn-add-to-cart {
  min-width: 300px; }

.cta {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.25rem;
  padding: .75em 1em 1em 1.5em;
  border: 0;
  background-color: currentColor;
  color: #CBE3FF;
  font-size: 0.75rem;
  line-height: 1.3;
  text-align: center;
  z-index: 0; }
  .cta:focus, .cta:active, .cta:active:focus {
    outline: 0;
    background-color: currentColor; }
  .cta::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0.25rem, -0.25rem);
            transform: translate(0.25rem, -0.25rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    outline: 1px solid #000;
    content: '';
    will-change: transform; }
  .cta:hover::after,
  .product-card:hover .cta::after,
  a:hover .cta::after {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .cta__content {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #000;
    font-weight: 700;
    letter-spacing: 1px;
    will-change: transform; }
    .cta:hover .cta__content,
    .product-card:hover .cta .cta__content,
    a:hover .cta__content {
      -webkit-transform: translate(-0.25rem, 0.125rem) !important;
              transform: translate(-0.25rem, 0.125rem) !important; }
  .cta__text {
    text-transform: uppercase; }
  .cta__arrow {
    display: none;
    -ms-flex: 0 0 .8em;
        flex: 0 0 .8em;
    width: .8em;
    height: .8em;
    margin-left: .5rem; }
    @media screen and (min-width: 768px) {
      .cta__arrow {
        display: block; } }
    .cta__arrow,
    .cta:hover .cta__arrow,
    .cta:focus .cta__arrow {
      fill: #000;
      stroke: none; }

.nav-link {
  font-size: 0.75rem;
  display: inline-block;
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .nav-link {
      font-size: 0.875rem; } }
  .nav-link::after {
    position: absolute;
    top: 50%;
    left: -0.25em;
    width: 100%;
    height: 1em;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    transition: opacity 0.15s ease-in;
    background-color: #F8FF2F;
    content: '';
    opacity: 0;
    z-index: -1; }
  .nav-link:hover, .nav-link:focus, .nav-link.is-active,
  .is-active .nav-link {
    color: #000; }
    .nav-link:hover::after, .nav-link:focus::after, .nav-link.is-active::after,
    .is-active .nav-link::after {
      opacity: 1; }

.placeholder-svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  fill: rgba(0, 0, 0, 0.35); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal,
  .modal-open .subscription-modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  overflow: hidden;
  z-index: 1050;
  -webkit-overflow-scrolling: touch; }
  .modal.fade .modal-dialog {
    transition: opacity 150ms ease-out;
    opacity: 0; }
  .modal.in .modal-dialog {
    transition: opacity 150ms ease-out;
    opacity: 1; }

.modal-dialog {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  min-height: calc(100% - (30px * 2));
  margin: 10px; }

.modal-content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 0 5px 20px -7px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 1049; }
  .modal-backdrop.fade {
    transition: opacity 300ms ease-out;
    opacity: 0; }
  .modal-backdrop.in {
    transition: opacity 300ms ease-out;
    opacity: 0.3; }

.modal-header {
  *zoom: 1;
  padding: 30px;
  padding-top: 80px; }
  .modal-header::after {
    content: '';
    display: table;
    clear: both; }

.modal-header .close {
  position: absolute;
  top: 21px;
  right: 23px; }

.modal-title {
  margin: 0;
  line-height: 1.5625;
  text-align: center; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 30px; }

.modal-footer {
  *zoom: 1;
  padding: 30px;
  text-align: right; }
  .modal-footer::after {
    content: '';
    display: table;
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

@media (max-width: 991px) {
  .shoppable-modal .modal-dialog {
    -ms-flex-align: stretch;
        align-items: stretch;
    min-height: 100%;
    margin: 0 auto; } }

.shoppable-modal .modal-content {
  padding: 0.5rem 16px 16px; }
  @media (min-width: 992px) {
    .shoppable-modal .modal-content {
      padding: 32px; } }

.shoppable-modal .modal-header {
  right: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0.5rem;
  text-align: right; }
  @media (min-width: 992px) {
    .shoppable-modal .modal-header {
      position: absolute;
      bottom: 100%;
      padding: 0; } }

.shoppable-modal .modal__close-btn {
  color: #000;
  font-weight: 500;
  text-transform: uppercase; }
  .shoppable-modal .modal__close-btn svg {
    position: relative;
    top: -0.1rem;
    width: .65rem;
    height: .65rem;
    margin-left: .5rem;
    stroke-width: 1px;
    stroke: currentColor; }
  @media (min-width: 992px) {
    .shoppable-modal .modal__close-btn {
      color: #fff; }
      .shoppable-modal .modal__close-btn:hover {
        color: #fff; }
        .shoppable-modal .modal__close-btn:hover svg {
          fill: currentColor;
          stroke: currentColor; } }

.shoppable-modal .modal-body {
  padding-top: 0;
  padding-bottom: 32px; }

.shoppable-modal .modal-header,
.shoppable-modal .modal-body {
  max-width: 400px;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 992px) {
    .shoppable-modal .modal-header,
    .shoppable-modal .modal-body {
      max-width: none; } }

.shoppable-modal .modal-title {
  text-align: center; }

.shoppable-modal .product-card {
  padding: 0 20px; }
  .shoppable-modal .product-card .cta {
    min-width: 0;
    padding-right: 30px;
    padding-left: 30px; }
    .shoppable-modal .product-card .cta svg {
      display: none; }

.shoppable-modal .product-card__gallery {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto; }

.shoppable-modal .product-card__info-title {
  font-size: 0.875rem; }

.shoppable-modal .product-card__info-subtitle {
  font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    .shoppable-modal .product-card__info-subtitle {
      font-size: 1rem; } }

.shoppable-modal .social-sharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .shoppable-modal .social-sharing .icon {
    width: 1rem; }

.shoppable-modal.modal--no-products .modal-dialog {
  max-width: 600px; }

@media (min-width: 992px) {
  .shoppable-modal__cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    -ms-flex-pack: center;
        justify-content: center; } }

.shoppable-modal__col + .shoppable-modal__col {
  margin-top: 32px; }

@media (min-width: 992px) {
  .shoppable-modal__col {
    -ms-flex: 1;
        flex: 1;
    margin-top: 0 !important; } }

.shoppable-modal__col--image {
  -ms-flex: 3;
      flex: 3; }
  .shoppable-modal__col--image video {
    width: 100%; }

@media (min-width: 992px) {
  .shoppable-modal__col--details {
    -ms-flex: 2;
        flex: 2;
    margin-left: 32px; } }

.modal--no-products .shoppable-modal__col--details {
  display: none; }

.shoppable-modal__featured-image {
  display: block;
  width: 100%; }

.shoppable-modal__caption {
  padding-top: 1rem;
  line-height: 1.5; }

.shoppable-modal__product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 32px; }

.shoppable-modal__product-image {
  -ms-flex: none;
      flex: none;
  width: 40%;
  max-width: 150px;
  margin-right: 32px;
  border: 1px solid #eee; }
  @media (min-width: 992px) {
    .shoppable-modal__product-image {
      width: 33%; } }

.shoppable-modal__product-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .shoppable-modal__product-info h4,
  .shoppable-modal__product-info .product__title {
    font-size: 0.875rem;
    margin-bottom: .25rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .shoppable-modal__product-info h4,
      .shoppable-modal__product-info .product__title {
        font-size: 1rem; } }
  .shoppable-modal__product-info .product__cta {
    padding: 1rem 0; }
    .shoppable-modal__product-info .product__cta a {
      border-bottom: 2px solid #000;
      font-size: 0.625rem;
      font-weight: 700;
      letter-spacing: 0.125rem;
      text-transform: uppercase; }
      .shoppable-modal__product-info .product__cta a:hover, .shoppable-modal__product-info .product__cta a:focus {
        border-color: #f30094; }

.shoppable-grid {
  /*
      |             |
      |     2x2     | | 1x1 | | 1x1 |
      |             |  _____________
        -------------  |             |
                      |     2x2     |
      | 1x1 | | 1x1 | |             |
  */
  /*
      |             | | 1x1 | | 1x1 |
      |     2x2     |
      |             | | 1x1 | | 1x1 |
  */
  /*
      | 1x1 |  | 1x1 |

      | 1x1 |  | 1x1 |
  */
  /*
      |             | | 1x1 |
      |     2x2     |
      |             | | 1x1 |
  */ }
  @media (min-width: 992px) {
    .shoppable-grid {
      display: grid;
      grid-gap: 32px; } }
  .shoppable-grid--6-images {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: 'big1 big1  .    .' 'big1 big1 big2 big2' ' .    .   big2 big2'; }
    .shoppable-grid--6-images .shoppable-grid__item:nth-child(1) {
      grid-area: big1; }
    .shoppable-grid--6-images .shoppable-grid__item:nth-child(2) {
      grid-area: big2; }
  .shoppable-grid--5-images {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: '. . big1 big1' '. . big1 big1'; }
    .shoppable-grid--5-images .shoppable-grid__item:nth-child(1) {
      grid-area: big1; }
    .content-grid--reverse .shoppable-grid--5-images {
      grid-template-areas: 'big1 big1 . .' 'big1 big1 . .'; }
  .shoppable-grid--4-images {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
  .shoppable-grid--3-images {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: '. big1 big1' '. big1 big1'; }
    .shoppable-grid--3-images .shoppable-grid__item:nth-child(1) {
      grid-area: big1; }
    .content-grid--reverse .shoppable-grid--3-images {
      grid-template-areas: 'big1 big1 .' 'big1 big1 .'; }

.page-header {
  position: relative;
  margin: 48px 0;
  padding-bottom: 64px;
  text-align: center; }
  @media (min-width: 768px) {
    .page-header--left {
      text-align: left; } }
  @media (min-width: 768px) {
    .page-header--right {
      text-align: right; } }
  .page-header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #eee;
    content: ''; }
  .flush-top .page-header {
    margin-top: 3.5rem;
    padding-bottom: 3.5rem; }
    @media (min-width: 992px) {
      .flush-top .page-header {
        margin-top: 5.625rem;
        padding-bottom: 5.625rem; } }
  .page-header__title {
    margin: 0;
    font-size: 1.5rem; }
    @media (min-width: 768px) {
      .page-header__title {
        font-size: 1.75rem; } }
  .page-header__subtitle {
    max-width: 50em;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .page-header--left .page-header__subtitle {
        margin-left: 0; }
      .page-header--right .page-header__subtitle {
        margin-right: 0; } }
  .page-header__title + .page-header__subtitle {
    margin-top: 1rem; }

.page-hero {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 1rem;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center; }
  @media (min-width: 992px) {
    .page-hero {
      margin-bottom: 0;
      padding-top: 150px;
      padding-bottom: 150px; } }
  #shopify-section-collection .page-hero {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      #shopify-section-collection .page-hero {
        margin-bottom: 0;
        padding-top: 80px;
        padding-bottom: 80px; } }
  @media (min-width: 768px) {
    .page-hero--text-left {
      text-align: left; } }
  @media (min-width: 768px) {
    .page-hero--text-right {
      text-align: right; } }
  .page-hero--light a:not(.btn) {
    color: #fff; }
  .page-hero--short {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (min-width: 992px) {
      .page-hero--short {
        padding-top: 80px;
        padding-bottom: 80px; } }
  .page-hero__title {
    margin-bottom: 0;
    font-size: 1.75rem; }
    @media (min-width: 992px) {
      .page-hero__title {
        font-size: 2.375rem; } }
    .page-hero--light .page-hero__title {
      color: #fff; }
  .page-hero__toptitle {
    margin-bottom: 20px; }
    .page-hero--light .page-hero__toptitle {
      color: #fff; }
  .page-hero__subtitle {
    margin: 1.5rem auto;
    font-weight: 400; }
    .page-hero--light .page-hero__subtitle {
      color: #fff; }
  .page-hero__bg, .page-hero__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1; }
  .page-hero__content {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.5rem; }
    .page-hero--no-img .page-hero__content::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: calc(100% - 32px);
      max-width: 1376px;
      height: 2px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #eee;
      content: ''; }
    .page-hero--short .page-hero__content {
      margin-top: 0; }
    .page-hero--content-left .page-hero__content {
      margin-left: 0; }
    .page-hero--content-right .page-hero__content {
      margin-right: 0; }

.page-sidebar__content {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee; }
  @media (min-width: 992px) {
    .page-sidebar__content {
      margin-top: 0;
      padding-top: 0;
      border-top: 0; } }

.page-sidebar__title {
  margin-bottom: 2.5rem; }

.page-sidebar__menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-family: inherit;
  text-transform: uppercase; }

.page-sidebar__menu-item {
  margin-bottom: 15px;
  padding-left: 20px; }
  .page-sidebar__menu-item.is-active {
    position: relative; }
    .page-sidebar__menu-item.is-active::before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 11px;
      height: 1px;
      background-color: #000;
      content: ''; }
    .page-sidebar__menu-item.is-active a {
      color: #000; }

.page-filters {
  scrollbar-face-color: #f30094;
  scrollbar-track-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0;
  padding: 0 1rem;
  list-style: none;
  text-align: center;
  overflow-x: scroll; }
  .page-filters::-webkit-scrollbar {
    width: 5%;
    height: 5px; }
  .page-filters::-webkit-scrollbar-thumb {
    background-color: #f30094;
    border-radius: 2.5px;
    opacity: 0.5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .page-filters:hover ::-webkit-scrollbar-thumb, .page-filters:focus ::-webkit-scrollbar-thumb {
    background-color: #f30094;
    opacity: 1; }
  .page-filters::-webkit-scrollbar-track, .page-filters::-webkit-scrollbar-track-piece {
    background-color: transparent;
    height: 2.5px; }
  @media (min-width: 992px) {
    .page-filters {
      -ms-flex-pack: center;
          justify-content: center; } }
  .page-filters__wrap {
    margin: 0 auto 64px;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee; }
    @media (min-width: 1200px) {
      .page-filters__wrap {
        padding: 0 16px; } }
  .page-filters__item {
    display: inline-block;
    margin-bottom: 0;
    padding: 32px 16px; }
  .page-filters__link {
    display: inline-block;
    line-height: 1;
    text-transform: uppercase; }
    .page-filters__link.is-active {
      border-bottom: 2px solid currentColor;
      color: #f30094; }

.page__description {
  padding: 32px; }

@media (max-width: 991px) {
  .template-page-legal .page-header__title {
    font-size: 1.75rem; } }

.template-page-legal p {
  font-size: 0.875rem;
  letter-spacing: 1.1px;
  line-height: 1.56; }
  @media screen and (min-width: 768px) {
    .template-page-legal p {
      font-size: 1rem; } }
  @media (max-width: 991px) {
    .template-page-legal p {
      font-size: 0.75rem; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    .template-page-legal p {
      font-size: 0.875rem; } }

.template-page-unbranded .layout-wrapper {
  padding-top: 0 !important; }

.template-page-unbranded .header-wrap,
.template-page-unbranded #shopify-section-footer {
  display: none !important; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 16;
  line-height: inherit;
  color: #888888;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

select:not([multiple]),
input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

output {
  display: block;
  padding-top: 1.35rem;
  font-size: 0.875rem;
  line-height: 1.5625;
  color: #000; }
  @media screen and (min-width: 768px) {
    output {
      font-size: 1rem; } }

.form-control, .chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 2.8rem;
  padding: 0.35rem 2em 0.35rem 1.25em;
  line-height: 1.5625;
  color: #000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #888888;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
  font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    .form-control, .chosen-container-single .chosen-single {
      font-size: 1rem; } }
  .form-control:focus, .chosen-container-single .chosen-single:focus {
    border-color: #000;
    outline: 0;
    color: #000; }
  .form-control.placeholder, .chosen-container-single .placeholder.chosen-single {
    color: #888888; }
  .form-control:-moz-placeholder, .chosen-container-single .chosen-single:-moz-placeholder {
    color: #888888; }
  .form-control::-moz-placeholder, .chosen-container-single .chosen-single::-moz-placeholder {
    color: #888888; }
  .form-control:-ms-input-placeholder, .chosen-container-single .chosen-single:-ms-input-placeholder {
    color: #888888; }
  .form-control::-webkit-input-placeholder, .chosen-container-single .chosen-single::-webkit-input-placeholder {
    color: #888888; }
  .form-control[type=text], .chosen-container-single .chosen-single[type=text] {
    padding-top: 0.5rem; }
  .form-control::-ms-expand, .chosen-container-single .chosen-single::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .chosen-container-single .chosen-single[disabled], .form-control[readonly], .chosen-container-single .chosen-single[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] .chosen-container-single .chosen-single,
  .chosen-container-single fieldset[disabled] .chosen-single {
    background-color: #fff;
    opacity: 1; }
  .form-control[disabled], .chosen-container-single .chosen-single[disabled],
  fieldset[disabled] .form-control,
  fieldset[disabled] .chosen-container-single .chosen-single,
  .chosen-container-single fieldset[disabled] .chosen-single {
    cursor: not-allowed; }
  .collection-filter-bar .form-control, .collection-filter-bar .chosen-container-single .chosen-single, .chosen-container-single .collection-filter-bar .chosen-single {
    padding-left: 0.75rem;
    font-weight: 500; }
    .collection-filter-bar .form-control select, .collection-filter-bar .chosen-container-single .chosen-single select, .chosen-container-single .collection-filter-bar .chosen-single select,
    .collection-filter-bar .form-control select.form-control,
    .collection-filter-bar .chosen-container-single .chosen-single select.form-control,
    .chosen-container-single .collection-filter-bar .chosen-single select.form-control,
    .collection-filter-bar .form-control .chosen-container-single select.chosen-single,
    .chosen-container-single .collection-filter-bar .form-control select.chosen-single,
    .collection-filter-bar .chosen-container-single .chosen-single select.chosen-single,
    .chosen-container-single .collection-filter-bar .chosen-single select.chosen-single {
      padding-left: 0.75rem;
      font-weight: 500; }

textarea.form-control, .chosen-container-single textarea.chosen-single {
  height: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

select.form-control, .chosen-container-single select.chosen-single {
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/ico-select.svg?v=1150905753395774055);
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-color: transparent;
  background-size: 12px auto;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer; }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 991px) {
  [class*="ios"] .form-control, [class*="ios"] .chosen-container-single .chosen-single, .chosen-container-single [class*="ios"] .chosen-single {
    font-size: 16px; } }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .chosen-container-single input.chosen-single[type="date"],
  input[type="time"].form-control,
  .chosen-container-single input.chosen-single[type="time"],
  input[type="datetime-local"].form-control,
  .chosen-container-single input.chosen-single[type="datetime-local"],
  input[type="month"].form-control,
  .chosen-container-single input.chosen-single[type="month"] {
    line-height: 2.8rem; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 23.625rem; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 29.91667rem; } }

.form-group {
  margin-bottom: 25px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px; }
  .radio label,
  .checkbox label {
    min-height: 25;
    padding-left: 40px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    text-transform: none;
    font-size: 0.75rem;
    letter-spacing: 0.015em; }
    @media screen and (min-width: 768px) {
      .radio label,
      .checkbox label {
        font-size: 0.875rem; } }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  left: 0;
  top: 0; }
  .checkbox input[type="checkbox"]:focus + .checkbox-ui,
  .checkbox input[type="checkbox"]:focus + .radio-ui,
  .radio input[type="radio"]:focus + .checkbox-ui,
  .radio input[type="radio"]:focus + .radio-ui {
    background-color: #fce6f2; }

.checkbox-ui,
.radio-ui {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  text-align: center;
  color: #000;
  overflow: hidden;
  transition: background-color, 0.25s, ease-in-out; }
  @media screen and (min-width: 768px) {
    .checkbox-ui,
    .radio-ui {
      font-size: 1rem; } }

.checkbox-ui {
  height: 21px;
  width: 21px;
  top: 1px;
  line-height: 17px;
  border: 1px solid #9b9b9b; }
  .checkbox-ui:before {
    content: "\0000D7";
    display: inline-block;
    opacity: 0;
    transition: opacity 0.15s ease-out; }
  input[type="checkbox"][disabled] ~ .checkbox-ui {
    opacity: 0.4; }
  input[type="checkbox"]:checked ~ .checkbox-ui:before {
    opacity: 1;
    font-size: 1.35em;
    transition: opacity 0.15s ease-in; }

.checkbox.checkbox--inverted .checkbox-ui {
  border: 1px solid #fff; }

.checkbox.checkbox--inverted input[type="checkbox"]:checked ~ .checkbox-ui {
  color: #fff;
  background-color: #f30094; }

.radio-ui {
  height: 17px;
  width: 17px;
  top: 3px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.15s ease-in; }
  .radio-ui:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
    transition: background-color 0.15s ease-in; }
  input[type="radio"][disabled] ~ .radio-ui {
    opacity: 0.4; }
  input[type="radio"]:checked ~ .radio-ui {
    border-color: #f30094;
    background-color: #f30094;
    transition: all 0.15s ease-in; }
    input[type="radio"]:checked ~ .radio-ui:before {
      background-color: #fff;
      transition: background-color 0.15s ease-in; }

.form-control-static {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
  margin-bottom: 0;
  min-height: 41; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 23.625rem;
  padding: 0.3125rem 0.625rem;
  font-size: 14;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm {
  height: 23.625rem;
  line-height: 23.625rem; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .chosen-container-single .chosen-single, .chosen-container-single .form-group-sm .chosen-single {
  height: 23.625rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0; }
  @media screen and (min-width: 768px) {
    .form-group-sm .form-control, .form-group-sm .chosen-container-single .chosen-single, .chosen-container-single .form-group-sm .chosen-single {
      font-size: 0.875rem; } }

.form-group-sm select.form-control, .form-group-sm .chosen-container-single select.chosen-single, .chosen-container-single .form-group-sm select.chosen-single {
  height: 23.625rem;
  line-height: 23.625rem; }

.form-group-sm textarea.form-control, .form-group-sm .chosen-container-single textarea.chosen-single, .chosen-container-single .form-group-sm textarea.chosen-single,
.form-group-sm select[multiple].form-control,
.form-group-sm .chosen-container-single select.chosen-single[multiple],
.chosen-container-single .form-group-sm select.chosen-single[multiple] {
  height: auto; }

.form-group-sm .form-control-static {
  height: 23.625rem;
  min-height: 39;
  padding: 1.3125rem 0.625rem;
  font-size: 0.75rem;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .form-group-sm .form-control-static {
      font-size: 0.875rem; } }

.input-lg {
  height: 29.91667rem;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 0; }

select.input-lg {
  height: 29.91667rem;
  line-height: 29.91667rem; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .chosen-container-single .chosen-single, .chosen-container-single .form-group-lg .chosen-single {
  height: 29.91667rem;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  line-height: 1.33333;
  border-radius: 0; }
  @media screen and (min-width: 768px) {
    .form-group-lg .form-control, .form-group-lg .chosen-container-single .chosen-single, .chosen-container-single .form-group-lg .chosen-single {
      font-size: 1.25rem; } }

.form-group-lg select.form-control, .form-group-lg .chosen-container-single select.chosen-single, .chosen-container-single .form-group-lg select.chosen-single {
  height: 29.91667rem;
  line-height: 29.91667rem; }

.form-group-lg textarea.form-control, .form-group-lg .chosen-container-single textarea.chosen-single, .chosen-container-single .form-group-lg textarea.chosen-single,
.form-group-lg select[multiple].form-control,
.form-group-lg .chosen-container-single select.chosen-single[multiple],
.chosen-container-single .form-group-lg select.chosen-single[multiple] {
  height: auto; }

.form-group-lg .form-control-static {
  height: 29.91667rem;
  min-height: 45;
  padding: 1.625rem 1rem;
  font-size: 1rem;
  line-height: 1.33333; }
  @media screen and (min-width: 768px) {
    .form-group-lg .form-control-static {
      font-size: 1.25rem; } }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .chosen-container-single .chosen-single, .chosen-container-single .has-feedback .chosen-single {
    padding-right: 3.5rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  line-height: 2.8rem;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .chosen-container-single .chosen-single + .form-control-feedback,
.chosen-container-single .form-group-lg .chosen-single + .form-control-feedback {
  width: 29.91667rem;
  height: 29.91667rem;
  line-height: 29.91667rem; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .chosen-container-single .chosen-single + .form-control-feedback,
.chosen-container-single .form-group-sm .chosen-single + .form-control-feedback {
  width: 23.625rem;
  height: 23.625rem;
  line-height: 23.625rem; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label,
.has-error-z .help-block,
.has-error-z .control-label,
.has-error-z .radio,
.has-error-z .checkbox,
.has-error-z .radio-inline,
.has-error-z .checkbox-inline,
.has-error-z.radio label,
.has-error-z.checkbox label,
.has-error-z.radio-inline label,
.has-error-z.checkbox-inline label {
  color: #fe607f; }

.has-error .form-control, .has-error .chosen-container-single .chosen-single, .chosen-container-single .has-error .chosen-single,
.has-error-z .form-control,
.has-error-z .chosen-container-single .chosen-single,
.chosen-container-single .has-error-z .chosen-single {
  color: #fe607f;
  border-color: #fe607f; }
  .has-error .form-control:focus, .has-error .chosen-container-single .chosen-single:focus, .chosen-container-single .has-error .chosen-single:focus,
  .has-error-z .form-control:focus,
  .has-error-z .chosen-container-single .chosen-single:focus,
  .chosen-container-single .has-error-z .chosen-single:focus {
    border-color: #fe2d56; }

.has-error .input-group-addon,
.has-error-z .input-group-addon {
  color: #fe607f;
  border-color: #fe607f;
  background-color: #F00; }

.has-error .form-control-feedback,
.has-error-z .form-control-feedback {
  color: #fe607f; }

.has-error .confirmation-error,
.has-error .error-message,
.has-error-z .confirmation-error,
.has-error-z .error-message {
  color: #fe607f; }

.has-feedback label ~ .form-control-feedback {
  top: 30; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #404040; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .chosen-container-single .chosen-single, .chosen-container-single .form-inline .chosen-single {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    padding: 0.35rem 0.75rem; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group .chosen-container-single .chosen-single,
    .chosen-container-single .form-inline .input-group .chosen-single {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .chosen-container-single .input-group > .chosen-single, .chosen-container-single .form-inline .input-group > .chosen-single {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.35rem; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 26.35rem; }

.form-horizontal .form-group {
  margin-left: -16px;
  margin-right: -16px;
  *zoom: 1; }
  .form-horizontal .form-group::after {
    content: '';
    display: table;
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .form-group {
    display: -ms-flexbox;
    display: flex; }
    .form-horizontal .form-group .control-label {
      -ms-flex-item-align: center;
          align-self: center; }
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0; }
    .form-horizontal .control-label.textarea-label {
      -ms-flex-item-align: start;
          align-self: flex-start;
      padding-top: 1rem; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 16px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 1.625rem;
    font-size: 1rem; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
      font-size: 1.25rem; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.3125rem;
    font-size: 0.75rem; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
      font-size: 0.875rem; } }

.quantity-adjuster {
  display: inline-block;
  font-size: 0; }
  .quantity-adjuster button {
    border: none;
    background: none;
    -webkit-appearance: none;
    padding: 0;
    height: 32px;
    width: 30px;
    text-align: center;
    vertical-align: top;
    cursor: pointer; }
    .quantity-adjuster button[disabled] {
      opacity: 0.25;
      cursor: not-allowed; }
  .quantity-adjuster input[type="number"] {
    width: 32px;
    padding: 0;
    border: 0;
    text-align: center;
    font-weight: 700;
    font-size: 0.875rem;
    height: 32px;
    cursor: pointer;
    -moz-appearance: textfield; }
    .quantity-adjuster input[type="number"][disabled] {
      opacity: 0.25;
      cursor: not-allowed; }
    .quantity-adjuster input[type="number"]::-webkit-inner-spin-button, .quantity-adjuster input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .quantity-adjuster .quantity-adjuster__increment,
  .quantity-adjuster .quantity-adjuster__decrement {
    position: relative; }
    .quantity-adjuster .quantity-adjuster__increment:before, .quantity-adjuster .quantity-adjuster__increment:after,
    .quantity-adjuster .quantity-adjuster__decrement:before,
    .quantity-adjuster .quantity-adjuster__decrement:after {
      content: '';
      position: absolute;
      height: 2px;
      width: 12px;
      background-color: #000;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .quantity-adjuster .quantity-adjuster__increment:after,
    .quantity-adjuster .quantity-adjuster__decrement:after {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
              transform: translate(-50%, -50%) rotate(90deg); }
  .quantity-adjuster .quantity-adjuster__decrement:after {
    display: none; }
  .quantity-adjuster.quantity-adjuster--large {
    min-width: 105px; }
    @media (min-width: 992px) {
      .quantity-adjuster.quantity-adjuster--large button,
      .quantity-adjuster.quantity-adjuster--large input[type="number"] {
        height: 50px; }
      .quantity-adjuster.quantity-adjuster--large input[type="number"] {
        width: 50px; } }

.form-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .form-flex .form-group {
    width: 100%;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .form-flex .form-group.form-group--half {
        -ms-flex-preferred-size: calc(50% - 8px);
            flex-basis: calc(50% - 8px); } }
    @media (min-width: 992px) {
      .form-flex .form-group.form-group--third {
        -ms-flex-preferred-size: calc(33.3% - 8px);
            flex-basis: calc(33.3% - 8px); } }

.form-control.form-control--underline, .chosen-container-single .form-control--underline.chosen-single {
  border: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  padding-right: 0; }
  .form-control.form-control--underline:focus, .chosen-container-single .form-control--underline.chosen-single:focus {
    border-bottom-color: #f30094; }

#challenge .layout-main-content {
  padding: 64px 0; }

#RecoverPasswordForm button {
  margin-left: 8px; }
  #RecoverPasswordForm button:first-child {
    margin-left: 0; }

.rte {
  line-height: 1.7; }
  .rte img {
    height: auto; }
  .rte table {
    table-layout: fixed; }
  .rte ul,
  .rte ol {
    margin: 0 0 16px 32px; }
  .rte ul {
    list-style: disc outside; }
    .rte ul ul {
      list-style: circle outside; }
      .rte ul ul ul {
        list-style: square outside; }
  .rte a {
    border-bottom: 1.5px solid currentColor; }
  .rte .page-title {
    font-size: 0.75rem;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px; }
    @media screen and (min-width: 768px) {
      .rte .page-title {
        font-size: 0.875rem; } }
  .rte__video-wrapper {
    position: relative;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .rte__video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .rte__table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.search-is-active .header-cart {
  visibility: hidden; }

.header-cart__badge {
  display: inline-block;
  position: relative; }

.header-cart__badge-count {
  position: absolute;
  top: 0;
  right: .125rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  border-radius: 50%;
  background-color: #f30094;
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
  opacity: 0; }
  .has-items .header-cart__badge-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    opacity: 1; }

.header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  @media (min-width: 1225px) {
    .header-nav {
      padding-right: 16px;
      padding-left: 16px; } }
  .header-nav--left {
    padding-left: 0; }
    @media (min-width: 1225px) {
      .header-nav--left {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }
  .header-nav--right {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-right: 0;
    z-index: 4; }
    @media (min-width: 1225px) {
      .header-nav--right {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; } }
    .header-nav--right .header-nav__menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .header-nav--right .header-nav__menu .header-nav__icon:not(:last-child) {
        margin-right: .25rem; }
  @media (min-width: 1225px) {
    .header-nav--center {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      -ms-flex-pack: center;
          justify-content: center; } }
  .header-nav--logo {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
  @media (max-width: 1224px) {
    .header-nav--hide-on-mobile {
      display: none; } }
  @media (min-width: 1225px) {
    .header-nav--hide-on-desktop {
      display: none; } }
  .header-nav__menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
    height: 100%; }
  .header-nav__menu-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    margin: 0 auto; }
    .header-nav__menu-item:first-child {
      margin-left: 0; }
    .header-nav__menu-item:last-child {
      margin-right: 0; }
    @media (min-width: 576px) {
      .header-nav__menu-item {
        margin: 0 0.6rem; } }
    @media (min-width: 1440px) {
      .header-nav__menu-item {
        margin: 0 1rem; } }
    .header-nav__menu-item .nav-link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      height: 100%; }
    .header-nav__menu-item .btn-link {
      padding: 0; }
  .header-nav__menu-trigger {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
    .header-nav__menu-trigger .header-nav__toggle-button {
      padding: 0;
      border: none;
      background-color: transparent; }
  .header-nav__toggle-arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    border: 5px solid transparent;
    border-top-color: black; }
  .header-nav__icon {
    line-height: 0; }
    .header-nav__icon .icon {
      width: 1.5rem;
      height: 1.5rem;
      fill: currentColor; }
      @media (min-width: 992px) {
        .header-nav__icon .icon {
          width: 2rem;
          height: 2rem; } }
  .header-nav__search {
    position: static; }
  .header-nav__search-input {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    -ms-flex-align: center;
        align-items: center;
    background: #fff;
    z-index: 10; }
    .search-is-active .header-nav__search-input {
      display: -ms-flexbox;
      display: flex; }
    .header-nav__search-input form {
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
      width: 100%; }
    .header-nav__search-input .minimal-input-box__submit {
      right: 2em; }
      @media screen and (min-width: 992px) {
        .header-nav__search-input .minimal-input-box__submit {
          right: 3.125em; } }
  .header-nav__search-close {
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 11; }
    .search-is-active .header-nav__search-close {
      display: block; }
    .header-nav__search-close svg {
      padding: 2px; }
  .header-nav__mobile-menu {
    margin-left: 1rem; }
    @media screen and (min-width: 992px) {
      .header-nav__mobile-menu {
        margin-left: 1.5em; } }
    .header-nav__mobile-menu .icon {
      width: .75rem;
      height: .75rem; }
      @media screen and (min-width: 992px) {
        .header-nav__mobile-menu .icon {
          width: 1rem;
          height: 1rem; } }
    .header-nav__mobile-menu .icon-close {
      display: none;
      padding: 1px; }
    .drawer-open .header-nav__mobile-menu .icon-close {
      display: inline; }
    .drawer-open .header-nav__mobile-menu .icon-hamburger {
      display: none; }
  .header-nav__mobile-menu-text {
    margin-left: .5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase; }

.header-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 20px 0;
  transition: opacity 0.15s ease-in;
  background: #fff;
  box-shadow: 0px 8px 15px -10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  z-index: -1;
  pointer-events: none; }
  .header-dropdown.is-open, .header-dropdown.is-forced-open {
    transition-timing-function: ease-out;
    opacity: 1;
    pointer-events: auto; }
  .header-dropdown__menus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .header-dropdown__menu {
    display: inline-block;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    vertical-align: top; }
    .header-dropdown__menu ul {
      margin: 0;
      padding-left: 0;
      list-style: none; }
      .header-dropdown__menu ul ul {
        margin-top: 10px;
        padding-left: 15px; }
      .header-dropdown__menu ul > li:not(:last-child) {
        margin-bottom: 2em; }
      .header-dropdown__menu ul a {
        font-weight: 700;
        text-transform: uppercase; }
  .header-dropdown__grid {
    display: block; }
    .header-dropdown__grid.header-dropdown__grid--col1 > li:not(:last-child) {
      margin-bottom: 2em; }
    .header-dropdown__grid.header-dropdown__grid--col2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-auto-flow: column;
      -webkit-column-gap: 2em;
         -moz-column-gap: 2em;
              column-gap: 2em;
      row-gap: 2em; }
    .header-dropdown__grid ul {
      margin: 0;
      padding-left: 0;
      list-style: none;
      margin-top: 10px;
      padding-left: 15px; }
    .header-dropdown__grid a {
      font-weight: 700;
      text-transform: uppercase; }
  .header-dropdown-item.header-dropdown-item--col1 {
    grid-column: 1 / 1; }
  .header-dropdown-item.header-dropdown-item--col2 {
    grid-column: 2 / 2; }
  .header-dropdown__ctas {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin: 0 -16px 2em; }
  .header-dropdown__cta {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 40%;
    padding-right: 16px;
    padding-left: 16px; }
  .header-dropdown__text {
    display: block;
    font-weight: 400;
    letter-spacing: 1px; }
  .header-dropdown__cta-square {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    color: #CBE3FF; }
    .header-dropdown__cta-square::before {
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-0.25rem, 0.25rem);
              transform: translate(-0.25rem, 0.25rem);
      transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
      background-color: currentColor;
      content: '';
      z-index: -1;
      will-change: transform; }
      @media screen and (min-width: 992px) {
        .header-dropdown__cta-square::before {
          -webkit-transform: translate(-0.5rem, 0.5rem);
                  transform: translate(-0.5rem, 0.5rem); } }
    .dropdown--all-ctas .header-dropdown__cta-square {
      padding-bottom: 75%; }
    a:hover .header-dropdown__cta-square::before {
      -webkit-transform: translate(-0.125rem, 0.125rem);
              transform: translate(-0.125rem, 0.125rem); }
      @media screen and (min-width: 992px) {
        a:hover .header-dropdown__cta-square::before {
          -webkit-transform: translate(-0.25rem, 0.25rem);
                  transform: translate(-0.25rem, 0.25rem); } }
  .header-dropdown__cta-link {
    margin-top: 1em; }

.breadcrumbs {
  display: none;
  margin-bottom: 16px;
  font-size: 0.625rem;
  text-transform: uppercase; }
  @media screen and (min-width: 576px) {
    .breadcrumbs {
      display: -ms-flexbox;
      display: flex; } }
  .breadcrumbs__crumb {
    display: inline-block;
    text-decoration: none;
    margin: 0; }
    .breadcrumbs__crumb:not(:last-child)::after {
      display: inline-block;
      content: "";
      padding: 0 .5em;
      width: 10px;
      height: 10px;
      background-image: url("data:image/svg+xml;utf8,<svg width='10' height='10' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg' stroke='black'><line x1='2' y1='10' x2='8' y2='1' stroke-width='1px'/></svg>");
      background-repeat: no-repeat;
      background-position: center; }
    .breadcrumbs__crumb:last-child:not(:only-child) {
      font-weight: 700; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 1rem 0; }
  .pagination a.page,
  .pagination .page {
    margin: 0 5.33333px;
    color: #9b9b9b;
    line-height: 2;
    font-size: 1rem; }
    .pagination a.page.current,
    .pagination .page.current {
      padding: 0 0.75rem;
      color: #f30094;
      font-weight: 700; }
    .pagination a.page:first-child,
    .pagination .page:first-child {
      margin-left: 0; }
    .pagination a.page:last-child,
    .pagination .page:last-child {
      margin-right: 0; }
  .pagination .page a {
    display: block;
    padding: 0 0.75rem; }
  .pagination .prev,
  .pagination .next {
    height: 1rem;
    width: .5rem;
    overflow: hidden;
    padding: 0; }
    .pagination .prev a,
    .pagination .next a {
      display: inline-block;
      position: relative;
      top: -2px;
      width: 100%;
      height: 100%;
      color: transparent; }
      .pagination .prev a:before,
      .pagination .next a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        content: ''; }
  .pagination .prev {
    margin-right: 32px; }
    .pagination .prev a::before {
      background-image: url("//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/icon-arrow-left.svg?159023"); }
  .pagination .next {
    margin-left: 32px; }
    .pagination .next a::before {
      background-image: url("//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/icon-arrow-right.svg?159023"); }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #888888;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 0.75rem;
    border-top: 1px solid #ddd;
    line-height: 1.5625;
    vertical-align: top; }
  .table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }
  .table > thead > tr > th {
    color: #000;
    text-transform: uppercase; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

.table-borderless > thead > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > tfoot > tr > td {
  border-top: 0; }

.table-borderless > thead > tr > th {
  border-bottom: 0; }

.table-borderless > tbody + tbody {
  border-top: 0; }

table col[class*="col-"] {
  display: table-column;
  position: static;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  position: static;
  float: none; }

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18.75;
      border: 1px solid #ddd;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

.social-sharing__link {
  margin: 0 5px; }
  .social-sharing__link:first-child {
    margin-left: 0; }
  .social-sharing__link:last-child {
    margin-right: 0; }

.social-sharing .icon {
  width: 23px;
  height: 23px; }

.template-article .social-sharing .icon {
  width: 1rem;
  height: 1rem; }

.social-sharing span[aria-hidden='true'] {
  display: none; }

.shoppable-modal .social-sharing {
  display: -ms-flexbox;
  display: flex; }
  .shoppable-modal .social-sharing .social-sharing__link {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center; }

.alert,
.errors {
  position: relative;
  margin-bottom: 1rem;
  padding: 10px 20px;
  border: 1px solid #000; }
  .alert p:last-child,
  .alert ul:last-child,
  .errors p:last-child,
  .errors ul:last-child {
    margin-bottom: 0; }
  .alert::after,
  .errors::after {
    position: absolute;
    top: 0.25rem;
    left: -0.25rem;
    width: 100%;
    height: 100%;
    background-color: #CBE3FF;
    content: '';
    z-index: -1; }

.alert-success {
  color: #000; }
  .alert-success .alert-link {
    color: black; }
  .alert-success::after {
    background-color: #e1f7e1; }

.alert-danger,
.errors {
  color: #000; }
  .alert-danger .alert-link,
  .errors .alert-link {
    color: black; }
  .alert-danger::after,
  .errors::after {
    background-color: #f7e5e1; }

.errors ul {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.chosen-container {
  font-size: 0.75rem;
  width: 100% !important;
  max-width: 100%; }
  @media screen and (min-width: 768px) {
    .chosen-container {
      font-size: 0.875rem; } }
  .chosen-container .chosen-drop {
    transition: all 0.15s ease-in-out;
    border-top: 1px solid #000;
    border-color: #000;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    clip: auto; }
  .chosen-container.chosen-with-drop .chosen-drop {
    transition: all 0.15s ease-in-out;
    opacity: 1;
    pointer-events: auto; }
  .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #000; }
    .chosen-container .chosen-results li {
      padding: 0.7rem 0.75rem;
      transition: all 0.05s ease-in-out;
      line-height: inherit; }
      .chosen-container .chosen-results li.result-selected {
        color: #000; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #f30094;
        background-image: none;
        color: #fff; }

.chosen-container-single .chosen-single {
  height: 2.85rem;
  padding-left: 0.75rem;
  box-shadow: none; }
  .chosen-container-single .chosen-single span {
    line-height: 2; }
  .chosen-container-single .chosen-single div {
    width: 40px; }
    .chosen-container-single .chosen-single div b {
      transition: all 0.15s ease-in-out;
      opacity: 0.3; }

.chosen-container-single .chosen-search,
.chosen-container-single .chosen-search-input {
  display: none; }

.chosen-container-single .chosen-drop {
  border-radius: 0; }

.collection-filter-bar .chosen-container-single .chosen-single {
  border-color: #9b9b9b;
  font-weight: 500; }

.chosen-container-active .chosen-single {
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: #000;
  background-color: #fff;
  background-image: none; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 1; }

.chosen-disabled, .chosen-disabled .chosen-single {
  cursor: not-allowed; }

.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
  background-image: none !important; }

.chosen-container-single .chosen-single div b {
  background-color: transparent;
  background-image: url(//cdn.shopify.com/s/files/1/0023/9648/7716/t/347/assets/ico-select.svg?v=1150905753395774055) !important;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: 12px auto !important; }

.content-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-right: -16px;
  margin-left: -16px; }
  .content-grid--centered {
    -ms-flex-pack: center;
        justify-content: center; }
  .content-grid--v-centered {
    -ms-flex-align: center;
        align-items: center; }
  .content-grid--flush {
    margin-right: 0;
    margin-left: 0; }
  .content-grid--reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .content-grid__item {
    -ms-flex: 1;
        flex: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 64px;
    padding: 0 16px; }
    .content-grid--min-2-col .content-grid__item {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%; }
      .content-grid--min-2-col .content-grid__item.content-grid__item--2-col {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        max-width: 100%; }
    @media (min-width: 768px) {
      .content-grid__item {
        margin-bottom: 64px; } }
    @media (min-width: 992px) {
      .content-grid__item {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
        max-width: 33.33333%; }
        .content-grid--wishlist .content-grid__item {
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%;
          max-width: 33.33333%; }
        .content-grid--2-col .content-grid__item {
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%;
          max-width: 50%; }
        .content-grid--3-col .content-grid__item {
          -ms-flex-preferred-size: 33.33333%;
              flex-basis: 33.33333%;
          max-width: 33.33333%; }
        .content-grid--4-col .content-grid__item {
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
          max-width: 25%; }
        .content-grid__item.content-grid__item--2-col {
          -ms-flex-preferred-size: 66.66667%;
              flex-basis: 66.66667%;
          max-width: 66.66667%; }
          .content-grid--2-col .content-grid__item.content-grid__item--2-col {
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
            max-width: 100%; }
          .content-grid--4-col .content-grid__item.content-grid__item--2-col {
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%;
            max-width: 50%; }
        .content-grid__item.content-grid__item--3-col {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; }
          .content-grid--4-col .content-grid__item.content-grid__item--3-col {
            -ms-flex-preferred-size: 75%;
                flex-basis: 75%;
            max-width: 75%; }
        .content-grid__item.content-grid__item--full {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          max-width: 100%; } }
    .content-grid--flush .content-grid__item {
      margin-bottom: 0;
      padding-right: 0;
      padding-left: 0; }

.content-header,
.content-footer {
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center; }

.content-header__title {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1.5rem;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .content-header__title {
      font-size: 2.25rem; } }

.content-header__subtitle {
  max-width: 40ch;
  margin-right: auto;
  margin-left: auto; }
  .content-header__subtitle p:not(:last-child) {
    margin-bottom: 0; }

.content-header__title + .content-header__subtitle {
  margin-top: 1rem; }

.content-grid--shoppable .content-header {
  margin-bottom: 0.5rem; }

.content-grid--shoppable .content-grid__item {
  margin-bottom: 30px; }

.article-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  padding-bottom: 32px;
  border-bottom: 2px solid #eee; }
  @media (min-width: 992px) {
    .article-card {
      padding-bottom: 0;
      border-bottom: 0; } }
  .article-card__image-link {
    display: block;
    position: relative;
    margin-bottom: 2.5rem; }
  .article-card--video .article-card__image-link {
    margin-bottom: 0.875rem; }
    .article-card--video .article-card__image-link::before, .article-card--video .article-card__image-link::after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: ''; }
    .article-card--video .article-card__image-link::before {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      background-color: #fff;
      opacity: 0.9; }
    .article-card--video .article-card__image-link::after {
      left: 50.25%;
      border-top: 0.65rem solid transparent;
      border-bottom: 0.65rem solid transparent;
      border-left: 0.85rem solid #f30094; }
  .article-card__image {
    width: 100%; }
    .article-card__image.article-card__image--placeholder {
      width: 100%;
      height: 0;
      background-color: #eee;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
  .article-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 0; }
    @media (min-width: 1200px) {
      .article-card__info {
        padding-right: 6.25rem; } }
  .article-card__info-date {
    margin-bottom: 1rem;
    font-size: 0.625rem;
    font-weight: 500; }
  .article-card__info-title {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.38; }
    @media screen and (min-width: 768px) {
      .article-card__info-title {
        font-size: 1rem; } }
  .article-card__info-excerpt {
    font-size: 0.875rem;
    margin-bottom: 32px;
    text-align: left !important; }
    @media screen and (min-width: 768px) {
      .article-card__info-excerpt {
        font-size: 1rem; } }
    .article-card__info-excerpt * {
      display: none; }
    .article-card__info-excerpt p {
      display: block; }
    .article-card__info-excerpt span {
      display: inline-block; }
  .article-card__info-tags {
    margin-bottom: 1.125rem;
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase; }
  .article-card__info-meta {
    margin-bottom: 1rem;
    font-size: 0.625rem;
    font-weight: 500; }
  .article-card__read-more a {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: underline; }
    @media screen and (min-width: 768px) {
      .article-card__read-more a {
        font-size: 0.875rem; } }

.category-card {
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 0.5em;
  padding: 1em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .category-card {
      padding: 1.5em; } }
  .category-card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0.5em, -0.5em);
            transform: translate(0.5em, -0.5em);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid currentColor;
    content: ''; }
  .category-card:hover::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .category-card__title {
    margin-bottom: 1rem;
    color: inherit;
    font-size: 2em;
    text-transform: uppercase; }
    @media screen and (min-width: 992px) {
      .category-card__title {
        font-size: 4vw; } }
    .category-card__title--small {
      font-size: 1.5em; }
      @media screen and (min-width: 992px) {
        .category-card__title--small {
          font-size: 2vw; } }
    .category-card__title--large {
      font-size: 4em; }
      @media screen and (min-width: 992px) {
        .category-card__title--large {
          font-size: 7vw; } }
  .category-card__visual-wrapper {
    position: relative;
    width: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 100%;
    background-color: currentColor;
    overflow: hidden; }
  .category-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform; }
    .category-card:hover .category-card__image {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .category-card .cta {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.content-card__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column; }
  @media screen and (max-width: 991px) {
    .content-card--m-above .content-card__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse; } }
  @media screen and (min-width: 992px) {
    .content-card--above .content-card__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse; } }
  @media screen and (min-width: 992px) {
    .content-card--left .content-card__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
          flex-flow: row; } }
  @media screen and (min-width: 992px) {
    .content-card--right .content-card__wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse; } }

.content-card__content {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 992px) {
    .content-card--left .content-card__content,
    .content-card--right .content-card__content {
      width: 50%; } }
  .content-card--right .content-card__content {
    margin-left: auto; }
  @media screen and (min-width: 992px) {
    .content-card--with-background .content-card__content {
      margin: 0; } }

.content-card__text {
  width: 100%;
  max-width: 64ch;
  margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    .content-card--m-under .content-card__text {
      margin-top: 2rem; } }
  @media screen and (max-width: 991px) {
    .content-card--m-above .content-card__text {
      margin-bottom: 2rem; } }
  @media screen and (min-width: 992px) {
    .content-card--under .content-card__text {
      margin-top: 3rem; } }
  @media screen and (min-width: 992px) {
    .content-card--above .content-card__text {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 992px) {
    .content-card--left .content-card__text {
      width: 50%;
      margin: auto;
      padding-left: 4rem; } }
  @media screen and (min-width: 992px) {
    .content-card--right .content-card__text {
      width: 50%;
      margin: auto;
      padding-right: 4rem; } }
  .content-card--with-background .content-card__text {
    padding-right: 1rem;
    padding-left: 1rem; }
    @media screen and (min-width: 992px) {
      .content-card--with-background .content-card__text {
        padding-right: 4rem;
        padding-left: 4rem; } }
  @media screen and (max-width: 991px) {
    .content-card--m-under.content-card--with-background .content-card__text {
      padding-bottom: 1rem; } }
  @media screen and (min-width: 992px) {
    .content-card--under.content-card--with-background .content-card__text {
      padding-bottom: 1rem; } }
  @media screen and (max-width: 991px) {
    .content-card--m-above.content-card--with-background .content-card__text {
      padding-top: 1rem; } }
  @media screen and (min-width: 992px) {
    .content-card--above.content-card--with-background .content-card__text {
      padding-top: 1rem; } }

.offers-wrap {
  margin: 3em 0; }
  @media (min-width: 768px) {
    .offers-wrap {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2;
      -webkit-column-gap: 3rem;
         -moz-column-gap: 3rem;
              column-gap: 3rem; } }
  @media (min-width: 768px) {
    .offers-wrap.one-offer-only .offer {
      display: table;
      width: 100%; } }

.offer {
  min-height: 280px;
  margin-bottom: 32px;
  border: 1px solid #9b9b9b;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column; }
  .offer__top {
    position: relative;
    min-height: 248px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 20; }
  .offer__top-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 0 10%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 1.75em;
    font-weight: 700; }
  .offer__badge {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .offer__badge-text {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    width: 100%;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
    .badge-text-with-dynamic .offer__badge-text {
      left: 50%;
      width: auto;
      padding: 0 2em;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .offer__badge-image {
    position: absolute;
    bottom: -34px;
    left: -12px;
    width: 84px; }
    .offer__badge-image img {
      width: 100%; }
  .offer__content {
    position: relative;
    padding: 2em 3em 0 2em;
    text-align: center;
    overflow: hidden;
    z-index: 10; }
  .offer__cta {
    width: 100%;
    margin-bottom: 2em; }
    .offer__cta .cta-width-compact {
      width: 70%; }
  .offer__title {
    margin-bottom: 1.5em; }
  .offer__description {
    margin-bottom: 1.5em; }
  .offer__bottom {
    display: -ms-flexbox;
    display: flex;
    padding: .5em 1em;
    background-color: #eee; }
  .offer__details-cta {
    margin-left: auto;
    text-decoration: underline;
    cursor: pointer; }
  .offer .modal-title {
    text-align: inherit; }

.product-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: 100%;
  padding: 0.75em;
  text-align: center; }
  @media (min-width: 768px) {
    .product-card {
      padding: 1.5em; } }
  .product-card__contents {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-flow: column;
        flex-flow: column;
    height: 100%; }
    .product-card__contents form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      height: 100%; }
  .product-card__contents__bottom {
    margin-top: auto;
    padding-top: 1em; }
    @media (min-width: 768px) {
      .product-card__contents__bottom {
        padding-top: 1.5em; } }
    .product-card__contents__bottom .btn {
      width: 100%;
      padding: 0.575rem 0.5rem 0.5rem;
      font-size: 0.625rem; }
      @media (min-width: 768px) {
        .product-card__contents__bottom .btn {
          font-size: 0.75rem; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .product-card__contents__bottom .btn {
      font-size: 0.875rem; } }
      @media (min-width: 1200px) {
        .product-card__contents__bottom .btn {
          width: auto;
          max-width: 100%;
          padding: 0.8625em 1em 0.75em; } }
  .product-card__gallery {
    position: relative;
    width: 100%;
    z-index: 0; }
    .product-card__gallery:hover::after {
      -webkit-transform: translate(0.25em, -0.25em);
              transform: translate(0.25em, -0.25em); }
      @media screen and (min-width: 768px) {
        .product-card__gallery:hover::after {
          -webkit-transform: translate(0.5em, -0.5em);
                  transform: translate(0.5em, -0.5em); } }
  .product-card img {
    width: 100%;
    border: 1px solid #eee; }
  .product-card__gallery-image {
    position: relative;
    width: 100%; }
  .product-card__gallery-image--alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity ease-in 0.25s;
    background: #fff;
    opacity: 0; }
    .product-card.alt-loaded:hover .product-card__gallery-image--alt,
    .product-card.alt-loaded .product-card__link:focus .product-card__gallery-image--alt {
      transition: opacity ease-out 0.15s;
      opacity: 1; }
  .product-card__gallery-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1; }
    .is-loaded .product-card__gallery-placeholder {
      transition: opacity ease-in 0.25s;
      opacity: 0;
      pointer-events: none; }
  .product-card__gallery-note {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    -webkit-transform: translate(-10%, -35%) rotate(-10deg);
            transform: translate(-10%, -35%) rotate(-10deg);
    transition: opacity 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-family: "photoshoot", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
    font-size: 1.125rem;
    text-align: left;
    text-shadow: 1px 1px #fff;
    opacity: 0;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      .product-card__gallery-note {
        font-size: 0.75rem; } }
    @media screen and (max-width: 1199px) {
      .product-card__gallery-note {
        font-size: 1rem; } }
    .product-card:hover .product-card__gallery-note {
      opacity: 1; }
  .product-card__info-swatches {
    margin-bottom: 1em; }
  .product-card__info-title {
    position: relative; }
    .product-card__info-title h2, .product-card__info-title h3 {
      margin-bottom: 0;
      font-size: 0.875rem;
      text-transform: uppercase; }
      @media screen and (min-width: 768px) {
        .product-card__info-title h2, .product-card__info-title h3 {
          font-size: 1.25rem; } }
    .product-card__info-title a {
      display: inline-block; }
  .product-card__info-excerpt {
    display: inline-block;
    color: #000;
    width: 100%;
    margin-top: 1em;
    font-size: 0.875rem;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .product-card__info-excerpt {
        font-size: 1rem; } }
  .product-card__reviews {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 1.5rem;
    margin-top: 0.5em;
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .product-card__reviews {
        margin-bottom: 1.5em; } }
    .product-card__reviews img {
      display: inline-block; }
    .product-card__reviews .text-m {
      display: none !important; }
    .product-card__reviews .yotpo-avg-score {
      padding-top: .125rem;
      padding-left: .5rem;
      color: #000;
      font-size: 0.625rem; }
  .product-card__callouts {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: .5em; }
    .product-card__callouts span {
      position: relative;
      margin: .5em;
      font-size: 0.75rem;
      line-height: 1;
      z-index: 1; }
      .product-card__callouts span::before {
        position: absolute;
        top: 4px;
        left: -4px;
        width: 100%;
        height: 100%;
        background-color: #CBE3FF;
        content: '';
        z-index: -1; }
  .product-card__price-sale {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 2px;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-left: 0.5em; }
    .product-card__price-sale .percentage-off {
      margin-bottom: 6px;
      white-space: nowrap; }
  .product-card__info-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1; }
    @media (min-width: 768px) {
      .product-card__info-price {
        font-size: 1.5rem;
        white-space: initial;
        overflow: initial; } }
    .product-card__info-price s,
    .product-card__info-price del {
      color: #000;
      font-size: 0.5em; }
    .product-card__info-price .percentage-off {
      display: inline-block;
      position: relative;
      font-size: 0.5em;
      font-weight: 300;
      text-transform: uppercase;
      z-index: 0; }
      .product-card__info-price .percentage-off::before {
        position: absolute;
        top: 2px;
        left: -4px;
        width: 100%;
        height: 100%;
        background-color: #CBE3FF;
        content: '';
        z-index: -1; }
  .product-card .btn,
  .product-card .cta,
  .product-card button {
    width: 100%;
    min-width: 50%;
    cursor: pointer; }
    @media (min-width: 768px) {
      .product-card .btn,
      .product-card .cta,
      .product-card button {
        width: auto;
        margin-right: auto;
        margin-left: auto; } }
  .product-card .u-shadow {
    margin-bottom: 1em;
    color: #CBE3FF;
    z-index: 0; }
    @media screen and (min-width: 768px) {
      .product-card .u-shadow {
        margin-bottom: 1.5em; } }
  .product-card .u-shadow::after {
    top: 0.25rem;
    left: -0.25rem; }
    @media screen and (min-width: 768px) {
      .product-card .u-shadow::after {
        top: 0.5rem;
        left: -0.5rem; } }
  .product-card .u-shadow:hover::after,
  .product-card a:hover .u-shadow::after {
    -webkit-transform: translate(0.125rem, -0.125rem);
            transform: translate(0.125rem, -0.125rem); }
    @media screen and (min-width: 768px) {
      .product-card .u-shadow:hover::after,
      .product-card a:hover .u-shadow::after {
        -webkit-transform: translate(0.25rem, -0.25rem);
                transform: translate(0.25rem, -0.25rem); } }

.shoppable-card a {
  position: relative; }
  .shoppable-card a:hover, .shoppable-card a:focus {
    color: #f30094; }
    .shoppable-card a:hover .shoppable-card__icon, .shoppable-card a:focus .shoppable-card__icon {
      -webkit-transform: scale(1.05);
              transform: scale(1.05);
      opacity: 1; }

.shoppable-card__icon {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: .625rem;
  right: .625rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 45px;
  height: 45px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.15s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  opacity: 0.6; }
  .shoppable-card__icon .icon {
    height: 29px; }
  .is-loading .shoppable-card__icon {
    cursor: not-allowed; }

.tout-card {
  height: 100%;
  padding: 64px 32px; }
  .tout-card__header {
    margin-bottom: 2rem; }
  .tout-card__title {
    margin-bottom: 8px;
    text-align: center; }
  .tout-card__subtitle {
    margin-bottom: 8px;
    text-align: center; }
  .tout-card__body {
    margin-bottom: 8px; }

.banner-container {
  max-width: 2440px;
  margin: 0 auto; }

.banner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 992px) {
    .banner {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .slick-slide .banner {
    height: 100%; }
    .slick-slide .banner .banner__panel {
      min-height: 100%; }
  .banner__panel {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding-top: 75px;
    padding-bottom: 75px; }
    .banner__panel > .container-fluid-max {
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
      max-width: 100%; }
    @media (min-width: 992px) {
      .banner__panel {
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
        padding-top: 150px;
        padding-bottom: 150px; } }
    .banner__panel.banner__panel--light,
    .banner__panel.banner__panel--light a,
    .banner__panel.banner__panel--light .banner__title,
    .banner__panel.banner__panel--light .banner__text {
      color: #fff; }
    .banner--small > .banner__panel {
      padding-top: 50px;
      padding-bottom: 50px; }
    .banner--large > .banner__panel {
      padding-top: 300px;
      padding-bottom: 300px; }
    .banner__panel.banner__panel--full-link .container-fluid-max,
    .banner__panel.banner__panel--full-link .banner__content-container {
      position: static; }
    .banner__panel.banner__panel--full-link .banner__full-banner-link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  .banner__bg-container {
    overflow: hidden; }
  .banner__bg-container, .banner__bg-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .banner__bg-image {
    background-position: center;
    background-size: cover; }
  .banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .banner__overlay.banner__overlay--light {
      background-color: rgba(255, 255, 255, 0.3); }
    .banner__overlay.banner__overlay--dark {
      background-color: rgba(0, 0, 0, 0.5); }
  .banner__content-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 400px;
    text-align: center; }
    @media (min-width: 992px) {
      .banner__content-container.banner__content-container--left {
        margin-left: 0; }
      .banner__content-container.banner__content-container--right {
        margin-right: 0; } }
  .banner__title, .banner__text {
    margin-top: 1.5rem;
    margin-bottom: 0; }
  .banner__title {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.175rem;
    line-height: 1;
    text-transform: none; }
    @media (min-width: 992px) {
      .banner__title {
        font-size: 2.375rem; } }
  .banner__text p:last-child {
    margin-bottom: 0; }
  .banner .cta-group {
    margin-top: 45px; }
  .banner__bg-video {
    position: relative;
    width: 100%;
    height: 100%; }
    .banner__bg-video iframe {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 178vh;
      min-width: 100%;
      height: 56.25vw;
      min-height: 100%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1; }
  @media (min-width: 992px) {
    .banner__container-right-half {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 50%; }
      .banner__container-right-half iframe {
        left: 25%; } }
  @media (min-width: 992px) {
    .banner__container-left-half {
      position: absolute;
      top: 0;
      right: 50%;
      bottom: 0;
      left: 0; }
      .banner__container-left-half iframe {
        left: 25%; } }
  @media (max-width: 991px) {
    .banner__no-width-mobile {
      width: 0 !important; } }

.minimal-input-box {
  position: relative; }
  .minimal-input-box--outline {
    padding: 5px 10px;
    border: solid 1px #9b9b9b; }
  .minimal-input-box__input {
    height: 33px;
    padding: 0 30px 0 0;
    border-width: 0 0 2px;
    background-color: transparent; }
    @media screen and (min-width: 992px) {
      .minimal-input-box__input {
        width: calc(100% - 40px); } }
    .subscribe-block .minimal-input-box__input {
      padding: 1.25em 1em;
      border: 1px solid #fff; }
    .subscribe-block .minimal-input-box__input::-webkit-input-placeholder {
      color: #fff; }
    .subscribe-block .minimal-input-box__input::-moz-placeholder {
      color: #fff; }
    .subscribe-block .minimal-input-box__input:-ms-input-placeholder {
      color: #fff; }
    .subscribe-block .minimal-input-box__input::-ms-input-placeholder {
      color: #fff; }
    .subscribe-block .minimal-input-box__input::placeholder {
      color: #fff; }
    .minimal-input-box--inverted .minimal-input-box__input {
      color: #fff; }
      .minimal-input-box--inverted .minimal-input-box__input:focus {
        border-color: #fff;
        color: #fff; }
      .minimal-input-box--inverted .minimal-input-box__input::-webkit-input-placeholder {
        color: #fff !important; }
      .minimal-input-box--inverted .minimal-input-box__input::-moz-placeholder {
        color: #fff !important; }
      .minimal-input-box--inverted .minimal-input-box__input:-ms-input-placeholder {
        color: #fff !important; }
      .minimal-input-box--inverted .minimal-input-box__input::-ms-input-placeholder {
        color: #fff !important; }
      .minimal-input-box--inverted .minimal-input-box__input::placeholder {
        color: #fff !important; }
    .minimal-input-box--large .minimal-input-box__input {
      font-size: 1rem;
      height: 60px; }
      @media screen and (min-width: 768px) {
        .minimal-input-box--large .minimal-input-box__input {
          font-size: 1.25rem; } }
    .minimal-input-box--outline .minimal-input-box__input {
      border-bottom: 0; }
  .minimal-input-box__submit {
    position: absolute;
    top: -7px;
    right: 0;
    bottom: 0;
    width: 40px;
    padding: 0;
    text-align: right;
    cursor: pointer; }
    .subscribe-block .minimal-input-box__submit {
      top: 1px;
      right: 1px;
      bottom: 1px;
      background-color: #f30094;
      text-align: center; }
    .minimal-input-box--inverted .minimal-input-box__submit svg {
      padding: .25rem;
      fill: #fff; }
    .minimal-input-box--large .minimal-input-box__submit svg {
      width: 25px;
      height: 25px; }
  .minimal-input-box__inline-submit {
    position: absolute;
    top: 5px;
    right: 4px;
    bottom: 0;
    width: auto;
    height: 36px;
    padding: 0 10px;
    background-color: #fff;
    color: #000;
    text-align: center;
    cursor: pointer; }
    .minimal-input-box__inline-submit.submit-dark-bg {
      background-color: #000;
      color: #fff; }
      .minimal-input-box__inline-submit.submit-dark-bg:hover {
        background-color: #fff;
        color: #000; }
    .minimal-input-box__inline-submit:hover {
      background-color: #000;
      color: #fff; }

.dots {
  margin: 0 -8px -4px;
  padding: 0;
  overflow: hidden; }

.dot {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 16px;
  padding: 8px;
  transition: border-color 0.15s ease-in;
  border: 2px solid transparent;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  vertical-align: top; }
  .dot::before {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    -webkit-transform: translate(4px, -4px);
            transform: translate(4px, -4px);
    transition: opacity 0.15s cubic-bezier(0.4, 0.5, 0.5, 1);
    border: 1px solid #000;
    border-radius: 100%;
    content: '';
    opacity: 0;
    z-index: 10; }
  .dot.is-active {
    font-weight: 700; }
  .dot.is-active::before {
    opacity: 1; }
  .dots--prices .dot {
    font-size: 0.625rem; }
    @media (min-width: 992px) {
      .dots--prices .dot {
        width: 60px;
        height: 60px; } }
    .dots--prices .dot::before {
      -webkit-transform: none;
              transform: none;
      opacity: 1; }
    .dots--prices .dot::after {
      position: absolute;
      top: 8px;
      right: 8px;
      bottom: 8px;
      left: 8px;
      -webkit-transform: translate(-4px, 4px);
              transform: translate(-4px, 4px);
      border-radius: 100%;
      background-color: #CBE3FF;
      content: '';
      opacity: 0; }
    .dots--prices .dot.is-active::after {
      opacity: 1; }
  .dot.is-disabled {
    cursor: not-allowed; }
    .dot.is-disabled::before {
      border: 1px dashed #000;
      opacity: 1; }
    .dot.is-disabled::after {
      position: absolute;
      top: -20%;
      left: 50%;
      width: 1px;
      height: 140%;
      -webkit-transform: rotate(-45deg) translate(4px, 4px);
              transform: rotate(-45deg) translate(4px, 4px);
      background-color: #000;
      content: '';
      z-index: 10; }
  .dot__inner {
    position: relative;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    color: #000;
    z-index: 1;
    box-sizing: border-box; }
    label.dot__inner {
      display: block;
      margin: 0;
      max-width: none;
      text-transform: none; }
    .dots--prices .dot__inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (min-width: 992px) {
  .collection-filter-bar__grouping--subcollections {
    -ms-flex-positive: 1;
        flex-grow: 1; } }

.collection-filters {
  scrollbar-face-color: #f30094;
  scrollbar-track-color: transparent;
  text-align: center;
  overflow-y: hidden;
  overflow-x: scroll; }
  .collection-filters::-webkit-scrollbar {
    width: 5%;
    height: 0.25rem; }
  .collection-filters::-webkit-scrollbar-thumb {
    background-color: #f30094;
    border-radius: 0.125rem;
    opacity: 0.5;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
  .collection-filters:hover ::-webkit-scrollbar-thumb, .collection-filters:focus ::-webkit-scrollbar-thumb {
    background-color: #f30094;
    opacity: 1; }
  .collection-filters::-webkit-scrollbar-track, .collection-filters::-webkit-scrollbar-track-piece {
    background-color: transparent;
    height: 0.125rem; }
  @media screen and (min-width: 500px) {
    .collection-filters {
      overflow-x: visible; } }
  @media (max-width: 991px) {
    .collection-filters {
      margin-right: -16px;
      margin-left: -16px; } }
  .collection-filters__inner {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .collection-filters__inner {
        display: -ms-inline-flexbox;
        display: inline-flex; } }

.collection-filter {
  -ms-flex: 1 0 100px;
      flex: 1 0 100px;
  padding: 1rem 0.25rem; }
  @media (min-width: 992px) {
    .collection-filter {
      padding: 0.5rem 1rem 1rem; } }
  .collection-filter__label {
    padding-top: 0.625rem;
    font-weight: 500;
    text-align: center; }
    @media (max-width: 991px) {
      .collection-filter__label {
        font-size: 0.625rem; } }
  .collection-filter__image {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .collection-filter__image {
        width: 60px;
        height: 60px; } }
    .collection-filter__image::before, .collection-filter__image::after {
      position: absolute;
      border-radius: 50%;
      content: ''; }
    .collection-filter__image::before {
      top: -2px;
      right: -2px;
      bottom: -2px;
      left: -2px;
      transition: opacity 0.15s ease-out;
      opacity: 0; }
    .collection-filter__image::after {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff;
      z-index: 0; }
    .collection-filter.is-active .collection-filter__image::before {
      opacity: 1; }
  .collection-filter__image-inner {
    position: relative;
    height: 100%;
    border: 5px solid #fff;
    border-radius: 50%;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    z-index: 2; }
    @media (max-width: 991px) {
      .collection-filter__image-inner {
        border: 4px solid #fff; } }

/*
 * Promos are made up of a parent element (.promo) with 2 direct children (.promo__col).
 * On small screens they stack vertically, above $screen-md-min they split the screen in different ratios depending on type.
 * The column with the image should always come *first* in the markup, we use flexbox to re-order the columns depending on the layout
 */
.promo {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media (min-width: 992px) {
    .promo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
          align-items: stretch;
      padding-top: 64px;
      padding-bottom: 64px; }
      .promo.promo--layout-right {
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
        .promo.promo--layout-right.promo--type-1 .promo__col:first-child {
          width: 66.66667%; }
        .promo.promo--layout-right.promo--type-1 .promo__col:last-child {
          width: 33.33333%; }
        .promo.promo--layout-right.promo--type-2 .promo__col:first-child {
          width: 58.33333%; }
        .promo.promo--layout-right.promo--type-2 .promo__col:last-child {
          width: 41.66667%; }
        .promo.promo--layout-right.promo--type-3 .promo__col:first-child {
          width: 50%; }
        .promo.promo--layout-right.promo--type-3 .promo__col:last-child {
          width: 50%; }
        .promo.promo--layout-right.promo--type-4 .promo__col:first-child {
          width: 41.66667%; }
        .promo.promo--layout-right.promo--type-4 .promo__col:last-child {
          width: 58.33333%; }
        .promo.promo--layout-right.promo--type-5 .promo__col:first-child {
          width: 33.33333%; }
        .promo.promo--layout-right.promo--type-5 .promo__col:last-child {
          width: 66.66667%; }
      .promo .promo__col {
        width: 50%; }
      .promo.promo--type-1 .promo__col:first-child {
        width: 33.33333%; }
      .promo.promo--type-1 .promo__col:last-child {
        width: 66.66667%; }
      .promo.promo--type-2 .promo__col:first-child {
        width: 41.66667%; }
      .promo.promo--type-2 .promo__col:last-child {
        width: 58.33333%; }
      .promo.promo--type-3 .promo__col:first-child {
        width: 50%; }
      .promo.promo--type-3 .promo__col:last-child {
        width: 50%; }
      .promo.promo--type-4 .promo__col:first-child {
        width: 58.33333%; }
      .promo.promo--type-4 .promo__col:last-child {
        width: 41.66667%; }
      .promo.promo--type-5 .promo__col:first-child {
        width: 66.66667%; }
      .promo.promo--type-5 .promo__col:last-child {
        width: 33.33333%; } }
  .promo__col-container {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .promo__col {
    padding-right: 16px;
    padding-left: 16px; }
  .promo__col-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
    .promo__col--text .promo__col-inner {
      padding-top: 32px;
      padding-bottom: 32px; }
  .promo__img-wrapper,
  .promo__img-wrapper img {
    width: 100%; }
  @media (min-width: 992px) {
    .promo__text-wrapper {
      padding-right: 32px;
      padding-left: 32px; } }
  .promo__text {
    position: relative; }
  .promo__wrap {
    position: relative; }
    @media (min-width: 992px) {
      .promo__wrap {
        margin-bottom: 85.12px; } }
  .promo__main {
    position: relative; }
  .promo__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .parallax-scrolling .promo__bg {
      top: -6.25rem;
      bottom: 3.125rem; }
    .promo__bg--blush {
      background-color: #fce6f2; }
    .promo__bg--lavender {
      background-color: #ede4fa; }
    .promo__bg--sky {
      background-color: #dbe5ff; }
    .promo__bg--light-grey {
      background-color: #eee; }
    .promo__bg--air {
      background-color: #f9f9f9; }
  .promo__bg-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .promo__bg-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.promo-bg__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.promo--two-images {
  padding-top: 128px; }
  .promo--two-images .promo__col--text {
    position: relative;
    padding-top: 0; }
  .promo--two-images .promo__text-wrapper {
    position: relative;
    top: 50%;
    height: 100%;
    padding-right: 0;
    padding-left: 0; }
  .promo--two-images .promo__title {
    display: inline-block;
    position: absolute;
    top: -50%;
    right: 80%;
    width: 200%;
    -webkit-transform: translateY(-1.75em);
            transform: translateY(-1.75em);
    font-size: 1.75rem;
    line-height: 1;
    text-align: right; }
    .promo--two-images .promo__title h2 {
      display: inline-block; }
  .promo--two-images .promo__text {
    position: relative; }
  .promo--two-images .promo__btn {
    position: relative; }
  .promo--two-images .promo__secondary-img {
    position: absolute;
    bottom: 50%;
    max-width: 300px; }
    @media (min-width: 1200px) {
      .promo--two-images .promo__secondary-img {
        max-width: 350px; } }
    @media (min-width: 1440px) {
      .promo--two-images .promo__secondary-img {
        max-width: 375px; } }
    @supports (bottom: calc(50% + 1em)) {
      .promo--two-images .promo__secondary-img {
        bottom: calc(50% + 32px); } }
  .promo--two-images.promo--layout-right .promo__title {
    right: auto;
    left: 80%;
    text-align: left; }
  @media (max-width: 991px) {
    .promo--two-images {
      display: -ms-flexbox;
      display: flex;
      position: static;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      padding-top: 32px;
      padding-bottom: 192px; }
      .promo--two-images .promo__col--image {
        padding-right: 0;
        padding-left: 0; }
      .promo--two-images .promo__col--text {
        position: static; }
      .promo--two-images .promo__title {
        position: relative;
        right: auto;
        width: 100%;
        margin-bottom: 1.5rem;
        padding-right: 30%;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        text-align: right; } }
    @media (max-width: 991px) and (min-width: 992px) {
      .promo--two-images .promo__title {
        padding-right: 0;
        text-align: left; } }
  @media (max-width: 991px) {
      .promo--two-images .promo__btn {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @supports (top: calc(100% - 30px)) {
          .promo--two-images .promo__btn {
            top: calc(100% - 128px); } }
      .promo--two-images .promo__text-wrapper {
        position: static; }
      .promo--two-images .promo__secondary-img {
        top: -32px;
        right: 32px;
        width: 40%;
        max-width: 200px; }
      .promo--two-images .promo__text {
        max-width: 450px; }
      .promo--two-images.promo--layout-right .promo__title {
        left: auto;
        padding-right: 0;
        padding-left: 10%;
        text-align: left; } }
    @media (max-width: 991px) and (min-width: 992px) {
      .promo--two-images.promo--layout-right .promo__title {
        padding-left: 0; } }
  @media (max-width: 991px) {
      .promo--two-images.promo--layout-right .promo__secondary-img {
        right: auto;
        left: 32px; }
      .promo--two-images.promo--layout-right .promo__text-wrapper {
        padding-left: 32px; } }

.frame {
  position: relative;
  background-position: center;
  background-size: cover; }
  .frame__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .frame--1x1 {
    position: relative; }
    .frame--1x1:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 100%; }
  .frame--1x2 {
    position: relative; }
    .frame--1x2:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 200%; }
  .frame--2x1 {
    position: relative; }
    .frame--2x1:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 50%; }
  .frame--16x9 {
    position: relative; }
    .frame--16x9:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 56.25%; }
  .frame--9x16 {
    position: relative; }
    .frame--9x16:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 177.77778%; }
  .frame--4x3 {
    position: relative; }
    .frame--4x3:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
  .frame--3x4 {
    position: relative; }
    .frame--3x4:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 133.33333%; }
  .frame--4x6 {
    position: relative; }
    .frame--4x6:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 150%; }
  .frame--6x4 {
    position: relative; }
    .frame--6x4:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 66.66667%; }
  @media (max-width: 767px) {
    .frame--xs-16x9 {
      position: relative; }
      .frame--xs-16x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
    .frame--xs-9x16 {
      position: relative; }
      .frame--xs-9x16:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 177.77778%; }
    .frame--xs-4x3 {
      position: relative; }
      .frame--xs-4x3:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
    .frame--xs-1x1 {
      position: relative; }
      .frame--xs-1x1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
    .frame--xs-3x4 {
      position: relative; }
      .frame--xs-3x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.33333%; }
    .frame--xs-4x6 {
      position: relative; }
      .frame--xs-4x6:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%; }
    .frame--xs-6x4 {
      position: relative; }
      .frame--xs-6x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .frame--sm-16x9 {
      position: relative; }
      .frame--sm-16x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
    .frame--sm-9x16 {
      position: relative; }
      .frame--sm-9x16:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 177.77778%; }
    .frame--sm-4x3 {
      position: relative; }
      .frame--sm-4x3:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
    .frame--sm-1x1 {
      position: relative; }
      .frame--sm-1x1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
    .frame--sm-3x4 {
      position: relative; }
      .frame--sm-3x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.33333%; }
    .frame--sm-4x6 {
      position: relative; }
      .frame--sm-4x6:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%; }
    .frame--sm-6x4 {
      position: relative; }
      .frame--sm-6x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .frame--md-16x9 {
      position: relative; }
      .frame--md-16x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
    .frame--md-9x16 {
      position: relative; }
      .frame--md-9x16:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 177.77778%; }
    .frame--md-4x3 {
      position: relative; }
      .frame--md-4x3:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
    .frame--md-1x1 {
      position: relative; }
      .frame--md-1x1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
    .frame--md-3x4 {
      position: relative; }
      .frame--md-3x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.33333%; }
    .frame--md-4x6 {
      position: relative; }
      .frame--md-4x6:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%; }
    .frame--md-6x4 {
      position: relative; }
      .frame--md-6x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .frame--lg-16x9 {
      position: relative; }
      .frame--lg-16x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
    .frame--lg-9x16 {
      position: relative; }
      .frame--lg-9x16:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 177.77778%; }
    .frame--lg-4x3 {
      position: relative; }
      .frame--lg-4x3:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
    .frame--lg-1x1 {
      position: relative; }
      .frame--lg-1x1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
    .frame--lg-3x4 {
      position: relative; }
      .frame--lg-3x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.33333%; }
    .frame--lg-4x6 {
      position: relative; }
      .frame--lg-4x6:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%; }
    .frame--lg-6x4 {
      position: relative; }
      .frame--lg-6x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%; } }
  @media (min-width: 1440px) {
    .frame--xl-16x9 {
      position: relative; }
      .frame--xl-16x9:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 56.25%; }
    .frame--xl-9x16 {
      position: relative; }
      .frame--xl-9x16:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 177.77778%; }
    .frame--xl-4x3 {
      position: relative; }
      .frame--xl-4x3:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 75%; }
    .frame--xl-1x1 {
      position: relative; }
      .frame--xl-1x1:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 100%; }
    .frame--xl-3x4 {
      position: relative; }
      .frame--xl-3x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 133.33333%; }
    .frame--xl-4x6 {
      position: relative; }
      .frame--xl-4x6:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 150%; }
    .frame--xl-6x4 {
      position: relative; }
      .frame--xl-6x4:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 66.66667%; } }

.spacer {
  height: 4rem; }
  .spacer--small {
    height: 2rem; }
  .spacer--medium {
    height: 4rem; }
  .spacer--large {
    height: 8rem; }
  .spacer--xlarge {
    height: 12rem; }
  .spacer--huge {
    height: 16rem; }

.slideup {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: opacity 0.6s step-end, -webkit-transform 0.6s cubic-bezier(0.34, 0.75, 0.6, 1);
  transition: transform 0.6s cubic-bezier(0.34, 0.75, 0.6, 1), opacity 0.6s step-end;
  transition: transform 0.6s cubic-bezier(0.34, 0.75, 0.6, 1), opacity 0.6s step-end, -webkit-transform 0.6s cubic-bezier(0.34, 0.75, 0.6, 1);
  background-color: #f30094;
  color: #fff;
  opacity: 0;
  z-index: 203;
  pointer-events: none;
  /*
  * This stuff is specific to the subscribe form
  *
  * .slideup__form-content
  *   form.slideup__form
  *   .slideup__form-success
  */ }
  .slideup.slideup-subscribe {
    color: #fff; }
    .slideup.slideup-subscribe .minimal-input-box__input {
      padding: 1.25em 1em;
      border: 1px solid #fff; }
    .slideup.slideup-subscribe .minimal-input-box__input::-webkit-input-placeholder {
      color: #fff; }
    .slideup.slideup-subscribe .minimal-input-box__input::-moz-placeholder {
      color: #fff; }
    .slideup.slideup-subscribe .minimal-input-box__input:-ms-input-placeholder {
      color: #fff; }
    .slideup.slideup-subscribe .minimal-input-box__input::-ms-input-placeholder {
      color: #fff; }
    .slideup.slideup-subscribe .minimal-input-box__input::placeholder {
      color: #fff; }
    .slideup.slideup-subscribe .minimal-input-box__submit {
      top: 1px;
      right: 1px;
      bottom: 1px;
      background-color: #f30094;
      text-align: center; }
    .slideup.slideup-subscribe .slideup__content .slideup__main.row {
      display: -ms-flexbox;
      display: flex; }
      .slideup.slideup-subscribe .slideup__content .slideup__main.row > div {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .slideup.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    transition: opacity 0.6s step-start, -webkit-transform 0.6s cubic-bezier(0.34, 0.75, 0.6, 1);
    transition: transform 0.6s cubic-bezier(0.34, 0.75, 0.6, 1), opacity 0.6s step-start;
    transition: transform 0.6s cubic-bezier(0.34, 0.75, 0.6, 1), opacity 0.6s step-start, -webkit-transform 0.6s cubic-bezier(0.34, 0.75, 0.6, 1);
    opacity: 1;
    pointer-events: auto; }
  .slideup > .container {
    position: relative; }
  .slideup__close {
    color: #fff;
    text-decoration: underline; }
    .slideup-subscribe .slideup__close svg {
      fill: #fff; }
    .container > .slideup__close {
      top: 1px; }
  .slideup__content {
    display: block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 800px;
    padding: 0 32px;
    color: #fff; }
  .slideup__title {
    margin-bottom: 1rem;
    color: #fff;
    line-height: 1; }
    @media (min-width: 768px) {
      .slideup__title {
        font-size: 1.5rem; } }
  .slideup__text {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1.4px; }
    @media screen and (min-width: 768px) {
      .slideup__text {
        font-size: 1.25rem; } }
  .slideup__form-content {
    position: relative;
    display: none;
    visibility: hidden; }
    .slideup__form-content a {
      color: #fff; }
      .slideup__form-content a:hover, .slideup__form-content a:focus {
        color: #f30094; }
  .slideup.is-visible .slideup__form-content {
    display: block;
    visibility: visible; }
  .slideup__form-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
    text-align: center;
    opacity: 0;
    pointer-events: none; }
    .slideup__form-message .slideup__title:only-child {
      margin-bottom: 0; }
    .show-message .slideup__form-message {
      transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04) 0.6s;
      opacity: 1;
      pointer-events: auto; }
  .slideup__form {
    transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04) 0.6s;
    opacity: 1; }
    .show-message .slideup__form {
      transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
      opacity: 0; }

.arrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0.5em;
  transition: -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04), -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
  cursor: pointer;
  box-sizing: content-box;
  will-change: transform; }
  @media screen and (min-width: 768px) {
    .arrow {
      width: 48px;
      height: 48px; } }
  .arrow:hover {
    transition: -webkit-transform 0.25s cubic-bezier(0.42, 0, 0.13, 1.04);
    transition: transform 0.25s cubic-bezier(0.42, 0, 0.13, 1.04);
    transition: transform 0.25s cubic-bezier(0.42, 0, 0.13, 1.04), -webkit-transform 0.25s cubic-bezier(0.42, 0, 0.13, 1.04); }
  @media screen and (min-width: 992px) {
    .arrow--right:hover {
      -webkit-transform: translateX(0.25em);
              transform: translateX(0.25em); } }
  .arrow--left {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
    @media screen and (min-width: 992px) {
      .arrow--left:hover {
        -webkit-transform: rotateY(180deg) translateX(0.25em);
                transform: rotateY(180deg) translateX(0.25em); } }
  .arrow--up {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    @media screen and (min-width: 992px) {
      .arrow--up:hover {
        -webkit-transform: rotate(-90deg) translateX(0.25em);
                transform: rotate(-90deg) translateX(0.25em); } }
  .arrow--down {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
    @media screen and (min-width: 992px) {
      .arrow--down:hover {
        -webkit-transform: rotate(90deg) translateX(0.25em);
                transform: rotate(90deg) translateX(0.25em); } }
  .arrow.arrow--small {
    width: 24px;
    height: 24px; }
  .arrow.arrow--xsmall {
    width: 8px;
    height: 18px; }
  .arrow__icon {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 48'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23CBE3FF' d='M38 24.726L23.285 44l-10.291-3.717 6.019-9.362L-3 31.1V17.578h22.378l-6.749-8.16L23.285 5z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M42 20.726L27.285 40l-10.291-3.717 6.019-9.362L1 27.1V13.578h22.378l-6.749-8.16L27.285 1z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center; }
    @media screen and (max-width: 991px) {
      .arrow__icon {
        background: none !important; } }
    .arrow__icon::before, .arrow__icon::after {
      position: absolute;
      right: 0;
      width: 70%;
      height: 1px;
      background-color: #000; }
      @media screen and (max-width: 991px) {
        .arrow__icon::before, .arrow__icon::after {
          content: ''; } }
    .arrow__icon::before {
      top: 24px;
      margin-top: -0.5px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: bottom right;
              transform-origin: bottom right;
      border-top-left-radius: 0.5px;
      border-bottom-left-radius: 0.5px; }
    .arrow__icon::after {
      top: 24px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: top right;
              transform-origin: top right;
      border-top-left-radius: 0.5px;
      border-bottom-left-radius: 0.5px; }
    .arrow--light .arrow__icon::before, .arrow--light .arrow__icon::after {
      background-color: #fff; }
    .arrow--xsmall .arrow__icon::before, .arrow--xsmall .arrow__icon::after {
      height: 1px; }
    .arrow--xsmall .arrow__icon::before {
      top: -0.5px;
      border-top-left-radius: 0.5px;
      border-bottom-left-radius: 0.5px; }
    .arrow--xsmall .arrow__icon::after {
      top: 0.5px;
      border-top-left-radius: 0.5px;
      border-bottom-left-radius: 0.5px; }

body.drawer-open {
  overflow: hidden; }

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
  max-height: 100%;
  padding-top: 90px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  border: 1px solid #f2f2f2;
  background: #fff;
  overflow: scroll;
  z-index: 200;
  pointer-events: none;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 992px) {
    .drawer {
      padding-top: 120px; } }
  .drawer--left {
    right: auto;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drawer.is-visible {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    pointer-events: auto; }
  .drawer.has-scrolled {
    padding-top: 56px; }
  @media (min-width: 576px) {
    .drawer {
      max-width: 400px; } }
  .drawer__inner {
    padding: 0 16px 32px; }
  .drawer__header {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 2px solid #f2f2f2; }
  .drawer__account a {
    text-decoration: underline; }
  .drawer__submenu-close-btn {
    display: none;
    position: relative;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: arrow; }
    .drawer__submenu-close-btn svg {
      position: absolute;
      top: .25rem;
      right: 100%;
      padding: .25rem; }
    .submenu-is-shown .drawer__submenu-close-btn {
      display: block;
      cursor: pointer; }
  .drawer__header-title {
    margin: 0;
    padding: 0;
    font-size: 0.875rem; }
  .drawer__body--flush {
    margin-right: -16px;
    margin-left: -16px; }
  .drawer__body-contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column; }
    .drawer__body--flush .drawer__body-contents {
      padding-right: 16px;
      padding-left: 16px; }
    .drawer__body-contents .country-selection {
      margin: 20px auto 0; }
      @media (min-width: 768px) {
        .drawer__body-contents .country-selection {
          display: none !important; } }
  .drawer__footer {
    margin-top: 20px;
    padding: 1.5rem 0 0;
    border-top: 2px solid #f2f2f2; }

.drawer-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0.5, 0.5, 1);
  background-color: #000;
  opacity: 0;
  z-index: 199;
  pointer-events: none; }
  .drawer-backdrop.is-visible {
    transition-timing-function: cubic-bezier(0.34, 0.75, 0.6, 1);
    opacity: 0.65;
    pointer-events: auto; }

.expandable-list:not(:last-of-type) {
  margin-bottom: 1rem; }

.expandable-list__header {
  padding: .625rem 0; }

.expandable-list__header-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .expandable-list__header-title .icon {
    width: 15px;
    height: 15px;
    transition: -webkit-transform 0.25s cubic-bezier(0.42, 0, 0.13, 1.04);
    transition: transform 0.25s cubic-bezier(0.42, 0, 0.13, 1.04);
    transition: transform 0.25s cubic-bezier(0.42, 0, 0.13, 1.04), -webkit-transform 0.25s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .panel.is-open .expandable-list__header-title .icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.expandable-list__body {
  padding-left: 15px; }
  .expandable-list__body > *:first-child {
    margin-top: 14px; }
  .expandable-list__body > *:last-child {
    margin-bottom: 0; }

.expandable-list__item {
  padding: 12px 0; }
  .expandable-list__item:not(:last-of-type) {
    border-bottom: 1px solid #EFEFEF; }

.expandable-list__item-title {
  display: block; }
  .is-selected .expandable-list__item-title {
    font-weight: 700; }

.expandable-list__item-status-icon {
  float: right;
  transition: opacity 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
  opacity: 0; }
  .is-selected .expandable-list__item-status-icon {
    opacity: 1; }
  .expandable-list__item-status-icon svg {
    width: 12px;
    height: 12px; }

.overlay-open {
  overflow: hidden; }

.overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.6s ease-in;
  outline: 0;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  z-index: 300;
  pointer-events: none;
  -webkit-overflow-scrolling: touch; }
  .overlay-open .overlay {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .overlay.is-visible {
    transition-timing-function: cubic-bezier(0, 0, 0.23, 1.43);
    opacity: 1;
    pointer-events: auto; }
  .overlay__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
  .overlay__content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    *zoom: 1;
    width: 100%;
    max-width: 2440px;
    margin: auto;
    padding-top: 96px;
    padding-bottom: 96px;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    transition: opacity 0.6s ease-in 0s, -webkit-transform 0.6s ease-in 0s;
    transition: opacity 0.6s ease-in 0s, transform 0.6s ease-in 0s;
    transition: opacity 0.6s ease-in 0s, transform 0.6s ease-in 0s, -webkit-transform 0.6s ease-in 0s;
    opacity: 0; }
    .overlay__content::after {
      content: '';
      display: table;
      clear: both; }
    .is-visible .overlay__content {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      transition: opacity 0.3s cubic-bezier(0, 0, 0.23, 1.43) 0.3s, -webkit-transform 0.6s cubic-bezier(0, 0, 0, 1) 0.3s;
      transition: opacity 0.3s cubic-bezier(0, 0, 0.23, 1.43) 0.3s, transform 0.6s cubic-bezier(0, 0, 0, 1) 0.3s;
      transition: opacity 0.3s cubic-bezier(0, 0, 0.23, 1.43) 0.3s, transform 0.6s cubic-bezier(0, 0, 0, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0, 0, 0, 1) 0.3s;
      opacity: 1; }
  .overlay > .overlay__close {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 1; }

.bis-popover-active {
  position: initial !important;
  height: auto !important;
  overflow: visible !important; }

@media (max-width: 991px) {
  .triptych-section .container-fluid-max {
    max-width: none; } }

.triptych {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: calc(2 * 1.75rem);
  padding-top: calc(2 * 1.75rem); }
  @media only screen and (max-width: 991px) {
    .triptych {
      display: block;
      padding-top: 0; } }
  .triptych__item {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex: 1 0 33.3%;
        flex: 1 0 33.3%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    max-width: 33.33333%;
    padding-top: 1.75rem;
    padding-right: 2rem;
    padding-bottom: calc(1.5 * 1.75rem);
    padding-left: 2rem;
    text-align: center; }
    .triptych__item > * {
      position: relative;
      z-index: 1; }
    .triptych__item:first-child {
      padding-right: 4rem;
      padding-left: 0; }
    .triptych__item:last-child {
      padding-right: 0;
      padding-left: 4rem; }
    @media only screen and (max-width: 991px) {
      .triptych__item {
        width: 100%;
        max-width: none;
        margin: 1rem auto;
        padding: 1rem 0; }
        .triptych__item .slideshow-slide__inner {
          max-width: 350px;
          margin: 0 auto; } }
    @media only screen and (max-width: 991px) and (max-width: 767px) {
      .triptych__item .slideshow-slide__inner {
        max-width: none; } }
    @media only screen and (max-width: 991px) {
        .triptych__item:first-child, .triptych__item:last-child {
          padding-right: 0;
          padding-left: 0; } }
  .triptych__title {
    position: absolute;
    top: -10px;
    right: 2rem;
    left: 2rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.75rem;
    z-index: 2; }
    @media only screen and (max-width: 991px) {
      .triptych__title {
        position: relative;
        right: 0 !important;
        left: 0 !important;
        margin-bottom: 0.25rem;
        padding-top: 1rem;
        padding-right: 2rem;
        padding-left: 2rem;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        font-size: calc(0.75 * 1.75rem); } }
    .triptych__item:first-child .triptych__title {
      right: 4rem;
      left: 0; }
    .triptych__item:last-child .triptych__title {
      right: 0;
      left: 4rem; }
  .triptych__bg {
    position: absolute;
    top: 1.75rem;
    right: 0;
    bottom: -4rem;
    left: 0;
    z-index: 0; }
    @media (min-width: 992px) {
      .triptych__bg {
        top: -1rem;
        right: -16px;
        bottom: 0;
        left: -16px; } }
    .parallax-scrolling .triptych__bg {
      top: -6.25rem;
      bottom: 3.125rem; }
      @media (min-width: 992px) {
        .parallax-scrolling .triptych__bg {
          top: -3.125rem;
          bottom: 3.125rem; } }
    .triptych__bg--blush {
      background-color: #fce6f2; }
    .triptych__bg--lavender {
      background-color: #ede4fa; }
    .triptych__bg--sky {
      background-color: #dbe5ff; }
    .triptych__bg--light-grey {
      background-color: #eee; }
    .triptych__bg--air {
      background-color: #f9f9f9; }
  .triptych__image {
    position: relative;
    width: 100%; }
    .triptych__image .slideshow:not(.slick-initialized) > div {
      position: absolute; }
      .triptych__image .slideshow:not(.slick-initialized) > div:first-child {
        position: relative; }
  .triptych__text {
    padding: 1rem; }
  .triptych__cta a {
    padding-right: 2rem;
    padding-left: 2rem; }

.testimonial-slide__inner {
  position: relative;
  padding-bottom: 1em;
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .testimonial-slide__inner .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    .testimonial-slide__inner.has-logo {
      padding-top: 7.5em; } }

@media screen and (min-width: 768px) {
  .testimonial-slide__visual {
    min-width: 450px; } }

.testimonial-slide__logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  height: 5.625em;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 767px) {
    .testimonial-slide__logo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }
  @media screen and (min-width: 768px) {
    .testimonial-slide__logo {
      -ms-flex-flow: row;
          flex-flow: row;
      height: auto; } }

.testimonial-slide__logo-bh {
  width: 3.5em;
  height: 3.5em;
  margin-bottom: auto; }
  @media screen and (min-width: 768px) {
    .testimonial-slide__logo-bh {
      width: 6.25em;
      height: 6.25em; } }

.testimonial-slide__logo-tagline {
  font-family: "photoshoot", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  font-size: 0.875em; }
  @media screen and (min-width: 768px) {
    .testimonial-slide__logo-tagline {
      margin-left: .5em;
      font-size: 1.25em; } }

.testimonial-slide__image-wrapper {
  position: relative;
  height: 0;
  margin-bottom: 2em;
  padding-bottom: 133.33333%; }
  @media screen and (min-width: 1200px) {
    .testimonial-slide__image-wrapper {
      margin-bottom: 0; } }

.testimonial-slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.testimonial-slide__text {
  position: static; }
  @media screen and (min-width: 1200px) {
    .testimonial-slide__text {
      padding-top: 10em;
      padding-left: 5em; } }

.testimonial-slide__quote-icon {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: -3em;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  border-radius: 100%;
  background-color: #CBE3FF; }
  @media screen and (max-width: 1199px) {
    .testimonial-slide__quote-icon {
      display: none; } }
  .testimonial-slide__quote-icon svg {
    width: 2.5rem;
    height: 2.5rem; }

.testimonial-slide .cta {
  margin-top: 2em; }

.testimonial-slide blockquote {
  position: relative;
  margin-top: 2rem;
  padding: 0;
  border: 0; }

.testimonial-slide cite {
  margin-top: 1em;
  font-size: 1em;
  font-style: normal;
  opacity: .5; }
  .testimonial-slide cite::before {
    content: '— '; }

.product-grid .content-grid__item:focus {
  outline: none; }

.product-grid.slick-slider {
  margin-bottom: 2rem; }
  .product-grid.slick-slider .slick-dots li {
    width: 10px;
    height: 10px; }
  .product-grid.slick-slider .slick-list {
    padding-top: 1rem; }

.product-grid__copy {
  position: relative; }
  .product-grid__copy .content-header__subtitle {
    font-size: 0.875rem;
    letter-spacing: 1.1px; }

.product-grid__cta {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0; }
  .product-grid__cta a {
    font-size: 0.875rem;
    letter-spacing: 1.1px;
    text-decoration: underline; }
  @media (min-width: 1200px) {
    .product-grid__cta {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0; } }

.product-grid__inner {
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .product-grid__inner .product-card {
    width: 45%; }
    .product-grid__inner .product-card:first-child {
      margin-right: 32px; }
    .product-grid__inner .product-card:last-child {
      margin-left: 32px; }
    .product-grid__inner .product-card .product-card__contents__bottom .btn {
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      font-size: 0.625rem; }

#page-hero-blog {
  position: relative;
  z-index: 5; }
  #page-hero-blog.page-hero--min-padding {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px; }
  #page-hero-blog .page-hero__content:after {
    content: none; }
  #page-hero-blog h1 {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      #page-hero-blog h1 {
        font-size: 1.75rem; } }

.blog-articles-wrap {
  transition: opacity ease-in 0.25s; }
  .blog-articles-wrap.loading-content {
    opacity: 0.5; }
  .blog-articles-wrap .content-grid__item {
    margin-bottom: 5rem; }
    @media (min-width: 992px) {
      .blog-articles-wrap .content-grid__item {
        border-bottom: 0; } }

.blog__description {
  width: 100%;
  max-width: 450px;
  margin: 32px auto 0; }

.featured-articles__wrap {
  position: relative;
  margin-bottom: 5rem;
  padding: 1rem 0;
  overflow: hidden; }
  .featured-articles__wrap .container {
    padding-right: 0;
    padding-left: 0; }
  .featured-articles__wrap.featured-articles--videos .container {
    max-width: 900px; }
  .page-hero + .featured-articles__wrap.featured-articles--articles {
    margin-top: -2rem;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .page-hero + .featured-articles__wrap.featured-articles--articles {
        margin-bottom: 3rem; } }

.featured-articles__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .featured-articles__bg {
      top: 2.5rem;
      bottom: 2.5rem; } }

.featured-articles__slideshow .slick-slider .slick-arrow.slick-arrow--prev {
  left: 0; }

.featured-articles__slideshow .slick-slider .slick-arrow.slick-arrow--next {
  right: 0; }

.featured-articles__slideshow .slick-dots {
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
  width: 100%;
  margin-top: 0;
  text-align: center; }
  .featured-articles__slideshow .slick-dots li {
    background-color: #000; }

.featured-articles__slideshow .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }
  @media (min-width: 768px) {
    .featured-articles__slideshow .slick-track {
      -ms-flex-align: center;
          align-items: center; } }

.featured-articles--videos {
  display: none;
  margin-top: 64px; }
  @media (min-width: 992px) {
    .featured-articles--videos {
      display: block; } }
  .featured-articles--videos .slick-list {
    overflow: visible; }
  @media (min-width: 768px) {
    .featured-articles--videos .slick-track {
      -ms-flex-align: start;
          align-items: flex-start; } }
  .featured-articles--videos .slick-slider {
    position: static; }
    .featured-articles--videos .slick-slider .slick-arrow {
      top: 43%; }
      .featured-articles--videos .slick-slider .slick-arrow.slick-arrow--next {
        right: 96px; }
      .featured-articles--videos .slick-slider .slick-arrow.slick-arrow--prev {
        left: 96px; }

@media (min-width: 768px) {
  .featured-article__slide {
    padding-right: 5rem;
    padding-left: 5rem; } }

.featured-articles--videos .featured-article__slide {
  opacity: 0.4; }
  @media (min-width: 768px) {
    .featured-articles--videos .featured-article__slide {
      padding-right: 0;
      padding-left: 0; } }
  .featured-articles--videos .featured-article__slide.slick-current.slick-active {
    opacity: 1; }

@media (min-width: 768px) {
  .featured-article__slide-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-right: 32px;
    padding-left: 32px; } }

.featured-articles--videos .featured-article__slide-inner {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .featured-articles--videos .featured-article__slide-inner {
      display: block;
      padding-right: 16px;
      padding-left: 16px; } }

.featured-article__image {
  -ms-flex-preferred-size: 550px;
      flex-basis: 550px;
  padding: 0; }
  .featured-article__image a {
    position: relative;
    background-position: center center;
    background-size: cover; }
    .featured-articles--videos .slick-active .featured-article__image a::before, .featured-articles--videos .slick-active .featured-article__image a::after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: ''; }
    .featured-articles--videos .slick-active .featured-article__image a::before {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      background-color: #fff;
      opacity: 0.9; }
    .featured-articles--videos .slick-active .featured-article__image a::after {
      left: 50.25%;
      border-top: 1.15rem solid transparent;
      border-bottom: 1.15rem solid transparent;
      border-left: 1.5rem solid #f30094; }
  @media (min-width: 768px) {
    .featured-article__image {
      position: relative;
      top: 3rem; }
      .featured-articles--videos .featured-article__image {
        top: 0;
        border: 1px solid #eee; } }
  .featured-articles--videos .featured-article__image {
    top: 0; }

.featured-article__content {
  position: relative;
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  margin-bottom: 64px;
  padding: 0 16px;
  text-align: center; }
  .featured-article__slide--centered .featured-article__content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .featured-article__slide--no-img .featured-article__content {
    max-width: 650px;
    margin: 0 auto 64px; }
  .featured-articles--videos .featured-article__content {
    padding: 0;
    text-align: left; }
  @media (min-width: 768px) {
    .featured-article__content {
      -ms-flex-preferred-size: 450px;
          flex-basis: 450px;
      margin-bottom: 0; } }

.featured-article__title {
  font-size: 1.5625rem;
  letter-spacing: .0625rem; }

.featured-article__tags {
  display: none;
  margin-top: 32px;
  margin-bottom: 0.875rem;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: .0625rem;
  text-transform: uppercase; }
  .featured-articles--videos .featured-article__tags {
    display: block; }

.featured-article__date {
  font-size: 0.75rem;
  margin: 1rem auto;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .featured-article__date {
      font-size: 0.875rem; } }
  @media (min-width: 768px) {
    .featured-article__date {
      margin-top: 0; } }
  .featured-articles--videos .featured-article__date {
    display: none; }

.featured-article__excerpt {
  margin-top: 1rem;
  margin-bottom: 32px;
  font-size: 1rem;
  letter-spacing: .06875rem;
  line-height: 1.5625; }
  .featured-articles--videos .featured-article__excerpt {
    display: none; }

.featured-articles--videos .featured-article__read-more {
  display: none; }

.article__banner-image {
  width: 100%;
  height: 375px; }
  @media (min-width: 992px) {
    .article__banner-image {
      height: 500px; } }

@media (min-width: 992px) {
  .article__banner {
    margin-top: 6.25rem; } }

.article__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  text-align: center; }
  @media (min-width: 992px) {
    .article__header {
      -ms-flex-direction: column;
          flex-direction: column; } }

.article__tags {
  padding-top: 1em; }

.article__header-content {
  text-align: center; }
  .article__header-content time {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 0.75rem;
    text-transform: uppercase; }
  .article__header-content h1 {
    font-size: 1.56em; }

.article__content {
  padding-bottom: 4.375rem; }

.article__related-articles-wrap, .article__related-videos-wrap {
  padding-top: 32px; }

.article__related-articles-header {
  text-align: center; }
  .article__related-articles-header h3 {
    display: inline-block; }

.article__related-articles {
  padding-bottom: 64px;
  border-bottom: 2px solid #eee; }
  @media (min-width: 992px) {
    .article__related-articles {
      padding-bottom: 0;
      border-bottom: 0; } }
  .article__related-videos-wrap .article__related-articles {
    border-bottom: 0; }
  .article__related-articles.slick-slider .article-card {
    border-bottom: 0; }
  .article__related-articles.content-grid {
    -ms-flex-pack: center;
        justify-content: center; }
    .article__related-articles.content-grid .slick-dots li:not(.slick-active) {
      background-color: #000; }

.article__comments {
  margin-bottom: 64px; }

.article .social-sharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 1.5rem auto 3.25rem;
  padding: 1rem 0;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee; }
  @media (min-width: 992px) {
    .article .social-sharing {
      margin-top: 3.75rem; } }

@media (min-width: 992px) {
  .article__go-to {
    display: none; } }

.article__go-to .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px; }
  .article__go-to .container::after {
    content: none; }

.article__go-to .article__go-to-next,
.article__go-to .article__go-to-prev {
  font-weight: 700; }
  .article__go-to .article__go-to-next svg,
  .article__go-to .article__go-to-prev svg {
    position: relative;
    top: -.125em;
    width: 0.75em;
    height: 0.75em;
    fill: #f30094; }

.article__go-to .article__go-to-next svg {
  margin-left: .5rem; }

.article__go-to .article__go-to-prev svg {
  margin-right: .5rem; }

#comments {
  margin-bottom: 64px; }

.article-comment {
  padding: 32px 0.5rem;
  border-bottom: 2px solid #eee; }
  li:first-child .article-comment {
    border-top: 2px solid #eee; }
  .article-comment--preview,
  .unpublished .article-comment {
    background-color: #f9f9f9; }
  .article-comment__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 32px; }
  .article-comment__author {
    display: inline-block;
    color: #f30094;
    font-weight: 700; }
  .article-comment__date {
    float: right;
    font-size: 0.625rem;
    font-weight: 500;
    white-space: nowrap; }
  .article-comment__content {
    padding-bottom: 16px; }
  .article-comment__footer {
    color: #9b9b9b;
    font-size: 0.625rem;
    text-align: right; }

.account__page-header {
  margin-top: 32px;
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .account__page-header {
      margin-top: 40px;
      margin-bottom: 40px; } }

.account__section {
  margin-bottom: 64px; }
  .account__section--shipping-addresses.is-empty, .account__section--new-address {
    margin-bottom: 0; }

.account__section-title,
.account .add-address-btn {
  margin: 30px 0 20px; }

.template-account .layout-main-content {
  padding-bottom: 4em; }

.template-account #RecoverPasswordForm h4 {
  margin-top: 30px;
  margin-bottom: 5px; }

.template-account #RecoverPasswordForm button {
  margin-left: 0; }

@media (max-width: 991px) {
  .account-menu {
    display: none; } }

@media (min-width: 992px) {
  .account-menu {
    min-height: 60vh;
    margin-right: 19%;
    border-right: 2px solid #eee; } }

.account-menu--mobile {
  display: block; }
  @media (min-width: 992px) {
    .account-menu--mobile {
      display: none; } }

.account-menu__item-list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.account-menu__item {
  margin-bottom: 1rem; }
  .account-menu__item.selected {
    font-weight: 700; }

.account-menu__title {
  margin: 40px 0; }
  @media (max-width: 991px) {
    .account-menu__title {
      display: block;
      padding-top: 10px;
      padding-bottom: 20px;
      border-bottom: 2px #eee solid;
      text-align: center; } }

.order-table-header {
  font-size: 0.875rem;
  padding: 10px 0;
  text-transform: capitalize; }
  @media screen and (min-width: 768px) {
    .order-table-header {
      font-size: 1rem; } }

.order-table-row {
  margin-top: 10px; }

.orders-table {
  table-layout: fixed;
  width: 100%; }
  .orders-table:not(:last-child) {
    margin-bottom: 2em; }
  .orders-table th {
    font-weight: 700; }
  .orders-table th,
  .orders-table td {
    padding: 1rem;
    vertical-align: middle; }
    .orders-table th:first-child,
    .orders-table td:first-child {
      padding-left: 0; }

.order-fulfillment {
  width: auto;
  margin: 30px 0;
  padding: 5px;
  background-color: #f9f9f9;
  text-align: center; }
  @media (max-width: 991px) {
    .order-fulfillment {
      margin: 30px -15px 30px 0; } }

.line-items-list .line-item-container {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 3px #eee solid; }

@media (max-width: 991px) {
  .line-items-list div:last-child {
    border-bottom: 0 !important; } }

.welcome-section .content-header,
.beauty-section .content-header {
  margin: 0;
  padding-top: 40px; }
  .welcome-section .content-header .content-header__title,
  .beauty-section .content-header .content-header__title {
    width: 30%; }
    @media (max-width: 767px) {
      .welcome-section .content-header .content-header__title,
      .beauty-section .content-header .content-header__title {
        width: 90%; } }
  .welcome-section .content-header .content-header__subtitle,
  .beauty-section .content-header .content-header__subtitle {
    font-size: 0.875rem;
    width: 90%; }
    @media screen and (min-width: 768px) {
      .welcome-section .content-header .content-header__subtitle,
      .beauty-section .content-header .content-header__subtitle {
        font-size: 1rem; } }
    @media (max-width: 767px) {
      .welcome-section .content-header .content-header__subtitle,
      .beauty-section .content-header .content-header__subtitle {
        text-align: left; } }

.welcome-section {
  padding-bottom: 1rem; }

.welcome__video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .welcome__video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.be-you-section {
  padding: 40px 0; }
  @media screen and (max-width: 991px) {
    .be-you-section {
      padding: 20px 20px 0; } }
  @media screen and (max-width: 991px) {
    .be-you-section .banner__bg-image {
      margin: 15px; } }
  .be-you-section .banner__bg-image.banner__bg--blush {
    background-color: #fce6f2; }
  .be-you-section .banner__bg-image.banner__bg--lavender {
    background-color: #ede4fa; }
  .be-you-section .banner__bg-image.banner__bg--sky {
    background-color: #dbe5ff; }
  .be-you-section .banner__bg-image.banner__bg--light-grey {
    background-color: #eee; }
  .be-you-section .banner__bg-image.banner__bg--air {
    background-color: #f9f9f9; }
  .be-you-section .content-grid__item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem; }
    @media screen and (min-width: 992px) {
      .be-you-section .content-grid__item {
        -ms-flex-direction: column;
            flex-direction: column;
        margin-bottom: 0; } }
  .be-you-section .content-grid__image {
    width: 100%;
    max-width: 67px;
    height: 47px;
    margin-right: 1rem;
    margin-bottom: 1.125rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media screen and (min-width: 992px) {
      .be-you-section .content-grid__image {
        background-position: left; } }
  .be-you-section .content-grid__text {
    font-size: 14px; }
  @media screen and (max-width: 991px) {
    .be-you-section .be-you-container {
      padding: 20px; } }

.beauty-section {
  padding-top: 20px; }

.our-values__list {
  padding: 80px 30%;
  background-color: #f9f9f9; }
  @media (max-width: 767px) {
    .our-values__list {
      padding: 80px 10%; } }
  @media (max-width: 1199px) {
    .our-values__list {
      padding: 80px 20%; } }
  .our-values__list .content-grid__item {
    margin-bottom: 0; }

.testimonial-slideshow-section {
  padding: 80px 0;
  background-color: #f9f9f9; }
  .testimonial-slideshow-section .mobile-testimonial-title {
    display: none; }
  .testimonial-slideshow-section .slick-dots {
    margin-top: 0;
    padding-top: 1rem;
    bottom: -50px; }
    .testimonial-slideshow-section .slick-dots li {
      background-color: #000; }
  @media (max-width: 767px) {
    .testimonial-slideshow-section {
      padding: 0 0 80px;
      background-color: #fff; }
      .testimonial-slideshow-section .page-header {
        margin: 0;
        padding: 0 0 40px; }
      .testimonial-slideshow-section .mobile-testimonial-title {
        display: block; } }

.about-us__icon {
  text-align: center;
  margin: 1rem 0; }
  .about-us__icon .icon {
    width: 48px;
    height: 48px; }

.about-us__icon-title {
  margin-top: 0.5rem; }

.press-items__wrap .row {
  border-bottom: 2px solid #eee; }
  .press-items__wrap .row:first-child .press-item {
    margin-top: 0; }

.press-items__wrap .row:nth-child(4n) .press-item__content-wrap,
.press-items__wrap .row:nth-child(4n-1) .press-item__content-wrap {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

@media (min-width: 768px) {
  .press-items__wrap .row:nth-child(4n) .press-item__content,
  .press-items__wrap .row:nth-child(4n-1) .press-item__content {
    margin-right: 32px;
    margin-left: 0; } }

.press-item {
  margin-top: 64px;
  margin-bottom: 64px; }
  .press-item__title {
    font-size: 1.5625rem; }
  @media (min-width: 768px) {
    .press-item__content-wrap {
      display: -ms-flexbox;
      display: flex; } }
  .press-item__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 768px) {
      .press-item__content {
        margin-left: 32px; } }
  .press-item__image-wrap {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    max-width: 350px;
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .press-item__image-wrap {
        margin-bottom: 0; } }
  .press-item__image {
    width: 100%;
    height: 0;
    padding-bottom: 120%;
    background-size: cover; }
  .press-item__text {
    margin-bottom: 1rem; }
  .press-item__product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }
    .press-item__product .btn {
      margin-top: 42.56px; }
      @media (max-width: 767px) {
        .press-item__product .btn {
          width: 100%;
          padding-right: 1rem;
          padding-left: 1rem; } }
  .press-item__product-title, .press-item__product-excerpt {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .press-item__product-title {
    height: 1.5rem;
    margin-bottom: 0.25rem; }
  .press-item__product-excerpt {
    display: block;
    width: 100%;
    height: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.625rem; }
  .press-item__product-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .press-item__product-info-top {
    width: 100%; }
  .press-item__product-image {
    width: 150px;
    margin-right: 32px; }
    .press-item__product-image a {
      display: block;
      position: relative; }
      .press-item__product-image a::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.08);
        content: ''; }

#support-center h2 {
  font-size: 1.5rem; }

.support-center__wrap {
  padding-top: 42.56px; }
  .support-center__wrap h2 {
    font-size: 1.5rem; }
  .support-center__wrap select,
  .support-center__wrap .chosen-single {
    font-weight: 500; }
  .support-center__wrap .panel {
    transition: padding 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    border-bottom: 2px solid #eee; }
    .support-center__wrap .panel:first-child, .support-center__wrap .panel:first-of-type {
      border-top: 2px solid #eee; }
    .support-center__wrap .panel.is-open {
      padding-bottom: 32px; }
  .support-center__wrap .expandable-list__header {
    padding: 1rem 1rem 1rem 0; }
    .support-center__wrap .expandable-list__header h3 {
      font-size: 0.75rem;
      margin-bottom: 0;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .support-center__wrap .expandable-list__header h3 {
          font-size: 0.875rem; } }
    .support-center__wrap .expandable-list__header span {
      padding-right: 32px; }
    .support-center__wrap .expandable-list__header svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 12px; }
  .support-center__wrap .expandable-list__body {
    padding-right: 0;
    padding-left: 0; }
    @media (min-width: 992px) {
      .support-center__wrap .expandable-list__body {
        padding-right: 128px; } }

.faq__popular {
  margin-bottom: 80px; }

.faq__main-wrap .cta_wrap {
  padding: 64px 0; }
  * + .faq__main-wrap .cta_wrap {
    padding-top: 0; }

.faq__main {
  padding-top: 42.56px;
  padding-bottom: 80px; }

.faq__contact {
  padding-top: 80px;
  padding-bottom: 80px; }

.faq-category {
  display: none;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-animation: fadeInAndDown 0.25s ease-in-out forwards;
          animation: fadeInAndDown 0.25s ease-in-out forwards; }
  .faq-category.is-visible {
    display: block; }

.contact-items {
  padding: 32px 0; }
  @media (min-width: 992px) {
    .contact-items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 80px 0; } }

.contact-item {
  position: relative;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin: 0 auto;
  text-align: center; }
  .contact-item h4 {
    margin-bottom: .75rem; }
  .contact-item + .contact-item {
    margin-top: 48px;
    padding-top: 48px; }
    .contact-item + .contact-item::before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 40px;
      height: 2px;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background-color: #f30094;
      content: ''; }
    @media (min-width: 992px) {
      .contact-item + .contact-item {
        margin-top: 0;
        padding-top: 0; }
        .contact-item + .contact-item::before {
          content: none; } }

.signup__img {
  margin-bottom: 1rem; }
  .signup__img a {
    display: block; }

.signup__title {
  font-size: 1.5rem; }

.signup__btn-wrap .btn {
  display: block;
  margin: 1rem; }
  @media (min-width: 992px) {
    .signup__btn-wrap .btn {
      display: inline-block;
      margin: 1rem 0.5rem; } }

.bis-reset {
  display: none; }
  .bis-reset .bis-edge-left,
  .bis-reset .bis-edge-right {
    text-shadow: none; }

@media (max-width: 450px) {
  .product-detail__submit #BIS_trigger, .product-detail__submit
  .BIS_trigger {
    white-space: initial; } }

.afterpay-paragraph {
  display: block;
  width: 350px;
  margin: 0 auto .5rem; }
  @media (min-width: 992px) {
    .afterpay-paragraph {
      margin: 0;
      margin-bottom: .5rem; } }
  .cart-list .afterpay-paragraph {
    width: 75%;
    max-width: 250px;
    margin: .5rem 0 1rem;
    float: right;
    text-align: right; }
    .cart-list .afterpay-paragraph + * {
      clear: both; }
  .ajax-cart__footer .afterpay-paragraph {
    width: auto;
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: center; }
    .ajax-cart__footer .afterpay-paragraph .more-info {
      display: inline-block;
      height: 1rem;
      cursor: pointer; }
      .ajax-cart__footer .afterpay-paragraph .more-info svg {
        height: 100%; }

.template-page-influencer-signup .layout-main-content {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.influencer-signup {
  position: relative; }
  @media (min-width: 768px) {
    .influencer-signup {
      display: -ms-flexbox;
      display: flex; } }
  .influencer-signup--image-right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .influencer-signup--image-bg {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .influencer-signup__image-wrap {
    position: relative;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-height: 175px;
    padding-top: 50%; }
    @media (max-width: 767px) {
      .influencer-signup__image-wrap {
        padding-top: 100%; } }
    .influencer-signup--image-bg .influencer-signup__image-wrap {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .influencer-signup__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover; }
  .influencer-signup__content-wrap {
    position: relative;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 800px;
    padding: 32px; }
    @media (min-width: 992px) {
      .influencer-signup__content-wrap {
        padding: 96px 64px; } }
  .influencer-signup__content {
    margin-bottom: 2rem; }
    .influencer-signup__content h1 {
      font-size: 1.5rem;
      letter-spacing: 2px; }
      @media (min-width: 768px) {
        .influencer-signup__content h1 {
          font-size: 1.75rem; } }
    .influencer-signup__content p {
      font-size: 1rem; }
      @media screen and (min-width: 768px) {
        .influencer-signup__content p {
          font-size: 1.25rem; } }
      .influencer-signup__content p strong {
        font-weight: 700; }
  .influencer-signup__form-wrap {
    position: relative; }
    .influencer-signup__form-wrap form .form-group.button-group {
      margin-top: 32px; }
    .influencer-signup__form-wrap form.send-successful {
      opacity: 0; }
    .influencer-signup__form-wrap form input {
      background-color: transparent;
      box-shadow: none; }
  .influencer-signup__success {
    display: none;
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center; }
    .influencer-signup__success h2 {
      margin-bottom: 1rem; }
    .influencer-signup__success a {
      border-bottom: 1px solid currentColor;
      font-size: 0.625rem;
      font-weight: 700;
      letter-spacing: 2px; }
    form.send-successful + .influencer-signup__success {
      display: block; }

/*
*  News Module used on the homepage
*/
.news__items-wrap {
  margin-right: -8px;
  margin-bottom: 32px;
  margin-left: -8px; }
  .news__items-wrap .slick-dots {
    margin: 0 auto; }
    .news__items-wrap .slick-dots li {
      background-color: #000; }

.news__item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 1rem;
  padding-right: 8px;
  padding-left: 8px; }

.news__item-image {
  padding: 1rem;
  text-align: center; }
  @media (min-width: 992px) {
    .news__item-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      z-index: 1; } }
  .news__item-image img {
    max-width: 75%;
    margin: 0 auto; }

.news__item-content {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2; }
  .news__item-content::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: top 0.25s ease-in-out;
    transition-delay: 0.125s;
    background-color: rgba(243, 0, 148, 0.85);
    content: ''; }
    @media (min-width: 992px) {
      .news__item-content::before {
        top: calc(100% - 2px); } }
  .news__item:hover .news__item-content::before,
  .news__item:focus-within .news__item-content::before {
    top: 0;
    transition-delay: 0; }
  .news__item-content .btn-link {
    font-size: 0.75rem;
    position: relative;
    margin-top: 1rem;
    padding: 0;
    border-bottom: 1px solid currentColor;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .news__item-content .btn-link {
        font-size: 0.875rem; } }

.news__item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

.news__item-quote {
  margin-top: 1.5rem;
  padding: 2rem;
  transition: opacity 0.25s ease-in-out;
  opacity: 1; }
  @media (min-width: 992px) {
    .news__item-quote {
      opacity: 0; } }
  .news__item-quote blockquote {
    position: relative;
    margin: 0;
    padding: 0;
    border-left: 0;
    color: #fff;
    font-size: 1rem;
    z-index: 1; }
    .news__item-quote blockquote::before {
      position: absolute;
      top: -2rem;
      left: 0;
      font-size: 4rem;
      font-style: italic;
      font-weight: 500;
      line-height: 1;
      content: '"'; }
  .news__item:hover .news__item-quote,
  .news__item:focus-within .news__item-quote {
    transition-delay: 0.125s;
    opacity: 1; }

.care-page {
  margin: 0;
  padding: 0;
  background-color: #ffcaca;
  color: #fff; }

.care-hero {
  margin: 0;
  padding: 3rem 2rem 4rem;
  border: 0;
  background-color: #f30094;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }

.care-hero-logo {
  margin-bottom: 2rem;
  text-align: center; }

.care-hero-logo--small {
  display: inline-block; }
  .care-hero-logo--small .icon {
    width: 150px;
    height: 150px; }

.care-hero-logo--large {
  display: none; }
  .care-hero-logo--large .icon {
    width: 200px;
    height: 90px; }

.care-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase; }

.care-main {
  padding: 2rem 0.5rem; }

.care-section {
  margin: 0.5rem auto;
  padding: 0;
  background-color: #f30094;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto; }

.care-section-title {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: 700;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .care-section-title {
      font-size: 1.25rem; } }

.care-section-title-icon .icon {
  width: 4rem;
  height: 4rem;
  margin: 0 0.5rem; }

.care-section-title-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 -0.5rem;
  padding: 1rem; }
  .care-section-title-container > * {
    margin: 0 0.5rem; }

.care-section-title-button {
  width: 3rem;
  margin-left: auto;
  text-align: right; }

.care-section-title-button::before {
  display: block;
  font-size: xx-large;
  font-weight: 400;
  content: '\2014'; }

.care-section-title-container.collapsed .care-section-title-button::before {
  content: '\FF0B'; }

.care-section-body {
  padding: 1rem; }
  .care-section-body .panel-body {
    padding: 1rem; }

.care-section-panel {
  position: relative;
  z-index: 1; }

.care-section-panel::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: 0.9;
  z-index: -1; }

@media (min-width: 768px) {
  .care-page {
    padding: 1rem 0; }
  .care-hero {
    padding: 2rem 19% 5rem; }
  .care-hero-logo--small {
    display: none; }
  .care-hero-logo--large {
    display: inline-block; }
  .care-main {
    padding: 2rem 10%; }
  .care-section {
    margin: 2rem auto;
    background-size: cover; }
  .care-section-title {
    font-size: 1.5rem;
    text-align: center; }
  .care-section-title-icon .icon {
    width: 5rem;
    height: 5rem; }
  .care-section-title-container {
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0; }
    .care-section-title-container > * {
      margin: 0; }
  .care-section-title-button {
    display: none; }
  .care-section-body {
    padding: 1rem 10% 2rem; } }

@media (min-width: 992px) {
  .care-hero {
    padding: 2rem 26% 5rem; }
  .care-main {
    padding: 2rem 20%; }
  .care-section-title-icon .icon {
    width: 6rem;
    height: 6rem;
    margin: 0 1rem; } }

.video {
  position: relative;
  padding-bottom: 56.25%; }
  .video:not(.is-playing) {
    cursor: pointer; }
    .video:not(.is-playing) iframe,
    .video:not(.is-playing) * {
      cursor: pointer; }
  .video__player,
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video__player {
    z-index: 5; }
  .video__poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 10; }
    .video.is-playing .video__poster {
      opacity: 0; }
  .video__play-pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4em;
    height: 4em;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transition: opacity 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 0;
    outline: 0;
    background-color: transparent;
    z-index: 20; }
    .video.is-playing .video__play-pause-btn {
      opacity: 0; }
    .video__play-pause-btn .icon {
      width: 100%;
      height: 100%;
      fill: #fff; }

.big-text {
  display: inline-block;
  white-space: nowrap; }
  .big-text__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    text-transform: uppercase; }
    .big-text__text::before, .big-text__text::after {
      content: attr(data-text); }
    @supports (-webkit-text-stroke: 1px) {
      .big-text__text, .big-text__text::before, .big-text__text::after {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px; }
        @media screen and (min-width: 768px) {
          .big-text__text, .big-text__text::before, .big-text__text::after {
            -webkit-text-stroke: 2px; } } }

.sub-collection {
  width: 100px; }
  @media screen and (min-width: 768px) {
    .sub-collection {
      width: 200px; } }
  .sub-collection__card {
    position: relative;
    height: 0;
    padding-bottom: 80%;
    background-color: #000; }
  .sub-collection__name {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: .5em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    transition: color 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      .sub-collection__name {
        font-size: 1.25rem; } }
    .sub-collection:hover .sub-collection__name {
      color: #000; }
      @supports (-webkit-text-stroke: 1px) {
        .sub-collection:hover .sub-collection__name {
          color: #fff;
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke: 1px; } }
  .sub-collection__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    transition: opacity 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: .6; }
    .sub-collection:hover .sub-collection__image {
      opacity: 1; }

.slider-thumbnail {
  display: block;
  position: relative;
  margin: 0.5em;
  border: 1px solid #eee;
  outline: 0;
  cursor: pointer; }
  .slider-thumbnail::before {
    position: absolute;
    top: -0.25em;
    left: 0.25em;
    width: 100%;
    height: 100%;
    transition: opacity 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #000;
    content: '';
    opacity: 0;
    z-index: 2; }
  .slider-thumbnail img {
    position: relative;
    width: 100%;
    z-index: 1; }
  .slider-thumbnail.slick-current::before, .slider-thumbnail.is-active::before {
    opacity: 1; }

.key-point {
  max-width: 26.25rem;
  margin: 0 auto;
  padding: 0 2em;
  font-size: 1rem;
  text-align: center; }
  .key-point__title {
    margin-bottom: 0.5em; }
  .key-point__media {
    width: 8rem;
    height: 8rem;
    margin: 0 auto 2rem;
    border-radius: 100%; }
    .key-point__media--icon {
      padding: 1rem;
      border: 3px solid currentColor; }
  .key-point__image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    width: 100%;
    height: 100%;
    border-radius: 100%; }

.bundle-products__header {
  margin-bottom: 0.5rem; }

.bundle-products__list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.bundle-products__list-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem; }

.bundle-products__item-image {
  width: 75px;
  margin-right: 16px;
  border: 1px solid #eee; }

.bundle-products__item-info {
  text-align: left; }

.bundle-products__item-title {
  margin-bottom: 0; }

.product-icon {
  -ms-flex: 0 0 24%;
      flex: 0 0 24%;
  margin: 1rem auto;
  text-align: center; }
  @media (min-width: 992px) {
    .product-icon {
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
      padding-right: 16px;
      padding-left: 16px; } }
  @media (min-width: 1200px) {
    .product-icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-align: center;
          align-items: center;
      margin: 0 1em;
      padding: 0; } }
  @media (min-width: 1440px) {
    .product-icon {
      white-space: nowrap; } }
  .product-icon__img {
    position: relative;
    -ms-flex: 0 0 32px;
        flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin: 0 auto 0.75rem;
    border-radius: 50%;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .product-icon__img {
        margin: 0 .5em 0 0; } }
    .product-icon__img.static-page-icon {
      width: 70px;
      height: 70px; }
    .product-icon__img svg {
      width: 100%;
      height: 100%;
      fill: #000; }
    .product-icon__img.static-page-icon svg {
      position: relative;
      z-index: 2; }

.low-stock-indicator {
  font-size: 0.75rem;
  position: relative;
  margin-left: .5em;
  padding: 1em 0;
  color: #000;
  font-family: "photoshoot", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  text-transform: initial; }
  @media screen and (min-width: 768px) {
    .low-stock-indicator {
      font-size: 0.875rem; } }
  @media (max-width: 991px) {
    .low-stock-indicator {
      padding: .5em 1em; } }
  .low-stock-indicator--mobile-no-variants, .low-stock-indicator--desktop-no-variants {
    font-size: 0.75rem;
    padding: 0.5em 1em;
    padding-left: 0;
    font-weight: 500;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .low-stock-indicator--mobile-no-variants, .low-stock-indicator--desktop-no-variants {
        font-size: 0.875rem; } }
    .low-stock-indicator--mobile-no-variants::before, .low-stock-indicator--desktop-no-variants::before {
      content: none; }
  @media (min-width: 992px) {
    .low-stock-indicator--mobile-no-variants {
      display: none; } }
  .low-stock-indicator--desktop-no-variants {
    display: none; }
    @media (min-width: 992px) {
      .low-stock-indicator--desktop-no-variants {
        display: block; } }

.feature-list {
  padding: 48px 1rem; }
  @media (min-width: 992px) {
    .feature-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 80px 0; } }
  .feature-list--left {
    -ms-flex-direction: row;
        flex-direction: row; }
  .feature-list--right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .feature-list__wrap {
    position: relative;
    margin: 32px auto; }
    .parallax-scroll .feature-list__wrap .section-bg {
      top: 3.125rem;
      bottom: 3.125rem; }
  .feature-list__title {
    text-align: center; }
    @media (min-width: 992px) {
      .feature-list__title {
        text-align: left; } }
    .feature-list__title h2 {
      padding: 1rem;
      font-size: 1.5rem; }
  .feature-list__content {
    padding-top: 32px;
    border-top: 2px solid #fff; }
    @media (min-width: 992px) {
      .feature-list__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        padding: .5rem 0;
        border-top: none;
        border-left: 2px solid #fff; } }
    .feature-list__content ul {
      margin-bottom: 0;
      padding-left: 32px;
      list-style: none; }
    .feature-list__content li {
      position: relative;
      margin-left: 1rem;
      padding-left: 1rem; }
      .feature-list__content li::before {
        position: absolute;
        top: .45rem;
        left: 0;
        width: 5px;
        height: 5px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border-radius: 50%;
        background-color: #f30094;
        content: ''; }
      .feature-list__content li:not(:last-child) {
        margin-bottom: .75rem; }

.product-promo-v1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.product-promo-v1_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .product-promo-v1_container .product-promo-v1__promo-image-primary-dsk,
  .product-promo-v1_container .product-promo-v1__promo-image-primary-mob {
    margin-bottom: 24px; }
  @media (min-width: 992px) {
    .product-promo-v1_container .product-promo-v1__cta {
      width: 33%; } }

.image-gallery-cms {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex: 1 100%;
      flex: 1 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-right: 32px;
  padding-left: 32px; }
  @media (max-width: 991px) {
    .image-gallery-cms {
      -ms-flex-direction: column;
          flex-direction: column;
      padding-right: 0;
      padding-left: 0; } }

.promo-timer-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center; }
  .promo-timer-content .countdown-timer__output {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .promo-timer-content .countdown-timer__output {
        font-size: 2.25rem; } }
  .promo-timer-content .promo-timer__btn {
    width: 50%;
    margin-top: 32px; }
  @media (max-width: 991px) {
    .promo-timer-content .promo-timer__btn {
      width: 100%; } }

.normal-long {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: center; }
  .normal-long .day-label,
  .normal-long .hour-label,
  .normal-long .minute-label,
  .normal-long .second-label {
    font-size: 10px;
    text-align: center; }
  .normal-long .normal-long-spacer {
    margin: 0 10px; }

.product-badge,
.product-card__badge {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  width: 10ch;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  min-height: 2em;
  -webkit-transform: translate(1.25em, -1em) rotate(10deg);
          transform: translate(1.25em, -1em) rotate(10deg);
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 10ch;
  z-index: 10;
  word-break: normal; }
  @media screen and (min-width: 768px) {
    .product-badge,
    .product-card__badge {
      font-size: 1.25rem; } }
  @supports (-webkit-text-stroke: 1px) {
    .product-badge,
    .product-card__badge {
      color: #fff;
      text-shadow: -2px 2px 0 #000;
      -webkit-text-stroke: 1px #000; } }
  .product-badge--sale,
  .product-card__badge--sale {
    color: #FC1A60; }
    @supports (-webkit-text-stroke: 1px) {
      .product-badge--sale,
      .product-card__badge--sale {
        color: #fff;
        text-shadow: -2px 2px 0 #FC1A60;
        -webkit-text-stroke: 1px #FC1A60; } }

.country-selection {
  min-width: 64px;
  padding: 4px 8px;
  border: 2px solid #000;
  outline: 0;
  background: white;
  color: #000;
  font-weight: 700; }
  .country-selection__name {
    margin-left: 0.5em; }
  .country-selection:focus, .country-selection:active {
    outline: 0; }

.store-recommendation {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-align: center;
      align-items: center;
  min-height: 100px;
  padding: 16px;
  border-top: 2px solid #888888;
  background-color: #fff;
  z-index: 300; }
  @media screen and (min-width: 992px) {
    .store-recommendation {
      padding: 20px; } }
  .store-recommendation__flag {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 32px;
    height: 24px;
    margin: auto 16px auto 0; }
  .store-recommendation__text {
    margin: 0; }
  .store-recommendation__link {
    transition: color 0.15s ease-out;
    color: #888888; }
    .store-recommendation__link:hover {
      color: #000; }
  .store-recommendation__close {
    margin-bottom: auto;
    margin-left: auto;
    transition: color 0.15s ease-out;
    border: 0;
    outline: 0;
    background: transparent;
    color: #000; }
    @media screen and (min-width: 768px) {
      .store-recommendation__close {
        margin-bottom: 0; } }
    .store-recommendation__close:hover {
      color: #888888; }
    .store-recommendation__close:focus, .store-recommendation__close:active {
      outline: 0; }

/*================ MODULES ================*/
.site-fixed-header .header-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 201; }

.header {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  height: 56px;
  background-color: #fff;
  color: #000;
  z-index: 201;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media (min-width: 992px) {
    .header {
      height: 94px; } }
  .header__container, .header__inner {
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .header__inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    position: relative; }
  .header__logo {
    border-radius: 100%;
    color: #000;
    line-height: 0; }
    .header__logo svg {
      fill: currentColor;
      stroke: none; }

.mailing-list {
  margin-top: 2.5em;
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  @media screen and (min-width: 992px) {
    .mailing-list {
      margin-top: 4em;
      padding-top: 4em;
      padding-bottom: 4em; } }
  @media screen and (min-height: 1200px) {
    .mailing-list {
      margin-top: 5em;
      padding-top: 5em;
      padding-bottom: 5em; } }
  .mailing-list__picture {
    display: none;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .mailing-list__picture {
        display: block;
        margin-right: 5em; } }
  .mailing-list__icon {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media screen and (min-width: 768px) {
      .mailing-list__icon.u-shadow::before {
        top: 0.5em;
        left: -0.5em; } }
  .mailing-list__heading {
    display: -ms-flexbox;
    display: flex; }
  .mailing-list__heading-note {
    -ms-flex: 0 1 33%;
        flex: 0 1 33%;
    max-width: 6ch;
    margin-left: auto;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
    @media screen and (min-width: 768px) {
      .mailing-list__heading-note {
        font-size: 1.5em; } }
  .mailing-list__title {
    max-width: 360px;
    margin-top: 1em;
    margin-right: 20px; }
  .mailing-list__form {
    margin-top: 1.5em; }

.mailing-list .klaviyo-form {
  position: relative;
  outline: 1px solid #000;
  z-index: 0; }
  .mailing-list .klaviyo-form::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-0.5em, 0.5em);
            transform: translate(-0.5em, 0.5em);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #fff;
    content: '';
    z-index: -1; }
  .mailing-list .klaviyo-form:hover::before, .mailing-list .klaviyo-form:focus::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .mailing-list .klaviyo-form form[class*="View__FormView"],
  .mailing-list .klaviyo-form div[class*="FormComponent__StyledFormComponentWrapper"] {
    padding: 0; }
  .mailing-list .klaviyo-form div[class*="TextInput__StyledInputContainer"],
  .mailing-list .klaviyo-form input[class*="TextInput__FormStyledTextInput"],
  .mailing-list .klaviyo-form button {
    height: 100% !important;
    border: 0 !important;
    background-color: transparent !important; }
  .mailing-list .klaviyo-form input[class*="TextInput__FormStyledTextInput"] {
    height: 3em !important;
    padding: 0.5em 1em !important;
    border: 0 !important;
    box-shadow: none !important; }
  .mailing-list .klaviyo-form button {
    padding: 0 1em 0 0 !important;
    color: #000 !important; }
  .mailing-list .klaviyo-form div[class*="FormComponent__StyledFormComponentWrapper"]:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .mailing-list .klaviyo-form div[class*="RichText__StyledQuillContainer"] {
    padding: 1em; }
    .mailing-list .klaviyo-form div[class*="RichText__StyledQuillContainer"] span {
      color: #000 !important; }

.footer {
  padding-top: 2.5em;
  padding-bottom: 2.5em/2;
  background-color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .footer {
      text-align: left; } }
  @media screen and (min-width: 992px) {
    .footer {
      padding-top: 4em;
      padding-bottom: 4em/2; } }
  .footer__brand-block {
    text-align: center; }
    @media (min-width: 1200px) {
      .footer__brand-block {
        text-align: left; } }
  .footer__brand-container {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 3em;
    text-align: center; }
  @media only screen and (min-width: 768px) {
    .footer__menus {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  .footer__logo {
    width: 12em;
    margin-bottom: 2em; }
  .footer__social-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
    padding: 0.5rem 1rem; }
    .footer__social-list li {
      display: inline-block;
      margin: 0.5rem 1rem; }
      @media screen and (min-width: 576px) {
        .footer__social-list li {
          margin: 0 1.5rem; } }
    .footer__social-list .icon {
      width: 20px; }
  .footer__bottom-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    padding: 1em 0;
    border-top: 1px solid #888888;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .footer__bottom-block {
        -ms-flex-flow: row;
            flex-flow: row; } }
    .footer__bottom-block,
    .footer__bottom-block a {
      color: #888888;
      font-size: 0.625rem; }

.footer-menu {
  margin-bottom: 3em; }
  @media only screen and (min-width: 768px) {
    .footer-menu {
      -ms-flex: 1;
          flex: 1;
      padding: 0 0.5rem; } }
  .footer-menu__title {
    margin-bottom: 1em; }
  .footer-menu__list {
    margin-bottom: 0;
    font-size: 0.75rem;
    vertical-align: top;
    list-style-type: none; }
    .footer-menu__list li:not(:last-child) {
      margin-bottom: 0; }
    .footer-menu__list a {
      display: block;
      color: #888888; }
      .footer-menu__list a:hover, .footer-menu__list a:focus {
        color: #747575; }
    @media only screen and (min-width: 768px) {
      .footer-menu__list.footer-menu__list--2columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: column;
        -webkit-column-gap: 1rem;
           -moz-column-gap: 1rem;
                column-gap: 1rem; }
      .footer-menu__list--2columns .footer-menu__list-item {
        display: block; }
        .footer-menu__list--2columns .footer-menu__list-item.footer-menu__list-item--column1 {
          grid-column: 1 / 1; }
        .footer-menu__list--2columns .footer-menu__list-item.footer-menu__list-item--column2 {
          grid-column: 2 / 2; } }

.giftcard {
  padding: 60px 0; }
  .giftcard .giftCardImg {
    width: 100%;
    height: auto;
    margin-bottom: 40px; }
  .giftcard .shopping-button {
    margin-bottom: 20px; }
  .giftcard__qr img {
    display: block;
    margin-right: auto;
    margin-left: auto; }

.apple-wallet-image {
  display: block;
  margin-right: auto;
  margin-left: auto; }

@media print {
  @page {
    margin: 0.5cm; }
  p {
    orphans: 3;
    widows: 3; }
  html,
  body {
    background-color: #fff;
    color: #000; }
  .print-giftcard,
  .apple-wallet {
    display: none; } }

.pencil-banner {
  position: relative;
  background-color: #e99fca;
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
  z-index: 202; }
  .pencil-banner a {
    color: inherit;
    line-height: 1.35; }
  .pencil-banner p:last-child {
    margin-bottom: 0; }
  .pencil-banner.has-country-selector .pencil-banner-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .pencil-banner-panels {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin: 0; }
  .pencil-banner.has-country-selector .pencil-banner-panels {
    text-align: left; }
  @media (max-width: 991px) {
    .pencil-banner .country-selection {
      display: none !important; } }
  .pencil-banner__panel {
    display: none; }
    .pencil-banner__panel:first-child {
      display: block; }
    .pencil-banner__panel .pencil-banner__panel-inner {
      padding: 8px; }
      .pencil-banner__panel .pencil-banner__panel-inner .countdown-timer {
        font-size: 0.75rem;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center; }
        @media screen and (min-width: 768px) {
          .pencil-banner__panel .pencil-banner__panel-inner .countdown-timer {
            font-size: 0.875rem; } }
  .pencil-banner-inner {
    position: relative; }
  .pencil-banner-controls {
    height: 100%;
    margin-left: auto;
    padding: 0px 12px;
    text-align: center; }
  .pencil-banner__button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 0.5rem;
    color: inherit;
    height: 100%;
    font-size: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-align: center;
        align-items: center;
    transition: opacity 0.2s ease-in; }
    .pencil-banner__button:hover {
      opacity: 0.6; }
    .pencil-banner__button:focus {
      outline: none; }
    .pencil-banner__button .pencil-banner__icon-pause {
      display: none;
      font-size: 0; }
    .pencil-banner__button .pencil-banner__icon-resume {
      display: block;
      font-size: 0; }
    .pencil-banner__button.pencil-banner__button--pressed .pencil-banner__icon-pause {
      display: block; }
    .pencil-banner__button.pencil-banner__button--pressed .pencil-banner__icon-resume {
      display: none; }
  .pencil-banner__icon {
    width: 12px;
    display: inline-block; }
    .pencil-banner__icon svg {
      fill: black;
      fill: currentColor; }

.country-selector {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -ms-flex-flow: column;
      flex-flow: column;
  width: 320px;
  padding: 1em;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  border-left: 4px solid #000;
  background: #fff;
  z-index: 300; }
  .is-country-selector-open .country-selector {
    -webkit-transform: translate(0%);
            transform: translate(0%); }
  @media screen and (min-width: 992px) {
    .country-selector {
      width: 360px;
      border-bottom: 10px solid #000;
      border-left: 10px solid #000; } }
  .country-selector__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 1.5em; }
  .country-selector__title {
    margin: 0 2em 0 0;
    font-size: 0.75rem; }
  .country-selector__close {
    -ms-flex: 0 0 20px;
        flex: 0 0 20px;
    margin-left: auto;
    padding: 0;
    transition: color 0.15s ease-out;
    border: 0;
    outline: 0;
    background-color: transparent;
    color: #888888;
    cursor: pointer; }
    .country-selector__close:hover {
      color: #000; }
    .country-selector__close:focus, .country-selector__close:active {
      outline: 0; }
  .country-selector__list {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    overflow: auto; }
  .country-selector__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    padding: 0.5em 0;
    transition: color 0.15s ease-out; }
    .country-selector__item:hover {
      color: #888888; }
  .country-selector__flag {
    margin-right: 0.5em; }
  .country-selector__currency {
    margin-left: auto; }

.ajax-cart-open {
  overflow: hidden; }
  .ajax-cart-open .ajax-cart-container {
    visibility: visible; }

.ajax-cart-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0.5, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0.5, 0.5, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0.5, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0.5, 0.5, 1);
  border: 1px solid #f2f2f2;
  border-left: 0;
  background: #fff;
  overflow: scroll;
  z-index: 205;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  visibility: hidden; }
  .ajax-cart-container.is-open {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    transition-timing-function: cubic-bezier(0.34, 0.75, 0.6, 1);
    pointer-events: auto; }
  .ajax-cart-container.ajax-cart-container--fixed-footer {
    height: 100%;
    max-height: 100%;
    overflow: hidden; }
    .ajax-cart-container.ajax-cart-container--fixed-footer .ajax-cart {
      height: 100%; }
  @media (min-width: 576px) {
    .ajax-cart-container {
      max-width: 400px; } }

.ajax-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff; }
  .ajax-cart__loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    z-index: 10; }
    .ajax-cart-container.request-in-progress .ajax-cart__loader {
      display: -ms-flexbox;
      display: flex; }
    .ajax-cart__loader svg {
      position: relative;
      width: 50px;
      height: 50px;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      z-index: 3;
      -webkit-animation: rotate .6s linear infinite;
              animation: rotate .6s linear infinite;
      fill: #f30094; }
    .ajax-cart__loader::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: opacity 0.25s ease-in-out;
      background: rgba(255, 255, 255, 0.5);
      content: '';
      opacity: 1;
      z-index: 2;
      pointer-events: none; }
  .ajax-cart__empty-message {
    margin: 32px 0;
    text-align: center; }
    .ajax-cart__empty-message .ajax-cart-container.request-in-progress {
      opacity: 0; }
  .ajax-cart__header, .ajax-cart__footer {
    position: relative;
    padding: 16px 16px;
    z-index: 5; }
  .ajax-cart__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 16px;
    padding-left: 16px;
    overflow: scroll; }
    .ajax-cart__body::-webkit-scrollbar {
      display: none; }
  .ajax-cart__header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 2; }
    .ajax-cart__header h1 {
      margin-bottom: 0; }
  .ajax-cart__footer {
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: .5rem;
    background-color: #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.2); }
  .ajax-cart__close {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .ajax-cart__close svg {
      position: relative;
      top: -.125em;
      width: 12px;
      height: 12px;
      margin-left: 0.5rem; }
  .ajax-cart__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .ajax-cart__item {
    position: relative;
    margin-bottom: 0;
    padding: 16px 0;
    border-bottom: 2px solid #eee; }
    .ajax-cart__item:last-child {
      margin-bottom: 0; }
    .ajax-cart__item.is-being-removed {
      transition: opacity 0.25s ease-out;
      opacity: 0; }
    .ajax-cart__item--gwp .ajax-cart__item-footer .btn {
      padding: .25rem .5rem;
      font-size: 0.625rem; }
    .ajax-cart__item--gwp .ajax-cart__item-subtitle {
      display: none; }
  .ajax-cart__item-inner {
    display: -ms-flexbox;
    display: flex; }
  .ajax-cart__item-image-wrapper {
    position: relative;
    -ms-flex: 0 0 150px;
        flex: 0 0 150px;
    margin-right: 32px; }
    .ajax-cart__item--gwp .ajax-cart__item-image-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .ajax-cart__item-image-wrapper a,
    .ajax-cart__item-image-wrapper span {
      display: block;
      position: relative; }
      .ajax-cart__item-image-wrapper a::after,
      .ajax-cart__item-image-wrapper span::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.02);
        content: ''; }
      .ajax-cart__item--gwp .ajax-cart__item-image-wrapper a, .ajax-cart__item--gwp
      .ajax-cart__item-image-wrapper span {
        -ms-flex: 2;
            flex: 2; }
  .ajax-cart__item-image {
    width: 150px;
    height: auto; }
  .ajax-cart__gwp-icon {
    -ms-flex: 1;
        flex: 1;
    margin-right: 1rem;
    margin-left: 1rem;
    background-repeat: no-repeat;
    background-size: contain; }
  .ajax-cart__item-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 100%; }
  .ajax-cart__item-header {
    margin-bottom: 0.25rem; }
    .ajax-cart__item-header h3 {
      margin-top: 0;
      margin-bottom: 0; }
    .ajax-cart__item-header .ajax-cart__gwp-banner {
      display: inline-block;
      margin-bottom: 0.5rem;
      padding: .2rem .45rem 0;
      background-color: #F8FF2F;
      color: #000;
      font-size: 0.625rem;
      font-weight: 700;
      letter-spacing: 0.8px;
      text-transform: uppercase; }
  .ajax-cart__item-subtitle {
    margin-bottom: 0.25rem;
    font-size: 0.625rem;
    letter-spacing: 1px; }
  .ajax-cart__item-price.item-price--sale {
    color: #f30094; }
  .ajax-cart__item-compare-at-price {
    padding-left: 0.5rem;
    text-decoration: line-through; }
  .ajax-cart__item-options {
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-transform: capitalize; }
    .ajax-cart__item-options li {
      margin-bottom: 0.25rem; }
  .ajax-cart__item-qty {
    padding-top: 1rem; }
  .ajax-cart__low-stock-indicator {
    padding-top: 0.25rem;
    color: #f30094;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: .35px;
    text-transform: uppercase; }
  .ajax-cart__item-remove {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75em 0;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    z-index: 10; }
    .ajax-cart__item-remove svg {
      position: relative;
      top: -0.125rem;
      width: 12px;
      height: 12px;
      margin-left: 0.5rem; }
  .ajax-cart__footer-row {
    padding-top: 8px;
    font-weight: 500;
    text-transform: uppercase; }
    .ajax-cart__footer-row p:last-child {
      margin-bottom: 0; }
    .ajax-cart__footer-row .view-cart-btn {
      display: none; }
  .ajax-cart__promo-text {
    padding-top: 0;
    color: #f30094;
    font-weight: 500; }
  .ajax-cart__subtotal {
    padding-top: 0.5rem;
    letter-spacing: 1px;
    line-height: 1; }
  .ajax-cart__total-savings {
    margin-bottom: 0;
    color: #f30094;
    letter-spacing: 1px;
    line-height: 1; }
  .ajax-cart__shipping-block {
    padding: .5rem 0 0; }
    .ajax-cart__shipping-block .ajax-cart__shipping-block__header {
      margin-bottom: 0; }
    .ajax-cart__shipping-block .ajax-cart__shipping-block__content p:last-child {
      margin-bottom: 0; }
  .ajax-cart__shipping-disclaimer {
    font-weight: 400;
    text-align: left;
    text-transform: unset; }
  .ajax-cart__item--gwp .ajax-cart__item-footer .btn.btn-link {
    padding: .75em .5em;
    border-bottom: 1px solid currentColor;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase; }
    .ajax-cart__item--gwp .ajax-cart__item-footer .btn.btn-link::after {
      outline: none; }
  .ajax-cart__item--gwp.has-open-quick-view .ajax-cart__item-footer .btn {
    opacity: 0;
    pointer-events: none; }
  .ajax-cart__item--gwp .btn:active:hover,
  .ajax-cart__item--gwp .btn:active:focus,
  .ajax-cart__item--gwp .btn:active.focus,
  .ajax-cart__item--gwp .btn.active:hover,
  .ajax-cart__item--gwp .btn.active:focus,
  .ajax-cart__item--gwp .btn.active.focus,
  .ajax-cart__item--gwp .open > .btn.dropdown-toggle:hover,
  .ajax-cart__item--gwp .open > .btn.dropdown-toggle:focus,
  .ajax-cart__item--gwp .open > .btn.dropdown-toggle.focus,
  .ajax-cart__item--gwp .btn-default:active:hover,
  .ajax-cart__item--gwp .btn-default:active:focus,
  .ajax-cart__item--gwp .btn-default:active.focus,
  .ajax-cart__item--gwp .btn-default.active:hover,
  .ajax-cart__item--gwp .btn-default.active:focus,
  .ajax-cart__item--gwp .btn-default.active.focus,
  .ajax-cart__item--gwp .open > .btn-default.dropdown-toggle:hover,
  .ajax-cart__item--gwp .open > .btn-default.dropdown-toggle:focus,
  .ajax-cart__item--gwp .open > .btn-default.dropdown-toggle.focus,
  .ajax-cart__item--gwp .btn-primary:active,
  .ajax-cart__item--gwp .btn-primary.active,
  .ajax-cart__item--gwp .btn-primary:focus,
  .ajax-cart__item--gwp .btn-primary.focus,
  .ajax-cart__item--gwp .open > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #000; }
  .ajax-cart__item--gwp .quick-view {
    position: relative; }
    .ajax-cart__item--gwp .quick-view .product-info,
    .ajax-cart__item--gwp .quick-view .pdf__gallery-wrap,
    .ajax-cart__item--gwp .quick-view .pdf__top,
    .ajax-cart__item--gwp .quick-view .pdf__title,
    .ajax-cart__item--gwp .quick-view .pdf__variant-title,
    .ajax-cart__item--gwp .quick-view .product-detail__price-wrap,
    .ajax-cart__item--gwp .quick-view .pdf__description,
    .ajax-cart__item--gwp .quick-view .quantity-adjuster {
      display: none; }
    .ajax-cart__item--gwp .quick-view .quick-view__contents {
      padding: 0;
      box-shadow: none; }
    .ajax-cart__item--gwp .quick-view .quick-view__contents-body {
      margin: 0;
      padding: 8px 0;
      box-shadow: none; }
      .is-open .ajax-cart__item--gwp .quick-view .quick-view__contents-body {
        box-shadow: none; }
    .ajax-cart__item--gwp .quick-view .container {
      width: auto; }
    .ajax-cart__item--gwp .quick-view .pdf__content-wrap {
      width: 100%;
      padding-left: 1rem; }
    .ajax-cart__item--gwp .quick-view .pdf__content {
      padding-top: 0; }
    .ajax-cart__item--gwp .quick-view .dots__wrap {
      padding-bottom: .5rem; }
    @media (min-width: 992px) {
      .ajax-cart__item--gwp .quick-view .dots {
        -ms-flex-direction: nowrap;
            flex-direction: nowrap; } }
    .ajax-cart__item--gwp .quick-view .dots .dot--sold-out {
      display: none; }
    .ajax-cart__item--gwp .quick-view .pdf__form-wrap {
      margin-top: 0; }
      .ajax-cart__item--gwp .quick-view .pdf__form-wrap .bordered {
        margin: 0;
        margin-bottom: .5rem;
        padding: 0;
        border-top: 0;
        border-bottom: 0; }
    .ajax-cart__item--gwp .quick-view .selector-wrapper {
      margin-bottom: 0; }
      .ajax-cart__item--gwp .quick-view .selector-wrapper .pdf-label {
        margin-top: 1.125rem;
        text-transform: capitalize; }
        .ajax-cart__item--gwp .quick-view .selector-wrapper .pdf-label span {
          text-transform: uppercase; }
    .ajax-cart__item--gwp .quick-view .product-detail__quantity-select {
      display: none; }
    .ajax-cart__item--gwp .quick-view .product-detail__submit-wrap::after {
      display: none; }
    .ajax-cart__item--gwp .quick-view .product-detail__submit {
      background-color: #CBE3FF;
      border-left: 1px solid #000; }
    .ajax-cart__item--gwp .quick-view .product-detail__submit-btn {
      padding: 1em 2em .8em; }
      @media (max-width: 767px) {
        .ajax-cart__item--gwp .quick-view .product-detail__submit-btn {
          padding: 1.25em 2em 1.25em .8em; } }
      .ajax-cart__item--gwp .quick-view .product-detail__submit-btn::after {
        display: none; }
  .ajax-cart__item--gwp.has-open-quick-view .ajax-cart__item-footer .btn {
    opacity: 0; }
  .ajax-cart__item--gwp .quick-view {
    position: relative; }
    .ajax-cart__item--gwp .quick-view .pdf__gallery-wrap,
    .ajax-cart__item--gwp .quick-view .pdf__top,
    .ajax-cart__item--gwp .quick-view .pdf__title,
    .ajax-cart__item--gwp .quick-view .pdf__variant-title,
    .ajax-cart__item--gwp .quick-view .product-detail__price-wrap,
    .ajax-cart__item--gwp .quick-view .pdf__description,
    .ajax-cart__item--gwp .quick-view .quantity-adjuster {
      display: none; }
    .ajax-cart__item--gwp .quick-view .quick-view__contents {
      padding: 0; }
    .ajax-cart__item--gwp .quick-view .quick-view__contents-body {
      margin: 0;
      padding: 8px 0;
      box-shadow: 0; }
      .is-open .ajax-cart__item--gwp .quick-view .quick-view__contents-body {
        box-shadow: 0; }
    .ajax-cart__item--gwp .quick-view .container {
      width: auto; }
    .ajax-cart__item--gwp .quick-view .pdf__content-wrap {
      width: 100%;
      padding-left: 0; }
    .ajax-cart__item--gwp .quick-view .pdf__content {
      padding-top: 0; }
    .ajax-cart__item--gwp .quick-view .dots__wrap {
      padding-bottom: .5rem; }
    @media (min-width: 992px) {
      .ajax-cart__item--gwp .quick-view .dots {
        -ms-flex-direction: nowrap;
            flex-direction: nowrap; } }
    .ajax-cart__item--gwp .quick-view .dots .dot--sold-out {
      display: none; }
    .ajax-cart__item--gwp .quick-view .pdf__form-wrap {
      margin-top: 0; }
      .ajax-cart__item--gwp .quick-view .pdf__form-wrap .bordered {
        margin: 0;
        margin-bottom: .5rem;
        padding: 0;
        border-top: 0;
        border-bottom: 0; }
    .ajax-cart__item--gwp .quick-view .selector-wrapper {
      margin-bottom: 0; }
    .ajax-cart__item--gwp .quick-view .product-detail__quantity-select {
      display: none; }
    .ajax-cart__item--gwp .quick-view .product-detail__submit {
      border-left: 1px solid #000; }
    .ajax-cart__item--gwp .quick-view .product-detail__submit-btn {
      padding: 1em 2em .8em; }

.ajax-cart-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0.5, 0.5, 1);
  background-color: #000;
  opacity: 0;
  z-index: 204;
  pointer-events: none; }
  .ajax-cart-backdrop.is-visible {
    transition-timing-function: cubic-bezier(0.34, 0.75, 0.6, 1);
    opacity: 0.65;
    pointer-events: auto; }

.product-detail__price-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-bottom: 0.25rem; }

.product-detail__price {
  color: #000;
  font-size: 1.5em;
  font-weight: 700; }

.product-detail__percentage-off {
  position: relative;
  margin-bottom: auto;
  margin-left: 1rem;
  font-size: 0.75em;
  line-height: 1; }
  .product-detail__percentage-off::before {
    position: absolute;
    top: 0.25rem;
    left: -0.25rem;
    width: 100%;
    height: 100%;
    background-color: #CBE3FF;
    content: '';
    z-index: -1; }

.product-detail__price--original {
  margin-right: 0.5rem;
  color: #000 !important;
  font-size: 0.625em;
  text-decoration: line-through; }

.product-detail__submit-wrap {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 640px;
  margin: 0 auto 1em;
  text-align: center;
  z-index: 5; }
  .product-detail__submit-wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-0.5em, 0.5em);
            transform: translate(-0.5em, 0.5em);
    background-color: #CBE3FF;
    content: '';
    z-index: -1; }
  @media screen and (min-width: 992px) {
    .product-detail__submit-wrap {
      margin-left: 0; } }

.product-detail__quantity-select {
  display: inline-block;
  -ms-flex: 1 1 25%;
      flex: 1 1 25%;
  max-width: 160px;
  border: 1px solid #000; }
  .product-detail__quantity-select .quantity-adjuster {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 58px; }
  .product-detail__quantity-select .quantity-adjuster input[type="number"] {
    margin: 0 0.5em;
    background: none;
    font-size: 1rem;
    font-weight: 300; }

.product-detail__submit {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex: 1 1 50%;
      flex: 1 1 50%;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
  border: 1px solid #000;
  border-left: 0; }
  .product-detail__submit button {
    font-size: 0.75rem;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer; }
    @media screen and (min-width: 768px) {
      .product-detail__submit button {
        font-size: 0.875rem; } }
    @media (min-width: 992px) {
      .product-detail__submit button {
        white-space: nowrap; } }
  .product-detail__submit .klaviyo-bis-trigger.hidden {
    display: none !important; }

.product-detail__submit-btn.hidden, .product-detail__submit-btn:disabled {
  opacity: .5;
  pointer-events: none; }

#BIS_trigger:not(.hidden) + .product-detail__submit-btn,
.BIS_trigger:not(.hidden) + .product-detail__submit-btn,
.klaviyo-bis-trigger:not(.hidden) + .product-detail__submit-btn {
  display: none !important; }

.product-detail__promo {
  padding: 0.5em 1em;
  font-weight: 500;
  text-align: center; }

.product-detail__social-sharing {
  margin-top: 2em;
  font-weight: 500;
  text-transform: uppercase; }
  .product-detail__social-sharing--desktop {
    display: none; }
    @media (min-width: 992px) {
      .product-detail__social-sharing--desktop {
        display: block;
        margin-top: 2rem;
        padding: 1em;
        border: 1px solid #000; } }
  .product-detail__social-sharing--mobile {
    border-top: 0;
    border-bottom: 0; }
    @media (min-width: 992px) {
      .product-detail__social-sharing--mobile {
        display: none; } }

.product-detail .social-sharing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .product-detail .social-sharing__link {
    -ms-flex-positive: 1;
        flex-grow: 1;
    text-align: center; }

.product-detail__show-variants-btn {
  display: none; }

.product-detail__video-wrap {
  position: relative;
  margin: 2.5em auto; }
  @media (min-width: 992px) {
    .product-detail__video-wrap {
      margin: 4em auto; } }
  @media (max-width: 991px) {
    .product-detail__video-wrap .container .row > [class*="col"] {
      padding-right: 0;
      padding-left: 0; } }
  .product-detail__video-wrap .rte__video-wrapper {
    box-shadow: -0.5rem 0.5rem 0 #CBE3FF; }
    @media (min-width: 992px) {
      .product-detail__video-wrap .rte__video-wrapper {
        box-shadow: -1rem 1rem 0 #CBE3FF; } }

.product-detail__info-wrap {
  position: relative; }

.product-detail__icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 1200px) {
    .product-detail__icons {
      position: absolute;
      top: 250px;
      left: 0;
      margin-left: 14px;
      -webkit-transform: translate(-50%) rotate(-90deg);
              transform: translate(-50%) rotate(-90deg);
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%; }
      .product-detail__icons .product-icon__img {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); } }

#shopify-section-product .layout-content-wrapper {
  margin-top: 0; }

@media (max-width: 991px) {
  #shopify-section-product .breadcrumbs {
    display: none; } }

#shopify-section-product .container {
  position: relative; }

.template-product .countdown-timer {
  font-size: 0.875rem;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .template-product .countdown-timer {
      font-size: 1rem; } }
  @media screen and (min-width: 992px) {
    .template-product .countdown-timer {
      position: relative;
      top: 0;
      right: 0;
      left: 0;
      padding-bottom: 2rem;
      text-align: left; } }
  .template-product .countdown-timer .countdown-timer__output {
    display: inline;
    font-weight: 700; }

.pdf__hero {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .pdf__hero {
      display: -ms-flexbox;
      display: flex; } }

@media screen and (min-width: 992px) {
  .pdf__gallery-wrap, .pdf__content-wrap {
    width: 50%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .pdf__gallery-wrap {
    margin: 0 calc(calc(720px - 100vw)/2); } }

@media screen and (min-width: 992px) {
  .pdf__gallery-wrap {
    padding: 0 5em; } }

@media screen and (min-width: 992px) {
  .pdf__content-wrap {
    padding-left: 32px; } }

.pdf__content {
  padding-top: 1rem;
  text-align: center; }
  @media (min-width: 992px) {
    .pdf__content {
      text-align: left; } }

.pdf__title {
  margin-bottom: 0.25rem; }
  @media (min-width: 992px) {
    .pdf__title {
      margin-bottom: 0.5rem; } }

.pdf__variant-title, .pdf__subtitle {
  margin-bottom: 0.5rem; }

.pdf__reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 1em; }
  @media (min-width: 992px) {
    .pdf__reviews {
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding-bottom: 1rem; } }

.pdf__reviews-average {
  padding-top: 0.125rem;
  padding-left: 0.5rem; }

.pdf__form-wrap {
  padding-bottom: 1rem; }
  .pdf__form-wrap .product-detail__submit-btn,
  .pdf__form-wrap .product-detail__submit-btn.hidden {
    display: block; }
  .pdf__form-wrap .bordered {
    padding-top: 1rem;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee; }
    .pdf__form-wrap .bordered:not(.selector-wrapper) {
      padding-bottom: 1rem; }
    @media (min-width: 992px) {
      .pdf__form-wrap .bordered {
        padding-top: 0;
        padding-bottom: 0;
        border-top: 0;
        border-bottom: 0; } }
  .pdf__form-wrap button.hidden {
    display: none; }

@media (max-width: 991px) {
  .pdf .dots {
    text-align: center; } }

@media (max-width: 991px) {
  .pdf .dots__wrap {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 15px 0.0625rem; } }

.pdf .dots .dot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .pdf .dots .dot {
      margin-bottom: 4px; } }

.pdf .selector-wrapper {
  margin-bottom: 0; }
  .pdf .selector-wrapper .chosen-container {
    margin-bottom: 0.75rem; }
  .pdf .selector-wrapper .pdf-label {
    display: block;
    width: 100%;
    margin-top: 0.75rem;
    color: #888888;
    text-transform: uppercase; }
    .pdf .selector-wrapper .pdf-label span {
      color: #000; }
  @media (min-width: 1440px) {
    .pdf .selector-wrapper:last-child {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }

.pdf .afterpay-paragraph {
  margin: 0.5rem auto 0;
  text-align: center; }
  @media (min-width: 1440px) {
    .pdf .afterpay-paragraph {
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
      margin: 0 0 1em 2em;
      text-align: left; } }

.pdf__mobile-variant-menu {
  display: none; }

.product-info {
  position: relative;
  text-align: left; }
  .product-info .expandable-list__body {
    padding-left: 0; }
  .product-info .collapse.in {
    display: block !important; }
  @media (min-width: 992px) {
    .product-info #about {
      display: block; } }
  .product-info__headers {
    border: 1px solid #000;
    border-bottom: 0; }
    @media (min-width: 992px) {
      .product-info__headers ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; } }
    .product-info__headers ul,
    .product-info__headers li {
      margin-bottom: 0; }
    .product-info__headers li {
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
      text-align: center; }
      .product-info__headers li:not(:last-child) {
        border-right: 1px solid #000; }
      .product-info__headers li a {
        display: block;
        padding: 1rem; }
  .product-info__card {
    position: relative; }
    .product-info__card::before {
      position: absolute;
      top: 0.5em;
      left: -0.5em;
      width: 100%;
      height: 100%;
      background-color: #CBE3FF;
      content: '';
      z-index: -1; }
  .product-info__content {
    padding: 0.5em;
    border: 1px solid #000; }
    @media screen and (min-width: 768px) {
      .product-info__content {
        padding: 1em; } }
    .product-info__content .expandable-list:not(:last-of-type) {
      margin-bottom: 0;
      border-bottom: 1px solid #000; }
      @media screen and (min-width: 992px) {
        .product-info__content .expandable-list:not(:last-of-type) {
          border-bottom: 0; } }
  .product-info__header {
    font-size: 0.875rem;
    text-transform: uppercase; }
    .product-info__header.is-active {
      font-weight: 700; }
  .product-info__reviews-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0.625rem 0; }
  .product-info__ingredients {
    position: relative;
    padding-top: 2em;
    padding-right: 5em; }
  .product-info__ingredients-toggle {
    position: absolute;
    top: 0;
    right: 1em;
    margin-top: 0 !important;
    transition: opacity 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .product-info__ingredients-toggle::after {
      font-size: 0.75rem;
      text-decoration: underline;
      content: 'SEE FULL LIST OF INGREDIENTS'; }
    .product-info__ingredients-toggle:hover {
      opacity: 0.5; }
    .product-info__ingredients-toggle[type="checkbox"], .product-info__ingredients-toggle[type="checkbox"]:focus {
      padding: 0;
      border: 0;
      outline: 0;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .product-info__ingredients-toggle:checked ~ .product-info__ingredients-benefits {
      display: none; }
  .product-info__ingredients-list {
    display: none; }
    .product-info__ingredients-toggle:checked ~ .product-info__ingredients-list {
      display: block; }

.product-galleries {
  position: relative; }
  .product-galleries .product-badge {
    top: 1em;
    right: 3.5em;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
    @media (min-width: 992px) {
      .product-galleries .product-badge {
        top: 0.5em;
        right: 0.5em; } }

.product-gallery {
  margin-right: -16px;
  margin-left: -16px; }
  @media (min-width: 768px) {
    .product-gallery {
      max-width: 45rem;
      margin-right: auto;
      margin-left: auto; } }
  .product-gallery__slideshow {
    height: calc(100vw - 5em);
    margin: 0 auto 1em;
    list-style: none;
    overflow: hidden; }
    @media (min-width: 768px) {
      .product-gallery__slideshow {
        margin-bottom: 2em; } }
    @media (min-width: 992px) {
      .product-gallery__slideshow {
        height: auto; } }
    .product-gallery__slideshow .slick-dots {
      height: 32px;
      margin-top: 0; }
      .product-gallery__slideshow .slick-dots li {
        border: 2px solid #f30094; }
  .product-gallery__slideshow-slide {
    display: block;
    position: relative;
    margin: 0 0.5em;
    padding-top: 0;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .product-gallery__slideshow-slide {
        margin: 0; } }
    .product-gallery__slideshow-slide:focus {
      outline: none; }
    .product-gallery__slideshow-slide.is-zoomable {
      cursor: -webkit-zoom-in;
      cursor: zoom-in; }
    .product-gallery__slideshow-slide.is-zoomed {
      border: 1px solid #ccc;
      cursor: -webkit-zoom-out;
      cursor: zoom-out; }
    .slick-initialized .product-gallery__slideshow-slide {
      display: block;
      outline: 0; }
      .slick-initialized .product-gallery__slideshow-slide img {
        width: 100%; }
  .product-gallery__zoom-trigger {
    position: absolute;
    top: 10px;
    right: 10px; }
    .product-gallery__zoom-trigger:hover, .product-gallery__zoom-trigger:active, .product-gallery__zoom-trigger:focus {
      outline: 0; }
  .product-gallery__thumbnails-wrapper .slick-slider .slick-arrow.slick-arrow--prev {
    left: -4rem; }
  .product-gallery__thumbnails-wrapper .slick-slider .slick-arrow.slick-arrow--next {
    right: -4rem; }
  .product-gallery__thumbnails.has-no-slider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0 4em; }
  .product-gallery__thumbnails-slide a {
    display: block;
    position: relative; }
  .product-gallery__images-wrapper {
    position: relative; }
    @media screen and (min-width: 992px) {
      .product-gallery__images-wrapper {
        width: auto;
        margin: 1rem;
        box-shadow: 1rem 1rem #CBE3FF; } }
    .product-gallery__images-wrapper .slick-list {
      padding: 0 2rem; }
      @media screen and (min-width: 992px) {
        .product-gallery__images-wrapper .slick-list {
          padding: 0; } }
    .product-gallery__images-wrapper .slick-slider .slick-arrow.slick-arrow--prev {
      left: 0; }
    .product-gallery__images-wrapper .slick-slider .slick-arrow.slick-arrow--next {
      right: 0; }
    .product-gallery__images-wrapper .external_video {
      position: relative;
      max-width: 100%;
      height: 0;
      overflow: hidden; }
      .product-gallery__images-wrapper .external_video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .product-gallery__images-wrapper .slick-dots li {
      margin-top: 0;
      padding-top: 0; }
  .product-gallery img {
    width: 100%; }
  .product-gallery__image {
    border: 1px solid #ccc; }
  .product-gallery__image-topper {
    position: relative;
    top: 2rem; }
    .product-gallery__image-topper .eyebrow--right {
      right: 1rem; }
    @media (min-width: 992px) {
      .product-gallery__image-topper {
        top: 0; }
        .product-gallery__image-topper .eyebrow--right {
          right: 0; } }

.slideshow-slide__text-content {
  margin: 2rem 0; }

@media (max-width: 991px) {
  .slideshow-slide__title {
    font-size: 1.125rem; } }

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }
  .slick-slider .slick-arrow.slick-arrow--prev {
    left: 0; }
    @media screen and (min-width: 1200px) {
      .slick-slider .slick-arrow.slick-arrow--prev {
        left: 32px; } }
  .slick-slider .slick-arrow.slick-arrow--next {
    right: 0; }
    @media screen and (min-width: 1200px) {
      .slick-slider .slick-arrow.slick-arrow--next {
        right: 32px; } }

.slick-slider.has-equal-height-slides .slick-track {
  display: -ms-flexbox;
  display: flex; }

.slick-slider.has-equal-height-slides.slick-initialized .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto; }

.slick-slider.slick-dotted {
  padding-bottom: 3em; }

.slick-dots {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .slick-dots li {
    position: relative;
    width: 10px !important;
    height: 10px !important;
    margin: 0 9px;
    transition: background-color 0.25s ease-in;
    border-radius: 50%;
    background-color: #eee;
    cursor: pointer;
    vertical-align: middle; }
    .slick-dots li button {
      display: none !important; }
    .slick-dots li.slick-active {
      background-color: #CBE3FF; }
  .slick-dots li::before {
    position: absolute;
    top: -2px;
    left: 2px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    border-radius: 100%;
    content: ''; }

.mobile-menu {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .mobile-menu ul {
    margin: 0;
    padding-left: 0;
    list-style: none; }
  .mobile-menu__menu-item.is-active .icon {
    visibility: hidden; }
  .mobile-menu__menu-item.is-inactive {
    display: none; }
  .mobile-menu__link--top-level {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 1em 0;
    border-bottom: 1px solid #eee; }
  .mobile-menu__submenu {
    display: none;
    margin-left: 1.5em;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
    -webkit-animation: slideIn 300ms ease-in-out 75ms forwards;
            animation: slideIn 300ms ease-in-out 75ms forwards; }
  .mobile-menu__submenu-item {
    padding: 0.875rem 0;
    border-bottom: 1px solid #eee; }
    .mobile-menu__submenu-item a {
      font-weight: 400; }

@media screen and (max-width: 767px) {
  .mobile-menu-block .icon {
    width: 1em;
    height: 1em; } }

.mobile-menu-block + .mobile-menu-block {
  margin-top: 30px; }

.mobile-menu-block--social {
  text-align: center; }
  .mobile-menu-block--social li {
    display: inline-block;
    margin: 0 6px; }
  .mobile-menu-block--social a {
    padding: 5px; }

.mobile-menu-list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

#shopify-section-pdp-yotpo-reviews {
  margin-top: 2rem;
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden; }

#pdp-yotpo-reviews .content-header {
  margin: 0; }
  @media screen and (min-width: 992px) {
    #pdp-yotpo-reviews .content-header {
      text-align: left; } }
  @media screen and (min-width: 1440px) {
    #pdp-yotpo-reviews .content-header {
      padding-left: 5.5em;
      padding-right: 5.5em; } }

.product-card .yotpo .text-l {
  font-size: 1rem; }

.product-card .yotpo .yotpo-icon {
  font-size: 0.75em; }

.product-card .yotpo-clr:first-child:empty:before {
  content: "";
  height: 1.25rem;
  display: block; }

.pdf__reviews a.text-m {
  display: none; }

.product-card__reviews .yotpo .yotpo-icon.yotpo-icon-star, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-half-star, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-empty-star,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-star,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-half-star,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-empty-star,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-star,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-half-star,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-empty-star {
  background-image: none !important;
  width: auto !important;
  height: auto !important; }
  .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-star:before, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-half-star:before, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-empty-star:before,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-star:before,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-half-star:before,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-empty-star:before,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-star:before,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-half-star:before,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-empty-star:before {
    color: #000; }

.product-card__reviews .yotpo .yotpo-icon.yotpo-icon-linkedin, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-google, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-twitter, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-facebook,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-linkedin,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-google,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-twitter,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-facebook,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-linkedin,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-google,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-twitter,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-facebook {
  background-color: transparent;
  color: #000; }
  .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-linkedin:hover, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-linkedin:focus, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-google:hover, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-google:focus, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-twitter:hover, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-twitter:focus, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-facebook:hover, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-facebook:focus,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-linkedin:hover,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-linkedin:focus,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-google:hover,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-google:focus,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-twitter:hover,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-twitter:focus,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-facebook:hover,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-facebook:focus,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-linkedin:hover,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-linkedin:focus,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-google:hover,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-google:focus,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-twitter:hover,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-twitter:focus,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-facebook:hover,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-facebook:focus {
    color: #f30094; }

.product-card__reviews .yotpo .yotpo-icon.yotpo-icon-three-lines,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-three-lines,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-three-lines {
  color: #000; }

.product-card__reviews .yotpo .yotpo-icon.yotpo-icon-thumbs-up, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-thumbs-down,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-thumbs-up,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-thumbs-down,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-thumbs-up,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-thumbs-down {
  color: #000; }
  .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-thumbs-up:hover, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-thumbs-up:focus, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-thumbs-down:hover, .product-card__reviews .yotpo .yotpo-icon.yotpo-icon-thumbs-down:focus,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-thumbs-up:hover,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-thumbs-up:focus,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-thumbs-down:hover,
  .yotpo.bottomLine .yotpo-icon.yotpo-icon-thumbs-down:focus,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-thumbs-up:hover,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-thumbs-up:focus,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-thumbs-down:hover,
  .yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-thumbs-down:focus {
    color: #f30094; }

.product-card__reviews .yotpo .yotpo-icon.yotpo-icon-circle-checkmark,
.yotpo.bottomLine .yotpo-icon.yotpo-icon-circle-checkmark,
.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-circle-checkmark {
  color: #ff41b5; }

.yotpo.bottomLine {
  padding-bottom: 1rem; }
  .product-card .yotpo.bottomLine {
    padding-bottom: 0; }
  .pdf__content .yotpo.bottomLine {
    padding-bottom: 0; }
  .yotpo.bottomLine .star-clickable {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 992px) {
      .yotpo.bottomLine .star-clickable {
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .yotpo.bottomLine .text-m {
    margin-left: .25rem;
    color: #000; }
    .yotpo.bottomLine .text-m:not(.write-review-btn-hidden) {
      white-space: normal;
      width: 25%;
      height: 1rem;
      overflow: hidden;
      position: relative;
      text-align: center; }
      .yotpo.bottomLine .text-m:not(.write-review-btn-hidden):before {
        content: "(";
        position: absolute;
        left: 0;
        top: 0; }
      .yotpo.bottomLine .text-m:not(.write-review-btn-hidden):after {
        content: ")";
        position: absolute;
        right: 0;
        top: 0; }
      @media (min-width: 450px) {
        .yotpo.bottomLine .text-m:not(.write-review-btn-hidden) {
          width: auto; }
          .yotpo.bottomLine .text-m:not(.write-review-btn-hidden):before, .yotpo.bottomLine .text-m:not(.write-review-btn-hidden):after {
            content: none; } }
  .yotpo.bottomLine .standalone-bottomline .yotpo-bottomline .yotpo-icon {
    font-size: 16px;
    width: 15px !important; }

@media screen and (min-width: 1440px) {
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget {
    padding: 0 5.5em; } }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget * {
  font-size: 16;
  font-family: "sequel-100-wide", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  /*&:not(div.yotpo-preloader-wrapper){
      visibility: visible;
      display: block;
    }*/ }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget a {
  color: #000 !important;
  text-decoration: none !important;
  cursor: pointer !important; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-label-container {
  border-top: 0; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .new-yotpo-small-box {
  display: none;
  border-bottom: 0; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items {
  text-align: left;
  margin-bottom: 0; }
  @media screen and (max-width: 991px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: center;
          justify-content: center; } }
  @media screen and (max-width: 991px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items .yotpo-filter-stars {
      margin: 0;
      position: relative;
      top: -3px;
      margin-left: 10px; } }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items-container .avg-score {
  font-weight: 700;
  color: #000; }
  @media screen and (max-width: 991px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items-container .avg-score {
      float: none;
      height: auto;
      width: auto;
      line-height: 1;
      padding: 0; } }

@media screen and (max-width: 991px) {
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items-container .reviews-qa-labels-container {
    float: none;
    position: static;
    padding: 0;
    margin: 0;
    text-align: center; } }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
  position: relative;
  top: .5em;
  font-size: 0.75rem;
  margin-left: .5em;
  color: #000; }
  @media screen and (min-width: 768px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
      font-size: 0.875rem; } }
  @media screen and (max-width: 991px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
      margin: 0;
      width: auto; } }
  @media screen and (max-width: 991px) and (min-width: 768px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
      top: -.25em;
      margin-left: .5em; } }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .more-filters-btn {
  width: 100%;
  text-align: center;
  height: 48px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border: 1px solid #000 !important;
  border-radius: 0; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .more-filters-btn .more-filters-icon {
    color: #000 !important; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .more-filters-btn .more-filters-text {
    width: auto;
    margin-left: 10px;
    text-transform: uppercase;
    color: #000; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-default-button,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget input[type="button"].yotpo-default-button,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .primary-color-btn,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget input[type="button"].primary-color-btn {
  color: #000;
  background-color: #68FFDE;
  font-size: 0.75rem;
  font-weight: 700 !important;
  letter-spacing: 0.165em;
  line-height: 1.5625;
  padding: 0.6325rem 3rem 0.55rem;
  white-space: initial; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-default-button:hover, #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-default-button:focus,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget input[type="button"].yotpo-default-button:hover,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget input[type="button"].yotpo-default-button:focus,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .primary-color-btn:hover,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .primary-color-btn:focus,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget input[type="button"].primary-color-btn:hover,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget input[type="button"].primary-color-btn:focus {
    color: #000;
    background-color: #3affd4; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-star-distribution .yotpo-sum-reviews {
  color: #000; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.75rem;
  padding: 2em 1.5em !important;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 0;
  width: auto; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn::before,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #CBE3FF;
    content: '';
    z-index: -1;
    -webkit-transform: translate(-0.25rem, 0.25rem);
            transform: translate(-0.25rem, 0.25rem); }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn:hover, #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn:focus,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn:hover,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn:focus {
    background-color: transparent;
    color: #f30094; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn:hover .yotpo-icon-button-text, #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn:focus .yotpo-icon-button-text,
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn:hover .yotpo-icon-button-text,
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn:focus .yotpo-icon-button-text {
      color: #f30094; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn:hover::before, #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn:focus::before,
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn:hover::before,
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn:focus::before {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn .yotpo-icon,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn .yotpo-icon {
    display: none; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-button.yotpo-icon-btn .yotpo-icon-button-text,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-button.yotpo-icon-btn .yotpo-icon-button-text {
    color: #000; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  width: auto;
  line-height: 1;
  color: #000; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .promoted-products-box {
  display: none !important; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box .yotpo-logo-link-new,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-label-container {
  display: none; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-stars-and-sum-reviews .questions {
  letter-spacing: 1.1px; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-stars-and-sum-reviews .ask-question {
  font-size: 16; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-first-review {
  display: none !important; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-user-related-fields {
  display: none; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav .yotpo-nav {
  padding-bottom: 0.5rem; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav ul .yotpo-nav-tab.yotpo-active {
  color: #000;
  font-weight: 400; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
    color: #000; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav .yotpo-nav-dropdown {
  color: #000; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav .yotpo-nav-dropdown label {
    color: #000; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav .yotpo-nav-dropdown .list-category a {
    color: #000 !important; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav .yotpo-nav-dropdown .list-category a span.yotpo-icon {
      width: 1.5em !important;
      color: #000; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav .yotpo-nav-dropdown-category {
  color: #000 !important; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav .yotpo-nav-dropdown-category .yotpo-icon,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav .yotpo-nav-dropdown-category .y-label {
    color: #000 !important; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-reviews-header {
  display: none; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-reviews-filters,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-regular-box {
  margin: 0; }
  @media screen and (max-width: 767px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-reviews-filters,
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-regular-box {
      border-bottom: 0; } }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .filters-container .filters-container-title {
  font-size: 1rem;
  color: #000;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .filters-container .filters-container-title {
      font-size: 1.25rem; } }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .filters-dropdown .yotpo-dropdown-button {
  position: relative;
  border: 1px solid #000;
  border-radius: 0;
  background-color: transparent; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .filters-dropdown .yotpo-dropdown-button::after {
    position: absolute;
    top: 0.25rem;
    left: -0.25rem;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #CBE3FF;
    z-index: -1; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .filters-dropdown .yotpo-dropdown-button .selected {
    color: #000;
    font-weight: 300; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .filters-dropdown .yotpo-dropdown-button .yotpo-icon {
    color: #000; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-dropdown li.list-category:hover {
  background-color: #CBE3FF !important; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .desktop-clear-all-btn {
  bottom: 0;
  top: auto;
  background: transparent;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-wrapper .stars-wrapper .yotpo-icon,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-wrapper .stars-wrapper .yotpo-icon {
  cursor: pointer; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-wrapper .yotpo-header-title,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-wrapper .yotpo-header-title {
  font-size: 1rem;
  color: #000;
  letter-spacing: 1.1px;
  font-weight: 700;
  margin-bottom: 1rem; }
  @media screen and (min-width: 768px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-wrapper .yotpo-header-title,
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-wrapper .yotpo-header-title {
      font-size: 1.25rem; } }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-wrapper .y-label:not(.yotpo-header-title),
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-wrapper .y-label:not(.yotpo-header-title) {
  color: #000 !important;
  font-size: 16;
  letter-spacing: 1.1px;
  line-height: 1.5625;
  padding: 0; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-wrapper .form-element .y-input,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-wrapper .form-element .y-input {
  color: #000;
  border: 1px solid #9b9b9b;
  margin-top: 0; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-review-wrapper .socialize-wrapper .yotpo-or,
#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .write-question-wrapper .socialize-wrapper .yotpo-or {
  margin-top: 42px; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav-content > div.yotpo-active.yotpo-reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -32px; }
  @media screen and (min-width: 768px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav-content > div.yotpo-active.yotpo-reviews {
      margin: 0 -2.5rem; } }
  @media screen and (min-width: 1440px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-nav-content > div.yotpo-active.yotpo-reviews {
      margin: 0 -4rem; } }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .search-in-progress {
  padding-top: 2em; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review {
  width: 100%;
  padding: 32px;
  margin: 0;
  border: 0; }
  @media screen and (min-width: 768px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review {
      width: 50%;
      padding: 2rem 2.5rem; } }
  @media screen and (min-width: 1200px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review {
      width: 33.333%; } }
  @media screen and (min-width: 1440px) {
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review {
      padding: 2rem 4rem; } }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-header {
    margin-bottom: 1em; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-header .yotpo-user-name {
      font-size: 1.5em;
      font-weight: 300;
      color: #000; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-header .yotpo-icon-profile {
      display: none !important; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-main {
    margin: 1em auto 2em; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-title {
      font-family: "photoshoot", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif !important;
      font-weight: 400;
      font-size: 1em;
      color: #000;
      margin-bottom: 0.5em;
      line-height: 1.5; }
      @media screen and (min-width: 768px) {
        #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-title {
          font-size: 1.125em; } }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-main .content-review {
      line-height: 1.5625; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-footer {
    margin-top: 32px;
    margin-left: 0; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-footer .footer-actions {
      display: none !important; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-footer .yotpo-helpful {
      float: none; }
      #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-footer .yotpo-helpful .vote-btn {
        margin-left: 0; }
      #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-footer .yotpo-helpful .vote-sum {
        margin-right: 10px; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-user-title {
    position: relative;
    top: 2px; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-review-date {
    font-size: 0.75rem;
    font-weight: 500;
    color: #888888;
    position: absolute;
    bottom: -2px;
    left: 110px; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-review-date::before {
      content: 'on '; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-icon-profile-social ~ .yotpo-header-element .yotpo-review-date {
    left: 160px; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-comment .yotpo-review-date {
    left: auto;
    right: 0; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-review-images-wrapper .image-review,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .media-review-desktop {
    width: 4em !important;
    height: 4em !important;
    border: 0;
    border-radius: 0; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-helpful .label-helpful {
    opacity: 0;
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-helpful .yotpo-sum.vote-sum {
    font-size: 0.75rem;
    font-weight: 500;
    color: #000; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-review .yotpo-read-more {
    color: #000; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-questions .yotpo-question {
  color: #000; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-questions .yotpo-question .content-question {
    line-height: 1.5625; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-questions .yotpo-question .yotpo-main,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-questions .yotpo-question .content-question,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-questions .yotpo-question .y-label,
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-questions .yotpo-question label.y-label {
    color: #888888; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-pager {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 2.5rem;
  width: 100%; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 48'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23CBE3FF' d='M38 24.726L23.285 44l-10.291-3.717 6.019-9.362L-3 31.1V17.578h22.378l-6.749-8.16L23.285 5z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M42 20.726L27.285 40l-10.291-3.717 6.019-9.362L1 27.1V13.578h22.378l-6.749-8.16L27.285 1z'/%3E%3C/g%3E%3C/svg%3E") !important;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    display: inline-block;
    width: 48px !important;
    height: 48px;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-pager .yotpo-page-element.yotpo-icon-left-arrow::before {
      content: none !important; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 43 48'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23CBE3FF' d='M38 24.726L23.285 44l-10.291-3.717 6.019-9.362L-3 31.1V17.578h22.378l-6.749-8.16L23.285 5z'/%3E%3Cpath stroke='%23000' stroke-linecap='round' d='M42 20.726L27.285 40l-10.291-3.717 6.019-9.362L1 27.1V13.578h22.378l-6.749-8.16L27.285 1z'/%3E%3C/g%3E%3C/svg%3E") !important;
    display: inline-block;
    width: 48px !important;
    height: 48px;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
    #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-pager .yotpo-page-element.yotpo-icon-right-arrow::before {
      content: none !important; }

#shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-empty-search-results {
  width: 100%;
  padding-top: 2em; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-empty-search-results .empty-search-results-text {
    width: 80%;
    height: auto; }
  #shopify-section-pdp-yotpo-reviews .yotpo.yotpo-main-widget .yotpo-empty-search-results .empty-search-results-clear-all-btn {
    width: 100%;
    height: auto;
    position: static;
    margin-top: 20px; }

.mobile-filters-modal * {
  font-family: "sequel-100-wide", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }

.mobile-filters-modal .title-text {
  color: #000 !important; }

.mobile-filters-modal .mobile-filters-footer-btn {
  background-color: #000 !important;
  text-transform: uppercase; }

.mobile-filters-modal .radio-selected-color {
  color: #000 !important; }

.mobile-filters-modal input[type="radio"] + .radio-label:before {
  width: 20px !important;
  height: 20px !important; }

.mobile-filters-modal input[type="radio"]:checked + .radio-label:before {
  background-color: #000 !important;
  border-color: #000 !important; }

.mobile-filters-modal .mobile-clear-all-btn {
  text-transform: uppercase;
  line-height: 1 !important;
  font-weight: 300 !important; }

#wishl-notification {
  display: none;
  position: fixed;
  top: 120px;
  right: 32px;
  width: 0;
  min-width: inherit;
  height: 130px;
  min-height: 130px;
  padding: 20px;
  font-size: 16px;
  z-index: 200; }
  @media screen and (max-width: 600px) {
    #wishl-notification .template-collection {
      bottom: 30px; } }
  @media screen and (max-width: 600px) {
    #wishl-notification {
      top: inherit;
      right: auto;
      bottom: 100px;
      left: 50%;
      width: 340px;
      min-width: 340px;
      height: 0;
      min-height: inherit;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  #wishl-notification::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
    content: ''; }
  #wishl-notification::after {
    position: absolute;
    top: 0.25rem;
    left: -0.25rem;
    width: 100%;
    height: 100%;
    background-color: #CDA8F4;
    content: '';
    z-index: -1; }
    @media screen and (min-width: 768px) {
      #wishl-notification::after {
        top: 0.5rem;
        left: -0.5rem; } }
  #wishl-notification .wishl-text {
    display: inline-block;
    position: relative;
    width: 90%;
    z-index: 1; }
    #wishl-notification .wishl-text a {
      font-size: 0.875em;
      text-decoration: underline; }
  #wishl-notification .wishl-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
    #wishl-notification .wishl-close svg {
      width: 15px;
      height: 15px; }

#wishl-share-url {
  margin-bottom: 15px;
  padding: 10px 30px;
  border: 1px solid #888888;
  box-shadow: none; }

#wishl-share-buttons {
  font-size: 16px;
  text-transform: uppercase; }
  #wishl-share-buttons label {
    position: relative;
    padding-left: 35px; }
    #wishl-share-buttons label::before {
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #000;
      line-height: 20px;
      text-align: center;
      content: ' ';
      opacity: 1; }
    #wishl-share-buttons label.shorten-checked::before {
      content: 'x'; }

.at-share-btn-elements .at-icon-wrapper {
  background-color: #000; }
  .at-share-btn-elements .at-icon-wrapper svg {
    fill: #fff; }
  .at-share-btn-elements .at-icon-wrapper:hover {
    background-color: #f30094; }

#wishl-shorten-url {
  display: none; }

#wishl-share-buttons-box {
  margin-top: 5px;
  margin-bottom: 15px; }

.whishl-page .page-header {
  padding-bottom: 0; }
  .whishl-page .page-header::after {
    content: none; }

#wishl-title {
  font-size: 35px; }

#wishl-controls .wishl-tab {
  padding: 0 !important; }
  #wishl-controls .wishl-tab.active {
    border-bottom-color: #f30094 !important; }
  #wishl-controls .wishl-tab:not(:last-child) {
    margin-right: 1em; }

.detail-link {
  display: block;
  padding-top: 10px;
  font-size: 14px;
  text-decoration: underline; }

.wishl-controls-new-list,
.wishl-controls-your-lists,
.wishlist-bundle {
  display: none !important; }

[data-product-type=Bundle] .wishlist-add {
  display: none; }

[data-product-type=Bundle] .wishlist-bundle {
  display: block; }

.product-card__gallery .wishl-del {
  position: absolute;
  top: 5px;
  right: 0; }
  .product-card__gallery .wishl-del svg {
    width: 12px;
    height: 12px; }

.wishl-note-content {
  min-width: 300px;
  max-width: 50%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

@media screen and (max-width: 600px) {
  #wishl-loading {
    padding: 0 1rem;
    font-size: 1.25rem !important; } }

.template-page-wishl-wishlist .product-card__info-price {
  padding-bottom: 2rem; }

#wishlist-container {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 100; }
  @media screen and (min-width: 768px) {
    #wishlist-container {
      right: 2em;
      bottom: 1em; } }
  #wishlist-container .icon-heart {
    font-size: 26px; }
    @media screen and (min-width: 768px) {
      #wishlist-container .icon-heart {
        font-size: 20px; } }

.wishlist-container-product-card {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 50; }

.giftreggie-wishlist-form-wrap {
  position: absolute;
  top: 0;
  right: 0; }
  .giftreggie-wishlist-form-wrap--pdp {
    top: 0;
    right: 0; }
    @media (min-width: 992px) {
      .giftreggie-wishlist-form-wrap--pdp {
        top: 1rem;
        right: 1rem; } }

.add-to-wishlist__product-gallery {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  cursor: pointer; }
  .add-to-wishlist__product-gallery input {
    display: none; }
  .add-to-wishlist__product-gallery svg {
    fill: #f30094; }
  @media (min-width: 992px) {
    .add-to-wishlist__product-gallery {
      top: 21.33333px;
      right: 21.33333px; } }

.btn-add-to-wishlist {
  padding: 1rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  border: 0;
  outline: none;
  background-color: transparent;
  cursor: pointer; }
  .btn-add-to-wishlist svg {
    fill: #f30094; }
  .btn-add-to-wishlist:active, .btn-add-to-wishlist:focus {
    outline: none; }
  .btn-add-to-wishlist:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .btn-add-to-wishlist:active, .btn-add-to-wishlist.loading {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

.remove-from-wishlist__submit,
.add-to-wishlist__submit {
  position: absolute;
  top: 0;
  right: 0;
  margin-bottom: 0;
  padding: .75rem;
  cursor: pointer;
  z-index: 15; }
  .remove-from-wishlist__submit input,
  .add-to-wishlist__submit input {
    display: none; }

.nosto_element {
  overflow: hidden; }
  @media (min-width: 1350px) {
    .nosto_element .container {
      display: -ms-flexbox;
      display: flex; } }
  .nosto_element .product-grid__copy {
    word-break: break-word; }
    @media (min-width: 1350px) {
      .nosto_element .product-grid__copy {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        width: 25%; } }
  @media (min-width: 1350px) {
    .nosto_element div[role="region"] {
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
      width: 75%; } }
  @media (min-width: 1350px) {
    .nosto_element .content-header {
      text-align: left; } }
  .nosto_element.hide-header .product-grid__copy {
    display: none; }
  @media (min-width: 1350px) {
    .nosto_element.hide-header div[role="region"] {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      width: 100%; } }

.nosto_carousel {
  padding: 0 16px; }
  @media (min-width: 576px) {
    .nosto_carousel {
      padding: 0 32px; } }
  @media (min-width: 1200px) {
    .nosto_carousel {
      padding: 0 96px; } }
  @media (min-width: 1350px) {
    .nosto_carousel {
      margin-left: -96px; } }
  .nosto_carousel .slick-dots {
    left: 0; }
  .nosto_carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch; }
  .nosto_carousel .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0;
    padding: 0 0.5em;
    float: none; }
  .nosto_carousel form {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: column;
        flex-flow: column;
    height: 100%; }

#minicart-nosto-1 .mini-cart-rec__content {
  -ms-flex: 1 0 calc(75% - 0.5rem) !important;
      flex: 1 0 calc(75% - 0.5rem) !important;
  width: calc(75% - 0.5rem) !important; }

#minicart-nosto-1 .mini-cart-rec__cta {
  width: calc(100% - 4px) !important; }

.findify-container *:not(.product-card__gallery-note) {
  font-family: "sequel-100-wide", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Roboto, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; }

.findify-container .findify-top-wrapper {
  border-bottom: 0; }

.findify-container .findify-top-wrapper .findify-components--dropdown__select {
  border: 1px solid #fff; }

.findify-container .findify-top-wrapper .findify-components--sorting div[aria-expanded=true] {
  border: 1px solid #fff; }

.findify-container .findify-top-wrapper .findify-components--sorting div[aria-expanded=true] .findify-components--dropdown__select {
  border: 1px solid #eee; }

.findify-container .findify-components--dropdown__dropdown {
  top: calc(100% - 2px); }

.findify-container .findify-components--sorting__dropdown {
  border: 1px solid transparent; }

.findify-container .findify-desktop-facet-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  color: #888888;
  font-size: 1.125em;
  font-weight: 300; }

.findify-container .findify-components-search--desktop-facets__facet {
  margin-left: 1.5em; }
  @media screen and (min-width: 992px) {
    .findify-container .findify-components-search--desktop-facets__facet {
      margin-left: 3em; } }

.findify-container .findify-components--facet__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  border: 0; }
  .findify-container .findify-components--facet__title.findify-checkbox-facet-selected-title {
    border: 0 !important; }

.findify-container .findify-components--facet__text {
  font-size: 1.125em;
  font-weight: 300; }

.findify-container .findify-components--facet__body {
  width: 100%;
  padding-right: 4em;
  padding-left: 0; }
  @media screen and (min-width: 992px) {
    .findify-container .findify-components--facet__body {
      width: 320px;
      padding-top: 1em;
      padding-right: 1.5em;
      padding-left: 1.5em;
      border: 0;
      background: transparent; }
      .findify-container .findify-components--facet__body::before {
        position: absolute;
        top: 0.25em;
        left: -0.25em;
        width: 100%;
        height: 100%;
        background-color: #CBE3FF;
        content: '';
        z-index: -1; }
      .findify-container .findify-components--facet__body::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #000;
        content: ''; } }
  .findify-container .findify-components--facet__body > * {
    position: relative;
    z-index: 1; }

.findify-container .findify-components--color-facet__ball {
  border: 0;
  background-color: #fff; }

@media screen and (max-width: 991px) {
  .findify-container .findify-components--range-facet__input-block {
    width: 250px; } }

.findify-container .findify-components--range-facet__input {
  background-color: #fff; }
  @media screen and (min-width: 992px) {
    .findify-container .findify-components--range-facet__input {
      border: 0; } }

.findify-container .findify-components--range-facet__submit {
  -ms-flex-align: center;
      align-items: center; }

.findify-container .findify-components--rating-facet__item,
.findify-container .findify-components--text,
.findify-container .findify-components--category-facet__item,
.findify-container .findify-components--range-facet__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.findify-container .findify-components-search--mobile-actions__query .findify-components--text {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.findify-container .findify-components-search--mobile-actions__query span > span {
  margin: 0.5em 0 0; }

.findify-container .findify-components-search--desktop-facets {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: auto; }

.findify-container .findify-components--text__secondary-uppercase {
  width: auto; }

.findify-container span[class^='findify-yotpo-star'] {
  position: relative;
  top: -3px; }

.findify-container .findify-top-wrapper {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.findify-container .findify-top-wrapper .findify-components--sorting span {
  padding-right: 0;
  font-weight: 300 !important; }

.findify-container .findify-components-search--mobile-facets__footer {
  color: #000; }

.findify-container .findify-components-search--mobile-actions__button {
  border: 1px solid #000; }
  .findify-container .findify-components-search--mobile-actions__button::before {
    position: absolute;
    top: 0.25em;
    left: -0.25em;
    width: 100%;
    height: 100%;
    background-color: #CBE3FF;
    content: '';
    z-index: -1; }

.findify-container .findify-components-search--lazy-results__prev-button {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: .75em 1em;
  border: 0;
  font-size: 0.75rem;
  z-index: 0; }
  .findify-container .findify-components-search--lazy-results__prev-button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-0.25rem, 0.25rem);
            transform: translate(-0.25rem, 0.25rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #CBE3FF;
    content: '';
    z-index: -1;
    will-change: transform; }
  .findify-container .findify-components-search--lazy-results__prev-button:hover::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .findify-container .findify-components-search--lazy-results__prev-button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 1px solid #000;
    content: ''; }

.findify-container .findify-components-common--grid__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  height: auto; }

.findify-container .findify-components--cards--product__title {
  overflow: initial;
  white-space: initial; }

.findify-container .findify-components--cards--product--price__sale-price,
.findify-container .findify-components--cards--product--price__price {
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .findify-container .findify-components--cards--product--price__sale-price,
    .findify-container .findify-components--cards--product--price__price {
      font-size: 1.5rem; } }

.findify-container .findify-components--cards--product__image-wrap {
  color: #CBE3FF; }

.findify-container .findify-components-autocomplete--product-matches__imageWrap {
  max-width: 215px;
  margin-right: auto;
  margin-left: auto; }

.findify-container .findify-components-autocomplete--product-matches__product-card .findify-components-autocomplete--product-matches__content .findify-components-autocomplete--product-matches__price-wrapper,
.findify-container .findify-components-autocomplete--product-matches__product-card .findify-components-autocomplete--product-matches__content p,
.findify-container .findify-components-autocomplete--product-matches__product-card .findify-components-autocomplete--product-matches__content span {
  text-align: center; }

.collection-hero {
  position: relative;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-color: #CBE3FF;
  text-align: center; }
  .collection-hero--banner {
    background-color: transparent; }
  @media screen and (min-width: 992px) {
    .collection-hero:not(.collection-hero--with-image) {
      padding-top: 4em;
      padding-bottom: 4em; } }
  @media screen and (min-width: 768px) {
    .collection-hero--with-image {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      min-height: calc(33.333vw * 9/16);
      overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .collection-hero--with-image {
      padding-top: 0;
      padding-bottom: 0; } }
  .collection-hero--with-image .collection-hero__wrapper {
    padding-top: 2.5em; }
    @media screen and (min-width: 768px) {
      .collection-hero--with-image .collection-hero__wrapper {
        padding-top: 0; } }
  .collection-hero__title {
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .collection-hero--with-image .collection-hero__title {
        width: 60%;
        text-align: left; } }
    @media screen and (min-width: 1440px) {
      .collection-hero--with-image .collection-hero__title {
        font-size: 7.5em; } }
  @media screen and (min-width: 768px) {
    .collection-hero__visual {
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 33.333%; } }
  .collection-hero__image-wrapper {
    position: relative;
    height: 0;
    margin: 0;
    padding-bottom: 56.25%; }
    @media screen and (min-width: 768px) {
      .collection-hero__image-wrapper {
        position: static;
        height: 100%;
        padding-bottom: 0; } }
  .collection-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
  .collection-hero--banner .collection-hero__image {
    display: none;
    position: static; }
    @media screen and (min-width: 992px) {
      .collection-hero--banner .collection-hero__image {
        display: block; } }
  .collection-hero--banner .collection-hero__image--mobile {
    display: block; }
    @media screen and (min-width: 992px) {
      .collection-hero--banner .collection-hero__image--mobile {
        display: none; } }
  .collection-hero .countdown-timer {
    margin-top: 1em; }

.collection-nav {
  overflow: auto; }
  .collection-nav__list {
    display: -ms-flexbox;
    display: flex; }
    .collection-nav__list::after {
      display: block;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
      width: 32px;
      content: ''; }
    .collection-nav__list .sub-collection {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
      .collection-nav__list .sub-collection:not(:last-child) {
        margin-right: 0.5em; }
        @media screen and (min-width: 768px) {
          .collection-nav__list .sub-collection:not(:last-child) {
            margin-right: 1em; } }
      .collection-nav__list .sub-collection:first-child {
        margin-left: auto; }
      .collection-nav__list .sub-collection:last-child {
        margin-right: auto; }

.collection-detail__card {
  display: block;
  position: relative;
  width: 100%;
  padding: 2em 2em 3em; }
  @media screen and (min-width: 992px) {
    .collection-detail__card {
      padding: 1.5em 1.5em 2em; } }
  .collection-detail__card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0.5rem, -0.5rem);
            transform: translate(0.5rem, -0.5rem);
    border: 1px solid #000;
    content: ''; }

.collection-detail__content {
  position: relative;
  z-index: 1; }

.quick-view {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .quick-view__close {
    font-size: 0.75rem;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 500;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    z-index: 1; }
    @media screen and (min-width: 768px) {
      .quick-view__close {
        font-size: 0.875rem; } }
    .quick-view__close:hover svg {
      fill: #f30094;
      stroke: #f30094; }
    .quick-view__close svg {
      position: relative;
      top: -2px;
      width: 12px;
      height: 12px;
      stroke-width: 1px;
      stroke: #000; }
    @media (min-width: 768px) {
      .quick-view__close {
        right: 20px; } }
  .quick-view__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-flow: column;
        flex-flow: column;
    height: calc(100% - 2em);
    margin: 1em;
    padding: 0;
    border: 1px solid #000;
    background-color: #fff;
    box-shadow: -0.5em 0.5em #CBE3FF;
    overflow: hidden; }
    @media (min-width: 992px) {
      .quick-view__contents {
        height: calc(100% - 4em);
        margin: 2em auto;
        box-shadow: -1em 1em #CBE3FF; } }
    @media (min-width: 1200px) {
      .quick-view__contents {
        margin: 2em; } }
  .quick-view__contents-body {
    position: relative;
    height: 100%;
    padding-top: 32px;
    transition: box-shadow 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
    background: #fff;
    box-shadow: 0 0 10px 0px transparent; }
    @media (min-width: 992px) {
      .quick-view__contents-body {
        padding-top: 64px; } }
  .quick-view__content-area {
    height: 100%;
    padding-bottom: 32px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media (min-width: 992px) {
      .quick-view__content-area {
        padding-bottom: 64px; } }
  .quick-view .pdf__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media (min-width: 992px) {
      .quick-view .pdf__top {
        display: block; } }
    .quick-view .pdf__top .quick-view__mobile-thumbnail {
      position: relative;
      margin-right: 0.5rem;
      margin-left: 0.5rem; }
      @media (min-width: 992px) {
        .quick-view .pdf__top .quick-view__mobile-thumbnail {
          display: none; } }
    .quick-view .pdf__top .wishl-add-wrapper {
      position: absolute;
      right: 0.5em;
      bottom: 0.5em; }
  .quick-view .pdf__gallery-wrap {
    padding-left: 0; }
  .quick-view .product-gallery__thumbnails-wrapper {
    padding: 0 4em; }
    .quick-view .product-gallery__thumbnails-wrapper .slick-slide {
      padding: 0; }
    .quick-view .product-gallery__thumbnails-wrapper .slick-list {
      padding-top: 0 !important; }
  .quick-view .product-gallery__thumbnails.has-no-slider {
    padding: 0; }
  .quick-view .pdf__content {
    text-align: left; }
  .quick-view .pdf__title {
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .quick-view .pdf__title {
        font-size: 1.125em; } }
    @media (min-width: 992px) {
      .quick-view .pdf__title {
        margin-bottom: 1rem; } }
  .quick-view .pdf__variant-title,
  .quick-view .pdf__subtitle {
    display: none; }
    @media (min-width: 992px) {
      .quick-view .pdf__variant-title,
      .quick-view .pdf__subtitle {
        display: block; } }
  .quick-view .product-gallery__images-wrapper .slick-list {
    padding-top: 0; }
  .quick-view .product-gallery__images-wrapper .product-gallery__image {
    margin: 0;
    padding: 0;
    border: 0; }
  .quick-view .product-gallery__images-wrapper .product-gallery__slideshow {
    border: 1px solid #eee; }
  .quick-view .product-gallery__images-wrapper li:not(:first-child) {
    margin-bottom: 0;
    padding-top: 0; }
    @media (min-width: 992px) {
      .quick-view .product-gallery__images-wrapper li:not(:first-child) {
        padding-top: 0; } }
  .quick-view .dots {
    /* BH-284
    display: flex;
    align-items: center;
    overflow-x:scroll;
    @include custom-scrollbar(3px, $color-primary);

    .dot {
      flex-shrink: 0;
    }
    */ }
    @media (max-width: 991px) {
      .quick-view .dots {
        text-align: center; } }
  @media (max-width: 991px) {
    .quick-view .pdf__form-wrap {
      margin-top: 1em; } }
  @media (max-width: 991px) {
    .quick-view .selector-wrapper {
      margin-top: 2em; } }
  .quick-view [data-price-wrapper] {
    display: none; }
    @media (min-width: 992px) {
      .quick-view [data-price-wrapper] {
        display: block; } }
  .quick-view--gwp {
    position: relative; }
    .quick-view--gwp .dots__wrap {
      padding-bottom: .5rem; }
    @media (max-width: 991px) {
      .quick-view--gwp .dots {
        /* BH-284
        flex-wrap: nowrap;
        */
        text-align: center; } }
    .quick-view--gwp .dots .dot--sold-out {
      display: none; }

.product-galleries--quick-view {
  display: none;
  width: 100%; }
  @media (min-width: 992px) {
    .product-galleries--quick-view {
      display: block; } }

.product-card.has-open-quick-view .product-card__contents {
  z-index: 1; }
  .product-card.has-open-quick-view .product-card__contents::after {
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
            transform: translate(-50%, 50%) rotate(-45deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    background-color: #fff;
    box-shadow: none;
    content: ''; }

/*================ Sections ================*/
.section {
  position: relative; }
  .section--bg-image {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
    @media screen and (min-width: 992px) {
      .section--bg-image {
        padding-top: 4em;
        padding-bottom: 4em; } }
    @media screen and (min-height: 1200px) {
      .section--bg-image {
        padding-top: 5em;
        padding-bottom: 5em; } }
  .section__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover"; }
    .section__background ~ * {
      position: relative;
      z-index: 1; }

.hero {
  padding-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .hero {
      padding-bottom: 1em; } }
  .hero__box {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-flow: row;
        flex-flow: row; }
    @media screen and (min-width: 768px) {
      .hero--align-bottom-left .hero__box {
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: start;
            justify-content: flex-start;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-bottom-left .hero__box {
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    @media screen and (min-width: 768px) {
      .hero--align-middle-left .hero__box {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-middle-left .hero__box {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    @media screen and (min-width: 768px) {
      .hero--align-top-left .hero__box {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-top-left .hero__box {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    @media screen and (min-width: 768px) {
      .hero--align-bottom-right .hero__box {
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-bottom-right .hero__box {
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    @media screen and (min-width: 768px) {
      .hero--align-middle-right .hero__box {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-middle-right .hero__box {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    @media screen and (min-width: 768px) {
      .hero--align-top-right .hero__box {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: end;
            justify-content: flex-end;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-top-right .hero__box {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    @media screen and (min-width: 768px) {
      .hero--align-bottom-center .hero__box {
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-bottom-center .hero__box {
        -ms-flex-align: end;
            align-items: flex-end;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .hero--align-middle-center .hero__box {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-middle-center .hero__box {
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center; } }
    @media screen and (min-width: 768px) {
      .hero--align-top-center .hero__box {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-top-center .hero__box {
        -ms-flex-align: start;
            align-items: flex-start;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .hero--size-m-square .hero__box,
      .hero--size-m-four-by-five .hero__box,
      .hero--size-m-four-by-six .hero__box,
      .hero--size-m-four-by-three .hero__box {
        display: block; } }
  .hero__box::before {
    display: block;
    width: 0;
    height: 0;
    padding-bottom: 150%;
    content: ''; }
    @media screen and (min-width: 992px) {
      .hero__box::before {
        padding-bottom: 40%; } }
    @media screen and (min-width: 992px) {
      .hero--size-large:not(.hero--align-top-center):not(.hero--align-middle-center):not(.hero--align-bottom-center) .hero__box::before {
        padding-bottom: 37.5%; } }
    @media screen and (min-width: 992px) {
      .hero--size-medium:not(.hero--align-top-center):not(.hero--align-middle-center):not(.hero--align-bottom-center) .hero__box::before {
        padding-bottom: 37.5%; } }
    @media screen and (min-width: 992px) {
      .hero--size-small:not(.hero--align-top-center):not(.hero--align-middle-center):not(.hero--align-bottom-center) .hero__box::before {
        padding-bottom: 41.66667%; } }
    @media screen and (max-width: 767px) {
      .hero--size-m-square .hero__box::before,
      .hero--size-m-four-by-five .hero__box::before,
      .hero--size-m-four-by-six .hero__box::before,
      .hero--size-m-four-by-three .hero__box::before {
        content: none; } }
  .hero__visual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hero__visual.u-shadow {
      position: absolute; }
    @media screen and (min-width: 992px) {
      .hero--size-large.hero--align-top-left .hero__visual,
      .hero--size-large.hero--align-middle-left .hero__visual,
      .hero--size-large.hero--align-bottom-left .hero__visual {
        left: 33.333%;
        width: 66.666%; } }
    @media screen and (min-width: 992px) {
      .hero--size-large.hero--align-top-right .hero__visual,
      .hero--size-large.hero--align-middle-right .hero__visual,
      .hero--size-large.hero--align-bottom-right .hero__visual {
        right: 33.333%;
        width: 66.666%; } }
    @media screen and (min-width: 992px) {
      .hero--size-medium.hero--align-top-left .hero__visual,
      .hero--size-medium.hero--align-middle-left .hero__visual,
      .hero--size-medium.hero--align-bottom-left .hero__visual {
        left: 50%;
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .hero--size-medium.hero--align-top-right .hero__visual,
      .hero--size-medium.hero--align-middle-right .hero__visual,
      .hero--size-medium.hero--align-bottom-right .hero__visual {
        right: 50%;
        width: 50%; } }
    @media screen and (min-width: 992px) {
      .hero--size-small.hero--align-top-left .hero__visual,
      .hero--size-small.hero--align-middle-left .hero__visual,
      .hero--size-small.hero--align-bottom-left .hero__visual {
        left: 66.666%;
        width: 33.333%; } }
    @media screen and (min-width: 992px) {
      .hero--size-small.hero--align-top-right .hero__visual,
      .hero--size-small.hero--align-middle-right .hero__visual,
      .hero--size-small.hero--align-bottom-right .hero__visual {
        right: 66.666%;
        width: 33.333%; } }
    @media screen and (max-width: 767px) {
      .hero--size-m-square .hero__visual,
      .hero--size-m-four-by-five .hero__visual,
      .hero--size-m-four-by-six .hero__visual,
      .hero--size-m-four-by-three .hero__visual {
        position: relative; } }
  .hero__visual-wrapper {
    position: relative;
    height: 100%; }
    @media screen and (min-width: 992px) {
      .hero--size-large:not(.hero--align-top-center):not(.hero--align-middle-center):not(.hero--align-bottom-center) .hero__visual-wrapper {
        height: 0;
        padding-bottom: 56.25%; } }
    @media screen and (min-width: 992px) {
      .hero--size-medium:not(.hero--align-top-center):not(.hero--align-middle-center):not(.hero--align-bottom-center) .hero__visual-wrapper {
        height: 0;
        padding-bottom: 75%; } }
    @media screen and (min-width: 992px) {
      .hero--size-small:not(.hero--align-top-center):not(.hero--align-middle-center):not(.hero--align-bottom-center) .hero__visual-wrapper {
        height: 0;
        padding-bottom: 125%; } }
    @media screen and (max-width: 991px) {
      .hero--size-m-square .hero__visual-wrapper,
      .hero--size-m-four-by-three .hero__visual-wrapper,
      .hero--size-m-four-by-five .hero__visual-wrapper,
      .hero--size-m-four-by-six .hero__visual-wrapper {
        position: relative;
        height: 0; } }
    @media screen and (max-width: 991px) {
      .hero--size-m-square .hero__visual-wrapper {
        padding-bottom: 100%; } }
    @media screen and (max-width: 991px) {
      .hero--size-m-four-by-three .hero__visual-wrapper {
        padding-bottom: 75%; } }
    @media screen and (max-width: 991px) {
      .hero--size-m-four-by-five .hero__visual-wrapper {
        padding-bottom: 125%; } }
    @media screen and (max-width: 991px) {
      .hero--size-m-four-by-six .hero__visual-wrapper {
        padding-bottom: 150%; } }
  .hero__image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%; }
    @media screen and (min-width: 992px) {
      .hero__image--mobile {
        display: none; } }
    @media screen and (max-width: 991px) {
      .hero__image--desktop {
        display: none; } }
  .hero__content {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    color: #000;
    z-index: 1; }
    @media screen and (min-width: 992px) {
      .hero__content {
        padding-top: 4em;
        padding-bottom: 4em; } }
    @media screen and (min-height: 1200px) {
      .hero__content {
        padding-top: 5em;
        padding-bottom: 5em; } }
    @media screen and (min-width: 768px) {
      .hero__content {
        width: 70%; } }
    @media screen and (min-width: 768px) {
      .hero--align-bottom-center .hero__content,
      .hero--align-middle-center .hero__content,
      .hero--align-top-center .hero__content {
        -ms-flex-align: center;
            align-items: center; } }
    @media screen and (min-width: 768px) {
      .hero--align-bottom-left .hero__content,
      .hero--align-middle-left .hero__content,
      .hero--align-top-left .hero__content {
        margin-right: auto; } }
    @media screen and (min-width: 768px) {
      .hero--align-bottom-right .hero__content,
      .hero--align-middle-right .hero__content,
      .hero--align-top-right .hero__content {
        margin-left: auto; } }
    @media screen and (max-width: 767px) {
      .hero--align-m-bottom-center .hero__content,
      .hero--align-m-middle-center .hero__content,
      .hero--align-m-top-center .hero__content {
        -ms-flex-align: center;
            align-items: center; } }
  .hero__title {
    max-width: 18ch;
    margin-bottom: 1.5rem;
    text-transform: uppercase; }
  .hero__text {
    max-width: 42ch;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 768px) {
      .hero__text {
        margin-bottom: 3rem; } }
    .hero__text[style] {
      padding: 0.5em 1em; }

.push:not(.has-image) {
  padding: 0; }

.push__link {
  display: block;
  padding: 1em 0; }

.push__visual {
  position: relative;
  height: 0;
  margin-bottom: 0;
  padding-bottom: 125%;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .push__visual {
      padding-bottom: 40%; } }

.push__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  max-width: none;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .push__image--mobile {
      display: none; } }
  @media screen and (max-width: 767px) {
    .push__image--desktop {
      display: none; } }

.push__content {
  position: relative;
  padding: 1em 0;
  overflow: hidden; }

.push__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  margin-bottom: 0;
  font-size: 1.25em;
  text-transform: uppercase; }
  @media screen and (min-width: 576px) {
    .push__text {
      font-size: 2.5em; } }
  @media screen and (min-width: 768px) {
    .push__text {
      font-size: 3.75em; } }

.push__line {
  white-space: nowrap; }
  @supports (-webkit-text-stroke: 1px) {
    .push__line:nth-child(2n + 1) .push__line-wrapper span:nth-child(2n + 1),
    .push__line:nth-child(2n + 2) .push__line-wrapper span:nth-child(2n + 2) {
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke: 1px; } }
  @media screen and (max-width: 575px) {
    .push__line:not(:first-child) {
      margin-top: 0.5em; } }
  .push__line:nth-child(1) {
    -webkit-transform: translate(-25%);
            transform: translate(-25%); }
  .push__line:nth-child(2) {
    -webkit-transform: translate(-100%);
            transform: translate(-100%); }
  .push__line:nth-child(3) {
    -webkit-transform: translate(-50%);
            transform: translate(-50%); }
  .push__line:nth-child(4) {
    -webkit-transform: translate(-75%);
            transform: translate(-75%); }
    @media screen and (min-width: 576px) {
      .push__line:nth-child(4) {
        display: none; } }

.push__line-wrapper {
  display: block; }
  .push__line-wrapper span {
    display: inline-block;
    margin-right: 0.25em; }

.push .cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.sale-banner {
  padding: 1em 0;
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .sale-banner.has-image {
      padding-bottom: 2em; } }
  @media screen and (min-height: 1200px) {
    .sale-banner.has-image {
      padding: 2em 0 3em; } }
  .sale-banner.has-link {
    padding: 0; }
  .sale-banner__text {
    max-width: 48ch;
    margin: 1em 0;
    font-size: 1.5em;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .sale-banner__text {
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0; } }
    .sale-banner__text.has-background {
      padding: .5em 1em; }
    .sale-banner__text--marquee {
      max-width: none;
      margin: 0;
      padding-top: 2px;
      padding-bottom: 0;
      line-height: 1;
      white-space: nowrap; }
      @supports (-webkit-text-stroke: 1px) {
        .sale-banner__text--marquee span:nth-child(2n + 1) {
          -webkit-text-fill-color: transparent;
          -webkit-text-stroke: 1px; } }
  .sale-banner__link {
    display: block;
    padding: 1em 0;
    color: inherit;
    text-decoration: none; }
    @media screen and (min-width: 768px) {
      .sale-banner.has-image .sale-banner__link {
        padding-bottom: 2em; } }
    @media screen and (min-height: 1200px) {
      .sale-banner.has-image .sale-banner__link {
        padding: 2em 0 3em; } }
  .sale-banner__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: start;
        align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .sale-banner__content {
        -ms-flex-flow: row;
            flex-flow: row;
        -ms-flex-align: center;
            align-items: center; } }
  @media screen and (min-width: 768px) {
    .sale-banner__image-wrapper {
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
      margin: 0 2.5em 0 0; } }
  .sale-banner__image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    width: 120px;
    height: 120px; }
  .sale-banner__promo-code {
    margin-bottom: .5em;
    font-size: 2.5em; }
    @media screen and (min-width: 768px) {
      .sale-banner__promo-code {
        margin-bottom: 0;
        font-size: 4.5em; } }
  .sale-banner .cta {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    @media screen and (min-width: 768px) {
      .sale-banner .cta {
        margin-left: 8em; } }

.bh-cares {
  text-align: center; }
  @media screen and (min-width: 1200px) {
    .bh-cares {
      text-align: left; } }
  .bh-cares--marquee {
    overflow: hidden; }
  .bh-cares__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .bh-cares--full .bh-cares__content {
      -ms-flex-flow: column;
          flex-flow: column;
      -ms-flex-pack: start;
          justify-content: flex-start; }
      @media screen and (min-width: 1200px) {
        .bh-cares--full .bh-cares__content {
          -ms-flex-flow: row;
              flex-flow: row; } }
    .bh-cares--marquee .bh-cares__content {
      max-width: none;
      will-change: transform; }
  .bh-cares__logo svg {
    width: 11.25em;
    height: auto;
    margin-bottom: 2.5em; }
    @media screen and (min-width: 768px) {
      .bh-cares__logo svg {
        width: 18.75em; } }
  .bh-cares__text {
    display: inline-block;
    max-width: 32ch; }
    @media screen and (min-width: 1200px) {
      .bh-cares__text {
        display: block; } }
  .bh-cares__values {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row;
        flex-flow: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .bh-cares--full .bh-cares__values {
      display: -ms-flexbox;
      display: flex;
      margin-top: 2.5em;
      justify-self: flex-start; }
    .bh-cares--marquee .bh-cares__values {
      -ms-flex-pack: start;
          justify-content: flex-start;
      padding-right: 2em;
      white-space: nowrap; }
      @media screen and (min-width: 768px) {
        .bh-cares--marquee .bh-cares__values {
          padding-right: 5em; } }
  .bh-cares__value {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .bh-cares__value {
        -ms-flex-flow: row;
            flex-flow: row; }
        .bh-cares--full .bh-cares__value {
          -ms-flex-flow: column;
              flex-flow: column; } }
    .bh-cares__value:not(:last-child) {
      margin-right: 2em; }
      @media screen and (min-width: 768px) {
        .bh-cares__value:not(:last-child) {
          margin-right: 5em; } }
  .bh-cares__value-icon svg {
    width: 3em;
    height: 3em;
    margin-bottom: 1em; }
    @media screen and (min-width: 768px) {
      .bh-cares__value-icon svg {
        width: 4em;
        height: 4em;
        margin-right: 1em;
        margin-bottom: 0; }
        .bh-cares--full .bh-cares__value-icon svg {
          width: 5em;
          height: 5em;
          margin-right: 0;
          margin-bottom: 2em; } }
    @media screen and (min-width: 1200px) {
      .bh-cares--full .bh-cares__value-icon svg {
        width: 8em;
        height: 8em; } }
  .bh-cares__value-caption {
    margin: 0; }
    .bh-cares--full .bh-cares__value-caption {
      max-width: 10ch; }
  .bh-cares .cta {
    margin-top: 2em; }
    @media screen and (min-width: 768px) {
      .bh-cares .cta {
        margin-top: 2.5em; } }

.categories {
  overflow: hidden; }
  .categories__slider {
    position: relative; }
    @media screen and (max-width: 991px) {
      .categories__slider {
        margin: 0 -1em;
        padding: 0 16px; } }
    .categories__slider .category-card {
      width: 100%;
      height: auto;
      margin-right: 1em;
      margin-left: 1em; }
      @media screen and (min-width: 1200px) {
        .categories__slider .category-card {
          width: 30%;
          margin-right: 2em;
          margin-left: 2em; } }
    .categories__slider .slick-track {
      display: -ms-flexbox;
      display: flex; }
    .categories__slider .slick-dots {
      right: 0;
      bottom: 0;
      left: 0; }
    .categories__slider .slick-dots li:not(.slick-active) {
      opacity: 0.5; }
      .categories__slider .slick-dots li:not(.slick-active)::before {
        opacity: 0; }
    @media screen and (max-width: 991px) {
      .categories__slider .slick-arrow {
        top: auto;
        bottom: 0.25em;
        -webkit-transform: translateY(25%);
                transform: translateY(25%); } }
    @media screen and (max-width: 767px) {
      .categories__slider .slick-arrow {
        -webkit-transform: none;
                transform: none; } }
    @media screen and (max-width: 767px) {
      .categories__slider .slick-arrow.slick-arrow--next {
        right: 32px; } }
    @media screen and (max-width: 767px) {
      .categories__slider .slick-arrow.slick-arrow--prev {
        left: 32px; } }
  @media screen and (min-width: 768px) {
    .categories__slider:not(.slick-initialized) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; } }
  @media screen and (min-width: 768px) {
    .categories__slider:not(.slick-initialized) .category-card {
      width: calc(50% - 2em);
      margin-top: 1em; } }
  @media screen and (min-width: 1200px) {
    .categories__slider:not(.slick-initialized) .category-card {
      width: calc(33.333% - 4em);
      margin-top: 2em; } }
  @media screen and (min-width: 768px) {
    .categories .big-text__text {
      height: 1.25em; } }

.testimonials .slick-arrow {
  top: calc(5.625em + calc(100vw - 32px) * 4 / 3); }
  @media screen and (min-width: 768px) {
    .testimonials .slick-arrow {
      top: calc(720px * 4 / 3);
      margin-top: -1em;
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%); } }

.testimonials .slick-slider .slick-arrow.slick-arrow--prev {
  left: 16px; }
  @media screen and (min-width: 1200px) {
    .testimonials .slick-slider .slick-arrow.slick-arrow--prev {
      left: 2.5em; } }

.testimonials .slick-slider .slick-arrow.slick-arrow--next {
  right: 16px; }
  @media screen and (min-width: 1200px) {
    .testimonials .slick-slider .slick-arrow.slick-arrow--next {
      right: auto;
      left: calc(30% - 1.5em); } }

.instagram-banner .icon {
  -ms-flex: 0 0 3em;
      flex: 0 0 3em;
  width: 3em;
  height: 3em;
  margin-bottom: 1.25em;
  fill: currentColor; }
  @media screen and (min-width: 992px) {
    .instagram-banner .icon {
      margin-bottom: 0; } }

.instagram-banner__card {
  display: block;
  position: relative;
  width: 100%;
  padding: 2em 2em 3em;
  background-color: #FC1A60;
  background-image: radial-gradient(circle at bottom left, #F8FF2F 0%, #FC1A60 44%, #6C1CFB 100%);
  color: #fff; }
  @media screen and (min-width: 992px) {
    .instagram-banner__card {
      padding: 1.5em 1.5em 2em; } }
  .instagram-banner__card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0.5rem, -0.5rem);
            transform: translate(0.5rem, -0.5rem);
    transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #000;
    content: '';
    will-change: transform; }
  .instagram-banner__card:hover::before {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.instagram-banner__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  -ms-flex-align: center;
      align-items: center;
  transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  will-change: transform; }
  @media screen and (min-width: 992px) {
    .instagram-banner__content {
      -ms-flex-flow: row;
          flex-flow: row;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: left; } }
  .instagram-banner__card:hover .instagram-banner__content {
    -webkit-transform: translateY(0.25rem);
            transform: translateY(0.25rem); }

.instagram-banner__handle {
  color: inherit; }
  @media screen and (min-width: 992px) {
    .instagram-banner__handle {
      margin: 0 .5em; } }

.instagram-banner__text {
  margin: 0; }
  @media screen and (min-width: 1200px) {
    .instagram-banner__text {
      position: relative;
      top: .4em; } }

@media screen and (max-width: 991px) {
  .ugc-slider__wrapper {
    padding: 0; } }

@media screen and (max-width: 1350px) {
  .ugc-slider__wrapper {
    text-align: center; } }

.ugc-slider__content {
  position: relative;
  padding: 2em 0; }
  @media screen and (min-width: 768px) {
    .ugc-slider__content {
      padding: 2em; } }
  @media screen and (min-width: 1350px) {
    .ugc-slider__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
      padding: 3em 0 1.5em; } }

.ugc-slider__heading {
  margin-bottom: 2em;
  padding: 0 1em; }
  @media screen and (min-width: 768px) {
    .ugc-slider__heading {
      padding: 0; } }
  @media screen and (min-width: 1350px) {
    .ugc-slider__heading {
      width: 25%;
      text-align: left;
      padding: 0 2em; } }

@media screen and (min-width: 1350px) {
  .ugc-slider__carousel {
    width: 75%;
    padding-right: 4.5em; } }

.ugc-slider__title, .ugc-slider__text {
  margin: 0; }

.ugc-slider__title {
  font-size: 2.25rem; }

.ugc-slider__text {
  max-width: 54ch;
  margin: 0 auto;
  color: #000; }
  @media screen and (min-width: 1350px) {
    .ugc-slider__text {
      margin-left: 0; } }

.ugc-slider__slides {
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  @media screen and (min-width: 768px) {
    .ugc-slider__slides {
      padding-left: 0;
      padding-right: 0; }
      .ugc-slider__slides.slick-slider .slick-arrow.slick-arrow--prev {
        left: -2em; }
      .ugc-slider__slides.slick-slider .slick-arrow.slick-arrow--next {
        right: -2em; } }
  @media screen and (min-width: 1350px) {
    .ugc-slider__slides {
      padding-left: 0;
      padding-right: 0; } }
  .ugc-slider__slides.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .ugc-slider__slides.slick-slider.slick-dotted {
    padding-bottom: 0; }
  .ugc-slider__slides .slick-dots {
    position: static; }

.ugc-slider__slide {
  margin: 0 0.5em;
  padding: 0 1em;
  -ms-flex: 1;
      flex: 1;
  max-width: 50%; }
  @media screen and (min-width: 768px) {
    .ugc-slider__slide {
      max-width: 25%; } }
  .ugc-slider__slide.slick-slide {
    max-width: none; }

.ugc-slider__link {
  display: inline-block;
  margin-top: 1.5rem;
  text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .ugc-slider__link {
      margin-top: 2rem; } }
  @media screen and (min-width: 1350px) {
    .ugc-slider__link {
      position: absolute;
      top: 4.25rem;
      right: 5.5rem;
      margin-top: 0; } }

.ugc-slider__image {
  width: 100%; }

.ugc-slider__handle {
  transition: opacity 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000;
  opacity: 0; }

.ugc-slider__slide:hover .ugc-slider__handle {
  opacity: 1; }

@media screen and (min-width: 1350px) {
  .ugc-slider .slick-slider .slick-arrow.slick-arrow--prev {
    left: -4.5em; } }

@media screen and (min-width: 1350px) {
  .ugc-slider .slick-slider .slick-arrow.slick-arrow--next {
    right: -4.5em; } }

.video-content--full .video-content__wrapper {
  max-width: none;
  margin: 0;
  padding: 0; }

.video-content--before .video-content__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column-reverse;
      flex-flow: column-reverse; }

@media screen and (min-width: 992px) {
  .video-content--left .video-content__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; } }

@media screen and (min-width: 992px) {
  .video-content--right .video-content__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse;
        flex-flow: row-reverse; } }

@media screen and (min-width: 1200px) {
  .video-content--full .video-content__play-pause-btn,
  .video-content--container .video-content__play-pause-btn {
    width: 8.125em;
    height: 8.125em; } }

.video-content__video-wrapper {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .video-content--big .video-content__video-wrapper {
      width: 66.666%;
      margin: 0 auto; }
    .video-content--small .video-content__video-wrapper {
      width: 50%;
      margin: 0 auto; }
    .video-content--left .video-content__video-wrapper,
    .video-content--right .video-content__video-wrapper {
      width: 50%; } }

.video-content__block.u-shadow {
  margin-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .video-content__block.u-shadow {
      margin-bottom: 1em; } }

.video-content__text {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .video-content--big .video-content__text {
      width: 66.666%; } }
  @media screen and (min-width: 992px) {
    .video-content--small .video-content__text {
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .video-content--full.video-content--after .video-content__text {
      margin-top: 4em; } }
  .video-content--before .video-content__text {
    margin-top: 0;
    margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .video-content--full.video-content--full .video-content__text {
      margin-bottom: 4em; } }
  @media screen and (min-width: 992px) {
    .video-content--left .video-content__text {
      width: 50%;
      margin: auto;
      padding-left: 4rem; } }
  @media screen and (min-width: 992px) {
    .video-content--right .video-content__text {
      width: 50%;
      margin: auto;
      padding-right: 4rem; } }

.callout-content--before .callout-content__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column-reverse;
      flex-flow: column-reverse; }

@media screen and (min-width: 992px) {
  .callout-content--left .callout-content__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; } }

@media screen and (min-width: 992px) {
  .callout-content--right .callout-content__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse;
        flex-flow: row-reverse; } }

.callout-content__callout {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .callout-content--left .callout-content__callout,
    .callout-content--right .callout-content__callout {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .callout-content--big .callout-content__callout .callout {
      font-size: 3em; } }
  @media screen and (min-width: 992px) {
    .callout-content--normal .callout-content__callout {
      width: 66.666%; } }
  @media screen and (min-width: 992px) {
    .callout-content--small .callout-content__callout {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .callout-content--small .callout-content__callout .callout {
      font-size: 1.5em; } }
  .callout-content--right .callout-content__callout {
    margin-left: auto; }

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

.callout-content__text {
  width: 100%;
  margin-bottom: 0; }
  @media screen and (min-width: 992px) {
    .callout-content--normal .callout-content__text {
      width: 66.666%; } }
  @media screen and (min-width: 992px) {
    .callout-content--small .callout-content__text {
      width: 50%; } }
  .callout-content--after .callout-content__text {
    margin-top: 2rem; }
  .callout-content--before .callout-content__text {
    margin-bottom: 2rem; }
  @media screen and (min-width: 992px) {
    .callout-content--left .callout-content__text {
      width: 50%;
      margin: auto;
      padding-left: 4rem; } }
  @media screen and (min-width: 992px) {
    .callout-content--right .callout-content__text {
      width: 50%;
      margin: auto;
      padding-right: 4rem; } }

.text-image__block {
  width: 100%; }

.text-image__image {
  width: 100%;
  max-width: none; }

.slider {
  overflow: hidden; }
  @media screen and (max-width: 1199px) {
    .slider__wrapper {
      max-width: none;
      padding: 0; } }
  .slider--full .slider__wrapper {
    max-width: none;
    padding: 0; }
  .slider--normal .slider__wrapper {
    position: relative; }
  .slider__content {
    position: relative; }
    .slider--full .slider__content,
    .slider--normal .slider__content {
      width: 100%; }
  .slider__thumbnails {
    position: absolute;
    right: 0;
    bottom: 1.5em;
    left: 0; }
    @media screen and (min-width: 768px) {
      .slider__thumbnails {
        bottom: 2em; } }
  @media screen and (max-width: 1199px) {
    .slider__list.u-shadow::after {
      content: none; } }
  .slider__item {
    width: 100%; }
    @media screen and (max-width: 1199px) {
      .slider--m-normal .slider__item {
        margin: 0 0.25rem; } }
  .slider__image {
    width: 100%;
    max-width: none; }
  .slider__thumbnail {
    position: relative; }
    .slider__thumbnail .slider__image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      font-family: "object-fit: cover"; }
  .slider .has-mobile-image .slider__image {
    display: none; }
    @media screen and (min-width: 768px) {
      .slider .has-mobile-image .slider__image {
        display: block; } }
  .slider .has-mobile-image .slider__image--mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      .slider .has-mobile-image .slider__image--mobile {
        display: none; } }
  .slider__thumbnail, .slider__thumbnail.slick-slide {
    width: 5rem;
    height: 5rem; }
  @media screen and (min-width: 1200px) {
    .slider--normal .slick-slider .slick-arrow.slick-arrow--prev {
      left: -5rem; } }
  @media screen and (min-width: 1200px) {
    .slider--normal .slick-slider .slick-arrow.slick-arrow--next {
      right: -5rem; } }
  @media screen and (max-width: 1199px) {
    .slider--m-normal .slick-list {
      padding: 0 0.5rem; } }

@media screen and (max-width: 1199px) {
  .key-points__wrapper {
    max-width: none;
    padding: 0; } }

@media screen and (min-width: 1200px) {
  .key-points__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
        flex-flow: row; } }

.key-points__item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  @media screen and (min-width: 1200px) {
    .key-points__item {
      margin: 0 1em; } }

.key-points .slick-slider .slick-arrow.slick-arrow--prev {
  left: 0; }

.key-points .slick-slider .slick-arrow.slick-arrow--next {
  right: 0; }

.section-title {
  text-align: center; }
  .section-title__text {
    margin-bottom: 0; }
    .section-title__text--big {
      text-transform: uppercase; }

.mosaic__grid {
  margin: 0 -0.5em; }

.mosaic__item {
  padding: 0.5em; }
  @media screen and (min-width: 1200px) {
    .mosaic--columns-5 .mosaic__item {
      width: 20%; } }

.mosaic__image-wrapper {
  position: relative;
  height: 0;
  margin: 0;
  padding-bottom: 100%; }

.mosaic__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

.call-to-action {
  text-align: center; }
  .call-to-action__wrapper {
    padding: 1rem 0; }
  .call-to-action__image-frame.u-shadow {
    margin-bottom: 1em;
    z-index: 0; }
    @media screen and (min-width: 768px) {
      .call-to-action__image-frame.u-shadow {
        margin-bottom: 1.5em; } }
  .call-to-action__image-frame.u-shadow::after {
    top: 0.25rem;
    left: -0.25rem; }
    @media screen and (min-width: 768px) {
      .call-to-action__image-frame.u-shadow::after {
        top: 0.5rem;
        left: -0.5rem; } }
  .call-to-action__image-frame.u-shadow:hover::after,
  a:hover .call-to-action__image-frame.u-shadow::after {
    -webkit-transform: translate(0.125rem, -0.125rem);
            transform: translate(0.125rem, -0.125rem); }
    @media screen and (min-width: 768px) {
      .call-to-action__image-frame.u-shadow:hover::after,
      a:hover .call-to-action__image-frame.u-shadow::after {
        -webkit-transform: translate(0.25rem, -0.25rem);
                transform: translate(0.25rem, -0.25rem); } }
  .call-to-action__image-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 100%;
    padding-bottom: 100%;
    background-color: currentColor;
    overflow: hidden; }
  .call-to-action__link {
    display: block;
    height: 100%; }
  @media screen and (min-width: 992px) {
    .call-to-action__item--single .call-to-action {
      padding-bottom: 40%; } }
  .call-to-action__grid {
    position: relative; }
    @media screen and (max-width: 991px) {
      .call-to-action__grid {
        padding: 0 16px; } }
    .call-to-action__grid .call-to-action__item {
      width: 100%;
      height: auto;
      margin-right: 1em;
      margin-left: 1em;
      padding-top: 1em;
      padding-bottom: 1em; }
      @media screen and (min-width: 768px) {
        .call-to-action__grid .call-to-action__item {
          margin-right: 1.25em;
          margin-left: 1.25em; } }
      @media screen and (min-width: 1200px) {
        .call-to-action__grid .call-to-action__item {
          margin-right: 1.5em;
          margin-left: 1.5em; } }
    .call-to-action__grid .call-to-action__card-wrap {
      display: block;
      color: inherit;
      height: 100%; }
    .call-to-action__grid .slick-track {
      display: -ms-flexbox;
      display: flex; }
    .call-to-action__grid .slick-dots {
      right: 0;
      bottom: 0;
      left: 0; }
    .call-to-action__grid .slick-dots li:not(.slick-active) {
      opacity: 0.5; }
      .call-to-action__grid .slick-dots li:not(.slick-active)::before {
        opacity: 0; }
    @media screen and (max-width: 991px) {
      .call-to-action__grid .slick-arrow {
        top: auto;
        bottom: 0.25em;
        -webkit-transform: translateY(25%);
                transform: translateY(25%); } }
    @media screen and (max-width: 767px) {
      .call-to-action__grid .slick-arrow {
        -webkit-transform: none;
                transform: none; } }
    @media screen and (max-width: 767px) {
      .call-to-action__grid .slick-arrow.slick-arrow--next {
        right: 32px; } }
    @media screen and (max-width: 767px) {
      .call-to-action__grid .slick-arrow.slick-arrow--prev {
        left: 32px; } }
  @media screen and (min-width: 480px) {
    .call-to-action__grid:not(.slick-initialized) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: stretch;
          align-items: stretch; } }
  @media screen and (min-width: 480px) {
    .call-to-action__grid:not(.slick-initialized) .call-to-action__item {
      width: calc(50% - 2em);
      margin-top: 1em; } }
  @media screen and (min-width: 768px) {
    .call-to-action__grid:not(.slick-initialized) .call-to-action__item {
      width: calc(33.333% - 2em);
      margin-top: 1em; } }
  @media screen and (min-width: 1200px) {
    .call-to-action__grid:not(.slick-initialized) .call-to-action__item {
      width: calc(25% - 4em);
      margin-top: 2em; } }
  .call-to-action__card {
    padding: 1rem; }
    .call-to-action__card.call-to-action__link {
      display: block; }
  .call-to-action__title {
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1.5rem; }
  .call-to-action__content {
    padding: 0; }
  .call-to-action__card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    height: 100%; }
  .call-to-action__footer {
    margin-top: auto; }
  .call-to-action__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    max-width: none;
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform; }
    .call-to-action__card:hover .call-to-action__image {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .call-to-action__text {
    margin-bottom: 0; }
  .call-to-action .cta {
    margin-top: 1rem; }

.product-slider__heading {
  margin: 0 auto;
  margin-bottom: 2.5em;
  text-align: center;
  word-break: break-word; }
  @media screen and (min-width: 768px) {
    .product-slider__heading {
      margin-bottom: 4em; } }
  @media screen and (min-width: 1440px) {
    .product-slider--side .product-slider__heading {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      width: 25%;
      margin-bottom: 0;
      text-align: left; } }

.product-slider__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column; }
  @media screen and (max-width: 767px) {
    .product-slider__wrapper {
      padding: 0 0.5em; } }
  @media screen and (min-width: 1440px) {
    .product-slider--side .product-slider__wrapper {
      -ms-flex-flow: row;
          flex-flow: row; } }
  .product-slider--under .product-slider__wrapper {
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse; }

.product-slider__list {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -0.75em; }
  @media screen and (min-width: 768px) {
    .product-slider__list {
      margin: 0 -1.5em; } }
  .product-slider__list.slick-slider {
    margin: 0;
    padding: 0 24px 2.5em;
    overflow: hidden; }
    @media (min-width: 992px) {
      .product-slider__list.slick-slider {
        padding: 0 96px 4em; } }
  .product-slider__list .slick-list {
    padding-top: 2em; }
  .product-slider__list .slick-track,
  .product-slider__list .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto; }
  .product-slider__list .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0; }

.product-slider__item {
  width: 50%;
  margin: 0 0.75em; }
  @media screen and (min-width: 768px) {
    .product-slider__item {
      width: 25%;
      margin: 0 1.5em; } }
  .product-slider__item .product-card {
    max-width: 15.625rem;
    margin: 0 auto; }
  .product-slider__item .product-badge {
    right: 0.5em; }
  .slick-slider .product-slider__item {
    margin: 0;
    padding: 0 0.5em; }
    @media screen and (min-width: 768px) {
      .slick-slider .product-slider__item {
        padding: 0 1em; } }

@font-face {
  font-family: 'Cooper';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/CooperBlackStd.otf?v=1628613651") format("opentype"); }

.tp-page {
  background-color: #eebed8;
  font-family: 'Cooper', serif;
  font-weight: 700;
  font-size: 16px; }

.tp-container {
  max-width: 1460px;
  padding: 0 10px;
  margin: 0 auto; }

a.tp-card__link {
  color: inherit; }

.tp-header {
  padding: 0 10px; }

.tp-header__image picture,
.tp-header__image img {
  display: block;
  width: 100%; }

.tp-listing__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.tp-listing__list > * {
  width: 50%; }

.tp-listing__item {
  padding: 0.5rem; }

.tp-card {
  text-align: center;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.tp-card__gallery {
  position: relative; }

.tp-card__image img {
  border: 7px solid #ec90b9;
  border-radius: 5px; }

.tp-card__image--alt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease-in; }

.tp-card__header:hover .tp-card__image--alt {
  opacity: 1; }

.tp-card__title {
  color: white;
  margin-top: 1em;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase; }

.tp-card__subtitle {
  color: white;
  font-size: 12px;
  line-height: 1; }

.tp-card__price {
  color: white;
  font-size: 12px; }

.tp-card__extra-title {
  color: white;
  font-size: 12px;
  line-height: 1; }

.tp-card__price-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.3em; }

.tp-card__price-row > * {
  padding: 0 0.5em;
  position: relative; }

.tp-card__price-row > *:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 20%;
  bottom: 20%;
  left: 0;
  background-color: white; }

.tp-card__cta-container {
  width: 100%;
  margin-top: -0.5rem; }

.tp-card__cta {
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 29.2358804%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/totally-plastic-cta-no-text-bg.png?v=1628612840");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center; }

button.tp-card__cta:hover,
button.tp-card__cta:focus {
  outline: none; }

.tp-card__cta-caption {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #d65f9c;
  text-transform: uppercase;
  font-size: 87.5%; }

.tp-card__cta:hover, .tp-card__cta:focus {
  background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/totally-plastic-cta-focused-no-text-bg.png?v=1629479752"); }

.tp-card__cta:hover .tp-card__cta-caption,
.tp-card__cta:focus .tp-card__cta-caption {
  color: #e9dde0; }

.tp-card__footer {
  margin-top: auto; }

@media screen and (min-width: 480px) {
  .tp-listing__item {
    padding: 1rem; }
  .tp-card__cta-container {
    width: 240px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 800px) {
  .tp-header {
    padding: 0 5%; }
  .tp-listing__list > * {
    width: 33.333%; }
  .tp-card__title {
    font-size: 125%; }
  .tp-card__subtitle {
    font-size: 87.5%; }
  .tp-card__extra-title {
    font-size: 75%; }
  .tp-card__price {
    font-size: 75%; } }

@media screen and (min-width: 1200px) {
  .tp-listing__list > * {
    width: 25%; } }

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Raleway-ExtraBold.ttf?v=1632515930") format("truetype"); }

.dc-page {
  position: relative;
  background-color: #eebed8;
  font-family: 'Raleway', serif;
  font-weight: 800;
  font-size: 16px;
  color: #ed1775;
  overflow: hidden; }

.dc-page__bg {
  position: absolute;
  left: 0;
  top: -50%;
  right: 0;
  bottom: -50%;
  background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Doja-LP-Mushroom-BG.jpg?v=1631996269");
  background-position: top center;
  background-repeat: repeat;
  background-size: 100% auto; }

.dc-container {
  max-width: 1460px;
  padding: 0 10px;
  margin: 0 auto; }

.dc-desktop {
  display: none !important; }

a.dc-card__link {
  color: inherit; }

.dc-top {
  display: block;
  position: relative;
  height: 0;
  padding-top: 140%; }

.dc-top__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.dc-top__item {
  position: absolute; }
  .dc-top__item img {
    width: 100%;
    height: auto; }

.dc-top__logo {
  width: 70%;
  left: 15%;
  top: 5%; }

.dc-top__face {
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%; }

.dc-top__pic1 {
  left: -40%;
  top: 23%;
  width: 100%; }

.dc-top__pic2 {
  right: -45%;
  top: -30%;
  width: 100%; }

.dc-top__pic3 {
  left: -30%;
  top: -4%;
  width: 50%; }

.dc-top__pic4 {
  right: -57%;
  top: 17%;
  width: 100%;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg); }

.dc-top__text {
  color: white;
  font-size: 24px;
  text-transform: uppercase; }

.dc-top__text1 {
  top: 20%;
  right: 70%;
  width: 30%; }

.dc-top__text2 {
  top: 39%;
  left: 65%;
  width: 30%; }

.dc-top__descr {
  bottom: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  font-size: 1rem;
  color: black;
  text-transform: uppercase; }

.dc-listing__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.dc-listing__list > * {
  width: 50%; }

.dc-listing__item {
  padding: 0.5rem;
  z-index: 5; }

.dc-listing__texture {
  position: relative;
  overflow: visible;
  z-index: 2; }

.dc-texture__item {
  position: absolute;
  width: 150%; }
  .dc-texture__item img {
    width: 100%;
    height: auto; }
  .dc-texture__item.dc-texture-1-bg {
    right: -22%;
    top: -2%;
    -webkit-transform: rotateZ(45deg) scale(1.3);
            transform: rotateZ(45deg) scale(1.3); }
  .dc-texture__item.dc-texture-1-fg {
    right: -25%; }
  .dc-texture__item.dc-texture-2-bg {
    left: -35%; }
  .dc-texture__item.dc-texture-2-fg {
    left: -30%; }
  .dc-texture__item.dc-texture-3-bg {
    right: -20%;
    top: 10%; }
  .dc-texture__item.dc-texture-3-fg {
    right: -50%; }

.dc-card {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto; }

.dc-card__image-set-wrap {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  border: 0;
  padding-top: 100%; }

.dc-card__image-set {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border: 2px solid #fdf7e9;
  border-radius: 50%;
  background-color: #fdf7e9; }

.product-card .dc-card__image img {
  border: none; }

.dc-card__image--alt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease-in; }

.dc-card__header:hover .dc-card__image--alt {
  opacity: 1; }

.dc-card__body {
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  position: relative;
  z-index: 1; }

.dc-card__title {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: black; }

.dc-card__subtitle {
  font-size: 12px;
  line-height: 1;
  color: black; }

.dc-card__price {
  font-size: 14px;
  color: black; }

.dc-card__extra-title {
  font-size: 14px;
  line-height: 1;
  color: black; }

.dc-card__price-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.3em; }

.dc-card__price-row > * {
  padding: 0 0.5em;
  position: relative; }

.dc-card__price-row > *:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 20%;
  bottom: 20%;
  left: 0;
  background-color: white; }

.dc-card__cta {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  cursor: pointer; }
  .dc-card__cta.cta {
    color: black;
    background-color: #fdf7e9;
    transition: all 400ms ease-in-out; }
    .dc-card__cta.cta .dc-card__cta-caption {
      color: black; }
    .dc-card__cta.cta::after {
      outline-color: black;
      -webkit-transform: translate(-0.25rem, 0.25rem);
              transform: translate(-0.25rem, 0.25rem); }
    .dc-card__cta.cta:hover {
      color: #fdf7e9;
      background-color: black; }
      .dc-card__cta.cta:hover .dc-card__cta-caption {
        color: #fdf7e9; }
      .dc-card__cta.cta:hover::after {
        outline-color: black; }

button.dc-card__cta:hover,
button.dc-card__cta:focus {
  outline: none; }

.product-card:hover .dc-card__image-set {
  border-color: black; }

.dc-card__cta-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #ed1775;
  text-transform: uppercase; }
  .dc-card__cta-caption.cta__text {
    font-weight: 800; }

.dc-card__footer {
  margin-top: auto; }

@media screen and (min-width: 480px) {
  .dc-top {
    padding-top: 100%; }
  .dc-listing__item {
    padding: 1rem; } }

@media screen and (min-width: 800px) {
  .dc-page__bg {
    background-size: auto; }
  .dc-mobile {
    display: none !important; }
  .dc-desktop {
    display: block !important; }
  .dc-top {
    padding-top: 80%; }
  .dc-top__logo {
    top: 8%;
    width: 50%;
    left: 25%; }
  .dc-top__face {
    top: 5%;
    width: 50%; }
  .dc-top__text {
    font-size: 48px; }
  .dc-top__text1 {
    top: 25%;
    right: 60%;
    width: 20%; }
  .dc-top__text2 {
    top: auto;
    bottom: 30%;
    left: 65%;
    width: 20%; }
  .dc-top__pic1 {
    left: -15%;
    top: auto;
    bottom: -5%;
    width: 50%; }
  .dc-top__pic2 {
    right: -15%;
    top: -20%;
    width: 50%; }
  .dc-top__pic3 {
    left: -20%;
    top: -4%;
    width: 35%; }
  .dc-top__pic4 {
    right: -20%;
    top: auto;
    bottom: 0;
    width: 60%;
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg); }
  .dc-top__descr {
    padding: 0 15%;
    font-size: 1.5rem;
    top: 87%;
    line-height: 1.2; }
  .dc-listing__list > * {
    width: 33.333%; }
  .dc-listing__item {
    padding: 2rem; }
  .dc-texture__item {
    width: 200%; }
    .dc-texture__item.dc-texture-1-bg {
      top: -20%; }
    .dc-texture__item.dc-texture-1-fg {
      top: -10%; }
    .dc-texture__item.dc-texture-2-bg {
      left: -50%;
      top: -10%; }
    .dc-texture__item.dc-texture-2-fg {
      left: -20%;
      top: -10%; }
    .dc-texture__item.dc-texture-3-bg {
      right: -20%;
      top: -10%; }
    .dc-texture__item.dc-texture-3-fg {
      right: -60%;
      top: -10%; }
  .dc-card__title {
    font-size: 125%; }
  .dc-card__subtitle {
    font-size: 87.5%; }
  .dc-card__extra-title {
    font-size: 1rem; }
  .dc-card__price {
    font-size: 1rem; } }

@media screen and (min-width: 920px) {
  .dc-top {
    padding-top: 70%; } }

@media screen and (min-width: 1200px) {
  .dc-top {
    padding-top: 60%; }
  .dc-listing__list > * {
    width: 25%; } }

/*************
* Animations *
*************/
@-webkit-keyframes dc-pulse {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  to {
    -webkit-transform: none;
            transform: none; } }
@keyframes dc-pulse {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  to {
    -webkit-transform: none;
            transform: none; } }

.dc-pulse {
  -webkit-animation-name: dc-pulse;
          animation-name: dc-pulse;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

@font-face {
  font-family: 'Helvetica Neue';
  font-style: oblique;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Helvetica_Neue_97_Black_Condensed_Oblique.otf?v=1633038094") format("opentype"); }

.ps-page {
  position: relative;
  font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
  font-weight: 900;
  font-size: 16px;
  font-style: oblique;
  color: white;
  overflow: hidden;
  text-transform: uppercase; }

.ps-page__bg {
  position: absolute;
  left: 0;
  top: -50%;
  right: 0;
  bottom: -50%;
  background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Background-Pattern.png?v=1632900678");
  background-position: top center;
  background-repeat: repeat;
  background-size: 100% auto; }

.ps-container {
  position: relative;
  padding: 20px;
  margin: 0 auto; }

.ps-desktop {
  display: none !important; }

a.ps-card__link {
  color: inherit; }

.ps-top {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%; }

.ps-top__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Header-BG-Image.jpg?v=1633033624");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 2rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center; }

.ps-top__bottom {
  margin-top: auto; }

.ps-top__logo {
  width: 100%;
  margin: 0 auto; }

.ps-top__descr {
  width: 100%;
  padding: 0 10%;
  text-align: center;
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1; }

.ps-top__cta-wrap {
  margin-top: 1rem;
  text-align: center; }

.ps-listing__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block; }
  .ps-listing__list > * {
    display: block; }

.ps-listing__row {
  padding: 5% 0; }

.ps-listing__beauty {
  display: block;
  position: relative;
  height: auto; }
  .ps-listing__beauty.ps-listing__item {
    height: 0;
    overflow: visible;
    padding-top: 80%; }
  .ps-listing__beauty::after {
    content: "";
    display: block;
    position: absolute;
    left: -10%;
    right: -10%;
    top: 5%;
    bottom: -10%;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: 100% auto, 40% auto; }
  .nightshade .ps-listing__beauty::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Nightshade-beauty.png?v=1633359760"), url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Nightshade-caption.png?v=1633359759");
    background-position: top center,left 16% bottom 5%;
    background-size: 100% auto,66% auto; }
  .ghostpepper .ps-listing__beauty::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Ghostpepper-beauty.png?v=1633359759"), url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Ghostpepper-caption.png?v=1633359759");
    background-position: top center,left 73% bottom 9%;
    background-size: 100% auto,70% auto; }
  .subzero .ps-listing__beauty::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Subzero-beauty.png?v=1633359760"), url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Subzero-caption.png?v=1633359759");
    background-position: top center,left 44% bottom 7%;
    background-size: 100% auto,66% auto; }
  .scorpion .ps-listing__beauty::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Scorpionsting-beauty.png?v=1633359765"), url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Scorpionsting-caption.png?v=1633359759");
    background-position: top center,left 68% bottom 2%;
    background-size: 100% auto,77% auto; }
  .absinthe .ps-listing__beauty::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Absinthe-beauty.png?v=1633359760"), url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Absinthe-caption.png?v=1633359759");
    background-position: top center,left 41% bottom 4%;
    background-size: 100% auto,70% auto; }
  .venom .ps-listing__beauty::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Venom-beauty.png?v=1633359759"), url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Venom-caption.png?v=1633359759");
    background-position: top center,left 45% bottom 3%;
    background-size: 100% auto,75% auto; }
  .poison .ps-listing__beauty::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-PoisonShock-beauty.png?v=1633359760"), url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-PoisonShock-caption.png?v=1633359759");
    background-position: top center,left 30% bottom 10%;
    background-size: 100% auto,66% auto; }

.ps-listing__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .ps-listing__items > * {
    width: 50%; }

.ps-listing__item {
  padding: 1rem 5%;
  z-index: 5; }

.ps-listing__texture {
  position: relative;
  overflow: visible;
  z-index: 2; }

.ps-texture__item {
  position: absolute;
  width: 150%; }
  .ps-texture__item img {
    width: 100%;
    height: auto; }
  .ps-texture__item.ps-texture-1-bg {
    right: -22%;
    top: -2%;
    -webkit-transform: rotateZ(45deg) scale(1.3);
            transform: rotateZ(45deg) scale(1.3); }
  .ps-texture__item.ps-texture-1-fg {
    right: -25%; }
  .ps-texture__item.ps-texture-2-bg {
    left: -35%; }
  .ps-texture__item.ps-texture-2-fg {
    left: -30%; }
  .ps-texture__item.ps-texture-3-bg {
    right: -20%;
    top: 10%; }
  .ps-texture__item.ps-texture-3-fg {
    right: -50%; }

.ps-card {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto; }

.ps-card__image-set-wrap {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  border: 0;
  padding-top: 100%; }

.ps-card__image-set {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .ps-card__image-set::after {
    content: "";
    display: block;
    position: absolute;
    left: -8%;
    right: -8%;
    top: -8%;
    bottom: -8%;
    background-repeat: no-repeat;
    background-size: cover; }
  .nightshade .ps-card__image-set::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Nightshade-Product-Frame.png?v=1632909179"); }
  .ghostpepper .ps-card__image-set::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Ghostpepper-Product-Frame.png?v=1632909179"); }
  .subzero .ps-card__image-set::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-SubZero-Product-Frame.png?v=1632929750"); }
  .scorpion .ps-card__image-set::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-ScorpionSting-Product-Frame.png?v=1632929750"); }
  .absinthe .ps-card__image-set::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Absinthe-Product-Frame.png?v=1632909179"); }
  .venom .ps-card__image-set::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-Venom-Product-Frame.png?v=1632929750"); }
  .poison .ps-card__image-set::after {
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Poison-Shock-PoisonShock-Product-Frame.png?v=1632929771"); }

.product-card .ps-card__image img {
  border: none; }

.ps-card__image--alt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease-in; }

.ps-card__header:hover .ps-card__image--alt {
  opacity: 1; }

.ps-card__body {
  padding: 0.5rem 0;
  margin: 1rem 0;
  position: relative;
  z-index: 1;
  font-size: 0.875rem; }

.ps-card__title {
  line-height: 1;
  text-transform: uppercase; }

.ps-card__subtitle {
  font-size: 80%;
  line-height: 1; }

.ps-card__extra-title {
  line-height: 1; }

.ps-card__price-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.3em; }

.ps-card__price-row > * {
  padding: 0 0.5em;
  position: relative; }

.ps-card__price-row > *:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 20%;
  bottom: 20%;
  left: 0;
  background-color: white; }

.ps-top__cta,
.ps-card__cta {
  display: inline-block;
  cursor: pointer;
  font-style: inherit;
  font-family: inherit;
  font-weight: inherit;
  padding: .3rem .5rem;
  color: black;
  background-color: white;
  border: 1px solid white;
  transition: all 400ms ease-in-out; }
  .ps-page .ps-top__cta, .ps-page
  .ps-card__cta {
    width: auto; }
  .ps-top__cta .ps-card__cta-caption,
  .ps-card__cta .ps-card__cta-caption {
    color: black; }
  .ps-top__cta:hover,
  .ps-card__cta:hover {
    color: white;
    background-color: black; }
    .ps-top__cta:hover .ps-card__cta-caption,
    .ps-card__cta:hover .ps-card__cta-caption {
      color: white; }

.ps-card__cta {
  font-size: .75rem; }

button.ps-card__cta:hover,
button.ps-card__cta:focus {
  outline: none; }

.product-card:hover .ps-card__image-set {
  border-color: black; }

.ps-card__cta-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: black;
  text-transform: uppercase; }
  .ps-card__cta-caption.cta__text {
    font-weight: 800; }

.ps-card__footer {
  margin-top: auto; }

.ps-bhcares__icons {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center; }

.ps-bhcares__icon--main {
  width: 40%;
  padding: 2%;
  max-width: 240px; }

.ps-bhcares__icon--small {
  width: 20%;
  padding: 2%;
  max-width: 120px; }

@media screen and (min-width: 480px) {
  .ps-container {
    padding: 40px; } }

@media screen and (min-width: 800px) {
  .ps-container {
    max-width: 1460px;
    padding: 60px; }
  .ps-page__bg {
    background-size: auto; }
  .ps-mobile {
    display: none !important; }
  .ps-desktop {
    display: block !important; }
  .ps-top__descr {
    padding: 0 15%;
    font-size: 1.5rem;
    top: 87%;
    line-height: 1.2; }
  .ps-top__cta {
    font-size: 150%; }
  .ps-listing__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    padding: 3% 0; }
    .ps-listing__row:nth-child(even) .ps-beauty__container {
      -ms-flex-order: 2;
          order: 2; }
    .ps-listing__row:nth-child(even) .ps-listing__items {
      -ms-flex-order: 1;
          order: 1; }
  .ps-beauty__container {
    -ms-flex: auto;
        flex: auto;
    width: auto;
    display: block;
    position: relative; }
  .ps-listing__beauty {
    position: absolute;
    left: -5%;
    top: 0;
    width: 110%;
    height: 0;
    padding-top: 110%;
    overflow: visible; }
    .ps-listing__beauty::after {
      left: 0;
      right: 0;
      top: 2%;
      bottom: 0;
      background-position: top center,16% 110%;
      background-size: auto 85%, 40% auto; }
    .nightshade .ps-listing__beauty::after {
      background-position: top center,16% 110%;
      background-size: auto 85%, 40% auto; }
    .ghostpepper .ps-listing__beauty::after {
      background-position: top center,73% 110%;
      background-size: auto 85%, 42% auto; }
    .subzero .ps-listing__beauty::after {
      background-position: top center,44% 113%;
      background-size: auto 87%,35% auto; }
    .scorpion .ps-listing__beauty::after {
      background-position: top center,68% 112%;
      background-size: auto 85%,41% auto; }
    .absinthe .ps-listing__beauty::after {
      background-position: top center,41% 116%;
      background-size: auto 90%,36% auto; }
    .venom .ps-listing__beauty::after {
      background-position: top center,45% 113%;
      background-size: auto 85%,38% auto; }
    .poison .ps-listing__beauty::after {
      background-position: top center,30% 109%;
      background-size: auto 91%,36% auto; }
  .ps-listing__items {
    width: 64%; }
    .ps-listing__items > * {
      width: 33.3333%; }
  .ps-listing__item {
    padding: 1rem; }
  .ps-texture__item {
    width: 200%; }
    .ps-texture__item.ps-texture-1-bg {
      top: -20%; }
    .ps-texture__item.ps-texture-1-fg {
      top: -10%; }
    .ps-texture__item.ps-texture-2-bg {
      left: -50%;
      top: -10%; }
    .ps-texture__item.ps-texture-2-fg {
      left: -20%;
      top: -10%; }
    .ps-texture__item.ps-texture-3-bg {
      right: -20%;
      top: -10%; }
    .ps-texture__item.ps-texture-3-fg {
      right: -60%;
      top: -10%; }
  .ps-card__body {
    margin: 2rem 0;
    font-size: 1rem; }
  .ps-card__title {
    font-size: 125%; }
  .ps-card__subtitle {
    font-size: 87.5%; }
  .ps-card__extra-title {
    font-size: 1rem; }
  .ps-card__price {
    font-size: 1rem; }
  .ps-card__cta {
    font-size: 1rem; }
  .ps-bhcares__icon--main {
    max-width: 180px; }
  .ps-bhcares__icon--small {
    max-width: 90px; } }

@font-face {
  font-family: 'Apercu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Apercu_Medium.otf?v=1635347972") format("opentype"); }

.mc-page {
  background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Miss-Claus-Background-Pattern.png?v=1635276973");
  background-size: auto;
  background-repeat: repeat;
  background-position: top left;
  font-family: 'Apercu';
  font-weight: 500; }

.mc-header {
  position: relative; }

.mc-header__logo {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 46.25%;
  background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Miss-Claus-Header-Tear.png?v=1635271547");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left; }

.mc-header__logo-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.mc-header__logo img {
  display: block;
  width: 65%;
  margin: 3% auto 0; }

.mc-header__throne {
  margin-top: -17%; }

.mc-header__throne-image {
  width: 97%;
  margin: 0 auto; }

.mc-header__throne-image img {
  display: block;
  width: 100%; }

.mc-header__collection-image {
  width: 85%;
  margin: 0 auto; }

.mc-header__collection-image img {
  display: block;
  width: 100%; }

.mc-header__middle {
  position: relative;
  margin-top: -10%;
  width: 100%;
  height: 0;
  padding-top: 42%;
  background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Miss-Claus-Middle-Tear-BG.png?v=1635530936");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left; }

.mc-header__middle-image {
  position: absolute;
  left: 0;
  top: 21%;
  width: 100%; }

.mc-header__middle-image img {
  display: block;
  width: 90%;
  margin: 0 auto; }

.mc-float {
  position: absolute; }

.mc-float img {
  width: 100%;
  display: block; }

.mc-float--sss {
  top: 29%;
  left: 8%;
  width: 19%; }

.mc-float--diamond1 {
  top: 39%;
  left: 9%;
  width: 7%; }

.mc-float--eye {
  top: 10.5%;
  right: 0;
  width: 37%; }

.mc-float--xoxo {
  top: 36%;
  right: 3%;
  width: 15%; }

.mc-float--lip {
  top: 47%;
  right: 0;
  width: 36%; }

.mc-float--diamond2 {
  top: 60%;
  right: 8%;
  width: 9%;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg); }

.mc-float--head {
  top: 46%;
  left: 0;
  width: 62%; }

.mc-float--xo {
  top: 77%;
  left: 2%;
  width: 12%; }

.mc-listing__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center; }

.mc-listing__list > * {
  width: 50%; }

.mc-listing__item {
  padding: 0.5rem; }

.mc-card {
  text-align: center;
  color: #d92129;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: auto; }

.mc-card__gallery {
  position: relative; }

.mc-card__image--alt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity .3s ease-in; }

.mc-card__header:hover .mc-card__image--alt {
  opacity: 1; }

.mc-card__body {
  color: #d92129; }

.mc-card__title {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase; }

.mc-card__subtitle {
  font-size: 12px;
  line-height: 1;
  margin-top: .3em; }

.mc-card__price {
  font-size: 12px; }

.mc-card__extra-title {
  font-size: 12px;
  line-height: 1; }

.mc-card__price-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0.3em; }

.mc-card__price-row > * {
  padding: 0 0.5em;
  position: relative; }

.mc-card__price-row > *:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  top: 20%;
  bottom: 20%;
  left: 0;
  background-color: white; }

.mc-card__cta-container {
  width: 100%; }

.mc-card__cta {
  background-color: #d92129;
  border: none;
  padding: 0.5em; }
  .mc-card__cta .cta__content {
    color: white;
    font-weight: normal; }

button.mc-card__cta:hover,
button.mc-card__cta:focus {
  outline: none; }

.mc-card__footer {
  margin-top: auto;
  padding-top: .5em;
  padding-bottom: .5em; }

.mc-bhcares__icons {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: center;
      justify-content: center; }

.mc-bhcares__logo {
  width: 40%;
  padding: 2%;
  max-width: 240px; }

.mc-bhcares__icon {
  width: 20%;
  padding: 2%;
  max-width: 90px; }

.mc-footer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 57.5%;
  background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Miss-Claus-Footer-Tear.png?v=1635281382");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left; }

.mc-footer__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end; }

@media screen and (min-width: 480px) {
  .mc-listing__item {
    padding: 1rem; }
  .mc-card__cta-container {
    width: 240px;
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 800px) {
  /*     .mc-header {
        max-width: 800px;
        margin: 0 auto;
    } */
  .mc-header__logo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 33%;
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Miss-Claus-Header-Tear.png?v=1635271547");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom left; }
  .mc-header__logo-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .mc-header__logo img {
    display: block;
    width: 45%;
    margin: 1% auto 0; }
  .mc-header__throne {
    margin-top: -16%; }
  .mc-header__throne-image {
    width: 56%;
    margin: 0 auto; }
  .mc-header__throne-image img {
    display: block;
    width: 100%; }
  .mc-header__collection {
    margin-top: -4%; }
  .mc-header__collection-image {
    width: 50%;
    margin: 0 auto; }
  .mc-header__collection-image img {
    display: block;
    width: 100%; }
  .mc-header__middle {
    position: relative;
    margin-top: -10%;
    width: 100%;
    height: 0;
    padding-top: 28%;
    background-image: url("https://cdn.shopify.com/s/files/1/0023/9648/7716/files/Miss-Claus-Middle-Tear-BG2.png?v=1635532657");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left; }
  .mc-header__middle-image {
    position: absolute;
    left: 0;
    top: 24%;
    width: 100%; }
  .mc-header__middle-image img {
    display: block;
    width: 45%;
    margin: 1% auto 0; }
  .mc-float {
    position: absolute; }
  .mc-float img {
    width: 100%;
    display: block; }
  .mc-float--sss {
    top: 25%;
    left: 8%;
    width: 8%; }
  .mc-float--diamond1 {
    top: 32%;
    left: 9%;
    width: 4%; }
  .mc-float--eye {
    top: 6%;
    right: 0;
    width: 30%; }
  .mc-float--xoxo {
    top: 29%;
    right: 10%;
    width: 9%; }
  .mc-float--lip {
    top: 42%;
    right: 0;
    width: 26%; }
  .mc-float--diamond2 {
    top: 66%;
    right: 8%;
    width: 4%;
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg); }
  .mc-float--head {
    top: 34%;
    left: 0;
    width: 46%; }
  .mc-float--xo {
    top: 71%;
    left: 2%;
    width: 6%; }
  .mc-listing__list > * {
    width: 33.333%; }
  .mc-card__title {
    font-size: 125%; }
  .mc-card__subtitle {
    font-size: 100%; }
  .mc-card__extra-title {
    font-size: 100%; }
  .mc-card__price {
    font-size: 100%; }
  .mc-footer {
    padding-top: 45.125%; }
  .mc-bhcares__logo {
    max-width: 270px; }
  .mc-bhcares__icon {
    padding: 1%;
    max-width: 90px; } }

@media screen and (min-width: 1200px) {
  .mc-listing__list > * {
    width: 25%; } }

@media screen and (min-width: 1440px) {
  .mc-container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto; } }

/*================ TEMPLATES ================*/
.cart__title, .cart__empty {
  text-align: center; }
  @media (min-width: 992px) {
    .cart__title, .cart__empty {
      text-align: left; } }

.cart__shipping-disclaimer {
  font-weight: 400;
  text-align: center;
  text-transform: unset; }

.cart-list__header, .cart-list__row, .cart-list__footer-inner {
  *zoom: 1; }
  .cart-list__header::after, .cart-list__row::after, .cart-list__footer-inner::after {
    content: '';
    display: table;
    clear: both; }
  .cart-list__header > div, .cart-list__row > div, .cart-list__footer-inner > div {
    padding: 32px 0;
    float: left; }
  @media screen and (min-width: 768px) {
    .cart-list__header > div:first-child, .cart-list__row > div:first-child, .cart-list__footer-inner > div:first-child {
      padding-left: 0; }
    .cart-list__header > div:last-child, .cart-list__row > div:last-child, .cart-list__footer-inner > div:last-child {
      padding-right: 0; } }

.cart-list__header {
  display: none;
  font-family: inherit;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .cart-list__header {
      display: block; } }
  .cart-list__header > div {
    padding-top: 7px;
    padding-bottom: 7px; }

.cart-list__body {
  border-width: 2px 0;
  border-style: solid;
  border-color: #eee; }
  @media screen and (min-width: 768px) {
    .cart-list__body {
      border-width: 1px 0; } }

.cart-list__row {
  position: relative; }
  .cart-list__row:not(:last-child) {
    border-bottom: 2px solid #eee; }
    @media screen and (min-width: 768px) {
      .cart-list__row:not(:last-child) {
        border-bottom-width: 1px; } }

.cart-list__footer-inner > div {
  padding: 16px 0; }

.cart-list__footer.is-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fff;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
  z-index: 5; }

.cart-list__footer-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: .25rem;
  font-weight: 500;
  text-transform: uppercase; }
  .cart-list__footer-detail dd {
    text-align: right; }
  .cart-list__footer-detail dt, .cart-list__footer-detail dd {
    width: 50%;
    margin: 0;
    line-height: inherit;
    font-weight: inherit; }

.cart-list__col-product, .cart-list__footer-row {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cart-list__col-product, .cart-list__footer-row {
      width: 50%; } }

.cart-list .cart-list__col-quantity,
.cart-list .cart-list__col-subtotal {
  display: none; }
  @media screen and (min-width: 768px) {
    .cart-list .cart-list__col-quantity,
    .cart-list .cart-list__col-subtotal {
      display: block;
      width: 25%; } }

.cart-list__col-quantity {
  text-align: center; }

.cart-list__col-remove {
  display: none; }

.cart-list__col-subtotal {
  padding-left: 2rem !important;
  text-align: left; }
  .cart-list__col-subtotal span {
    font-weight: 400; }
    .cart-list__col-subtotal span.item-price--sale {
      color: #f30094; }

@media screen and (min-width: 768px) {
  .cart-list__col-product {
    padding-right: 16px; } }

@media screen and (min-width: 768px) {
  .cart-list__footer-width-container {
    max-width: 335px;
    margin-left: auto; } }

.cart-list__item-image-link {
  position: relative;
  width: 150px;
  height: auto;
  float: left; }
  @media (min-width: 768px) {
    .cart-list__item-image-link {
      width: 150px; } }
  .cart-list__item-image-link img {
    width: 100%; }

.cart-list__item-details {
  margin-left: 182px; }
  @media (min-width: 768px) {
    .cart-list__item-details {
      margin-left: 182px; } }

.cart-list__item-details-title {
  margin-bottom: .75rem; }
  .cart-list__item-details-title small {
    display: block;
    width: 100%;
    height: 1em;
    margin-top: .5em;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.cart-list__item-quantity {
  width: 120px;
  margin: 0; }
  @media (min-width: 768px) {
    .cart-list__item-quantity {
      margin: 0 auto; } }
  .cart-list__item-quantity .quantity-adjuster {
    margin-top: 2rem; }
    @media (min-width: 768px) {
      .cart-list__item-quantity .quantity-adjuster {
        position: relative;
        top: -6px;
        margin-top: 0; } }

.cart-list__item--gwp .btn.btn-link {
  padding: 0;
  border-bottom: 1px solid currentColor;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }

.cart-list__item--gwp .quick-view__contents {
  padding-right: 0;
  padding-left: 0; }

.cart-list__item--gwp .quick-view__contents-body {
  margin-top: 0;
  padding: 1.5rem 0 0;
  box-shadow: none; }

.cart-list__item--gwp .pdf__description {
  display: none; }

.cart-list__item--gwp .quick-view__close {
  top: 0; }

.shipping-block {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .shipping-block {
      display: none; } }
  .cart-list__footer .shipping-block {
    display: none;
    text-align: left; }
    @media (min-width: 768px) {
      .cart-list__footer .shipping-block {
        display: block; } }
  .cart--empty .shipping-block {
    display: none !important; }
  .shipping-block__header {
    margin-bottom: 0; }

.four04 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 40px; }
  .four04__content-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center; }
    @media (min-width: 992px) {
      .four04__content-wrapper {
        height: auto; } }
  .four04__toptitle {
    margin-top: 40px; }
  .four04__subtitle {
    margin-bottom: 20px;
    color: #f30094;
    font-weight: 700; }
  .four04__description {
    margin-bottom: 20px; }
  .four04__link-title {
    margin: 29px 0 20px;
    color: #000;
    font-weight: 700; }
  .four04__link-list {
    margin: 0 auto 100px; }
  .four04__link-item {
    margin-bottom: 20px;
    font-weight: 700;
    text-decoration: underline; }

.values-section {
  padding: 3.75rem 0; }

.benefits-section {
  position: relative;
  padding-bottom: 5rem;
  background-color: #CBE3FF; }

.benefit-image {
  max-width: 321px;
  margin: 0 auto; }

.benefit__divider {
  width: 36px;
  margin: 30px auto;
  border-color: #f30094; }

.contact-us-section {
  padding: 2.5rem 0;
  text-align: center; }

.content-header__our-values {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

/*================ Typography ================*/
.u-ta-center {
  text-align: center; }

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

.u-ta-left {
  text-align: left; }

.u-ta-justify {
  text-align: justify; }

.u-fw-normal {
  font-weight: 400; }

.u-fw-medium {
  font-weight: 500; }

.u-fw-bold {
  font-weight: 700; }

.u-fs-base {
  font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    .u-fs-base {
      font-size: 1rem; } }

.u-fs-large {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .u-fs-large {
      font-size: 1.25rem; } }

.u-fs-medium {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .u-fs-medium {
      font-size: 1.25rem; } }

.u-fs-small {
  font-size: 0.75rem; }
  @media screen and (min-width: 768px) {
    .u-fs-small {
      font-size: 0.875rem; } }

.u-fs-xsmall {
  font-size: 0.625rem; }

.u-handwritten-note {
  font-family: "photoshoot", Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
  line-height: 1.8; }

.u-ls-base {
  letter-spacing: 0.015em; }

.u-color-black {
  color: #000; }

.u-color-white {
  color: #fff; }

.u-color-grey {
  color: #888888; }

.u-color-dark-grey {
  color: #747575; }

.u-color-medium-grey {
  color: #9b9b9b; }

.u-color-light-grey {
  color: #eee; }

.u-color-primary {
  color: #f30094; }

.u-color-pink {
  color: #f30094; }

.u-color-purple {
  color: #D73EFB; }

.u-color-lavender {
  color: #ede4fa; }

.u-color-blush {
  color: #fce6f2; }

.u-color-sky {
  color: #dbe5ff; }

.u-color-red {
  color: #FC1A60; }

.u-border-bottom-dark-grey {
  border-bottom: 1px solid #747575; }

.u-border-bottom-light-grey {
  border-bottom: 1px solid #eee; }

.u-tt-lowercase {
  text-transform: lowercase; }

.u-tt-uppercase {
  text-transform: uppercase; }

.u-tt-capitalize {
  text-transform: capitalize; }

.u-tt-none {
  text-transform: none; }

.u-td-underline, .u-td-underline:hover, .u-td-underline:focus {
  text-decoration: underline; }

.u-border-none {
  border: none; }

.u-td-strike {
  text-decoration: line-through; }

.u-fst-italic {
  font-style: italic; }

.u-ws-nowrap {
  white-space: nowrap; }

/*================ Background Colors ================*/
.u-bg-white {
  background-color: #fff; }

.u-bg-black {
  background-color: #000; }

.u-bg-grey {
  background-color: #888888; }

.u-bg-medium-grey {
  background-color: #9b9b9b; }

.u-bg-light-grey {
  background-color: #eee; }

.u-bg-dark-grey {
  background-color: #747575; }

.u-bg-air {
  background-color: #f9f9f9; }

.u-bg-pink {
  background-color: #f30094; }

.u-bg-lavender {
  background-color: #ede4fa; }

.u-bg-purple {
  background-color: #D73EFB; }

.u-bg-blush {
  background-color: #fce6f2; }

.u-bg-sky {
  background-color: #dbe5ff; }

.u-bg-primary {
  background-color: #f30094; }

/*================ Layout ================*/
.u-margin-normalize {
  margin: 0; }

.u-margin-auto {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.u-padding-normalize {
  padding: 0; }

.u-lineHeight-normalize {
  line-height: 1; }

.u-full-width,
.img-full {
  width: 100%; }

.u-full-height {
  height: 100%; }

.u-min-height {
  min-height: 100%; }

.u-block {
  display: block; }

.u-inline-block {
  display: inline-block; }

.u-pos-rel {
  position: relative; }

.u-pos-abs {
  position: absolute; }

.u-pos-fix {
  position: fixed; }

.u-float-right {
  float: right; }

.u-float-left {
  float: left; }

@media screen and (min-width: 1200px) {
  .u-max-content {
    margin: 0 auto;
    max-width: 120ch;
    padding: 0 5rem; }
    .u-max-content .col-lg-5 {
      width: 50%;
      margin: 0; } }

/*================ Z-Index ================*/
.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.z-index-6 {
  z-index: 6; }

.z-index-7 {
  z-index: 7; }

.z-index-8 {
  z-index: 8; }

.z-index-9 {
  z-index: 9; }

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

/*================ Hide ================*/
.hide,
.hidden {
  display: none; }

@media (max-width: 991px) {
  .visible-md-up {
    display: none; } }

@media (min-width: 992px) {
  .visible-md-down {
    display: none; } }

/*================ Screen Reader only ================*/
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.u-shadow {
  position: relative;
  z-index: 0; }
  .u-shadow::after {
    position: absolute;
    top: 0.5rem;
    left: -0.5rem;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: currentColor;
    content: "";
    transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media screen and (min-width: 768px) {
      .u-shadow::after {
        top: 1rem;
        left: -1rem; } }

a:hover .u-shadow::after {
  -webkit-transform: translate(0.25rem, -0.25rem);
          transform: translate(0.25rem, -0.25rem); }
  @media screen and (min-width: 768px) {
    a:hover .u-shadow::after {
      -webkit-transform: translate(0.5rem, -0.5rem);
              transform: translate(0.5rem, -0.5rem); } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xl {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 1440px) {
  .visible-xl {
    display: block !important; }
  table.visible-xl {
    display: table !important; }
  tr.visible-xl {
    display: table-row !important; }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1440px) {
  .visible-xl-block {
    display: block !important; } }

@media (min-width: 1440px) {
  .visible-xl-inline {
    display: inline !important; } }

@media (min-width: 1440px) {
  .visible-xl-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-lg {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-xl {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@media (min-width: 1200px) {
  .visible-lg-down {
    display: none; } }

@media (max-width: 1200px) {
  .visible-lg-up {
    display: none; } }

/*================ MISC ================*/
#launcher {
  z-index: 160 !important; }

@media (max-width: 991px) {
  .template-product #launcher {
    bottom: 80px !important; } }
