/*============================================================================
  theBalm | 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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  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; }

.video-cover {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/*!
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 * {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background: linear-gradient(white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white 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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  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: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: linear-gradient(#eeeeee 1%, white 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;
  -webkit-box-shadow: none;
  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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white 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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 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;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  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: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: linear-gradient(#eeeeee 20%, white 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  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;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222222 !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 ================*/
/*================ 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 ================*/
/*================ Flex Fill Vertical ================*/
*,
*::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); }

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

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

body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  text-align: left;
  background-color: white;
  letter-spacing: 0em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

[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;
  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: #e9427f;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in; }
  a:hover, a:focus {
    color: #e51d66;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }

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 {
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #cccccc;
  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; }

::selection {
  background: #e9427f;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background: #e9427f;
  /* Gecko Browsers */
  color: white; }

@font-face {
  font-family: 'Lato';
  src: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Regular.eot?v=5225798321573982622?#iefix");
  src: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Regular.eot?v=5225798321573982622?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Regular.otf?v=16641017923613568334") format("opentype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Regular.woff?v=3098280972796526063") format("woff"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Regular.ttf?v=17609276301872201022") format("truetype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Regular.svg?v=4003468187278967948#Lato-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Bold.eot?v=7929694508864257485?#iefix");
  src: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Bold.eot?v=7929694508864257485?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Bold.otf?v=17866874206986396567") format("opentype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Bold.woff?v=10481037986607348560") format("woff"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Bold.ttf?v=1638571101979877444") format("truetype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Bold.svg?v=8559570966191024153#Lato-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Italic.eot?v=14101210170451560085?#iefix");
  src: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Italic.eot?v=14101210170451560085?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Italic.otf?v=4236480005864681355") format("opentype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Italic.woff?v=7250469597818592767") format("woff"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Italic.ttf?v=10338787154900424037") format("truetype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Lato-Italic.svg?v=10921346546863924684#Lato-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Gobold';
  src: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Gobold.eot?v=18404231928906028765?#iefix");
  src: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Gobold.eot?v=18404231928906028765?#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Gobold.otf?v=12953477195131088623") format("opentype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Gobold.woff?v=7881990063711837082") format("woff"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Gobold.ttf?v=12953477195131088623") format("truetype"), url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/Gobold.svg?v=7016705856391159922#Gobold") format("svg");
  font-weight: 700;
  font-style: normal; }

h1, h2, h3, h4, h5, h6,
.h1,
.template-login .content-header__title, .h2, .template-collection .overlay-card__title, .template-blog .content-grid__item .overlay-card__title, .h3, .cta-block, .pdf-title, .template-blog .promotional-banner__wrapper .page-hero__title, .template-search .page-header__title, .h4, .promo__title.promo__title--small, .h5, .page-hero__toptitle, .overlay-card__mini .overlay-card__title, .header-dropdown__menu-link.level-1, .pdp-block--reviews .content-header__subtitle, .collection-filter-bar__entry .chosen-single, .h6, .illustration-card__subtitle, .nav-strip__list, .pdf-low-stock-indicator, .builder-progress__step {
  margin-bottom: 1.5rem;
  font-family: "Gobold", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: black;
  text-transform: uppercase; }
  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,
  .template-login .content-header__title small,
  .h1 .small,
  .template-login .content-header__title .small, .h2 small, .template-collection .overlay-card__title small, .template-blog .content-grid__item .overlay-card__title small,
  .h2 .small,
  .template-collection .overlay-card__title .small,
  .template-blog .content-grid__item .overlay-card__title .small, .h3 small, .cta-block small, .pdf-title small, .template-blog .promotional-banner__wrapper .page-hero__title small, .template-search .page-header__title small,
  .h3 .small,
  .cta-block .small,
  .pdf-title .small,
  .template-blog .promotional-banner__wrapper .page-hero__title .small,
  .template-search .page-header__title .small, .h4 small, .promo__title.promo__title--small small,
  .h4 .small,
  .promo__title.promo__title--small .small, .h5 small, .page-hero__toptitle small, .overlay-card__mini .overlay-card__title small, .header-dropdown__menu-link.level-1 small, .pdp-block--reviews .content-header__subtitle small, .collection-filter-bar__entry .chosen-single small,
  .h5 .small,
  .page-hero__toptitle .small,
  .overlay-card__mini .overlay-card__title .small,
  .header-dropdown__menu-link.level-1 .small,
  .pdp-block--reviews .content-header__subtitle .small,
  .collection-filter-bar__entry .chosen-single .small, .h6 small, .illustration-card__subtitle small, .nav-strip__list small, .pdf-low-stock-indicator small, .builder-progress__step small,
  .h6 .small,
  .illustration-card__subtitle .small,
  .nav-strip__list .small,
  .pdf-low-stock-indicator .small,
  .builder-progress__step .small {
    font-weight: normal;
    line-height: 1;
    color: #cccccc; }

h1 small,
h1 .small, .h1 small, .template-login .content-header__title small,
.h1 .small,
.template-login .content-header__title .small,
h2 small,
h2 .small, .h2 small, .template-collection .overlay-card__title small, .template-blog .content-grid__item .overlay-card__title small,
.h2 .small,
.template-collection .overlay-card__title .small,
.template-blog .content-grid__item .overlay-card__title .small,
h3 small,
h3 .small, .h3 small, .cta-block small, .pdf-title small, .template-blog .promotional-banner__wrapper .page-hero__title small, .template-search .page-header__title small,
.h3 .small,
.cta-block .small,
.pdf-title .small,
.template-blog .promotional-banner__wrapper .page-hero__title .small,
.template-search .page-header__title .small {
  font-size: 65%; }

h4 small,
h4 .small, .h4 small, .promo__title.promo__title--small small,
.h4 .small,
.promo__title.promo__title--small .small,
h5 small,
h5 .small, .h5 small, .page-hero__toptitle small, .overlay-card__mini .overlay-card__title small, .header-dropdown__menu-link.level-1 small, .pdp-block--reviews .content-header__subtitle small, .collection-filter-bar__entry .chosen-single small,
.h5 .small,
.page-hero__toptitle .small,
.overlay-card__mini .overlay-card__title .small,
.header-dropdown__menu-link.level-1 .small,
.pdp-block--reviews .content-header__subtitle .small,
.collection-filter-bar__entry .chosen-single .small,
h6 small,
h6 .small, .h6 small, .illustration-card__subtitle small, .nav-strip__list small, .pdf-low-stock-indicator small, .builder-progress__step small,
.h6 .small,
.illustration-card__subtitle .small,
.nav-strip__list .small,
.pdf-low-stock-indicator .small,
.builder-progress__step .small {
  font-size: 75%; }

h1, .h1, .template-login .content-header__title {
  font-size: 3.75rem;
  letter-spacing: 0.083em;
  line-height: 1.2; }
  @media (max-width: 767px) {
    h1, .h1, .template-login .content-header__title {
      font-size: 2.5rem;
      letter-spacing: 0.063em;
      line-height: 1.35; } }

h2, .h2, .template-collection .overlay-card__title, .template-blog .content-grid__item .overlay-card__title {
  font-size: 2.75rem;
  letter-spacing: 0.068em;
  line-height: 1.23; }
  @media (max-width: 767px) {
    h2, .h2, .template-collection .overlay-card__title, .template-blog .content-grid__item .overlay-card__title {
      font-size: 2rem;
      letter-spacing: 0.083em;
      line-height: 1.25; } }

h3, .h3, .cta-block, .pdf-title, .template-blog .promotional-banner__wrapper .page-hero__title, .template-search .page-header__title {
  font-size: 2rem;
  letter-spacing: 0.078em;
  line-height: 1.25; }

h4, .h4, .promo__title.promo__title--small {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.29; }

h5, .h5, .page-hero__toptitle, .overlay-card__mini .overlay-card__title, .header-dropdown__menu-link.level-1, .pdp-block--reviews .content-header__subtitle, .collection-filter-bar__entry .chosen-single {
  font-size: 1.0625rem;
  letter-spacing: 0.14em;
  line-height: 1.3; }

h6, .h6, .illustration-card__subtitle, .nav-strip__list, .pdf-low-stock-indicator, .builder-progress__step {
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  line-height: 1.7;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.p1, .article-card__info-title, .contact-page__secondary-title p, .page-header__subtitle, .page-hero__subtitle, .overlay-card__body, .illustration-card__text, .banner__text, .promo__text, .panel__body, .template-page-legal .rte {
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 1.67;
  font-weight: 400; }

.p2, .product--gift-card .gift-card__description, .template-blog .container__featured-product .page-hero__subtitle p {
  font-size: 1rem;
  letter-spacing: 0em;
  line-height: 1.75;
  font-weight: 400; }

.p3, #customer_login .forgot-password a, .btn-cancel, .overlay-card__mini .overlay-card__body {
  font-size: 0.75rem;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: 400; }

.cta-text, .mobile-menu__menu-item, .expandable-list__header, .cta-1, .cta-2, .cta-3, .cta-4, .header-nav__menu-item > a, .header-dropdown__cta, .footer-menu__title {
  font-family: "Gobold", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  font-size: 1.0625rem;
  letter-spacing: 0.14em;
  line-height: 1.3; }

.lead {
  margin-bottom: 1.75rem;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 1.5rem; } }

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

/*================ Emphasis + Misc ================*/
small,
.small {
  font-size: 0.875rem; }

.text-danger {
  color: #f10f3e; }

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

.bg-primary {
  color: #fff; }

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

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

/*================ Lists ================*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.875rem; }
  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__menu ul, .footer-menu__list {
  padding-left: 0;
  list-style: none; }

.list-inline {
  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: 1.75rem; }

dt,
dd {
  line-height: 1.75; }

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

.initialism {
  font-size: 90%; }

blockquote {
  position: relative;
  padding: 100px 0 90px;
  margin: 0 0 1.75rem;
  font-size: 1.563rem;
  line-height: 1.4;
  color: black;
  font-style: italic; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote em {
    font-style: normal; }
  blockquote:before, blockquote:after {
    content: '';
    display: block;
    position: absolute;
    height: 67px;
    width: 87px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  blockquote:before {
    top: 0;
    left: 0;
    background-image: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/illustration-beginning-quote.svg?v=13539850186913665417"); }
  blockquote:after {
    bottom: 0;
    right: 10px;
    background-image: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/illustration-end-quote.svg?v=13094692664633648443"); }

.blockquote-reverse,
blockquote.pull-right {
  text-align: right; }

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

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

.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: #333333;
  background-color: white;
  padding: 20px;
  z-index: 10000;
  transition: none; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1; }
  .container::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 760px; } }
  @media (min-width: 992px) {
    .container {
      width: 980px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1180px; } }
  @media (min-width: 1480px) {
    .container {
      width: 1440px; } }
  .container .container {
    width: 100%; }

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

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

.row {
  margin-left: -20px;
  margin-right: -20px;
  *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, .page-sidebar, .col-xs-3, .col-sm-3, .col-md-3, .page-sidebar, .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, .page-content--has-sidebar, .col-lg-6, .col-xl-6, .page-content--has-sidebar, .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: 20px;
  padding-right: 20px; }

.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, .page-sidebar, .col-md-4, .col-md-5, .col-md-6, .page-content--has-sidebar, .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, .page-sidebar {
    width: 25%; }

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

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

  .col-md-6, .page-content--has-sidebar {
    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, .page-sidebar {
    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, .page-content--has-sidebar {
    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: 1480px) {
  .col-xl-1, .col-xl-2, .page-sidebar, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .page-content--has-sidebar, .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, .page-sidebar {
    width: 16.66667%; }

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

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

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

  .col-xl-6, .page-content--has-sidebar {
    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, .page-sidebar {
    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, .page-content--has-sidebar {
    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: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }
.flexbox main#MainContent {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.site-fixed-header .layout-wrapper {
  position: relative;
  padding-top: 60px; }
  @media (min-width: 992px) {
    .site-fixed-header .layout-wrapper {
      padding-top: 97px; } }

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

.shopify-section--index + .shopify-section--index {
  margin-top: 50px; }

.cms-page-block + .cms-page-block {
  margin-top: 85px; }

.flex,
.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-column,
.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.flex1-0 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2; }

.flex3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3; }

.flex4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -moz-box-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4; }

.flex-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -moz-box-flex: 4;
  -moz-flex: 4;
  -ms-flex: 4;
  flex: 4; }

.flex5 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -moz-box-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5; }

.flex-5 {
  -webkit-box-flex: 5;
  -webkit-flex: 5;
  -moz-box-flex: 5;
  -moz-flex: 5;
  -ms-flex: 5;
  flex: 5; }

.flex6 {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -moz-box-flex: 6;
  -moz-flex: 6;
  -ms-flex: 6;
  flex: 6; }

.flex-6 {
  -webkit-box-flex: 6;
  -webkit-flex: 6;
  -moz-box-flex: 6;
  -moz-flex: 6;
  -ms-flex: 6;
  flex: 6; }

.flex7 {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
  -moz-box-flex: 7;
  -moz-flex: 7;
  -ms-flex: 7;
  flex: 7; }

.flex-7 {
  -webkit-box-flex: 7;
  -webkit-flex: 7;
  -moz-box-flex: 7;
  -moz-flex: 7;
  -ms-flex: 7;
  flex: 7; }

.flex8 {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
  -moz-box-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  flex: 8; }

.flex-8 {
  -webkit-box-flex: 8;
  -webkit-flex: 8;
  -moz-box-flex: 8;
  -moz-flex: 8;
  -ms-flex: 8;
  flex: 8; }

.flex9 {
  -webkit-box-flex: 9;
  -webkit-flex: 9;
  -moz-box-flex: 9;
  -moz-flex: 9;
  -ms-flex: 9;
  flex: 9; }

.flex-9 {
  -webkit-box-flex: 9;
  -webkit-flex: 9;
  -moz-box-flex: 9;
  -moz-flex: 9;
  -ms-flex: 9;
  flex: 9; }

.flex10 {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
  -moz-box-flex: 10;
  -moz-flex: 10;
  -ms-flex: 10;
  flex: 10; }

.flex-10 {
  -webkit-box-flex: 10;
  -webkit-flex: 10;
  -moz-box-flex: 10;
  -moz-flex: 10;
  -ms-flex: 10;
  flex: 10; }

.flex11 {
  -webkit-box-flex: 11;
  -webkit-flex: 11;
  -moz-box-flex: 11;
  -moz-flex: 11;
  -ms-flex: 11;
  flex: 11; }

.flex-11 {
  -webkit-box-flex: 11;
  -webkit-flex: 11;
  -moz-box-flex: 11;
  -moz-flex: 11;
  -ms-flex: 11;
  flex: 11; }

.flex12 {
  -webkit-box-flex: 12;
  -webkit-flex: 12;
  -moz-box-flex: 12;
  -moz-flex: 12;
  -ms-flex: 12;
  flex: 12; }

.flex-12 {
  -webkit-box-flex: 12;
  -webkit-flex: 12;
  -moz-box-flex: 12;
  -moz-flex: 12;
  -ms-flex: 12;
  flex: 12; }

.flex13 {
  -webkit-box-flex: 13;
  -webkit-flex: 13;
  -moz-box-flex: 13;
  -moz-flex: 13;
  -ms-flex: 13;
  flex: 13; }

.flex-13 {
  -webkit-box-flex: 13;
  -webkit-flex: 13;
  -moz-box-flex: 13;
  -moz-flex: 13;
  -ms-flex: 13;
  flex: 13; }

.flex14 {
  -webkit-box-flex: 14;
  -webkit-flex: 14;
  -moz-box-flex: 14;
  -moz-flex: 14;
  -ms-flex: 14;
  flex: 14; }

.flex-14 {
  -webkit-box-flex: 14;
  -webkit-flex: 14;
  -moz-box-flex: 14;
  -moz-flex: 14;
  -ms-flex: 14;
  flex: 14; }

.flex15 {
  -webkit-box-flex: 15;
  -webkit-flex: 15;
  -moz-box-flex: 15;
  -moz-flex: 15;
  -ms-flex: 15;
  flex: 15; }

.flex-15 {
  -webkit-box-flex: 15;
  -webkit-flex: 15;
  -moz-box-flex: 15;
  -moz-flex: 15;
  -ms-flex: 15;
  flex: 15; }

.flex16 {
  -webkit-box-flex: 16;
  -webkit-flex: 16;
  -moz-box-flex: 16;
  -moz-flex: 16;
  -ms-flex: 16;
  flex: 16; }

.flex-16 {
  -webkit-box-flex: 16;
  -webkit-flex: 16;
  -moz-box-flex: 16;
  -moz-flex: 16;
  -ms-flex: 16;
  flex: 16; }

.flex17 {
  -webkit-box-flex: 17;
  -webkit-flex: 17;
  -moz-box-flex: 17;
  -moz-flex: 17;
  -ms-flex: 17;
  flex: 17; }

.flex-17 {
  -webkit-box-flex: 17;
  -webkit-flex: 17;
  -moz-box-flex: 17;
  -moz-flex: 17;
  -ms-flex: 17;
  flex: 17; }

.flex18 {
  -webkit-box-flex: 18;
  -webkit-flex: 18;
  -moz-box-flex: 18;
  -moz-flex: 18;
  -ms-flex: 18;
  flex: 18; }

.flex-18 {
  -webkit-box-flex: 18;
  -webkit-flex: 18;
  -moz-box-flex: 18;
  -moz-flex: 18;
  -ms-flex: 18;
  flex: 18; }

.flex19 {
  -webkit-box-flex: 19;
  -webkit-flex: 19;
  -moz-box-flex: 19;
  -moz-flex: 19;
  -ms-flex: 19;
  flex: 19; }

.flex-19 {
  -webkit-box-flex: 19;
  -webkit-flex: 19;
  -moz-box-flex: 19;
  -moz-flex: 19;
  -ms-flex: 19;
  flex: 19; }

.flex20 {
  -webkit-box-flex: 20;
  -webkit-flex: 20;
  -moz-box-flex: 20;
  -moz-flex: 20;
  -ms-flex: 20;
  flex: 20; }

.flex-20 {
  -webkit-box-flex: 20;
  -webkit-flex: 20;
  -moz-box-flex: 20;
  -moz-flex: 20;
  -ms-flex: 20;
  flex: 20; }

@media screen and (min-width: 576px) {
  .flex-xs-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .flex-xs-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  .flex-xs-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }

  .flex-xs-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -moz-box-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4; }

  .flex-xs-5 {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -moz-box-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5; }

  .flex-xs-6 {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6; }

  .flex-xs-7 {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -moz-box-flex: 7;
    -moz-flex: 7;
    -ms-flex: 7;
    flex: 7; }

  .flex-xs-8 {
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -moz-box-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8; }

  .flex-xs-9 {
    -webkit-box-flex: 9;
    -webkit-flex: 9;
    -moz-box-flex: 9;
    -moz-flex: 9;
    -ms-flex: 9;
    flex: 9; }

  .flex-xs-10 {
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    -moz-box-flex: 10;
    -moz-flex: 10;
    -ms-flex: 10;
    flex: 10; }

  .flex-xs-11 {
    -webkit-box-flex: 11;
    -webkit-flex: 11;
    -moz-box-flex: 11;
    -moz-flex: 11;
    -ms-flex: 11;
    flex: 11; }

  .flex-xs-12 {
    -webkit-box-flex: 12;
    -webkit-flex: 12;
    -moz-box-flex: 12;
    -moz-flex: 12;
    -ms-flex: 12;
    flex: 12; }

  .flex-xs-13 {
    -webkit-box-flex: 13;
    -webkit-flex: 13;
    -moz-box-flex: 13;
    -moz-flex: 13;
    -ms-flex: 13;
    flex: 13; }

  .flex-xs-14 {
    -webkit-box-flex: 14;
    -webkit-flex: 14;
    -moz-box-flex: 14;
    -moz-flex: 14;
    -ms-flex: 14;
    flex: 14; }

  .flex-xs-15 {
    -webkit-box-flex: 15;
    -webkit-flex: 15;
    -moz-box-flex: 15;
    -moz-flex: 15;
    -ms-flex: 15;
    flex: 15; }

  .flex-xs-16 {
    -webkit-box-flex: 16;
    -webkit-flex: 16;
    -moz-box-flex: 16;
    -moz-flex: 16;
    -ms-flex: 16;
    flex: 16; }

  .flex-xs-17 {
    -webkit-box-flex: 17;
    -webkit-flex: 17;
    -moz-box-flex: 17;
    -moz-flex: 17;
    -ms-flex: 17;
    flex: 17; }

  .flex-xs-18 {
    -webkit-box-flex: 18;
    -webkit-flex: 18;
    -moz-box-flex: 18;
    -moz-flex: 18;
    -ms-flex: 18;
    flex: 18; }

  .flex-xs-19 {
    -webkit-box-flex: 19;
    -webkit-flex: 19;
    -moz-box-flex: 19;
    -moz-flex: 19;
    -ms-flex: 19;
    flex: 19; }

  .flex-xs-20 {
    -webkit-box-flex: 20;
    -webkit-flex: 20;
    -moz-box-flex: 20;
    -moz-flex: 20;
    -ms-flex: 20;
    flex: 20; } }
@media screen and (min-width: 768px) {
  .flex-sm-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .flex-sm-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  .flex-sm-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }

  .flex-sm-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -moz-box-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4; }

  .flex-sm-5 {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -moz-box-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5; }

  .flex-sm-6 {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6; }

  .flex-sm-7 {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -moz-box-flex: 7;
    -moz-flex: 7;
    -ms-flex: 7;
    flex: 7; }

  .flex-sm-8 {
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -moz-box-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8; }

  .flex-sm-9 {
    -webkit-box-flex: 9;
    -webkit-flex: 9;
    -moz-box-flex: 9;
    -moz-flex: 9;
    -ms-flex: 9;
    flex: 9; }

  .flex-sm-10 {
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    -moz-box-flex: 10;
    -moz-flex: 10;
    -ms-flex: 10;
    flex: 10; }

  .flex-sm-11 {
    -webkit-box-flex: 11;
    -webkit-flex: 11;
    -moz-box-flex: 11;
    -moz-flex: 11;
    -ms-flex: 11;
    flex: 11; }

  .flex-sm-12 {
    -webkit-box-flex: 12;
    -webkit-flex: 12;
    -moz-box-flex: 12;
    -moz-flex: 12;
    -ms-flex: 12;
    flex: 12; }

  .flex-sm-13 {
    -webkit-box-flex: 13;
    -webkit-flex: 13;
    -moz-box-flex: 13;
    -moz-flex: 13;
    -ms-flex: 13;
    flex: 13; }

  .flex-sm-14 {
    -webkit-box-flex: 14;
    -webkit-flex: 14;
    -moz-box-flex: 14;
    -moz-flex: 14;
    -ms-flex: 14;
    flex: 14; }

  .flex-sm-15 {
    -webkit-box-flex: 15;
    -webkit-flex: 15;
    -moz-box-flex: 15;
    -moz-flex: 15;
    -ms-flex: 15;
    flex: 15; }

  .flex-sm-16 {
    -webkit-box-flex: 16;
    -webkit-flex: 16;
    -moz-box-flex: 16;
    -moz-flex: 16;
    -ms-flex: 16;
    flex: 16; }

  .flex-sm-17 {
    -webkit-box-flex: 17;
    -webkit-flex: 17;
    -moz-box-flex: 17;
    -moz-flex: 17;
    -ms-flex: 17;
    flex: 17; }

  .flex-sm-18 {
    -webkit-box-flex: 18;
    -webkit-flex: 18;
    -moz-box-flex: 18;
    -moz-flex: 18;
    -ms-flex: 18;
    flex: 18; }

  .flex-sm-19 {
    -webkit-box-flex: 19;
    -webkit-flex: 19;
    -moz-box-flex: 19;
    -moz-flex: 19;
    -ms-flex: 19;
    flex: 19; }

  .flex-sm-20 {
    -webkit-box-flex: 20;
    -webkit-flex: 20;
    -moz-box-flex: 20;
    -moz-flex: 20;
    -ms-flex: 20;
    flex: 20; } }
@media screen and (min-width: 992px) {
  .flex-md-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .flex-md-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  .flex-md-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }

  .flex-md-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -moz-box-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4; }

  .flex-md-5 {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -moz-box-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5; }

  .flex-md-6 {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6; }

  .flex-md-7 {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -moz-box-flex: 7;
    -moz-flex: 7;
    -ms-flex: 7;
    flex: 7; }

  .flex-md-8 {
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -moz-box-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8; }

  .flex-md-9 {
    -webkit-box-flex: 9;
    -webkit-flex: 9;
    -moz-box-flex: 9;
    -moz-flex: 9;
    -ms-flex: 9;
    flex: 9; }

  .flex-md-10 {
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    -moz-box-flex: 10;
    -moz-flex: 10;
    -ms-flex: 10;
    flex: 10; }

  .flex-md-11 {
    -webkit-box-flex: 11;
    -webkit-flex: 11;
    -moz-box-flex: 11;
    -moz-flex: 11;
    -ms-flex: 11;
    flex: 11; }

  .flex-md-12 {
    -webkit-box-flex: 12;
    -webkit-flex: 12;
    -moz-box-flex: 12;
    -moz-flex: 12;
    -ms-flex: 12;
    flex: 12; }

  .flex-md-13 {
    -webkit-box-flex: 13;
    -webkit-flex: 13;
    -moz-box-flex: 13;
    -moz-flex: 13;
    -ms-flex: 13;
    flex: 13; }

  .flex-md-14 {
    -webkit-box-flex: 14;
    -webkit-flex: 14;
    -moz-box-flex: 14;
    -moz-flex: 14;
    -ms-flex: 14;
    flex: 14; }

  .flex-md-15 {
    -webkit-box-flex: 15;
    -webkit-flex: 15;
    -moz-box-flex: 15;
    -moz-flex: 15;
    -ms-flex: 15;
    flex: 15; }

  .flex-md-16 {
    -webkit-box-flex: 16;
    -webkit-flex: 16;
    -moz-box-flex: 16;
    -moz-flex: 16;
    -ms-flex: 16;
    flex: 16; }

  .flex-md-17 {
    -webkit-box-flex: 17;
    -webkit-flex: 17;
    -moz-box-flex: 17;
    -moz-flex: 17;
    -ms-flex: 17;
    flex: 17; }

  .flex-md-18 {
    -webkit-box-flex: 18;
    -webkit-flex: 18;
    -moz-box-flex: 18;
    -moz-flex: 18;
    -ms-flex: 18;
    flex: 18; }

  .flex-md-19 {
    -webkit-box-flex: 19;
    -webkit-flex: 19;
    -moz-box-flex: 19;
    -moz-flex: 19;
    -ms-flex: 19;
    flex: 19; }

  .flex-md-20 {
    -webkit-box-flex: 20;
    -webkit-flex: 20;
    -moz-box-flex: 20;
    -moz-flex: 20;
    -ms-flex: 20;
    flex: 20; } }
@media screen and (min-width: 1200px) {
  .flex-lg-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .flex-lg-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  .flex-lg-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }

  .flex-lg-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -moz-box-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4; }

  .flex-lg-5 {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -moz-box-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5; }

  .flex-lg-6 {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6; }

  .flex-lg-7 {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -moz-box-flex: 7;
    -moz-flex: 7;
    -ms-flex: 7;
    flex: 7; }

  .flex-lg-8 {
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -moz-box-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8; }

  .flex-lg-9 {
    -webkit-box-flex: 9;
    -webkit-flex: 9;
    -moz-box-flex: 9;
    -moz-flex: 9;
    -ms-flex: 9;
    flex: 9; }

  .flex-lg-10 {
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    -moz-box-flex: 10;
    -moz-flex: 10;
    -ms-flex: 10;
    flex: 10; }

  .flex-lg-11 {
    -webkit-box-flex: 11;
    -webkit-flex: 11;
    -moz-box-flex: 11;
    -moz-flex: 11;
    -ms-flex: 11;
    flex: 11; }

  .flex-lg-12 {
    -webkit-box-flex: 12;
    -webkit-flex: 12;
    -moz-box-flex: 12;
    -moz-flex: 12;
    -ms-flex: 12;
    flex: 12; }

  .flex-lg-13 {
    -webkit-box-flex: 13;
    -webkit-flex: 13;
    -moz-box-flex: 13;
    -moz-flex: 13;
    -ms-flex: 13;
    flex: 13; }

  .flex-lg-14 {
    -webkit-box-flex: 14;
    -webkit-flex: 14;
    -moz-box-flex: 14;
    -moz-flex: 14;
    -ms-flex: 14;
    flex: 14; }

  .flex-lg-15 {
    -webkit-box-flex: 15;
    -webkit-flex: 15;
    -moz-box-flex: 15;
    -moz-flex: 15;
    -ms-flex: 15;
    flex: 15; }

  .flex-lg-16 {
    -webkit-box-flex: 16;
    -webkit-flex: 16;
    -moz-box-flex: 16;
    -moz-flex: 16;
    -ms-flex: 16;
    flex: 16; }

  .flex-lg-17 {
    -webkit-box-flex: 17;
    -webkit-flex: 17;
    -moz-box-flex: 17;
    -moz-flex: 17;
    -ms-flex: 17;
    flex: 17; }

  .flex-lg-18 {
    -webkit-box-flex: 18;
    -webkit-flex: 18;
    -moz-box-flex: 18;
    -moz-flex: 18;
    -ms-flex: 18;
    flex: 18; }

  .flex-lg-19 {
    -webkit-box-flex: 19;
    -webkit-flex: 19;
    -moz-box-flex: 19;
    -moz-flex: 19;
    -ms-flex: 19;
    flex: 19; }

  .flex-lg-20 {
    -webkit-box-flex: 20;
    -webkit-flex: 20;
    -moz-box-flex: 20;
    -moz-flex: 20;
    -ms-flex: 20;
    flex: 20; } }
@media screen and (min-width: 1480px) {
  .flex-xl-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .flex-xl-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -moz-box-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2; }

  .flex-xl-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -moz-box-flex: 3;
    -moz-flex: 3;
    -ms-flex: 3;
    flex: 3; }

  .flex-xl-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -moz-box-flex: 4;
    -moz-flex: 4;
    -ms-flex: 4;
    flex: 4; }

  .flex-xl-5 {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
    -moz-box-flex: 5;
    -moz-flex: 5;
    -ms-flex: 5;
    flex: 5; }

  .flex-xl-6 {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -moz-flex: 6;
    -ms-flex: 6;
    flex: 6; }

  .flex-xl-7 {
    -webkit-box-flex: 7;
    -webkit-flex: 7;
    -moz-box-flex: 7;
    -moz-flex: 7;
    -ms-flex: 7;
    flex: 7; }

  .flex-xl-8 {
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -moz-box-flex: 8;
    -moz-flex: 8;
    -ms-flex: 8;
    flex: 8; }

  .flex-xl-9 {
    -webkit-box-flex: 9;
    -webkit-flex: 9;
    -moz-box-flex: 9;
    -moz-flex: 9;
    -ms-flex: 9;
    flex: 9; }

  .flex-xl-10 {
    -webkit-box-flex: 10;
    -webkit-flex: 10;
    -moz-box-flex: 10;
    -moz-flex: 10;
    -ms-flex: 10;
    flex: 10; }

  .flex-xl-11 {
    -webkit-box-flex: 11;
    -webkit-flex: 11;
    -moz-box-flex: 11;
    -moz-flex: 11;
    -ms-flex: 11;
    flex: 11; }

  .flex-xl-12 {
    -webkit-box-flex: 12;
    -webkit-flex: 12;
    -moz-box-flex: 12;
    -moz-flex: 12;
    -ms-flex: 12;
    flex: 12; }

  .flex-xl-13 {
    -webkit-box-flex: 13;
    -webkit-flex: 13;
    -moz-box-flex: 13;
    -moz-flex: 13;
    -ms-flex: 13;
    flex: 13; }

  .flex-xl-14 {
    -webkit-box-flex: 14;
    -webkit-flex: 14;
    -moz-box-flex: 14;
    -moz-flex: 14;
    -ms-flex: 14;
    flex: 14; }

  .flex-xl-15 {
    -webkit-box-flex: 15;
    -webkit-flex: 15;
    -moz-box-flex: 15;
    -moz-flex: 15;
    -ms-flex: 15;
    flex: 15; }

  .flex-xl-16 {
    -webkit-box-flex: 16;
    -webkit-flex: 16;
    -moz-box-flex: 16;
    -moz-flex: 16;
    -ms-flex: 16;
    flex: 16; }

  .flex-xl-17 {
    -webkit-box-flex: 17;
    -webkit-flex: 17;
    -moz-box-flex: 17;
    -moz-flex: 17;
    -ms-flex: 17;
    flex: 17; }

  .flex-xl-18 {
    -webkit-box-flex: 18;
    -webkit-flex: 18;
    -moz-box-flex: 18;
    -moz-flex: 18;
    -ms-flex: 18;
    flex: 18; }

  .flex-xl-19 {
    -webkit-box-flex: 19;
    -webkit-flex: 19;
    -moz-box-flex: 19;
    -moz-flex: 19;
    -ms-flex: 19;
    flex: 19; }

  .flex-xl-20 {
    -webkit-box-flex: 20;
    -webkit-flex: 20;
    -moz-box-flex: 20;
    -moz-flex: 20;
    -ms-flex: 20;
    flex: 20; } }
.flex-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.flex-vCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .flex-vCenter:before, .flex-vCenter:after {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    content: '';
    display: block; }

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

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

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

.flex-direction--row-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-direction--column-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

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

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

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

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

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

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

.flex-justify-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start; }

.flex-justify-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end; }

.flex-justify-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }

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

.flex-justify-around {
  justify-content: space-around; }

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

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

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

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

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

.flex-col-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.flex-row-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

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

.icon-play-button {
  width: 63px;
  height: 63px; }

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

/*================ Expand Icon ================*/
.icon-expand {
  position: relative;
  height: 12px;
  width: 12px; }
  .icon-expand, .icon-expand:before, .icon-expand:after {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .icon-expand:before, .icon-expand:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    height: 2px;
    background-color: black; }
  .icon-expand:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .is-open .icon-expand, .is-active .icon-expand, .icon-expand.is-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .is-open .icon-expand:before, .is-open .icon-expand:after, .is-active .icon-expand:before, .is-active .icon-expand:after, .icon-expand.is-active:before, .icon-expand.is-active:after {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
    -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .is-open .icon-expand:before, .is-active .icon-expand:before, .icon-expand.is-active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

.icon-add {
  position: relative;
  height: 30px;
  width: 30px;
  border: 1px solid black;
  border-radius: 50%;
  letter-spacing: 0; }
  .icon-add:before {
    content: '+';
    font-size: 1rem;
    line-height: 28px;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

/*============================================================================
  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: 5.14286rem;
  height: 1.5rem; }

.btn, .yotpo.yotpo .yotpo-default-button, .yotpo.yotpo .write-review-button {
  display: inline-block;
  margin-bottom: 0;
  font-family: "Gobold", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: 0.09em;
  padding: 0.45rem 3.5rem;
  font-size: 0.875rem;
  line-height: 1.75;
  border-radius: 0;
  letter-spacing: 0.136em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .yotpo.yotpo .yotpo-default-button:focus, .yotpo.yotpo .write-review-button:focus, .btn.focus, .yotpo.yotpo .focus.yotpo-default-button, .yotpo.yotpo .focus.write-review-button, .btn:active:focus, .yotpo.yotpo .yotpo-default-button:active:focus, .yotpo.yotpo .write-review-button:active:focus, .btn:active.focus, .yotpo.yotpo .yotpo-default-button:active.focus, .yotpo.yotpo .write-review-button:active.focus, .btn.active:focus, .yotpo.yotpo .active.yotpo-default-button:focus, .yotpo.yotpo .active.write-review-button:focus, .btn.active.focus, .yotpo.yotpo .active.focus.yotpo-default-button, .yotpo.yotpo .active.focus.write-review-button {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .yotpo.yotpo .yotpo-default-button:hover, .yotpo.yotpo .write-review-button:hover, .btn:focus, .yotpo.yotpo .yotpo-default-button:focus, .yotpo.yotpo .write-review-button:focus, .btn.focus, .yotpo.yotpo .focus.yotpo-default-button, .yotpo.yotpo .focus.write-review-button {
    color: black;
    text-decoration: none; }
  .btn:active, .yotpo.yotpo .yotpo-default-button:active, .yotpo.yotpo .write-review-button:active, .btn.active, .yotpo.yotpo .active.yotpo-default-button, .yotpo.yotpo .active.write-review-button {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .yotpo.yotpo .disabled.yotpo-default-button, .yotpo.yotpo .disabled.write-review-button, .btn[disabled], .yotpo.yotpo [disabled].yotpo-default-button, .yotpo.yotpo [disabled].write-review-button, fieldset[disabled] .btn, fieldset[disabled] .yotpo.yotpo .yotpo-default-button, .yotpo.yotpo fieldset[disabled] .yotpo-default-button, fieldset[disabled] .yotpo.yotpo .write-review-button, .yotpo.yotpo fieldset[disabled] .write-review-button {
    cursor: not-allowed;
    opacity: 0.25;
    filter: alpha(opacity=25);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, .yotpo.yotpo a.disabled.yotpo-default-button, .yotpo.yotpo a.disabled.write-review-button, fieldset[disabled] a.btn, fieldset[disabled] .yotpo.yotpo a.yotpo-default-button, .yotpo.yotpo fieldset[disabled] a.yotpo-default-button, fieldset[disabled] .yotpo.yotpo a.write-review-button, .yotpo.yotpo fieldset[disabled] a.write-review-button {
  pointer-events: none; }

.btn, .yotpo.yotpo .yotpo-default-button, .yotpo.yotpo .write-review-button,
.btn-default {
  color: black;
  background-color: white;
  border-color: black;
  transition: all ease-in-out .3s; }
  .btn:focus, .yotpo.yotpo .yotpo-default-button:focus, .yotpo.yotpo .write-review-button:focus, .btn.focus, .yotpo.yotpo .focus.yotpo-default-button, .yotpo.yotpo .focus.write-review-button,
  .btn-default:focus,
  .btn-default.focus {
    color: black;
    background-color: #e8e8e8;
    border-color: black; }
  .btn:hover, .yotpo.yotpo .yotpo-default-button:hover, .yotpo.yotpo .write-review-button:hover,
  .btn-default:hover {
    color: black;
    background-color: #e8e8e8;
    border-color: black;
    transition: all ease-in-out .3s; }
  .btn:active, .yotpo.yotpo .yotpo-default-button:active, .yotpo.yotpo .write-review-button:active, .btn.active, .yotpo.yotpo .active.yotpo-default-button, .yotpo.yotpo .active.write-review-button, .open > .btn.dropdown-toggle, .yotpo.yotpo .open > .dropdown-toggle.yotpo-default-button, .yotpo.yotpo .open > .dropdown-toggle.write-review-button,
  .btn-default:active,
  .btn-default.active, .open >
  .btn-default.dropdown-toggle {
    color: black;
    background-color: #e8e8e8;
    border-color: black; }
    .btn:active:hover, .yotpo.yotpo .yotpo-default-button:active:hover, .yotpo.yotpo .write-review-button:active:hover, .btn:active:focus, .yotpo.yotpo .yotpo-default-button:active:focus, .yotpo.yotpo .write-review-button:active:focus, .btn:active.focus, .yotpo.yotpo .yotpo-default-button:active.focus, .yotpo.yotpo .write-review-button:active.focus, .btn.active:hover, .yotpo.yotpo .active.yotpo-default-button:hover, .yotpo.yotpo .active.write-review-button:hover, .btn.active:focus, .yotpo.yotpo .active.yotpo-default-button:focus, .yotpo.yotpo .active.write-review-button:focus, .btn.active.focus, .yotpo.yotpo .active.focus.yotpo-default-button, .yotpo.yotpo .active.focus.write-review-button, .open > .btn.dropdown-toggle:hover, .yotpo.yotpo .open > .dropdown-toggle.yotpo-default-button:hover, .yotpo.yotpo .open > .dropdown-toggle.write-review-button:hover, .open > .btn.dropdown-toggle:focus, .yotpo.yotpo .open > .dropdown-toggle.yotpo-default-button:focus, .yotpo.yotpo .open > .dropdown-toggle.write-review-button:focus, .open > .btn.dropdown-toggle.focus, .yotpo.yotpo .open > .dropdown-toggle.focus.yotpo-default-button, .yotpo.yotpo .open > .dropdown-toggle.focus.write-review-button,
    .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: black;
      background-color: #d4d4d4;
      border-color: black; }
  .btn:active, .yotpo.yotpo .yotpo-default-button:active, .yotpo.yotpo .write-review-button:active, .btn.active, .yotpo.yotpo .active.yotpo-default-button, .yotpo.yotpo .active.write-review-button, .open > .btn.dropdown-toggle, .yotpo.yotpo .open > .dropdown-toggle.yotpo-default-button, .yotpo.yotpo .open > .dropdown-toggle.write-review-button,
  .btn-default:active,
  .btn-default.active, .open >
  .btn-default.dropdown-toggle {
    background-image: none; }
  .btn.disabled:hover, .yotpo.yotpo .disabled.yotpo-default-button:hover, .yotpo.yotpo .disabled.write-review-button:hover, .btn.disabled:focus, .yotpo.yotpo .disabled.yotpo-default-button:focus, .yotpo.yotpo .disabled.write-review-button:focus, .btn.disabled.focus, .yotpo.yotpo .disabled.focus.yotpo-default-button, .yotpo.yotpo .disabled.focus.write-review-button, .btn[disabled]:hover, .yotpo.yotpo [disabled].yotpo-default-button:hover, .yotpo.yotpo [disabled].write-review-button:hover, .btn[disabled]:focus, .yotpo.yotpo [disabled].yotpo-default-button:focus, .yotpo.yotpo [disabled].write-review-button:focus, .btn[disabled].focus, .yotpo.yotpo [disabled].focus.yotpo-default-button, .yotpo.yotpo [disabled].focus.write-review-button, fieldset[disabled] .btn:hover, fieldset[disabled] .yotpo.yotpo .yotpo-default-button:hover, .yotpo.yotpo fieldset[disabled] .yotpo-default-button:hover, fieldset[disabled] .yotpo.yotpo .write-review-button:hover, .yotpo.yotpo fieldset[disabled] .write-review-button:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .yotpo.yotpo .yotpo-default-button:focus, .yotpo.yotpo fieldset[disabled] .yotpo-default-button:focus, fieldset[disabled] .yotpo.yotpo .write-review-button:focus, .yotpo.yotpo fieldset[disabled] .write-review-button:focus, fieldset[disabled] .btn.focus, fieldset[disabled] .yotpo.yotpo .focus.yotpo-default-button, .yotpo.yotpo fieldset[disabled] .focus.yotpo-default-button, fieldset[disabled] .yotpo.yotpo .focus.write-review-button, .yotpo.yotpo fieldset[disabled] .focus.write-review-button,
  .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: black;
    background-color: white;
    border-color: black; }
  .btn .badge, .yotpo.yotpo .yotpo-default-button .badge, .yotpo.yotpo .write-review-button .badge,
  .btn-default .badge {
    color: white;
    background-color: black; }

.btn-primary, .minimal-input-box__submit, .yotpo.yotpo .write-review-button {
  color: white;
  background-color: #e9427f;
  border-color: #e9427f;
  transition: all ease-in-out .3s; }
  .btn-primary:focus, .minimal-input-box__submit:focus, .yotpo.yotpo .write-review-button:focus, .btn-primary.focus, .focus.minimal-input-box__submit, .yotpo.yotpo .focus.write-review-button {
    color: white;
    background-color: #e31a64;
    border-color: #e62b70; }
  .btn-primary:hover, .minimal-input-box__submit:hover, .yotpo.yotpo .write-review-button:hover {
    color: white;
    background-color: #e31a64;
    border-color: #e9427f;
    transition: all ease-in-out .3s; }
  .btn-primary:active, .minimal-input-box__submit:active, .yotpo.yotpo .write-review-button:active, .btn-primary.active, .active.minimal-input-box__submit, .yotpo.yotpo .active.write-review-button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.minimal-input-box__submit, .yotpo.yotpo .open > .dropdown-toggle.write-review-button {
    color: white;
    background-color: #e31a64;
    border-color: #e9427f; }
    .btn-primary:active:hover, .minimal-input-box__submit:active:hover, .yotpo.yotpo .write-review-button:active:hover, .btn-primary:active:focus, .minimal-input-box__submit:active:focus, .yotpo.yotpo .write-review-button:active:focus, .btn-primary:active.focus, .minimal-input-box__submit:active.focus, .yotpo.yotpo .write-review-button:active.focus, .btn-primary.active:hover, .active.minimal-input-box__submit:hover, .yotpo.yotpo .active.write-review-button:hover, .btn-primary.active:focus, .active.minimal-input-box__submit:focus, .yotpo.yotpo .active.write-review-button:focus, .btn-primary.active.focus, .active.focus.minimal-input-box__submit, .yotpo.yotpo .active.focus.write-review-button, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.minimal-input-box__submit:hover, .yotpo.yotpo .open > .dropdown-toggle.write-review-button:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.minimal-input-box__submit:focus, .yotpo.yotpo .open > .dropdown-toggle.write-review-button:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.minimal-input-box__submit, .yotpo.yotpo .open > .dropdown-toggle.focus.write-review-button {
      color: white;
      background-color: #be1654;
      border-color: #9a1243; }
  .btn-primary:active, .minimal-input-box__submit:active, .yotpo.yotpo .write-review-button:active, .btn-primary.active, .active.minimal-input-box__submit, .yotpo.yotpo .active.write-review-button, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.minimal-input-box__submit, .yotpo.yotpo .open > .dropdown-toggle.write-review-button {
    background-image: none; }
  .btn-primary.disabled:hover, .disabled.minimal-input-box__submit:hover, .yotpo.yotpo .disabled.write-review-button:hover, .btn-primary.disabled:focus, .disabled.minimal-input-box__submit:focus, .yotpo.yotpo .disabled.write-review-button:focus, .btn-primary.disabled.focus, .disabled.focus.minimal-input-box__submit, .yotpo.yotpo .disabled.focus.write-review-button, .btn-primary[disabled]:hover, [disabled].minimal-input-box__submit:hover, .yotpo.yotpo [disabled].write-review-button:hover, .btn-primary[disabled]:focus, [disabled].minimal-input-box__submit:focus, .yotpo.yotpo [disabled].write-review-button:focus, .btn-primary[disabled].focus, [disabled].focus.minimal-input-box__submit, .yotpo.yotpo [disabled].focus.write-review-button, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .minimal-input-box__submit:hover, fieldset[disabled] .yotpo.yotpo .write-review-button:hover, .yotpo.yotpo fieldset[disabled] .write-review-button:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .minimal-input-box__submit:focus, fieldset[disabled] .yotpo.yotpo .write-review-button:focus, .yotpo.yotpo fieldset[disabled] .write-review-button:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.minimal-input-box__submit, fieldset[disabled] .yotpo.yotpo .focus.write-review-button, .yotpo.yotpo fieldset[disabled] .focus.write-review-button {
    color: white;
    background-color: #e9427f;
    border-color: #e9427f; }
  .btn-primary .badge, .minimal-input-box__submit .badge, .yotpo.yotpo .write-review-button .badge {
    color: #e9427f;
    background-color: white; }

.btn-secondary {
  color: white;
  background-color: black;
  border-color: black;
  transition: all ease-in-out .3s; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: black;
    background-color: white;
    border-color: black; }
  .btn-secondary:hover {
    color: black;
    background-color: white;
    border-color: black;
    transition: all ease-in-out .3s; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: white;
    background-color: white;
    border-color: black; }
    .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: white;
      background-color: black;
      border-color: black; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .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: white;
    background-color: black;
    border-color: black; }
  .btn-secondary .badge {
    color: black;
    background-color: white; }

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

.btn-link--black {
  color: black;
  text-decoration: underline;
  font-weight: normal;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 0;
  letter-spacing: inherit;
  text-transform: inherit;
  font-size: inherit; }
  .btn-link--black, .btn-link--black:active, .btn-link--black.active, .btn-link--black[disabled], fieldset[disabled] .btn-link--black {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link--black, .btn-link--black:hover, .btn-link--black:focus, .btn-link--black:active {
    border-color: transparent; }
  .btn-link--black:hover, .btn-link--black:focus {
    color: #333333;
    text-decoration: none;
    background-color: transparent; }
  .btn-link--black[disabled]:hover, .btn-link--black[disabled]:focus, fieldset[disabled] .btn-link--black:hover, fieldset[disabled] .btn-link--black:focus {
    color: #cccccc;
    text-decoration: none; }

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

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

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

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

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  background-clip: padding-box;
  outline: 0; }

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

.modal-header {
  padding: 40px 50px 20px;
  *zoom: 1; }
  .modal-header::after {
    content: '';
    display: table;
    clear: both; }

.modal-header .close {
  position: absolute;
  top: 12px;
  right: 20px;
  color: black; }
  .modal-header .close svg {
    height: 17px;
    width: 17px; }

.modal-title {
  margin: 0;
  line-height: 1.75;
  font-size: 1.5rem; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 50px 40px; }

.modal-footer {
  padding: 40px 50px;
  padding-top: 0;
  text-align: right;
  *zoom: 1; }
  .modal-footer::after {
    content: '';
    display: table;
    clear: both; }
  .modal-footer .btn + .btn, .modal-footer .yotpo.yotpo .yotpo-default-button + .btn, .yotpo.yotpo .modal-footer .yotpo-default-button + .btn, .modal-footer .yotpo.yotpo .write-review-button + .btn, .yotpo.yotpo .modal-footer .write-review-button + .btn, .modal-footer .yotpo.yotpo .btn + .yotpo-default-button, .yotpo.yotpo .modal-footer .btn + .yotpo-default-button, .modal-footer .yotpo.yotpo .yotpo-default-button + .yotpo-default-button, .yotpo.yotpo .modal-footer .yotpo-default-button + .yotpo-default-button, .modal-footer .yotpo.yotpo .write-review-button + .yotpo-default-button, .yotpo.yotpo .modal-footer .write-review-button + .yotpo-default-button, .modal-footer .yotpo.yotpo .btn + .write-review-button, .yotpo.yotpo .modal-footer .btn + .write-review-button, .modal-footer .yotpo.yotpo .yotpo-default-button + .write-review-button, .yotpo.yotpo .modal-footer .yotpo-default-button + .write-review-button, .modal-footer .yotpo.yotpo .write-review-button + .write-review-button, .yotpo.yotpo .modal-footer .write-review-button + .write-review-button {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .yotpo.yotpo .yotpo-default-button + .btn, .yotpo.yotpo .modal-footer .btn-group .yotpo-default-button + .btn, .modal-footer .btn-group .yotpo.yotpo .write-review-button + .btn, .yotpo.yotpo .modal-footer .btn-group .write-review-button + .btn, .modal-footer .btn-group .yotpo.yotpo .btn + .yotpo-default-button, .yotpo.yotpo .modal-footer .btn-group .btn + .yotpo-default-button, .modal-footer .btn-group .yotpo.yotpo .yotpo-default-button + .yotpo-default-button, .yotpo.yotpo .modal-footer .btn-group .yotpo-default-button + .yotpo-default-button, .modal-footer .btn-group .yotpo.yotpo .write-review-button + .yotpo-default-button, .yotpo.yotpo .modal-footer .btn-group .write-review-button + .yotpo-default-button, .modal-footer .btn-group .yotpo.yotpo .btn + .write-review-button, .yotpo.yotpo .modal-footer .btn-group .btn + .write-review-button, .modal-footer .btn-group .yotpo.yotpo .yotpo-default-button + .write-review-button, .yotpo.yotpo .modal-footer .btn-group .yotpo-default-button + .write-review-button, .modal-footer .btn-group .yotpo.yotpo .write-review-button + .write-review-button, .yotpo.yotpo .modal-footer .btn-group .write-review-button + .write-review-button {
    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; }

  .modal-xl {
    width: 900px; } }
@media (min-width: 1200px) {
  .modal-xl {
    width: 1240px; } }
.shoppable-modal .modal-header {
  padding-bottom: 0; }
.shoppable-modal .modal-title {
  text-align: center; }
.shoppable-modal .product-card {
  padding: 0 20px; }
  .shoppable-modal .product-card .product-card__gallery {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto; }
  .shoppable-modal .product-card .product-card__info-title {
    font-size: 1.0625rem; }
  .shoppable-modal .product-card .product-card__info-subtitle {
    font-size: 1rem; }
  .shoppable-modal .product-card .cta {
    min-width: 0;
    padding-left: 30px;
    padding-right: 30px; }
    .shoppable-modal .product-card .cta svg {
      display: none; }
.shoppable-modal .slick-dots {
  margin-top: 0; }

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

.shoppable-modal__col + .shoppable-modal__col {
  margin-top: 40px; }
@media (min-width: 992px) {
  .shoppable-modal__col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0 !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .shoppable-modal__col.shoppable-modal__col--details {
    -webkit-box-flex: 1.5;
    -webkit-flex: 1.5;
    -moz-box-flex: 1.5;
    -moz-flex: 1.5;
    -ms-flex: 1.5;
    flex: 1.5; } }

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

.shoppable-modal__featured-image {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .shoppable-modal__featured-image {
      max-width: none; } }

.easter-egg-modal .modal-title {
  text-align: center; }
.easter-egg-modal .modal-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0em;
  text-transform: none; }

.page-header {
  margin: 40px 0;
  text-align: center; }
  .page-header.page-header--left {
    text-align: left; }
  .page-header.page-header--right {
    text-align: right; }

.page-header__title {
  margin: 0 auto;
  max-width: 10em;
  text-transform: uppercase;
  position: relative; }
  .page-header--left .page-header__title {
    margin-left: 0; }
  .page-header--right .page-header__title {
    margin-right: 0; }

.page-header__title-text {
  display: inline-block;
  position: relative;
  margin-bottom: 0; }
  .page-header__title-text .illustration {
    display: block;
    width: 64px;
    margin: 0 auto 1.125rem; }
    @media (min-width: 992px) {
      .page-header__title-text .illustration {
        position: absolute;
        top: 0;
        left: -85px; }
        .page-header__title-text .illustration.illustration--right {
          left: auto;
          right: -85px; }
        .page-header__title-text .illustration.illustration--right img {
          margin-left: 0; }
        .page-header__title-text .illustration.illustration--left img {
          margin-right: 0; } }

.page-header__subtitle {
  max-width: 20em;
  margin: 0 auto;
  color: black; }
  .page-header--left .page-header__subtitle {
    margin-left: 0px; }
  .page-header--right .page-header__subtitle {
    margin-right: 0px; }
  .page-header__title + .page-header__subtitle {
    margin-top: 8px; }

.page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin: 0 0 40px;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center; }
  @media (min-width: 992px) {
    .page-hero {
      padding-top: 150px;
      padding-bottom: 127.5px; }
      .page-hero.page-hero--short {
        padding-top: 64.5px;
        padding-bottom: 60px; }
      .page-hero.page-hero--tall {
        padding-top: 184.5px;
        padding-bottom: 184.5px; } }
  @media (min-width: 768px) {
    .page-hero.page-hero--text-left {
      text-align: left; } }
  @media (min-width: 768px) {
    .page-hero.page-hero--text-right {
      text-align: right; } }
  .page-hero.page-hero--light a {
    color: white; }

.page-hero__title {
  margin-bottom: 12px;
  text-transform: none; }
  .page-hero--light .page-hero__title {
    color: white; }

.page-hero__toptitle {
  margin-bottom: 20px; }
  .page-hero--light .page-hero__toptitle {
    color: white; }

.page-hero__subtitle {
  color: black; }
  .page-hero--light .page-hero__subtitle {
    color: white; }
  .template-collection .page-hero__subtitle {
    max-width: 350px; }

.page-hero__bg,
.page-hero__bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.page-hero__content {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .page-hero--content-left .page-hero__content {
    margin-left: 0; }
  .page-hero--content-right .page-hero__content {
    margin-right: 0; }

.page-hero__cta {
  margin-top: 65px; }

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

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

.page-sidebar__menu {
  padding-left: 0;
  list-style: none;
  text-transform: uppercase;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .page-sidebar__menu li {
    margin-bottom: .5rem; }
    .page-sidebar__menu li a {
      color: #707070;
      font-size: 0.875rem; }
    .page-sidebar__menu li.is-active a {
      color: black; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 1.75rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: #cccccc;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.07em; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.375rem;
  font-size: 1rem;
  line-height: 1.75;
  color: black; }

.form-control, .minimal-input-box__input, .chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.375rem 0.55rem;
  font-size: 1rem;
  line-height: 1.75;
  color: black;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .form-control:focus, .minimal-input-box__input:focus, .chosen-container-single .chosen-single:focus {
    border-color: black;
    outline: 0;
    color: black; }
  .form-control.placeholder, .placeholder.minimal-input-box__input, .chosen-container-single .placeholder.chosen-single {
    color: #a8a7a7; }
  .form-control:-moz-placeholder, .minimal-input-box__input:-moz-placeholder, .chosen-container-single .chosen-single:-moz-placeholder {
    color: #a8a7a7; }
  .form-control::-moz-placeholder, .minimal-input-box__input::-moz-placeholder, .chosen-container-single .chosen-single::-moz-placeholder {
    color: #a8a7a7; }
  .form-control:-ms-input-placeholder, .minimal-input-box__input:-ms-input-placeholder, .chosen-container-single .chosen-single:-ms-input-placeholder {
    color: #a8a7a7; }
  .form-control::-webkit-input-placeholder, .minimal-input-box__input::-webkit-input-placeholder, .chosen-container-single .chosen-single::-webkit-input-placeholder {
    color: #a8a7a7; }
  .form-control::-ms-expand, .minimal-input-box__input::-ms-expand, .chosen-container-single .chosen-single::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], [disabled].minimal-input-box__input, .chosen-container-single [disabled].chosen-single, .form-control[readonly], [readonly].minimal-input-box__input, .chosen-container-single [readonly].chosen-single, fieldset[disabled] .form-control, fieldset[disabled] .minimal-input-box__input, fieldset[disabled] .chosen-container-single .chosen-single, .chosen-container-single fieldset[disabled] .chosen-single {
    background-color: white;
    opacity: 1; }
  .form-control[disabled], [disabled].minimal-input-box__input, .chosen-container-single [disabled].chosen-single, fieldset[disabled] .form-control, fieldset[disabled] .minimal-input-box__input, fieldset[disabled] .chosen-container-single .chosen-single, .chosen-container-single fieldset[disabled] .chosen-single {
    cursor: not-allowed; }

textarea.form-control, textarea.minimal-input-box__input, .chosen-container-single textarea.chosen-single {
  height: auto;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem; }

select.form-control, select.minimal-input-box__input, .chosen-container-single select.chosen-single {
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/ico-select.svg?v=14260024613698595636);
  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"] .minimal-input-box__input, [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, input[type="date"].minimal-input-box__input, .chosen-container-single input[type="date"].chosen-single,
  input[type="time"].form-control,
  input[type="time"].minimal-input-box__input,
  .chosen-container-single input[type="time"].chosen-single,
  input[type="datetime-local"].form-control,
  input[type="datetime-local"].minimal-input-box__input,
  .chosen-container-single input[type="datetime-local"].chosen-single,
  input[type="month"].form-control,
  input[type="month"].minimal-input-box__input,
  .chosen-container-single input[type="month"].chosen-single {
    line-height: 2.5rem; }
  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: 3.9375rem; }
  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: 4.91667rem; } }
.form-group {
  margin-bottom: 10px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px; }
  .radio label,
  .checkbox label {
    min-height: 1.75rem;
    padding-left: 36px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    text-transform: none;
    font-size: 0.875rem;
    letter-spacing: 0em; }
  .radio p,
  .checkbox p {
    margin: 0; }

.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;
  z-index: -1;
  opacity: 0; }

.checkbox-ui,
.radio-ui {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  text-align: center;
  color: black;
  background-color: white;
  overflow: hidden;
  pointer-events: none; }

.checkbox-ui {
  height: 18px;
  width: 18px;
  top: 7px;
  line-height: 17px;
  border: 1px solid #707070; }
  .checkbox-ui:before {
    content: "\0000D7";
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 21px;
    opacity: 0;
    transition: opacity 0.15s ease-out; }
  input[type="checkbox"][disabled] ~ .checkbox-ui {
    opacity: 0.4; }
  input[type="checkbox"]:checked ~ .checkbox-ui {
    border-color: black; }
    input[type="checkbox"]:checked ~ .checkbox-ui:before {
      opacity: 1;
      transition: opacity 0.15s ease-in; }

.radio-ui {
  height: 20px;
  width: 20px;
  top: 4px;
  border: 1px solid #707070;
  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.55);
    -ms-transform: scale(0.55);
    -o-transform: scale(0.55);
    transform: scale(0.55);
    transition: background-color 0.15s ease-in; }
  input[type="radio"][disabled] ~ .radio-ui {
    opacity: 0.4; }
  input[type="radio"]:checked ~ .radio-ui {
    border-color: #4a4a4a;
    background-color: #4a4a4a;
    transition: all 0.15s ease-in; }
    input[type="radio"]:checked ~ .radio-ui:before {
      background-color: white;
      transition: background-color 0.15s ease-in; }

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

.input-sm {
  height: 3.9375rem;
  padding: 0.3125rem 0.45rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

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

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

.form-group-sm .form-control, .form-group-sm .minimal-input-box__input, .form-group-sm .chosen-container-single .chosen-single, .chosen-container-single .form-group-sm .chosen-single {
  height: 3.9375rem;
  padding: 0.3125rem 0.45rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }
.form-group-sm select.form-control, .form-group-sm select.minimal-input-box__input, .form-group-sm .chosen-container-single select.chosen-single, .chosen-container-single .form-group-sm select.chosen-single {
  height: 3.9375rem;
  line-height: 3.9375rem; }
.form-group-sm textarea.form-control, .form-group-sm textarea.minimal-input-box__input, .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 select[multiple].minimal-input-box__input,
.form-group-sm .chosen-container-single select[multiple].chosen-single,
.chosen-container-single .form-group-sm select[multiple].chosen-single {
  height: auto; }
.form-group-sm .form-control-static {
  height: 3.9375rem;
  min-height: 2.625rem;
  padding: 1.3125rem 0.45rem;
  font-size: 0.875rem;
  line-height: 1.5; }

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

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

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

.form-group-lg .form-control, .form-group-lg .minimal-input-box__input, .form-group-lg .chosen-container-single .chosen-single, .chosen-container-single .form-group-lg .chosen-single {
  height: 4.91667rem;
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0; }
.form-group-lg select.form-control, .form-group-lg select.minimal-input-box__input, .form-group-lg .chosen-container-single select.chosen-single, .chosen-container-single .form-group-lg select.chosen-single {
  height: 4.91667rem;
  line-height: 4.91667rem; }
.form-group-lg textarea.form-control, .form-group-lg textarea.minimal-input-box__input, .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 select[multiple].minimal-input-box__input,
.form-group-lg .chosen-container-single select[multiple].chosen-single,
.chosen-container-single .form-group-lg select[multiple].chosen-single {
  height: auto; }
.form-group-lg .form-control-static {
  height: 4.91667rem;
  min-height: 3rem;
  padding: 1.625rem 1rem;
  font-size: 1.25rem;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .minimal-input-box__input, .has-feedback .chosen-container-single .chosen-single, .chosen-container-single .has-feedback .chosen-single {
    padding-right: 3.125rem; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  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 .minimal-input-box__input + .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: 4.91667rem;
  height: 4.91667rem;
  line-height: 4.91667rem; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .minimal-input-box__input + .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: 3.9375rem;
  height: 3.9375rem;
  line-height: 3.9375rem; }

.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 {
  color: #f10f3e; }
.has-error .form-control, .has-error .minimal-input-box__input, .has-error .chosen-container-single .chosen-single, .chosen-container-single .has-error .chosen-single {
  color: #f10f3e;
  border-color: #f10f3e; }
  .has-error .form-control:focus, .has-error .minimal-input-box__input:focus, .has-error .chosen-container-single .chosen-single:focus, .chosen-container-single .has-error .chosen-single:focus {
    border-color: #c20b31; }
.has-error .input-group-addon {
  color: #f10f3e;
  border-color: #f10f3e;
  background-color: #f10f3e; }
.has-error .form-control-feedback {
  color: #f10f3e; }

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .minimal-input-box__input, .form-inline .chosen-container-single .chosen-single, .chosen-container-single .form-inline .chosen-single {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .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 .minimal-input-box__input,
    .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 .input-group > .minimal-input-box__input, .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.375rem; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 3.125rem; }
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
  *zoom: 1; }
  .form-horizontal .form-group::after {
    content: '';
    display: table;
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .form-group {
    display: flex; }
    .form-horizontal .form-group .control-label {
      align-self: center; }
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0; }
    .form-horizontal .control-label.textarea-label {
      align-self: flex-start;
      padding-top: 1rem; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 1.625rem;
    font-size: 1.25rem; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1.3125rem;
    font-size: 0.875rem; } }

.quantity-adjuster {
  display: inline-block;
  height: 40px;
  border: 1px solid #cccccc;
  font-size: 0; }
  .quantity-adjuster button {
    border: none;
    background: none;
    -webkit-appearance: none;
    padding: 0;
    height: 37px;
    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: 33px;
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 1.0625rem;
    height: 37px;
    cursor: pointer; }
    .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: 9px;
      background-color: #cccccc;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .quantity-adjuster .quantity-adjuster__increment:after,
    .quantity-adjuster .quantity-adjuster__decrement:after {
      transform: translate(-50%, -50%) rotate(90deg); }
  .quantity-adjuster .quantity-adjuster__decrement:after {
    display: none; }
  .quantity-adjuster.quantity-adjuster--vertical {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 40px;
    height: 65px; }
    .quantity-adjuster.quantity-adjuster--vertical button,
    .quantity-adjuster.quantity-adjuster--vertical input[type="number"] {
      width: 100%;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .quantity-adjuster.quantity-adjuster--vertical input[type="number"] {
      font-size: 1rem; }

.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 20px 40px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

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

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .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; }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.07em; }
  @media screen and (min-width: 576px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs a {
    color: #707070; }

.breadcrumbs__crumb {
  display: inline-block; }
  .breadcrumbs__crumb:not(:last-child), .breadcrumbs__crumb:not(:last-child) a {
    color: #707070; }
  .breadcrumbs__crumb:not(:last-child):after {
    content: '';
    position: relative;
    top: 1px;
    display: inline-block;
    height: 12px;
    width: 6px;
    margin: 0 10px 0 8px;
    background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/breadcrumb-separator.svg?v=13588080447576335221);
    background-size: 100%;
    background-repeat: no-repeat; }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.75rem; }
  .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;
    line-height: 1.75;
    vertical-align: top;
    border-top: 1px solid #dddddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd; }
  .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 #dddddd; }
  .table .table {
    background-color: white; }
  .table > thead > tr > th {
    text-transform: uppercase;
    color: black; }

.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 #dddddd; }
  .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 #dddddd; }
  .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: whitesmoke; }

.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: none; }
.table-borderless > thead > tr > th {
  border-bottom: none; }
.table-borderless > tbody + tbody {
  border-top: none; }

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

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

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 1.3125rem;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #dddddd; }
      .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 .social-sharing__link {
  color: black;
  margin: 0 9px; }
  .social-sharing .social-sharing__link:first-child {
    margin-left: 0; }
  .social-sharing .social-sharing__link:last-child {
    margin-right: 0; }
.social-sharing .icon {
  height: 23px;
  width: 23px; }
.social-sharing span[aria-hidden="true"] {
  display: none; }

.alert,
.errors {
  position: relative;
  padding: 10px 20px;
  margin-bottom: 1rem;
  border: 1px solid transparent; }
  .alert p:last-child,
  .alert ul:last-child,
  .errors p:last-child,
  .errors ul:last-child {
    margin-bottom: 0; }

.alert-success {
  background-color: #e1f7e1;
  border-color: #daf0da;
  color: #333333; }
  .alert-success hr {
    border-top-color: #c8e9c8; }
  .alert-success .alert-link {
    color: #1a1a1a; }

.alert-danger,
.errors {
  background-color: #f7e5e1;
  border-color: #f10f3e;
  color: #333333; }
  .alert-danger hr,
  .errors hr {
    border-top-color: #da0d37; }
  .alert-danger .alert-link,
  .errors .alert-link {
    color: #1a1a1a; }

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

.content-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -20px;
  margin-right: -20px; }
  .content-grid.content-grid--centered {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .content-grid.content-grid--flush {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 992px) {
    .content-grid.content-grid--categories {
      min-height: 400px; } }
  @media (min-width: 1200px) {
    .content-grid.content-grid--categories {
      min-height: 450px; } }
  @media (max-width: 991px) {
    .content-grid.content-grid--mosaic {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 992px) {
    .content-grid.content-grid--mosaic {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; } }

.content-grid__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 40px;
  padding: 0 20px;
  max-width: 100%; }
  @media (min-width: 768px) {
    .content-grid__item {
      margin-bottom: 80px; } }
  .content-grid--6-col .content-grid__item {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 10px; }
  @media (min-width: 768px) {
    .content-grid--6-col .content-grid__item {
      -webkit-flex-basis: 33.33333%;
      -moz-flex-basis: 33.33333%;
      -ms-flex-basis: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 992px) {
    .content-grid__item {
      -webkit-flex-basis: 33.33333%;
      -moz-flex-basis: 33.33333%;
      -ms-flex-basis: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%; }
      .content-grid--2-col .content-grid__item {
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%;
        max-width: 50%; }
      .content-grid--4-col .content-grid__item {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%; }
      .content-grid--6-col .content-grid__item {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%; }
      .content-grid__item.content-grid__item--2-col {
        -webkit-flex-basis: 66.66667%;
        -moz-flex-basis: 66.66667%;
        -ms-flex-basis: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%; }
        .content-grid--2-col .content-grid__item.content-grid__item--2-col {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%;
          max-width: 100%; }
        .content-grid--4-col .content-grid__item.content-grid__item--2-col {
          -webkit-flex-basis: 50%;
          -moz-flex-basis: 50%;
          -ms-flex-basis: 50%;
          flex-basis: 50%;
          max-width: 50%; }
      .content-grid__item.content-grid__item--3-col {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%; }
        .content-grid--4-col .content-grid__item.content-grid__item--3-col {
          -webkit-flex-basis: 75%;
          -moz-flex-basis: 75%;
          -ms-flex-basis: 75%;
          flex-basis: 75%;
          max-width: 75%; }
      .content-grid__item.content-grid__item--full {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%; } }
  @media (min-width: 1200px) {
    .content-grid--6-col .content-grid__item {
      -webkit-flex-basis: 16.66667%;
      -moz-flex-basis: 16.66667%;
      -ms-flex-basis: 16.66667%;
      flex-basis: 16.66667%;
      max-width: 16.66667%; } }
  .content-grid--flush .content-grid__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  .content-grid--categories .content-grid__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 576px) {
    .content-grid--categories .content-grid__item {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      max-width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .content-grid--categories .content-grid__item:nth-child(2n) {
      -webkit-flex-basis: 60%;
      -moz-flex-basis: 60%;
      -ms-flex-basis: 60%;
      flex-basis: 60%;
      max-width: 60%; }
    .content-grid--categories .content-grid__item:nth-child(2n+1) {
      -webkit-flex-basis: 40%;
      -moz-flex-basis: 40%;
      -ms-flex-basis: 40%;
      flex-basis: 40%;
      max-width: 40%; } }
  .content-grid--mosaic .content-grid__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 10px; }
    .content-grid--mosaic .content-grid__item.content-grid__item--2-col {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%; }
    @media (min-width: 992px) {
      .content-grid--mosaic .content-grid__item {
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        flex-basis: 25%;
        max-width: 25%;
        margin-bottom: 40px;
        padding: 0 20px; }
        .content-grid--mosaic .content-grid__item.content-grid__item--2-col {
          -webkit-flex-basis: 50%;
          -moz-flex-basis: 50%;
          -ms-flex-basis: 50%;
          flex-basis: 50%;
          max-width: 50%; } }
  .content-grid--shoppable .content-grid__item {
    margin-bottom: 40px; }
    .content-grid--shoppable .content-grid__item[data-slot="1"], .content-grid--shoppable .content-grid__item[data-slot="2"] {
      max-width: 50%;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      margin-bottom: 0; }
    .content-grid--shoppable .content-grid__item[data-slot="3"] {
      max-width: 50%;
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%; }
    .content-grid--shoppable .content-grid__item[data-slot="4"], .content-grid--shoppable .content-grid__item[data-slot="7"] {
      max-width: 16.66667%;
      -webkit-flex-basis: 16.66667%;
      -moz-flex-basis: 16.66667%;
      -ms-flex-basis: 16.66667%;
      flex-basis: 16.66667%; }
    .content-grid--shoppable .content-grid__item[data-slot="5"], .content-grid--shoppable .content-grid__item[data-slot="6"] {
      max-width: 33.33333%;
      -webkit-flex-basis: 33.33333%;
      -moz-flex-basis: 33.33333%;
      -ms-flex-basis: 33.33333%;
      flex-basis: 33.33333%; }
    @media (min-width: 1200px) {
      .content-grid--shoppable .content-grid__item[data-slot="5"], .content-grid--shoppable .content-grid__item[data-slot="6"] {
        max-width: 25%;
        -webkit-flex-basis: 25%;
        -moz-flex-basis: 25%;
        -ms-flex-basis: 25%;
        flex-basis: 25%; } }
    @media (max-width: 991px) {
      .content-grid--shoppable .content-grid__item[data-slot="5"], .content-grid--shoppable .content-grid__item[data-slot="6"], .content-grid--shoppable .content-grid__item[data-slot="7"] {
        display: none; }
      .content-grid--shoppable .content-grid__item[data-slot="4"] {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%; } }
  .content-grid--shoppable > .content-grid__item:nth-child(1) {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media (min-width: 992px) {
      .content-grid--shoppable > .content-grid__item:nth-child(1) {
        max-width: 50%;
        -webkit-flex-basis: 50%;
        -moz-flex-basis: 50%;
        -ms-flex-basis: 50%;
        flex-basis: 50%; } }

.content-header,
.content-footer {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .content-header,
    .content-footer {
      margin-top: 60px;
      margin-bottom: 60px; } }

.content-header__title {
  margin-bottom: 0;
  text-align: center; }

.content-header__title-text {
  display: inline-block;
  position: relative;
  max-width: 11.5em;
  margin-bottom: 0; }
  .content-header__title-text:not(.content-header__title-text--no-underline) {
    position: relative;
    padding-bottom: 30px; }
    .content-header__title-text:not(.content-header__title-text--no-underline):after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center;
      height: 11px;
      background-image: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/illustration-underline.svg?v=12270073229203452685"); }
  .content-header__title-text > .illustration {
    display: block;
    margin: 0 auto 1.2rem;
    width: 64px; }
    @media (min-width: 768px) {
      .content-header__title-text > .illustration {
        position: absolute;
        margin: 0;
        top: -10px; }
        .content-header__title-text > .illustration, .content-header__title-text > .illustration.illustration--left {
          left: -85px; }
        .content-header__title-text > .illustration.illustration--right {
          left: auto;
          right: -85px; }
        .content-header__title-text > .illustration.illustration--right img {
          margin-left: 0; }
        .content-header__title-text > .illustration.illustration--left img {
          margin-right: 0; } }

.content-header__subtitle {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto; }
  .content-header__title + .content-header__subtitle {
    margin-top: 1.5rem; }

.content-grid:not(.content-grid--flush):not(.content-grid--categories) + .content-footer {
  margin-top: 0; }

.article-card {
  height: 100%; }

.article-card__image {
  width: 100%;
  margin-bottom: 11px; }

.article-card__info {
  padding-top: 0.33333rem; }

.article-card__info-title {
  margin-bottom: 0;
  letter-spacing: 0.1em; }

.article-card__info-excerpt {
  font-size: 0.875rem;
  margin-bottom: 8px; }

.article-card__info-tags {
  margin-bottom: 18px; }

.article-card__info-meta {
  color: #4a4a4a; }

.content-card {
  height: 100%;
  padding: 80px 40px; }

.content-card__header {
  margin-bottom: 2rem; }

.content-card__title {
  margin-bottom: 8px;
  text-align: center; }

.content-card__subtitle {
  margin-bottom: 8px;
  text-align: center; }

.content-card__body {
  margin-bottom: 8px; }

.overlay-card {
  position: relative;
  height: 100%;
  border-radius: 0;
  overflow: hidden; }

.overlay-card__full {
  height: 100%;
  padding: 28px 36px;
  display: none; }
  @media (min-width: 992px) {
    .overlay-card__full {
      display: block; } }

.overlay-card__mini {
  text-align: center; }
  @media (min-width: 992px) {
    .overlay-card__mini {
      display: none; } }
  .overlay-card__mini .frame {
    margin-bottom: 30px; }

.overlay-card__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center; }
  .overlay-card__bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0; }
    .overlay-card--bg-dark .overlay-card__bg:before {
      background-color: rgba(0, 0, 0, 0.3); }
    .overlay-card--bg-light .overlay-card__bg:before {
      background-color: rgba(255, 255, 255, 0.4); }

.overlay-card__full-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 30em; }
  .overlay-card--content-top .overlay-card__full-contents {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .overlay-card--content-bottom .overlay-card__full-contents {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.overlay-card__header {
  position: relative; }
  .overlay-card__header .overlay-card__eyebrow {
    margin-bottom: 11px; }
  .overlay-card__mini .overlay-card__header .overlay-card__eyebrow {
    position: absolute;
    left: 0;
    right: 0;
    top: -45px;
    text-align: center; }

.overlay-card__title {
  margin-bottom: 5px; }
  .overlay-card__mini .overlay-card__title {
    margin-bottom: 5px; }

.overlay-card__title-icon {
  display: inline-block;
  padding-left: 10px; }
  .overlay-card__mini .overlay-card__title-icon {
    display: none; }

.overlay-card__body {
  color: black; }
  .overlay-card__body p:last-child {
    margin-bottom: 0; }
  .overlay-card__mini .overlay-card__body {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.overlay-card--light-text .overlay-card__title,
.overlay-card--light-text .overlay-card__subtitle,
.overlay-card--light-text .overlay-card__body {
  color: white; }
.overlay-card--light-text .overlay-card__mini .overlay-card__title,
.overlay-card--light-text .overlay-card__mini .overlay-card__subtitle,
.overlay-card--light-text .overlay-card__mini .overlay-card__body {
  color: #333333; }

.template-collection .overlay-card__full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 0px; }
.template-collection .overlay-card__full-contents {
  align-items: center;
  justify-content: center; }
.template-collection .overlay-card__title {
  color: white;
  text-align: center;
  padding: 4%; }
  @media screen and (min-width: 992px) and (max-width: 1160px) {
    .template-collection .overlay-card__title {
      font-size: 2rem;
      padding: 12%; } }
  @media (max-width: 992px) {
    .template-collection .overlay-card__title {
      padding-bottom: 0px;
      height: 30vw;
      max-height: 386px; } }

.product-card {
  height: 100%; }

.product-card__contents {
  position: relative; }

.product-card__topper {
  position: relative;
  max-width: 350px;
  margin: 0 auto 34px; }

.product-card__eyebrow {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1; }

.product-card__gallery {
  position: relative;
  width: 100%;
  overflow: hidden; }

.product-card__gallery-image,
.product-card__gallery-image img {
  width: 100%; }

.product-card__gallery-image--alt {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: white;
  opacity: 0;
  -webkit-transition: opacity ease-in 0.3s;
  -o-transition: opacity ease-in 0.3s;
  transition: opacity ease-in 0.3s; }
  .product-card.alt-loaded:hover .product-card__gallery-image--alt, .product-card.alt-loaded:focus .product-card__gallery-image--alt {
    opacity: 1;
    -webkit-transition: opacity ease-out 0.15s;
    -o-transition: opacity ease-out 0.15s;
    transition: opacity ease-out 0.15s; }

.product-card__gallery-placeholder {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: white;
  opacity: 1; }
  .is-loaded .product-card__gallery-placeholder {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity ease-in 0.3s;
    -o-transition: opacity ease-in 0.3s;
    transition: opacity ease-in 0.3s; }

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

.product-card__info-swatches {
  margin-bottom: 25px; }

.product-card__info-toptitle {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #333333; }

.product-card__info-title {
  margin-bottom: 0; }

.product-card__info-subtitle {
  font-size: 1.25rem;
  margin-bottom: 0;
  color: #333333; }

p.product-card__info-subtitle {
  color: #4a4a4a;
  font-size: 1rem; }

.product-card__info-price {
  font-size: 1.0625rem;
  margin-top: 0.2em;
  color: black; }
  .product-card__info-price s {
    position: relative;
    color: black;
    margin-right: 18px;
    text-decoration: none; }
    .product-card__info-price s:after {
      content: '';
      position: absolute;
      left: -9px;
      right: -8px;
      height: 1px;
      background-color: black;
      top: 45%; }

.product-card__quick-add {
  margin-top: 2rem;
  text-align: center; }
  .product-card__quick-add label {
    text-transform: none;
    letter-spacing: 0em;
    font-size: 1.0625rem;
    color: #4a4a4a;
    margin-bottom: 15px; }
  .product-card__quick-add .form-control, .product-card__quick-add .minimal-input-box__input, .product-card__quick-add .chosen-container-single .chosen-single, .chosen-container-single .product-card__quick-add .chosen-single,
  .product-card__quick-add .chosen-container {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }

@media (max-width: 991px) {
  .product-card__info-subtitle,
  .product-card__info-price {
    font-size: 0.81rem; }

  .product-card__info-title {
    font-size: 1.0625rem; } }
.illustration-card {
  text-align: center; }
  .illustration-card .illustration {
    margin-bottom: 30px; }

.illustration-card__illustration {
  height: 85px; }
  .illustration-card__illustration .illustration {
    width: 75px; }

.illustration-card__subtitle {
  text-transform: uppercase;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto; }

.video-card__info {
  margin-top: 13px; }
  @media (min-width: 768px) {
    .video-card--large .video-card__info {
      display: none; } }

.video-card__info-contents a, .video-card__info-contents a:hover, .video-card__info-contents a:focus {
  color: black; }

.video-card__info-toptitle,
.video-card__info-toptitle a {
  text-transform: uppercase;
  color: #e9427f;
  font-size: 0.875rem;
  letter-spacing: 1px;
  margin-bottom: .5rem; }
.video-card__info-toptitle a:hover,
.video-card__info-toptitle a:focus {
  color: #e9427f; }

@-moz-keyframes spin-trigger {
  100% {
    -moz-transform: rotate(360deg); } }

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

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

.shoppable-card__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 22px;
  right: 22px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: black;
  background-color: rgba(224, 224, 224, 0.8); }
  .shoppable-card__trigger .icon {
    height: 29px; }
  .is-loading .shoppable-card__trigger {
    -webkit-animation: spin-trigger 1.5s cubic-bezier(0.37, 0.65, 0.73, 0.57) infinite;
    -o-animation: spin-trigger 1.5s cubic-bezier(0.37, 0.65, 0.73, 0.57) infinite;
    animation: spin-trigger 1.5s cubic-bezier(0.37, 0.65, 0.73, 0.57) infinite;
    cursor: not-allowed; }

.variant-card {
  position: relative;
  padding: 20px;
  height: 100%; }
  .variant-card img {
    padding: 0 20px; }
    @media (min-width: 992px) {
      .variant-card img {
        padding: 10px 20px; } }
  .variant-card.is-added {
    background-color: #fdf5f6; }

.variant-card__gallery {
  position: relative;
  margin-bottom: 20px; }

.variant-card__gallery-img {
  text-align: center; }

.variant-card__gallery-img-alt {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .is-added .variant-card__gallery-img-alt {
    background-color: #fdf5f6; }
  .variant-card__gallery:hover .variant-card__gallery-img-alt {
    opacity: 1; }

.variant-card__info {
  text-align: center;
  font-size: 0.875rem; }

.variant-card__info-title {
  color: #e9427f;
  margin-bottom: 10px; }

.variant-card__info-subtitle {
  font-size: 1rem;
  margin: 5px 0 15px; }

.variant-card__qty {
  position: absolute;
  height: 25px;
  width: 25px;
  text-align: center;
  font-size: 0.875rem;
  border-radius: 50%;
  line-height: 23px;
  top: -8px;
  right: -8px;
  background: #e9427f;
  color: white;
  font-weight: bold;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
  -o-transition: -o-transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .variant-card__qty.is-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

.template-page-styles code,
.template-page-components code,
.template-page-how-to code {
  font-size: 0.875rem;
  padding: 1px 5px;
  background: #f7f7f7;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  color: #ad084b; }

.docs-title {
  max-width: 450px;
  margin: 180px 0 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid black; }

.docs-subtitle {
  margin: 80px 0 50px; }

.docs-subsubtitle {
  margin: 40px 0 25px; }

.docs-well {
  padding: 20px;
  margin: 2rem -20px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: -4px 6px 10px -8px rgba(204, 204, 204, 0.8); }
  .docs-well.docs-well--dark {
    background-color: black;
    border-color: black;
    border-radius: 0; }
  .docs-well.docs-well--accent {
    background-color: #ebebeb;
    border-color: #ebebeb;
    border-radius: 0; }
  .docs-well.docs-well--constrained {
    max-width: 500px; }

.docs-code-example {
  padding: 20px;
  background: #f7f7f7;
  margin-bottom: 2rem; }
  .docs-code-example pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0; }
    .docs-code-example pre code {
      font-size: 0.875rem;
      color: #333333;
      background: none;
      border: none;
      padding: none; }

.styleguide-icons {
  list-style: none;
  padding: 0;
  margin: 0; }
  .styleguide-icons li {
    display: inline-block;
    margin: 0 18px 0 0; }

/*
 * Grid examples
 *
 * Highlight the grid columns within the docs so folks can see their padding,
 * alignment, sizing, etc.
 */
.show-grid {
  margin-bottom: 15px; }

.show-grid [class^="col-"],
.show-grid.content-grid .content-grid__item > * {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eee;
  background-color: rgba(173, 8, 75, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(173, 8, 75, 0.2); }

.show-grid.content-grid .content-grid__item > * {
  text-align: center; }

.styleguide-color {
  display: inline-block;
  margin-right: 15px;
  margin: 0 15px 15px 0; }
  .styleguide-color code {
    padding: 0;
    background: none;
    border: none;
    color: #333333;
    font-size: 0.875rem; }

.styleguide-color__swatch {
  height: 100px;
  width: 100px;
  margin-bottom: 10px;
  border: 1px solid transparent; }
  .styleguide-color__swatch.styleguide-color__swatch--black {
    background-color: black; }
  .styleguide-color__swatch.styleguide-color__swatch--darker-grey {
    background-color: #333333; }
  .styleguide-color__swatch.styleguide-color__swatch--dark-grey {
    background-color: #4a4a4a; }
  .styleguide-color__swatch.styleguide-color__swatch--warm-grey {
    background-color: #707070; }
  .styleguide-color__swatch.styleguide-color__swatch--medium-grey {
    background-color: #a8a7a7; }
  .styleguide-color__swatch.styleguide-color__swatch--grey {
    background-color: #cccccc; }
  .styleguide-color__swatch.styleguide-color__swatch--light-grey {
    background-color: #e0e0e0; }
  .styleguide-color__swatch.styleguide-color__swatch--grey-bg {
    background-color: whitesmoke;
    border-color: #e8e8e8; }
  .styleguide-color__swatch.styleguide-color__swatch--white {
    background-color: white;
    border-color: #f2f2f2; }
  .styleguide-color__swatch.styleguide-color__swatch--primary {
    background-color: #e9427f; }
  .styleguide-color__swatch.styleguide-color__swatch--pink {
    background-color: #e9427f; }
  .styleguide-color__swatch.styleguide-color__swatch--fuchsia {
    background-color: #b0228c; }
  .styleguide-color__swatch.styleguide-color__swatch--red {
    background-color: #f10f3e; }
  .styleguide-color__swatch.styleguide-color__swatch--rose-pink {
    background-color: #f391a0; }
  .styleguide-color__swatch.styleguide-color__swatch--mint {
    background-color: #a9f5cd; }
  .styleguide-color__swatch.styleguide-color__swatch--turquoise {
    background-color: #53ccbf; }
  .styleguide-color__swatch.styleguide-color__swatch--blue {
    background-color: #00bced; }
  .styleguide-color__swatch.styleguide-color__swatch--yellow {
    background-color: #fee491; }
  .styleguide-color__swatch.styleguide-color__swatch--light-pink {
    background-color: #fce8ea; }
  .styleguide-color__swatch.styleguide-color__swatch--light-mint {
    background-color: #dcf6e8; }

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 992px) {
    .banner {
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .slick-slide .banner {
    height: 100%; }
    .slick-slide .banner .banner__panel {
      min-height: 100%; }

.banner__panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-top: 75px;
  padding-bottom: 75px; }
  @media (min-width: 992px) {
    .banner__panel {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
      -moz-box-flex: 1;
      -moz-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0; } }
  .banner__panel.banner__panel--light,
  .banner__panel.banner__panel--light a:not(.btn):not(.cta),
  .banner__panel.banner__panel--light .banner__title,
  .banner__panel.banner__panel--light .banner__text {
    color: white; }
  .banner--small > .banner__panel {
    padding-top: 50px;
    padding-bottom: 50px; }
  .banner--large > .banner__panel {
    padding-top: 150px;
    padding-bottom: 150px; }

.banner__bg-container,
.banner__bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1; }

.banner__bg-image {
  background-size: cover;
  background-position: center; }

.banner__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0; }
  .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 {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 400px; }
  @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: 1.5rem; }

.banner__title {
  line-height: 1.1;
  font-size: 2.75rem; }

.banner__text p:last-child {
  margin-bottom: 0; }

.banner .cta-group {
  margin-top: 45px; }

.minimal-input-box {
  position: relative; }

.minimal-input-box__input {
  padding: 0 60px 0 20px;
  height: 40px; }
  .minimal-input-box__input, .minimal-input-box__input:focus {
    border-color: white; }

.minimal-input-box__submit {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: right;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .minimal-input-box__submit svg {
    height: 14px;
    width: 14px; }

.minimal-input-box--large .minimal-input-box__input {
  height: 60px;
  font-size: 1.25rem;
  padding-right: 80px; }
.minimal-input-box--large .minimal-input-box__submit {
  height: 60px;
  width: 60px; }

.minimal-input-box--reverse .minimal-input-box__input {
  padding-right: 0;
  padding-left: 60px; }
.minimal-input-box--reverse .minimal-input-box__submit {
  right: auto;
  left: 0; }

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

.dot {
  display: inline-block;
  position: relative;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
  padding: 5px;
  height: 51px;
  width: 51px;
  cursor: pointer;
  vertical-align: top;
  border: 2px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  line-height: 38px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: border-color 0.15s ease-in;
  -o-transition: border-color 0.15s ease-in;
  transition: border-color 0.15s ease-in; }
  .dot.is-active {
    border-color: #4a4a4a;
    -webkit-transition: border-color 0.15s ease-out;
    -o-transition: border-color 0.15s ease-out;
    transition: border-color 0.15s ease-out; }
  .dots--small .dot {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    height: 24px;
    width: 24px;
    border: 2px solid transparent;
    border-radius: 50%;
    line-height: 21px;
    font-size: 0.81rem; }
    .dots--small .dot.is-active {
      border-color: black; }
  .dot.is-disabled {
    cursor: not-allowed; }
    .dot.is-disabled .dot__inner {
      opacity: 0.2; }
    .dot.is-disabled:before {
      content: "";
      position: absolute;
      top: -20%;
      left: 50%;
      height: 140%;
      width: 2px;
      background-color: #4a4a4a;
      border: none;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .dot .dot__inner {
    height: 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .dot.dot--white .dot__inner {
    border-color: #e6e6e6 !important;
    background-color: white !important; }
  .dot.dot--black .dot__inner {
    border-color: black !important;
    background-color: black !important; }
  .dot.dot--grey .dot__inner, .dot.dot--gray .dot__inner {
    border-color: #cccccc !important;
    background-color: #cccccc !important; }
  .dot.dot--khaki .dot__inner {
    border-color: #c0b095 !important;
    background-color: #c0b095 !important; }
  .dot.dot--pink .dot__inner {
    border-color: #d885c1 !important;
    background-color: #d885c1 !important; }
  .dot.dot--orange .dot__inner {
    border-color: #f48d52 !important;
    background-color: #f48d52 !important; }
  .dot.dot--purple .dot__inner {
    border-color: #8174cd !important;
    background-color: #8174cd !important; }
  .dot.dot--brown .dot__inner {
    border-color: #816960 !important;
    background-color: #816960 !important; }
  .dot.dot--tan .dot__inner {
    border-color: #d3b69f !important;
    background-color: #d3b69f !important; }
  .dot.dot--red .dot__inner {
    border-color: #c13242 !important;
    background-color: #c13242 !important; }
  .dot.dot--green .dot__inner {
    border-color: #00a465 !important;
    background-color: #00a465 !important; }
  .dot.dot--yellow .dot__inner {
    border-color: #eee57a !important;
    background-color: #eee57a !important; }
  .dot.dot--blue .dot__inner {
    border-color: #4e85e6 !important;
    background-color: #4e85e6 !important; }

/*
 * 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 {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 992px) {
    .promo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; }
      .promo.promo--layout-right {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .promo .promo__col {
        width: 50%; }
      .promo.promo--type-1 .promo__col:first-child {
        width: 30%; }
      .promo.promo--type-1 .promo__col:last-child {
        width: 70%; }
      .promo.promo--type-2 .promo__col:first-child {
        width: 40%; }
      .promo.promo--type-2 .promo__col:last-child {
        width: 60%; }
      .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: 60%; }
      .promo.promo--type-4 .promo__col:last-child {
        width: 40%; }
      .promo.promo--type-5 .promo__col:first-child {
        width: 70%; }
      .promo.promo--type-5 .promo__col:last-child {
        width: 30%; }
      .promo.promo--layout-right.promo--type-1 .promo__col:first-child {
        width: 70%; }
      .promo.promo--layout-right.promo--type-1 .promo__col:last-child {
        width: 30%; }
      .promo.promo--layout-right.promo--type-2 .promo__col:first-child {
        width: 60%; }
      .promo.promo--layout-right.promo--type-2 .promo__col:last-child {
        width: 40%; }
      .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: 40%; }
      .promo.promo--layout-right.promo--type-4 .promo__col:last-child {
        width: 60%; }
      .promo.promo--layout-right.promo--type-5 .promo__col:first-child {
        width: 30%; }
      .promo.promo--layout-right.promo--type-5 .promo__col:last-child {
        width: 70%; } }

.promo__col {
  padding-left: 20px;
  padding-right: 20px; }

.promo__col-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .promo__col--text .promo__col-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

.promo__img-wrapper, .promo__img-wrapper img {
  width: 100%; }

.promo__title {
  text-align: center; }
  @media (min-width: 992px) {
    .promo__title {
      text-align: left; } }

.promo__title-text {
  position: relative;
  display: inline-block; }
  .promo__title:not(.promo__title--small) .promo__title-text {
    position: relative;
    padding-bottom: 30px; }
    .promo__title:not(.promo__title--small) .promo__title-text:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center;
      height: 11px;
      background-image: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/illustration-underline.svg?v=12270073229203452685"); }
  .promo__title-text > .illustration {
    display: block;
    margin: 0 auto 2rem;
    width: 64px; }
    @media (min-width: 768px) {
      .promo__title-text > .illustration {
        position: absolute;
        margin: 0;
        top: -10px;
        right: -85px; }
        .promo__title-text > .illustration img {
          margin-left: 0; }
        .promo--layout-right .promo__title-text > .illustration {
          left: -85px;
          right: auto; }
          .promo--layout-right .promo__title-text > .illustration img {
            margin-right: 0;
            margin-left: auto; }
        .promo__title--small .promo__title-text > .illustration {
          top: -25px; } }

@media (min-width: 992px) {
  .promo__text-wrapper {
    padding-left: 40px;
    padding-right: 40px; } }
.promo__text-wrapper .cta {
  margin-top: 30px;
  width: 100%; }
  @media (min-width: 992px) {
    .promo__text-wrapper .cta {
      width: auto; } }

.promo__text blockquote {
  font-size: 1.125rem;
  line-height: 1.67; }

.frame {
  position: relative;
  background-size: cover;
  background-position: center; }
  .frame .frame__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0; }

.frame--1x1 {
  position: relative; }
  .frame--1x1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }

.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: 1479px) {
  .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: 1480px) {
  .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.spacer--small {
  height: 2rem; }
.spacer.spacer--medium {
  height: 4rem; }
.spacer.spacer--large {
  height: 8rem; }
.spacer.spacer--xlarge {
  height: 12rem; }
.spacer.spacer--huge {
  height: 16rem; }

.slideup {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  padding: 20px 0;
  background-color: #ededed;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95), opacity 0.6s step-end;
  -o-transition: transform 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95), opacity 0.6s step-end;
  transition: transform 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95), opacity 0.6s step-end; }
  .slideup.is-visible {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95), opacity 0.6s step-start;
    -o-transition: transform 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95), opacity 0.6s step-start;
    transition: transform 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95), opacity 0.6s step-start; }
  .slideup > .container {
    position: relative; }

.slideup__close {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 2px;
  padding: 10px;
  color: black; }
  .container > .slideup__close {
    top: -15px; }
  .slideup__close .icon {
    height: 16px;
    width: 16px; }

.slideup__content {
  position: relative;
  padding: 0 20px; }

.slideup__title {
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.0625rem; }
  @media (min-width: 768px) {
    .slideup__title {
      font-size: 1.5rem; } }

.slideup__text {
  text-align: center; }

/*
 * This stuff is specific to the subscribe form
 *
 * .slideup__form-content
 *   form.slideup__form
 *   .slideup__form-success
 */
.slideup__form-content {
  position: relative; }

.slideup__form .checkbox label,
.slideup__form .radio label {
  font-size: 0.81rem; }

.slideup__form-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  pointer-events: none; }
  .slideup__form-message .slideup__title:only-child {
    margin-bottom: 0; }

.slideup__form-content .slideup__form {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04) 0.6s;
  -o-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04) 0.6s; }
.slideup__form-content .slideup__form-message {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  -o-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04); }
.slideup__form-content.show-message .slideup__form {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  -o-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04); }
.slideup__form-content.show-message .slideup__form-message {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04) 0.6s;
  -o-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04) 0.6s;
  transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04) 0.6s; }

.slideup__subscription-copy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .slideup__subscription-copy-wrapper {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      margin-bottom: 0; } }

.slideup__subscription-copy {
  position: relative; }
  .slideup__subscription-copy .slideup__title {
    text-align: left; }
  .slideup__subscription-copy .illustration {
    position: absolute;
    display: none; }
  @media (min-width: 992px) {
    .slideup__subscription-copy {
      margin-left: 80px; }
      .slideup__subscription-copy .illustration {
        display: block;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        left: -20px;
        top: -5px; } }
  @media (min-width: 1200px) {
    .slideup__subscription-copy {
      margin-left: 120px; }
      .slideup__subscription-copy .illustration {
        left: -40px; } }

.arrow {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  padding: 8px;
  background-color: rgba(221, 221, 221, 0.5);
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: background-color 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
  -o-transition: background-color 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: background-color 0.15s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .arrow:hover {
    background-color: rgba(221, 221, 221, 0.7);
    -webkit-transition: background-color 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -o-transition: background-color 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    transition: background-color 0.15s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .arrow.arrow--left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .arrow.arrow--up {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .arrow.arrow--down {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.arrow__icon {
  position: relative;
  width: 17px;
  height: 2px;
  background: red; }
  .arrow__icon:before, .arrow__icon:after {
    content: "";
    position: absolute;
    background: red;
    height: 12px;
    right: 0;
    width: 2px; }
  .arrow__icon:before {
    top: -12px;
    transform: rotate(-45deg);
    transform-origin: bottom right; }
  .arrow__icon:after {
    top: 2px;
    transform: rotate(45deg);
    transform-origin: top right; }

body.drawer-open {
  overflow: hidden; }

.drawer {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: white;
  pointer-events: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (min-width: 576px) {
    .drawer {
      max-width: 375px; } }
  .drawer.drawer--left {
    left: 0;
    right: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .drawer.is-visible {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .drawer a, .drawer a:focus {
    color: black; }
  .drawer a:hover {
    color: #e9427f; }

.drawer__inner {
  padding: 20px 20px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.drawer__header {
  position: relative;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #e0e0e0; }
  .drawer__header .drawer__close {
    position: absolute;
    top: 0;
    left: 0; }
    .drawer__header .drawer__close svg {
      height: 14px;
      width: 14px; }

.drawer__header-logo {
  display: block;
  margin: 0 auto;
  width: 80px; }

.drawer__header-title {
  margin: 0;
  padding: 0;
  font-size: 1.0625rem; }

.drawer__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }
  .drawer__body.drawer__body--flush {
    margin-left: -20px;
    margin-right: -20px; }

.drawer__body--flush .drawer__body-contents {
  padding-left: 20px;
  padding-right: 20px; }

.drawer__footer {
  margin-top: 20px;
  padding: 1.5rem 0 0;
  border-top: 2px solid #e0e0e0; }

.drawer-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1999;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.6, 0.21, 0.85);
  -o-transition: all 0.6s cubic-bezier(0, 0.6, 0.21, 0.85);
  transition: all 0.6s cubic-bezier(0, 0.6, 0.21, 0.85); }
  .drawer-backdrop.is-visible {
    opacity: 0.4;
    pointer-events: auto;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95);
    transition: all 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95); }

/*
 *  .panel
 *    .panel__header
 *      .panel__title
 *        a
 *          .panel__title-icon
 *    .panel__body
 */
/* Leave root .panel styling alone!
 * The bootstrap collapse plugin depends on it but we'd like to be able to use the collapsible behavior on anything
 */
.panel__header,
.panel__body {
  padding: 16px 0; }

.panel__title {
  margin: 0;
  *zoom: 1; }
  .panel__title::after {
    content: '';
    display: table;
    clear: both; }
  .panel__title a {
    display: block;
    color: black; }

.panel__title-icon {
  float: right; }

.panel__body {
  color: #707070;
  padding-right: 40px;
  max-width: 36em; }

.panel-group {
  margin-bottom: 40px; }
  .panel-group .panel__body {
    margin-bottom: 0; }
  .panel-group .panel + .panel {
    margin-top: 0; }

.panel__title-icon-expand-trigger {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
  -o-transition: -o-transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .panel__title-icon-expand-trigger:before, .panel__title-icon-expand-trigger:after {
    content: "";
    position: absolute;
    background: black;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
    -o-transition: -o-transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .panel__title-icon-expand-trigger:before {
    height: 2px;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px); }
  .panel__title-icon-expand-trigger:after {
    width: 2px;
    top: 0;
    bottom: 0;
    left: 50%;
    transition: 0.3s;
    -webkit-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -o-transform: translateX(-1px);
    transform: translateX(-1px); }
  .panel.is-open .panel__title-icon-expand-trigger:after {
    transform: rotate(90deg) translateX(-1px);
    opacity: 0; }

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

.expandable-list__header {
  padding: 13px 0; }

.expandable-list__header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  text-transform: uppercase;
  position: relative;
  padding-right: 70px; }
  .expandable-list__header-title .icon {
    position: absolute;
    top: 29%;
    right: 30px; }

.expandable-list__item {
  padding: 5px 0; }

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

.overlay-open {
  overflow: hidden; }

.overlay {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: white;
  z-index: 300;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  outline: 0;
  -webkit-transition: opacity 0.6s ease-in;
  -o-transition: opacity 0.6s ease-in;
  transition: opacity 0.6s ease-in; }
  .overlay-open .overlay {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .overlay.is-visible {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: opacity 0.6s cubic-bezier(0, 0, 0.23, 1.43);
    -o-transition: opacity 0.6s cubic-bezier(0, 0, 0.23, 1.43);
    transition: opacity 0.6s cubic-bezier(0, 0, 0.23, 1.43); }

.overlay__content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%; }

.overlay__content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
  max-width: 1440px;
  margin: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.6s ease-in 0s;
  -o-transition: all 0.6s ease-in 0s;
  transition: all 0.6s ease-in 0s; }
  .overlay__content::after {
    content: '';
    display: table;
    clear: both; }
  .is-visible .overlay__content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-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;
    -o-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; }

.overlay > .overlay__close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 20px; }

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto; }
  @media (min-width: 768px) {
    .hero {
      min-height: 500px;
      height: 75vh;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .hero.hero--block-count-3 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

.hero__block {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (min-width: 768px) {
    .hero--block-count-2 .hero__block {
      width: 50%; } }

.hero__block--text-light,
.hero__block--text-light .hero__top-title,
.hero__block--text-light .hero__title,
.hero__block--text-light .hero__text {
  color: white; }

.hero__bg-container,
.hero__bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: -1; }

@media (min-width: 992px) {
  .hero--block-count-2 .hero__block:first-child .hero__bg-container {
    right: 5px; }
  .hero--block-count-2 .hero__block:last-child .hero__bg-container {
    left: 5px; } }

.hero__bg-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.hero__content-container {
  position: relative;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 150px 20px; }
  @media (min-width: 768px) {
    .hero__content-container {
      padding-top: 40px;
      padding-bottom: 40px; } }

.hero__content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .hero__content {
      text-align: center; }
      .hero__content.hero__content--left {
        margin-left: 0; }
      .hero__content.hero__content--right {
        margin-right: 0; }
      .hero__content.hero__content--text-left {
        text-align: left; }
      .hero__content.hero__content--text-right {
        text-align: right; }
      .hero__content.hero__content--text-center {
        text-align: center; } }
  .hero__content .hero__title:last-child,
  .hero__content .hero__text:last-child {
    margin-bottom: 0; }

.hero__top-title {
  margin-bottom: 1.9rem; }

.hero__title {
  margin-bottom: 20px;
  font-size: 2.75rem; }
  @media (min-width: 992px) {
    .hero--block-count-1 .hero__title {
      font-size: 3.75rem; } }

.hero__text {
  margin-bottom: 45px;
  display: none; }
  @media (min-width: 992px) {
    .hero__text {
      display: block; } }

.hero__cta {
  margin-top: 3rem; }
  .hero__cta .btn, .hero__cta .yotpo.yotpo .yotpo-default-button, .yotpo.yotpo .hero__cta .yotpo-default-button, .hero__cta .yotpo.yotpo .write-review-button, .yotpo.yotpo .hero__cta .write-review-button {
    width: 100%; }
    @media (min-width: 992px) {
      .hero__cta .btn, .hero__cta .yotpo.yotpo .yotpo-default-button, .yotpo.yotpo .hero__cta .yotpo-default-button, .hero__cta .yotpo.yotpo .write-review-button, .yotpo.yotpo .hero__cta .write-review-button {
        width: auto; } }

.eyebrow {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .eyebrow .eyebrow__left,
  .eyebrow .eyebrow__right {
    position: relative;
    top: -5px;
    height: 34px;
    display: inline-block;
    vertical-align: middle; }
    .eyebrow .eyebrow__left svg,
    .eyebrow .eyebrow__right svg {
      height: 100%;
      width: 100%; }
  .eyebrow .eyebrow__left {
    width: 17px;
    right: -2px; }
  .eyebrow .eyebrow__right {
    width: 24px;
    left: -2px; }
  .eyebrow .eyebrow__text {
    padding: 9px 2px;
    line-height: 1;
    font-size: 0.81rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.085em; }
  .eyebrow .eyebrow__text, .eyebrow.eyebrow--mint .eyebrow__text {
    background-color: #a9f5cd;
    color: black; }
  .eyebrow .eyebrow__left svg,
  .eyebrow .eyebrow__right svg, .eyebrow.eyebrow--mint .eyebrow__left svg,
  .eyebrow.eyebrow--mint .eyebrow__right svg {
    fill: #a9f5cd; }
  .eyebrow.eyebrow--fuchsia .eyebrow__text {
    background-color: #b0228c;
    color: white; }
  .eyebrow.eyebrow--fuchsia .eyebrow__left svg,
  .eyebrow.eyebrow--fuchsia .eyebrow__right svg {
    fill: #b0228c; }

.illustration {
  display: inline-block; }
  .illustration img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  .illustration.illustration--flipped img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1); }

.cta {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 700; }

button.cta {
  border: 0; }

.cta-1 {
  position: relative;
  text-align: center;
  padding: 14px 51px;
  line-height: 1.5;
  min-width: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cta-1, .cta-1:hover, .cta-1:focus {
    background-color: #e9427f;
    color: white; }
  .cta-1[disabled] {
    background-color: #e0e0e0;
    cursor: not-allowed; }
  .cta-1 .cta-ui {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -moz-transition: -moz-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -o-transition: -o-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); }
    .cta-1 .cta-ui:before, .cta-1 .cta-ui:after {
      content: '';
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat; }
    .cta-1 .cta-ui:first-of-type:before {
      top: -7px;
      left: -2px;
      right: 2px;
      height: 7px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-top.svg?v=7665404746704454847); }
    .cta-1 .cta-ui:first-of-type:after {
      bottom: 0;
      left: -5px;
      right: -3px;
      height: 5px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-bottom.svg?v=8057853916601717423); }
    .cta-1 .cta-ui:last-of-type:before, .cta-1 .cta-ui:last-of-type:after {
      width: 7px; }
    .cta-1 .cta-ui:last-of-type:before {
      top: -2px;
      left: -7px;
      bottom: 4px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-left.svg?v=16081883546904530175); }
    .cta-1 .cta-ui:last-of-type:after {
      right: -4px;
      top: -5px;
      bottom: 2px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-right.svg?v=8382481524682785922); }
  .cta-1:not([disabled]):hover .cta-ui, .cta-1:not([disabled]):focus .cta-ui {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg); }

.cta-2 {
  position: relative;
  text-align: center;
  padding: 14px 51px;
  line-height: 1.5;
  min-width: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cta-2, .cta-2:hover, .cta-2:focus {
    background-color: white;
    color: black; }
  .cta-2[disabled] {
    background-color: #e0e0e0;
    cursor: not-allowed; }
  .cta-2 .cta-ui {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -moz-transition: -moz-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -o-transition: -o-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); }
    .cta-2 .cta-ui:before, .cta-2 .cta-ui:after {
      content: '';
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat; }
    .cta-2 .cta-ui:first-of-type:before {
      top: -7px;
      left: -2px;
      right: 2px;
      height: 7px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-top.svg?v=7665404746704454847); }
    .cta-2 .cta-ui:first-of-type:after {
      bottom: 0;
      left: -5px;
      right: -3px;
      height: 5px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-bottom.svg?v=8057853916601717423); }
    .cta-2 .cta-ui:last-of-type:before, .cta-2 .cta-ui:last-of-type:after {
      width: 7px; }
    .cta-2 .cta-ui:last-of-type:before {
      top: -2px;
      left: -7px;
      bottom: 4px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-left.svg?v=16081883546904530175); }
    .cta-2 .cta-ui:last-of-type:after {
      right: -4px;
      top: -5px;
      bottom: 2px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-right.svg?v=8382481524682785922); }
  .cta-2:not([disabled]):hover .cta-ui, .cta-2:not([disabled]):focus .cta-ui {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg); }

.cta-3 {
  position: relative;
  text-align: center;
  padding: 14px 51px;
  line-height: 1.5;
  min-width: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cta-3, .cta-3:hover, .cta-3:focus {
    background-color: white;
    color: #e9427f; }
  .cta-3[disabled] {
    background-color: #e0e0e0;
    cursor: not-allowed; }
  .cta-3 .cta-ui {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -moz-transition: -moz-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -o-transition: -o-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); }
    .cta-3 .cta-ui:before, .cta-3 .cta-ui:after {
      content: '';
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat; }
    .cta-3 .cta-ui:first-of-type:before {
      top: -7px;
      left: -2px;
      right: 2px;
      height: 7px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-top.svg?v=7665404746704454847); }
    .cta-3 .cta-ui:first-of-type:after {
      bottom: 0;
      left: -5px;
      right: -3px;
      height: 5px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-bottom.svg?v=8057853916601717423); }
    .cta-3 .cta-ui:last-of-type:before, .cta-3 .cta-ui:last-of-type:after {
      width: 7px; }
    .cta-3 .cta-ui:last-of-type:before {
      top: -2px;
      left: -7px;
      bottom: 4px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-left.svg?v=16081883546904530175); }
    .cta-3 .cta-ui:last-of-type:after {
      right: -4px;
      top: -5px;
      bottom: 2px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-right.svg?v=8382481524682785922); }
  .cta-3:not([disabled]):hover .cta-ui, .cta-3:not([disabled]):focus .cta-ui {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg); }

.cta-4 {
  position: relative;
  text-align: center;
  padding: 14px 51px;
  line-height: 1.5;
  min-width: 250px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .cta-4, .cta-4:hover, .cta-4:focus {
    background-color: #f391a0;
    color: white; }
  .cta-4[disabled] {
    background-color: #e0e0e0;
    cursor: not-allowed; }
  .cta-4 .cta-ui {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -moz-transition: -moz-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -o-transition: -o-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); }
    .cta-4 .cta-ui:before, .cta-4 .cta-ui:after {
      content: '';
      position: absolute;
      background-size: cover;
      background-repeat: no-repeat; }
    .cta-4 .cta-ui:first-of-type:before {
      top: -7px;
      left: -2px;
      right: 2px;
      height: 7px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-top.svg?v=7665404746704454847); }
    .cta-4 .cta-ui:first-of-type:after {
      bottom: 0;
      left: -5px;
      right: -3px;
      height: 5px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-bottom.svg?v=8057853916601717423); }
    .cta-4 .cta-ui:last-of-type:before, .cta-4 .cta-ui:last-of-type:after {
      width: 7px; }
    .cta-4 .cta-ui:last-of-type:before {
      top: -2px;
      left: -7px;
      bottom: 4px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-left.svg?v=16081883546904530175); }
    .cta-4 .cta-ui:last-of-type:after {
      right: -4px;
      top: -5px;
      bottom: 2px;
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/cta-right.svg?v=8382481524682785922); }
  .cta-4:not([disabled]):hover .cta-ui, .cta-4:not([disabled]):focus .cta-ui {
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg); }

.cta-block {
  margin-bottom: 0;
  max-width: 100%;
  width: 450px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  padding: 60px 60px 100px;
  background-color: #f391a0; }
  .cta-block, .cta-block:hover, .cta-block:focus {
    color: white; }
  .cta-block .cta-ui:first-of-type {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/icon-long-arrow-right.svg?v=13151767068163454893);
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -moz-transition: -moz-transform 0.15s cubic-bezier(0.42, 0, 0.13, 1.04);
    -o-transition: -o-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); }
  .cta-block:hover .cta-ui:first-of-type {
    transform: translateX(-50%) scaleX(1.25); }

.cta-group {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px; }
  .cta-group .cta {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px; }

.cta-block-group {
  text-align: center; }
  .cta-block-group .cta-block {
    margin-bottom: 40px; }
  @media (min-width: 992px) {
    .cta-block-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .cta-block-group .cta-block {
        margin: 0 20px; } }

.nav-strip {
  position: relative;
  margin-bottom: 3rem; }

.nav-strip__list {
  position: relative;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .nav-strip__list::-webkit-scrollbar {
    display: none; }
  .nav-strip__list li {
    position: relative;
    display: inline-block;
    margin: 0 13px;
    padding-bottom: 10px; }
    .nav-strip__list li:first-child {
      margin-left: 0; }
    .nav-strip__list li:last-child {
      margin-right: 0; }
    .nav-strip__list li a {
      color: #707070;
      position: relative;
      padding-bottom: 15px; }
      .nav-strip__list li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        height: 15px;
        background-image: url("//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/illustration-underline-small.svg?v=6127690348497930742"); }
      .nav-strip__list li a:after {
        opacity: 0;
        -webkit-transition: opacity 0.15s ease-in;
        -o-transition: opacity 0.15s ease-in;
        transition: opacity 0.15s ease-in; }
      .nav-strip__list li a.is-active {
        color: black; }
        .nav-strip__list li a.is-active:after {
          opacity: 1;
          -webkit-transition: opacity 0.3s ease-out;
          -o-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out; }
    .nav-strip__list li.is-active {
      padding: 0px 5px 10px 5px; }
    .nav-strip__list li.is-active:after {
      background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/illustration-underline-small.svg?v=6127690348497930742);
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 11px;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center; }

.video-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /*16:9*/
  height: 0;
  overflow: hidden; }
  .video-player iframe,
  .video-player object,
  .video-player embed,
  .video-player .video-player__embed,
  .video-player .video-player__cover,
  .video-player .video-player__cover-still {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%; }

.video-player__cover {
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  opacity: 1;
  -webkit-transition: opacity 0.9s ease-in;
  -o-transition: opacity 0.9s ease-in;
  transition: opacity 0.9s ease-in; }
  .video-player--playing .video-player__cover, .video-player--loading .video-player__cover {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }

.video-player__cover-still {
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat; }

.video-player__cover-play {
  display: inline-block;
  padding: 15px;
  color: white; }

.video-player__cover-info {
  position: absolute;
  bottom: 25px;
  left: 25px;
  max-width: 440px;
  display: none; }
  @media (min-width: 768px) {
    .video-player__cover-info {
      display: block; } }
  @media (min-width: 992px) {
    .video-player__cover-info {
      bottom: 41px;
      left: 44px; } }
  .video-player__cover-info h3 {
    margin-bottom: 0; }

.video-player__embed {
  height: 100%;
  width: 100%; }

.mosaic__text-content .content-header {
  margin: 0 0 1rem; }
@media (min-width: 992px) {
  .mosaic__text-content {
    max-width: 30em; }
    .mosaic__text-content .content-header__title {
      text-align: left; } }

.chosen-container {
  width: 100% !important;
  max-width: 100%;
  font-size: 0.875rem; }
  .chosen-container .chosen-drop {
    box-shadow: none;
    border-color: black;
    border-top: 1px solid black;
    clip: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .chosen-container.chosen-with-drop .chosen-drop {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: black; }
    .chosen-container .chosen-results li {
      padding: 0.75rem 0.55rem;
      line-height: inherit;
      -webkit-transition: all 0.05s ease-in-out;
      -o-transition: all 0.05s ease-in-out;
      transition: all 0.05s ease-in-out; }
      .chosen-container .chosen-results li.result-selected {
        color: black; }
      .chosen-container .chosen-results li.highlighted {
        background-color: black;
        color: white;
        background-image: none; }

.chosen-container-single .chosen-single {
  height: 2.5rem;
  padding-top: 0.075rem;
  padding-bottom: 0.075rem;
  box-shadow: none; }
  .chosen-container-single .chosen-single span {
    line-height: 2; }
  .chosen-container-single .chosen-single div {
    width: 30px; }
    .chosen-container-single .chosen-single div b {
      -webkit-transition: -webkit-transform 0.15s ease-in-out;
      -moz-transition: -moz-transform 0.15s ease-in-out;
      -o-transition: -o-transform 0.15s ease-in-out;
      transition: transform 0.15s ease-in-out; }
.chosen-container-single .chosen-search,
.chosen-container-single .chosen-search-input {
  display: none; }
.chosen-container-single .chosen-drop {
  border-radius: 0; }

.chosen-container-active .chosen-single {
  box-shadow: none; }
.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: black;
  background-color: white;
  background-image: none; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.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-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/ico-select.svg?v=14260024613698595636) !important;
  background-repeat: no-repeat;
  background-position: center !important;
  background-color: transparent;
  background-size: 12px auto !important; }

select.form-control--fancy + .chosen-container .chosen-drop {
  border: 0.5px solid #e9427f;
  border-top: 0;
  top: calc(100% - 6px);
  margin: auto;
  left: 2px;
  right: 0;
  width: calc(100% - 3px); }
select.form-control--fancy + .chosen-container .chosen-results li {
  padding: 0.75rem 1.1rem;
  text-align: left; }
  select.form-control--fancy + .chosen-container .chosen-results li.result-selected {
    color: #e9427f; }
  select.form-control--fancy + .chosen-container .chosen-results li.highlighted {
    background-color: transparent;
    color: #e9427f; }
select.form-control--fancy + .chosen-container.chosen-container-single .chosen-single {
  height: 2.85rem;
  border: none;
  margin: auto;
  height: auto;
  display: block;
  padding: 0.7rem 2.8rem 0.7rem 1.8rem; }
  select.form-control--fancy + .chosen-container.chosen-container-single .chosen-single:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 1px;
    right: 1px;
    background-repeat: no-repeat;
    background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/select-background.png?v=14912199762852707638);
    background-size: 100% 100%; }
  select.form-control--fancy + .chosen-container.chosen-container-single .chosen-single span {
    font-family: "Gobold", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-align: left;
    font-size: 1.0625rem; }
  select.form-control--fancy + .chosen-container.chosen-container-single .chosen-single div {
    right: 20px;
    background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/select-caret_small.png?v=9180700995574630326) !important;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center center; }
    select.form-control--fancy + .chosen-container.chosen-container-single .chosen-single div b {
      display: none; }
select.form-control--fancy + .chosen-container.chosen-container-active .chosen-single {
  box-shadow: none; }
select.form-control--fancy + .chosen-container.chosen-with-drop .chosen-single {
  border: none;
  background: none; }
  select.form-control--fancy + .chosen-container.chosen-with-drop .chosen-single div {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

/*================ MODULES ================*/
.header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: white;
  color: #333333;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media (min-width: 992px) {
    .header {
      height: 97px; } }
  .site-fixed-header .header {
    position: absolute; }
  .header.is-fixed {
    position: fixed; }

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 1440px;
  height: 100%; }
  .header-dropdown > .header-container .row {
    width: 100%;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }

.header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80px; }
  @media (min-width: 992px) {
    .header-logo {
      position: static;
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      max-width: 131px; } }

.header-logo__image {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: 20px; }
  .header-nav.header-nav--left {
    padding-left: 0; }
  .header-nav.header-nav--right {
    padding-right: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-flex-grow: inherit;
    -moz-flex-grow: inherit;
    -ms-flex-grow: inherit;
    flex-grow: inherit;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto; }
    @media (max-width: 991px) {
      .header-nav.header-nav--right {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1; } }
  .header-nav.header-nav--center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .header-nav.header-nav--logo {
    -webkit-flex-grow: inherit;
    -moz-flex-grow: inherit;
    -ms-flex-grow: inherit;
    flex-grow: inherit;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto; }
    @media (max-width: 991px) {
      .header-nav.header-nav--logo:not(.header-nav--left) {
        padding-left: 0; } }
  .header-nav.header-nav--left {
    padding-left: 0; }
    .header-nav.header-nav--left.header-nav--hide-on-desktop {
      min-width: 110px; }
  .header-nav.header-nav--right {
    padding-right: 0; }
  @media (max-width: 991px) {
    .header-nav.header-nav--hide-on-mobile {
      display: none; } }
  @media (min-width: 992px) {
    .header-nav.header-nav--hide-on-desktop {
      display: none; } }

.header-nav__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

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

.header-nav__menu-item {
  display: inline-block;
  margin: 0 8px; }
  @media (min-width: 1200px) {
    .header-nav__menu-item {
      margin: 0 21px; } }
  .header-nav__menu--user .header-nav__menu-item {
    margin: 0 6px; }
  .header-nav__menu-item:first-child {
    margin-left: 0; }
  .header-nav__menu-item:last-child {
    margin-right: 0; }
  .header-nav__menu-item > a {
    padding: 27px 4px; }
  .header-nav__menu-item svg {
    height: 26px;
    width: 26px; }

.header-nav__search {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transform: translateX(86%);
  -ms-transform: translateX(86%);
  -o-transform: translateX(86%);
  transform: translateX(86%);
  -webkit-transform: translateX(calc(100% - 35px));
  -ms-transform: translateX(calc(100% - 35px));
  -o-transform: translateX(calc(100% - 35px));
  transform: translateX(calc(100% - 35px));
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.6, 0.21, 0.85);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0.6, 0.21, 0.85);
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0.6, 0.21, 0.85);
  transition: transform 0.3s cubic-bezier(0, 0.6, 0.21, 0.85); }
  .header-nav__search.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.13, 0.58, 0.15, 0.95);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.13, 0.58, 0.15, 0.95);
    -o-transition: -o-transform 0.3s cubic-bezier(0.13, 0.58, 0.15, 0.95);
    transition: transform 0.3s cubic-bezier(0.13, 0.58, 0.15, 0.95); }
  .header-nav__search .minimal-input-box__input {
    background: transparent;
    padding-right: 25px; }
  .header-nav__search .minimal-input-box__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .header-nav__search .minimal-input-box__submit, .header-nav__search .minimal-input-box__submit:active, .header-nav__search .minimal-input-box__submit:focus, .header-nav__search .minimal-input-box__submit:active:focus {
      background: transparent;
      border: none;
      color: black; }
    .header-nav__search .minimal-input-box__submit svg {
      height: 26px;
      width: 26px; }

.header-nav__search-close {
  color: black;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  transform: translateY(-60%); }
  .header-nav__search-close svg {
    height: 17px;
    width: 17px; }

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

.header-cart__badge-count {
  position: absolute;
  left: -1px;
  bottom: -8px;
  height: 15px;
  width: 15px;
  background: #e9427f;
  color: white;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.64rem;
  opacity: 0;
  letter-spacing: 0; }
  .has-items .header-cart__badge-count {
    opacity: 1; }

.header-dropdown {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  padding: 20px 0 50px;
  background: white;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0px 8px 15px -10px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in; }
  .header-dropdown.is-open, .header-dropdown.is-forced-open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
  .header-dropdown > .container-fluid, .header-dropdown > .header-container {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: 1440px; }
  .header-dropdown a {
    color: black; }
    .header-dropdown a:hover, .header-dropdown a:focus {
      color: #e9427f; }

.header-dropdown__menus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }

.header-dropdown__menu {
  max-width: 130px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .header-dropdown__menu ul ul {
    margin-top: 10px; }
  .header-dropdown__menu ul > li:not(:last-child) {
    margin-bottom: 10px; }

.header-dropdown__ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-left: -20px;
  margin-right: -20px; }

.header-dropdown__cta {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }

.header-dropdown__cta-square {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover; }
  .header-dropdown--nav_item_0_4 .header-dropdown__cta-square {
    padding-bottom: 100%; }

.header-dropdown__cta-square-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.footer {
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #fce8ea; }
  .footer a,
  .footer a:hover,
  .footer a:focus {
    color: black; }

.footer-block {
  margin-bottom: 45px; }
  @media (min-width: 992px) {
    .footer-block {
      margin-bottom: 0; } }
  .footer-block.footer-block--menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    max-width: 600px; }

.footer-menu:not(:last-child) {
  margin-bottom: 45px; }
@media (min-width: 992px) {
  .footer-menu {
    display: inline-block;
    vertical-align: top; } }

.footer-menu__title {
  margin-bottom: 20px;
  font-size: 1.125rem; }
  .footer-block--contact .footer-menu__title {
    margin-bottom: 30px;
    margin-right: 95px;
    position: relative;
    display: inline-block; }
    .footer-block--contact .footer-menu__title .illustration {
      position: absolute;
      top: 0;
      right: -20px;
      max-width: 75px;
      width: auto;
      -webkit-transform: translate(100%, -26px);
      -ms-transform: translate(100%, -26px);
      -o-transform: translate(100%, -26px);
      transform: translate(100%, -26px); }

.footer-menu__list li:not(:last-child) {
  margin-bottom: 10px; }

.footer-subscribe-message {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 1;
  background: #fce8ea;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  -o-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: opacity 0.6s cubic-bezier(0.42, 0, 0.13, 1.04); }
  @media (max-width: 991px) {
    .footer-subscribe-message {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .footer-subscribe-message.is-visible {
    opacity: 1;
    pointer-events: auto; }

.footer-social-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  text-align: center; }
  .footer-social-list li {
    display: inline-block;
    margin: 0 10px; }
  .footer-social-list .icon {
    width: 20px; }
  @media (min-width: 992px) {
    .footer-social-list {
      margin-left: -10px;
      text-align: left; } }

.footer__copyright {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: black; }

.footer .expandable-list {
  border-top: 1px solid black; }
  .footer .expandable-list .expandable-list__item:last-child {
    margin-bottom: 10px; }

.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 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; } }
.gift-card__description {
  display: none; }

.product--gift-card .container {
  padding: 0px; }
.product--gift-card .product-gallery__thumbnails-wrapper,
.product--gift-card .pdf-entry .illustration--share-this,
.product--gift-card .pdf-wishlist-trigger,
.product--gift-card .pdf-entry--quantity,
.product--gift-card .pdf-review-summary,
.product--gift-card .pdf-subtitle,
.product--gift-card .slick-dots,
.product--gift-card .pdp-ribbon,
.product--gift-card .pdf-label {
  display: none; }
.product--gift-card .product-galleries {
  margin: 0px; }
.product--gift-card .product-gallery__slideshow-slide {
  pointer-events: none;
  max-width: 90%;
  left: 50% !important;
  transform: translatex(-50%); }
  @media (min-width: 992px) {
    .product--gift-card .product-gallery__slideshow-slide {
      max-width: 578px; } }
.product--gift-card .gift-card__description {
  display: block; }
.product--gift-card .row {
  width: 100%;
  margin: 0px; }
  @media (min-width: 992px) {
    .product--gift-card .row {
      display: flex;
      align-items: center; } }

.pencil-banner {
  padding: 6px 0;
  background-color: #e9427f;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center; }
  .pencil-banner, .pencil-banner a {
    color: white; }
  .pencil-banner a:not(.pencil-banner__close) {
    border-bottom: 1px solid; }
  .pencil-banner.u-color-black a {
    color: black; }
  .pencil-banner.u-color-white a {
    color: white; }
  .pencil-banner p {
    margin-bottom: 0; }
    .pencil-banner p + .pencil-banner p {
      margin-top: 0.8rem; }

.pencil-banner__contents {
  position: relative;
  padding: 0 40px; }

.pencil-banner__close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
  height: 22px;
  padding: 5px; }
  .pencil-banner__close .icon {
    height: 12px;
    width: 12px;
    vertical-align: top; }

body.ajax-cart-open {
  overflow: hidden; }

.ajax-cart-container {
  position: fixed;
  z-index: 2001;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 380px;
  max-height: 100%;
  overflow: scroll;
  background: white;
  pointer-events: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .ajax-cart-container.is-open {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media (min-width: 576px) {
    .ajax-cart-container {
      max-width: 380px; } }

.ajax-cart {
  background: white;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .ajax-cart-container.request-in-progress .ajax-cart {
    opacity: 0.2;
    pointer-events: none; }
  .ajax-cart a {
    color: black; }

.ajax-cart__header,
.ajax-cart__body,
.ajax-cart__footer {
  padding: 40px 40px; }

.ajax-cart__header {
  padding-bottom: 0; }
  .ajax-cart__header h5 {
    margin-bottom: 0; }

.ajax-cart__footer {
  padding-top: 0; }

.ajax-cart__header-inner {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0; }

.ajax-cart__footer-inner {
  border-top: 1px solid #e0e0e0; }

.ajax-cart__close {
  float: right;
  position: relative;
  top: -20px; }
  .ajax-cart__close .icon {
    height: 15px;
    width: 15px; }

.ajax-cart__empty-message {
  margin: 80px 0;
  text-align: center; }

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

.ajax-cart__item {
  *zoom: 1;
  margin-bottom: 25px; }
  .ajax-cart__item::after {
    content: '';
    display: table;
    clear: both; }
  .ajax-cart__item:last-child {
    margin-bottom: 0; }
  .ajax-cart__item.is-being-removed {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }

.ajax-cart__item-image {
  width: 100px;
  height: auto;
  float: left; }

.ajax-cart__item-info {
  padding-left: 120px; }
  .ajax-cart__item-info .quantity-adjuster {
    margin-top: 1rem; }

.ajax-cart__item-header {
  display: block;
  margin-bottom: 4px;
  font-size: 0.875rem;
  font-weight: 700; }

.ajax-cart__item-options {
  padding-left: 0;
  list-style: none;
  font-size: 0.81rem; }
  .ajax-cart__item-options li {
    margin-bottom: 0; }

.ajax-cart__footer-row {
  padding-top: 20px; }
  .ajax-cart__footer-row p:last-child {
    margin-bottom: 0; }
  .ajax-cart__footer-row .cta {
    width: 100%; }

.ajax-cart-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  background-color: black;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.6, 0.21, 0.85);
  -o-transition: all 0.6s cubic-bezier(0, 0.6, 0.21, 0.85);
  transition: all 0.6s cubic-bezier(0, 0.6, 0.21, 0.85); }
  .ajax-cart-backdrop.is-visible {
    opacity: 0.4;
    pointer-events: auto;
    -webkit-transition: all 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95);
    -o-transition: all 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95);
    transition: all 0.6s cubic-bezier(0.13, 0.58, 0.15, 0.95); }

.pdf-bottom-line {
  margin-bottom: 9px; }

.pdf-title {
  margin-bottom: 6px; }

.pdf-subtitle {
  margin-bottom: 5px;
  color: #4a4a4a; }

.pdf-price {
  font-size: 1.0625rem;
  color: black;
  margin-bottom: 23px; }
  .pdf-price s {
    position: relative;
    color: black;
    margin-right: 10px;
    text-decoration: none; }
    .pdf-price s:after {
      content: '';
      position: absolute;
      left: -5px;
      right: -4px;
      height: 1px;
      background-color: black;
      top: 50%; }

.pdf-label {
  display: inline-block;
  margin-right: 1rem;
  text-transform: none;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em; }

.pdf-entry {
  position: relative;
  width: 100%; }
  .pdf-entry + .pdf-entry {
    margin-top: 30px; }
  @media (min-width: 576px) {
    .pdf-entry {
      max-width: 275px; } }
  .pdf-entry .cta {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px; }
  .pdf-entry .illustration--share-this {
    position: absolute;
    right: 0;
    bottom: -9%;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
    display: none; }
    @media (min-width: 992px) {
      .pdf-entry .illustration--share-this {
        display: block; } }

.pdf-low-stock-indicator {
  display: inline-block;
  margin: 0 0 0 20px; }

.pdf-promotion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.pdf-promotion__text {
  padding: 18px;
  line-height: 1.4;
  color: #333333;
  font-size: 0.875rem;
  background-color: whitesmoke; }

.pdf-promotion__image {
  width: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 15px; }

.pdf-entry__alt-ui-select {
  display: none; }

.product-sticky-bar {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: transform 0.3s ease-in, opacity 0.3s step-end;
  -o-transition: transform 0.3s ease-in, opacity 0.3s step-end;
  transition: transform 0.3s ease-in, opacity 0.3s step-end; }
  .site-fixed-header .product-sticky-bar {
    top: 60px; }
    @media (min-width: 992px) {
      .site-fixed-header .product-sticky-bar {
        top: 97px; } }
  @media (max-width: 1199px) {
    .product-sticky-bar {
      display: none !important; } }
  .product-sticky-bar.is-visible {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s ease-out, opacity 0.3s step-start;
    -o-transition: transform 0.3s ease-out, opacity 0.3s step-start;
    transition: transform 0.3s ease-out, opacity 0.3s step-start; }
  .product-sticky-bar h4 {
    margin-bottom: 0; }
  .product-sticky-bar .pdf-price {
    margin-bottom: 0; }
  .product-sticky-bar .pdf-entry {
    margin-top: 0;
    display: inline-block;
    width: auto;
    vertical-align: middle; }
    .product-sticky-bar .pdf-entry + .pdf-entry {
      margin-left: 10px; }
    .product-sticky-bar .pdf-entry.pdf-entry--add-to-cart {
      margin-left: 30px;
      width: 300px; }
  .product-sticky-bar label,
  .product-sticky-bar .pdf-entry--social,
  .product-sticky-bar .pdf-entry--promotion,
  .product-sticky-bar .pdf-low-stock-indicator,
  .product-sticky-bar .pdf-entry__alt-ui {
    display: none !important; }
  .product-sticky-bar .pdf-entry {
    max-width: none; }
  .product-sticky-bar .selector-wrapper {
    margin-bottom: 0;
    min-width: 100px; }
    @media (min-width: 992px) {
      .product-sticky-bar .selector-wrapper {
        min-width: 150px; } }
    @media (min-width: 1200px) {
      .product-sticky-bar .selector-wrapper {
        min-width: 180px; } }
  .product-sticky-bar .pdf-entry__alt-ui-select {
    display: block; }

.pdf-gallery__wrapper {
  position: relative; }
  .pdf-gallery__wrapper .pdf-wishlist-trigger {
    position: absolute;
    top: 5px;
    right: 0;
    padding: 10px; }
    @media (min-width: 992px) {
      .pdf-gallery__wrapper .pdf-wishlist-trigger {
        top: 10px;
        right: 10px; } }
    .pdf-gallery__wrapper .pdf-wishlist-trigger .icon {
      height: 26px;
      width: 26px;
      fill: #f391a0; }

.product-galleries {
  position: relative;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .product-galleries {
      margin-left: 100px; } }
  @media (min-width: 1200px) {
    .product-galleries {
      margin-left: 200px; } }

.product-gallery {
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .product-gallery {
      margin-left: 0;
      margin-right: 0; } }

.product-gallery__slideshow {
  margin: 0 auto;
  max-width: 500px;
  list-style: none;
  padding: 0; }
  .product-gallery__slideshow.slick-initialized {
    padding: 0; }
  .product-gallery__slideshow .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  @media (min-width: 576px) {
    .product-gallery__slideshow {
      max-width: none; } }
  .product-gallery__slideshow .slick-dots {
    margin-top: 0; }
    @media (min-width: 992px) {
      .product-gallery__slideshow .slick-dots {
        display: none !important; } }

.product-gallery__thumbnails-wrapper {
  display: none; }
  @media (min-width: 992px) {
    .product-gallery__thumbnails-wrapper {
      display: block;
      width: 100px;
      position: absolute;
      z-index: 1;
      top: 10px;
      left: -80px; } }
  @media (min-width: 1200px) {
    .product-gallery__thumbnails-wrapper {
      top: 65px;
      left: -150px; } }

.product-gallery__thumbnails-slide {
  position: relative;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
  -o-transition: all 0.3s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .product-gallery__thumbnails-slide.is-active {
    border-color: #e9427f; }
  .product-gallery__thumbnails-slide + .product-gallery__thumbnails-slide {
    margin-top: 12px; }
    @media (min-width: 1200px) {
      .product-gallery__thumbnails-slide + .product-gallery__thumbnails-slide {
        margin-top: 20px; } }

.product-gallery__thumbnails-slide-play {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: rgba(0, 0, 0, 0.2); }
  .product-gallery__thumbnails-slide-play svg {
    position: relative;
    top: -1px;
    height: 49px;
    width: 49px;
    fill: white; }

.product-gallery__slideshow-slide {
  position: relative;
  display: none; }
  .slick-initialized .product-gallery__slideshow-slide {
    display: block; }
    .slick-initialized .product-gallery__slideshow-slide img {
      width: 100%; }
      .slick-initialized .product-gallery__slideshow-slide img:focus {
        outline: 0; }
  .product-gallery__slideshow-slide:focus {
    outline: 0; }

.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__arrow-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .product-gallery__arrow-wrapper.product-gallery__arrow-wrapper--left {
    left: 20px; }
    @media (min-width: 768px) {
      .product-gallery__arrow-wrapper.product-gallery__arrow-wrapper--left {
        left: 0; } }
  .product-gallery__arrow-wrapper.product-gallery__arrow-wrapper--right {
    right: 20px; }
    @media (min-width: 768px) {
      .product-gallery__arrow-wrapper.product-gallery__arrow-wrapper--right {
        right: 0; } }

.product-gallery__slideshow-slide {
  display: inline-block; }
  .product-gallery__slideshow-slide.is-zoomable {
    cursor: zoom-in;
    cursor: -webkit-zoom-in; }
  .product-gallery__slideshow-slide.is-zoomed {
    cursor: zoom-out;
    cursor: -webkit-zoom-out;
    border: 1px solid #CCC; }

.pdp-ribbon {
  padding: 20px 0;
  background-color: #dcf6e8; }

.pdp-ribbon__block {
  margin: 2rem 0; }

.pdp-benefits {
  margin-bottom: 1.5rem; }

.pdp-benefits__benefit {
  display: inline-block;
  margin-right: 30px;
  text-align: center;
  font-size: 0.81rem; }
  .pdp-benefits__benefit:last-child {
    margin-right: 0; }
  .pdp-benefits__benefit .illustration {
    max-width: 80px; }

.pdp-block + .pdp-block {
  margin-top: 4rem; }

@media (min-width: 768px) {
  .pdp-block--ugc .content-header {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 0; } }
@media (min-width: 992px) {
  .pdp-block--ugc .content-header__title {
    text-align: left; } }
@media (max-width: 991px) {
  .pdp-block--ugc .content-header__subtitle {
    text-align: center;
    margin-bottom: 2rem; } }
@media (min-width: 768px) {
  .pdp-block--ugc .content-header__subtitle {
    margin-top: 13.33333px; } }
@media (min-width: 768px) {
  .pdp-block--ugc .yotpo-product-album .row:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; } }
@media (max-width: 991px) {
  .pdp-block--ugc .yotpo-product-album .row:nth-of-type(2) {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }
@media (min-width: 992px) {
  .pdp-block--ugc .yotpo-product-album .row:nth-of-type(2) [data-slot-header] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-end;
    align-self: flex-end; }
  .pdp-block--ugc .yotpo-product-album .row:nth-of-type(2) [data-slot-header],
  .pdp-block--ugc .yotpo-product-album .row:nth-of-type(2) [data-slot]:nth-child(-n+2) {
    margin-bottom: 3rem; } }
@media (max-width: 1199px) {
  .pdp-block--ugc .yotpo-product-album [data-slot] {
    margin-bottom: 40px; } }
@media (max-width: 991px) {
  .pdp-block--ugc .yotpo-product-album .illustration {
    display: block; }
    .pdp-block--ugc .yotpo-product-album .illustration img {
      margin: auto; } }

.pdp-block--reviews .content-header {
  margin-bottom: 1rem; }
.pdp-block--reviews .content-header__subtitle {
  margin-top: 1rem; }
@media (min-width: 992px) {
  .pdp-block--reviews .content-header__title,
  .pdp-block--reviews .content-header__subtitle {
    text-align: left; }
  .pdp-block--reviews .content-header__subtitle {
    margin-left: 0; } }

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

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

.slick-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .slick-slider .slick-arrow.slick-arrow--prev {
    left: 20px; }
  .slick-slider .slick-arrow.slick-arrow--next {
    right: 20px; }
.slick-slider.has-equal-height-slides .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.slick-slider.has-equal-height-slides.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto; }

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  height: 35px;
  margin-top: -35px;
  margin-bottom: 0; }
  .slick-dots li {
    display: inline-block;
    position: relative;
    height: 10px;
    width: 10px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: #e0e0e0;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: background-color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in; }
    .slick-dots li:hover, .slick-dots li:focus, .slick-dots li.slick-active {
      background-color: #707070;
      -webkit-transition: background-color 0.3s ease-out;
      -o-transition: background-color 0.3s ease-out;
      transition: background-color 0.3s ease-out; }
    .slick-dots li button {
      display: none !important; }

.mobile-menu-block + .mobile-menu-block {
  margin-top: 1rem; }
.mobile-menu-block .minimal-input-box {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e0e0e0; }

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

.mobile-menu__menu-item {
  margin: 0;
  padding: 17px 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1; }
  .mobile-menu__menu-item svg.icon {
    height: 8px;
    width: 8px;
    float: right;
    position: relative;
    top: 7px; }
  .mobile-menu__menu-item > a {
    display: block; }

.mobile-menu__submenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: white;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  -o-transition: -o-transform 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: transform 0.6s cubic-bezier(0.42, 0, 0.13, 1.04); }
  .mobile-menu__submenu.is-visible {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }

.mobile-menu__submenu-list {
  padding-left: 50px;
  padding-right: 15px; }
  .mobile-menu__submenu-list + .mobile-menu__submenu-list {
    border-top: 1px solid #e0e0e0; }

.mobile-menu__submenu-list-back {
  position: relative; }
  .mobile-menu__submenu-list-back svg {
    position: absolute;
    height: 8px;
    width: 8px;
    left: -30px;
    top: 50%;
    margin-top: -5px; }

.template-blog .container__featured-product .page-hero__title {
  font-size: 2rem; }
.template-blog .container__featured-product .page-hero__cta {
  margin-top: 35px; }
  @media (max-width: 991px) {
    .template-blog .container__featured-product .page-hero__cta {
      display: none; } }
.template-blog .container__featured-video {
  margin-bottom: 3rem; }
.template-blog .articles-title {
  text-align: center;
  margin-bottom: 50px; }
.template-blog .content-grid__item {
  margin-bottom: 2rem; }
  .template-blog .content-grid__item .overlay_card {
    max-height: 100vw; }
  @media (min-width: 992px) {
    .template-blog .content-grid__item .overlay-card__bg {
      padding-bottom: 0px;
      height: 30vw;
      max-height: 386px; } }
  .template-blog .content-grid__item .overlay-card__full-contents {
    margin: 0 auto;
    justify-content: center;
    height: 30vw;
    max-height: 386px; }
  .template-blog .content-grid__item .overlay-card__full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 0px; }
  .template-blog .content-grid__item .overlay-card__title {
    color: white;
    text-align: center;
    padding: 4%; }
    @media screen and (min-width: 992px) and (max-width: 1160px) {
      .template-blog .content-grid__item .overlay-card__title {
        font-size: 2rem;
        padding: 12%; } }
    @media (max-width: 992px) {
      .template-blog .content-grid__item .overlay-card__title {
        padding-bottom: 0px;
        height: 30vw;
        max-height: 386px; } }
.template-blog .promotional-banner__wrapper .page-hero {
  padding-top: 2rem;
  padding-bottom: 2.5rem; }
.template-blog .promotional-banner__wrapper .page-hero__title {
  margin: 0px; }
.template-blog .promotional-banner__wrapper .page-hero__toptitle {
  margin-bottom: 0.5rem; }
.template-blog .promotional-banner__wrapper .page-hero__subtitle {
  color: #707070; }

.sticky-bar {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding: 35px 0 30px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 8px 10px -6px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: transform 0.3s ease-in, opacity 0.3s step-end;
  -o-transition: transform 0.3s ease-in, opacity 0.3s step-end;
  transition: transform 0.3s ease-in, opacity 0.3s step-end; }
  .site-fixed-header .sticky-bar {
    top: 60px; }
    @media (min-width: 992px) {
      .site-fixed-header .sticky-bar {
        top: 97px; } }
  .sticky-bar.is-visible {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.3s ease-out, opacity 0.3s step-start;
    -o-transition: transform 0.3s ease-out, opacity 0.3s step-start;
    transition: transform 0.3s ease-out, opacity 0.3s step-start; }

@media (max-width: 991px) {
  .account-side-bar__wrapper {
    position: relative;
    margin-bottom: 3.125rem; } }
.account-side-bar__wrapper svg {
  position: absolute;
  top: 50%;
  transform: rotate(180deg) translateY(50%);
  right: 1rem;
  width: 15px;
  pointer-events: none; }

@media (max-width: 991px) {
  .account-side-bar__select {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 0.3125rem 1.25rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.063em;
    outline: none; } }

.account-shipping__wrapper .page-header {
  padding: 0;
  margin: 1.875rem 0; }

.account-shipping__wrapper h1 {
  font-size: 2rem;
  text-align: left;
  margin-left: 25%; }
  @media (max-width: 991px) {
    .account-shipping__wrapper h1 {
      margin: auto;
      text-align: center; } }

@media (max-width: 991px) {
  .form-group__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.875rem; } }
@media (max-width: 991px) {
  .form-group__buttons .btn, .form-group__buttons .yotpo.yotpo .yotpo-default-button, .yotpo.yotpo .form-group__buttons .yotpo-default-button, .form-group__buttons .yotpo.yotpo .write-review-button, .yotpo.yotpo .form-group__buttons .write-review-button {
    order: 1;
    padding-left: 0;
    padding-right: 0; } }
@media (max-width: 991px) {
  .form-group__buttons .cta {
    width: 100%; } }

.account-shipping__edit-btn,
a.account-shipping__edit-btn {
  color: black; }
  .account-shipping__edit-btn a,
  a.account-shipping__edit-btn a {
    text-transform: uppercase;
    text-decoration: underline;
    color: black; }

.yotpo.yotpo div,
.yotpo.yotpo span,
.yotpo.yotpo p,
.yotpo.yotpo a,
.yotpo.yotpo img,
.yotpo.yotpo i,
.yotpo.yotpo strong,
.yotpo.yotpo sup,
.yotpo.yotpo ul,
.yotpo.yotpo li,
.yotpo.yotpo form,
.yotpo.yotpo label {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 1rem !important;
  line-height: 1.75 !important;
  color: #333333 !important; }
.yotpo.yotpo a {
  color: #e9427f !important; }
  .yotpo.yotpo a:focus, .yotpo.yotpo a:hover {
    color: #e51d66 !important; }
.yotpo.yotpo .yotpo-icon-default-star:before,
.yotpo.yotpo .yotpo-icon-star:before,
.yotpo.yotpo .yotpo-icon-default-half-star:before,
.yotpo.yotpo .yotpo-icon-half-star:before,
.yotpo.yotpo .yotpo-icon-default-empty-star:before,
.yotpo.yotpo .yotpo-icon-empty-star:before,
.yotpo.yotpo .yotpo-icon-thumbs-up:before,
.yotpo.yotpo .yotpo-icon-thumbs-down:before {
  content: '' !important;
  display: inline-block;
  height: 18px;
  width: 13px;
  background-size: cover;
  background-repeat: no-repeat; }
.yotpo.yotpo .yotpo-helpful .vote-btn {
  vertical-align: text-top;
  margin-right: 3px; }
.yotpo.yotpo .yotpo-icon-thumbs-up:before,
.yotpo.yotpo .yotpo-icon-thumbs-down:before {
  height: 20px;
  width: 20px; }
.yotpo.yotpo .yotpo-icon-default-star:before,
.yotpo.yotpo .yotpo-icon-star:before {
  background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/illustration-chili.svg?v=5883635528732766884); }
.yotpo.yotpo .yotpo-icon-default-half-star:before,
.yotpo.yotpo .yotpo-icon-half-star:before {
  background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/illustration-chili-half.svg?v=4296248564526674316); }
.yotpo.yotpo .yotpo-icon-default-empty-star:before,
.yotpo.yotpo .yotpo-icon-empty-star:before {
  background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/illustration-chili-empty.svg?v=6503331895138990219); }
.yotpo.yotpo .yotpo-icon-thumbs-up:before {
  background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/thumbs-up.svg?v=10113604705937335955); }
.yotpo.yotpo .yotpo-icon-thumbs-down:before {
  background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/thumbs-down.svg?v=5186372786455097845); }
.yotpo.yotpo .yotpo-bottomline .yotpo-stars {
  margin-right: 11px; }
.yotpo.yotpo .yotpo-bottomline .yotpo-icon + .yotpo-icon {
  margin-left: 3px; }
.yotpo.yotpo .yotpo-bottomline a, .yotpo.yotpo .yotpo-bottomline a:hover, .yotpo.yotpo .yotpo-bottomline a:focus {
  color: #4a4a4a !important; }
.yotpo.yotpo .yotpo-bottomline .text-m {
  font-size: 0.81rem; }
.yotpo.yotpo .yotpo-default-button,
.yotpo.yotpo .yotpo-default-button span {
  font-family: "Gobold", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-weight: 700 !important; }
.yotpo.yotpo .primary-color-btn,
.yotpo.yotpo input[type="button"].primary-color-btn {
  background-color: #e9427f !important; }
  .yotpo.yotpo .primary-color-btn:hover,
  .yotpo.yotpo input[type="button"].primary-color-btn:hover {
    background-color: #e31a64 !important; }
.yotpo.yotpo .primary-color-btn.yotpo-disabled,
.yotpo.yotpo input[type="button"].primary-color-btn.yotpo-disabled {
  opacity: 0.25 !important;
  cursor: not-allowed !important; }
@media (max-width: 541px) {
  .yotpo.yotpo .write-review-button.yotpo-visible-mobile {
    background-color: white !important;
    letter-spacing: 0em !important;
    color: #4a4a4a !important;
    text-transform: none !important;
    border-color: white !important; }
    .yotpo.yotpo .write-review-button.yotpo-visible-mobile .yotpo-icon {
      color: #4a4a4a !important; } }
@media (min-width: 542px) {
  .yotpo.yotpo .write-review-button .yotpo-icon,
  .yotpo.yotpo .write-review-button .yotpo-icon-button-text {
    color: white !important; } }
.yotpo.yotpo .write-first-question-button {
  background: #e9427f !important; }
.yotpo.yotpo .yotpo-review {
  padding-bottom: 30px; }
  .yotpo.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile {
    display: none; }
  .yotpo.yotpo .yotpo-review .yotpo-main,
  .yotpo.yotpo .yotpo-review .yotpo-footer {
    margin-left: 0; }
  .yotpo.yotpo .yotpo-review .yotpo-main {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
    margin-top: 0 !important; }
  .yotpo.yotpo .yotpo-review .yotpo-user-name {
    color: #4a4a4a !important;
    font-size: 0.875rem !important;
    text-transform: none !important;
    font-weight: 400 !important; }
  .yotpo.yotpo .yotpo-review .content-title {
    text-transform: uppercase !important; }
  .yotpo.yotpo .yotpo-review .yotpo-review-date {
    letter-spacing: 0em !important; }
.yotpo.yotpo.yotpo-main-widget .yotpo-label .yotpo-icon-btn-big,
.yotpo.yotpo.yotpo-main-widget .yotpo-label .yotpo-logo-title {
  display: none; }
  .yotpo.yotpo.yotpo-main-widget .yotpo-label .yotpo-icon-btn-big .yotpo-icon,
  .yotpo.yotpo.yotpo-main-widget .yotpo-label .yotpo-logo-title .yotpo-icon {
    font-size: 30px !important; }
.yotpo.yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box {
  border-bottom: none;
  padding-bottom: 15px; }
.yotpo.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-1 .yotpo-sum-reviews {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 5px; }
.yotpo.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution {
  padding-left: 20px;
  padding-right: 5px; }
  @media (max-width: 480px) {
    .yotpo.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution {
      border-right: none !important;
      padding-right: 0 !important;
      padding-top: 20px !important; } }
  @media (max-width: 480px) {
    .yotpo.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content {
      width: 100%; } }
  .yotpo.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distibutions-stars .review-stars {
    height: 27px; }
  .yotpo.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph {
    height: 12px;
    margin-bottom: 18px;
    top: 5px; }
    .yotpo.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-3-boxes .yotpo-bottomline-box-2 .yotpo-star-distribution .yotpo-star-distribution-content .yotpo-distributions-graphs .yotpo-star-distribution-graph .yotpo-star-distribution-score-wrapper .yotpo-star-distribution-graph-score {
      background-color: #e9427f; }
.yotpo.yotpo.yotpo-main-widget .yotpo-bottomline .yotpo-stars {
  margin-right: 0; }
.yotpo.yotpo.yotpo-main-widget .write-review .y-label {
  font-family: "Gobold", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 1.0625rem !important;
  letter-spacing: 0.14em !important;
  line-height: 1.3 !important;
  color: black !important;
  text-transform: uppercase !important;
  margin-bottom: 0.5rem !important;
  padding: 0 !important; }
  .yotpo.yotpo.yotpo-main-widget .write-review .y-label.yotpo-header-title {
    font-family: "Gobold", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 1.5rem !important;
    letter-spacing: 0.1em !important;
    line-height: 1.29 !important;
    color: black !important;
    text-transform: uppercase !important;
    margin-bottom: 1.5rem !important; }
.yotpo.yotpo.yotpo-main-widget .write-review .y-input {
  margin-top: 0; }
.yotpo.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #e9427f !important; }
.yotpo.yotpo .yotpo-thankyou-header span:not(.yotpo-icon) {
  font-family: "Gobold", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 1.5rem !important;
  letter-spacing: 0.1em !important;
  line-height: 1.29 !important;
  color: black !important;
  text-transform: uppercase !important; }

[data-section-type="product-builder"] {
  -webkit-transition: margin 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  -o-transition: margin 0.6s cubic-bezier(0.42, 0, 0.13, 1.04);
  transition: margin 0.6s cubic-bezier(0.42, 0, 0.13, 1.04); }
  @media (min-width: 992px) {
    [data-section-type="product-builder"][data-current-step="3"] {
      margin-top: 250px; } }
  [data-section-type="product-builder"] .sticky-bar {
    background-color: white; }
    @media (max-width: 991px) {
      [data-section-type="product-builder"] .sticky-bar {
        display: none; } }
  [data-section-type="product-builder"] .page-header__title {
    max-width: none;
    font-size: 2.75rem; }
    @media (min-width: 768px) {
      [data-section-type="product-builder"] .page-header__title {
        padding: 0 100px; } }
  [data-section-type="product-builder"] .page-header__title-text > .illustration {
    width: 90px; }
    @media (min-width: 768px) {
      [data-section-type="product-builder"] .page-header__title-text > .illustration {
        position: absolute;
        margin: 0;
        top: -20px; }
        [data-section-type="product-builder"] .page-header__title-text > .illustration, [data-section-type="product-builder"] .page-header__title-text > .illustration.illustration--left {
          left: -110px; }
        [data-section-type="product-builder"] .page-header__title-text > .illustration.illustration--right {
          left: auto;
          right: -110px; } }

.box-items {
  max-width: 576px;
  margin-left: -9.5px;
  margin-right: -9.5px;
  margin-bottom: -23px; }
  .box-items.box-items--large {
    margin-left: -6px;
    margin-right: -6px;
    max-width: 672px; }

.box-item {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 9.5px 23px;
  position: relative;
  vertical-align: top; }
  .box-items--large .box-item {
    height: 100px;
    width: 100px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 0; }
  .box-item.box-item--empty {
    border: 1px solid #e0e0e0; }
    .box-item.box-item--empty:before {
      content: '+';
      position: absolute;
      top: 48%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #e0e0e0;
      font-size: 1.25rem; }

.box-item__remove {
  position: absolute;
  top: -1px;
  right: -3px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #4a4a4a;
  color: white;
  font-size: 20px;
  line-height: 18px;
  padding-left: 1px;
  text-align: center; }
  .box-item__remove:hover, .box-item__remove:focus {
    color: white;
    background-color: #3d3d3d; }

.box-item__title {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.75rem; }

.builder-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  max-width: 900px;
  margin: 1rem auto 3.5rem; }

.builder-progress__step {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 14px 0 0;
  border-top: 8px solid #e0e0e0;
  color: #a8a7a7;
  margin-bottom: 0;
  cursor: not-allowed; }
  @media (max-width: 991px) {
    .builder-progress__step {
      font-size: 0.81rem; } }
  .builder-progress__step.is-active {
    border-top-color: #e9427f;
    color: black;
    cursor: auto; }
  .builder-progress__step.is-completed {
    cursor: pointer; }

.builder-progress__step-check,
.builder-progress__step-box-size {
  display: none; }
  .builder-progress__step.is-completed .builder-progress__step-check, .builder-progress__step.is-completed
  .builder-progress__step-box-size {
    display: inline-block; }

.builder-progress__step-check svg {
  color: #e9427f;
  height: 15px;
  position: relative;
  top: -2px; }

@media (max-width: 991px) {
  .builder-progress__step-title {
    display: none; } }

@media (min-width: 992px) {
  .builder-progress__step-mobile-title {
    display: none; } }

form.builder-box-form .cta {
  display: block; }
  form.builder-box-form .cta + .cta {
    margin-top: 15px; }

@media (min-width: 992px) {
  .builder-mini-box {
    display: none; } }
.builder-mini-box .builder-box-form .cta {
  display: block;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 992px) {
  .instagram-grid .content-grid {
    margin-top: 4.6875rem; } }
.instagram-grid .nav-strip {
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .instagram-grid .nav-strip {
      margin-bottom: 4.6875rem; } }
  @media (max-width: 991px) {
    .instagram-grid .nav-strip .nav-strip__list {
      white-space: normal; } }
  .instagram-grid .nav-strip .nav-strip__list li {
    width: 100%;
    padding-bottom: 0;
    margin: 0; }
    @media (min-width: 992px) {
      .instagram-grid .nav-strip .nav-strip__list li {
        width: auto;
        margin: 0 2.8125rem; }
        .instagram-grid .nav-strip .nav-strip__list li:first-child {
          margin-left: 0; }
        .instagram-grid .nav-strip .nav-strip__list li:last-child {
          margin-right: 0; } }
.instagram-grid .content-grid__item {
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .instagram-grid .content-grid__item {
      -webkit-flex-basis: 50%;
      -moz-flex-basis: 50%;
      -ms-flex-basis: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
  @media (max-width: 767px) {
    .instagram-grid .content-grid__item {
      margin-bottom: 20px;
      padding: 0 10px; } }

/*================ TEMPLATES ================*/
.quantity-selector .quantity-selector__inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 95px;
  margin-left: 0px;
  border: solid 2px #e0e0e0;
  padding: 0px 10px;
  height: 40px;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .quantity-selector .quantity-selector__inner-wrapper {
      margin: 0px auto; } }
.quantity-selector input {
  text-align: center;
  border: none;
  pointer-events: none;
  padding: 0px;
  font-size: 1.25rem;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
.quantity-selector .btn--quantity {
  width: auto;
  border: none;
  padding: 0;
  font-size: 1.25rem; }
  .quantity-selector .btn--quantity:hover, .quantity-selector .btn--quantity:active {
    background-color: transparent; }

.cart-title {
  padding-bottom: 45px; }

.cart-title--mobile {
  border-bottom: solid 1px #e0e0e0; }

.btn--checkout {
  padding: 0px; }
  .btn--checkout .cta-ui {
    z-index: 1; }

.cart-list__header {
  display: none;
  text-transform: uppercase;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .cart-list__header {
      display: block;
      border-bottom: solid 1px #e0e0e0;
      font-size: 0.875rem; } }

.cart-list__row {
  display: block;
  margin: 0px 15px; }
  @media screen and (min-width: 768px) {
    .cart-list__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      margin: 0px; } }
  @media screen and (min-width: 768px) {
    .cart-list__row div.cart-list__item-details {
      padding-left: 0px; } }
  @media screen and (max-width: 768px) {
    .cart-list__row div.cart-list__col-spacer {
      display: none; } }
  @media screen and (min-width: 768px) {
    .cart-list__row div.cart-list__col-spacer {
      width: 20%; } }

.cart-list__header,
.cart-list__row,
.cart-list__footer {
  *zoom: 1; }
  .cart-list__header::after,
  .cart-list__row::after,
  .cart-list__footer::after {
    content: '';
    display: table;
    clear: both; }
  .cart-list__header > div,
  .cart-list__row > div,
  .cart-list__footer > div {
    padding: 50px 15px; }

.cart-footer__subtotal {
  padding: 0px;
  margin-bottom: 0px; }
  .cart-footer__subtotal span {
    padding: inherit;
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1; }
  .cart-footer__subtotal .footer-total-price {
    font-weight: 400;
    font-size: 1rem;
    margin: 0px 10px; }

.cart-list__header > div {
  padding: 7px 0px; }

@media (max-width: 575px) {
  .cart-list__footer > div {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 768px) {
  div.cart-list__footer-row--primary {
    width: 100%;
    padding: 0px; }
    div.cart-list__footer-row--primary .content-footer {
      margin: 0px auto;
      max-width: 335px; }
    div.cart-list__footer-row--primary .cart-list__footer-width-container {
      border: none;
      padding-bottom: 0px; }
    div.cart-list__footer-row--primary .btn--checkout, div.cart-list__footer-row--primary .cta-1 {
      width: 100%; } }

.cart-list__col-subtotal,
.cart-list__col-remove {
  display: none;
  text-align: center; }

.cart-list__col-subtotal .cart-list-price {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.cart-list__col-remove svg {
  width: 22px;
  height: 22px; }
.cart-list__col-remove circle {
  fill: #e0e0e0 !important; }
.cart-list__col-remove path {
  fill: white !important; }

.cart-list__col-product {
  padding-right: 20px; }

@media screen and (min-width: 768px) {
  .cart-list__col-product {
    padding-right: 15px; }

  .cart-list__col-quantity,
  .cart-list__col-subtotal,
  .cart-list__col-remove {
    display: block; }

  .cart-list__footer {
    border-top: solid 1px #e0e0e0; }
    .cart-list__footer .cart-list__row {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }

  div.cart-list__footer-row {
    width: 100%; }

  div.cart-list__footer-width-container {
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 25px;
    float: right;
    text-align: center; }
    div.cart-list__footer-width-container .content-footer {
      margin: 0px 0px 20px; }
    div.cart-list__footer-width-container .footer-taxes-section {
      padding: 25px; }
    div.cart-list__footer-width-container p {
      margin: 0px; }

  div.cart-list__footer-row--primary {
    max-width: 290px;
    width: 100%; }
    div.cart-list__footer-row--primary .cta {
      width: 100%; } }
.cart-list__item-image {
  float: left;
  width: 100px;
  height: auto; }
  @media (min-width: 768px) {
    .cart-list__item-image {
      width: 170px;
      max-height: 170px; } }

@media screen and (max-width: 768px) {
  .cart-list__item-details.col-xs-7 {
    padding-left: 0px; } }

.cart-list__item-details-remove {
  position: absolute;
  top: 44px;
  right: 0px; }
  @media screen and (min-width: 768px) {
    .cart-list__item-details-remove {
      display: none; } }
  .cart-list__item-details-remove svg {
    width: 22px;
    height: 22px; }
  .cart-list__item-details-remove circle {
    fill: #e0e0e0 !important; }
  .cart-list__item-details-remove path {
    fill: white !important; }

.cart-list__item-details-title {
  margin-bottom: 8px;
  text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .cart-list__item-details-title {
      font-size: 1.0625rem; } }
  .cart-list__item-details-title a {
    color: black; }

ul.list-unstyled, .header-dropdown__menu ul, ul.footer-menu__list,
.cart-list__item-details-subtitle {
  font-size: 0.875rem; }
  @media screen and (min-width: 768px) {
    ul.list-unstyled, .header-dropdown__menu ul, ul.footer-menu__list,
    .cart-list__item-details-subtitle {
      font-size: 1rem; } }

.cart-list__item-details-subtitle {
  margin-bottom: 5px; }

.cart-list__item-quantity {
  width: 75px;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .cart-list__footer-width-container.cart-list__row {
    border-top: solid 1px #e0e0e0;
    padding: 30px 0px; } }
.cart-list__footer-width-container.cart-list__row .Button {
  width: 100%; }

.Cart-empty-message {
  margin: 150px 0;
  text-align: center; }

.additional-checkout-buttons {
  margin: 10px 0; }
  .additional-checkout-buttons .additional-checkout-button {
    position: relative !important;
    margin-left: 0px !important;
    border-radius: 0 !important;
    background-color: white !important;
    border: 1px solid black !important;
    width: 100% !important;
    padding: 3px 0;
    cursor: pointer;
    transition: all ease-in-out 0.3s; }
    .additional-checkout-buttons .additional-checkout-button:hover, .additional-checkout-buttons .additional-checkout-button:focus {
      background-color: #e6e6e6 !important;
      border-color: black !important; }
    .additional-checkout-buttons .additional-checkout-button img {
      transform: translateZ(0); }
    .additional-checkout-buttons .additional-checkout-button:not(:last-child) {
      margin-bottom: 0.8rem; }
  .additional-checkout-buttons .additional-checkout-button--paypal-express img,
  .additional-checkout-buttons .additional-checkout-button--amazon img {
    visibility: hidden; }
  .additional-checkout-buttons .additional-checkout-button--paypal-express:before,
  .additional-checkout-buttons .additional-checkout-button--amazon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto; }
  .additional-checkout-buttons .additional-checkout-button--paypal-express:before {
    height: 22px;
    width: 84px;
    -webkit-transform: translate(-42px, -12px);
    -ms-transform: translate(-42px, -12px);
    -o-transform: translate(-42px, -12px);
    transform: translate(-42px, -12px);
    background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/logo-paypal.png?v=1565105536423215085); }
  .additional-checkout-buttons .additional-checkout-button--amazon img {
    visibility: visible;
    opacity: 0 !important;
    z-index: 1;
    pointer-events: auto; }
  .additional-checkout-buttons .additional-checkout-button--amazon:before {
    height: 20px;
    width: 96px;
    -webkit-transform: translate(-48px, -8px);
    -ms-transform: translate(-48px, -8px);
    -o-transform: translate(-48px, -8px);
    transform: translate(-48px, -8px);
    background-image: url(//cdn.shopify.com/s/files/1/1084/6524/t/145/assets/logo-amazon-pay.png?v=1769991311613253808); }
  .additional-checkout-buttons .additional-checkout-button--apple-pay .additional-checkout-button__logo {
    background-image: -webkit-named-image(apple-pay-logo-black) !important; }

.collection-breadcrumbs {
  margin-bottom: 40px; }

.collection-filter-bar {
  margin-bottom: 40px;
  *zoom: 1; }
  .collection-filter-bar::after {
    content: '';
    display: table;
    clear: both; }

.collection-filter-bar__grouping {
  display: block; }
  .collection-filter-bar__grouping + .collection-filter-bar__grouping {
    margin-top: 20px; }
  @media (min-width: 992px) {
    .collection-filter-bar__grouping {
      display: inline-block; }
      .collection-filter-bar__grouping + .collection-filter-bar__grouping {
        margin: 0 0 0 1.5rem; } }

.collection-filter-bar__entry {
  display: inline-block;
  width: 100%; }
  .collection-filter-bar__entry:not(:last-child) {
    margin-right: 20px; }
  @media (max-width: 991px) {
    .collection-filter-bar__entry label {
      display: none; } }
  @media (min-width: 992px) {
    .collection-filter-bar__entry {
      width: 220px; }
      .collection-filter-bar__entry:not(:last-child) {
        margin-right: 40px; } }

.collection-filter-bar__entry .form-control, .collection-filter-bar__entry .minimal-input-box__input, .collection-filter-bar__entry .chosen-container-single .chosen-single, .chosen-container-single .collection-filter-bar__entry .chosen-single {
  border-color: #e9427f; }

.collection-filter-bar__entry .chosen-single {
  margin: 0; }

.four04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.four04__content-wrapper {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.four04__heading {
  margin-bottom: 45px; }

.four04__content a {
  color: #333333;
  text-decoration: underline; }
.four04__content a
p {
  margin-bottom: 1.6rem; }
  .four04__content a
  p:last-child {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .template-search .container {
    margin: 0px;
    width: auto; } }
@media (min-width: 992px) {
  .template-search .page-header {
    padding: 40px 120px 10px; } }
.template-search .page-header__title {
  max-width: unset; }

.template-page-legal .rte {
  max-width: 39em;
  margin: 0 auto;
  color: #707070; }
  .template-page-legal .rte h1, .template-page-legal .rte h2, .template-page-legal .rte h3, .template-page-legal .rte h4, .template-page-legal .rte h5, .template-page-legal .rte h6 {
    margin-top: 1.5rem; }

.template-login .checkbox {
  margin: 0; }
  .template-login .checkbox a {
    color: black;
    text-decoration: underline; }
.template-login .checkbox:first-child {
  margin-top: 30px; }
.template-login .checkbox:last-child {
  margin-bottom: 30px; }
@media (max-width: 576px) {
  .template-login .cta {
    width: 100%;
    margin-bottom: 45px; } }

#customer_login {
  margin-top: 15px; }
  #customer_login .cta {
    margin-top: 20px; }
  #customer_login .forgot-password {
    text-align: right; }
    #customer_login .forgot-password a {
      color: black; }

#RecoverPasswordForm .cta {
  margin-top: 20px; }

#create_customer .cta {
  margin-bottom: 0; }

#create_customer .has-error .confirmation-error {
  color: #f10f3e; }

.btn-cancel {
  display: block;
  color: black;
  text-align: right; }
  .btn-cancel:hover {
    color: black; }

@media (min-width: 992px) {
  .account__orders-header,
  .account-shipping__wrapper,
  .order-header__title {
    padding: 0 1rem; } }

@media (min-width: 992px) {
  .purchase-history-header {
    width: 73%;
    margin-right: 0;
    margin-left: auto;
    padding: 0; } }

.purchase-history__wrapper .panel {
  width: 100%; }
@media (min-width: 992px) {
  .purchase-history__wrapper .panel__header {
    padding: 1rem; } }
.purchase-history__wrapper .account__orders-header,
.purchase-history__wrapper .panel-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
.purchase-history__wrapper .account__orders-header {
  font-size: 0px;
  border-bottom: solid 1px #e0e0e0; }
  .purchase-history__wrapper .account__orders-header .order-header__text {
    margin-bottom: .5rem; }
    @media (min-width: 992px) {
      .purchase-history__wrapper .account__orders-header .order-header__text {
        margin-bottom: 1rem;
        width: 20%; } }
.purchase-history__wrapper .order-header__text:last-child {
  text-align: right; }
  @media (min-width: 992px) {
    .purchase-history__wrapper .order-header__text:last-child {
      width: 10%; } }
.purchase-history__wrapper .account__orders-body .panel--hiden-link {
  position: absolute;
  padding-right: 90%; }
.purchase-history__wrapper .account__orders-body .order__info--order-number {
  padding-left: 1rem; }
.purchase-history__wrapper .account__orders-body .order__info {
  text-align: center; }
  @media (min-width: 992px) {
    .purchase-history__wrapper .account__orders-body .order__info {
      width: 20%;
      text-align: left; } }
@media (max-width: 992px) {
  .purchase-history__wrapper .account__orders-body .order__info:first-child {
    text-align: left; } }
.purchase-history__wrapper .account__orders-body .order__info:last-child {
  text-align: right; }
  @media (min-width: 992px) {
    .purchase-history__wrapper .account__orders-body .order__info:last-child {
      width: 10%; } }
.purchase-history__wrapper .account__orders-body .panel__body {
  padding: 2rem 1rem 1rem;
  background-color: whitesmoke; }
  @media (min-width: 992px) {
    .purchase-history__wrapper .account__orders-body .panel__body {
      max-width: unset;
      padding: 1.5rem 1rem 1rem; } }
.purchase-history__wrapper .panel-inner-wrapper a {
  color: #333333; }
.purchase-history__wrapper .panel-inner-wrapper .panel__title-icon-expand-trigger {
  height: 8px;
  width: 8px; }
  .purchase-history__wrapper .panel-inner-wrapper .panel__title-icon-expand-trigger:before, .purchase-history__wrapper .panel-inner-wrapper .panel__title-icon-expand-trigger:after {
    color: #333333; }
.purchase-history__wrapper .panel__single-order-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }
  @media (min-width: 992px) {
    .purchase-history__wrapper .panel__single-order-info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
      justify-content: space-between; } }
  .purchase-history__wrapper .panel__single-order-info a {
    color: black; }
  @media (min-width: 992px) {
    .purchase-history__wrapper .panel__single-order-info .single-order__main-text {
      max-width: 35%; } }
  @media (min-width: 1480px) {
    .purchase-history__wrapper .panel__single-order-info .single-order__main-text {
      max-width: 40%; } }
  .purchase-history__wrapper .panel__single-order-info .single-order__secondary-text {
    color: #333333;
    width: 12%; }
    @media (min-width: 1480px) {
      .purchase-history__wrapper .panel__single-order-info .single-order__secondary-text {
        width: 13%; } }
  .purchase-history__wrapper .panel__single-order-info .single-order__secondary-text:last-child {
    text-align: right; }
.purchase-history__wrapper .single-order__secondary-text--mobile-wrapper {
  width: 90%;
  margin-left: 8%; }
  .purchase-history__wrapper .single-order__secondary-text--mobile-wrapper .single-order__secondary-text,
  .purchase-history__wrapper .single-order__secondary-text--mobile-wrapper .single-order__secondary-text:last-child {
    width: unset;
    text-align: unset; }
  .purchase-history__wrapper .single-order__secondary-text--mobile-wrapper .single-order__main-text,
  .purchase-history__wrapper .single-order__secondary-text--mobile-wrapper .single-order__secondary-text {
    margin: 0px; }
.purchase-history__wrapper .panel__single-order-header {
  border-bottom: solid 1px #e0e0e0;
  margin-bottom: 1rem; }
  .purchase-history__wrapper .panel__single-order-header .order-header__text {
    margin-bottom: 0.5rem;
    width: 14%; }
    @media (min-width: 1480px) {
      .purchase-history__wrapper .panel__single-order-header .order-header__text {
        width: 15%; } }
  .purchase-history__wrapper .panel__single-order-header .order-header__text:first-child {
    width: 65%; }
  @media (min-width: 992px) {
    .purchase-history__wrapper .panel__single-order-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between; } }
.purchase-history__wrapper .panel__single-order-details {
  border-top: solid 1px #e0e0e0;
  padding: 1rem 0;
  margin-top: 3rem; }
.purchase-history__wrapper .single-order-details__inner-wrapper {
  padding: 0px; }

@media (min-width: 768px) {
  .template-account .page-content--has-sidebar {
    left: unset; } }
@media (min-width: 768px) {
  .template-account .page-sidebar {
    right: unset;
    width: unset; } }

.is-hidden {
  display: none; }

.contact-page__secondary-title p {
  margin-bottom: 0px;
  color: #707070; }
  .contact-page__secondary-title p a {
    color: #707070;
    text-decoration: underline; }
    .contact-page__secondary-title p a:hover {
      text-decoration: none; }

.contact-us__image-wrapper img {
  margin-bottom: 3rem; }
  @media (max-width: 768px) {
    .contact-us__image-wrapper img {
      width: 100%; } }
  @media (min-width: 768px) {
    .contact-us__image-wrapper img {
      margin-bottom: 4rem; } }

.contact-page-wrapper {
  padding-bottom: 5rem; }
  @media (max-width: 768px) {
    .contact-page-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: reverse;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.contact-info__wrapper p:not(:last-child) {
  margin-bottom: 0; }
.contact-info__wrapper a {
  color: #333333; }
.contact-info__wrapper h4 {
  margin-top: 1.5rem; }

@media (min-width: 768px) {
  .template-page-contact .page-header {
    margin-bottom: 5rem; } }
.template-page-contact .contact-form .form-group:last-child {
  margin-top: 3rem; }
@media (max-width: 991px) {
  .template-page-contact .cta {
    left: 50%;
    transform: translatex(-50%); } }
@media (max-width: 768px) {
  .template-page-contact .cta {
    width: 100%; } }

.article-pagination {
  text-align: center;
  margin: 15px 0; }

.article-pagination__arrow {
  display: inline-block;
  text-align: center;
  color: #707070;
  text-transform: uppercase;
  font-size: 0.81rem;
  font-weight: bold;
  letter-spacing: 0.083em;
  margin: 0 13px;
  padding: 0 5px; }
  .article-pagination__arrow svg {
    display: block;
    margin: 0 auto;
    width: 25px;
    margin-bottom: 14px; }

.article-feature {
  position: relative;
  margin-bottom: 2rem; }
  .article-feature .page-hero {
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .article-feature .page-hero {
        padding-top: 230px;
        padding-bottom: 175px; } }
    .article-feature .page-hero p {
      font-size: 1rem; }
  .article-feature .page-hero__title {
    font-size: 2rem; }
  @media (min-width: 1200px) {
    .article-feature .article-pagination {
      margin: 0; }
    .article-feature .article-pagination__arrow {
      position: absolute;
      z-index: 5;
      top: 50%;
      left: -100px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .article-feature .article-pagination__arrow.article-pagination__arrow--right {
        left: auto;
        right: -100px; } }

.article-sharing {
  position: relative;
  margin-top: 40px;
  padding: 1rem 0;
  border: 2px solid #e0e0e0;
  border-width: 2px 0;
  text-align: center; }
  .article-sharing h5 {
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .article-sharing h5 {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
        -o-transform: translateY(-45%);
        transform: translateY(-45%);
        margin-bottom: 0; } }
  .article-sharing .social-sharing {
    display: inline-block; }

@media (min-width: 992px) {
  .template-page-community .content-grid__item--big-product-image-grid {
    flex-basis: 40%;
    max-width: 45%; } }
.template-page-community .content-grid__item--small-product-image-grid {
  flex-basis: 50%;
  max-width: 50%; }
  @media (min-width: 992px) {
    .template-page-community .content-grid__item--small-product-image-grid {
      flex-basis: 20%;
      max-width: 30%; } }
  @media (max-width: 992px) {
    .template-page-community .content-grid__item--small-product-image-grid .cta {
      max-width: 100%;
      min-width: unset;
      padding: 8%; } }
  @media (max-width: 992px) {
    .template-page-community .content-grid__item--small-product-image-grid .cta svg {
      display: none; } }

@media screen and (min-width: 768px) {
  .template-page-careers .page-header {
    margin-bottom: 7rem; } }
.template-page-careers .carrers__accordions-wrapper {
  max-width: 728px;
  margin: 0 auto; }
.template-page-careers .content-header {
  margin-bottom: 1rem; }
.template-page-careers .content-header__title,
.template-page-careers .content-header__subtitle {
  text-align: left; }
.template-page-careers .content-header__title-text {
  max-width: unset; }
.template-page-careers .content-header__subtitle {
  margin-left: 0;
  font-size: 0.875rem;
  font-weight: 700; }
.template-page-careers .description-wrapper {
  max-width: 90%; }
@media screen and (min-width: 768px) {
  .template-page-careers .description-wrapper--qualification {
    max-width: 80%; } }
.template-page-careers .cta {
  margin-top: 2.5rem; }
  @media screen and (max-width: 768px) {
    .template-page-careers .cta {
      margin-top: 1rem;
      width: 100%;
      max-width: 384px;
      left: 50%;
      transform: translateX(-50%); } }

body.template-password {
  height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 30px;
  text-align: center; }

/*================ 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: 1rem; }

.u-fs-large {
  font-size: 1.25rem; }

.u-fs-small {
  font-size: 0.875rem; }

.u-fs-xsmall {
  font-size: 0.81rem; }

.u-color-black {
  color: black; }

.u-color-white {
  color: white; }

.u-color-grey {
  color: #cccccc; }

.u-color-darker-grey {
  color: #333333; }

.u-color-dark-grey {
  color: #4a4a4a; }

.u-color-warm-grey {
  color: #707070; }

.u-color-medium-grey {
  color: #a8a7a7; }

.u-color-light-grey {
  color: #e0e0e0; }

.u-color-grey {
  color: #cccccc; }

.u-color-grey-bg {
  color: whitesmoke; }

.u-color-primary {
  color: #e9427f; }

.u-color-pink {
  color: #e9427f; }

.u-color-fuchsia {
  color: #b0228c; }

.u-color-red {
  color: #f10f3e; }

.u-color-rose-pink {
  color: #f391a0; }

.u-color-mint {
  color: #a9f5cd; }

.u-color-turquoise {
  color: #53ccbf; }

.u-color-blue {
  color: #00bced; }

.u-color-yellow {
  color: #fee491; }

.u-color-light-pink {
  color: #fce8ea; }

.u-color-light-mint {
  color: #dcf6e8; }

.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-td-strike {
  text-decoration: line-through; }

.u-ws-nowrap {
  white-space: nowrap; }

/*================ Background Colors ================*/
.u-bg-black {
  background-color: black; }

.u-bg-white {
  background-color: white; }

.u-bg-grey {
  background-color: #cccccc; }

.u-bg-darker-grey {
  background-color: #333333; }

.u-bg-dark-grey {
  background-color: #4a4a4a; }

.u-bg-warm-grey {
  background-color: #707070; }

.u-bg-medium-grey {
  background-color: #a8a7a7; }

.u-bg-light-grey {
  background-color: #e0e0e0; }

.u-bg-grey {
  background-color: #cccccc; }

.u-bg-grey-bg {
  background-color: whitesmoke; }

.u-bg-primary {
  background-color: #e9427f; }

.u-bg-pink {
  background-color: #e9427f; }

.u-bg-fuchsia {
  background-color: #b0228c; }

.u-bg-red {
  background-color: #f10f3e; }

.u-bg-rose-pink {
  background-color: #f391a0; }

.u-bg-mint {
  background-color: #a9f5cd; }

.u-bg-turquoise {
  background-color: #53ccbf; }

.u-bg-blue {
  background-color: #00bced; }

.u-bg-yellow {
  background-color: #fee491; }

.u-bg-light-pink {
  background-color: #fce8ea; }

.u-bg-light-mint {
  background-color: #dcf6e8; }

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

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

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

.display-block-important {
  display: block !important; }

.display-inline-block-important {
  display: inline-block !important; }

@at-root {
  @-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: 1479px) {
  .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: 1479px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) and (max-width: 1479px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) and (max-width: 1479px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 1480px) {
  .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: 1480px) {
  .visible-xl-block {
    display: block !important; } }

@media (min-width: 1480px) {
  .visible-xl-inline {
    display: inline !important; } }

@media (min-width: 1480px) {
  .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: 1479px) {
  .hidden-lg {
    display: none !important; } }
@media (min-width: 1480px) {
  .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; } }
.shopify-preview-bar {
  display: none !important; }

.full-banner-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 99; }

#clean-page {
  margin: 0; }
  #clean-page .promo__img-wrapper, #clean-page .promo__img-wrapper img {
    padding: 1em; }
  #clean-page .page-header {
    margin-top: 0; }

.banner {
  /*   	  height: 60vh; */
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin: 0 0 40px;
  background-position: center !important;
  padding-bottom: 40%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .banner h1 {
    color: #fff;
    font-size: 3.75rem;
    letter-spacing: 0.083em;
    margin: 0;
    line-height: 1.2; }

.banner-description {
  text-align: center;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto; }

.promo-html {
  font-size: 1.3em;
  text-align: center;
  max-width: 375px; }
  .promo-html .promo-heading {
    font-size: 1.4em; }

.promo__title {
  margin: auto;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.5rem; }

p.html-p {
  font-size: 1.7em;
  text-align: center;
  /* max-width: 375px; */
  padding: 1em 2em; }

#clean-page .promo {
  align-items: flex-start; }
