@charset "UTF-8";
@font-face {
  font-family: "Apercu Pro";
  src: url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-regular.eot");
  src: url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-regular.eot?#iefix") format("embedded-opentype"), url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-regular.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-regular.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-regular.svg#apercu-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Apercu Pro";
  src: url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-light.eot");
  src: url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-light.eot?#iefix") format("embedded-opentype"), url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-light.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-light.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-light.svg#apercu-light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Apercu Pro";
  src: url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-bold.eot");
  src: url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-bold.eot?#iefix") format("embedded-opentype"), url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-bold.woff") format("woff"), url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-bold.ttf") format("truetype"), url("https://cdn.shopify.com/s/files/1/2568/9396/t/2/assets/apercu-bold.svg#apercu-bold") format("svg");
  font-weight: 700;
  font-style: normal; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #514945;
  border: 1px solid #514945;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Apercu Pro", Calibri, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
    background-color: #413a37;
    color: #fff; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
    color: #fff;
    outline: 3px solid #c88d75;
    outline-offset: 2px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0.25rem 0 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.3625em;
  padding: 0;
  width: 100%; }

label,
legend {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  display: block; }
  label em,
  legend em {
    color: #514945;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1;
    opacity: 0.7;
    text-transform: none; }

input,
select,
textarea {
  display: block;
  font-family: "Apercu Pro", Calibri, sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #939393;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 3px rgba(103, 101, 100, 0.06);
          box-shadow: inset 0 1px 3px rgba(103, 101, 100, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  margin-bottom: 0.725em;
  padding: 0.48333em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover,
  select:hover {
    border-color: #939393; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select:focus {
    border-color: #514945;
    -webkit-box-shadow: inset 0 1px 3px rgba(103, 101, 100, 0.06), 0 0 5px rgba(81, 73, 69, 0.7);
            box-shadow: inset 0 1px 3px rgba(103, 101, 100, 0.06), 0 0 5px rgba(81, 73, 69, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled,
  select:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select:disabled:hover {
      border: 1px solid #b8b8b8; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #97928f; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    color: #97928f; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder,
  select::-ms-input-placeholder {
    color: #97928f; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder,
  select::placeholder {
    color: #97928f; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.3625em; }

[type="file"] {
  margin-bottom: 0.725em;
  width: 100%; }

select {
  margin-bottom: 0.725em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid #c88d75;
  outline-offset: 2px; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0;
  padding-top: 80px; }
  @media (max-width: 925px) {
    body {
      padding-top: 60px; }
      body.body--fixed {
        position: fixed; } }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

svg {
  fill: currentColor; }

table {
  border-collapse: collapse;
  margin: 1.45em 0;
  text-align: left;
  width: 100%; }

tfoot,
thead {
  border-bottom: 2px solid #b8b8b8; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr:not(:last-child) {
  border-bottom: 1px solid gainsboro; }

th {
  font-weight: inherit;
  min-width: 112px;
  white-space: nowrap; }

th,
td {
  padding: 0.725em 28px; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

td {
  vertical-align: middle; }

html {
  color: #514945;
  font-family: "Apercu Pro", Calibri, sans-serif;
  font-size: 100%;
  line-height: 1.45;
  text-rendering: optimizeLegibility; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2.25rem;
  font-weight: inherit;
  margin: 0 0 0.725em; }

p {
  margin: 0 0 1.45em; }
  p:empty {
    margin-bottom: 0; }

a {
  color: #514945;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }
  a:hover, a:focus {
    color: #ba7056;
    outline: none; }

hr {
  border-bottom: 1px solid #b8b8b8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.45em 0; }

s {
  opacity: 0.5; }

cite {
  font-style: normal; }

dt {
  font-style: inherit;
  font-weight: inherit; }

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 5px #19f;
          box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
  transition: top .3s,right .3s,bottom .3s,left .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
          box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.flickity-page-dots .dot {
  background-color: #514945;
  height: 7px;
  margin-left: 7px;
  margin-right: 7px;
  opacity: 0.5;
  width: 7px; }
  .flickity-page-dots .dot.is-selected {
    opacity: 1; }

.flickity-prev-next-button {
  background: rgba(247, 244, 239, 0.9);
  height: 60px;
  padding: 0;
  width: 60px; }
  .flickity-prev-next-button svg {
    height: 40%;
    left: 30%;
    top: 30%;
    width: 40%; }
  .flickity-prev-next-button:hover, .flickity-prev-next-button:focus {
    background: #c88d75; }
    .flickity-prev-next-button:hover .arrow, .flickity-prev-next-button:focus .arrow {
      fill: #fff; }
  .flickity-prev-next-button:disabled {
    display: none; }
  .flickity-prev-next-button .arrow {
    fill: #514945;
    -webkit-transition: fill 150ms ease;
    transition: fill 150ms ease; }

.product #rc_container {
  margin-bottom: 0; }

.product .rc_subscription-only div.rc_block__type {
  padding: 0; }

.account-header {
  background-color: #f8f8f8;
  margin-bottom: 1.45em;
  padding: 1rem 24px 0.1rem; }
  @media (min-width: 960px) {
    .account-header {
      padding: 1.5rem 2.5rem; } }

.account-header__heading {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em; }

.account-header__toggle {
  background-color: transparent;
  border: 0;
  color: inherit;
  display: inline;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none; }
  .account-header__toggle:hover, .account-header__toggle:focus {
    background-color: transparent;
    color: inherit;
    text-shadow: none; }
  .account-header__toggle:focus {
    outline: none; }
  @media (max-width: 960px) {
    .account-header__toggle::after {
      content: "▼"; } }
  @media (min-width: 960px) {
    .account-header__toggle {
      cursor: default; } }

@media (max-width: 960px) {
  .account-header__toggle--active::after {
    content: "▲"; } }

.account-header__list-item {
  border-top: 1px solid #b8b8b8; }
  .account-header__list-item:last-child {
    border-bottom: 1px solid #b8b8b8; }

.account-header__link {
  color: #514945;
  display: block;
  letter-spacing: 0.04em;
  line-height: 4.35;
  text-decoration: none; }

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

@media (max-width: 960px) {
  .account-header__navigation--active {
    display: block; } }

.address-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.45em;
  max-width: 40rem; }

.address-input-group__section {
  -ms-flex-preferred-size: calc(50% - 14px);
      flex-basis: calc(50% - 14px);
  margin-bottom: 0; }

.address-input-group__section--address1,
.address-input-group__section--company,
.address-input-group__section--country,
.address-input-group__section--phone {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.address-input-group__input {
  margin-bottom: 0; }

.input-alternate {
  background-color: #e7e3db;
  border: 0; }
  .input-alternate:focus {
    background-color: #d9d4cd;
    -webkit-box-shadow: none;
            box-shadow: none; }

.add-to-subscription {
  background-color: #ededed;
  grid-column: 2;
  padding: 0.725em 1.45em; }

.add-to-subscription__text {
  font-size: 0.775rem;
  margin: 0; }

.assortment-selector {
  margin-bottom: 0.5rem; }

.assortment-selector__or {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  color: #ba7056;
  font-weight: 900;
  margin-bottom: 1.45em;
  margin-top: 1.45em;
  text-align: center; }

.assortment-selector__custom-button {
  margin-left: auto;
  margin-right: auto; }
  .assortment-selector__custom-button:not(.assortment-selector__custom-button--active) {
    display: none; }

.assortment-slider {
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  height: 7px;
  margin-bottom: 1rem; }
  .assortment-slider .noUi-handle {
    height: 1.625rem;
    width: 1.625rem;
    background-color: #ccc;
    background-image: none;
    border: 0;
    border-radius: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
    -webkit-transform: translateY(-3.5px);
            transform: translateY(-3.5px); }
    .assortment-slider .noUi-handle::before, .assortment-slider .noUi-handle::after {
      background: none;
      color: #514945;
      display: initial;
      height: auto;
      line-height: 1.625rem;
      position: initial;
      -webkit-transform: scaleY(1.2);
              transform: scaleY(1.2);
      -webkit-transform-origin: center center;
              transform-origin: center center; }
    .assortment-slider .noUi-handle::before {
      content: "< "; }
    .assortment-slider .noUi-handle::after {
      content: " >"; }

.assortment-slider__connect--DPOC,
.assortment-slider__connect--LTPOT,
.assortment-slider__connect--NPOC,
.assortment-slider__connect--PTNOT,
.assortment-slider__connect--PTPOT,
.assortment-slider__connect--RCPT,
.assortment-slider__connect--RTNOT,
.assortment-slider__connect--RTPOT,
.assortment-slider__connect--SCPT,
.assortment-slider__connect--STNOT,
.assortment-slider__connect--STPOT {
  -webkit-box-shadow: none;
          box-shadow: none; }

.assortment-slider__connect--LTPOT {
  background: #e2ebf2; }

.assortment-slider__connect--DPOC,
.assortment-slider__connect--RCPT,
.assortment-slider__connect--RTNOT,
.assortment-slider__connect--RTPOT {
  background: #9eb8d5; }

.assortment-slider__connect--SCPT,
.assortment-slider__connect--STNOT,
.assortment-slider__connect--STPOT {
  background: #6d8cb0; }

.assortment-slider__connect--NPOC,
.assortment-slider__connect--PTNOT,
.assortment-slider__connect--PTPOT {
  background: #4e6282; }

.assortment-slider-container {
  background-color: #fff;
  border: 1px solid #ba7056;
  margin-top: 1.45em;
  padding: 1rem 0.725em; }
  .assortment-slider-container:not(.assortment-slider-container--visible) {
    display: none; }

.assortment-slider-container__legend {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75rem;
  font-weight: 400;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  text-align: center; }

.assortment-slider-container__lights {
  color: #9eb8d5; }

.assortment-slider-container__regulars {
  color: #9eb8d5; }

.assortment-slider-container__supers {
  color: #6d8cb0; }

.assortment-slider-container__supers-plus {
  color: #4e6282; }

.banner {
  background-color: #c88d75;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding: 0.75rem 1rem;
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 925px) {
  .banner--header {
    letter-spacing: 0;
    text-transform: none; } }

@media (max-width: 925px) {
  .banner--desktop-only {
    display: none; } }

.banner--navigation {
  background-color: #f1ece4;
  color: #ba7056;
  text-align: left; }

.banner--navigation__link {
  color: inherit;
  font-weight: 600;
  text-decoration: none; }

.body-has-banner {
  padding-top: 120px; }
  @media (max-width: 925px) {
    .body-has-banner {
      padding-top: 100px; } }

.button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #514945;
  border: 1px solid #514945;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Apercu Pro", Calibri, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .button:hover {
    background-color: #413a37;
    color: #fff; }
  .button:focus {
    color: #fff;
    outline: 3px solid #c88d75;
    outline-offset: 2px; }
  .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.button-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem; }

.button-list__input {
  display: none; }

.button-list__item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #b8b8b8;
  border-left-width: 0;
  color: #514945;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  text-decoration: none;
  text-transform: initial;
  white-space: nowrap;
  width: 100%; }
  .button-list__item:nth-child(2) {
    border-left-width: 1px; }
  .button-list__item:hover, .button-list__item:focus {
    background-color: #f1ece4;
    color: #514945; }
  .button-list__input:checked + .button-list__item {
    background-color: #f1ece4; }
  @media (min-width: 1050px) and (max-width: 1300px), (min-width: 620px) and (max-width: 750px) {
    .button-list--break-line .button-list__item {
      white-space: normal;
      word-spacing: 9999px; } }

.button-list__item--solo {
  border-left-width: 1px;
  display: block; }

.carousel {
  max-width: 100%; }

.carousel__cell {
  width: 100%; }

.cart-footer {
  font-size: 1.25rem;
  max-width: 1062px; }
  @media (min-width: 600px) {
    .cart-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.cart-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 2;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .cart-footer__row {
      border-left: 2px solid #b8b8b8; } }

.cart-footer__row--total {
  font-weight: 600;
  padding-top: 0.5rem; }

.cart-footer__label,
.cart-footer__price {
  min-width: 112px; }
  @media (min-width: 600px) {
    .cart-footer__label,
    .cart-footer__price {
      padding-left: 56px; } }

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

.cart-footer__submit {
  font-size: 0.8125rem;
  margin-top: 1.45em; }

.cart__special-instructions {
  margin-bottom: 2.9em; }
  @media (min-width: 600px) {
    .cart__special-instructions {
      margin-right: 28px; } }

.cart-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0; }

.cart-item-quantity__input,
.cart-item-quantity__button {
  -moz-appearance: textfield;
  background-color: transparent;
  border: 0;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  text-decoration: none; }
  .cart-item-quantity__input::-webkit-outer-spin-button, .cart-item-quantity__input::-webkit-inner-spin-button,
  .cart-item-quantity__button::-webkit-outer-spin-button,
  .cart-item-quantity__button::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .cart-item-quantity__input:hover, .cart-item-quantity__input:focus,
  .cart-item-quantity__button:hover,
  .cart-item-quantity__button:focus {
    color: #ba7056;
    outline: none; }

.cart-item-quantity__input {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  text-align: center;
  width: 3em; }
  .cart-item-quantity__input:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.cart-item-quantity__button {
  padding: 0 0.5em;
  position: relative;
  text-decoration: none;
  z-index: 2; }
  .cart-item-quantity__button:hover, .cart-item-quantity__button:focus {
    background-color: transparent; }
  .cart-item-quantity__button:disabled {
    color: #85807d; }

@media (max-width: 620px) {
  .certification-list {
    text-align: center; } }

.certification-list__item {
  display: inline-block;
  margin: 0.3625em; }
  .certification-list__item:last-child {
    margin-bottom: 1.45em; }

.certification-list__item--text {
  color: #514945;
  display: block;
  font-size: 0.75rem; }

.certification-list__icon {
  height: auto;
  width: 40px; }

.checklist {
  margin-bottom: 0.3625em; }

.checklist__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  margin-bottom: 0.3625em;
  margin-top: 0.3625em; }

.checklist__icon {
  position: relative;
  top: 0.075em;
  height: 0.8125em;
  width: 0.8125em;
  margin-left: 0.15em;
  margin-right: 0.4em; }

.cta-bar {
  background-color: #f8f8f8;
  color: #514945;
  font-size: 1.25rem;
  padding: 3.625em 28px;
  text-align: center; }

.cta-bar--contrast {
  background-color: #ba7056;
  color: #fff; }

.cta-bar__heading {
  color: inherit;
  font-size: 3rem; }

.cta-bar__heading--tiny {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1.45em;
  text-transform: initial; }

.cta-bar__rule {
  background-color: #9eb8d5;
  height: 4px;
  margin: 0 auto 1.875rem;
  width: 5rem; }

.cta-bar__image {
  max-width: 430px; }

.cta-bar__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.9em auto; }

.cta-bar__footer-link {
  margin: 0 28px;
  max-width: 128px; }

.cta-bar__logolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cta-bar__logolist-item {
  margin-left: 56px;
  margin-right: 56px;
  opacity: 0.5; }
  .cta-bar__logolist-item img {
    margin-bottom: 1.45em;
    max-height: 2.125rem; }

.template-index .cta-unit:not(.cta-unit--contrast),
.page-about .cta-unit:not(.cta-unit--contrast),
.page-lola-how-it-works .cta-unit:not(.cta-unit--contrast) {
  color: #514945; }
  .template-index .cta-unit:not(.cta-unit--contrast) .cta-unit__rule,
  .page-about .cta-unit:not(.cta-unit--contrast) .cta-unit__rule,
  .page-lola-how-it-works .cta-unit:not(.cta-unit--contrast) .cta-unit__rule {
    background-color: #9eb8d5; }

@media (min-width: 768px) {
  .cta-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.cta-unit:last-child {
  margin-bottom: 0; }

.cta-unit--hero {
  background-color: #fff; }
  @media (min-width: 768px) {
    .cta-unit--hero {
      min-height: 65vh; }
      .cta-unit--hero .cta-unit__media-container {
        max-height: 100%; } }
  @media (min-width: 1200px) {
    .cta-unit--hero .cta-unit__media-container {
      -ms-flex-preferred-size: 55%;
          flex-basis: 55%; }
    .cta-unit--hero .cta-unit__content {
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%; }
    .cta-unit--hero .cta-unit__content--overlap {
      background-color: transparent;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .cta-unit--hero .cta-unit__heading {
      font-size: 3rem; }
    .cta-unit--hero .cta-unit__heading--huge {
      font-size: 70px;
      margin-bottom: 0.5em; }
    .cta-unit--hero .cta-unit__heading--extra-huge {
      font-size: 70px;
      margin-bottom: 0.5em; }
    .cta-unit--hero .cta-unit__description--huge {
      font-size: 20px; } }
  @media screen and (orientation: portrait) {
    .cta-unit--hero {
      min-height: 45vh; } }

.cta-unit--cramp-care {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }
  .cta-unit--cramp-care .cta-unit__content,
  .cta-unit--cramp-care .cta-unit__heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left; }
  .cta-unit--cramp-care .cta-unit__content {
    padding-bottom: 0;
    padding-top: 0; }
  .cta-unit--cramp-care .cta-unit__description {
    font-size: inherit;
    margin-bottom: 1rem; }

.cta-unit--swap-order {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .cta-unit--swap-order .cta-unit__content--overlap {
    background-color: transparent;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }

.cta-unit--contrast .cta-unit__description,
.cta-unit--contrast .cta-unit__heading {
  color: #fff; }

.cta-unit--contrast .cta-unit--contrast__button {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .cta-unit--contrast .cta-unit--contrast__button:hover, .cta-unit--contrast .cta-unit--contrast__button:focus {
    background-color: rgba(255, 255, 255, 0.25); }

@media (min-width: 1200px) {
  .cta-unit--large-media .cta-unit__media-container {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 0; }
  .cta-unit--large-media .cta-unit__content {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; } }

.cta-unit__media-container {
  max-height: 45vh;
  overflow: hidden; }
  @media (min-width: 768px) {
    .cta-unit__media-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      max-height: initial;
      padding: 1.45em 56px;
      position: relative; } }

.cta-unit__media-container--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cta-unit__image {
  width: 100%; }
  .cta-unit__image:not(.cta-unit__image--constrained) {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 768px) {
      .cta-unit__image:not(.cta-unit__image--constrained) {
        position: absolute;
        top: 0;
        right: 0;
        left: 0; } }

.cta-unit__video {
  height: 300px; }
  @media (min-width: 768px) {
    .cta-unit__video {
      height: 55%; } }

.cta-unit__image--constrained {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 500px;
  width: auto; }

.cta-unit__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center; }
  @media (min-width: 768px) {
    .cta-unit__content {
      padding: 1.45em 56px; } }
  @media (min-width: 1200px) {
    .cta-unit__content {
      padding-bottom: 2.9em;
      padding-top: 2.9em; } }

.cta-unit__content--left-align {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left; }

.cta-unit__heading {
  font-weight: 300;
  max-width: 36em; }

.cta-unit__rule {
  background-color: #b8b8b8;
  height: 4px;
  margin-bottom: 1.875rem;
  margin-top: 0;
  width: 5rem; }

.cta-unit__description {
  margin-bottom: 1.875rem;
  max-width: 36em; }
  @media (min-width: 1200px) {
    .cta-unit__description {
      font-size: 1.25rem; } }

.cta-unit__description--list {
  text-align: left; }

.cta-unit__numeral {
  color: #ba7056;
  display: block;
  font-size: 6rem;
  text-align: center; }
  @media (min-width: 1200px) {
    .cta-unit__numeral {
      font-size: 10rem;
      opacity: 0.3; } }

.cta-unit__footer {
  margin-top: 1.45em;
  padding-bottom: 2rem; }

.cta-unit__button--wire {
  background-color: transparent;
  border-color: currentColor;
  color: #4e6282; }
  .cta-unit__button--wire:hover, .cta-unit__button--wire:focus {
    background-color: rgba(78, 98, 130, 0.2);
    color: #4e6282; }

.decorated-heading {
  text-align: center; }
  .decorated-heading::after {
    background-color: #9eb8d5;
    content: "";
    display: block;
    height: 4px;
    margin: 2rem auto;
    width: 5rem; }

.ebook-link {
  display: block;
  margin-top: 1rem;
  text-decoration: none; }

.ebook-link__image {
  vertical-align: middle; }

.ebook-link__inner {
  border-bottom: 1px solid currentColor;
  display: inline-block; }

.empty-cart-table-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.empty-cart-table-header-row__empty-cell {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.form-label {
  margin-bottom: 0.725em;
  margin-top: 1em; }

.fpk-contents__list-item {
  line-height: 1.625; }

.fpk-contents__list-item--separator {
  margin-top: 2rem; }

.fpk-contents__link {
  color: inherit;
  text-decoration: none; }

.hamburger-to-x {
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  padding: 15px;
  text-transform: none;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease; }
  .hamburger-to-x:hover, .hamburger-to-x:focus {
    opacity: 0.7; }
  .hamburger-to-x.hamburger-to-x--active .hamburger-to-x__inner {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger-to-x.hamburger-to-x--active .hamburger-to-x__inner::before {
      opacity: 0;
      top: 0;
      -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .hamburger-to-x.hamburger-to-x--active .hamburger-to-x__inner::after {
      bottom: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger-to-x__wrapper {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 25px; }

.hamburger-to-x__inner {
  display: block;
  margin-top: -1px;
  top: 50%;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger-to-x__inner, .hamburger-to-x__inner::before, .hamburger-to-x__inner::after {
    background-color: #514945;
    border-radius: 2px;
    height: 2px;
    position: absolute;
    width: 25px; }
  .hamburger-to-x__inner::before, .hamburger-to-x__inner::after {
    content: "";
    display: block; }
  .hamburger-to-x__inner::before {
    top: -7px;
    -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger-to-x__inner::after {
    bottom: -7px;
    -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.image-hero {
  background-color: #f1ece4;
  color: #fff;
  min-height: 550px;
  overflow: hidden;
  position: relative; }
  @media (min-width: 600px) {
    .image-hero {
      height: 80vh; } }
  @supports (display: grid) {
    .image-hero {
      display: grid;
      min-height: auto; }
      @media (min-width: 600px) {
        .image-hero {
          grid-template-rows: 80vh; } } }

.image-hero__image-container {
  background-color: #514945;
  height: 100%; }
  @supports (display: grid) {
    .image-hero__image-container {
      grid-column: 1;
      grid-row: 1; } }

.image-hero__text-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 52rem;
  width: calc(100% - 56px);
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2; }
  @media (min-width: 900px) {
    .image-hero__text-container {
      width: calc(100% - 86px); } }
  @supports (display: grid) {
    .image-hero__text-container {
      -ms-flex-item-align: center;
          align-self: center;
      grid-column: 1;
      grid-row: 1;
      margin-bottom: 5rem;
      margin-top: 3rem;
      position: static;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }
  @media (min-width: 900px) {
    .image-hero__text-container {
      font-size: 1.5rem; } }
  @media (max-height: 680px) {
    .image-hero__text-container {
      font-size: 1rem; } }

.image-hero__image {
  display: block;
  height: 100%;
  min-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
  width: 100%; }
  @supports (display: grid) {
    .image-hero__image {
      min-height: auto; } }

.image-hero__heading {
  font-size: 40px;
  line-height: 1.2; }
  @media (min-width: 900px) {
    .image-hero__heading {
      font-size: 4rem; } }
  @media (max-height: 680px) {
    .image-hero__heading {
      font-size: 40px; } }
  .image-hero__heading.image-hero__heading--about {
    margin-bottom: 1rem; }

.image-hero__button {
  background-color: #fff;
  border: 0;
  color: #514945; }
  .image-hero__button:hover, .image-hero__button:focus {
    background-color: #514945;
    color: #fff; }

.image-hero__learn-more {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: inherit;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .image-hero__learn-more:hover, .image-hero__learn-more:focus {
    color: inherit; }
    .image-hero__learn-more:hover .inline-icon--chevron, .image-hero__learn-more:focus .inline-icon--chevron {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
      -webkit-transition: -webkit-transform 150ms ease;
      transition: -webkit-transform 150ms ease;
      transition: transform 150ms ease;
      transition: transform 150ms ease, -webkit-transform 150ms ease; }

.image-hero__learn-more-text {
  display: block; }

.label-heading {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  color: inherit;
  margin-bottom: 0.3625em;
  margin-top: 0.725em; }

.label-heading--spacing {
  margin-bottom: 1.45em;
  margin-top: 1.45em; }

.label-heading__em {
  font-style: normal;
  text-decoration: underline; }

@-webkit-keyframes loading-icon-rotateit {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes loading-icon-rotateit {
  from {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@-webkit-keyframes loading-icon-fade-in {
  to {
    opacity: 1; } }

@keyframes loading-icon-fade-in {
  to {
    opacity: 1; } }

@-webkit-keyframes loading-icon-fade-out {
  90% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(-100deg);
            transform: rotate(-100deg); } }

@keyframes loading-icon-fade-out {
  90% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: rotate(-100deg);
            transform: rotate(-100deg); } }

@-webkit-keyframes loading-icon-check {
  to {
    stroke-dashoffset: 20; } }

@keyframes loading-icon-check {
  to {
    stroke-dashoffset: 20; } }

.loading-icon {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5; }
  .loading-icon:not(.loading-icon--active) {
    display: none; }

.loading-icon__svg {
  display: block;
  width: 40px; }
  .loading-icon__svg circle,
  .loading-icon__svg path {
    fill: none;
    stroke: #ba7056;
    stroke-width: 1.5px; }

.loading-icon__circle {
  animation-direction: reverse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: loading-icon-rotateit;
          animation-name: loading-icon-rotateit;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.loading-icon__circle-2 {
  -webkit-animation-delay: 80ms;
          animation-delay: 80ms;
  animation-direction: reverse;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: loading-icon-rotateit;
          animation-name: loading-icon-rotateit;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 0.5;
  stroke: #6d8cb0;
  stroke-width: 1px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.loading-icon__check {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
  animation-direction: reverse;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: check;
          animation-name: check;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  opacity: 1;
  stroke-dasharray: 20;
  stroke-dashoffset: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.loading-icon__circle-group {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: loading-icon-fade-out;
          animation-name: loading-icon-fade-out;
  -webkit-transform-origin: center;
          transform-origin: center; }

.loading-icon__check-group {
  -webkit-animation-delay: 2500ms;
          animation-delay: 2500ms;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: loading-icon-fade-in;
          animation-name: loading-icon-fade-in;
  opacity: 0; }

@-webkit-keyframes newsletter-catfish-slide-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes newsletter-catfish-slide-in {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.newsletter-catfish {
  background-color: #c88d75;
  bottom: 0;
  -webkit-box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.1);
  color: #fff;
  display: none;
  left: 0;
  padding: 50px 24px;
  position: fixed;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 10; }

.newsletter-catfish--show {
  -webkit-animation: newsletter-catfish-slide-in 0.5s ease-in-out 5s forwards;
          animation: newsletter-catfish-slide-in 0.5s ease-in-out 5s forwards;
  display: block; }

.newsletter-catfish__title {
  font-size: 24px;
  font-weight: 300; }

.newsletter-catfish__copy {
  font-size: 0.8125rem;
  font-weight: 400; }

.newsletter-catfish__close-button {
  background-color: transparent;
  border: 0;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 24px;
  top: 24px; }
  .newsletter-catfish__close-button:hover {
    background-color: transparent; }
  .newsletter-catfish__close-button:hover {
    color: #514945; }

.newsletter-signup {
  margin: 0 auto;
  max-width: 350px; }

.newsletter-signup__form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #b8b8b8;
  position: relative; }
  .newsletter-signup--catfish .newsletter-signup__form {
    border-color: #fff; }

.newsletter-signup__input {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  background-color: #f1ece4;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-family: "Apercu Pro", Calibri, sans-serif;
  font-size: 0.75rem;
  height: 50px;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center; }
  .newsletter-signup--catfish .newsletter-signup__input {
    background-color: #c88d75;
    color: #fff; }
    .newsletter-signup--catfish .newsletter-signup__input:focus {
      -webkit-box-shadow: 0 0 7px #fff;
              box-shadow: 0 0 7px #fff; }
  .newsletter-signup__input::-webkit-input-placeholder {
    color: #514945;
    opacity: 1; }
  .newsletter-signup__input:-ms-input-placeholder {
    color: #514945;
    opacity: 1; }
  .newsletter-signup__input::-ms-input-placeholder {
    color: #514945;
    opacity: 1; }
  .newsletter-signup__input::placeholder {
    color: #514945;
    opacity: 1; }
    .newsletter-signup--catfish .newsletter-signup__input::-webkit-input-placeholder {
      color: #fff; }
    .newsletter-signup--catfish .newsletter-signup__input:-ms-input-placeholder {
      color: #fff; }
    .newsletter-signup--catfish .newsletter-signup__input::-ms-input-placeholder {
      color: #fff; }
    .newsletter-signup--catfish .newsletter-signup__input::placeholder {
      color: #fff; }
  .newsletter-signup__input:focus::-webkit-input-placeholder {
    opacity: 0.6; }
  .newsletter-signup__input:focus:-ms-input-placeholder {
    opacity: 0.6; }
  .newsletter-signup__input:focus::-ms-input-placeholder {
    opacity: 0.6; }
  .newsletter-signup__input:focus::placeholder {
    opacity: 0.6; }

.newsletter-signup__button {
  background-color: #f1ece4;
  border: 0;
  color: #514945;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; }
  .newsletter-signup--catfish .newsletter-signup__button {
    background-color: #c88d75;
    color: #fff; }
    .newsletter-signup--catfish .newsletter-signup__button:hover {
      background-color: #fff;
      color: #c88d75; }

.newsletter-signup__button-icon {
  height: 10px;
  vertical-align: middle; }

.newsletter-signup__response {
  background-color: #6d8cb0;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
  margin: 0 auto;
  max-width: 350px;
  padding: 0.5em 1em; }

.newsletter-signup__response--error {
  background-color: #6d8cb0 !important;
  display: block;
  font-size: 0.8125rem;
  font-weight: 400 !important;
  left: 0;
  padding: 0.5em 1em;
  position: absolute;
  right: 0; }

.press-module {
  background-color: #c88d75;
  color: #fff;
  height: 380px;
  padding-bottom: 28px;
  padding-top: 28px;
  text-align: center; }
  @media (min-width: 600px) {
    .press-module {
      height: 325px; } }
  @media (min-width: 900px) {
    .press-module {
      height: 425px; } }
  .press-module p {
    margin-bottom: 0.5rem; }
  .press-module .flickity-page-dots {
    bottom: 28px; }
    .press-module .flickity-page-dots .dot {
      background-color: #fff; }

.press-module--secondary .flickity-page-dots .dot {
  background-color: #514945; }

.press-module__wrapper {
  color: inherit;
  position: relative; }
  .press-module__wrapper .press-module {
    background-color: #f1ece4;
    color: inherit; }

.press-module__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  width: 100%; }

.press-module__citation,
.press-module__small-title {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  text-decoration: none; }
  .press-module__citation:hover, .press-module__citation:focus,
  .press-module__small-title:hover,
  .press-module__small-title:focus {
    color: #fff;
    text-decoration: underline; }
  @media (min-width: 600px) {
    .press-module__citation,
    .press-module__small-title {
      font-size: 0.8125rem; } }
  .press-module--secondary-wrapper .press-module__citation, .press-module--secondary-wrapper
  .press-module__small-title {
    color: #514945; }
    .press-module--secondary-wrapper .press-module__citation:hover, .press-module--secondary-wrapper .press-module__citation:focus, .press-module--secondary-wrapper
    .press-module__small-title:hover, .press-module--secondary-wrapper
    .press-module__small-title:focus {
      color: #514945; }

.press-module__small-title {
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2; }
  .press-module__small-title:hover, .press-module__small-title:focus {
    text-decoration: none; }

.press-module__copy {
  color: inherit;
  line-height: 1.2;
  margin: 0 auto 0.5em;
  max-width: 50ch;
  padding-left: 28px;
  padding-right: 28px; }

.press-module__copy--short {
  font-size: 1.5rem; }
  @media (min-width: 600px) {
    .press-module__copy--short {
      font-size: 2rem; } }
  @media (min-width: 900px) {
    .press-module__copy--short {
      font-size: 2.5rem; } }

.press-module__copy--long {
  font-size: 1.2rem; }
  @media (min-width: 600px) {
    .press-module__copy--long {
      font-size: 1.5rem; } }
  @media (min-width: 900px) {
    .press-module__copy--long {
      font-size: 2rem; } }

.press-module__copy--text {
  line-height: 1.45; }

.press-module__flickety-dots-placeholder {
  height: 7px; }

.product-card {
  font-size: 0.8125rem; }

.product-card__link {
  color: #514945;
  text-decoration: none; }
  .product-card__link:hover, .product-card__link:focus {
    color: #514945; }

.product-card__image {
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease; }
  .product-card__link:hover .product-card__image,
  .product-card__link:focus .product-card__image {
    -webkit-transform: scale(1.03);
            transform: scale(1.03); }

.product-card__title {
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 1.25rem; }

.product-card__cta {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: inherit;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: inherit;
  margin-top: 0.5rem;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase; }
  .product-card__cta:hover {
    background-color: transparent;
    color: inherit; }
  .product-card__link:hover .product-card__cta,
  .product-card__link:focus .product-card__cta {
    color: #ba7056; }

.product-card__description {
  font-size: 0.8125rem;
  line-height: 1.625;
  margin-bottom: 0.75rem; }

.icon-columns {
  color: #514945;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 4.35em 28px; }
  @media (min-width: 768px) {
    .icon-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.icon-columns__title {
  text-align: center;
  width: 100%; }

.icon-columns__column {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  @media (min-width: 768px) {
    .icon-columns__column {
      -ms-flex-preferred-size: 33.33333%;
          flex-basis: 33.33333%;
      padding-left: 28px;
      padding-right: 28px; } }

.icon-columns__icon {
  display: block;
  margin: 0 auto;
  max-height: 7.5rem;
  max-width: 168px; }

.icon-columns__heading {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em; }

.inline-icon--chevron {
  display: inline;
  fill: currentColor;
  margin-left: 0.15em;
  opacity: 0.8;
  -webkit-transition-property: color, fill, -webkit-transform;
  transition-property: color, fill, -webkit-transform;
  transition-property: color, fill, transform;
  transition-property: color, fill, transform, -webkit-transform;
  vertical-align: middle;
  width: 10px; }

.inline-icon--chevron--up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 40%;
          transform-origin: 50% 40%; }

.inline-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.inline-list__item {
  margin-right: 28px; }

.inline-select {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  white-space: nowrap; }

.inline-select__label {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: baseline;
  white-space: nowrap; }

.inline-select__select {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: 0.75rem !important;
  margin: 0;
  padding: 0 28px 0 0;
  vertical-align: baseline;
  width: auto; }

.inline-select__select--icon {
  pointer-events: none; }

.inline-select__icon {
  opacity: 0.8;
  -webkit-transform: translate(-28px, 0.1em);
          transform: translate(-28px, 0.1em);
  width: 0.875em; }

.order-history {
  overflow-x: scroll; }

.performance-facts {
  border: 1px solid currentColor;
  margin: 20px auto;
  max-width: 500px;
  padding: 0.5rem; }
  .performance-facts p,
  .performance-facts h1,
  .performance-facts h2,
  .performance-facts h3,
  .performance-facts th {
    color: inherit; }
  @media (max-width: 900px) {
    .performance-facts {
      font-size: 10px;
      line-height: 1.2;
      margin: 0; } }

.performance-facts__heading {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.25rem; }
  @media (min-width: 900px) {
    .performance-facts__heading {
      font-size: 2rem; } }

.performance-facts__sub-heading {
  font-size: inherit;
  font-weight: 600;
  margin: 0 0 0.5rem; }

.performance-facts__header {
  border-bottom: 10px solid currentColor;
  margin: 0 0 0.5rem;
  padding: 0 0 0.25rem; }
  .performance-facts__header p {
    margin: 0; }

.performance-facts__table {
  border-collapse: collapse;
  width: 100%; }
  .performance-facts__table th,
  .performance-facts__table td {
    border-top: 1px solid 1px solid currentColor;
    font-weight: normal;
    padding: 0.25rem 0;
    text-align: left;
    white-space: nowrap; }
  .performance-facts__table td:last-child {
    text-align: right; }
  .performance-facts__table thead th {
    border-top: 0; }
  .performance-facts__table tr:last-child {
    border-bottom: 5px solid currentColor;
    padding-bottom: 3px; }

.performance-facts__thick-row {
  border-top: 5px solid currentColor; }

.performance-facts__blank-cell {
  border-top: 0;
  width: 1rem; }

.performance-facts__thick-end {
  border-bottom: 10px solid currentColor; }

.performance-facts__thin-end {
  border-bottom: 1px solid currentColor; }

.plain-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 70ch;
  padding: 0 28px 4rem; }
  .plain-content h1 {
    margin-bottom: 4rem;
    padding-top: 3rem; }
  .plain-content h2 {
    font-size: 1.6em; }
  .plain-content h3 {
    font-size: 1.15em;
    font-weight: 600;
    margin-top: 1.75rem; }
  .plain-content ul {
    list-style-type: disc;
    margin-left: 1em; }
  .plain-content li {
    margin-bottom: 1em; }

.plain-content__section:not(:first-of-type) {
  padding-top: 120px; }
  @media (max-width: 925px) {
    .plain-content__section:not(:first-of-type) {
      padding-top: 100px; } }

.product-card-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  padding-top: 2.5rem; }
  @media (min-width: 900px) {
    .product-card-list {
      width: calc(100% - 86px); } }
  .product-card-list .product-card {
    padding-bottom: 2.5rem; }

.product-card-list-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 38px auto 38px;
  margin-top: 2rem; }
  @media (min-width: 900px) {
    .product-card-list-header {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .product-card-list-header {
      grid-column-gap: 28px;
      grid-template-columns: repeat(12, 1fr); } }
  @media (min-width: 900px) {
    .product-card-list-header {
      grid-template-rows: 100px auto 100px; } }

.product-card-list-header__heading {
  font-size: 24px;
  -ms-flex-item-align: end;
      align-self: end;
  grid-column: 1 / 2;
  grid-row: 3 / 4;
  line-height: 0.875;
  margin: 0; }
  @media (min-width: 900px) {
    .product-card-list-header__heading {
      font-size: 63px; } }
  @media (min-width: 900px) {
    .product-card-list-header__heading {
      grid-column: 2 / 4; } }

.product-card-list-header__image {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  -webkit-transform: translateX(-28px);
          transform: translateX(-28px); }
  @media (min-width: 900px) {
    .product-card-list-header__image {
      grid-column: 2 / 6;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

.product-card-list-header__body {
  background-color: #f1ece4;
  font-size: 13px;
  grid-column: 2 / 5;
  grid-row: 2 / 4;
  padding-left: 24%;
  padding-right: 28px;
  text-align: center;
  width: calc(100% + 28px); }
  @media (min-width: 600px) {
    .product-card-list-header__body {
      padding-left: 33%; } }
  @media (min-width: 900px) {
    .product-card-list-header__body {
      display: grid;
      font-size: 32px;
      grid-column: 5 / 12;
      grid-column-gap: 28px;
      grid-template-columns: repeat(7, 1fr);
      padding: 0; } }

.product-card-list-header__subheading {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 2rem;
  padding-top: 2rem; }
  @media (min-width: 900px) {
    .product-card-list-header__subheading {
      grid-column: 2 / 7;
      grid-row: 1 / 2;
      -webkit-transform: translateX(0);
              transform: translateX(0); } }

.product-card-list-header__description {
  line-height: 1.5; }
  @media (min-width: 900px) {
    .product-card-list-header__description {
      grid-column: 2 / 7;
      grid-row: 2 / 3; } }

.product-carousel {
  background-color: #f1ece4;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 1062px) 1fr;
  padding-bottom: 60px;
  padding-top: 60px; }
  @media (max-width: 600px) {
    .product-carousel {
      padding-bottom: 28px;
      padding-top: 28px; } }

.product-carousel__wrapper {
  grid-column: 2 / 4; }

.product-carousel__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2; }
  @media (max-width: 1175px) {
    .product-carousel__title {
      margin-left: 43px; } }
  @media (max-width: 600px) {
    .product-carousel__title {
      margin-left: 28px; } }

.product-carousel__list {
  height: 500px; }
  @media (max-width: 900px) {
    .product-carousel__list {
      height: 450px; } }
  .product-carousel__list .product-card {
    margin-right: 28px;
    width: 300px; }
    @media (max-width: 900px) {
      .product-carousel__list .product-card {
        width: 230px; } }
    @media (max-width: 1175px) {
      .product-carousel__list .product-card:first-child {
        padding-left: 43px;
        width: 343px; } }
    @media (max-width: 900px) {
      .product-carousel__list .product-card:first-child {
        width: 273px; } }
    @media (max-width: 600px) {
      .product-carousel__list .product-card:first-child {
        padding-left: 28px;
        width: 258px; } }
  .product-carousel__list .product-card__image {
    height: 300px;
    width: 300px; }
    @media (max-width: 900px) {
      .product-carousel__list .product-card__image {
        height: 230px;
        width: 230px; } }
  .product-carousel__list .flickity-prev-next-button {
    top: 30%; }
    @media (max-width: 900px) {
      .product-carousel__list .flickity-prev-next-button {
        top: 25%; } }
    .product-carousel__list .flickity-prev-next-button.previous {
      left: -70px; }
      @media (max-width: 1175px) {
        .product-carousel__list .flickity-prev-next-button.previous {
          left: 10px; } }
    @media (max-width: 1175px) {
      .product-carousel__list .flickity-prev-next-button.next {
        right: 10px; } }

.product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.45em; }

.product-header__heading {
  font-size: 1.25rem;
  margin-bottom: 0; }
  @media (min-width: 900px) {
    .product-header__heading {
      font-size: 1.875rem; } }

.product-header__subheading {
  color: inherit;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: inherit;
  margin-top: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  text-transform: uppercase; }

.product-icon-list {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6rem;
  padding-top: 2.5rem; }

.product-icon-list__item {
  margin-bottom: 28px;
  text-align: center;
  width: 50%; }
  @media (min-width: 600px) {
    .product-icon-list__item {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: calc(100% / 3); } }
  @media (min-width: 900px) {
    .product-icon-list__item {
      width: calc(100% / 4); } }

.product-icon-list__icon-link {
  color: #514945;
  display: block;
  text-decoration: none; }
  .product-icon-list__icon-link:hover, .product-icon-list__icon-link:focus {
    color: #514945; }

.product-icon-list__icon {
  max-height: 70px;
  max-width: 130px; }

@-webkit-keyframes product-nav-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); } }

@keyframes product-nav-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); } }

.product-nav-dropdown {
  background-color: #fff;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 30; }
  @media (min-width: 925px) {
    .product-nav-dropdown {
      top: 60px; } }

.product-nav-dropdown--with-banner {
  top: 120px; }
  @media (min-width: 925px) {
    .product-nav-dropdown--with-banner {
      top: 100px; } }

.product-nav-dropdown--mobile {
  max-height: none;
  overflow: visible;
  position: static; }

.product-nav-dropdown--mobile__container:not(.product-nav-dropdown--mobile--active) {
  display: none; }

.product-nav-dropdown--mobile__category-section--active,
.product-nav-dropdown--mobile--active {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-name: product-nav-fade-in;
          animation-name: product-nav-fade-in;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; }

.product-nav-dropdown__list--mobile {
  width: 100%; }

.app-navigation__item--product-nav-desktop:hover > .product-nav-dropdown,
.product-nav-dropdown:hover {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-name: product-nav-fade-in;
          animation-name: product-nav-fade-in;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.app-navigation__item--product-nav-desktop:focus-within > .product-nav-dropdown,
.product-nav-dropdown:focus-within {
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-name: product-nav-fade-in;
          animation-name: product-nav-fade-in;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.product-nav-desktop__button {
  background-color: transparent;
  border: 0;
  font-size: 0.8125rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0;
  text-transform: none; }
  .product-nav-desktop__button:hover, .product-nav-desktop__button:focus {
    background-color: transparent;
    color: #ba7056;
    outline: none; }

.app-navigation__item--product-nav-desktop:hover,
.app-navigation__item--product-nav-desktop:focus {
  color: #ba7056; }
  .app-navigation__item--product-nav-desktop:hover .inline-icon--chevron,
  .app-navigation__item--product-nav-desktop:focus .inline-icon--chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 40%;
            transform-origin: 50% 40%; }

.app-navigation__item--product-nav-desktop:focus-within {
  color: #ba7056; }
  .app-navigation__item--product-nav-desktop:focus-within .inline-icon--chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 40%;
            transform-origin: 50% 40%; }

.product-nav-dropdown__category {
  min-width: 200px;
  padding-right: 5rem; }
  @media (max-width: 925px) {
    .product-nav-dropdown__category {
      border-top: 1px solid #b8b8b8;
      padding-right: 0;
      text-align: left; } }

.product-nav-dropdown__category-title-link {
  display: inline-block;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  text-decoration: none; }
  .product-nav-dropdown__category-title-link:hover, .product-nav-dropdown__category-title-link:focus {
    color: #ba7056; }

.product-nav-dropdown__category-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #514945;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
  margin-top: 28px;
  padding: 5px 28px 0;
  text-decoration: none; }
  .product-nav-dropdown__category-link:hover, .product-nav-dropdown__category-link:focus {
    color: #ba7056; }

.product-nav-dropdown__category-link--expandable {
  padding-bottom: 5px; }
  .product-nav-dropdown__category-link--expandable::after {
    content: "+";
    font-size: 1.5em;
    font-weight: 300;
    line-height: 0.75; }
  .product-nav-dropdown__category-link--expandable.product-nav-dropdown__category-link--active::after {
    content: "−"; }

.product-nav-dropdown--mobile__category-section {
  padding-left: 28px;
  padding-right: 28px; }
  .product-nav-dropdown--mobile__category-section:not(.product-nav-dropdown--mobile__category-section--active) {
    display: none; }

.product-nav-dropdown__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #514945;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.45;
  margin-bottom: 1rem;
  text-decoration: none; }
  .product-nav-dropdown__link:hover, .product-nav-dropdown__link:focus {
    color: #ba7056; }
  @media (min-width: 925px) {
    .product-nav-dropdown__link {
      margin-bottom: 0.1rem;
      margin-top: 0.1rem;
      white-space: nowrap; } }

.product-nav-dropdown__icon {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  height: 40px;
  margin-right: 1.25rem;
  width: 40px; }

.product-nav-dropdown__product-name {
  font-size: 0.8125rem; }

.product-quantity {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem; }

.product-quantity__label,
.product-quantity__quantity {
  margin: 0 auto; }

.product-quantity__label {
  -webkit-box-flex: 2;
      -ms-flex: 2 0;
          flex: 2 0; }

.product-quantity__label-info,
.product-quantity__quantity {
  border: 1px solid #b8b8b8;
  padding: 1em;
  text-align: center;
  text-transform: lowercase; }

.product-quantity__label-amount {
  font-weight: bold;
  line-height: 2; }

.product-quantity__label-multiplied {
  -ms-flex-item-align: center;
      align-self: center;
  padding: 1em; }

.recommended-products {
  margin-bottom: 3rem; }
  @media (min-width: 720px) {
    .recommended-products {
      margin-left: auto;
      margin-right: auto;
      max-width: 1062px;
      width: calc(100% - 56px); } }
  @media (min-width: 720px) and (min-width: 900px) {
    .recommended-products {
      width: calc(100% - 86px); } }

.recommended-products__title {
  font-size: 1.5rem; }
  @media (max-width: 720px) {
    .recommended-products__title {
      margin-left: 24px; } }

.recommended-products__list::after {
  content: "flickity";
  display: none; }

@media (min-width: 720px) {
  .recommended-products__list {
    display: grid;
    grid-gap: 43px;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    margin-right: 0; }
    .recommended-products__list::after {
      content: ""; }
    .recommended-products__list .product-card,
    .recommended-products__list .product-card:first-child {
      height: auto;
      margin-right: 0;
      padding-left: 0;
      width: auto; }
    .recommended-products__list .product-card__image {
      height: auto;
      width: auto; } }

@media (min-width: 720px) {
  .recommended-products__list--cart {
    grid-template-columns: repeat(2, 1fr);
    padding-right: 24px; }
    .recommended-products__list--cart .product-card__description--mobile-only {
      display: none; } }

@media (max-width: 720px) {
  .recommended-products__list--cart .product-card {
    border-bottom: 1px solid #b8b8b8; }
    .recommended-products__list--cart .product-card::after {
      clear: both;
      content: "";
      display: block; }
  .recommended-products__list--cart .product-card__image {
    float: left;
    width: 25%;
    margin-right: 24px;
    margin-bottom: 1rem; }
  .recommended-products__list--cart .product-card__title {
    padding-top: 1rem; }
  .recommended-products__list--cart .product-card__title,
  .recommended-products__list--cart .product-card__description {
    margin-left: calc(25% + 24px); }
  .recommended-products__list--cart .product-card__description {
    margin-bottom: 0; }
  .recommended-products__list--cart .product-card__cta {
    margin-bottom: 1rem; }
  .recommended-products__list--cart .product-card__description:not(.product-card__description--mobile-only) {
    display: none; } }

.simple-form-container {
  max-width: 40rem; }

.simple-form-container--box {
  border: 1px solid #b8b8b8;
  margin-top: 5.8em;
  max-width: 940px; }

.sub-heading {
  color: #514945;
  font-size: 1.25rem;
  font-weight: inherit;
  margin-bottom: 1.45em;
  text-align: center; }

.subscription-item {
  padding: 1.45em 24px;
  text-align: center; }
  @media (min-width: 900px) {
    .subscription-item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left; } }
  .subscription-item:not(:last-child) {
    border-bottom: 1px solid #dfdfdf; }

.subscription-item--canceled {
  opacity: 0.5; }

.subscription-item__icon-container {
  margin: 0 auto;
  text-align: center;
  width: 100px; }
  @media (min-width: 900px) {
    .subscription-item__icon-container {
      line-height: 100px;
      margin: 0.725em 28px; } }

.subscription-item__icon {
  max-height: 50px;
  max-width: 100%;
  vertical-align: middle; }

.subscription-item__content-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.subscription-item__actions {
  margin-top: 0.725em; }
  @media (min-width: 900px) {
    .subscription-item__actions {
      padding-left: 28px;
      padding-right: 28px; } }

.subscription-item__heading {
  color: inherit;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 0; }

.subscription-item__sub-heading {
  margin-bottom: 0; }

.subscription-card {
  margin-bottom: 1.45em; }

.subscription-card__header {
  background-color: #f8f8f8;
  padding: 0.725em 24px; }
  @media (min-width: 600px) {
    .subscription-card__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.725em 28px; } }

.subscription-card__heading,
.subscription-card__address {
  font-size: inherit;
  line-height: inherit;
  margin: 0.725em 0; }

.subscription-card__heading {
  color: inherit;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 400;
  letter-spacing: 0.14em;
  margin-right: 2.9em;
  text-transform: uppercase;
  white-space: nowrap; }

.subscription-card__header-link {
  color: inherit;
  margin-left: 0.725em; }

@media (max-width: 900px) {
  .subscription-card__button {
    text-align: center; } }

.sticker-label {
  background: #e7e3db;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.75rem;
  font-style: inherit;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0.2em 0;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all; }
  .sticker-label::before, .sticker-label::after {
    content: "\00a0\00a0"; }

.accordion {
  margin-bottom: 1rem; }
  @media (max-width: 620px) {
    .accordion {
      border-bottom: 1px solid #b8b8b8; } }

.accordion__trigger {
  color: inherit;
  display: block;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 2.5;
  text-decoration: none;
  text-transform: uppercase; }
  @media (max-width: 620px) {
    .accordion__trigger {
      border-top: 1px solid #b8b8b8;
      padding: 0.5em;
      text-align: center; } }
  .accordion__trigger:hover, .accordion__trigger:focus {
    color: #ba7056; }
  .accordion__trigger::after {
    content: "\00A0\00A0+"; }

.accordion__trigger--active::after {
  content: "\00A0\00A0-"; }

.accordion__target {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .accordion__target:not(.accordion__target--active) {
    display: none; }

.accordion__target-list-item {
  margin-bottom: 0.5em; }

.testimonials-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
  width: calc(100% - 56px);
  padding: 4rem 0; }
  @media (min-width: 900px) {
    .testimonials-section {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .testimonials-section {
      padding-bottom: 4.5rem; } }

.testimonials-section__heading {
  font-size: 1.25rem;
  margin-bottom: 0.75rem; }
  @media (min-width: 900px) {
    .testimonials-section__heading {
      font-size: 1.875rem; } }

.testimonials-section__testimonials-list-item {
  border-bottom: 1px solid #b8b8b8;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem; }
  .testimonials-section__testimonials-list-item:first-child {
    border-top: 1px solid #b8b8b8; }
  @media (min-width: 900px) {
    .testimonials-section__testimonials-list-item {
      padding-bottom: 1.25rem;
      padding-top: 1.25rem; } }

.testimonials-section__load-more-link {
  border-bottom: 1px solid currentColor;
  color: inherit;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin-top: 1.75rem;
  padding-bottom: 0.0125em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: no-wrap; }

.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.025em;
  max-width: 640px; }
  @media (min-width: 900px) {
    .testimonial {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.testimonial__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.8125rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (min-width: 900px) {
    .testimonial__header {
      display: block;
      -ms-flex-preferred-size: 14rem;
          flex-basis: 14rem;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.testimonial__heading {
  color: inherit;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: inherit;
  font-weight: 400;
  padding-right: 1rem; }

.testimonial__heading,
.testimonial__details {
  line-height: 1.45;
  margin-bottom: 0.875rem; }
  @media (max-width: 900px) {
    .testimonial__heading,
    .testimonial__details {
      width: 50%; } }

@media (min-width: 900px) {
  .testimonial__details:last-child {
    margin-bottom: 0; } }

.testimonial__details-link {
  border-bottom: 1px solid currentColor;
  color: inherit;
  display: inline-block;
  padding-bottom: 0.0125em;
  text-decoration: none;
  white-space: nowrap; }

.testimonial__line {
  display: block; }

.testimonial__details-also-uses {
  display: block; }
  @media (max-width: 900px) {
    .testimonial__details-also-uses {
      width: 100%; } }

.testimonial__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 900px) {
    .testimonial__content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

.testimonial__content-subject {
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem; }

.testimonial__content-text {
  font-size: 0.8125rem;
  letter-spacing: 0.019em;
  line-height: 1.45;
  margin-bottom: 1.8rem; }
  @media (min-width: 900px) {
    .testimonial__content-text {
      margin-bottom: 0; } }

.toggle--trigger {
  cursor: pointer; }

.toggle--trigger--active {
  opacity: 0.5; }
  .toggle--trigger--active:hover, .toggle--trigger--active:focus {
    opacity: 1; }

.toggle--target:not(.toggle--target--active) {
  display: none; }

.grid {
  display: grid;
  grid-gap: 28px;
  grid-template-columns: repeat(2, 1fr); }

.about__section-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 90px;
  padding-top: 90px; }
  @media (min-width: 900px) {
    .about__section-1 {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .about__section-1 {
      grid-column-gap: 28px;
      grid-template-columns: repeat(12, 1fr); } }
  @media (min-width: 900px) {
    .about__section-1 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.about__section-1-video-contianer {
  grid-column: 1 / 5; }
  @media (min-width: 900px) {
    .about__section-1-video-contianer {
      grid-column: 2 / 8;
      grid-row: 1 / 2; } }

.about__section-1-video-innercontianer {
  height: 0;
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.about__section-1-video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.about__section-1-image-contianer {
  grid-column: 1 / 5; }
  @media (min-width: 900px) {
    .about__section-1-image-contianer {
      grid-column: 7 / 12;
      grid-row: 1 / 2; } }

.about__section-1-image {
  width: 100%; }

.about__section-1-heading-1 {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }

.about__section-1-text {
  font-size: 0.8125rem;
  letter-spacing: 0.0125em; }
  @media (min-width: 900px) {
    .about__section-1-text {
      font-size: 1rem; } }

.about__section-1-heading-2 {
  font-size: 1.5rem;
  line-height: 1.2;
  padding-top: 8px; }
  @media (min-width: 900px) {
    .about__section-1-heading-2 {
      font-size: 1.875rem; } }
  @media (min-width: 900px) {
    .about__section-1-heading-2 {
      padding-top: 0; } }

.about__section-1-text-container-1 {
  grid-column: 1 / 5;
  padding-bottom: 3 rem; }
  @media (min-width: 900px) {
    .about__section-1-text-container-1 {
      grid-column: 2 / 7;
      grid-row: 2 / 3; } }

.about__section-1-text-container-2 {
  grid-column: 1 / 5; }
  @media (min-width: 900px) {
    .about__section-1-text-container-2 {
      -ms-flex-item-align: start;
          align-self: start;
      grid-column: 7 / 11;
      grid-row: 2 / 3; } }

.about__section-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 90px; }
  @media (min-width: 900px) {
    .about__section-2 {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .about__section-2 {
      grid-column-gap: 28px;
      grid-template-columns: repeat(12, 1fr); } }

.about__section-2-image-contianer-1 {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  width: calc(100% + 28px);
  z-index: 1; }
  @media (min-width: 900px) {
    .about__section-2-image-contianer-1 {
      grid-column: 2 / 6;
      grid-row: 1 / 2;
      width: 100%; } }

.about__section-2-image-contianer-2 {
  grid-column: 1 / 5;
  grid-row: 1 / 2; }
  @media (max-width: 900px) {
    .about__section-2-image-contianer-2 {
      justify-self: end;
      max-width: 58%; } }
  @media (min-width: 900px) {
    .about__section-2-image-contianer-2 {
      grid-column: 5 / 9;
      grid-row: 1 / 2; } }

.about__section-2-text-container {
  grid-column: 1 / 5;
  grid-row: 2 / 3; }
  @media (min-width: 900px) {
    .about__section-2-text-container {
      grid-column: 9 / 12;
      grid-row: 1 / 2; } }

.about__section-2-heading {
  font-size: 1.5rem; }
  @media (min-width: 900px) {
    .about__section-2-heading {
      font-size: 1.875rem; } }

.about__section-2-text {
  font-size: 1rem;
  letter-spacing: 0.0125em; }
  @media (min-width: 900px) {
    .about__section-2-text {
      font-size: 1rem; } }

.account {
  min-height: 86vh; }
  @media (min-width: 960px) {
    .account {
      display: grid;
      grid-gap: 28px;
      grid-template-columns: 25%; } }

@media (min-width: 960px) {
  .account__header {
    grid-column: 1 / 2; } }

.account__content {
  margin-left: 24px;
  margin-right: 24px; }
  @media (min-width: 960px) {
    .account__content {
      grid-column: 2 / 3; } }

.account__heading {
  font-size: 1.5rem; }

.account__subheading {
  font-size: 1.25rem; }

.app-footer {
  background-color: #f1ece4;
  padding-bottom: 1rem;
  padding-top: 5rem;
  position: relative;
  text-align: center;
  z-index: 20; }

.app-footer__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px); }
  @media (min-width: 900px) {
    .app-footer__container {
      width: calc(100% - 86px); } }

.app-footer__top-link {
  display: inline-block;
  margin-bottom: 5rem;
  text-decoration: none; }
  .app-footer__top-link:hover, .app-footer__top-link:focus {
    color: #ba7056; }

.app-footer__top-link-copy {
  display: block;
  margin-top: 0.5em; }

@media (min-width: 900px) {
  .app-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @supports (display: grid) {
      .app-footer__list {
        display: grid;
        grid-gap: 43px;
        grid-template-columns: 1fr 1fr 1fr; } } }

.app-footer__list-item {
  font-size: 0.8125rem;
  margin-bottom: 5rem; }
  @media (min-width: 900px) {
    .app-footer__list-item {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      padding-left: 14px;
      padding-right: 14px; }
      @supports (display: grid) {
        .app-footer__list-item {
          padding: 0; } } }

.app-footer__heading {
  font-size: 1rem;
  margin: 0 0 1.5rem; }

.app-footer__link {
  color: inherit;
  display: inline-block;
  margin-bottom: 1rem;
  text-decoration: none; }
  .app-footer__link:hover, .app-footer__link:focus {
    color: #ba7056; }

.app-footer__sub-menu-item {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  font-size: 0.75rem; }
  @media (min-width: 900px) {
    .app-footer__sub-menu-item {
      display: inline-block;
      margin-bottom: 0; }
      .app-footer__sub-menu-item:not(:last-child)::after {
        content: "•";
        margin-left: 0.5rem;
        margin-right: 0.5rem; } }

.app-footer__newsletter-cta {
  margin-bottom: 2rem; }

.app-footer__social-link {
  color: inherit;
  fill: currentColor;
  margin-left: 0.75em;
  margin-right: 0.75em;
  text-decoration: none; }
  .app-footer__social-link:hover, .app-footer__social-link:focus {
    color: #ba7056; }

.app-footer__social-icon {
  height: 16px;
  width: 16px; }

.app-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 30; }

.app-header__main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-left: 28px;
  padding-right: 28px; }
  @media (max-width: 925px) {
    .app-header__main {
      height: 60px;
      padding-left: 14px;
      padding-right: 14px; } }
  @media (min-width: 1050px) {
    .app-header__main {
      padding-left: 43px;
      padding-right: 43px; } }
  @supports (display: grid) {
    .app-header__main {
      display: grid;
      grid-template-areas: "main-nav logo account-nav";
      grid-template-columns: 1fr auto 1fr; } }

.app-header__main-nav {
  line-height: 1; }
  @supports (display: grid) {
    .app-header__main-nav {
      grid-area: main-nav; } }

.app-header__logo {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 2rem; }
  @supports (display: grid) {
    .app-header__logo {
      grid-area: logo;
      margin-left: 1rem;
      margin-right: 1rem; } }
  .app-header__logo svg {
    height: 25px;
    width: 100px; }

.app-header__logo-link {
  color: #514945; }
  .app-header__logo-link:hover, .app-header__logo-link:focus {
    color: #ba7056; }

.app-header__account-nav {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  line-height: 1;
  text-align: right; }
  @supports (display: grid) {
    .app-header__account-nav {
      grid-area: account-nav; } }

.app-navigation {
  height: 100%; }

.app-navigation__item {
  display: inline-block;
  font-size: 0.8125rem; }
  @media (max-width: 925px) {
    .app-navigation__item {
      border-bottom: 1px solid #b8b8b8;
      display: block;
      font-size: 1rem;
      padding-bottom: 5px;
      padding-top: 5px; } }

.app-navigation__main-nav-list {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .app-navigation__main-nav-list .app-navigation__item {
    height: 100%; }
    .app-navigation__main-nav-list .app-navigation__item .app-navigation__link {
      display: block;
      height: 100%;
      line-height: 80px; }
      @media (min-width: 925px) {
        .app-navigation__main-nav-list .app-navigation__item .app-navigation__link {
          padding-right: 1.25rem; } }
      @media (min-width: 1050px) {
        .app-navigation__main-nav-list .app-navigation__item .app-navigation__link {
          padding-right: 2rem; } }

.app-navigation__item--account,
.app-navigation__item--cart {
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.app-navigation__item--account {
  font-size: 0.8125rem; }
  @media (min-width: 925px) {
    .app-navigation__item--account {
      font-size: 0.75rem; } }
  @media (min-width: 925px) {
    .app-navigation__item--account::after {
      content: "•";
      margin-left: 0.625rem;
      margin-right: 0.625rem; } }
  @media (min-width: 1050px) {
    .app-navigation__item--account::after {
      margin-left: 1rem;
      margin-right: 1rem; } }

.app-navigation__item--cart {
  font-size: 0.75rem;
  margin-right: 1rem; }
  @media (min-width: 1050px) {
    .app-navigation__item--cart {
      margin-right: 2rem; } }
  @media (max-width: 925px) {
    .app-navigation__item--cart {
      border-bottom: 0;
      margin-right: 0;
      padding: 0; }
      .app-navigation__item--cart .app-navigation__link {
        display: inline;
        padding: 0; } }

.app-navigation__link {
  color: inherit;
  text-decoration: none; }
  .app-navigation__link:hover, .app-navigation__link:focus {
    color: #ba7056; }
  @media (max-width: 925px) {
    .app-navigation__link {
      display: block;
      padding-bottom: 25px;
      padding-top: 25px; } }
  .app-navigation__link.app-navigation__dropdown-nav--active .inline-icon--chevron {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 40%;
            transform-origin: 50% 40%; }

.app-navigation--dropdown:not(.app-navigation--dropdown--active) {
  display: none; }

.app-navigation__image {
  position: relative;
  -webkit-transition: -webkit-transform 150ms ease;
  transition: -webkit-transform 150ms ease;
  transition: transform 150ms ease;
  transition: transform 150ms ease, -webkit-transform 150ms ease;
  width: 76px;
  z-index: 35; }
  .app-navigation__link--with-image:hover .app-navigation__image,
  .app-navigation__link--with-image:focus .app-navigation__image {
    -webkit-transform: scale(1.06);
            transform: scale(1.06); }
  @media (min-width: 925px) {
    .app-navigation__image {
      vertical-align: middle;
      width: 85px; } }

.app-navigation--mobile-only__list {
  position: absolute;
  top: 60px;
  right: 0;
  left: 0;
  background-color: #fff;
  height: calc(100vh - 100px);
  overflow: scroll;
  padding-bottom: 110px;
  text-align: center;
  z-index: 30; }
  .app-navigation--mobile-only__list:not(.app-navigation--mobile-only__list--active) {
    display: none; }

.app-navigation--mobile-only__list--with-banner {
  top: 100px; }

.app-navigation--mobile-only__trigger {
  background-color: transparent;
  border: 0;
  color: #514945;
  line-height: 60px;
  padding: 0;
  position: relative;
  top: 4px; }
  .app-navigation--mobile-only__trigger:hover, .app-navigation--mobile-only__trigger:focus {
    background-color: transparent;
    color: #514945;
    outline: none; }

.app-navigation--mobile-only__dropdown-link--with-image {
  padding-bottom: 10px;
  padding-top: 14px; }

.app-navigation--mobile-only__trigger--active {
  opacity: 0.5; }

@media (min-width: 925px) {
  .app-navigation--mobile-only {
    display: none; } }

@media (max-width: 925px) {
  .app-navigation--desktop-only {
    display: none; } }

@-webkit-keyframes authentication-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); } }

@keyframes authentication-fade-in {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem); } }

.authentication {
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-name: authentication-fade-in;
          animation-name: authentication-fade-in;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  color: #514945;
  margin: 4rem auto 6rem;
  max-width: 550px;
  padding-left: 28px;
  padding-right: 28px;
  text-align: center; }

.authentication__heading::after {
  background-color: #9eb8d5;
  content: "";
  display: block;
  height: 4px;
  margin: 2rem auto;
  width: 5rem; }

.authentication__label {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: left; }

.authentication__submit {
  display: block;
  margin-bottom: 1rem;
  margin-top: 2rem;
  width: 100%; }

.authentication__recover-password-link {
  color: #514945;
  display: block;
  text-align: right;
  text-decoration: none; }

.authentication__social {
  text-align: center; }

.cart {
  margin: 2rem auto;
  max-width: 1062px;
  padding-left: 24px;
  padding-right: 24px; }
  .cart .cart__product-copy,
  .cart .cart__product-assortment {
    margin-bottom: 0.65rem; }

.cart--admin {
  margin-left: 0; }
  @media (min-width: 850px) {
    .cart--admin {
      padding: 0; } }

.cart__header {
  display: none;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
  text-align: center; }
  @media (min-width: 850px) {
    .cart__header {
      display: grid;
      grid-gap: 28px;
      grid-template-areas: "empty empty price quantity total";
      grid-template-columns: 200px 1fr repeat(3, 80px); } }

.cart__header-label--price {
  grid-area: price; }

.cart__header-label--quantity {
  grid-area: quantity; }

.cart__header-label--total {
  grid-area: total; }

.cart__mobile-label {
  font-size: 0.8125rem;
  margin-right: 1rem; }
  @media (min-width: 500px) {
    .cart__mobile-label {
      margin-left: 36.5%; } }
  @media (min-width: 850px) {
    .cart__mobile-label {
      display: none; } }

.cart__list {
  border-bottom: 2px solid #b8b8b8;
  border-top: 2px solid #b8b8b8;
  margin-bottom: 28px;
  padding-top: 14px; }

.cart__item {
  margin-bottom: 14px;
  padding-bottom: 14px;
  text-align: center; }
  @media (min-width: 500px) {
    .cart__item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: grid;
      grid-column-gap: 24px;
      grid-template-columns: 1fr 2fr;
      grid-row-gap: 8px; } }
  @media (min-width: 850px) {
    .cart__item {
      grid-gap: 28px;
      grid-template-columns: 200px 1fr repeat(3, 80px); } }
  .cart__item:not(:last-child) {
    border-bottom: 1px solid gainsboro; }

.cart__image {
  margin-bottom: 24px; }
  @media (min-width: 850px) {
    .cart__image {
      margin-bottom: 0; } }

.cart__product-description {
  text-align: left; }
  @media (max-width: 500px) {
    .cart__product-description {
      border-bottom: 1px dotted gainsboro;
      margin-bottom: 24px;
      padding-bottom: 24px; } }

.cart--empty__header {
  margin-top: 4rem; }

.cart__product-title {
  color: inherit;
  font-size: 1.25rem;
  font-weight: inherit;
  margin-bottom: 0.65rem; }

.cart__product-copy--fine-print {
  font-size: 0.8125rem; }

.cart__pricing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }
  @media (min-width: 500px) {
    .cart__pricing-content {
      grid-column: span 2;
      margin-bottom: 0; } }
  @media (min-width: 850px) {
    .cart__pricing-content {
      display: block;
      grid-column: span 1; } }

.cart__pricing-number {
  text-align: center;
  width: 80px; }

.page-challenge .shopify-challenge__container {
  margin: 3rem auto 6rem; }

.how-it-works__section-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 60px;
  padding-top: 90px; }
  @media (min-width: 900px) {
    .how-it-works__section-1 {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .how-it-works__section-1 {
      grid-column-gap: 28px;
      grid-template-columns: repeat(12, 1fr); } }

.how-it-works__section-1-subheading {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
  text-transform: uppercase; }

.how-it-works__section-1-heading {
  font-size: 1.5rem;
  line-height: 1.2; }
  @media (min-width: 900px) {
    .how-it-works__section-1-heading {
      font-size: 1.875rem; } }

.how-it-works__section-1-text {
  font-size: 0.8125rem;
  letter-spacing: 0.0125em;
  margin-bottom: 3rem; }
  @media (min-width: 900px) {
    .how-it-works__section-1-text {
      font-size: 1rem; } }

.how-it-works__section-1-inner {
  grid-column: 1 / 5; }
  @media (min-width: 900px) {
    .how-it-works__section-1-inner {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      display: grid;
      grid-column: 2 / 12;
      grid-column-gap: 42px;
      grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 900px) {
  .how-it-works__section-1-image-container-1 {
    grid-column: 0.5;
    grid-row: 1 / 2; } }

@media (min-width: 900px) {
  .how-it-works__section-1-text-container-1 {
    grid-column: 0.5;
    grid-row: 2 / 3; } }

@media (min-width: 900px) {
  .how-it-works__section-1-image-container-2 {
    grid-column: 0.66667;
    grid-row: 1 / 2; } }

@media (min-width: 900px) {
  .how-it-works__section-1-text-container-2 {
    grid-column: 0.66667;
    grid-row: 2 / 3; } }

@media (min-width: 900px) {
  .how-it-works__section-1-image-container-3 {
    grid-column: 0.75;
    grid-row: 1 / 2; } }

@media (min-width: 900px) {
  .how-it-works__section-1-text-container-3 {
    grid-column: 0.75;
    grid-row: 2 / 3; } }

.how-it-works__section-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 60px; }
  @media (min-width: 900px) {
    .how-it-works__section-2 {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .how-it-works__section-2 {
      grid-column-gap: 28px;
      grid-template-columns: repeat(12, 1fr); } }

.how-it-works__section-2-image {
  display: block;
  margin-bottom: 1.75rem;
  width: 100%; }

.how-it-works__section-2-heading {
  font-size: 1.25rem; }
  @media (min-width: 900px) {
    .how-it-works__section-2-heading {
      font-size: 1.5rem; } }

.how-it-works__section-2-text {
  margin-bottom: 2.25rem; }

.how-it-works__section-2-image-container {
  grid-column: 1 / 5; }
  @media (min-width: 900px) {
    .how-it-works__section-2-image-container {
      grid-column: 5 / 12;
      grid-row: 1 / 2; } }

.how-it-works__section-2-text-container {
  grid-column: 1 / 5; }
  @media (min-width: 900px) {
    .how-it-works__section-2-text-container {
      grid-column: 2 / 5;
      grid-row: 1 / 2; } }

.how-it-works__faqs {
  background-color: #ba7056;
  color: #fff;
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center; }
  .how-it-works__faqs a {
    color: #fff; }
    .how-it-works__faqs a:hover, .how-it-works__faqs a:focus {
      color: #514945; }

.how-it-works__faqs-heading {
  font-size: 1.5rem; }
  @media (min-width: 600px) {
    .how-it-works__faqs-heading {
      font-size: 2rem; } }
  @media (min-width: 900px) {
    .how-it-works__faqs-heading {
      font-size: 2.5rem; } }

.how-it-works__faqs-question {
  margin-bottom: 1rem; }
  .how-it-works__faqs-question:hover, .how-it-works__faqs-question:focus {
    color: #514945; }

.how-it-works__faqs-answer {
  font-size: 0.8125rem;
  letter-spacing: 0.0125em;
  margin: 1rem auto;
  max-width: 626px; }
  @media (min-width: 900px) {
    .how-it-works__faqs-answer {
      font-size: 0.8125rem; } }

.how-it-works__faqs-link {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  color: inherit;
  display: inline-block;
  margin-top: 2rem; }

.how-it-works__faqs-footer {
  margin: 80px auto 0;
  max-width: 1062px; }

.how_it_works__faqs-footer-copy {
  padding-left: 28px;
  padding-right: 28px; }
  @media (min-width: 900px) {
    .how_it_works__faqs-footer-copy {
      font-size: 1.5rem; } }

.index__hero {
  background-color: #f1ece4;
  display: grid; }
  @media (min-width: 900px) {
    .index__hero {
      grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 900px) {
  .index__hero-image-contianer {
    grid-column: 1 / 2; } }

.index__hero-image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.index__hero-text-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 3rem;
  margin-top: 3rem; }
  @media (min-width: 900px) {
    .index__hero-text-container {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .index__hero-text-container {
      margin-bottom: 5rem;
      margin-top: 5rem;
      max-width: 800px; } }

.index__hero-heading {
  font-size: 1.875rem;
  line-height: 1.2; }
  @media (min-width: 900px) {
    .index__hero-heading {
      font-size: 1.875rem; } }

.index__hero-subheading {
  font-size: 1rem;
  font-size: 1.2rem;
  margin-bottom: 2rem; }
  @media (min-width: 900px) {
    .index__hero-subheading {
      font-size: 1.25rem; } }

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

.index__section-1 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(4, 1fr); }
  @media (min-width: 900px) {
    .index__section-1 {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .index__section-1 {
      grid-column-gap: 28px;
      grid-template-columns: repeat(12, 1fr); } }
  @media (min-width: 900px) {
    .index__section-1 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 6em; } }

.index__section-1-image-contianer {
  grid-column: 1 / 5; }
  @media (min-width: 900px) {
    .index__section-1-image-contianer {
      grid-column: 2 / 6; } }

.index__section-1-text-container {
  grid-column: 1 / 5;
  margin-bottom: 1.875rem;
  margin-top: 1.8rem; }
  @media (min-width: 900px) {
    .index__section-1-text-container {
      grid-column: 6 / 12; } }

.index__section-1-heading {
  font-size: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 600px) {
    .index__section-1-heading {
      font-size: 2rem; } }
  @media (min-width: 900px) {
    .index__section-1-heading {
      font-size: 2.5rem; } }

.index__section-1-caption {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  margin: 0; }

.index__section-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 900px) {
    .index__section-2 {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .index__section-2 {
      grid-column-gap: 28px;
      grid-template-columns: repeat(12, 1fr); } }
  @media (max-width: 900px) {
    .index__section-2 {
      grid-template-rows: repeat(4, auto);
      margin-top: 40px; } }
  @media (min-width: 900px) {
    .index__section-2 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-template-rows: repeat(5, auto); } }

@media (max-width: 900px) {
  .index__section-2-image-contianer-1 {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    padding-top: 50px; }
    .index__section-2-image-contianer-1 .index__section-image {
      max-width: initial;
      -webkit-transform: translateX(-28px);
              transform: translateX(-28px);
      width: calc(100% + 28px); } }

@media (min-width: 900px) {
  .index__section-2-image-contianer-1 {
    grid-column: 4 / 11;
    grid-row: 2 / 6; } }

.index__section-2-image-contianer-2 {
  z-index: 2; }
  @media (max-width: 900px) {
    .index__section-2-image-contianer-2 {
      grid-column: 3 / 5;
      grid-row: 1 / 2;
      padding-bottom: 50px; }
      .index__section-2-image-contianer-2 .index__section-image {
        max-width: initial;
        width: calc(100% + 28px); } }
  @media (min-width: 900px) {
    .index__section-2-image-contianer-2 {
      grid-column: 9 / 12;
      grid-row: 1 / 4; } }

.index__section-2-text-container {
  margin-bottom: 1.875rem;
  margin-top: 1.8rem; }
  @media (max-width: 900px) {
    .index__section-2-text-container {
      grid-column: 1 / 5;
      grid-row: 2 / 3; } }
  @media (min-width: 600px) {
    .index__section-2-text-container {
      grid-column: 2 / 4; } }
  @media (min-width: 900px) {
    .index__section-2-text-container {
      grid-column: 2 / 6;
      grid-row: 3 / 5; } }

.index__section-2-heading {
  font-size: 1rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 900px) {
    .index__section-2-heading {
      font-size: 1.875rem; } }

.index__section-3 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 56px);
  display: grid;
  grid-column-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 60px;
  padding-top: 60px; }
  @media (min-width: 900px) {
    .index__section-3 {
      width: calc(100% - 86px); } }
  @media (min-width: 900px) {
    .index__section-3 {
      grid-column-gap: 28px;
      grid-template-columns: repeat(12, 1fr); } }
  @media (min-width: 900px) {
    .index__section-3 {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-template-columns: repeat(12, auto); } }

.index__section-3-heading {
  font-size: 1rem;
  margin: 0;
  padding-bottom: 1.25rem; }
  @media (min-width: 900px) {
    .index__section-3-heading {
      font-size: 1.875rem; } }

.index__section-3-image-contianer-1 {
  position: relative;
  z-index: 2; }
  .index__section-3-image-contianer-1 .index__section-3-heading {
    position: absolute;
    bottom: 100%;
    margin: 0;
    padding-bottom: 1.25rem; }
  @media (max-width: 900px) {
    .index__section-3-image-contianer-1 {
      -ms-flex-item-align: center;
          align-self: center;
      grid-column: 1 / 4;
      grid-row: 1 / 2; } }
  @media (min-width: 900px) {
    .index__section-3-image-contianer-1 {
      grid-column: 2 / 6;
      grid-row: 1 / 2; } }

@media (max-width: 900px) {
  .index__section-3-image-contianer-2 {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    justify-self: end;
    width: 58%; } }

@media (min-width: 900px) {
  .index__section-3-image-contianer-2 {
    grid-column: 5 / 9;
    grid-row: 1 / 2; } }

@media (max-width: 900px) {
  .index__section-3-text-container {
    grid-column: 1 / 5;
    grid-row: 2 / 3;
    padding-top: 22px; } }

@media (min-width: 900px) {
  .index__section-3-text-container {
    grid-column: 9 / 12;
    grid-row: 1 / 2; } }

.index__section-3-caption {
  font-size: 0.8125rem;
  margin-bottom: 1.4rem; }
  @media (min-width: 900px) {
    .index__section-3-caption {
      font-size: 1rem; } }

.index__section-3-link {
  display: inline-block;
  margin-bottom: 0.25rem;
  text-decoration: none; }
  .index__section-3-link:hover, .index__section-3-link:focus {
    color: #ba7056; }

.test-mobile-only-homepage-subnav--b .newsletter-catfish,
.test-mobile-only-homepage-subnav--d .newsletter-catfish {
  display: none !important; }

.test-mobile-only-homepage-subnav__subnav {
  position: fixed;
  top: 100px;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 1px 2px rgba(81, 73, 69, 0.2);
          box-shadow: 0 1px 2px rgba(81, 73, 69, 0.2);
  background-color: #fff;
  display: none;
  line-height: 60px;
  padding-left: 14px;
  padding-right: 14px;
  z-index: 21; }
  .test-mobile-only-homepage-subnav__subnav a,
  .test-mobile-only-homepage-subnav__subnav a:hover {
    color: inherit;
    font-size: 24px;
    text-decoration: none; }
  .test-mobile-only-homepage-subnav__subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media (max-width: 925px) {
  .test-mobile-only-homepage-subnav--c .test-mobile-only-homepage-subnav__subnav,
  .test-mobile-only-homepage-subnav--d .test-mobile-only-homepage-subnav__subnav {
    display: block; } }

.product {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 auto;
  max-width: 1366px;
  padding: 24px 24px 4rem; }
  @media (min-width: 620px) {
    .product {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      display: grid;
      grid-gap: 43px;
      grid-template-columns: repeat(2, 1fr);
      padding-top: 0; } }
  @media (min-width: 1050px) {
    .product {
      grid-template-columns: 1fr 1.25fr 1fr;
      padding-left: 43px;
      padding-right: 43px; } }
  @media (min-width: 1400px) {
    .product {
      grid-gap: 75px; } }

.product__images {
  padding-bottom: 4rem; }
  @media (min-width: 620px) {
    .product__images {
      grid-row: 1; } }
  @media (min-width: 1050px) {
    .product__images {
      -ms-flex-item-align: center;
          align-self: center;
      grid-column: 2; } }

@media (min-width: 620px) {
  .product__content {
    grid-row: 1;
    margin-top: 2rem; } }

@media (min-width: 1050px) {
  .product__content {
    grid-column: 1;
    margin-top: 4rem; } }

.product__description {
  margin-top: 2rem; }
  @media (min-width: 620px) {
    .product__description {
      grid-row: 2;
      margin-top: 0; } }
  @media (min-width: 1050px) {
    .product__description {
      grid-column: 3;
      grid-row: 1;
      margin-top: 6rem; } }
  .product__description .product-header__subheading {
    display: none; }

.product__button {
  width: 100%; }

.request-sample-header {
  background-color: #f1ece4;
  color: #514945;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  min-height: 50vh;
  padding-bottom: 28px;
  padding-top: 28px;
  position: relative;
  text-align: center; }
  @media (min-width: 600px) {
    .request-sample-header {
      height: 325px; } }
  @media (min-width: 900px) {
    .request-sample-header {
      height: 425px; } }
  .request-sample-header p {
    margin-bottom: 0.5rem; }
  .request-sample-header::before {
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 5vw solid #fff;
    border-left: 50vw solid transparent;
    content: "";
    height: 0;
    width: 0; }
  .request-sample-header::after {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 5vw solid #fff;
    border-right: 50vw solid transparent;
    content: "";
    height: 0;
    width: 0; }

.request-sample-header__icon {
  margin: -1rem auto 0.725em;
  width: 6rem; }

.request-sample-header__heading {
  font-size: 1.5rem;
  color: inherit;
  line-height: 1.2;
  margin: 0 auto 0.5em;
  max-width: 50ch;
  padding-left: 28px;
  padding-right: 28px; }
  @media (min-width: 600px) {
    .request-sample-header__heading {
      font-size: 2rem; } }
  @media (min-width: 900px) {
    .request-sample-header__heading {
      font-size: 2.5rem; } }

.request-sample-header__subheading {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.45em;
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  font-size: 0.75rem;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  z-index: 2; }
  @media (min-width: 600px) {
    .request-sample-header__subheading {
      font-size: 0.8125rem; } }

.request-sample-header__content {
  color: inherit;
  margin: 0 auto 0.5em;
  max-width: 50ch;
  padding-left: 28px;
  padding-right: 28px; }

.request-sample-body {
  line-height: 1.45rem;
  padding-bottom: 10rem;
  padding-top: 2rem;
  text-align: center; }

.request-sample-body__button {
  background-color: transparent;
  border-color: currentColor;
  border-width: 1.75px;
  color: #ba7056;
  font-weight: 600;
  margin-bottom: 1.45em; }
  .request-sample-body__button:hover, .request-sample-body__button:focus, .request-sample-body__button:active {
    background-color: #ba7056;
    color: #fff; }

.mc-closeModal {
  left: 10px !important;
  opacity: 0.5; }
