/** Shopify CDN: Minification failed

Line 126:2 Expected identifier but found "*"
Line 127:2 Expected identifier but found "*"
Line 277:2 Expected identifier but found "*"
Line 284:2 Expected identifier but found "*"
Line 295:2 Expected identifier but found "*"
Line 303:2 Expected identifier but found "*"
Line 304:2 Expected identifier but found "*"
Line 6059:44 Unexpected "{"

**/
@charset "UTF-8";
.disclosure {
  --disclosure-max-height: 300px;
  --disclosure-min-height: 92px;
  --disclosure-toggle-text-color: black;
  --disclosure-toggle-background-color: transparent;
  --disclosure-toggle-border-color: black;
  --disclosure-toggle-svg: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath class='icon-chevron-down-left' d='M4 4.5L7 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath class='icon-chevron-down-right' d='M4 4.5L1 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
  --disclosure-toggle-svg-color: black;
  --disclosure-text-color: black;
  --disclosure-background-color: white;
  --disclosure-border-color: black;
  position: relative;
  display: inline-block; }

.disclosure__toggle {
  padding: 5px 32px 4px 11px;
  color: black;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @supports (color: var(--disclosure-toggle-text-color)) {
    .disclosure__toggle {
      color: var(--disclosure-toggle-text-color);
      background-color: var(--disclosure-toggle-background-color);
      border: 1px solid var(--disclosure-toggle-border-color); } }
  .disclosure__toggle:hover {
    cursor: pointer; }
  .disclosure__toggle::after {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 10px;
    height: 7.5px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath class='icon-chevron-down-left' d='M4 4.5L7 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3Cpath class='icon-chevron-down-right' d='M4 4.5L1 1.5' stroke='black' stroke-width='1.25' stroke-linecap='square'/%3E%3C/svg%3E");
    content: "";
    transform: translateY(-50%); }
    @supports (-webkit-mask-image: var(--disclosure-toggle-svg)) or (mask-image: var(--disclosure-toggle-svg)) {
      .disclosure__toggle::after {
        background-color: var(--disclosure-toggle-svg-color);
        background-image: none;
        -webkit-mask-image: var(--disclosure-toggle-svg);
        mask-image: var(--disclosure-toggle-svg);
        -webkit-mask-size: cover;
        mask-size: cover; } }

.disclosure-list {
  position: absolute;
  bottom: 115%;
  display: none;
  max-height: 300px;
  min-height: 92px;
  padding: 11px 0;
  margin: 0;
  overflow-y: auto;
  list-style: outside none;
  background-color: white;
  border: 1px solid black;
  border-radius: 0; }
  @supports (max-height: var(--disclosure-max-height)) {
    .disclosure-list {
      max-height: var(--disclosure-max-height);
      min-height: var(--disclosure-min-height);
      background-color: var(--disclosure-background-color);
      border: 1px solid var(--disclosure-border-color); } }

.disclosure-list--visible {
  display: block; }

.disclosure-list--alternate-drop {
  right: 0; }

.disclosure-list__item {
  display: block;
  padding: 5px 45px 4px 15px;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid transparent; }
  .disclosure-list__item:active {
    background-color: white; }
    @supports (background-color: var(--disclosure-background-color)) {
      .disclosure-list__item:active {
        background-color: var(--disclosure-background-color); } }

.disclosure-list__option {
  color: black; }
  @supports (color: var(--disclosure-text-color)) {
    .disclosure-list__option {
      color: var(--disclosure-text-color); } }
  .disclosure-list__item:focus .disclosure-list__option, .disclosure-list__item:hover .disclosure-list__option {
    color: black;
    border-bottom: black; }
    @supports (color: var(--disclosure-text-color)) {
      .disclosure-list__item:focus .disclosure-list__option, .disclosure-list__item:hover .disclosure-list__option {
        color: var(--disclosure-text-color);
        border-bottom: 1px solid var(--disclosure-text-color); } }

.disclosure-list__item--current .disclosure-list__option {
  border-bottom: 1px solid black; }
  @supports (border-bottom: 1px solid var(--disclosure-text-color)) {
    .disclosure-list__item--current .disclosure-list__option {
      border-bottom: 1px solid var(--disclosure-text-color); } }

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/*! normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

/*! normalize.css v1.1.0 | Base | MIT License | git.io/normalize */
html {
  font-size: 100%;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

/*! normalize.css v1.1.0 | Links | MIT License | git.io/normalize */
a:focus {
  outline: thin dotted; }

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

/*! normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */
h1 {
  font-size: 3em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

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

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

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/*! normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

/*! normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */
figure {
  margin: 0; }

/*! normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */
form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

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

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

/*! normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.pxs-video-full-width {
  max-width: 1190px;
  margin: 0 auto !important; }

@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: normal;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_n4.3c0838aba1701047e60be6a99a1b0a40ce9b8419.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_n4.c0575d1db21fc3821f17fd6617d3dee552312137.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: italic;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_i4.89f7a4275c064845c304a4cf8a4a586060656db2.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_i4.6f955aaaafc55a22ffc1f32ecf3756859a5ad3e2.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 700;
  font-style: normal;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_n7.2fd9bfe01586148e644724096c9d75e8c7a90e55.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_n7.ea05de92d862f9594794ab281c4c3a67501ef5fc.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 700;
  font-style: italic;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_i7.06add7096a6f2ab742e09ec7e498115904eda1fe.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_i7.ee584b5fcaccdbb5518c0228158941f8df81b101.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: normal;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_n4.3c0838aba1701047e60be6a99a1b0a40ce9b8419.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_n4.c0575d1db21fc3821f17fd6617d3dee552312137.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 400;
  font-style: italic;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_i4.89f7a4275c064845c304a4cf8a4a586060656db2.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_i4.6f955aaaafc55a22ffc1f32ecf3756859a5ad3e2.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 700;
  font-style: normal;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_n7.2fd9bfe01586148e644724096c9d75e8c7a90e55.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_n7.ea05de92d862f9594794ab281c4c3a67501ef5fc.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 700;
  font-style: italic;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_i7.06add7096a6f2ab742e09ec7e498115904eda1fe.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_i7.ee584b5fcaccdbb5518c0228158941f8df81b101.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 600;
  font-style: normal;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_n6.9d1ea52bb49a0a86cfd1b0383d00f83d3fcc14de.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_n6.f0fcdea525a0e47b2ae4ab645832a8e8a96d31d3.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 600;
  font-style: italic;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_i6.702baae75738b446cfbed6ac0d60cab7b21e61ba.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_i6.6b8dc40d16c9905d29525156e284509f871ce8f9.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 500;
  font-style: normal;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_n5.3b6b7df38aa5986536945796e1f947445832047c.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_n5.f26bf6dcae278b0ed902605f6605fa3338e81dab.woff") format("woff"); }

@font-face {
  font-family: Figtree;
  font-weight: 500;
  font-style: italic;
  src: url("//theindependencebed.com/cdn/fonts/figtree/figtree_i5.969396f679a62854cf82dbf67acc5721e41351f0.woff2") format("woff2"), url("//theindependencebed.com/cdn/fonts/figtree/figtree_i5.93bc1cad6c73ca9815f9777c49176dfc9d2890dd.woff") format("woff"); }

h1,
h2,
h3,
h4,
h5,
h6, .rte blockquote.highlight, .line-item-title, #tracktorOrderDetails h1, #tracktorOrderForm h1, #bouncer_modal_heading, .cart-title, .pxs-video .video-overlay-heading, body, .section-title,
.pxs-newsletter-heading, .meta, .button, .branding .branding-title, .header-drawer .branding-title, .collection-header .collection-description {
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
h5,
h6, .rte blockquote.highlight, .line-item-title, #tracktorOrderDetails h1, #tracktorOrderForm h1, #bouncer_modal_heading, .cart-title, .pxs-video .video-overlay-heading {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 400; }

h1, .feature-title {
  margin-bottom: 20px;
  font-size: 2.5rem; }

h2 {
  margin-bottom: 19px;
  font-size: 2rem; }

h3, .pxs-map-card-heading {
  margin-bottom: 18px;
  font-size: 1.5rem; }

h4, .home-inline-feature .feature-title {
  margin-bottom: 18px;
  font-size: 1.25rem; }

h5, .featured-post-title {
  margin-bottom: 10px;
  font-size: 1rem; }

.accordion-item-title, h6, .dynamic-featured-collection-title,
.dynamic-featured-collection-count {
  margin-bottom: 10px;
  font-size: 1rem; }

.main-content, .template-product-slideshow .recommended-products {
  max-width: 1020px;
  padding: 50px 30px 0;
  margin: 0 auto 50px; }
  @media (max-width: 719px) {
    .main-content, .template-product-slideshow .recommended-products {
      padding-top: 60px; } }

.clearfix:before, .rte:before, .main-header:before, .section-product:before, .home-order-now:before, .clearfix:after, .rte:after, .main-header:after, .section-product:after, .home-order-now:after {
  display: table;
  content: " "; }
.clearfix:after, .rte:after, .main-header:after, .section-product:after, .home-order-now:after {
  clear: both; }

.add-to-cart-loader, .video-overlay-button-primary .video-play-button::after, .video-overlay-button-secondary .video-play-button::after, .full-slideshow-loader {
  -ms-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: rotation 0.6s infinite linear;
  -ms-animation: rotation 0.6s infinite linear;
  -o-animation: rotation 0.6s infinite linear;
  animation: rotation 0.6s infinite linear;
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border: 3px solid rgba(20, 116, 164, 0.15);
  border-top-color: rgba(20, 116, 164, 0.8);
  border-radius: 100%; }
  .loading .add-to-cart-loader, .loading .video-overlay-button-primary .video-play-button::after, .video-overlay-button-primary .loading .video-play-button::after, .loading .video-overlay-button-secondary .video-play-button::after, .video-overlay-button-secondary .loading .video-play-button::after, .loading .full-slideshow-loader {
    right: -45px;
    margin-left: 0; }

label, .input-field-title {
  font-size: 1rem; }
  .inline-input-wrapper label, .inline-input-wrapper .input-field-title {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.875rem;
    vertical-align: middle; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(359deg); } }

html::before {
  display: none;
  content: "S,M,L,XL"; }
html::after {
  display: none;
  content: "XL"; }
  @media (max-width: 1280px) {
    html::after {
      content: "L"; } }
  @media (max-width: 1020px) {
    html::after {
      content: "M"; } }
  @media (max-width: 719px) {
    html::after {
      content: "S"; } }

.accordion-list {
  margin-top: 80px; }

.accordion-item {
  padding: 40px 0;
  border-top: 1px solid #f0eff2; }
  .accordion-item:first-child {
    padding-top: 0;
    border-top: 0; }

.accordion-item-title {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase; }
  .accordion-item-title a {
    display: block;
    font-size: 0;
    color: currentColor; }

.accordion-inline-title {
  display: inline-block;
  width: calc(100% - 2rem);
  font-size: 1rem;
  vertical-align: middle; }

.accordion-icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: middle; }
  .accordion-icon .icon-plus-vertical {
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%; }
    .accordion-active .accordion-icon .icon-plus-vertical {
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0); }

.accordion-item-content {
  margin-top: 20px; }

.black-style + .black-style:before,
.standard-style +
.standard-style:before,
.accent-style +
.accent-style:before,
.contrast-style +
.contrast-style:before,
.default-style +
.default-style:before {
  display: block;
  /*height: 1px;*/
  margin: 0 30px;
  background: #f0eff2;
  content: ""; }

.accent-style {
  color: #fff6eb;
  background-color: #1474a4; }
  .accent-style a {
    color: #fff6eb; }
    .accent-style a:hover {
      color: #fce0bd; }
  .accent-style .product-list-item-title,
  .accent-style .section-title,
  .accent-style h1,
  .accent-style h2,
  .accent-style h3,
  .accent-style h4,
  .accent-style h5,
  .accent-style h6 {
    color: #fff6eb; }
    .accent-style .product-list-item-title a,
    .accent-style .section-title a,
    .accent-style h1 a,
    .accent-style h2 a,
    .accent-style h3 a,
    .accent-style h4 a,
    .accent-style h5 a,
    .accent-style h6 a {
      color: currentColor; }
  .accent-style .home-module-overlay {
    background-color: #1474a4; }

.contrast-style {
  background-color: #edf0f1; }
  .contrast-style a {
    color: #1474a4; }
    .contrast-style a:hover {
      color: #04acd3; }
  .contrast-style .product-list-item-title,
  .contrast-style .section-title,
  .contrast-style h1,
  .contrast-style h2,
  .contrast-style h3,
  .contrast-style h4,
  .contrast-style h5,
  .contrast-style h6 {
    color: white; }
    .contrast-style .product-list-item-title a,
    .contrast-style .section-title a,
    .contrast-style h1 a,
    .contrast-style h2 a,
    .contrast-style h3 a,
    .contrast-style h4 a,
    .contrast-style h5 a,
    .contrast-style h6 a {
      color: currentColor; }
  .contrast-style .home-module-overlay {
    background-color: #edf0f1; }

.default-style .section-title,
.default-style h1,
.default-style h2,
.default-style h3,
.default-style h4,
.default-style h5,
.default-style h6 {
  color: white; }
  .default-style .section-title a,
  .default-style h1 a,
  .default-style h2 a,
  .default-style h3 a,
  .default-style h4 a,
  .default-style h5 a,
  .default-style h6 a {
    color: currentColor; }
.default-style .home-module-overlay {
  background-color: white; }

.standard-style {
  color: white;
  background-color: #1474a4; }
  .standard-style a {
    color: currentcolor; }
    .standard-style a:hover {
      color: #e6e6e6; }

.black-style {
  color: black;
  background-color: white; }
  .black-style a {
    color: currentcolor; }
    .black-style a:hover {
      color: #e6e6e6; }
  .black-style .module-inner,
  .black-style h1,
  .black-style h2,
  .black-style h3,
  .black-style h4,
  .black-style h5,
  .black-style h6 {
    color: white; }
    .black-style .module-inner a,
    .black-style h1 a,
    .black-style h2 a,
    .black-style h3 a,
    .black-style h4 a,
    .black-style h5 a,
    .black-style h6 a {
      color: currentColor; }
  .black-style .home-module-overlay {
    background-color: black; }

body {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  color: #002939; }

a,
.disclosure-list__item,
.product-cart-message__checkout-button {
  color: #1474a4;
  text-decoration: none;
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover,
  .disclosure-list__item:hover,
  .product-cart-message__checkout-button:hover {
    color: #04acd3; }

a:not(.main-nav-item, .footer__list-item-link, .button1) {
  text-decoration: underline; }

button a {
  text-decoration: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 30px;
  line-height: 1.25;
  color: white; }
  h1 b,
  h1 strong,
  h2 b,
  h2 strong,
  h3 b,
  h3 strong,
  h4 b,
  h4 strong,
  h5 b,
  h5 strong,
  h6 b,
  h6 strong {
    font-weight: 700; }
  h1 em,
  h2 em,
  h3 em,
  h4 em,
  h5 em,
  h6 em {
    font-style: italic; }
  h1 b em,
  h1 strong em,
  h1 em b,
  h1 em strong,
  h2 b em,
  h2 strong em,
  h2 em b,
  h2 em strong,
  h3 b em,
  h3 strong em,
  h3 em b,
  h3 em strong,
  h4 b em,
  h4 strong em,
  h4 em b,
  h4 em strong,
  h5 b em,
  h5 strong em,
  h5 em b,
  h5 em strong,
  h6 b em,
  h6 strong em,
  h6 em b,
  h6 em strong {
    font-style: italic; }

.section-title,
.pxs-newsletter-heading {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  font-size: 1.25rem;
  letter-spacing: 0;
  color: white;
  text-align: center;
  text-transform: none; }

.page-title {
  margin: 0 0 50px;
  text-align: center; }
  .page-title a {
    color: currentColor; }
    .page-title a:hover {
      color: currentColor; }

@media (max-width: 719px) {
  .feature-title {
    font-size: 1.875rem; } }

.meta {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #4c6974;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

/* Basic text */
img {
  max-width: 100%; }

ul, ol, dl {
  padding: 0;
  margin: 0 0 0 15px; }

ol {
  margin-left: 30px; }

li {
  margin: 0 0 5px; }

hr {
  height: 2px;
  background: #f0eff2;
  border: none; }

th,
b,
strong {
  font-weight: 700; }

em {
  font-style: italic; }

th em,
b em,
strong em,
em b,
em strong {
  font-style: italic; }

.button-block {
  display: block; }

/* iframes and embeds */
iframe {
  border: none; }

.video-wrapper,
.fluid-width-video-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 30px 0; }
  .video-wrapper iframe,
  .video-wrapper object,
  .video-wrapper embed,
  .fluid-width-video-wrapper iframe,
  .fluid-width-video-wrapper object,
  .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-wrapper {
  position: relative;
  height: auto;
  max-width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }

@font-face {
  font-family: 'Single Product Webicons Regular';
  src: url("//theindependencebed.com/cdn/shop/t/13/assets/singleproductwebicons-regular.eot?v=148853930028068733481768409471");
  src: url("//theindependencebed.com/cdn/shop/t/13/assets/singleproductwebicons-regular.eot?%23iefix&v=148853930028068733481768409471") format("embedded-opentype"), url("//theindependencebed.com/cdn/shop/t/13/assets/singleproductwebicons-regular.woff?v=121403992484715806711768409469") format("woff"), url("//theindependencebed.com/cdn/shop/t/13/assets/singleproductwebicons-regular.ttf?v=171965092087479535511768409471") format("truetype"), url("//theindependencebed.com/cdn/shop/t/13/assets/singleproductwebicons-regular.svg%23singleproduct_web_iconsregular?v=8095") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'social-icons';
  src: url("//theindependencebed.com/cdn/shop/t/13/assets/socicon-webfont.eot?v=31111624510843287261768409469");
  src: url("//theindependencebed.com/cdn/shop/t/13/assets/socicon-webfont.eot?%23iefix&v=31111624510843287261768409469") format("embedded-opentype"), url("//theindependencebed.com/cdn/shop/t/13/assets/socicon-webfont.woff?v=38221785440077609041768409470") format("woff"), url("//theindependencebed.com/cdn/shop/t/13/assets/socicon-webfont.ttf?v=35759713628081646711768409470") format("truetype"), url("//theindependencebed.com/cdn/shop/t/13/assets/socicon-webfont.svg%23sociconregular?v=8095") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: "Single Product Webicons Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.share-icon:before {
  font-family: "Single Product Webicons Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px; }

.icon-tweet:before {
  content: '\E201'; }

.icon-like:before {
  content: '\E202'; }

.icon-pin:before {
  content: '\E203'; }

.icon-plus:before {
  content: '\E205'; }

.icon-fancy:before {
  content: '\E206'; }

html {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box; }

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

body {
  background-color: white; }
  body.showing-drawer {
    overflow: hidden; }

.opacity-0 {
  opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30 {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-100 {
  opacity: 1; }

.module-container {
  margin: 0;
  overflow: auto; }

.module-inner {
  max-width: 1020px;
  padding: 0 30px;
  margin: 50px auto; }
  .module-inner .section-title {
    max-width: 500px;
    margin: 50px auto; }
  .module-inner.module-inline-items {
    padding: 0 15px;
    margin-top: 25px;
    margin-bottom: 25px; }
    .module-inner.module-inline-items .section-title {
      margin-top: 50px;
      margin-bottom: 25px; }
      @media (max-width: 719px) {
        .module-inner.module-inline-items .section-title {
          margin-bottom: 35px; } }
  .module-inner .module-inline-item {
    display: inline-block;
    padding: 0 15px;
    margin-top: 25px;
    margin-bottom: 25px; }
    @media (max-width: 719px) {
      .module-inner .module-inline-item {
        margin-top: 15px;
        margin-bottom: 15px; } }
  .module-inner.module-hidden {
    display: none; }

.newsletter-section,
.header-drawer,
.header-promotion-bar,
.main-header,
.main-content,
.footer-wrapper {
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .showing-drawer .newsletter-section, .showing-drawer
  .header-drawer, .showing-drawer
  .header-promotion-bar, .showing-drawer
  .main-header, .showing-drawer
  .main-content, .showing-drawer
  .footer-wrapper {
    -webkit-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px); }

.placeholder-svg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: rgba(0, 41, 57, 0.1);
  border: 1px solid rgba(0, 41, 57, 0.2);
  fill: rgba(0, 41, 57, 0.35); }
  .accent-style .placeholder-svg {
    background-color: rgba(255, 246, 235, 0.25);
    border-color: #fff6eb;
    fill: #fff6eb; }

.rte > *:first-child {
  margin-top: 0; }
.rte > *:last-child {
  margin-bottom: 0; }
.rte p, .rte ul, .rte ol, .rte dl, .rte blockquote, .rte table, .rte pre, .rte form, .rte div, .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto; }
  .rte p.highlight, .rte ul.highlight, .rte ol.highlight, .rte dl.highlight, .rte blockquote.highlight, .rte table.highlight, .rte pre.highlight, .rte form.highlight, .rte div.highlight, .rte h1.highlight, .rte h2.highlight, .rte h3.highlight, .rte h4.highlight, .rte h5.highlight, .rte h6.highlight {
    max-width: 100%; }
.rte.full-width-rte p, .rte.full-width-rte ul, .rte.full-width-rte ol, .rte.full-width-rte dl, .rte.full-width-rte blockquote, .rte.full-width-rte table, .rte.full-width-rte pre, .rte.full-width-rte form, .rte.full-width-rte div, .rte.full-width-rte h1, .rte.full-width-rte h2, .rte.full-width-rte h3, .rte.full-width-rte h4, .rte.full-width-rte h5, .rte.full-width-rte h6 {
  max-width: 100%; }
.rte ul {
  list-style: disc; }
.rte ul,
.rte ol,
.rte dl {
  padding-left: 30px; }
.rte blockquote {
  font-size: 20px; }
  .rte blockquote > *:first-child {
    margin-top: 0; }
  .rte blockquote > *:last-child {
    margin-bottom: 0; }
  .rte blockquote.highlight {
    font-size: 24px;
    color: white; }
.rte cite {
  font-size: 16px;
  font-style: normal;
  color: #4c6974; }
.rte img {
  height: auto; }
.rte .tabs {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0;
  margin-bottom: 0;
  white-space: nowrap;
  list-style: none;
  border-bottom: 1px solid #f0eff2; }
  .rte .tabs li {
    display: inline-block;
    height: 41px;
    padding: 0 16px;
    margin: 0;
    font-size: 14px;
    line-height: 42px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 0; }
    .rte .tabs li:hover {
      font-style: normal;
      font-weight: 700; }
    .rte .tabs li.active {
      height: 42px;
      font-style: normal;
      font-weight: 700;
      background-color: white;
      border-color: #f0eff2;
      border-radius: 2px 2px 0 0; }
      .contrast-style .rte .tabs li.active {
        background-color: #edf0f1; }
      .accent-style .rte .tabs li.active {
        background-color: #1474a4; }
.rte .tabs-content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  list-style: none; }
  .rte .tabs-content > li {
    display: none;
    margin: 30px 0 20px; }
    .rte .tabs-content > li.active {
      display: block; }

table {
  margin: 30px 0;
  font-size: 14px;
  color: #002939;
  background: transparent;
  border: 1px solid #f0eff2;
  border-collapse: separate;
  border-top: 0;
  border-radius: 5px; }
  table.clean {
    font-size: 16px;
    border: 0;
    border-radius: 0; }
  table .column-title {
    display: none; }
  table.mobile-layout {
    border-bottom: 0; }
    table.mobile-layout .column-title {
      display: inline-block;
      width: 114px;
      padding-right: 23px;
      font-style: normal;
      font-weight: 700; }
    table.mobile-layout thead {
      display: none; }
    table.mobile-layout tr td {
      display: block;
      float: left;
      width: 100%;
      clear: left;
      text-align: left;
      border-top: 1px solid #f0eff2 !important;
      border-left: 0; }
    table.mobile-layout tr:first-child td:first-child {
      border-radius: 5px 5px 0 0 !important; }
    table.mobile-layout td:last-child {
      border-bottom: 0; }
    table.mobile-layout tr:last-child td:last-child {
      border-bottom: 1px solid #f0eff2 !important;
      border-radius: 0 0 5px 5px !important; }
    table.mobile-layout tr:nth-child(even) td {
      background: white; }

tr:first-child td:first-child, tr:first-child th:first-child {
  border-top-left-radius: 5px; }
  thead ~ tbody tr:first-child td:first-child, thead ~ tbody tr:first-child th:first-child {
    border-radius: 0; }
tr:first-child td:last-child {
  border-top-right-radius: 5px; }
  thead ~ tbody tr:first-child td:last-child {
    border-radius: 0; }
tr:last-child td:first-child, tr:last-child th:first-child {
  border-bottom-left-radius: 5px; }
tr:last-child td:last-child {
  border-bottom-right-radius: 5px; }

thead {
  background: white; }
  .clean thead {
    background: none; }
  thead th:first-child {
    border-top-left-radius: 5px; }
  thead th:last-child {
    border-top-right-radius: 5px; }

td,
th {
  padding: 20px;
  border-top: 1px solid #f0eff2; }
  .clean td, .clean
  th {
    border: 0; }

th {
  font-style: normal;
  font-weight: 700;
  color: white;
  background: white; }
  .clean th {
    color: white;
    background: none; }

td {
  border-left: 1px solid #f0eff2; }
  td:first-child {
    border-left: 0; }

.button {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 2;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  -webkit-appearance: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .button, .contrast-style .button.secondary, .contrast-style .button {
    color: #fff6eb;
    background: #1474a4; }
    .button:hover, .contrast-style .button.secondary:hover, .contrast-style .button:hover {
      color: #fff6eb;
      background: #04acd3; }
  .accent-style .button {
    color: #1474a4;
    background: white; }
    .accent-style .button:hover {
      color: #1474a4;
      background: #e6e6e6; }
  .button.secondary {
    color: #fff6eb;
    background: #667e88; }
    .button.secondary:hover {
      color: #fff6eb;
      background: #5d7179; }
  .button.disabled {
    color: #575757;
    background: #787878;
    opacity: 1; }

form {
  font-size: 14px; }

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

.inline-input-wrapper {
  margin: 10px; }

input,
textarea {
  border-radius: 0; }
  label ~ input, label ~
  textarea {
    margin-top: 10px; }
  body:not(.user-is-tabbing) input:focus, body:not(.user-is-tabbing)
  textarea:focus {
    outline: none; }

.input-field-textarea,
.input-field {
  display: block;
  width: 100%;
  margin: 0 0 15px;
  color: #848487;
  font-family: 'Avenir-Medium';
  background-color: #f3f1f1;
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }
  .input-field-textarea::-webkit-input-placeholder,
  .input-field::-webkit-input-placeholder {
    color: #848487;
    opacity: 1; }
  .input-field-textarea::-moz-input-placeholder,
  .input-field::-moz-input-placeholder {
    color: #848487;
    opacity: 1; }
  .input-field-textarea:-ms-input-placeholder,
  .input-field:-ms-input-placeholder {
    color: #848487;
    opacity: 1; }
  .contrast-style .input-field-textarea, .contrast-style
  .input-field {
    color: #1d1b44;
    background-color: white;
    border-color: transparent; }
  .accent-style .input-field-textarea, .accent-style
  .input-field {
    color: #fff6eb;
    background-color: transparent;
    border-color: #fff6eb; }
    .accent-style .input-field-textarea.error, .accent-style
    .input-field.error {
      color: #fff6eb; }
  .input-field-textarea.error,
  .input-field.error {
    color: red;
    border: 1px solid red; }
    .input-field-textarea.error::-webkit-input-placeholder,
    .input-field.error::-webkit-input-placeholder {
      color: currentColor;
      opacity: 0.7; }
    .input-field-textarea.error::-moz-input-placeholder,
    .input-field.error::-moz-input-placeholder {
      color: currentColor;
      opacity: 0.7; }
    .input-field-textarea.error:-ms-input-placeholder,
    .input-field.error:-ms-input-placeholder {
      color: currentColor;
      opacity: 0.7; }

.dropdown {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #848487;
  font-family: 'Avenir-Medium';
  background-color: #f3f1f1;
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }

.error-message,
.errors {
  color: red; }

.input-field {
  height: 40px;
  padding: 10px; }
  .lt-ie9 .input-field {
    padding: 0 15px;
    line-height: 50px; }

.input-submit {
  cursor: pointer; }

.lt-ie9 .input-password {
  font-family: Arial, sans-serif; }

.input-field-textarea {
  max-width: 100%;
  padding: 15px;
  margin-bottom: 15px; }

.select-wrapper {
  position: relative;
  width: 100%;
  padding: 13px 45px 13px 15px;
  margin: 30px 0;
  font-size: 14px;
  color: #1d1b44;
  text-align: left;
  cursor: pointer;
  background-color: white;
  border: 1px solid #f0eff2;
  border-radius: 5px; }
  .accent-style .select-wrapper {
    color: #1474a4;
    background-color: #fff6eb;
    border-color: #fff6eb; }
  .select-wrapper:after {
    font-family: "Single Product Webicons Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    margin-top: -8px;
    color: #1d1b44;
    content: "\E010"; }
    .accent-style .select-wrapper:after {
      color: #1474a4; }
  .select-wrapper select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: black;
    cursor: pointer;
    opacity: 0;
    -webkit-appearance: none; }

.inline-field-wrapper {
  margin-top: 30px;
  font-size: 0; }

.inline-field-input {
  display: inline-block;
  width: calc(70% - 15px);
  margin-right: 15px;
  font-size: 1.125rem;
  vertical-align: middle; }
  @media (max-width: 719px) {
    .inline-field-input {
      display: block;
      width: 100%;
      margin-right: 0; } }

.inline-field-submit {
  display: inline-block;
  width: 30%;
  font-size: 0.875rem;
  vertical-align: middle; }
  @media (max-width: 719px) {
    .inline-field-submit {
      display: block;
      width: 100%;
      padding-left: 0;
      margin-top: 15px; } }

.input-field-title {
  display: block;
  font-size: 0.9375rem; }

.input-checkbox-wrapper {
  display: inline-block;
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer; }

.input-checkbox {
  display: none; }

.input-checkbox-title {
  display: inline-block;
  padding: 15px;
  font-size: 0.875rem;
  background-color: white;
  border: 1px solid #f0eff2;
  border-radius: 5px; }
  .accent-style .input-checkbox-title {
    color: #fff6eb;
    background-color: transparent;
    border-color: #fff6eb; }
  .input-checkbox-title:hover {
    background-color: rgba(29, 27, 68, 0.1);
    border-color: rgba(29, 27, 68, 0.1); }
    .accent-style .input-checkbox-title:hover {
      background-color: rgba(255, 246, 235, 0.1);
      border-color: rgba(255, 246, 235, 0.1); }
  :checked + .input-checkbox-title, :checked + .input-checkbox-title:hover {
    font-style: normal;
    font-weight: 700;
    color: white;
    background-color: #1d1b44;
    border-color: #1d1b44; }
    .accent-style :checked + .input-checkbox-title, .accent-style :checked + .input-checkbox-title:hover {
      color: #1474a4;
      background-color: #fff6eb;
      border-color: #fff6eb; }
  :disabled + .input-checkbox-title, :disabled + .input-checkbox-title:hover {
    background-color: white;
    border: 1px solid #f0eff2;
    opacity: 0.4; }
    .accent-style :disabled + .input-checkbox-title, .accent-style :disabled + .input-checkbox-title:hover {
      background-color: transparent;
      border-color: #fff6eb;
      opacity: 0.4; }

.flickity-enabled {
  position: relative; }
  .flickity-enabled:focus {
    outline: none; }
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
    .flickity-enabled.is-draggable .flickity-viewport {
      cursor: move;
      cursor: grab; }
      .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
        cursor: grabbing; }

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

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

.flickity-prev-next-button {
  -ms-transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  border-radius: 50%; }
  .flickity-prev-next-button:focus {
    outline: none; }
  .flickity-prev-next-button:active {
    opacity: 0.6; }
  .flickity-prev-next-button.previous {
    left: 20px; }
  .flickity-prev-next-button.next {
    right: 20px; }
  .flickity-prev-next-button svg {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 32px;
    height: 32px;
    margin-top: -16px; }
  .flickity-prev-next-button .arrow {
    fill: currentColor; }

.flickity-page-dots {
  position: absolute;
  bottom: -25px;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
  list-style: none; }
  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    cursor: pointer;
    background: #333333;
    border-radius: 50%;
    opacity: 0.25; }
    .flickity-page-dots .dot.is-selected {
      opacity: 1; }

.article-grid-item {
  float: left;
  width: calc(50% - 45px);
  margin-bottom: 60px; }
  .article-grid-item:nth-last-child(1), .article-grid-item:nth-last-child(2) {
    margin-bottom: 0; }
  @media (max-width: 719px) {
    .article-grid-item {
      width: 100%; }
      .article-grid-item:nth-last-child(2) {
        margin-bottom: 60px; } }
  .article-grid-item:nth-child(2n + 1) {
    margin-right: 90px;
    clear: left; }
    @media (max-width: 719px) {
      .article-grid-item:nth-child(2n + 1) {
        margin-right: 0;
        clear: none; } }
  .article-grid-item .post-image {
    margin-bottom: 30px; }
  .article-grid-item .blog-post-title {
    margin-top: 0;
    margin-bottom: 15px; }
  .article-grid-item .post-meta {
    position: relative; }
  .article-grid-item .blog-post-date {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 20px;
    color: #fff6eb;
    text-transform: uppercase;
    background: #1474a4; }
  .article-grid-item.article-has-image .blog-post-date {
    position: absolute;
    top: 0;
    right: 0; }

.article-list-item {
  position: relative; }
  .article-list-item .post-meta {
    float: left;
    width: 120px;
    text-align: right; }
    .article-list-item .post-meta > *:first-child {
      margin-top: 4px; }
    @media (max-width: 719px) {
      .article-list-item .post-meta {
        float: none;
        width: 100%;
        text-align: center; } }
  .static-blog .article-list-item {
    margin: 90px 0 0;
    font-size: 0;
    text-align: center; }
    .static-blog .article-list-item:first-child {
      margin-top: 0; }
    @media (min-width: 720px) {
      .static-blog .article-list-item .blog-post-title {
        float: right;
        width: calc(100% - 180px);
        margin: 0 0 30px;
        text-align: left; }
        .lt-ie9 .static-blog .article-list-item .blog-post-title {
          width: 840px; } }
  .article-list-item .post-content {
    float: right;
    width: calc(100% - 120px);
    padding-left: 60px;
    text-align: left; }
    .lt-ie9 .article-list-item .post-content {
      width: 900px; }
    @media (max-width: 719px) {
      .article-list-item .post-content {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 20px; } }
    .article-list-item .post-content p, .article-list-item .post-content ul, .article-list-item .post-content ol, .article-list-item .post-content dl, .article-list-item .post-content blockquote, .article-list-item .post-content table, .article-list-item .post-content pre, .article-list-item .post-content form, .article-list-item .post-content div, .article-list-item .post-content h1, .article-list-item .post-content h2, .article-list-item .post-content h3, .article-list-item .post-content h4, .article-list-item .post-content h5, .article-list-item .post-content h6 {
      max-width: 600px;
      margin-left: 0; }
      .article-list-item .post-content p.highlight, .article-list-item .post-content ul.highlight, .article-list-item .post-content ol.highlight, .article-list-item .post-content dl.highlight, .article-list-item .post-content blockquote.highlight, .article-list-item .post-content table.highlight, .article-list-item .post-content pre.highlight, .article-list-item .post-content form.highlight, .article-list-item .post-content div.highlight, .article-list-item .post-content h1.highlight, .article-list-item .post-content h2.highlight, .article-list-item .post-content h3.highlight, .article-list-item .post-content h4.highlight, .article-list-item .post-content h5.highlight, .article-list-item .post-content h6.highlight {
        max-width: 100%; }
  @media (max-width: 1020px) {
    .article-list-item .page-title {
      margin-bottom: 15px; } }
  @media (max-width: 719px) {
    .article-list-item .blog-post-title {
      float: none;
      width: 100%;
      text-align: center; } }

.breadcrumbs {
  margin: 0 0 50px;
  color: #002939;
  text-align: center; }
  .product-slideshow-section + .breadcrumbs {
    margin-top: 50px; }
  .breadcrumbs .divider {
    color: #4c6974; }
  .breadcrumbs a {
    color: #4c6974; }
    .breadcrumbs a:hover {
      color: #002939; }

.disclosure {
  --disclosure-toggle-text-color: white;
  --disclosure-toggle-background-color: #1474a4;
  --disclosure-toggle-border-color: rgba(255, 255, 255, 0.5);
  --disclosure-toggle-svg-color: white;
  --disclosure-text-color: #1474a4;
  --disclosure-background-color: white;
  --disclosure-border-color: white;
  --disclosure-min-height: 50px; }

.disclosure__toggle {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 5px 29px 5px 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 5px; }
  .disclosure__toggle:focus {
    border-color: white;
    outline: 0; }

.selectors-form__item {
  margin: 0 7.5px 15px; }

.disclosure-list {
  bottom: 140%;
  z-index: 5;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .disclosure-list li {
    margin: 0; }

.disclosure-list__option {
  color: inherit; }

.disclosure-list__item {
  padding: 8px 45px 8px 12px;
  text-decoration: none; }
  .disclosure-list__item:hover .disclosure-list__option {
    color: inherit;
    border-bottom-color: transparent; }

.disclosure-list__item--current:hover .disclosure-list__option {
  border-bottom-color: #04acd3; }

.footer-wrapper {
  color: white;
  background-color: #1474a4;
  clear: both;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .footer-wrapper.default-style:before {
    content: '';
    display: block;
    margin: 0 30px;
    height: 1px;
    background: #f0eff2; }

.footer-columns a,
.sub-footer__notes a {
  color: white; }
  .footer-columns a:hover,
  .sub-footer__notes a:hover {
    color: #e6e6e6; }

.main-footer {
  max-width: 1020px;
  padding: 50px 30px;
  margin: 0 auto;
  font-size: 0.875rem; }
  .main-footer.show-border {
    border-top: 1px solid #f0eff2; }
  .main-footer .footer-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1rem;
    color: white;
    text-align: left;
    text-transform: uppercase; }
    @media (max-width: 1020px) {
      .main-footer .footer-title {
        text-align: center; } }

.footer-module:first-child {
  margin-top: 0; }

.footer-link-list {
  float: left;
  padding-right: 30px;
  margin-bottom: 50px; }
  .showing-3-lists .footer-link-list {
    width: 18.3%; }
    @media (max-width: 1020px) {
      .showing-3-lists .footer-link-list {
        width: 33%; } }
  .showing-2-lists .footer-link-list {
    width: 27.5%; }
    @media (max-width: 1020px) {
      .showing-2-lists .footer-link-list {
        width: 50%; } }
  .showing-1-lists .footer-link-list {
    width: 27.5%; }
    @media (max-width: 1020px) {
      .showing-1-lists .footer-link-list {
        width: 100%;
        margin-bottom: 30px; } }
  @media (max-width: 1020px) {
    .footer-link-list {
      padding: 0 15px; } }
  @media (max-width: 719px) {
    .showing-1-lists .footer-link-list, .showing-2-lists .footer-link-list, .showing-3-lists .footer-link-list {
      display: block;
      width: 100%;
      padding: 0;
      margin-bottom: 50px; }
      .showing-1-lists .footer-link-list li, .showing-2-lists .footer-link-list li, .showing-3-lists .footer-link-list li {
        display: inline;
        padding: 0 0 0 5px; }
        .showing-1-lists .footer-link-list li:before, .showing-2-lists .footer-link-list li:before, .showing-3-lists .footer-link-list li:before {
          content: '\002F';
          margin-right: 5px; }
        .showing-1-lists .footer-link-list li:first-child:before, .showing-2-lists .footer-link-list li:first-child:before, .showing-3-lists .footer-link-list li:first-child:before {
          content: none; } }
  .footer-link-list ul {
    margin: 0;
    padding: 0; }

.footer-link-list.social-icons a {
  padding-left: 30px;
  position: relative; }
  @media (max-width: 719px) {
    .footer-link-list.social-icons a {
      padding-left: 20px; } }
.footer-link-list.social-icons a:before {
  font-family: 'social-icons';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 15px;
  -webkit-font-smoothing: antialiased; }
.footer-link-list.social-icons .twitter a:before {
  content: "a"; }
.footer-link-list.social-icons .facebook a:before {
  content: "b"; }
.footer-link-list.social-icons .pinterest a:before {
  content: "d"; }
.footer-link-list.social-icons .rss a:before {
  content: ","; }
.footer-link-list.social-icons .youtube a:before {
  content: "r"; }
.footer-link-list.social-icons .vimeo a:before {
  content: "s"; }
.footer-link-list.social-icons .instagram a:before {
  content: "\e902"; }
.footer-link-list.social-icons .tumblr a:before {
  content: "z"; }
.footer-link-list.social-icons .foursquare a:before {
  content: "e"; }
.footer-link-list.social-icons .yahoo a:before {
  content: "f"; }
.footer-link-list.social-icons .skype a:before {
  content: "g"; }
.footer-link-list.social-icons .yelp a:before {
  content: "h"; }
.footer-link-list.social-icons .feedburner a:before {
  content: "i"; }
.footer-link-list.social-icons .linkedin a:before {
  content: "j"; }
.footer-link-list.social-icons .viadeo a:before {
  content: "k"; }
.footer-link-list.social-icons .xing a:before {
  content: "l"; }
.footer-link-list.social-icons .myspace a:before {
  content: "m"; }
.footer-link-list.social-icons .soundcloud a:before {
  content: "n"; }
.footer-link-list.social-icons .spotify a:before {
  content: "o"; }
.footer-link-list.social-icons .grooveshark a:before {
  content: "p"; }
.footer-link-list.social-icons .lastfm a:before {
  content: "q"; }
.footer-link-list.social-icons .dailymotion a:before {
  content: "t"; }
.footer-link-list.social-icons .vine a:before {
  content: "u"; }
.footer-link-list.social-icons .flickr a:before {
  content: "v"; }
.footer-link-list.social-icons .wordpress a:before {
  content: "y"; }
.footer-link-list.social-icons .blogger a:before {
  content: "A"; }
.footer-link-list.social-icons .technorati a:before {
  content: "B"; }
.footer-link-list.social-icons .reddit a:before {
  content: "C"; }
.footer-link-list.social-icons .dribbble a:before {
  content: "D"; }
.footer-link-list.social-icons .stumbleupon a:before {
  content: "E"; }
.footer-link-list.social-icons .digg a:before {
  content: "F"; }
.footer-link-list.social-icons .envato a:before {
  content: "G"; }
.footer-link-list.social-icons .behance a:before {
  content: "H"; }
.footer-link-list.social-icons .delicious a:before {
  content: "I"; }
.footer-link-list.social-icons .deviantart a:before {
  content: "J"; }
.footer-link-list.social-icons .forrst a:before {
  content: "K"; }
.footer-link-list.social-icons .play a:before {
  content: "L"; }
.footer-link-list.social-icons .zerply a:before {
  content: "M"; }
.footer-link-list.social-icons .wikipedia a:before {
  content: "N"; }
.footer-link-list.social-icons .apple a:before {
  content: "O"; }
.footer-link-list.social-icons .flattr a:before {
  content: "P"; }
.footer-link-list.social-icons .github a:before {
  content: "Q"; }
.footer-link-list.social-icons .friendfeed a:before {
  content: "S"; }
.footer-link-list.social-icons .newsvine a:before {
  content: "T"; }
.footer-link-list.social-icons .bebo a:before {
  content: "V"; }
.footer-link-list.social-icons .zynga a:before {
  content: "W"; }
.footer-link-list.social-icons .steam a:before {
  content: "X"; }
.footer-link-list.social-icons .xbox a:before {
  content: "Y"; }
.footer-link-list.social-icons .windows a:before {
  content: "Z"; }
.footer-link-list.social-icons .outlook a:before {
  content: "1"; }
.footer-link-list.social-icons .coderwall a:before {
  content: "2"; }
.footer-link-list.social-icons .tripadvisor a:before {
  content: "3"; }
.footer-link-list.social-icons .netcodes a:before {
  content: "4"; }
.footer-link-list.social-icons .lanyrd a:before {
  content: "7"; }
.footer-link-list.social-icons .slideshare a:before {
  content: "8"; }
.footer-link-list.social-icons .buffer a:before {
  content: "9"; }
.footer-link-list.social-icons .vkontakte a:before {
  content: ";"; }
.footer-link-list.social-icons .disqus a:before {
  content: ":"; }
.footer-link-list.social-icons .identi-ca a:before {
  content: "U"; }
.footer-link-list.social-icons .chime-in a:before {
  content: "R"; }
.footer-link-list.social-icons .five-hundred-px a:before {
  content: "w"; }

.footer-columns {
  display: flex;
  flex-direction: row; }
  @media (max-width: 1020px) {
    .footer-columns {
      display: block; } }
  .footer-columns .footer-link-list {
    flex: 1; }
  .footer-columns .social-share-section {
    flex: 2;
    max-width: 45%;
    padding-left: 30px;
    margin-bottom: 60px; }
    .lt-ie9 .footer-columns .social-share-section {
      padding-left: 0; }
    @media (max-width: 1020px) {
      .footer-columns .social-share-section {
        max-width: 100%;
        display: block;
        padding-left: 0;
        float: none;
        clear: left; } }
    .footer-columns .social-share-section:first-child {
      padding-left: 0; }
    .footer-columns .social-share-section p {
      margin-bottom: 25px; }
      .footer-columns .social-share-section p:first-child {
        margin-top: 0; }
    .footer-columns .social-share-section .share-icon {
      display: inline-block;
      padding: 0 10px;
      margin: 0 8px 15px 0;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 35px;
      color: #1474a4;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 5px; }
      .footer-columns .social-share-section .share-icon:last-child {
        margin-right: 0; }
      .footer-columns .social-share-section .share-icon:hover {
        color: #1474a4;
        background-color: #e6e6e6; }

.footer {
  padding: 50px 0 70px;
  background: #1474a4; }
  @media screen and (max-width: 63.9375em) {
    .footer {
      padding: 30px 0 40px; } }
  @media screen and (max-width: 39.9375em) {
    .footer {
      text-align: center; } }
  .footer .footer__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer .footer__list-item {
    margin: 0 0 15px; }
  .footer .footer__list-item-link,
  .footer .footer__phone {
    color: #fff;
    font-family: 'Avenir-Medium';
    font-size: 16px;
    line-height: 16px; }
    .footer .footer__list-item-link:hover,
    .footer .footer__phone:hover {
      color: #fff;
      text-decoration: underline; }
    .footer .footer__list-item-link:focus, .footer .footer__list-item-link:visited,
    .footer .footer__phone:focus,
    .footer .footer__phone:visited {
      color: #fff; }
  .footer .footer__phone {
    display: block; }
  .footer .footer__heading {
    color: #fff;
    font-family: 'Avenir-Medium';
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 30px; }
    @media screen and (max-width: 39.9375em) {
      .footer .footer__heading {
        margin-top: 20px; } }
  .footer .footer__text {
    color: #fff;
    font-family: 'Avenir-Medium';
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 20px; }
  .footer .footer__link {
    margin-left: 10px; }
    .footer .footer__link:first-child {
      margin-left: 0 !important; }
  .footer .footer__copyright {
    margin-top: 60px; }
    .footer .footer__copyright .footer__text {
      margin-bottom: 0; }
    @media screen and (max-width: 63.9375em) {
      .footer .footer__copyright {
        margin-top: 30px; } }
  .footer .share-icon {
    display: inline-block;
    padding: 5px 6px;
    margin: 0 8px 15px 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 35px; }
    .footer .share-icon:last-child {
      margin-right: 0; }
    .footer .share-icon:hover {
      color: #1474a4;
      background-color: #fff; }
  .footer .social-icons a {
    padding-left: 30px;
    position: relative; }
    @media (max-width: 719px) {
      .footer .social-icons a {
        padding-left: 20px; } }
  .footer .social-icons a:before {
    font-family: 'social-icons';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 15px;
    -webkit-font-smoothing: antialiased; }
  .footer .social-icons .twitter a:before {
    content: "a"; }
  .footer .social-icons .facebook a:before {
    content: "b"; }
  .footer .social-icons .pinterest a:before {
    content: "d"; }
  .footer .social-icons .rss a:before {
    content: ","; }
  .footer .social-icons .youtube a:before {
    content: "r"; }
  .footer .social-icons .vimeo a:before {
    content: "s"; }
  .footer .social-icons .instagram a:before {
    content: "\e902"; }
  .footer .social-icons .tumblr a:before {
    content: "z"; }
  .footer .social-icons .foursquare a:before {
    content: "e"; }
  .footer .social-icons .yahoo a:before {
    content: "f"; }
  .footer .social-icons .skype a:before {
    content: "g"; }
  .footer .social-icons .yelp a:before {
    content: "h"; }
  .footer .social-icons .feedburner a:before {
    content: "i"; }
  .footer .social-icons .linkedin a:before {
    content: "j"; }
  .footer .social-icons .viadeo a:before {
    content: "k"; }
  .footer .social-icons .xing a:before {
    content: "l"; }
  .footer .social-icons .myspace a:before {
    content: "m"; }
  .footer .social-icons .soundcloud a:before {
    content: "n"; }
  .footer .social-icons .spotify a:before {
    content: "o"; }
  .footer .social-icons .grooveshark a:before {
    content: "p"; }
  .footer .social-icons .lastfm a:before {
    content: "q"; }
  .footer .social-icons .dailymotion a:before {
    content: "t"; }
  .footer .social-icons .vine a:before {
    content: "u"; }
  .footer .social-icons .flickr a:before {
    content: "v"; }
  .footer .social-icons .wordpress a:before {
    content: "y"; }
  .footer .social-icons .blogger a:before {
    content: "A"; }
  .footer .social-icons .technorati a:before {
    content: "B"; }
  .footer .social-icons .reddit a:before {
    content: "C"; }
  .footer .social-icons .dribbble a:before {
    content: "D"; }
  .footer .social-icons .stumbleupon a:before {
    content: "E"; }
  .footer .social-icons .digg a:before {
    content: "F"; }
  .footer .social-icons .envato a:before {
    content: "G"; }
  .footer .social-icons .behance a:before {
    content: "H"; }
  .footer .social-icons .delicious a:before {
    content: "I"; }
  .footer .social-icons .deviantart a:before {
    content: "J"; }
  .footer .social-icons .forrst a:before {
    content: "K"; }
  .footer .social-icons .play a:before {
    content: "L"; }
  .footer .social-icons .zerply a:before {
    content: "M"; }
  .footer .social-icons .wikipedia a:before {
    content: "N"; }
  .footer .social-icons .apple a:before {
    content: "O"; }
  .footer .social-icons .flattr a:before {
    content: "P"; }
  .footer .social-icons .github a:before {
    content: "Q"; }
  .footer .social-icons .friendfeed a:before {
    content: "S"; }
  .footer .social-icons .newsvine a:before {
    content: "T"; }
  .footer .social-icons .bebo a:before {
    content: "V"; }
  .footer .social-icons .zynga a:before {
    content: "W"; }
  .footer .social-icons .steam a:before {
    content: "X"; }
  .footer .social-icons .xbox a:before {
    content: "Y"; }
  .footer .social-icons .windows a:before {
    content: "Z"; }
  .footer .social-icons .outlook a:before {
    content: "1"; }
  .footer .social-icons .coderwall a:before {
    content: "2"; }
  .footer .social-icons .tripadvisor a:before {
    content: "3"; }
  .footer .social-icons .netcodes a:before {
    content: "4"; }
  .footer .social-icons .lanyrd a:before {
    content: "7"; }
  .footer .social-icons .slideshare a:before {
    content: "8"; }
  .footer .social-icons .buffer a:before {
    content: "9"; }
  .footer .social-icons .vkontakte a:before {
    content: ";"; }
  .footer .social-icons .disqus a:before {
    content: ":"; }
  .footer .social-icons .identi-ca a:before {
    content: "U"; }
  .footer .social-icons .chime-in a:before {
    content: "R"; }
  .footer .social-icons .five-hundred-px a:before {
    content: "w"; }

.copyright {
  clear: both;
  color: rgba(255, 255, 255, 0.5); }
  .copyright p {
    margin: 0; }

.payment-types {
  margin-top: 30px;
  font-size: 0;
  color: rgba(255, 255, 255, 0.7); }

.payment-types-item {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0; }
  @media (max-width: 1020px) {
    .payment-types-item {
      margin: 0 7.5px; } }
  .payment-types-item svg {
    display: block; }

.sub-footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between; }
  @media (max-width: 1020px) {
    .sub-footer {
      align-items: center;
      flex-direction: column; } }

.sub-footer__notes {
  margin-top: 60px;
  margin-right: auto; }
  @media (max-width: 1020px) {
    .sub-footer__notes {
      margin-top: 30px;
      margin-right: 0; } }

.shopify-localization-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -7.5px -15px; }
  @media (max-width: 1020px) {
    .shopify-localization-form {
      margin-bottom: 25px; } }

.main-header-wrapper {
  -ms-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: white; }
  .template-index .main-header-wrapper:not(.sticky-header) {
    z-index: 10;
    position: relative; }
  .main-header-wrapper.full-bleed-slideshow {
    box-shadow: none; }
    @media (min-width: 720px) {
      .main-header-wrapper.full-bleed-slideshow:not(.sticky-header-scrolled) {
        background-color: rgba(255, 255, 255, 0); }
      .main-header-wrapper.full-bleed-slideshow:not(.sticky-header) {
        position: absolute;
        right: 0;
        left: 0;
        z-index: 6; } }

.main-header {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 3;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto; }
  .show-border .main-header {
    border-bottom: 1px solid #f0eff2; }
  @media (min-width: 720px) {
    .no-border .main-header, .sticky-header.show-border .main-header, .full-bleed-slideshow .main-header {
      border: 0; } }
  .collapsed-navigation .main-header {
    overflow: hidden; }
  @media (max-width: 719px) {
    .main-header {
      height: auto;
      padding: 30px;
      text-align: center; } }

.sticky-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  border-bottom: 1px solid #f0eff2; }
  .sticky-header.full-bleed-slideshow {
    border: 0; }
  @media (max-width: 719px) {
    .sticky-header {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      position: relative; }
      .sticky-header.full-bleed-slideshow,
      .sticky-header .main-header {
        border: 0 !important; } }
  .no-js .sticky-header {
    position: relative; }

.branding {
  -ms-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media (min-width: 720px) {
    .branding {
      float: left;
      height: 110px; }
      .sticky-header-scrolled .branding {
        height: 70px; } }
  .branding .branding-title {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 500;
    display: table;
    height: 100%;
    margin: 0;
    font-size: 28px;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .static-password .branding .branding-title {
      width: 100%;
      line-height: 1.2;
      text-align: center; }
    @media (max-width: 719px) {
      .branding .branding-title {
        width: 100%;
        height: auto;
        line-height: 1.2;
        text-align: center; } }
    .branding .branding-title a {
      display: table-cell;
      vertical-align: middle; }
  .branding a {
    color: white; }
    @media (min-width: 721px) {
      .header-bleed-light-colors .branding a {
        color: white; }
      .header-bleed-dark-colors .branding a {
        color: black; } }

.logo {
  position: relative;
  display: block;
  height: 100%;
  max-width: 300px;
  padding: 10px 0; }
  @media (max-width: 719px) {
    .logo {
      padding-top: 0;
      margin: 0 auto; } }
  .logo img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    display: block;
    max-width: 100%;
    max-height: 100%; }
    @media (max-width: 719px) {
      .logo img {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        position: static;
        margin-right: auto;
        margin-left: auto; } }
    .no-js .logo img {
      top: 0;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

.header-search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  overflow: hidden; }
  @media (max-width: 719px) {
    .header-search-wrapper {
      display: none; } }

.header-search-form {
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  right: 30px;
  bottom: 100%;
  z-index: 99;
  width: 300px;
  padding: 0 15px;
  line-height: 36px;
  color: #667e88;
  background: white;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0); }
  @media (min-width: 721px) {
    .header-bleed-light-colors .header-search-form {
      color: white;
      background: none; }
    .header-bleed-dark-colors .header-search-form {
      color: black;
      background: none; } }
  .active .header-search-form {
    bottom: 34px; }
    @media (min-width: 720px) {
      .sticky-header-scrolled .active .header-search-form {
        bottom: 14px; } }
  .header-search-form:before {
    font-family: "Single Product Webicons Regular";
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: '\E003';
    color: #667e88; }
    @media (min-width: 721px) {
      .header-bleed-light-colors .header-search-form:before {
        color: white; }
      .header-bleed-dark-colors .header-search-form:before {
        color: black; } }

input.header-search-input {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-left: 10px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0 10px;
  height: 42px;
  color: #1d1b44;
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .lt-ie9 input.header-search-input {
    line-height: 42px; }
  @media (min-width: 721px) {
    .header-bleed-light-colors input.header-search-input {
      color: white; }
    .header-bleed-dark-colors input.header-search-input {
      color: black; } }
  input.header-search-input::-webkit-input-placeholder {
    color: #1d1b44;
    opacity: 0.7; }
    @media (min-width: 721px) {
      .header-bleed-light-colors input.header-search-input::-webkit-input-placeholder {
        color: white;
        opacity: 0.7; }
      .header-bleed-dark-colors input.header-search-input::-webkit-input-placeholder {
        color: black;
        opacity: 0.7; } }
  input.header-search-input::-moz-input-placeholder {
    color: #1d1b44;
    opacity: 0.7; }
    @media (min-width: 721px) {
      .header-bleed-light-colors input.header-search-input::-moz-input-placeholder {
        color: white;
        opacity: 0.7; }
      .header-bleed-dark-colors input.header-search-input::-moz-input-placeholder {
        color: black;
        opacity: 0.7; } }
  input.header-search-input:-ms-input-placeholder {
    color: #1d1b44;
    opacity: 0.7; }
    @media (min-width: 721px) {
      .header-bleed-light-colors input.header-search-input:-ms-input-placeholder {
        color: white;
        opacity: 0.7; }
      .header-bleed-dark-colors input.header-search-input:-ms-input-placeholder {
        color: black;
        opacity: 0.7; } }

.header-tools {
  float: right;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-search-wrapper.active + .header-tools {
    opacity: 0; }
    .lt-ie9 .header-search-wrapper.active + .header-tools {
      visibility: hidden; }
  @media (max-width: 719px) {
    .header-tools {
      float: none;
      margin-top: 15px; } }

.header-actions {
  -ms-transition: line-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: line-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: line-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  display: inline-block;
  line-height: 110px;
  text-align: left; }
  @media (min-width: 720px) {
    .sticky-header-scrolled .header-actions {
      line-height: 70px; } }
  @media (max-width: 719px) {
    .header-actions {
      display: block;
      line-height: 1;
      text-align: center; } }
  .header-actions a,
  .header-actions span {
    -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-family: "Single Product Webicons Regular";
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding: 0 15px;
    color: #667e88;
    cursor: pointer; }
    @media (min-width: 721px) {
      .header-bleed-light-colors .header-actions a, .header-bleed-light-colors
      .header-actions span {
        color: white; }
      .header-bleed-dark-colors .header-actions a, .header-bleed-dark-colors
      .header-actions span {
        color: black; } }
    .header-actions a:hover,
    .header-actions span:hover {
      color: #596a71; }
      @media (min-width: 721px) {
        .header-bleed-light-colors .header-actions a:hover, .header-bleed-light-colors
        .header-actions span:hover {
          color: white; }
        .header-bleed-dark-colors .header-actions a:hover, .header-bleed-dark-colors
        .header-actions span:hover {
          color: black; } }

.header-actions .select-wrapper {
  width: auto;
  display: inline-block;
  border: none;
  line-height: 110px;
  height: auto;
  background: none;
  font-size: 16px;
  padding-right: 32px;
  font-style: normal;
  font-weight: 700;
  margin: 0; }
  .header-actions .select-wrapper:after, .header-actions .select-wrapper {
    color: #667e88; }
  .header-actions .select-wrapper:hover:after, .header-actions .select-wrapper:hover {
    color: #596a71; }
  @media (min-width: 721px) {
    .header-bleed-light-colors .header-actions .select-wrapper, .header-bleed-light-colors .header-actions .select-wrapper:after, .header-bleed-light-colors .header-actions .select-wrapper:hover, .header-bleed-light-colors .header-actions .select-wrapper:hover:after {
      color: white; }
    .header-bleed-dark-colors .header-actions .select-wrapper, .header-bleed-dark-colors .header-actions .select-wrapper:after, .header-bleed-dark-colors .header-actions .select-wrapper:hover, .header-bleed-dark-colors .header-actions .select-wrapper:hover:after {
      color: black; } }

.header-actions .drawer-toggle {
  display: none;
  position: relative;
  top: 2px;
  background: #667e88;
  content: "";
  height: 3px;
  width: 23px;
  padding: 0;
  margin: 7px 15px; }
  .header-actions .drawer-toggle:before, .header-actions .drawer-toggle:after {
    position: absolute;
    left: 0;
    content: '';
    height: 3px;
    width: 23px; }
  .header-actions .drawer-toggle:before {
    top: -7px;
    border-top: 3px solid #667e88;
    padding-bottom: 11px; }
  .header-actions .drawer-toggle:after {
    bottom: -7px;
    border-bottom: 3px solid #667e88; }
  .header-actions .drawer-toggle:hover {
    border-color: #596a71; }
  .showing-drawer .header-actions .drawer-toggle {
    border-color: #596a71; }
  .collapsed-navigation .header-actions .drawer-toggle {
    display: inline-block; }
  @media (max-width: 719px) {
    .header-actions .drawer-toggle {
      display: inline-block; } }
  @media (min-width: 721px) {
    .header-bleed-light-colors .header-actions .drawer-toggle {
      background: white; }
      .header-bleed-light-colors .header-actions .drawer-toggle:before, .header-bleed-light-colors .header-actions .drawer-toggle:after {
        border-color: white; }
    .header-bleed-dark-colors .header-actions .drawer-toggle {
      background: black; }
      .header-bleed-dark-colors .header-actions .drawer-toggle:before, .header-bleed-dark-colors .header-actions .drawer-toggle:after {
        border-color: black; } }

.header-search-toggle {
  position: relative;
  top: 2px; }

.account-link {
  position: relative;
  top: 2px; }
  .collapsed-navigation .account-link {
    display: none; }
  @media (max-width: 719px) {
    .account-link {
      display: none; } }

.cart-link {
  position: relative; }
  .cart-link .cart-count {
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 0;
    left: 0;
    color: white !important;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif; }
    .ie9 .cart-link .cart-count, html[data-useragent*='MSIE 10.0'] .cart-link .cart-count {
      top: 20px; }
    @media (min-width: 721px) {
      .header-bleed-light-colors .cart-link .cart-count {
        color: black !important; }
      .header-bleed-dark-colors .cart-link .cart-count {
        color: white !important; } }

.cart-cancellation-policy a {
  color: #1273a3;
  text-decoration: underline; }

@-moz-document url-prefix() {
  .cart-link .cart-count {
    top: 21px; } }

.header-drawer {
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: fixed;
  top: 0;
  right: -260px;
  z-index: 100;
  width: 260px;
  height: 100%;
  background: #1474a4;
  padding: 0 30px 30px;
  text-align: center;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden; }
  .ie9 .header-drawer {
    width: 277px;
    right: -277px; }
  .showing-drawer .header-drawer {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch; }
    .ie9 .showing-drawer .header-drawer {
      -ms-transform: translateX(-277px); }
    .lt-ie9 .showing-drawer .header-drawer {
      right: 0; }
  .header-drawer .branding-title {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 500;
    position: relative;
    height: 110px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    border-bottom: 1px solid;
    border-color: rgba(255, 246, 235, 0.3);
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .header-drawer .branding-title a {
      color: #fff6eb;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header-drawer .drawer-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    color: #fff6eb;
    cursor: pointer; }

.drawer-account-link {
  display: inline-block;
  margin-top: 30px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #fff6eb;
  color: #fff6eb;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  .drawer-account-link .icon {
    margin-right: 10px; }
  .drawer-account-link:hover {
    opacity: 0.9;
    color: #fff6eb; }

.line-item {
  display: flex;
  padding-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0eff2; }
  @media (min-width: 720px) {
    .line-item {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (max-width: 719px) {
    .line-item:first-child {
      border-top: 1px solid #f0eff2; } }

.line-item-figure {
  width: 75px; }
  @media (min-width: 720px) {
    .line-item-figure {
      width: 100px; } }

.line-item-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px; }
  @media (min-width: 720px) {
    .line-item-anchor {
      width: 100px; } }

.line-item-image {
  display: block;
  max-width: 75px; }
  @media (min-width: 720px) {
    .line-item-image {
      max-width: 100px; } }

.line-item-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-left: 20px; }
  @media (min-width: 720px) {
    .line-item-info {
      align-items: center;
      flex-wrap: nowrap;
      margin-left: 35px; } }

.line-item-titling-remove {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 720px) {
    .line-item-titling-remove {
      align-items: flex-start;
      flex-direction: column;
      justify-content: initial;
      margin-bottom: 0; } }

.line-item-titling {
  display: flex;
  flex-direction: column; }

.line-item-title {
  font-size: 16px; }

.line-item-options {
  margin-top: 5px;
  font-size: 14px;
  color: #4c6974; }

.line-item-remove {
  padding: 0;
  margin-left: 20px;
  color: #1474a4;
  background: transparent;
  border: 0; }
  @media (min-width: 720px) {
    .line-item-remove {
      margin-top: 5px;
      margin-left: 0; } }

.line-item-prices-discounts {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 50px; }
  @media (min-width: 720px) {
    .line-item-prices-discounts {
      align-items: flex-end;
      flex-shrink: 0;
      width: 33.36%;
      margin-bottom: 0;
      text-align: right; } }

.line-item-prices {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 720px) {
    .line-item-prices {
      font-size: 16px; } }

.line-item-original-price {
  text-decoration: line-through; }
  .line-item-original-price + .line-item-final-price {
    color: #1474a4; }

.line-item-discounts {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px; }

.line-item-discount {
  font-size: 14px;
  color: #1474a4; }
  .line-item-discount + .line-item-discount {
    margin-top: 5px; }

.line-item-quantity {
  display: flex;
  width: 128px; }
  @media (min-width: 720px) {
    .line-item-quantity {
      flex-shrink: 0;
      justify-content: flex-end;
      width: 20.81%; } }

@media (min-width: 720px) {
  .line-item-quantity-span-w-label {
    display: none; } }

@media (max-width: 719px) {
  .line-item-quantity-span {
    display: none; } }

.line-item-quantity-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-style: normal;
  font-weight: 700;
  border: 0;
  -moz-appearance: textfield; }
  @media (min-width: 720px) {
    .line-item-quantity-input {
      width: 36px;
      height: 36px;
      text-align: center; } }
  .line-item-quantity-input::-webkit-outer-spin-button, .line-item-quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.line-item-quantity-decrement,
.line-item-quantity-increment {
  width: 44px;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #f0eff2; }
  @media (min-width: 720px) {
    .line-item-quantity-decrement,
    .line-item-quantity-increment {
      width: 33px;
      height: 36px; } }

.line-item-quantity-decrement {
  border-radius: 5px 0 0 5px; }

.line-item-quantity-increment {
  border-left: 0;
  border-radius: 0 5px 5px 0; }

.line-item-line-prices {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right; }
  @media (min-width: 720px) {
    .line-item-line-prices {
      align-items: flex-end;
      flex-shrink: 0;
      width: 19.12%;
      font-size: 16px; } }

.line-item-original-line-price {
  text-decoration: line-through; }
  .line-item-original-line-price + .line-item-final-line-price {
    color: #1474a4; }

.cart-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.6); }
  .active.cart-modal-wrapper {
    display: block; }

.cart-modal-wrapper .cart-modal {
  background: white;
  padding: 90px;
  border: 1px solid #f0eff2;
  max-width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

.cart-modal-wrapper .cart-modal-action {
  margin-top: 30px; }

.cart-modal-wrapper .cart-modal .section-title {
  margin-bottom: 18px; }

.header-tools .navigation {
  display: inline-block;
  padding: 0 30px 0 0;
  text-align: left;
  position: relative; }
  .header-tools .navigation .dropdown-toggle {
    display: none; }
  .header-tools .navigation .has-dropdown .main-nav-item {
    position: relative;
    display: block; }
    .header-tools .navigation .has-dropdown .main-nav-item:after {
      content: "\E010";
      font-family: 'Single Product Webicons Regular';
      font-size: 10px;
      position: absolute;
      top: 15px;
      right: 7px; }
  .collapsed-navigation .header-tools .navigation {
    display: none; }
  @media (max-width: 719px) {
    .header-tools .navigation {
      display: none; } }
  .header-tools .navigation ul {
    margin: 0;
    padding: 0; }
  .header-tools .navigation li {
    -ms-transition: line-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: line-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: line-height 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    display: inline-block;
    line-height: 100%; }
  .header-tools .navigation a {
    position: relative;
    color: #838487;
    padding: 13px 20px; }
    @media (min-width: 721px) {
      .header-bleed-light-colors .header-tools .navigation a {
        color: white; }
      .header-bleed-dark-colors .header-tools .navigation a {
        color: black; } }
    .header-tools .navigation a:hover {
      color: #767779; }
      @media (min-width: 721px) {
        .header-bleed-light-colors .header-tools .navigation a:hover {
          color: white; }
        .header-bleed-dark-colors .header-tools .navigation a:hover {
          color: black; } }
  .header-tools .navigation li:hover > ul {
    display: block; }
  .header-tools .navigation .dropdown-second-tier .has-dropdown > a:after {
    font-family: "Single Product Webicons Regular";
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
    font-style: normal;
    font-weight: 700;
    content: '\E009'; }
  .header-tools .navigation ul ul {
    position: absolute;
    top: 100%;
    left: -80px;
    display: none;
    width: 160px;
    padding: 13px 0;
    margin-left: 50%;
    font-size: 14px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 5px; }
    @media (min-width: 720px) {
      .header-bleed-light-colors .header-tools .navigation ul ul {
        background: white;
        border: 1px solid white; }
      .header-bleed-dark-colors .header-tools .navigation ul ul {
        background: black;
        border: 1px solid black; } }
    .header-tools .navigation ul ul:before, .header-tools .navigation ul ul:after {
      position: absolute;
      bottom: 100%;
      left: 50%;
      width: 0;
      height: 0;
      pointer-events: none;
      border: solid rgba(136, 183, 213, 0);
      content: " "; }
    .header-tools .navigation ul ul:before {
      margin-left: -8px;
      border-bottom-color: #f7f7f7;
      border-width: 8px; }
      @media (min-width: 720px) {
        .header-bleed-light-colors .header-tools .navigation ul ul:before {
          border-bottom-color: white; }
        .header-bleed-dark-colors .header-tools .navigation ul ul:before {
          border-bottom-color: black; } }
    .header-tools .navigation ul ul:after {
      margin-left: -7px;
      border-bottom-color: #f7f7f7;
      border-width: 7px; }
      @media (min-width: 720px) {
        .header-bleed-light-colors .header-tools .navigation ul ul:after {
          border-bottom-color: white; }
        .header-bleed-dark-colors .header-tools .navigation ul ul:after {
          border-bottom-color: black; } }
    .header-tools .navigation ul ul li {
      display: block;
      padding-bottom: 0;
      margin: 5px 0;
      line-height: 1.5; }
    .header-tools .navigation ul ul a {
      display: block;
      padding: 10px;
      line-height: 1.1;
      color: #838487; }
      @media (min-width: 720px) {
        .header-bleed-light-colors .header-tools .navigation ul ul a {
          color: black; }
        .header-bleed-dark-colors .header-tools .navigation ul ul a {
          color: white; } }
      .header-tools .navigation ul ul a:hover {
        color: #767779; }
        @media (min-width: 720px) {
          .header-bleed-light-colors .header-tools .navigation ul ul a:hover {
            color: black; }
          .header-bleed-dark-colors .header-tools .navigation ul ul a:hover {
            color: white; } }
  .header-tools .navigation .dropdown-third-tier {
    top: -19px;
    left: 100%;
    margin: 0; }
    .header-tools .navigation .dropdown-third-tier::before, .header-tools .navigation .dropdown-third-tier::after {
      content: none; }

.header-navigation {
  position: relative;
  z-index: 1000;
  background: white; }
  @media (max-width: 719px) {
    .header-navigation {
      display: none; } }

.below-header {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 30px 0 5px; }
  .below-header .main-nav-item {
    color: #838487;
    line-height: 50px; }
  .below-header .open .main-nav-item {
    color: #767779; }
  .below-header .primary {
    margin: 0;
    font-size: 0; }
    .below-header .primary > li {
      position: relative;
      display: inline-block;
      font-size: 16px;
      margin: 0;
      padding: 0 25px; }
    .below-header .primary > li.has-dropdown > a {
      position: relative;
      display: block;
      padding-right: 15px; }
      .below-header .primary > li.has-dropdown > a:after {
        content: "\E010";
        font-family: 'Single Product Webicons Regular';
        font-size: 10px;
        position: absolute;
        top: 0;
        right: 0; }
    .below-header .primary .has-mega-nav {
      position: static; }
    .below-header .primary .simple-dropdown ul {
      opacity: 0;
      visibility: hidden;
      min-width: 200px;
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .below-header .primary .simple-dropdown ul li {
        position: relative; }
    .below-header .primary .dropdown-toggle {
      display: none; }
    .below-header .primary ul {
      margin: 0;
      position: absolute;
      left: -1px;
      padding: 5px 0;
      background: #f7f7f7;
      border: 1px solid #f7f7f7; }
      .below-header .primary ul.open-right {
        left: auto;
        right: -1px; }
        .below-header .primary ul.open-right.dropdown-third-tier {
          right: 100%; }
      .below-header .primary ul li.has-dropdown > a:after {
        content: "\E010";
        font-family: 'Single Product Webicons Regular';
        font-size: 12px;
        position: absolute;
        top: 3px;
        right: 20px;
        color: #838487;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .below-header .primary ul a {
        color: #838487;
        display: block;
        padding: 0 20px; }
    .below-header .primary ul ul {
      left: 100%;
      top: 0;
      margin-top: -17px;
      margin-left: 0; }
  .below-header ul .secondary {
    border-top: 0; }

.below-header .has-dropdown {
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .below-header .has-dropdown.open {
    background: #f7f7f7; }

.below-header .has-dropdown:hover > ul,
.below-header .has-mega-nav:hover > .mega-nav {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.header-navigation .navigation .mega-nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  border-bottom: 1px solid #f7f7f7;
  background: #f7f7f7;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header-navigation .navigation .mega-nav .secondary {
    position: static;
    border: 0;
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px 35px;
    font-size: 0; }
    .header-navigation .navigation .mega-nav .secondary.animating {
      -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header-navigation .navigation .mega-nav .secondary.hide {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%); }
    .header-navigation .navigation .mega-nav .secondary a {
      display: inline-block;
      position: relative; }
    .header-navigation .navigation .mega-nav .secondary > li {
      margin: 30px 0 0 0;
      padding: 0 50px 0 0;
      display: inline-block;
      font-size: 16px;
      vertical-align: top; }
      .header-navigation .navigation .mega-nav .secondary > li:last-child {
        padding-right: 0; }
      .header-navigation .navigation .mega-nav .secondary > li > a {
        font-style: normal;
        font-weight: 700;
        color: #838487;
        padding: 0; }
      .header-navigation .navigation .mega-nav .secondary > li.has-dropdown > a:after {
        content: ""; }
  .header-navigation .navigation .mega-nav .tertiary {
    display: block;
    position: static;
    padding: 0;
    border: 0;
    margin: 5px 0 0; }
    .header-navigation .navigation .mega-nav .tertiary li {
      padding: 0;
      position: static;
      margin: 7px 0;
      line-height: 1.25; }
    .header-navigation .navigation .mega-nav .tertiary li.has-dropdown > a:after {
      content: "\E006";
      font-family: 'Single Product Webicons Regular';
      font-size: 10px;
      position: absolute;
      top: 6px;
      right: -20px; }
    .header-navigation .navigation .mega-nav .tertiary a {
      padding: 0; }
  .header-navigation .navigation .mega-nav .quarternary {
    position: static;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    border: 0;
    font-size: 0; }
    .header-navigation .navigation .mega-nav .quarternary li {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      width: 25%;
      padding-right: 30px; }

.showing-1 .secondary > li {
  width: 100%; }
.showing-2 .secondary > li {
  width: 50%; }
.showing-3 .secondary > li {
  width: 33%; }
.showing-4 .secondary > li {
  width: 25%; }
.showing-5-or-more .secondary > li {
  width: 20%;
  padding-right: 30px !important; }

.quarternary-wrapper {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  padding: 30px 0 34px; }
  .quarternary-wrapper.animating {
    -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .quarternary-wrapper.hide {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }

.quarternary-breadcrumbs {
  font-size: 15px;
  margin: -12px 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f7f7f7;
  color: #667e88; }
  .quarternary-breadcrumbs .close-category {
    cursor: pointer; }
    .quarternary-breadcrumbs .close-category:hover {
      color: #596a71; }

.header-drawer .navigation ul {
  margin: 0; }
.header-drawer .navigation li {
  margin: 30px 0; }
.header-drawer .navigation a {
  color: #fff6eb;
  display: block;
  outline: none;
  -webkit-tap-highlight-color: transparent; }
  .header-drawer .navigation a:hover {
    opacity: 0.9; }
.header-drawer .navigation .primary ul {
  display: none;
  padding: 30px 0;
  margin: 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(255, 246, 235, 0.3); }
  .header-drawer .navigation .primary ul.secondary .has-dropdown:last-child .tertiary {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .header-drawer .navigation .primary ul li {
    margin: 24px 0 12px; }
    .header-drawer .navigation .primary ul li:first-child {
      margin-top: 12px; }
  .header-drawer .navigation .primary ul a {
    font-size: 14px;
    margin: 0; }
.header-drawer .navigation .primary ul li:last-child ul {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }
.header-drawer .navigation .has-dropdown {
  position: relative;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }
  .header-drawer .navigation .has-dropdown > a {
    position: relative;
    padding-right: 23px;
    padding-left: 23px; }
    .header-drawer .navigation .has-dropdown > a .dropdown-toggle {
      transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      width: 23px;
      height: 23px;
      transform: translateY(-50%); }
      .header-drawer .navigation .has-dropdown > a .dropdown-toggle svg {
        display: block;
        width: 23px;
        height: 23px;
        padding: 6px; }
  .header-drawer .navigation .has-dropdown.open > a .dropdown-toggle {
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(-50%) rotate(45deg); }

.header-navigation .navigation.below-header .open > ul,
.header-navigation .navigation.below-header .open > div,
.header-drawer .navigation .open > ul,
.header-drawer .navigation .open > div {
  display: block;
  visibility: visible;
  opacity: 1;
  z-index: 1000; }

.newsletter-section {
  text-align: center; }
  .newsletter-section .newsletter-message,
  .newsletter-section form {
    max-width: 540px;
    margin: 50px auto; }
    .static-password .newsletter-section .newsletter-message, .static-password
    .newsletter-section form {
      max-width: 100%;
      margin-top: 0;
      margin-bottom: 0; }
  .newsletter-section form {
    font-size: 0; }

.newsletter-message {
  font-size: 16px; }
  .newsletter-message p {
    margin: 0; }

.newsletter-input[type="email"] {
  display: inline-block;
  width: 70%;
  font-size: 14px;
  vertical-align: middle; }
  @media (max-width: 719px) {
    .newsletter-input[type="email"] {
      display: block;
      width: 100%; } }

.newsletter-submit {
  display: inline-block;
  width: 30%;
  padding-left: 15px;
  vertical-align: middle; }
  @media (max-width: 719px) {
    .newsletter-submit {
      display: block;
      width: 100%;
      padding-left: 0;
      margin-top: 15px; } }

.pagination {
  font-size: 0;
  max-width: 640px;
  margin: 85px auto 100px; }
  .static-blog .pagination {
    max-width: 600px; }
  .pagination > div {
    font-size: 14px;
    display: inline-block;
    width: 33.33%; }

.pagination-previous > a:before, .pagination-previous > span:before, .pagination-previous > a:after, .pagination-previous > span:after, .pagination-next > a:before, .pagination-next > span:before, .pagination-next > a:after, .pagination-next > span:after {
  font-family: "Single Product Webicons Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }
@media (max-width: 719px) {
  .pagination-previous .text, .pagination-next .text {
    display: none; } }

.pagination-previous > a:before, .pagination-previous > span:before {
  content: '\E012';
  margin-right: 10px; }
  @media (max-width: 719px) {
    .pagination-previous > a:before, .pagination-previous > span:before {
      margin-right: 0; } }

.pagination-next {
  text-align: right; }
  .pagination-next > a:after, .pagination-next > span:after {
    content: '\E013';
    margin-left: 10px; }
    @media (max-width: 719px) {
      .pagination-next > a:after, .pagination-next > span:after {
        margin-left: 0; } }

.pagination-position {
  text-align: center; }

.shopify-model-viewer-ui {
  --progress-bar-color: white;
  --progress-bar-height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .shopify-model-viewer-ui:not(.shopify-model-viewer-ui--fullscreen) .shopify-model-viewer-ui__control-icon.shopify-model-viewer-ui__control-icon--exit-fullscreen {
    display: none; }
  .shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon.shopify-model-viewer-ui__control-icon--enter-fullscreen {
    display: none; }
  .shopify-model-viewer-ui model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
      pointer-events: none; }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 46px;
    height: auto;
    opacity: 0;
    transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
      display: none; }
    .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:focus-within {
      opacity: 1; }
  .shopify-model-viewer-ui:hover .shopify-model-viewer-ui__controls-area {
    opacity: 1; }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button:focus {
    z-index: 1; }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--zoom-out,
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--zoom-in,
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--fullscreen {
    cursor: pointer; }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster,
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
    width: 46px;
    height: 46px;
    padding: 0;
    color: white;
    background-color: white;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: background-color 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    body:not(.user-is-tabbing) .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster, body:not(.user-is-tabbing)
    .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
      outline: none; }
    .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster svg,
    .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control svg {
      width: 46px;
      height: 46px;
      opacity: 1;
      transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover svg,
    .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover svg {
      opacity: 0.55; }
    .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:active,
    .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
      background-color: white; }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    position: absolute;
    top: calc(50% - 60px/2);
    left: calc(50% - 60px/2);
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: white;
    border: none;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05); }
    .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover svg {
      opacity: 0.55; }
    .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster svg {
      width: 100%;
      height: 100%;
      border: none;
      opacity: 1;
      transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:first-child {
    border-bottom: 0; }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:last-child {
    border-top: 0; }

.plyr.plyr--video {
  color: white;
  background-color: white; }
  .plyr.plyr--video .plyr__control {
    color: white;
    background: white;
    border: 0; }
  .plyr.plyr--video > .plyr__control {
    width: 60px;
    height: 60px;
    padding: 0;
    background: white;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05); }
    .plyr.plyr--video > .plyr__control > svg {
      width: 100%;
      height: 100%;
      margin: 0;
      border: 0;
      transition: opacity 150ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .plyr.plyr--video > .plyr__control:hover > svg {
      opacity: 0.55; }
    .plyr.plyr--video > .plyr__control:active {
      opacity: 0.7; }
  .plyr.plyr--video .plyr__progress__buffer {
    background: rgba(255, 255, 255, 0.6);
    opacity: 0.6; }
  .plyr.plyr--video .plyr__control--overlaid.plyr__tab-focus,
  .plyr.plyr--video .plyr__control--overlaid:hover {
    color: white; }
  .plyr.plyr--video .plyr__video-wrapper,
  .plyr.plyr--video .plyr__poster {
    background-color: white; }
  .plyr.plyr--video .plyr__controls {
    background: white;
    border: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05); }
  .plyr.plyr--video .plyr__tooltip {
    color: white;
    background: white; }
    .plyr.plyr--video .plyr__tooltip:before {
      border-top: 4px solid white; }
  .plyr.plyr--video.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, white var(--value, 0%), rgba(255, 255, 255, 0.6) var(--value, 0%)); }
  .plyr.plyr--video.plyr--full-ui input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 white; }
  .plyr.plyr--video.plyr--full-ui input[type="range"]::-moz-range-track {
    box-shadow: 2px 0 0 0 white; }
  .plyr.plyr--video.plyr--full-ui input[type="range"]::-ms-thumb {
    box-shadow: 2px 0 0 0 white; }
  .plyr.plyr--video.plyr--full-ui input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui input[type="range"]:active::-moz-range-track {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui input[type="range"]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui .plyr__volume {
    background-color: white; }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, white var(--value, 0%), rgba(255, 255, 255, 0.6) var(--value, 0%)); }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"]::-webkit-slider-thumb {
    color: white;
    box-shadow: 2px 0 0 0 white; }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"]::-moz-range-track {
    color: white;
    box-shadow: 2px 0 0 0 white; }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"]::-ms-thumb {
    color: white;
    box-shadow: 2px 0 0 0 white; }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"]:active::-moz-range-track {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }
  .plyr.plyr--video.plyr--full-ui .plyr__volume input[type="range"]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25); }

.product-gallery--navigation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: -20px;
  margin-left: -12px; }

.product-gallery--viewport--figure {
  position: relative; }
  body:not(.user-is-tabbing) .product-gallery--viewport--figure {
    outline: none; }
  .product-gallery--viewport--figure:not([data-product-gallery-selected="true"]) {
    display: none; }
  .product-gallery--viewport--figure img {
    display: block;
    width: 100%;
    height: auto; }
  .product-gallery--viewport--figure video {
    display: block;
    max-width: 100%; }
  .product-gallery--viewport--figure.zoom-enabled {
    cursor: pointer;
    cursor: zoom-in; }
  .product-gallery--viewport--figure .product-gallery--media-wrapper {
    position: relative;
    border: none; }
  .product-gallery--viewport--figure[data-media-type="model"] .product-gallery--media-wrapper {
    height: 0;
    padding-bottom: 100%; }
    .product-gallery--viewport--figure[data-media-type="model"] .product-gallery--media-wrapper model-viewer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .product-gallery--viewport--figure[data-media-type="video"] .product-gallery--media-wrapper > video {
    visibility: hidden; }
  .product-gallery--viewport--figure[data-media-type="external_video"] .product-gallery--media-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .product-gallery--viewport--figure[data-media-type="external_video"] .product-gallery--media-wrapper > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.product-gallery--media-thumbnail {
  position: relative;
  max-width: 100%;
  padding: 0;
  margin-bottom: 20px;
  margin-left: 12px;
  background: none;
  border: 0; }
  body:not(.user-is-tabbing) .product-gallery--media-thumbnail:focus {
    outline: none; }
  .product-gallery--media-thumbnail::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    box-shadow: none;
    transition: box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .product-gallery--media-thumbnail[data-product-gallery-selected="true"]::after {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #f0eff2; }
  .product-gallery--media-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 75px; }
  .product-gallery--media-thumbnail svg {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    color: white;
    background-color: white;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05); }

.product-gallery--image-zoom-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none;
  cursor: pointer;
  cursor: zoom-out;
  background-color: white;
  background-repeat: no-repeat; }
  .product-gallery--image-zoom-container.active {
    display: block; }

.product-gallery--viewinyourspace {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0;
  color: #002939;
  background-color: rgba(0, 41, 57, 0.08);
  border: 0; }
  .product-gallery--viewinyourspace[data-shopify-xr-hidden] {
    visibility: hidden; }
  .product-gallery--viewinyourspace svg {
    width: 44px;
    height: 44px;
    pointer-events: none; }

.smart-payments .product-quantity-container {
  display: block; }
  .smart-payments .product-quantity-container .add-to-cart {
    min-width: 240px;
    margin-top: 30px;
    margin-left: 0; }
.smart-payments .button:not(:disabled) {
  color: #1474a4;
  background: white;
  border: 1px solid #1474a4; }
  .smart-payments .button:not(:disabled):hover {
    color: #04acd3;
    border-color: #04acd3; }
  .contrast-style .smart-payments .button:not(:disabled) {
    background: #edf0f1; }
  .accent-style .smart-payments .button:not(:disabled) {
    color: white;
    background: #1474a4;
    border: 1px solid white; }
    .accent-style .smart-payments .button:not(:disabled):hover {
      color: rgba(255, 255, 255, 0.8);
      border-color: rgba(255, 255, 255, 0.8); }

.shopify-payment-button__button {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 600;
  padding: 12px 30px;
  margin-top: 14px;
  overflow: hidden;
  font-size: 16px;
  line-height: 2;
  border-radius: 5px;
  transition: none;
  -webkit-appearance: none;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.shopify-payment-button__button--unbranded {
  background: #1474a4; }
  .shopify-payment-button__button--unbranded:hover:not(:disabled) {
    background: #04acd3; }
    .accent-style .shopify-payment-button__button--unbranded:hover:not(:disabled) {
      background: rgba(255, 255, 255, 0.8); }
  .accent-style .shopify-payment-button__button--unbranded {
    color: #1474a4;
    background: white; }

.shopify-payment-button__button--branded {
  min-height: 54px;
  padding: 0; }

.shopify-payment-button__button--hidden {
  display: none; }

.shopify-payment-button__more-options {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: white; }
  .shopify-payment-button__more-options:hover:not(:disabled) {
    text-decoration: none; }

.header-promotion-bar {
  padding: 10px 0; }

.header-promotion-text {
  display: block;
  max-width: 1020px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none; }
  @media screen and (max-width: 39.9375em) {
    .header-promotion-text {
      font-size: 14px;
      line-height: 18px; } }
  .header-promotion-text p {
    margin-top: 0;
    margin-bottom: 0; }
  .header-promotion-text a,
  .header-promotion-text a:hover,
  .header-promotion-text a:visited,
  .header-promotion-text a:focus {
    color: #fff; }
  .header-promotion-text a:hover {
    text-decoration: underline; }

.recommended-products {
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid #f0eff2; }
  .recommended-products h3 {
    margin-bottom: 60px; }
  .recommended-products .collection-products {
    margin: 30px -15px 0; }
    @media (max-width: 719px) {
      .recommended-products .collection-products {
        margin: 30px 0 0; } }
    .recommended-products .collection-products.product-count-2 .product-list-item {
      width: 50%; }
    .recommended-products .collection-products.product-count-3 .product-list-item {
      width: 33.33333%; }
    .recommended-products .collection-products.product-count-4 .product-list-item {
      width: 25%; }
  .recommended-products .product-list-item {
    padding: 0 15px;
    margin: 0; }
    @media (max-width: 719px) {
      .recommended-products .product-list-item {
        width: 100%;
        margin-bottom: 30px; } }
    .recommended-products .product-list-item:nth-child(odd) {
      padding-right: 15px; }
    .recommended-products .product-list-item:nth-child(even) {
      padding-left: 15px; }

[data-rimg="lazy"],
[data-rimg="loading"],
[data-rimg="loaded"] {
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.js [data-rimg="lazy"] {
  opacity: 0; }

[data-rimg="lazy"],
[data-rimg="loading"] {
  background-color: rgba(0, 41, 57, 0.1); }
  .accent-style [data-rimg="lazy"], .accent-style
  [data-rimg="loading"] {
    background-color: rgba(255, 246, 235, 0.25); }

[data-rimg="loading"] {
  opacity: 1; }

[data-rimg="loaded"] {
  background-color: transparent; }

.no-js img[data-rimg="lazy"] {
  display: none; }

.share-buttons {
  font-size: 0; }
  .share-buttons a {
    display: inline-block;
    line-height: 35px;
    padding: 0 13px;
    border-radius: 5px;
    border: 1px solid #f0eff2;
    color: #002939;
    margin: 10px;
    font-size: 12px; }
    .static-blog .share-buttons a, .static-article .share-buttons a {
      margin-right: 0; }
    .share-buttons a:before {
      font-family: "Single Product Webicons Regular";
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -ms-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: color 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      margin-right: 7px; }
    .share-buttons a:hover {
      color: white; }
      .share-buttons a:hover:before {
        color: white; }

.share-facebook:hover {
  background: #49659D;
  border-color: #49659D; }
.share-facebook:before {
  content: '\E202';
  color: #49659D; }

.share-twitter:hover {
  background: #09AEEC;
  border-color: #09AEEC; }
.share-twitter:before {
  content: '\E201';
  color: #09AEEC; }

.share-pinterest:hover {
  background: #CB1F2A;
  border-color: #CB1F2A; }
.share-pinterest:before {
  content: '\E203';
  color: #CB1F2A; }

.share-fancy:hover {
  background: #49659D;
  border-color: #49659D; }
.share-fancy:before {
  content: '\E206';
  color: #49659D; }

/*
 * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ShopPad App: Tracktor
 https://apps.shopify.com/tracktor-2
 * * * * * * * * * * * * * * * * * * * * * * * * * * */
#tracktorOrderDetails p {
  color: #002939; }

#tracktor.themeDark #tracktorOrderStatus div,
#tracktor.themeLight #tracktorOrderStatus div {
  background-color: white !important;
  box-shadow: 0 0 0 1px #f0eff2; }
  @media screen and (max-width: 797px) {
    #tracktor.themeDark #tracktorOrderStatus div,
    #tracktor.themeLight #tracktorOrderStatus div {
      height: auto !important;
      background-color: rgba(0, 0, 0, 0) !important;
      box-shadow: none !important; } }

#tracktorProgress dt {
  color: white; }
#tracktorProgress dd {
  color: #1d1b44; }

#tracktorLoader span,
#tracktorOrderError p {
  color: #002939; }

#tracktorOrderForm h1 {
  margin-top: 0; }
#tracktorOrderForm label {
  color: #002939;
  margin-bottom: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700; }
#tracktorOrderForm input {
  margin: 0;
  color: #1d1b44;
  background-color: white; }

.tracktorFulfillmentCol1 ul li ul {
  background-color: white !important;
  border-color: #f0eff2 !important; }

.tracktorFulfillmentCol1 ul li ul li {
  border-color: #f0eff2 !important; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Bouncer
https://apps.shopify.com/bouncer
* * * * * * * * * * * * * * * * * * * * * * * * * * * */
#bouncer_modal_heading {
  font-style: normal;
  font-weight: 400; }

#bouncer_modal_subheading,
#bouncer_modal_exit {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 400; }

#bouncer_modal_datepicker span {
  position: relative;
  display: inline-block;
  margin: 0; }
  #bouncer_modal_datepicker span select {
    background-color: white;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #f0eff2;
    color: #1d1b44;
    padding: 10px 35px 10px 10px;
    position: relative;
    text-align: left;
    width: 100%;
    height: 45px;
    font-size: 14px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none; }
  #bouncer_modal_datepicker span:after {
    color: #1d1b44;
    content: "\E010";
    margin-top: -8px;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 1;
    font-family: "Single Product Webicons Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Uploadery
https://apps.shopify.com/uploadery
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#uploadery-container:empty {
  display: none !important; }
#uploadery-container form {
  display: inline-block;
  width: 100%;
  background-color: inherit;
  margin: 0;
  margin-bottom: 15px; }
#uploadery-container label {
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #002939;
  width: 100%;
  display: inline-block;
  overflow: hidden; }
  #uploadery-container label .spb-fileupload {
    margin-top: 5px; }
#uploadery-container input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  font-size: 14px;
  color: #002939;
  padding: 0;
  border: 0;
  cursor: pointer; }
  #uploadery-container input[type=file]::-webkit-file-upload-button {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1d1b44;
    background-color: white;
    border: 1px solid #f0eff2;
    border-radius: 4px;
    color: #1d1b44;
    box-sizing: border-box;
    padding: 4px 6px;
    outline: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Infinite Options
https://apps.shopify.com/custom-options
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#infiniteoptions-container {
  margin-top: 16px; }
  #infiniteoptions-container:empty {
    display: none !important; }
  #infiniteoptions-container > div {
    margin-bottom: 16px;
    display: inline-block;
    width: 100%; }
    #infiniteoptions-container > div > label {
      color: #002939;
      width: 100%;
      display: inline-block;
      font-size: 14px;
      font-style: normal;
      font-weight: 700; }
    #infiniteoptions-container > div > span {
      width: 100%;
      display: inline-block; }
      #infiniteoptions-container > div > span label {
        /* radio button labels */
        color: #1d1b44;
        font-size: 14px;
        margin-bottom: 5px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        position: relative; }
        #infiniteoptions-container > div > span label input[type=radio] {
          float: left;
          margin-right: 10px;
          display: inline-block;
          background-color: white;
          border: 1px solid #f0eff2;
          width: 20px;
          height: 20px;
          border-radius: 10px;
          -webkit-appearance: none;
          -moz-appearance: none;
          -o-appearance: none;
          appearance: none;
          outline: none; }
          #infiniteoptions-container > div > span label input[type=radio]:checked:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: #1d1b44;
            border-radius: 10px;
            top: 5px;
            left: 5px; }
  #infiniteoptions-container .spb-select {
    position: relative; }
    #infiniteoptions-container .spb-select select {
      background-color: white;
      cursor: pointer;
      border-radius: 5px;
      border: 1px solid #f0eff2;
      color: #1d1b44;
      padding: 13px 45px 13px 15px;
      position: relative;
      text-align: left;
      width: 100%;
      height: 50px;
      font-size: 14px;
      margin: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none; }
    #infiniteoptions-container .spb-select:after {
      color: #1d1b44;
      content: "\E010";
      margin-top: -8px;
      position: absolute;
      right: 15px;
      top: 50%;
      z-index: 1;
      font-family: "Single Product Webicons Regular";
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      -webkit-font-smoothing: antialiased; }
  #infiniteoptions-container input[type=text],
  #infiniteoptions-container input[type=number],
  #infiniteoptions-container input[type=url],
  #infiniteoptions-container input[type=password],
  #infiniteoptions-container input[type=email],
  #infiniteoptions-container textarea {
    color: #1d1b44;
    background-color: white;
    border: 1px solid #f0eff2; }
  #infiniteoptions-container input[type=number]::-webkit-inner-spin-button,
  #infiniteoptions-container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  #infiniteoptions-container textarea {
    min-height: 75px; }
  #infiniteoptions-container fieldset {
    border: 0;
    margin: 0;
    padding: 0; }
    #infiniteoptions-container fieldset label {
      color: #1d1b44;
      margin-bottom: 5px;
      width: 100%;
      display: inline-block;
      font-size: 14px; }
    #infiniteoptions-container fieldset input[type=checkbox] {
      float: left;
      margin-right: 10px;
      display: inline-block;
      background-color: white;
      border: 1px solid #f0eff2;
      width: 20px;
      height: 20px;
      border-radius: 4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      appearance: none;
      outline: none; }
      #infiniteoptions-container fieldset input[type=checkbox]:checked:after {
        content: '\2713';
        position: absolute;
        width: 20px;
        height: 20px;
        color: #1d1b44;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 20px; }

.cart-item-property {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * *
ShopPad App: Coin
https://apps.shopify.com/coin
* * * * * * * * * * * * * * * * * * * * * * * * * * */
#coin-container {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding-top: 30px;
  text-align: center; }
  #coin-container:empty {
    display: none !important; }
  #coin-container:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #fff6eb rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
  #coin-container label {
    margin: 0;
    color: #fff6eb; }
    #coin-container label select {
      display: inline-block;
      width: 100%; }
  #coin-container select {
    display: inline-block;
    width: auto;
    color: #fff6eb;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-align: center;
    cursor: pointer; }
    #coin-container select::-ms-expand {
      display: none; }

.header-actions #coin-container {
  margin-top: 0;
  padding-top: 0;
  display: inline-block;
  line-height: 20px; }
  .header-actions #coin-container:after {
    bottom: 7px;
    border-color: #667e88 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
  .header-actions #coin-container label {
    color: #667e88; }
    .header-actions #coin-container label select {
      margin-left: 10px; }
  .header-actions #coin-container select {
    width: auto;
    color: #667e88;
    padding-right: 20px; }

.header-drawer #coin-container {
  text-align: left; }
  .header-drawer #coin-container select {
    width: auto;
    padding-right: 22px; }
  .header-drawer #coin-container label {
    width: 100%;
    display: inline-block; }
    .header-drawer #coin-container label select {
      float: right;
      margin-top: 2px; }

.template-404 .main-content {
  text-align: center; }

@media (max-width: 719px) {
  .static-blog .page-title {
    margin-bottom: 30px; } }
.static-blog .page-title.tag-page {
  margin-bottom: 60px; }
.static-blog .blog-post-title {
  font-size: 24px; }
  .static-blog .blog-post-title a,
  .static-blog .blog-post-title a:hover {
    color: white; }

.icon.rss {
  display: inline-block;
  margin: 7px 0 0 10px;
  font-size: 32px;
  color: #4c6974;
  vertical-align: top; }

.current-tag {
  margin-left: 180px; }
  @media (max-width: 719px) {
    .current-tag {
      margin-left: 0;
      text-align: center; } }

.post-meta a {
  color: #4c6974; }
@media (max-width: 719px) {
  .post-meta .share-buttons a {
    padding: 0 9px;
    font-size: 12px;
    line-height: 31px;
    font-size: 11px; }
    .post-meta .share-buttons a:first-child {
      margin-left: 0; } }

.post-content {
  font-size: 16px; }
  .post-content blockquote.highlight > * {
    max-width: 100%;
    margin-left: 0; }
  .post-content .highlight {
    opacity: 0; }
    .post-content .highlight.processed {
      opacity: 1; }
  .post-content .highlight.overlapping {
    max-width: calc(100% - 160px);
    margin-left: 160px; }
    .lt-ie9 .post-content .highlight.overlapping {
      padding-right: 160px; }
    @media (max-width: 1020px) {
      .post-content .highlight.overlapping {
        margin-left: 0; } }
  .post-content .highlight-left {
    float: left; }
  .post-content .highlight-right {
    float: right; }
  @media (max-width: 719px) {
    .post-content .highlight-left,
    .post-content .highlight-right {
      float: none;
      margin-right: auto;
      margin-left: auto;
      text-align: center; } }
  .post-content .highlight-left img,
  .post-content .highlight-right img {
    float: none !important; }
    @media (max-width: 719px) {
      .post-content .highlight-left img,
      .post-content .highlight-right img {
        margin: 1em auto !important; } }
  .post-content .photo-caption {
    clear: both;
    font-size: 12px;
    font-style: italic;
    color: #4c6974; }
    @media (max-width: 719px) {
      .post-content .photo-caption {
        margin: 0 !important; } }

.post-image {
  margin-bottom: 1em; }

.blog-read-more {
  margin: 25px 0 0; }

.featured-image {
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: block;
  max-width: none;
  margin: 0 auto 60px;
  background: #f0eff2;
  opacity: 0; }
  @media (max-width: 1020px) {
    .featured-image {
      margin: 30px 0; } }
  .featured-image.contained-featured-image, .featured-image.processed, .no-js .featured-image {
    opacity: 1; }
  .featured-image.contained-featured-image {
    max-width: 100%; }

.single-post-pagination {
  max-width: 640px;
  margin: 50px auto 0; }
  @media (max-width: 719px) {
    .single-post-pagination {
      margin: 45px auto 0; } }
  .single-post-pagination a:before,
  .single-post-pagination a:after {
    font-family: "Single Product Webicons Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .single-post-pagination .previous-post:before {
    content: '\E012';
    margin-right: 10px; }
  .single-post-pagination .next-post {
    float: right; }
    .single-post-pagination .next-post:after {
      content: '\E013';
      margin-left: 10px; }

.post-comments {
  max-width: 640px;
  padding-top: 60px;
  margin: 60px auto 0;
  border-top: 1px solid #f0eff2; }
  @media (max-width: 719px) {
    .post-comments {
      padding-top: 45px;
      margin: 45px auto 0; } }
  .post-comments > div h3 {
    margin-top: 0; }

.post-comment {
  margin: 60px 0; }
  @media (max-width: 719px) {
    .post-comment {
      margin: 30px 0; } }

.post-comments-list ~ .post-comments-submit {
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #f0eff2; }
  @media (max-width: 719px) {
    .post-comments-list ~ .post-comments-submit {
      padding-top: 30px;
      margin-top: 30px; } }

@media (max-width: 719px) {
  .template-cart .page-title {
    margin-bottom: 60px; } }
.template-cart .page-title + .cart-empty {
  display: block; }
.template-cart .cart-empty {
  display: none;
  text-align: center; }

.cart-items {
  width: 100%;
  -ms-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in; }
  .cart-items th {
    font-style: normal;
    font-weight: 400;
    color: #002939;
    text-align: right; }
  .cart-items tr td, .cart-items tr th {
    border-bottom: 1px solid #f0eff2;
    border-radius: 0 !important; }
    .cart-items tr td.first, .cart-items tr th.first {
      padding-left: 0; }
    .cart-items tr td.last, .cart-items tr th.last {
      padding-right: 0;
      text-align: right; }

@media (max-width: 719px) {
  .cart-items tr, .cart-items td {
    display: block;
    width: 100%;
    float: left\9; }
  .cart-items tr {
    border-bottom: 1px solid #f0eff2;
    overflow: hidden; }
    .cart-items tr.first {
      border-top: 1px solid #f0eff2; }
  .cart-items tr td {
    border: none; }
    .cart-items tr td.last {
      text-align: center;
      padding-right: 10px; }
  .cart-items thead, .cart-items .total {
    display: none; } }

.cart-item {
  -ms-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in, height 0.3s ease-in;
  transition: opacity 0.3s ease-in, height 0.3s ease-in; }
  .cart-item td {
    padding: 40px 0; }
  .cart-item.removing {
    opacity: 0; }

.cart-item-product {
  width: 60%;
  text-align: left; }
  @media (max-width: 719px) {
    .cart-item-product {
      text-align: center;
      border-bottom: 1px solid #f0eff2 !important; } }

.cart-image {
  display: inline-block;
  vertical-align: middle; }
  .cart-image img {
    display: block;
    max-width: 100px;
    margin: 0 auto; }
  @media (max-width: 719px) {
    .cart-image {
      display: block;
      width: 100px;
      margin: 0 auto 15px; } }

.cart-item-product-wrap {
  display: inline-block;
  width: calc(100% - 100px - 60px);
  margin-left: 30px;
  vertical-align: middle; }
  .cart-item-product-wrap span {
    display: block; }
  @media (max-width: 719px) {
    .cart-item-product-wrap {
      display: block;
      width: 100%;
      margin-left: 0;
      text-align: center; } }

.cart-title a {
  color: white; }

.cart-vendor, .cart-variant {
  color: #4c6974;
  font-size: 14px;
  margin-top: 10px; }

.cart-vendor ~ .cart-variant {
  margin-top: 0; }

.cart-item-properties {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
  font-size: 13px; }

.cart-item-property {
  margin-top: 5px; }
  .cart-item-property span {
    display: inline; }

.cart-item-remove {
  color: #1474a4;
  font-size: 13px;
  margin-top: 10px;
  cursor: pointer; }
  .cart-item-remove:hover {
    color: #04acd3; }

tr .cart-item-price, tr .cart-item-quantity, tr .cart-item-total {
  text-align: right;
  padding-right: 20px; }
  @media (max-width: 719px) {
    tr .cart-item-price, tr .cart-item-quantity, tr .cart-item-total {
      width: 100%;
      padding: 0 10px;
      margin: 20px 0;
      text-align: center; } }

@media (max-width: 719px) {
  .cart-item-price:before, .cart-item-quantity:before, .cart-item-total:before {
    color: white; } }

@media (max-width: 719px) {
  .cart-item-price:before {
    content: 'Price: '; } }

@media (max-width: 719px) {
  .cart-item-quantity:before {
    content: 'Quantity: '; } }

@media (max-width: 719px) {
  .cart-item-total:before {
    content: 'Total: '; } }

.cart-item-quantity {
  font-size: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .cart-item-quantity > * {
    font-size: 16px; }

input.cart-item-quantity-display {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: auto;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 700;
  text-align: right; }
  @media (max-width: 719px) {
    input.cart-item-quantity-display {
      margin-right: 5px;
      width: 30px;
      text-align: left; } }

.cart-item-decrease, .cart-item-increase {
  display: inline-block;
  height: 36px;
  line-height: 32px;
  border: 1px solid #f0eff2;
  padding: 0 10px;
  cursor: pointer; }

.cart-item-decrease {
  border-radius: 5px 0 0 5px; }

.cart-item-increase {
  border-left: none;
  border-radius: 0 5px 5px 0; }

.cart-tools {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 719px) {
    .cart-tools {
      flex-direction: column; } }

.cart-instructions,
.cart-totals-checkout {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  vertical-align: top; }

.cart-instructions {
  width: 60%; }
  @media (max-width: 719px) {
    .cart-instructions {
      width: 100%; } }
  .cart-instructions textarea {
    font-size: 14px; }

.cart-totals-checkout {
  display: flex;
  flex-direction: column;
  width: auto;
  padding-left: 15px;
  text-align: right; }
  @media (max-width: 719px) {
    .cart-totals-checkout {
      width: 100%;
      padding-left: 0; } }

.cart-totals-checkout-full-width {
  width: 100%; }

.cart-message {
  margin: 0 0 18px; }

.cart-checkout-buttons-wrapper {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 719px) {
    .cart-checkout-buttons-wrapper {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end; } }

@media screen and (max-width: 900px) {
  .cart-button-checkout,
  .cart-button-update {
    margin-top: 1rem; } }

.cart-button-checkout {
  display: flex;
  align-items: center;
  margin-left: 15px; }
  .cart-button-checkout svg {
    margin-right: 7.5px; }

.cart-checkout-copy {
  margin-top: 0; }

.additional-checkout-buttons {
  width: 100%; }

[data-shopify-buttoncontainer] {
  justify-content: flex-end; }

.cart-price-wrapper {
  font-size: 20px;
  line-height: 24px;
  color: white;
  margin: 0 0 15px; }
  .cart-price-wrapper span {
    font-size: 16px; }

.cart-price {
  font-size: 20px;
  line-height: 20px;
  color: white; }

.cart-checkout {
  margin-top: 30px; }

@media (max-width: 719px) {
  .cart-item-undo {
    text-align: center; } }

.cart-undo {
  cursor: pointer;
  color: #1474a4; }
  .cart-undo:hover {
    color: #04acd3; }

.cart-shipping-calculator-wrapper {
  font-size: 0;
  margin-top: 60px; }

.cart-shipping-calculator {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px; }
  @media (max-width: 719px) {
    .cart-shipping-calculator {
      width: 100%; } }

.cart-shipping-calculator-response {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 39px 0 0 30px;
  text-align: right; }
  @media (max-width: 719px) {
    .cart-shipping-calculator-response {
      width: 100%;
      text-align: center;
      padding: 0; } }

.shipping-country-wrapper, .shipping-province-wrapper {
  margin-top: 15px; }
  .shipping-country-wrapper .select-wrapper, .shipping-province-wrapper .select-wrapper {
    margin: 0; }

.cart-shipping-zip-code input {
  display: inline-block;
  width: auto;
  font-size: 14px; }
  @media (max-width: 719px) {
    .cart-shipping-zip-code input {
      width: 100%;
      margin: 0; } }

input[type="button"].cart-shipping-calculate {
  margin-left: 15px; }
  @media (max-width: 719px) {
    input[type="button"].cart-shipping-calculate {
      margin: 15px 0 0 0; } }

.template-collection .pagination {
  max-width: 1080px;
  padding-right: 30px;
  padding-left: 30px; }
.template-collection .main-content {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0; }

.collection-header-wrapper {
  display: table;
  width: 100%;
  max-width: 1020px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 50px auto; }

.collection-header-has-image {
  position: relative;
  max-width: 100%;
  min-height: 500px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .collection-header-has-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.15);
    content: ""; }

.collection-header {
  position: relative;
  z-index: 2;
  display: table-cell;
  width: 100%;
  vertical-align: middle; }
  .collection-header .page-title {
    margin-top: 0;
    margin-bottom: 0; }
  .collection-header .collection-description {
    font-family: Figtree, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-style: normal;
    font-weight: 400; }
    .collection-header .collection-description p {
      max-width: 100%; }
  .collection-header-has-image .collection-header .page-title,
  .collection-header-has-image .collection-header .collection-description {
    color: white;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }

.collection-description {
  margin-top: 50px;
  text-align: center; }

.collection-tag-selector {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  .collection-tag-selector .select-wrapper {
    display: inline-block;
    width: auto;
    margin: 0; }

.collection-products {
  max-width: 1110px;
  margin: 0 auto;
  font-size: 0; }
  .collection-products.products-per-row-3, .collection-products.products-per-row-4 {
    max-width: 1050px; }
  @media (max-width: 1020px) {
    .collection-products {
      padding: 0 15px; } }
  @media (max-width: 719px) {
    .collection-products {
      padding: 0 30px;
      margin: 50px 0; } }

.product-list-item {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: center;
  margin: 0 0 60px;
  padding: 0 30px; }
  .products-per-row-3 .product-list-item {
    width: 33.33%;
    padding: 0 15px; }
  .products-per-row-4 .product-list-item {
    width: 25%;
    padding: 0 15px; }
  @media (max-width: 1020px) {
    .product-list-item {
      padding: 0 15px; } }
  @media (max-width: 719px) {
    .product-list-item {
      padding: 0 !important;
      display: block;
      width: 100% !important; } }

.product-list-item-title {
  font-size: 16px; }
  .product-list-item-title a {
    color: white; }

.product-list-item-thumbnail {
  position: relative;
  display: block;
  max-width: 100%; }
  .product-list-item-thumbnail a {
    position: relative;
    display: inline-block;
    max-width: 100%; }
  .product-list-item-thumbnail .product-list-item-image {
    display: block;
    margin: 0 auto; }

.stock-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #1474a4;
  color: #fff6eb;
  display: inline-block;
  padding: 10px 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.sale-badge {
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #1474a4;
  color: #fff6eb;
  display: block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  padding: 7px 7px 6px 6px;
  font-family: "Single Product Webicons Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.product-list-item-vendor {
  margin-top: 30px; }
  .product-list-item-vendor + h1 {
    margin-top: 20px; }

.product-list-item-price {
  margin-bottom: 0; }
  .product-list-item-price .original {
    text-decoration: line-through;
    opacity: 0.4; }

.template-customers-account .page-title,
.template-customers-addresses .page-title,
.template-customers-order .page-title {
  margin-bottom: 15px; }

.template-customers-login .main-content,
.template-customers-register .main-content,
.template-customers-account .main-content,
.template-customers-reset_password .main-content,
.template-customers-activate_account .main-content {
  max-width: 640px; }

.logged-in-as {
  margin-bottom: 60px;
  font-size: 14px;
  text-align: center; }

.account-info {
  margin-bottom: 60px; }
  @media (max-width: 719px) {
    .account-info {
      margin-bottom: 30px; } }
  .account-info > span {
    display: block; }

.view-addresses-link {
  font-size: 14px; }

.orders {
  width: 100%;
  margin: 30px 0; }
  .orders td {
    text-align: center; }

.decline-activation {
  margin-left: 10px; }
  @media (max-width: 719px) {
    .decline-activation {
      display: block;
      margin: 10px 0 0 0; } }

.template-customers-addresses .main-content {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 700px; }
  @media (max-width: 719px) {
    .template-customers-addresses .main-content {
      padding-left: 30px;
      padding-right: 30px; } }

.customer-address-edit-form, .customer-new-address {
  display: none; }
  .customer-address-edit-form.show, .customer-new-address.show {
    display: block; }
  .customer-address-edit-form label ~ .select-wrapper, .customer-new-address label ~ .select-wrapper {
    margin-top: 15px; }

.cancel-edit {
  margin-left: 8px; }

.customer-address-edit-form .input-wrapper:first-of-type {
  margin-top: 0; }

.customer-address.editing {
  display: none; }

.customer-addresses {
  font-size: 0; }
  @media (max-width: 719px) {
    .customer-addresses {
      text-align: center; } }

.customer-address-wrap {
  font-size: 16px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin: 15px 0;
  padding: 0 15px; }
  @media (max-width: 719px) {
    .customer-address-wrap {
      width: 100%;
      text-align: center;
      margin: 30px 0;
      padding: 0; }
      .customer-address-wrap:first-child {
        margin-top: 0; } }

.customer-address p:first-child {
  margin-top: 0; }
.customer-address p:last-child {
  margin-bottom: 0; }

.edit-address, .delete-address {
  color: #1474a4;
  cursor: pointer;
  font-size: 14px; }
  .edit-address:hover, .delete-address:hover {
    color: #04acd3; }

.add-new-address-wrapper {
  margin-top: 30px;
  padding-top: 45px;
  border-top: 1px solid #f0eff2;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 719px) {
    .add-new-address-wrapper {
      text-align: center;
      padding-left: 0;
      padding-right: 0; } }
  .add-new-address-wrapper.no-border {
    padding-top: 0;
    border-top: none; }
  .add-new-address-wrapper .input-wrapper:first-of-type {
    margin-top: 0; }

.template-customers-login .page-title {
  margin-bottom: 60px; }

.recover-password {
  display: none; }
  .recover-password .reset-button {
    display: inline-block;
    margin: 0; }
  .recover-password .toggle-forgetfulness {
    display: inline-block;
    margin-left: 10px; }

.successful-reset {
  display: none; }

.toggle-forgetfulness span {
  cursor: pointer; }

.guest-checkout, .new-customer {
  margin-top: 60px; }

.template-customers-order .cart-item-quantity {
  font-size: 16px; }

.order-totals {
  float: right;
  width: 33%;
  margin-top: 30px;
  text-align: right; }
  @media (max-width: 719px) {
    .order-totals {
      float: none;
      width: 100%;
      margin: 30px auto 0; } }
  .order-totals td {
    padding: 2px 0 2px 10px;
    text-align: right; }
    @media (max-width: 719px) {
      .order-totals td {
        width: 50%;
        text-align: left; } }
  .order-totals td:first-child {
    padding: 2px 10px 2px 0; }
  @media (max-width: 719px) {
    .order-totals td:last-child {
      text-align: right; } }

.order-total {
  color: white;
  font-style: normal;
  font-weight: 700; }

.shipping-info {
  font-size: 0;
  width: 66%;
  margin-top: 60px; }
  @media (max-width: 719px) {
    .shipping-info {
      width: 100%; } }
  .shipping-info > div {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 16px; }
    @media (max-width: 719px) {
      .shipping-info > div {
        text-align: center;
        width: 100%; }
        .shipping-info > div:last-child {
          margin-top: 30px; } }
  .shipping-info h2 {
    font-size: 24px;
    margin-top: 0; }

.order-header {
  display: none;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  color: #002939;
  border-bottom: 1px solid #f0eff2; }
  @media (min-width: 720px) {
    .order-header {
      display: flex; } }

.order-header-product {
  flex-grow: 1; }

.order-header-price {
  flex-shrink: 0;
  width: calc((100% - 135px) * 0.3336);
  text-align: right; }

.order-header-quantity {
  flex-shrink: 0;
  width: calc((100% - 135px) * 0.2081);
  text-align: right; }

.order-header-total {
  flex-shrink: 0;
  width: calc((100% - 135px) * 0.1912);
  text-align: right; }

.order-discounts {
  color: #1474a4; }

.template-index .shopify-section {
  margin: 0; }
.template-index .main-content {
  transition: padding 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0; }

.home-module-cta {
  margin-top: 50px;
  text-align: center; }

.home-module-cta-link {
  font-size: 0.875rem;
  text-decoration: none;
  text-transform: uppercase; }
  .accent-style .home-module-cta-link {
    color: #fff6eb; }

.home-module-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.collection-list-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  position: relative;
  height: 350px;
  margin: 60px 0 0; }
  .lt-ie9 .collection-list-item {
    background: none !important; }
  @media (max-width: 719px) {
    .collection-list-item {
      background: none !important;
      height: auto; } }

.collection-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.15); }
  @media (max-width: 719px) {
    .collection-link {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      background: none; } }

.collection-details {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 5;
  padding: 0 30px; }
  .lt-ie9 .collection-details {
    filter: glow(color=black, strength=1); }
  @media (max-width: 719px) {
    .collection-details {
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none;
      position: relative;
      top: auto;
      left: auto; } }
  .collection-details h1, .collection-details .rte {
    color: white;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15); }
    @media (max-width: 719px) {
      .collection-details h1, .collection-details .rte {
        text-shadow: none; } }
  .collection-details h1 {
    font-size: 32px;
    line-height: 40px;
    margin: 0; }
    @media (max-width: 719px) {
      .collection-details h1 {
        font-size: 24px;
        line-height: 1.2;
        color: white;
        margin-top: 15px; } }
  .collection-details .rte {
    margin-top: 15px; }
    @media (max-width: 719px) {
      .collection-details .rte {
        color: #002939; } }

.mobile-collection-image {
  display: none; }
  .no-js .mobile-collection-image {
    display: block;
    height: 100%; }
    .no-js .mobile-collection-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .lt-ie9 .mobile-collection-image {
    display: block;
    height: 350px;
    width: 100%;
    overflow: hidden; }
    .lt-ie9 .mobile-collection-image img {
      width: 100%; }
  @media (max-width: 719px) {
    .mobile-collection-image {
      display: block; } }

.pxs-map {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }
  @media (max-width: 680px) {
    .pxs-map {
      flex-wrap: wrap; } }

.pxs-map-wrapper {
  position: relative;
  width: 100%;
  height: 280px;
  padding: 0;
  background-size: cover; }
  @media (min-width: 680px) {
    .pxs-map-wrapper {
      height: 400px; }
      .pxs-map-section-layout-x-outside-left .pxs-map-wrapper, .pxs-map-section-layout-x-outside-right .pxs-map-wrapper {
        width: calc(50% - 10px); } }
  .pxs-map-wrapper.pxs-map-wrapper-height-medium {
    height: 350px; }
    @media (min-width: 680px) {
      .pxs-map-wrapper.pxs-map-wrapper-height-medium {
        height: 500px; } }
  .pxs-map-wrapper.pxs-map-wrapper-height-large {
    height: 420px; }
    @media (min-width: 680px) {
      .pxs-map-wrapper.pxs-map-wrapper-height-large {
        height: 600px; } }
  .pxs-map-wrapper .pxs-map-image {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0; }
    .pxs-map-wrapper .pxs-map-image[data-rimg="noscript"] {
      position: relative;
      width: 100%;
      height: 100%;
      opacity: 1;
      object-fit: cover; }

.pxs-map-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .pxs-map-section-layout-x-outside-left .pxs-map-overlay, .pxs-map-section-layout-x-outside-right .pxs-map-overlay {
    display: none; }
  @media (max-width: 680px) {
    .pxs-map-overlay {
      display: none; } }

.pxs-map-container {
  position: relative;
  width: 100%;
  height: 100%; }

.pxs-map-error-message {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 20px; }
  .pxs-map-error-message p {
    margin: 0;
    text-align: center; }
  .pxs-map-error-message a {
    color: inherit; }

.pxs-map-card-wrapper {
  width: 100%; }
  @media (max-width: 680px) {
    .pxs-map-section-layout-mobile-above .pxs-map-card-wrapper {
      order: -1;
      margin-bottom: 20px; }
    .pxs-map-section-layout-mobile-below .pxs-map-card-wrapper {
      margin-top: 20px; } }
  @media (min-width: 680px) {
    .pxs-map-card-wrapper {
      position: absolute;
      top: 20px;
      right: 20px;
      bottom: 20px;
      left: 0;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      padding: 0 20px; }
      .pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper, .pxs-map-section-layout-x-outside-right .pxs-map-card-wrapper {
        position: static;
        width: calc(50% - 10px);
        padding: 0;
        background-color: white; }
      .pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper {
        order: -1; }
      .pxs-map-section-layout-y-outside-center .pxs-map-card-wrapper, .pxs-map-section-layout-y-overlay-center .pxs-map-card-wrapper {
        align-items: center; }
      .pxs-map-section-layout-y-outside-bottom .pxs-map-card-wrapper, .pxs-map-section-layout-y-overlay-bottom .pxs-map-card-wrapper {
        align-items: flex-end; }
      .pxs-map-section-layout-x-overlay-center .pxs-map-card-wrapper {
        justify-content: center; }
      .pxs-map-section-layout-x-overlay-right .pxs-map-card-wrapper {
        justify-content: flex-end; } }
  @media (min-width: 1024px) {
    .pxs-map-card-wrapper {
      top: 25px;
      bottom: 25px;
      padding: 0 25px; } }

.pxs-map-card {
  width: 100%;
  padding: 25px;
  background-color: white; }
  @media (max-width: 680px) {
    .pxs-map-card {
      max-width: 100%; } }
  @media (min-width: 680px) {
    .pxs-map-card {
      right: auto;
      bottom: 25px;
      left: 25px;
      width: auto;
      max-width: 40%;
      min-width: 280px; }
      .pxs-map-section-layout-x-outside-left .pxs-map-card, .pxs-map-section-layout-x-outside-right .pxs-map-card {
        width: 100%;
        max-width: 100%; } }

.pxs-map-card-text-alignment-left {
  text-align: left; }

.pxs-map-card-text-alignment-center {
  text-align: center; }

.pxs-map-card-text-alignment-right {
  text-align: right; }

.pxs-map-card-heading {
  margin: 0 0 26px; }

.pxs-map-card-content p:last-child {
  margin-bottom: 0; }

@media (min-width: 720px) {
  .pxs-map-section-layout-x-outside-left,
  .pxs-map-section-layout-x-outside-right {
    max-width: 1020px;
    padding: 0 30px;
    margin: 50px auto; }
    .pxs-map-section-layout-x-outside-left .pxs-map-card-wrapper,
    .pxs-map-section-layout-x-outside-left .pxs-map-wrapper,
    .pxs-map-section-layout-x-outside-right .pxs-map-card-wrapper,
    .pxs-map-section-layout-x-outside-right .pxs-map-wrapper {
      width: 50%; } }

@media (min-width: 720px) {
  .pxs-map-section-layout-x-outside-left .pxs-map-card {
    padding: 0 30px 0 0; } }

@media (min-width: 720px) {
  .pxs-map-section-layout-x-outside-right .pxs-map-card {
    padding: 0 0 0 30px; } }

.pxs-map-card {
  padding: 30px; }

.pxs-map-card-wrapper {
  top: 50px;
  bottom: 50px;
  max-width: 1020px;
  margin: 0 auto; }
  @media (min-width: 720px) {
    .pxs-map-card-wrapper {
      padding: 0 15px 0 45px; } }

.pxs-newsletter-section {
  position: relative;
  width: 100%; }
  .pxs-newsletter-section .newsletter-success {
    font-weight: bold;
    text-align: center; }

.pxs-newsletter {
  /*position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: $pxs-newsletter-content-width-large;
  padding: $pxs-newsletter-space-large 0 $pxs-newsletter-space-small;*/
  padding: 30px 0 50px;
  margin: 0 auto; }
  @media screen and (max-width: 63.9375em) {
    .pxs-newsletter {
      padding: 30px 0 40px; } }

.pxs-newsletter__title {
  color: #1273a3;
  font-family: 'Avenir-Medium';
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase; }

.pxs-newsletter-figure {
  position: relative;
  flex-shrink: 1;
  order: 0;
  margin: 0;
  background-size: cover; }
  @media screen and (max-width: 720px) {
    .pxs-newsletter-mobile-alignment-bottom .pxs-newsletter-figure {
      order: 1; } }
  @media screen and (min-width: 720px) {
    .pxs-newsletter-desktop-alignment-right .pxs-newsletter-figure {
      order: 1; } }

.pxs-newsletter-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  order: 0;
  padding: 20px; }
  @media screen and (min-width: 720px) {
    .pxs-newsletter-content {
      padding: 50px; } }

.pxs-newsletter-image {
  display: block;
  width: 100%;
  opacity: 0; }
  .pxs-newsletter-image[data-rimg="noscript"] {
    opacity: 1; }

.pxs-newsletter-header {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 720px) {
    .pxs-newsletter-header {
      max-width: 80%; } }

.pxs-newsletter-heading {
  margin-top: 0;
  margin-bottom: 12px; }

.pxs-newsletter-text {
  margin-top: 0;
  margin-bottom: 36px; }

.pxs-newsletter-form .contact-form {
  margin: 0; }

.pxs-newsletter-form-fields {
  display: flex;
  align-items: stretch;
  justify-content: center; }

.pxs-newsletter-form-label {
  display: none; }

.pxs-newsletter-form-input {
  height: 100%;
  margin: 0; }

.pxs-newsletter-form-button {
  height: 100%; }

.pxs-newsletter .pxs-newsletter-content,
.pxs-newsletter .newsletter-section {
  width: 100%;
  padding: 0; }
.pxs-newsletter .pxs-newsletter-header {
  padding-right: 30px;
  padding-left: 30px; }
.pxs-newsletter .pxs-newsletter-heading {
  margin-bottom: 34px; }
.pxs-newsletter .pxs-newsletter-text {
  margin-bottom: 0; }
.pxs-newsletter .newsletter-section .module-inner {
  margin-top: 0;
  margin-bottom: 0; }
.pxs-newsletter .newsletter-section form {
  margin: 20px auto 0; }
.pxs-newsletter .inline-field-submit {
  color: #fff6eb;
  background: #1474a4; }
  .pxs-newsletter .inline-field-submit:hover {
    color: #fff6eb;
    background: #04acd3; }
  @media (max-width: 719px) {
    .pxs-newsletter .inline-field-submit {
      padding-left: 30px; } }

.pxs-newsletter-figure {
  width: 100%; }
  @media (min-width: 720px) {
    .pxs-newsletter-figure {
      width: 50%;
      margin: 0; } }
  @media (max-width: 719px) {
    .pxs-newsletter-figure {
      margin-bottom: 50px; }
      .pxs-newsletter-mobile-alignment-bottom .pxs-newsletter-figure {
        margin-top: 50px;
        margin-bottom: 0; } }

@media (min-width: 720px) {
  .pxs-newsletter-figure + .pxs-newsletter-content {
    width: 50%; }
    .pxs-newsletter-figure + .pxs-newsletter-content .input-field {
      display: block;
      width: 100%;
      margin-right: 0; }
    .pxs-newsletter-figure + .pxs-newsletter-content .inline-field-submit {
      display: block;
      width: 100%;
      padding-left: 0;
      margin-top: 15px; } }

.contact-form-wrapper {
  max-width: 640px;
  margin: 30px auto 0;
  border-top: 1px solid #f0eff2; }
  .contact-form-wrapper h2 {
    margin-top: 0; }
  .contact-form-wrapper .error-message, .contact-form-wrapper .success-message {
    font-size: 16px;
    margin: 30px 0; }

.template-product .main-content {
  font-size: 0; }

.product-details,
.product-gallery,
.product-wrap {
  display: inline-block;
  width: 50%;
  font-size: 1rem;
  vertical-align: top; }
  @media (max-width: 719px) {
    .product-details,
    .product-gallery,
    .product-wrap {
      display: block;
      width: 100%;
      padding: 0; } }

.product-gallery {
  float: left;
  padding-right: 30px; }
  @media (max-width: 719px) {
    .product-gallery {
      float: none;
      padding-right: 0;
      margin-top: 30px; } }

.product-wrap {
  padding-left: 30px; }
  @media (max-width: 719px) {
    .product-wrap {
      padding-top: 30px;
      padding-left: 0; } }
  .product-wrap .share-buttons {
    margin-top: 20px; }
    .product-wrap .share-buttons a {
      margin-left: 0; }

.product-details {
  padding-left: 30px;
  text-align: left; }
  @media (max-width: 719px) {
    .product-details {
      padding-right: 30px;
      padding-left: 30px;
      text-align: center; } }
  .product-details-centered .product-details, .product-title-centered .product-details {
    display: block;
    float: none;
    width: 100%;
    max-width: 640px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto 50px;
    text-align: center; }
  .product-details .vendor {
    margin-top: 0;
    font-size: 16px;
    line-height: 1;
    font-size: 14px; }
    .product-details .vendor ~ .product-price {
      margin-top: 26px; }
      @media (max-width: 719px) {
        .product-details .vendor ~ .product-price {
          margin-top: 15px; } }

.product-title {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left; }
  @media (max-width: 719px) {
    .product-title {
      text-align: center; } }
  .product-details-centered .product-title, .product-title-centered .product-title {
    text-align: center; }

.product-price {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem; }
  .product-price .original {
    text-decoration: line-through;
    opacity: 0.5; }
  .product-price .hidden {
    display: none; }

.product-title-centered .product-options .inline-field-wrapper:first-child {
  margin-top: 0; }
.product-title-centered .product-options ~ .product-quantity {
  margin-top: 30px; }
.product-options .select-wrapper {
  margin-top: 0;
  margin-bottom: 0; }
.product-options .js-required {
  display: none; }
  .js .product-options .js-required {
    display: block; }
.js .product-options .no-js-required {
  display: none; }

.product-quantity-container {
  display: flex;
  align-items: center;
  font-size: 0; }
  @media screen and (min-width: 320px) and (max-width: 430px), screen and (min-width: 700px) and (max-width: 850px) {
    .product-quantity-container {
      display: block; } }
  .product-title-centered .product-quantity-container {
    margin-top: 0; }

.product-quantity-label {
  display: none;
  font-style: normal;
  font-weight: 400; }

.product-quantity-input {
  display: none;
  width: 55px;
  margin-top: 0;
  margin-left: 30px;
  font-size: 0.875rem;
  text-align: center; }

_:-ms-fullscreen, :root .product-quantity-input {
  width: 100px; }

.add-to-cart {
  display: inline-block;
  width: 100%;
  font-size: 0.875rem; }
  .add-to-cart:first-child {
    margin-left: 0; }
  @media screen and (min-width: 320px) and (max-width: 430px), screen and (min-width: 700px) and (max-width: 850px) {
    .add-to-cart {
      display: block;
      margin-top: 30px;
      margin-left: 0; } }

.product-form-submit-wrap {
  position: relative; }
  .product-form-submit-wrap .button {
    position: relative;
    width: 100%;
    z-index: 5; }

.product-cart-message {
  display: none;
  margin-top: 20px;
  color: #4c6974;
  font-size: 1rem; }
  .product-cart-message.error {
    color: red; }
  .product-cart-message.success, .product-cart-message.error {
    display: block; }

.product-cart-message__checkout-form {
  display: inline;
  font-size: inherit; }

.product-cart-message__checkout-button {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  background: transparent;
  border: 0; }

.added-product-name {
  font-style: italic;
  color: #002939; }

.product-more-info,
.product-description {
  margin-top: 20px; }

.tabs-content + .product-more-info {
  margin-top: 0; }

.product-info-link {
  position: relative;
  padding-left: 25px;
  margin: 12px 0; }
  .product-info-link:before {
    font-family: "Single Product Webicons Regular";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 4px;
    left: 0;
    color: #1474a4; }
  .product-info-link:hover:before {
    color: #04acd3; }
  .product-info-link.info:before {
    content: "\E101"; }
  .product-info-link.question-mark:before {
    content: "\E102"; }
  .product-info-link.ruler:before {
    content: "\E105"; }
  .product-info-link.envelope:before {
    content: "\E104"; }
  .product-info-link.pencil:before {
    content: "\E103"; }
  .product-info-link.shirt:before {
    content: "\E106"; }

.question-mark {
  display: block;
  font-size: 1.25em;
  line-height: 1.35em;
  width: 350px; }

.product-details-centered .product-wrap {
  display: block;
  width: 100%;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }
.product-details-centered .product-gallery,
.product-details-centered .product-form,
.product-details-centered .product-details,
.product-details-centered .product-description,
.product-details-centered .product-more-info,
.product-details-centered .share-buttons {
  float: none;
  width: 100%;
  max-width: 640px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }
.product-details-centered .product-gallery {
  display: block; }
.product-details-centered .product-details {
  margin-top: 0; }
  .template-product .product-details-centered .product-details {
    margin-top: 50px; }
.product-details-centered .product-quantity {
  text-align: center; }
.product-details-centered .product-description {
  margin-top: 50px; }
  .product-details-centered .product-description + .share-buttons {
    margin-top: 20px; }
.product-details-centered .product-more-info {
  margin-top: 20px; }
.product-details-centered .tabs-content,
.product-details-centered .tabs-content li {
  margin-bottom: 0; }

.template-product-slideshow .section-product {
  margin-top: 50px; }
.template-product-slideshow .main-content {
  width: 100%;
  max-width: 100%;
  padding: 0; }
@media (max-width: 719px) {
  .template-product-slideshow .home-slideshow-wrapper + div {
    padding: 0 30px; } }
.template-product-slideshow .product-description {
  margin-top: 0; }
  @media (max-width: 719px) {
    .template-product-slideshow .product-description {
      margin-top: 20px; } }
.template-product-slideshow .product-more-info {
  margin-top: 20px; }
.template-product-slideshow .tabs-content + .product-more-info {
  margin-top: 0; }
.template-product-slideshow .product-details {
  float: right; }
.template-product-slideshow .product-title-centered .product-details {
  float: none; }
.template-product-slideshow .product-wrap {
  display: block;
  width: 100%;
  max-width: 1020px;
  padding: 0 30px;
  margin: 0 auto; }
.template-product-slideshow .product-form {
  float: right;
  width: 50%;
  padding-left: 30px;
  clear: right; }
  @media (max-width: 719px) {
    .template-product-slideshow .product-form {
      float: none;
      width: 100%;
      padding: 0; } }
.template-product-slideshow .product-description {
  width: 50%; }
  @media (max-width: 719px) {
    .template-product-slideshow .product-description {
      width: 100%; } }
  .template-product-slideshow .product-description .tabs {
    margin-top: 10px; }
.template-product-slideshow .recommended-products {
  margin-top: 50px;
  margin-bottom: 0; }

.template-search .page-title {
  margin-bottom: 60px; }

.search-form {
  text-align: center;
  font-size: 0;
  max-width: 640px;
  margin: 0 auto; }

input[type="text"].search-input {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: 14px; }
  @media (max-width: 719px) {
    input[type="text"].search-input {
      width: 100%;
      display: block; } }

.search-submit {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  padding-left: 10px; }
  @media (max-width: 719px) {
    .search-submit {
      width: 100%;
      display: block;
      margin-top: 15px;
      padding-left: 0; } }
  .search-submit input[type="submit"] {
    width: 100%; }

.search-results-wrapper {
  margin: 30px auto 0; }

.search-results-count {
  text-align: center;
  margin: 30px 0 60px; }
  .search-results-count ul {
    list-style: none;
    padding: 0; }

@media (max-width: 719px) {
  .search-results-pages, .search-results-products {
    text-align: center; } }
.search-results-pages h3, .search-results-products h3 {
  margin: 0 0 30px; }

.search-results-products {
  font-size: 0;
  margin: 60px -30px 0; }
  @media (max-width: 1020px) {
    .search-results-products {
      margin-left: -15px;
      margin-right: -15px; } }
  @media (max-width: 719px) {
    .search-results-products {
      margin-left: 0;
      margin-right: 0; } }
  .search-results-products .product-list-item {
    width: 33.33%; }
    @media (max-width: 719px) {
      .search-results-products .product-list-item {
        width: 100%; } }
  .search-results-products h3 {
    padding: 0 30px; }
    @media (max-width: 1020px) {
      .search-results-products h3 {
        padding: 0 15px; } }
    @media (max-width: 719px) {
      .search-results-products h3 {
        padding: 0; } }

.search-results-products-none {
  font-size: 16px;
  padding: 0 30px;
  margin-bottom: 60px; }
  @media (max-width: 719px) {
    .search-results-products-none {
      padding: 0; } }

.search-results-pages {
  padding-top: 60px;
  border-top: 1px solid #f0eff2; }
  .search-results-pages .search-result {
    margin-top: 60px; }
  .search-results-pages h4 {
    font-style: normal;
    font-weight: 400;
    margin: 0 0 8px; }
  .search-results-pages .rte {
    margin-top: 15px; }

.home-left-right-feature {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 0; }
  @media (max-width: 719px) {
    .home-left-right-feature {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .borders .home-left-right-feature {
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #f0eff2; }
  .contrast-style.borders .home-left-right-feature {
    border-color: #f0eff2; }
  .home-left-right-feature:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0; }
  .home-left-right-feature .section-title + {
    margin-top: 50px; }

@media (max-width: 719px) {
  .home-left-right-text {
    margin-top: 20px; } }
.media-aligned-left .home-left-right-text {
  padding-left: 30px; }
.media-aligned-right .home-left-right-text {
  position: relative;
  left: -50%;
  padding-right: 30px; }
  @media (max-width: 719px) {
    .media-aligned-right .home-left-right-text {
      left: 0;
      float: none; } }
.home-left-right-text > *:first-child {
  margin-top: 0; }

.home-left-right-media img {
  display: block;
  margin: 0 auto; }
.media-aligned-left .home-left-right-media {
  padding-right: 30px; }
.media-aligned-right .home-left-right-media {
  position: relative;
  left: 50%;
  padding-left: 30px; }
  @media (max-width: 719px) {
    .media-aligned-right .home-left-right-media {
      left: 0;
      float: none; } }

.home-left-right-text,
.home-left-right-media {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  vertical-align: middle; }
  @media (max-width: 719px) {
    .home-left-right-text,
    .home-left-right-media {
      display: block;
      width: 100%; } }
  @media (max-width: 719px) {
    .media-aligned-right .home-left-right-text, .media-aligned-left .home-left-right-text, .media-aligned-right
    .home-left-right-media, .media-aligned-left
    .home-left-right-media {
      padding-right: 0;
      padding-left: 0; } }

.dynamic-collection-list {
  padding-right: 15px;
  padding-left: 15px; }

.dynamic-collection-list-items {
  font-size: 0; }

.dynamic-collection-list-item {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 50px;
  text-align: center; }
  .row-of-1 .dynamic-collection-list-item {
    float: none;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }
  .dynamic-collection-list-item:nth-child(-n + 3) {
    margin-top: 0; }
  .row-of-2 .dynamic-collection-list-item {
    width: 50%; }
    @media (min-width: 720px) {
      .row-of-2 .dynamic-collection-list-item:nth-child(3) {
        margin-top: 50px;
        clear: left; } }
  .row-of-3 .dynamic-collection-list-item {
    width: 33.33333%; }
    .row-of-3 .dynamic-collection-list-item:nth-child(3n+1) {
      clear: left; }
  @media (max-width: 719px) {
    .row-of-1 .dynamic-collection-list-item, .row-of-2 .dynamic-collection-list-item, .row-of-3 .dynamic-collection-list-item {
      width: 100%;
      margin-top: 0;
      margin-bottom: 50px; }
      .row-of-1 .dynamic-collection-list-item:last-child, .row-of-2 .dynamic-collection-list-item:last-child, .row-of-3 .dynamic-collection-list-item:last-child {
        margin-bottom: 0; } }

.dynamic-featured-collection-title {
  margin: 20px 0 0; }
  .dynamic-featured-collection-title a {
    color: white; }

.dynamic-featured-collection-count {
  display: block;
  margin-top: 10px; }

.home-featured-blog {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 0; }

.home-featured-blog-post {
  display: inline-block;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 50px;
  text-align: center;
  vertical-align: top; }
  @media (max-width: 719px) {
    .home-featured-blog-post {
      display: block;
      width: 100%; } }

.featured-post-title {
  margin-top: 0;
  color: #1474a4; }

.featured-post-date {
  margin: 0 0 20px;
  font-size: 1rem;
  color: #4c6974; }

.featured-post-image {
  margin: 20px 0 0; }
  .featured-post-image img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }

.featured-post-excerpt {
  margin-top: 15px;
  font-size: 1rem; }

.dynamic-featured-collection {
  padding-right: 0;
  padding-left: 0; }
  .dynamic-featured-collection .collection-products {
    margin: 0; }
  .rows-of-3 .dynamic-featured-collection article {
    width: 33.33333%; }
    .rows-of-3 .dynamic-featured-collection article:nth-child(n + 4) {
      margin-top: 50px; }
  .rows-of-4 .dynamic-featured-collection article {
    width: 25%; }
    .rows-of-4 .dynamic-featured-collection article:nth-child(n + 5) {
      margin-top: 50px; }
  .dynamic-featured-collection .product-list-item {
    margin-bottom: 0; }
    @media (max-width: 719px) {
      .dynamic-featured-collection .product-list-item {
        width: 100%;
        margin-top: 50px; }
        .dynamic-featured-collection .product-list-item:first-child {
          margin-top: 0; } }

.home-order-now .section-title {
  margin-top: 0; }
.home-order-now .vendor {
  margin: 10px 0 20px; }
.home-order-now .product-details h2 {
  margin: 0 0 15px;
  font-size: 24px; }
.home-order-now .product-price {
  margin-bottom: 5px; }
.contrast-style .home-order-now .product-info-link:before {
  color: #1474a4; }

.home-full-width-feature {
  position: relative; }
  .home-full-width-feature .feature-image {
    display: block;
    margin: 0 auto; }
  .home-full-width-feature.full-width-background {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .home-full-width-feature.full-width-background .feature-image {
      max-height: 100vh;
      opacity: 0; }
      .no-js .home-full-width-feature.full-width-background .feature-image {
        opacity: 1; }
  .home-full-width-feature.text-overlay {
    min-height: 300px;
    overflow: hidden; }
    @media (max-width: 500px) {
      .home-full-width-feature.text-overlay {
        min-height: 400px; } }

.home-full-width-feature-link-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  color: currentColor;
  text-decoration: none; }
  .home-full-width-feature-link-wrapper:hover {
    color: currentColor; }

.home-full-width-feature-content {
  position: relative;
  z-index: 3;
  text-align: center; }
  .full-width-background .home-full-width-feature-content {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%); }
  .home-full-width-feature-content .rte {
    margin-top: 20px;
    font-size: 1.25rem; }
    @media (max-width: 719px) {
      .home-full-width-feature-content .rte {
        font-size: 1.125rem; } }
  .full-width-regular .home-full-width-feature-content .feature-image {
    margin-top: 50px; }
  .home-full-width-feature-content > *:first-child {
    margin-top: 0; }
  @media (max-width: 719px) {
    .black-style .home-full-width-feature-content.module-inner,
    .black-style .home-full-width-feature-content h1,
    .black-style .home-full-width-feature-content h2,
    .black-style .home-full-width-feature-content h3,
    .black-style .home-full-width-feature-content h4,
    .black-style .home-full-width-feature-content h5,
    .black-style .home-full-width-feature-content h6 {
      color: #002939; }
    .black-style .home-full-width-feature-content .button {
      color: #fff6eb; } }

.full-width-highlight .feature-image {
  max-width: 100%;
  margin: 50px auto; }

.home-inline-features {
  font-size: 0;
  text-align: center; }

.home-inline-feature {
  display: inline-block;
  width: 33.33333%;
  font-size: 1rem;
  vertical-align: top; }
  @media (max-width: 719px) {
    .home-inline-feature {
      display: block;
      width: 100%;
      padding-right: 0;
      padding-left: 0; } }
  .home-inline-feature .feature-title {
    margin-top: 0; }

.home-inline-image {
  height: auto;
  width: 100%;
  margin-bottom: 30px; }

.home-inline-image-placeholder-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  height: 0px;
  padding: 0; }
  .home-inline-image-placeholder-container svg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.dynamic-logo-list {
  font-size: 0;
  text-align: center; }

.dynamic-logo-list-item {
  font-size: 1rem;
  vertical-align: middle; }
  .rows-of-4 .dynamic-logo-list-item {
    width: 25%; }
  .rows-of-3 .dynamic-logo-list-item {
    width: 33.33333%; }
  .rows-of-2 .dynamic-logo-list-item {
    width: 50%; }
  @media (max-width: 719px) {
    .rows-of-4 .dynamic-logo-list-item, .rows-of-3 .dynamic-logo-list-item {
      width: 50%; } }
  .dynamic-logo-list-item img {
    display: block;
    margin: 0 auto; }

.dynamic-testimonials {
  font-size: 0; }
  .grid-of-1 .dynamic-testimonials {
    text-align: center; }

.home-testimonial {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 30px;
  margin-bottom: 50px;
  font-size: 1rem;
  text-align: left; }
  .home-testimonial:nth-of-type(2n + 1) {
    clear: left; }
  @media (max-width: 719px) {
    .home-testimonial {
      width: 100%;
      padding: 0; } }
  .grid-of-1 .home-testimonial {
    float: none;
    width: 90%;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 719px) {
      .grid-of-1 .home-testimonial {
        width: 100%; } }
  .home-testimonial img {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0; }
    .home-testimonial img[data-rimg="noscript"] {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 1;
      object-fit: cover; }

.home-testimonial-avatar {
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  border-radius: 50%; }
  .grid-of-1 .home-testimonial-avatar {
    top: 7px;
    left: 30px; }
    @media (max-width: 719px) {
      .grid-of-1 .home-testimonial-avatar {
        top: 0;
        left: 0; } }
  @media (max-width: 719px) {
    .home-testimonial-avatar {
      left: 0;
      width: 40px;
      height: 40px; } }

.home-testimonial-quote {
  margin: 0;
  font-size: 1.25rem; }
  .grid-of-1 .home-testimonial-quote {
    font-size: 1.5rem; }
    @media (max-width: 719px) {
      .grid-of-1 .home-testimonial-quote {
        font-size: 1.25rem; } }
  @media (max-width: 719px) {
    .home-testimonial-quote {
      padding: 0 15px;
      font-size: 1.125rem; } }

.home-testimonial-quote-source {
  margin: 20px 0 0;
  font-style: normal;
  font-weight: 700;
  color: white; }
  .contrast-style .home-testimonial-quote-source {
    color: white; }
  @media (max-width: 719px) {
    .home-testimonial-quote-source {
      padding: 0 15px; } }

.has-avatar .home-testimonial-quote-source,
.has-avatar .home-testimonial-quote {
  margin-left: 90px; }
  @media (max-width: 719px) {
    .has-avatar .home-testimonial-quote-source,
    .has-avatar .home-testimonial-quote {
      padding-right: 0;
      padding-left: 0;
      margin-left: 70px; } }

.home-text-feature {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (max-width: 719px) {
    .home-text-feature {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .borders .home-text-feature {
    padding-top: 50px;
    border-top: 1px solid #f0eff2; }
    @media (max-width: 719px) {
      .borders .home-text-feature {
        padding-top: 40px; } }
  .contrast-style.borders .home-text-feature {
    border-color: #f0eff2; }
  .home-text-feature:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0; }
  .home-text-feature .feature-title {
    max-width: 640px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto; }
  .home-text-feature .feature-title,
  .home-text-feature .home-text-content {
    text-align: center; }

.dynamic-twitter {
  padding-right: 30px;
  padding-left: 30px;
  overflow: hidden;
  text-align: center; }
  .dynamic-twitter .home-module-cta {
    padding-top: 3.125rem;
    margin-top: 0; }
  .dynamic-twitter .section-title {
    text-decoration: none; }
    .dynamic-twitter .section-title a {
      color: currentColor; }

.dynamic-twitter-tweets {
  max-width: 870px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.25rem; }
  .dynamic-twitter-tweets a {
    color: currentColor;
    text-decoration: underline; }
  .dynamic-twitter-tweets .tweet img {
    display: inline-block;
    height: 1.25rem;
    margin-top: -0.3125rem;
    vertical-align: baseline; }
  @media (min-width: 721px) {
    .dynamic-twitter-tweets {
      display: flex; }
      .dynamic-twitter-tweets.onboarding, .dynamic-twitter-tweets:not(.has-image) {
        display: block; }
      .dynamic-twitter-tweets .media {
        float: left;
        padding-right: 2.75rem; }
        .dynamic-twitter-tweets .media img {
          position: relative;
          top: 50%;
          max-width: 300px;
          max-height: 250px;
          height: auto;
          transform: translateY(-50%); }
      .dynamic-twitter-tweets.has-image .tweet {
        text-align: left; }
      .dynamic-twitter-tweets .tweet {
        margin: 0;
        align-self: center; } }
  @media (max-width: 720px) {
    .dynamic-twitter-tweets {
      display: block; }
      .dynamic-twitter-tweets .media {
        display: block;
        float: none;
        margin: 0 auto; }
        .dynamic-twitter-tweets .media img {
          max-width: 100%;
          margin: 0 auto; }
      .dynamic-twitter-tweets .tweet {
        display: block;
        width: 100%;
        margin-top: 1.875rem; }
      .dynamic-twitter-tweets.has-image .tweet {
        text-align: center; } }

@keyframes loading-opacity {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.pxs-video-content-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }

.pxs-video-heading {
  font-size: 34px; }

.pxs-video-text {
  font-size: 24px; }

.video-container {
  position: relative;
  width: 100%;
  height: 0; }
  .video-container.video-aspect-ratio-16-9 {
    padding-bottom: 56.25%; }
  .video-container.video-aspect-ratio-21-9 {
    padding-bottom: 42.85714%; }
  .video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .video-container .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 1; }
  .video-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: ""; }
  .video-transitioning .video-overlay, .video-playing .video-overlay {
    pointer-events: none;
    opacity: 0;
    transition: opacity 200ms ease-in-out; }
  .video-playing .video-overlay {
    z-index: 0; }
  .video-overlay img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    object-fit: cover; }
    .video-overlay img[data-rimg="noscript"] {
      opacity: 1; }

.video-overlay-header {
  display: flex;
  flex-direction: column; }
  .video-overlay-header-position-below-button .video-overlay-header {
    order: 2; }

.video-overlay-heading {
  font-size: 24px; }

.video-overlay-text {
  font-size: 18px; }

.video-play-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: black;
  border: 0;
  border-radius: 25px;
  outline: none; }
  .video-overlay-button-primary .video-play-button {
    background-color: black; }
  .video-overlay-button-secondary .video-play-button {
    background-color: white; }

.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: auto;
  margin-left: 2px;
  color: white;
  opacity: 1;
  transform: translate(-50%, -50%); }
  .video-overlay-button-primary .video-play-icon {
    color: white; }
  .video-overlay-button-secondary .video-play-icon {
    color: black; }
  .video-loading .video-play-icon {
    opacity: 0;
    transition: opacity 200ms ease-in-out; }

.video-loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  opacity: 0;
  transform: translate(-50%, -50%); }
  .video-overlay-button-primary .video-loading-icon {
    color: white; }
  .video-overlay-button-secondary .video-loading-icon {
    color: black; }
  .video-loading .video-loading-icon {
    opacity: 1;
    transition: opacity 200ms ease-in-out; }

.video-loading-icon-phalange {
  animation: loading-opacity 800ms linear infinite; }
  .video-loading-icon-phalange:nth-child(2) {
    animation-delay: 100ms; }
  .video-loading-icon-phalange:nth-child(3) {
    animation-delay: 200ms; }
  .video-loading-icon-phalange:nth-child(4) {
    animation-delay: 300ms; }
  .video-loading-icon-phalange:nth-child(5) {
    animation-delay: 400ms; }
  .video-loading-icon-phalange:nth-child(6) {
    animation-delay: 500ms; }
  .video-loading-icon-phalange:nth-child(7) {
    animation-delay: 600ms; }
  .video-loading-icon-phalange:nth-child(8) {
    animation-delay: 700ms; }

.pxs-video .video-overlay-header {
  width: 100%;
  text-align: center; }
.pxs-video .video-overlay-heading {
  font-family: Figtree, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 20px 0px;
  line-height: 1.25;
  font-size: 2.5rem; }
  @media (max-width: 719px) {
    .pxs-video .video-overlay-heading {
      font-size: 1.875rem; } }
.pxs-video .video-overlay-text {
  font-size: 1.25rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 39.9375em) {
    .pxs-video .video-overlay-text {
      font-size: 16px !important;
      margin-bottom: 10px; } }

.video-overlay-button-primary .video-loading-icon {
  display: none; }
.video-overlay-button-primary .video-play-button::after {
  content: "";
  right: 10px;
  border-color: rgba(255, 246, 235, 0.15);
  border-top-color: rgba(255, 246, 235, 0.8);
  opacity: 0;
  transition: opacity 200ms ease-in-out; }
.video-loading .video-overlay-button-primary .video-play-button::after {
  opacity: 1; }
.video-overlay-button-primary .video-play-icon {
  color: #fff6eb;
  background: #1474a4; }
.video-overlay-button-primary .video-play-button {
  background: #1474a4; }
  .video-overlay-button-primary .video-play-button:hover, .video-overlay-button-primary .video-play-button:hover .video-play-icon {
    color: #fff6eb;
    background: #04acd3; }

.video-overlay-button-secondary .video-loading-icon {
  display: none; }
.video-overlay-button-secondary .video-play-button::after {
  content: "";
  right: 10px;
  border-color: rgba(20, 116, 164, 0.15);
  border-top-color: rgba(20, 116, 164, 0.8);
  opacity: 0;
  transition: opacity 200ms ease-in-out; }
.video-loading .video-overlay-button-secondary .video-play-button::after {
  opacity: 1; }
.video-overlay-button-secondary .video-play-icon {
  color: #1474a4;
  background: white; }
.video-overlay-button-secondary .video-play-button {
  background: white; }
  .video-overlay-button-secondary .video-play-button:hover, .video-overlay-button-secondary .video-play-button:hover .video-play-icon {
    color: #1474a4;
    background: #e6e6e6; }

.pxs-video-content-width {
  max-width: 1020px;
  padding: 0 30px 50px; }
  .pxs-video-content-width .video-container:first-child {
    margin-top: 50px; }

.pxs-video-header {
  text-align: center;
  max-width: 1020px;
  padding: 0 30px;
  margin: 50px auto; }
  .pxs-video-content-width .pxs-video-header {
    padding: 0; }

.pxs-video-heading {
  font-size: 2.5rem;
  margin-bottom: 20px; }
  @media (max-width: 719px) {
    .pxs-video-heading {
      font-size: 1.875rem; } }

.pxs-video-text {
  font-size: 1.25rem; }
  @media (max-width: 719px) {
    .pxs-video-text {
      font-size: 1.125rem; } }

#shopify-section-template-cart {
  -ms-transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 120ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1; }
  #shopify-section-template-cart.cart-updating {
    opacity: 0.1; }

.cart-header {
  display: none;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  color: #002939;
  border-bottom: 1px solid #f0eff2; }
  @media (min-width: 720px) {
    .cart-header {
      display: flex; } }

.cart-header-product {
  flex-grow: 1; }

.cart-header-price {
  flex-shrink: 0;
  width: calc((100% - 135px) * 0.3336);
  text-align: right; }

.cart-header-quantity {
  flex-shrink: 0;
  width: calc((100% - 135px) * 0.2081);
  text-align: right; }

.cart-header-total {
  flex-shrink: 0;
  width: calc((100% - 135px) * 0.1912);
  text-align: right; }

.cart-discounts {
  margin-bottom: 40px;
  color: #1474a4; }
  @media (min-width: 720px) {
    .cart-discounts {
      margin-bottom: 15px; } }

.cart-discount {
  display: flex;
  justify-content: flex-end; }
  .cart-discount + .cart-discount {
    margin-top: 5px; }

.cart-discount-title {
  margin-right: 30px; }

.static-password {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center; }
  .static-password .main-header-section,
  .static-password .main-content,
  .static-password .password-main-footer {
    display: table-row; }
  .static-password .password-inner,
  .static-password .main-header-wrapper {
    display: table-cell;
    vertical-align: middle; }
  .static-password .errors ul {
    padding-left: 0;
    margin-top: 0;
    list-style: none; }

.static-password .main-header-section {
  height: 200px; }
.static-password .branding {
  float: none; }
  .static-password .branding .logo {
    height: auto; }
    .static-password .branding .logo img {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      top: 0; }
  .static-password .branding .branding-title {
    line-height: 1.1; }

.password-main-content {
  display: table-cell;
  padding: 0;
  vertical-align: middle; }
  .password-main-content .hidden {
    display: none; }
  .password-main-content .visible {
    display: block; }
  .password-main-content .module-inner {
    margin-top: 20px;
    margin-bottom: 20px; }
  .password-main-content .inline-field-wrapper {
    margin-top: 0; }

.password-title,
.password-message,
.password-page-action,
.password-main-content .newsletter-section,
.password-form-wrapper {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }

.password-message,
.password-page-action {
  margin-top: 20px;
  margin-bottom: 20px; }

.password-title {
  font-size: 2.625rem; }
  @media (max-width: 1020px) {
    .password-title {
      font-size: 2rem; } }

.password-main-footer {
  height: 150px;
  color: white; }
  .password-main-footer .main-footer {
    padding: 20px 30px;
    border-top: 1px solid #f0eff2; }
  .password-main-footer a {
    color: #002939; }
    .password-main-footer a:hover {
      color: white; }

.full-slideshow-wrapper {
  position: relative;
  overflow: hidden; }
  .full-slideshow-wrapper.content-width {
    padding: 20px; }
  .full-slideshow-wrapper.full-width {
    width: 100%; }
    .template-product-slideshow .full-slideshow-wrapper.full-width {
      margin-top: 20px; }
  .full-slideshow-wrapper .flickity-viewport {
    -ms-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .full-slideshow-wrapper.transition-fade .flickity-slider {
    transform: none !important; }
  .full-slideshow-wrapper.transition-fade .slideshow-slide {
    -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0 !important;
    z-index: -1;
    opacity: 0; }
    .full-slideshow-wrapper.transition-fade .slideshow-slide.is-selected {
      z-index: 0;
      opacity: 1; }
  @media (min-width: 720px) {
    .full-slideshow-wrapper.content-width {
      max-width: 1020px;
      padding: 50px 30px;
      margin: 0 auto; }
    .full-slideshow-wrapper.opening-screen,
    .full-slideshow-wrapper.opening-screen .full-slideshow-content,
    .full-slideshow-wrapper.opening-screen .slideshow-slide {
      height: 100vh; }
      .full-slideshow-wrapper.opening-screen.use-thumbnail-pagination,
      .full-slideshow-wrapper.opening-screen .full-slideshow-content.use-thumbnail-pagination,
      .full-slideshow-wrapper.opening-screen .slideshow-slide.use-thumbnail-pagination {
        height: calc(100vh - 110px); } }

.full-slideshow-loader {
  right: auto;
  left: 50%;
  z-index: 1;
  border-color: currentColor;
  border-top-color: transparent; }
  .flickity-enabled .full-slideshow-loader, .no-js .full-slideshow-loader {
    display: none; }

.full-slideshow-content {
  z-index: 2; }

.slideshow-slide {
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  width: 100%;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0; }
  @media (min-width: 720px) {
    .slideshow-slide {
      min-height: 200px; } }
  .slideshow-slide:first-of-type {
    position: relative; }
  .slideshow-slide > a {
    display: block; }
  .full-slideshow-single-slide .slideshow-slide, .flickity-enabled .slideshow-slide {
    height: auto;
    opacity: 1; }
  .content-width .slideshow-slide {
    background-size: contain; }
    @media (max-width: 719px) {
      .content-width .slideshow-slide {
        background-size: cover; } }
  .full-bleed .slideshow-slide.onboarding, .opening-screen .slideshow-slide.onboarding {
    background-color: rgba(0, 41, 57, 0.1); }
  @media (max-width: 719px) {
    .slideshow-slide {
      height: initial; } }
  .slideshow-slide.has-text {
    min-height: none; }
    @media (max-width: 719px) {
      .slideshow-slide.has-text {
        background: none !important; } }
  .no-js .slideshow-slide {
    opacity: 1; }

.slide-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0; }
  @media (max-width: 719px) {
    .has-text .slide-image {
      opacity: 1; } }
  .full-bleed .slide-image {
    max-height: inherit;
    min-height: 200px; }
  .opening-screen .slide-image {
    height: 100%; }
  .template-product-slideshow .content-width .slide-image, .template-product-slideshow .full-width .slide-image, .no-js .slide-image {
    opacity: 1; }

.flickity-prev-next-button {
  color: currentColor; }
  @media (max-width: 719px) {
    .template-index .flickity-prev-next-button {
      color: white; }
    .flickity-prev-next-button svg {
      left: 0;
      width: 40px;
      height: 40px;
      padding: 10px;
      margin-top: -20px;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 50%; }
    .flickity-prev-next-button.next {
      right: 10px; }
      .content-width .flickity-prev-next-button.next {
        right: -10px; }
    .flickity-prev-next-button.previous {
      left: 10px; }
      .content-width .flickity-prev-next-button.previous {
        left: -10px; } }

.flickity-page-dots {
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0;
  color: currentColor;
  text-align: center; }
  @media (max-width: 719px) {
    .flickity-page-dots {
      bottom: 20px; }
      .template-index .flickity-page-dots {
        color: white; } }
  .flickity-enabled .flickity-page-dots {
    visibility: visible; }
  .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 100%; }
    .flickity-page-dots .dot.is-selected {
      background: currentColor; }

.full-slideshow-pagination {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin: 15px auto;
  font-size: 0;
  text-align: center; }
  .full-slideshow-pagination.content-width {
    max-width: 1080px;
    margin-top: 0; }
  @media (min-width: 720px) {
    .full-slideshow-pagination {
      height: 80px; } }

.slideshow-pagination-slide {
  display: inline-block;
  padding: 4px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
  border: 1px solid transparent; }
  .slideshow-pagination-slide.is-selected {
    border: 1px solid #f0eff2; }
    .slideshow-pagination-slide.is-selected:active, .slideshow-pagination-slide.is-selected:focus {
      outline: 0; }
  .slideshow-pagination-slide img {
    pointer-events: none; }
  @media (min-width: 720px) {
    .slideshow-pagination-slide {
      margin-right: 10px;
      margin-left: 10px; } }

.slide-pagination-image {
  display: block;
  max-width: 35px;
  max-height: 35px; }
  @media (min-width: 720px) {
    .slide-pagination-image {
      max-width: 70px;
      max-height: 70px; } }

.slide-text {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  padding: 20px 100px 55px; }
  .text-aligned-center .slide-text {
    text-align: center; }
  .text-aligned-right .slide-text {
    text-align: right; }
  @media (max-width: 719px) {
    .slide-text {
      padding: 40px 50px 95px; }
      .content-width .slide-text {
        padding-right: 30px;
        padding-left: 30px; }
      .has-image .slide-text {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        top: 0;
        left: 0; } }
  @media (min-width: 720px) {
    .slide-text {
      padding-top: 50px;
      padding-bottom: 50px; }
      .text-aligned-right .slide-text {
        padding-left: 30%; }
      .text-aligned-left .slide-text {
        padding-right: 30%; } }

.slide-title,
.slide-subtitle,
.slide-caption {
  margin: 15px 0;
  color: white; }
  @media (min-width: 720px) {
    .slide-title,
    .slide-subtitle,
    .slide-caption {
      color: currentColor !important; }
      .slide-text-use-shadows .slide-title, .slide-text-use-shadows
      .slide-subtitle, .slide-text-use-shadows
      .slide-caption {
        text-shadow: 0 2px 7px rgba(0, 0, 0, 0.15); } }
  .slide-title:first-child,
  .slide-subtitle:first-child,
  .slide-caption:first-child {
    margin-top: 0; }
  .slide-title:last-child,
  .slide-subtitle:last-child,
  .slide-caption:last-child {
    margin-bottom: 0; }

.slide-title,
.slide-subtitle {
  font-size: 3.5rem; }
  @media (max-width: 1020px) {
    .slide-title,
    .slide-subtitle {
      font-size: 2.875rem; } }
  @media (max-width: 860px) {
    .slide-title,
    .slide-subtitle {
      font-size: 2rem; } }
  @media (max-width: 719px) {
    .slide-title,
    .slide-subtitle {
      font-size: 2rem; } }

.slide-title {
  font-style: normal;
  font-weight: 700; }

.slide-subtitle {
  font-style: normal;
  font-weight: 400; }

.slide-caption {
  font-size: 1.875rem; }
  .slide-caption p {
    margin-top: 0;
    margin-bottom: 0; }
  @media (max-width: 1020px) {
    .slide-caption {
      font-size: 1.625rem; } }
  @media (max-width: 719px) {
    .slide-caption {
      font-size: 18px; } }

.slide-button {
  -ms-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 0;
  border: 0; }

/*------------------------------------------ 020 ------------------------------------------------------*/
@font-face {
  font-family: 'Avenir';
  /*src: url('//theindependencebed.com/cdn/shop/t/13/assets/Avenir?v=8095');*/
  src: url("//theindependencebed.com/cdn/shop/t/13/assets/Avenir.woff?v=57480001175377126431768409470") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir-Black';
  /*src: url('//theindependencebed.com/cdn/shop/t/13/assets/Avenir-Black?v=8095');*/
  src: url("//theindependencebed.com/cdn/shop/t/13/assets/Avenir-Black.woff?v=134123781318852806011768409469") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir-Medium';
  src: url("//theindependencebed.com/cdn/shop/t/13/assets/Avenir-Medium.woff?v=122031674020294401901768409469") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir-Light';
  src: url("//theindependencebed.com/cdn/shop/t/13/assets/Avenir-Light.woff?v=103967699885772567731768409469") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Avenir-Roman';
  src: url("//theindependencebed.com/cdn/shop/t/13/assets/Avenir-Roman.woff?v=57550221498313639041768409470") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Avenir-Medium"; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir-Black"; }

.av-black {
  font-family: 'Avenir-Black'; }

.av-medium {
  font-family: 'Avenir-Medium'; }

.av-light {
  font-family: 'Avenir-Ligh'; }

.av-roman {
  font-family: 'Avenir-Roman'; }

.sticky-header {
  position: relative; }

.sticky2 {
  position: fixed; }

.main-content {
  max-width: none !important;
  padding: 0;
  margin: 0 0 0px !important; }
  @media screen and (max-width: 39.9375em) {
    .main-content {
      margin: 0 0 30px !important; } }

/*header icon*/
.header-actions a, .header-actions span {
  color: #1474a4; }

.slide-text {
  position: absolute;
  bottom: 8%;
  right: 0px;
  top: unset;
  left: unset;
  -webkit-transform: unset;
  /*background: #ccc;*/
  width: 25%;
  padding: unset !important;
  margin: unset;
  margin-right: 18.9%;
  text-align: center !important; }

.slide-caption {
  max-width: 410px;
  margin: 0 auto 20px !important; }

@media only screen and (min-width: 280px) and (max-width: 719px) {
  .slide-text {
    width: 80%; }

  .slide-button {
    padding: 8px 20px;
    font-size: 12px;
    margin-bottom: 0; }

  .slide-caption {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0 !important; }

  .slide-text {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px; } }
@media only screen and (max-width: 450px) {
  .slide-caption {
    font-size: 20px;
    line-height: 28px; } }
@media only screen and (min-width: 720px) and (max-width: 800px) {
  .slide-caption {
    max-width: 360px; }

  .slide-text {
    bottom: 5%; }

  .slide-button {
    padding: 8px 20px;
    font-size: 12px; }

  .slide-text {
    width: 28%; } }
@media only screen and (min-width: 801px) and (max-width: 1200px) {
  .slide-caption {
    font-size: 18px;
    line-height: 26px; }

  .slide-button {
    padding: 8px 20px;
    font-size: 12px; }

  .slide-text {
    width: 28%; } }
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .slide-caption {
    font-size: 20px;
    line-height: 30px; } }
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .slide-caption {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px; } }
@media only screen and (min-width: 1601px) and (max-width: 2000px) {
  .slide-caption {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px; } }
@media only screen and (min-width: 2001px) and (max-width: 3000px) {
  .slide-caption {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px; } }
@media only screen and (min-width: 3001px) {
  .slide-caption {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px; } }
/*-----------*/
.home-alternating-content2 {
  max-width: 100%;
  padding: unset; }

.home-alternating-content2 .alternating-con {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px; }

.home-promotion {
  background: #18668d; }

.home-promotion-text {
  text-align: center; }

.home-promotion-text a {
  color: #fff; }
  .home-promotion-text a:hover {
    text-decoration: underline; }

@media only screen and (min-width: 720px) {
  .home-promotion-text {
    display: inline-block;
    width: 78%;
    font-size: 1rem;
    vertical-align: middle;
    padding-right: unset; }

  .home-promotion-image {
    display: inline-block;
    width: 22%;
    font-size: 1rem;
    vertical-align: middle;
    text-align: left; } }
@media only screen and (max-width: 719px) {
  .logo img {
    max-width: 200px; }

  .main-header {
    padding: 15px; } }
/*-------*/
.home-alternatingt-media {
  display: inline-block;
  width: 25%;
  font-size: 16px;
  vertical-align: top; }

.home-alternating-text {
  display: inline-block;
  width: 46%;
  font-size: 16px;
  margin-left: 2%;
  margin-right: 2%;
  /*vertical-align: middle;*/ }

.home-alternating-text .feature-title {
  font-size: 24px;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 20px; }

.home-alternating-text .rte {
  text-align: center; }

@media only screen and (max-width: 719px) {
  .home-alternatingt-media {
    width: 100%; }

  .home-alternating-text {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
    margin-top: 20px;
    margin-bottom: 20px; }

  .home-alternatingt-media img {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px; } }
.home-alternating-content2 .home-left-right-feature {
  margin: unset !important;
  padding-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-bottom: 20px !important; }

.art_1 {
  background: #dcf1f8; }

.art_2 {
  background: #cbeaf4; }

.art_3 {
  background: #d9e1ee; }

.art_1 .feature-title {
  color: #57cfed; }

.art_2 .feature-title {
  color: #00acd2; }

.art_3 .feature-title {
  color: #1474a4; }

.art_1 .home-alternating-text .rte a {
  color: #57cfed; }

.art_2 .home-alternating-text .rte a {
  color: #00acd2; }

.art_3 .home-alternating-text .rte a {
  color: #1474a4; }

.home-text-columns-with-images .home-inline-image {
  width: auto;
  height: 50px; }

.module-inner.module-inline-items {
  margin-top: 0;
  padding: 0;
  overflow: hidden; }

.home-order-now .section-title {
  display: none; }

.home-image-columns .home-inline-feature {
  width: 50%;
  float: left; }

@media only screen and (max-width: 719px) {
  .home-image-columns .home-inline-feature {
    width: 100%;
    float: unset; } }
.home-image-columns .section-title {
  color: #00acd2;
  font-size: 1.5rem;
  max-width: 600px; }

/*-------Footer------------*/
.copyright p {
  color: #fff6eb; }

.footer-columns .social-share-section .share-icon {
  color: #fff;
  background-color: unset; }

.footer-columns .share-icon::before {
  font-size: 24px; }

.footer-columns .social-share-section .share-icon {
  border-radius: 50%;
  border: solid 2px #fff;
  padding: 0px 2px 0px 2px;
  margin-right: 10px; }

.footer-columns .social-share-section .share-icon:hover {
  color: #ccc;
  background-color: unset;
  border: solid 2px #ccc; }

.share-icon::before {
  margin: 5px; }

.home-promotion {
  margin-bottom: 20px; }

.home-alternating-text {
  font-size: 18px; }

.product-description .tabs li,
.product-free-shipping {
  color: #1474a4; }

.money,
.ca-promotional-widget {
  display: none; }

.share-icon::before {
  content: unset !important; }

.share-icon .fa {
  font-size: 28px; }

.share-icon .fa-facebook {
  padding-left: 10px;
  padding-right: 10px;
  top: 5px;
  position: relative; }

.share-icon .fa-twitter {
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  top: 5px; }

.share-icon .fa-pinterest {
  padding-left: 5px;
  padding-right: 5px; }

.share-icon .fa-instagram {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  top: 5px; }

.home-image-columns {
  border-bottom: solid 1px #ccc; }

.home-order-now-container {
  border-bottom: solid 1px #ccc; }

/*---------contact---------*/
.contact_page_btn_container {
  text-align: center; }

.contact_page_btn_container .button {
  border-radius: 50px; }

.contact-form-wrapper .input-wrapper label {
  display: none; }

.contact-form-wrapper {
  border-top: unset; }

.contact-form-container .page-title {
  margin: 0 0 5px; }

.contact-form-container {
  margin-bottom: 100px; }

.contact_con {
  background: #fafafa; }

.contact_con .input-field {
  background: #fff; }

.contact_con .input-field-textarea {
  background: #fff; }

/*-----custom_page------*/
.custom_page_bar {
  background: #fff;
  min-height: 140px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .custom_page_bar {
      min-height: 110px; } }
  @media screen and (max-width: 39.9375em) {
    .custom_page_bar {
      min-height: 80px; } }

.faq h2 {
  color: #1474a4;
  font-family: 'Avenir-Black';
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px; }
.faq .button1 {
  background: #1474a4;
  color: #ffffff; }
.faq .button1:hover {
  background: #04acd3; }

.custom-page-title {
  width: 100%;
  font-family: "Avenir-Black";
  font-size: 48px;
  line-height: 54px;
  color: #004c6a;
  padding: 20px;
  text-align: center;
  margin-top: -120px;
  margin-bottom: 20px;
  z-index: 10; }
  .custom-page-title img {
    height: 130px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .custom-page-title {
      font-size: 38px;
      line-height: 44px;
      margin-top: -95px; }
      .custom-page-title img {
        height: 100px; } }
  @media screen and (max-width: 39.9375em) {
    .custom-page-title {
      font-size: 22px;
      line-height: 28px;
      padding: 15px;
      margin-top: -70px; }
      .custom-page-title img {
        height: 60px; } }

.custom-page-title__text {
  color: #004c6a;
  text-transform: none !important;
  display: inline-block;
  vertical-align: middle; }

.fm_warranty form {
  max-width: 520px;
  width: 100%;
  display: block;
  margin: 0 auto; }

.fm_warranty .input-wrapper {
  margin: 5px 0;
  float: left;
  width: 100%; }

@media only screen and (min-width: 720px) {
  .fm_warranty .input-wrapper25-l {
    width: 23%;
    margin-right: 1%;
    margin-left: 1%; }

  .fm_warranty .input-wrapper25-r {
    width: 24%;
    margin-left: 1%; }

  .fm_warranty .input-wrapper50-l {
    width: 49%;
    margin-right: 1%; }

  .fm_warranty .input-wrapper50-r {
    width: 49%;
    margin-left: 1%; } }
.fm_warranty .input-field {
  height: 35px;
  padding: 15px;
  background: #f0f6f7;
  color: #848487;
  border-radius: 5px; }

.fm_warranty {
  margin-top: 0px; }

.fm_warranty .input-field-textarea {
  background: #f3f1f1;
  color: #848487; }

.warranty__heading {
  color: #1474a4;
  font-family: 'Avenir-Black';
  font-size: 32px;
  line-height: 36px;
  margin: 25px 0 15px;
  text-align: center; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .warranty__heading {
      font-size: 34px;
      line-height: 34px;
      margin: 0 0 5px; } }
  @media screen and (max-width: 39.9375em) {
    .warranty__heading {
      font-size: 24px;
      line-height: 24px;
      margin: 0 0 5px; } }

.warranty__copy {
  color: #002939;
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 30px;
  font-family: 'Avenir-Medium' !important;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .warranty__copy {
      font-size: 18px;
      line-height: 24px; } }

::-webkit-input-placeholder {
  color: #848487;
  opacity: 1 !important;
  /* for older chrome versions. may no longer apply. */ }

:-moz-placeholder {
  /* Firefox 18- */
  color: #848487;
  opacity: 1 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #848487;
  opacity: 1 !important; }

:-ms-input-placeholder {
  color: #848487; }

.extended-warranty {
  margin-bottom: 30px;
  text-align: center; }

.extended-warranty__inner {
  padding: 5px 10px;
  border: 1px solid #d1d1d1; }

.extended-warranty__add-btn {
  width: 100%;
  padding: 10px 0;
  margin: 10px 0;
  color: #828386;
  border: 1px solid #b4b4b4;
  border-radius: 2px;
  background: #f7f7f7; }

.extended-warranty__name {
  color: #848487;
  font-family: 'Avenir-Black';
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px; }

.extended-warranty__price {
  color: #848487;
  font-family: 'Avenir-Black';
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 15px; }

.extended-warranty__copy {
  color: #848487;
  font-family: 'Avenir-Medium';
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 30px;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .extended-warranty__copy {
      font-size: 16px;
      line-height: 22px; } }

.warranty_page_btn_container {
  margin-bottom: 40px !important;
  margin-top: 10px !important; }

.header-promotion-text {
  font-family: 'Avenir-Black'; }

.header-promotion-text strong {
  font-family: 'Avenir-Black'; }

.header-tools .navigation a {
  font-family: 'Avenir-Medium'; }

.slide-caption {
  font-family: 'Avenir-Black'; }

.slide-button {
  font-family: 'Avenir-Black'; }

.home-promotion-text a {
  font-family: 'Avenir-Black'; }

.home-alternating-text .feature-title {
  font-family: 'Avenir-Black'; }

.home-alternating-text .rte {
  font-family: 'Avenir-Medium'; }

.pxs-video .video-overlay-text {
  font-family: 'Avenir-Black';
  font-size: 1.57rem; }
  .pxs-video .video-overlay-text p {
    max-width: none; }

.home-inline-feature .feature-title {
  font-family: 'Avenir-Black';
  min-height: 42px; }

.home-inline-feature .rte {
  font-family: 'Avenir-Medium';
  color: #1273a3; }

.product-title a {
  font-family: 'Avenir-Black'; }

.product-price {
  font-family: 'Avenir-Medium'; }

.tabs {
  border: none; }

.tabs li {
  font-family: 'Avenir-Medium'; }

.tabs .active {
  font-family: 'Avenir-Black'; }

.tabs-content {
  font-family: 'Avenir-Medium';
  border: none; }

/*--------------about page------------------------*/
.about_page .about_page_con {
  max-width: 980px !important; }

.about_page {
  font-family: 'Avenir-Medium';
  background-image: url("//theindependencebed.com/cdn/shop/t/13/assets/about_page_bg.png?v=68489219999964450361768409471");
  background-color: #cccccc;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover; }

@media only screen and (min-width: 720px) {
  .about_page .con_left {
    float: left;
    width: 52%;
    margin-right: 2%; }

  .about_page .con_right {
    float: right;
    width: 44%;
    margin-left: 2%; }

  .about_title {
    text-align: center;
    font-size: 37px;
    color: #1273a3;
    font-family: 'Avenir-Black'; }

  .about_text {
    font-size: 18px;
    line-height: 26px;
    color: #848487;
    font-family: 'Avenir-Medium'; } }
@media only screen and (max-width: 719px) {
  .about_title {
    text-align: center;
    font-size: 24px;
    color: #1273a3;
    font-family: 'Avenir-Black'; }

  .about_text {
    font-size: 16px;
    line-height: 24px;
    color: #848487;
    font-family: 'Avenir-Medium'; } }
.about_text a:hover {
  text-decoration: underline; }

.faq_h {
  font-size: 18px;
  color: #1474a4;
  font-family: 'Avenir-Black'; }

.faq_h {
  font-size: 18px;
  color: #1474a4;
  font-family: 'Avenir-Black'; }

.faq_sh {
  font-size: 18px;
  color: #1474a4; }

/*----patent page------*/
.patent_h {
  font-size: 32px;
  color: #1474a4;
  text-align: center;
  width: 100%;
  font-family: 'Avenir-Black'; }

.patent_sh {
  font-size: 28px;
  color: #848487;
  text-align: center;
  width: 100%;
  margin-bottom: 50px; }

.patent_con {
  width: 100%;
  position: relative; }

@media only screen and (max-width: 719px) {
  .patent_img1 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px; }

  .patent_img2 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px; }

  .patent_img3 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto; }

  .patent_h {
    font-size: 24px;
    margin-top: 30px !important; }

  .patent_sh {
    font-size: 20px;
    margin-bottom: 0px; }

  .patent_con {
    text-align: center; } }
@media only screen and (min-width: 720px) {
  .patent_img1 {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px; }

  .patent_img2 {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px; }

  .patent_img3 {
    display: inline-block;
    width: 33%;
    margin-bottom: 10px; } }
/*product page*/
@media only screen and (max-width: 719px) {
  .product-title {
    font-size: 26px;
    margin-top: 30px; } }
.page_patent .rte div {
  max-width: 940px; }

.prod_content {
  margin-top: 30px; }

.product_custom .home-inline-features {
  display: inline-block; }

.product_point {
  font-family: 'Avenir-Black';
  font-size: 22px;
  color: #1273a3; }
  @media only screen and (max-width: 719px) {
    .product_point {
      font-size: 18px; } }

.product_point span {
  font-family: 'Avenir-Medium';
  color: #848487; }

@media only screen and (min-width: 720px) {
  .product_point_left {
    float: left;
    width: 45%; }

  .product_point_right {
    float: right;
    width: 45%;
    margin-left: 5%; } }
@media only screen and (max-width: 719px) {
  .product_point {
    width: 100%; }

  .product_point_left {
    max-width: 330px;
    margin: 0 auto; }

  .product_point_right {
    max-width: 330px;
    margin: 0 auto; } }
.pp_image {
  margin-bottom: 40px; }
  @media only screen and (max-width: 719px) {
    .pp_image {
      margin-bottom: 20px; } }
  .pp_image img {
    width: 100%;
    border: none; }

/**/
.prod_feature {
  display: flex; }

.prod_feature_l, .prod_feature_2, .prod_feature_3 {
  width: 33.33%;
  float: left;
  border-radius: 20px; }

.prod_feature_l {
  background: #dcf1f8;
  color: #848487; }

.prod_feature_2 {
  background: #cbeaf4;
  color: #848487; }

.prod_feature_3 {
  background: #d9e1ee;
  color: #848487; }

.prod_feature_sub {
  padding: 20px; }
  .prod_feature_sub ul {
    margin-bottom: 20px; }
  .prod_feature_sub li {
    font-size: 19px;
    line-height: 26px; }

.prod_feature_h {
  text-align: center;
  background: #fff;
  color: #1273a3;
  font-family: 'Avenir-Black';
  font-size: 20px;
  line-height: 24px;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px; }

.prod_feature_h2, .prod_feature_h4, .prod_feature_h5, .prod_feature_h7 {
  margin-top: 10px; }

@media only screen and (max-width: 719px) {
  .prod_feature {
    display: block; }

  .prod_feature_l, .prod_feature_2, .prod_feature_3 {
    width: 100%;
    float: unset;
    border-radius: 20px;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 30px; } }
.home-inline-features-title {
  width: 100%;
  text-align: center;
  color: #00acd2;
  font-family: 'Avenir-Black';
  font-size: 36px;
  line-height: 44px;
  margin-top: 40px;
  margin-bottom: 10px; }

@media only screen and (max-width: 719px) {
  .home-inline-features-title {
    font-size: 28px;
    line-height: 32px;
    margin-top: 20px; } }
/**/
.prod_multi_feature_text1 {
  padding: 10px;
  text-align: center;
  background: #1474a4;
  color: #FFF;
  font-size: 18px;
  font-family: 'Avenir-Black';
  width: 100%; }

@media only screen and (min-width: 720px) {
  .prod_multi_feature_img1, .prod_multi_feature_img2, .prod_multi_feature_img3 {
    width: 33.33%;
    float: left; } }
@media only screen and (max-width: 719px) {
  .prod_multi_feature_img1, .prod_multi_feature_img2, .prod_multi_feature_img3 {
    width: 100%;
    margin: 0 auto; }

  .prod_multi_feature {
    text-align: center; }

  .prod_multi_feature_img1 {
    margin-top: 10px; }

  .prod_multi_feature_text1 {
    font-size: 14px; } }
.faq_page {
  background-image: url("//theindependencebed.com/cdn/shop/t/13/assets/Work_In_Progress.png?v=143531509603853008121768409470");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 500px auto; }

.financing_mark,
.financing_mark2,
.financing_mark3 {
  position: relative;
  font-size: 55%;
  vertical-align: super; }

sup {
  position: relative;
  top: auto;
  font-size: 55%;
  line-height: normal;
  vertical-align: super; }

@media only screen and (min-width: 720px) {
  .full-slideshow-single-slide {
    margin-top: -60px; } }

@media only screen and (min-width: 720px) {
  .custom_page_title {
    margin-top: -150px !important; } }
@media only screen and (max-width: 719px) {
  .contact-form-container .page-title {
    margin-top: 30px !important;
    font-size: 24px; } }
/*-- Start of Foundation styles --*/
.grid-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

.nowrap {
  white-space: nowrap; }

.center {
  text-align: center; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

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

@media screen and (max-width: 39.9375em) {
  .hidden-sm {
    display: none; } }

@media screen and (min-width: 40em) {
  .show-sm {
    display: none; } }
@media screen and (max-width: 39.9375em) {
  .show-sm {
    display: inline-block; } }

b {
  font-family: 'Avenir-Black'; }

.home-promotion {
  padding: 20px 0;
  margin-bottom: 0 !important;
  background: #1474a4; }

.home-promotion__link {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center; }

.home-promotion__link a {
  color: #fff;
  font-family: 'Avenir-Black';
  font-size: 28px;
  line-height: 38px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .home-promotion__link a {
      font-size: 20px;
      line-height: 26px; } }
  @media screen and (max-width: 39.9375em) {
    .home-promotion__link a {
      font-size: 18px;
      line-height: 24px; } }
  .home-promotion__link a:hover {
    color: #fff;
    text-decoration: underline; }
  .home-promotion__link a:visited, .home-promotion__link a:focus {
    color: #fff; }
  .home-promotion__link a sup {
    font-size: 60%; }

.home-promotion__image img {
  width: 100%;
  max-width: 178px !important;
  height: auto !important; }

.testimonial {
  margin: 20px 0;
  padding: 25px 0;
  background: #cbeaf4; }

.testimonial__table {
  display: table; }
  @media screen and (max-width: 39.9375em) {
    .testimonial__table {
      display: inline-block; } }

.testimonial__cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .testimonial__cell {
      display: inline-block; } }

.testimonial__heading {
  color: #00acd2;
  font-family: 'Avenir-Black';
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 15px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .testimonial__heading {
      font-size: 20px;
      line-height: 26px; } }
  @media screen and (max-width: 39.9375em) {
    .testimonial__heading {
      margin-top: 20px; } }

.testimonial__text {
  color: #848487;
  font-family: 'Avenir-Medium';
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 15px; }
  @media screen and (max-width: 63.9375em) {
    .testimonial__text {
      font-size: 18px;
      line-height: 24px; } }

.testimonial__link {
  display: block;
  color: #57cfed;
  font-family: 'Avenir-Medium';
  font-size: 18px;
  line-height: 18px; }
  @media screen and (max-width: 39.9375em) {
    .testimonial__link {
      margin: 0 0 20px; } }

.testimonial:first-child {
  background: #dcf1f8; }
  .testimonial:first-child .testimonial__heading,
  .testimonial:first-child .testimonial__link {
    color: #57cfed; }

.testimonial:last-child {
  background: #d9e1ee; }
  .testimonial:last-child .testimonial__heading,
  .testimonial:last-child .testimonial__link {
    color: #1474a4; }

.home-text-columns-with-images {
  padding: 60px 0; }
  @media screen and (max-width: 63.9375em) {
    .home-text-columns-with-images {
      padding: 30px 0; } }
  .home-text-columns-with-images .feature {
    text-align: center; }
    @media screen and (max-width: 39.9375em) {
      .home-text-columns-with-images .feature {
        margin-bottom: 25px; } }
  .home-text-columns-with-images .feature__icon {
    margin-bottom: 25px; }
    @media screen and (max-width: 39.9375em) {
      .home-text-columns-with-images .feature__icon {
        margin-bottom: 10px; } }
  .home-text-columns-with-images .feature__title {
    color: #1273a3;
    font-family: 'Avenir-Black';
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0 10px; }
    @media screen and (min-width: 40em) {
      .home-text-columns-with-images .feature__title {
        min-height: 48px; } }
  .home-text-columns-with-images .feature__text {
    color: #1273a3;
    font-family: 'Avenir-Medium';
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px; }
    .home-text-columns-with-images .feature__text p {
      margin: 0; }

.quality-of-life {
  padding: 50px 0 70px;
  border-bottom: 1px solid #bbbbbb; }
  @media screen and (max-width: 63.9375em) {
    .quality-of-life {
      padding: 30px 0 40px; } }
  .quality-of-life .quality-of-life__heading {
    color: #00acd2;
    font-family: 'Avenir-Black';
    font-size: 34px;
    line-height: 42px;
    margin: 0 0 20px;
    text-align: center; }
    @media screen and (max-width: 63.9375em) {
      .quality-of-life .quality-of-life__heading {
        font-size: 26px;
        line-height: 34px; } }
    .quality-of-life .quality-of-life__heading sup {
      font-size: 60%; }
  @media screen and (max-width: 39.9375em) {
    .quality-of-life .quality-of-life__image {
      margin-bottom: 15px; } }

.about__image-container {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 63.9375em) {
    .about__image-container {
      align-items: flex-start; } }

.about__image {
  width: 100%; }

.about__title {
  color: #1273a3;
  font-family: 'Avenir-Black';
  font-size: 36px;
  line-height: 44px;
  margin: 40px 0 30px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .about__title {
      font-size: 30px;
      line-height: 38px;
      margin: 30px 0 20px; } }
  @media screen and (max-width: 39.9375em) {
    .about__title {
      font-size: 26px;
      line-height: 34px;
      margin: 0 0 20px;
      text-align: center; } }

.about__text {
  color: #505050;
  font-family: 'Avenir-Medium';
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .about__text {
      font-size: 20px;
      line-height: 28px; } }
  @media screen and (max-width: 39.9375em) {
    .about__text {
      font-size: 18px;
      line-height: 26px; } }

.about__text a {
  color: #1273a3;
  font-size: 20px; }
  @media screen and (max-width: 39.9375em) {
    .about__text a {
      font-size: 16px; } }
  .about__text a:hover, .about__text a:visited, .about__text a:focus {
    color: #1273a3; }
  .about__text a:hover {
    text-decoration: underline; }

.small-order-1 .about__title {
  margin-top: 30px; }

.the-bed__title {
  color: #004c6a;
  font-family: 'Avenir-Black';
  font-size: 36px;
  line-height: 44px;
  margin: 50px 0 30px;
  text-transform: none;
  text-align: center; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .the-bed__title {
      font-size: 30px;
      line-height: 38px;
      margin: 30px 0 20px; } }
  @media screen and (max-width: 39.9375em) {
    .the-bed__title {
      font-size: 26px;
      line-height: 34px;
      margin: 20px 0; } }

.the-bed__image {
  margin-bottom: 30px; }
  @media screen and (max-width: 39.9375em) {
    .the-bed__image {
      margin: 0 0 20px; } }

.the-bed__list {
  padding-left: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 39.9375em) {
    .the-bed__list {
      margin-bottom: 0; } }

.the-bed__list--inside {
  list-style-position: inside; }

.the-bed__list-item {
  color: #1474a4;
  font-family: 'Avenir-Black';
  font-size: 20px;
  line-height: 36px;
  margin: 0; }
  .the-bed__list-item span {
    color: #002939;
    font-family: 'Avenir-Medium'; }
  .the-bed__list-item:before {
    display: inline-block; }
  .the-bed__list-item::marker {
    text-align: left !important; }

.the-bed__sleep-sit-stand-images {
  margin-top: 50px;
  margin-bottom: 25px; }
  @media screen and (max-width: 39.9375em) {
    .the-bed__sleep-sit-stand-images {
      display: none; } }

@media screen and (min-width: 40em) {
  .the-bed__column {
    border-radius: 20px;
    border: 5px solid #ffffff; } }
@media screen and (max-width: 39.9375em) {
  .the-bed__column {
    margin-bottom: 10px; } }

.the-bed__column-image {
  margin-bottom: 20px;
  text-align: center;
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .the-bed__column-image {
      display: block; } }

.the-bed__column-inner {
  padding: 0;
  margin: 20px 20px 40px; }
  @media screen and (max-width: 39.9375em) {
    .the-bed__column-inner {
      margin: 0;
      padding: 20px;
      border-radius: 20px; } }

.the-bed__column-title {
  color: #004C6A;
  font-family: 'Avenir-Black';
  font-size: 20px;
  line-height: 24px;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
  text-align: left; }

.the-bed__column-list {
  margin-bottom: 15px;
  color: #002939;
  font-family: 'Avenir-Medium';
  font-size: 16px;
  line-height: 23px; }

@media screen and (min-width: 40em) {
  .the-bed__column--sleep {
    background: #ddeef2; } }

@media screen and (min-width: 40em) {
  .the-bed__column--sit {
    background: #ddeef2; } }

@media screen and (min-width: 40em) {
  .the-bed__column--stand {
    background: #ddeef2; } }

@media screen and (max-width: 39.9375em) {
  .the-bed__column-inner--sleep {
    background: #dcf1f8; } }

@media screen and (max-width: 39.9375em) {
  .the-bed__column-inner--sit {
    background: #dcf1f8; } }

@media screen and (max-width: 39.9375em) {
  .the-bed__column-inner--stand {
    background: #dcf1f8; } }

.the-bed__features {
  margin-bottom: 60px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .the-bed__features {
      margin-bottom: 30px; } }
  @media screen and (max-width: 39.9375em) {
    .the-bed__features {
      margin-bottom: 20px; } }

.the-bed__feature-icon {
  margin-bottom: 25px; }
  @media screen and (max-width: 39.9375em) {
    .the-bed__feature-icon {
      margin-bottom: 10px; } }

.the-bed__feature-title {
  margin: 0 0 15px;
  color: #1273a3;
  font-family: 'Avenir-Black';
  font-size: 20px;
  line-height: 24px; }
  @media screen and (min-width: 40em) {
    .the-bed__feature-title {
      min-height: 48px; } }

.the-bed__feature-text {
  margin: 0 0 15px;
  color: #002939;
  font-family: 'Avenir-Medium';
  font-size: 16px;
  line-height: 24px; }

.the-bed__feature-image {
  max-width: none;
  border: 5px solid #ffffff;
  width: 100%; }

.the-bed__features-text {
  padding: 10px 15px;
  margin-bottom: 30px;
  color: #004c6a;
  font-family: 'Avenir-Black';
  font-size: 36px;
  line-height: 44px;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .the-bed__features-text {
      font-size: 20px;
      line-height: 28px; } }

.faq h3 {
  color: #1474a4;
  font-family: 'Avenir-Black';
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 10px; }
  @media screen and (max-width: 39.9375em) {
    .faq h3 {
      font-size: 20px;
      line-height: 20px; } }
.faq p {
  color: #002939;
  font-family: 'Avenir-Medium';
  font-size: 18px;
  line-height: 26.2px;
  margin: 0 0 30px; }
  @media screen and (max-width: 39.9375em) {
    .faq p {
      font-size: 18px;
      line-height: 28px; } }
.faq span {
  color: #002939;
  font-family: 'Avenir-Black'; }

.financing__hero-img {
  margin-top: -52px;
  margin-bottom: 60px;
  margin-right: -.3rem;
  margin-left: -.3rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .financing__hero-img {
      margin-top: -57px; } }
  @media screen and (max-width: 39.9375em) {
    .financing__hero-img {
      margin-top: -40px;
      margin-bottom: 30px;
      margin-right: -.625rem;
      margin-left: -.625rem; } }

.financing a {
  word-wrap: break-word; }
.financing h2 {
  color: #1474a4;
  font-family: 'Avenir-Black';
  font-size: 26px;
  line-height: 34px;
  margin: 0 0 10px;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .financing h2 {
      font-size: 20px;
      line-height: 28px; } }
.financing h3 {
  color: #00acd2;
  font-family: 'Avenir-Black';
  font-size: 36px;
  line-height: 44px;
  margin: 30px 0;
  text-align: center; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .financing h3 {
      font-size: 30px;
      line-height: 38px;
      margin: 30px 0 20px; } }
  @media screen and (max-width: 39.9375em) {
    .financing h3 {
      font-size: 26px;
      line-height: 34px;
      margin: 20px 0; } }
.financing p {
  color: #848487;
  font-family: 'Avenir-Medium';
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px; }
  @media screen and (max-width: 39.9375em) {
    .financing p {
      font-size: 18px;
      line-height: 28px; } }
.financing .financing__copy--sm {
  font-size: 18px;
  line-height: 28px; }
  @media screen and (max-width: 39.9375em) {
    .financing .financing__copy--sm {
      font-size: 16px;
      line-height: 26px; } }
  .financing .financing__copy--sm sup {
    font-size: 60%; }
.financing .financing__lenders-copy {
  margin-bottom: 10px !important;
  text-align: center; }
.financing .financing__lenders {
  text-align: center; }
  .financing .financing__lenders img {
    width: 45%;
    max-width: 300px;
    height: auto;
    margin: 0 10px 10px; }
.financing span {
  color: #57cfed;
  font-family: 'Avenir-Black'; }
.financing h4 {
  color: #848487;
  font-family: 'Avenir-Black';
  font-size: 30px;
  line-height: 38px;
  margin: 30px 0 15px;
  text-align: center;
  text-transform: none !important; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .financing h4 {
      font-size: 26px;
      line-height: 34px;
      margin: 20px 0 15px; } }
  @media screen and (max-width: 39.9375em) {
    .financing h4 {
      font-size: 22px;
      line-height: 30px; } }

.financing__no-interest {
  padding: 20px 30px;
  margin-bottom: 30px;
  border: 2px solid #1474a4;
  border-radius: 20px; }
  .financing__no-interest p {
    color: #848487;
    font-family: 'Avenir-Medium';
    font-size: 20px;
    line-height: 30px;
    margin: 0; }
    @media screen and (max-width: 39.9375em) {
      .financing__no-interest p {
        font-size: 18px;
        line-height: 28px; } }

.financing__benefits-heading {
  margin-bottom: 5px !important; }

.financing__benefits-copy {
  font-family: 'Avenir-Black' !important;
  text-align: center;
  margin-bottom: 20px !important; }

.financing__benefit {
  color: #848487;
  text-align: center;
  background: #cceef6;
  margin-bottom: 10px !important;
  padding: 5px 10px; }

.financing__checkout-finance-btn {
  width: 200px; }

.financing__copy {
  text-align: center;
  margin-bottom: 5px !important; }

.financing__logos {
  text-align: center; }

.financing__logos-synchrony {
  width: 250px;
  height: auto;
  margin: 0 10px 10px; }

.financing__logos-genesis {
  width: 180px;
  height: auto;
  margin: 0 10px 10px; }

.financing__application-step {
  text-align: center;
  border-radius: 20px;
  padding: 15px 10px 25px;
  background: #ddf5fb; }
  .financing__application-step:nth-of-type(even) {
    background: #cceef6; }

.financing__application-step-number {
  display: inline-block;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 18px !important;
  font-family: 'Avenir-Black' !important;
  background: #1474a4;
  margin-bottom: 10px !important;
  border-radius: 30px;
  padding: 5px 10px; }

.financing__application-step-title {
  color: #1474a4 !important;
  font-size: 18px !important;
  line-height: 22px !important;
  font-family: 'Avenir-Black' !important;
  background: #fff;
  padding: 5px;
  margin-bottom: 5px !important;
  text-transform: uppercase; }

.financing__application-step-copy {
  font-size: 18px !important;
  line-height: 22px !important;
  margin-bottom: 0 !important; }

.synchrony {
  padding: 15px 30px;
  margin-bottom: 30px;
  border: 2px solid #1474a4;
  border-radius: 20px; }
  .synchrony h4 {
    margin-top: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-family: 'Avenir-Black';
    text-align: center;
    background: #1474a4;
    text-transform: capitalize; }
  .synchrony p {
    color: #848487;
    font-family: 'Avenir-Medium';
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px; }
    @media screen and (max-width: 39.9375em) {
      .synchrony p {
        font-size: 18px;
        line-height: 28px; } }
  .synchrony span {
    color: #1474a4;
    font-family: 'Avenir-Medium'; }

.synchrony-column {
  padding: 0 5px; }
  @media screen and (max-width: 39.9375em) {
    .synchrony-column {
      padding: 0; } }

.padding-left-0 {
  padding-left: 0; }

.padding-right-0 {
  padding-right: 0; }

.synchrony-logo,
.faq__genesis-logo {
  max-width: 200px;
  margin: 5px 10px 15px; }

.synchrony-footer {
  border-top: 2px solid #1474a4;
  padding-top: 30px; }

.page-title {
  color: #1273a3;
  font-family: 'Avenir-Black';
  font-size: 36px;
  line-height: 44px;
  margin: 40px 0 20px;
  text-align: center; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .page-title {
      font-size: 30px;
      line-height: 38px; } }
  @media screen and (max-width: 39.9375em) {
    .page-title {
      font-size: 26px;
      line-height: 34px;
      margin: 20px 0;
      text-align: center; } }

.page-title--patent,
.page-title--product {
  margin: 40px 0 15px; }
  @media screen and (max-width: 39.9375em) {
    .page-title--patent,
    .page-title--product {
      margin: 20px 0 15px; } }

.page-title--cart {
  margin: 40px 0 60px; }
  @media screen and (max-width: 39.9375em) {
    .page-title--cart {
      margin: 20px 0 60px; } }

.contact__button {
  display: block;
  margin: 30px auto 0;
  border-radius: 26px; }

.patent__text {
  color: #848487;
  font-family: 'Avenir-Medium';
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px; }
  @media screen and (max-width: 39.9375em) {
    .patent__text {
      font-size: 18px;
      line-height: 28px;
      margin: 0 0 15px; } }

.patent__text--center {
  text-align: center; }

.patent__image-container {
  padding-top: 40px;
  text-align: center; }

.patent__image {
  display: block;
  max-width: 45%;
  margin: 0 auto 40px; }

.do-not-sell__text {
  color: #505050;
  font-family: 'Avenir-Medium';
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px; }
  @media screen and (max-width: 39.9375em) {
    .do-not-sell__text {
      font-size: 18px;
      line-height: 28px; } }
  .do-not-sell__text span {
    font-family: 'Avenir-Black'; }

.do-not-sell__list {
  color: #505050;
  font-family: 'Avenir-Medium';
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px; }
  @media screen and (max-width: 39.9375em) {
    .do-not-sell__list {
      font-size: 18px;
      line-height: 28px; } }
  .do-not-sell__list span {
    font-family: 'Avenir-Black'; }

/*-- End of Foundation styles --*/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000; }

.modal__container {
  background-color: #1474a4;
  padding: 30px 60px 20px;
  max-width: 800px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box; }
  @media screen and (max-width: 39.9375em) {
    .modal__container {
      padding: 30px; } }
  .modal__container hr {
    max-width: 30rem;
    margin: 2rem auto; }
    @media screen and (max-width: 39.9375em) {
      .modal__container hr {
        margin: 1.25rem auto; } }

.modal__container--large {
  max-width: 1150px; }

.modal__header {
  text-align: right;
  margin-bottom: 15px; }

.modal__header-inner {
  display: block;
  width: 100%;
  text-align: center; }

.modal__icon {
  max-width: 100px; }
  @media screen and (max-width: 39.9375em) {
    .modal__icon {
      max-width: 80px; } }

.modal__title {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Avenir-Black';
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  box-sizing: border-box;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .modal__title {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 0px; } }

.modal__copy {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: 'Avenir-Medium';
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  box-sizing: border-box;
  text-align: center; }
  @media screen and (max-width: 39.9375em) {
    .modal__copy {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 20px; } }
  .modal__copy a {
    color: #fff;
    text-decoration: underline;
    outline: none; }

.modal__copy-asterisk {
  font-size: 16px;
  line-height: 26px; }

@media screen and (max-width: 39.9375em) {
  .modal__copy:last-child {
    margin-bottom: 30px; } }

.modal__list {
  list-style: none;
  margin: 0;
  text-align: center; }

.modal__list-item {
  display: inline-block;
  margin: 0 20px 15px; }
  @media screen and (max-width: 39.9375em) {
    .modal__list-item {
      margin: 0 10px 15px; } }
  .modal__list-item img {
    height: 120px; }
    @media screen and (max-width: 39.9375em) {
      .modal__list-item img {
        height: 100px; } }

.phone {
  color: #fff !important;
  white-space: nowrap;
  outline: none !important; }

.modal__close {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  color: #fff;
  font-family: sans-serif;
  font-size: 25px;
  margin-left: auto;
  font-weight: bold;
  outline: none; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

#modal-4 .modal__overlay,
#modal-5 .modal__overlay {
  background: rgba(31, 117, 162, 0.85); }
#modal-4 .modal__container,
#modal-5 .modal__container {
  background: none;
  max-width: none;
  padding: 20px 30px; }
  @media screen and (max-width: 39.9375em) {
    #modal-4 .modal__container,
    #modal-5 .modal__container {
      padding: 10px 15px; } }
#modal-4 .grid-x,
#modal-5 .grid-x {
  align-items: center; }

#promo-cell-1 {
  margin-bottom: 50px; }
  @media screen and (max-width: 39.9375em) {
    #promo-cell-1 {
      margin-bottom: 15px; } }

#promo-cell-2 {
  margin-bottom: 50px; }
  @media screen and (max-width: 39.9375em) {
    #promo-cell-2 {
      margin-bottom: 15px; } }

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

#promo-cell-3 {
  margin-bottom: 50px; }
  @media screen and (max-width: 39.9375em) {
    #promo-cell-3 {
      margin-bottom: 15px; } }

#promo-img1 {
  width: 100%;
  max-width: 750px;
  vertical-align: baseline; }

#promo-img3 {
  width: 75%;
  max-width: 1060px; }
  @media screen and (max-width: 39.9375em) {
    #promo-img3 {
      width: 100%; } }

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes mmslideIn {
  from {
    transform: translateY(15%); }

  to {
    transform: translateY(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0); }

  to {
    transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

/*--------------------------29-07-2020------------------*/
/*020*/
.ibed_video_con {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 49.41%; }
  .ibed_video_con video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#ibed_overlay {
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  /*background-color: rgba(0,0,0,0.5);*/
  z-index: 2;
  cursor: pointer; }

.ibed_video_con .slide-text2 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #fff; }

.video_bg_2 img {
  width: 55%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px; }

.video_logo img {
  margin-top: 25px;
  max-width: 55%;
  margin-left: 22%; }

.video_bg_1 {
  width: 100%;
  margin-top: 20px; }

.video_bg_1_con {
  width: 80%;
  float: right;
  background-repeat: no-repeat; }

.video_bg_1_con_1 {
  float: left;
  padding-left: 40px;
  color: #fff;
  font-family: 'Avenir-Black';
  font-size: 35px;
  line-height: 64px;
  white-space: nowrap; }
  .video_bg_1_con_1 span {
    font-size: 16px; }

.slide-text2-table {
  display: table;
  margin: 0 auto; }

.slide-text2-cell {
  display: table-cell;
  color: #fff;
  font-family: 'Avenir-Black';
  font-size: 20px;
  line-height: normal;
  vertical-align: middle;
  padding: 0 10px; }
  .slide-text2-cell span {
    font-size: 42px; }
  .slide-text2-cell a {
    min-width: 150px;
    display: block; }

.video_bg_1_con_text {
  text-align: center;
  font-family: 'Avenir-Black';
  font-size: 18px;
  color: #e81d27;
  text-transform: uppercase; }

.video_bg_2_con_2 {
  width: 40%;
  float: right; }

.video_bg_1_con_2 img {
  max-width: 80px;
  margin-top: 7px;
  margin-left: 30px; }

.ibed_show_desk {
  display: none;
  overflow: hidden; }

.slide-text2-financing {
  width: 50%;
  margin: 0 10px 10px 0; }

.ibed_show_mob {
  display: block; }

.video_bg_1_con_m {
  background: #e81d27;
  padding: 0 0 5px;
  margin-bottom: 10px; }

.video_bg_1_con_1_m {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Avenir-Black';
  max-width: 80%;
  padding: 0;
  margin: 0 auto;
  color: #fff;
  text-align: center; }
  .video_bg_1_con_1_m p {
    margin: 0 0 5px; }
  .video_bg_1_con_1_m span {
    font-size: 16px; }

@media only screen and (min-width: 720px) {
  .ibed_show_mob {
    display: none; }

  .ibed_show_desk {
    display: block; } }
@media only screen and (max-width: 719px) {
  .video_logo img {
    margin-top: 15%; }

  .video_bg_2 img {
    margin-top: 20px; } }
@media only screen and (min-width: 320px) and (max-width: 719px) {
  #ibed_overlay {
    width: 55%; }

  .video_bg_1_con {
    width: 100%; }

  .video_bg_1_con_1 {
    float: left;
    padding-left: 40px;
    color: #fff;
    font-size: 10px; }

  .video_bg_1_con_2 {
    width: 100%;
    text-align: center !important; }

  .video_bg_1_con_2 img {
    max-width: 60px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px; }

  .video_bg_1_con_2_text {
    color: #fff;
    font-family: 'Avenir-Black';
    text-align: center;
    margin-bottom: 5px;
    text-transform: uppercase; }

  .slide-text2 {
    padding-bottom: 10px; }

  .slide-caption {
    font-size: 18px;
    line-height: 26px;
    max-width: 80%;
    margin: 0 auto;
    text-align: center; } }
@media only screen and (min-width: 720px) and (max-width: 1040px) {
  #ibed_overlay {
    width: 60%; }

  .video_bg_1_con_1 {
    padding-left: 40px;
    font-size: 25px;
    line-height: 60px; }
    .video_bg_1_con_1 span {
      font-size: 18px; }

  .video_bg_1_con_text {
    font-size: 14px;
    padding-left: 30px; }

  .video_bg_2_con_2 {
    width: 20%; }

  .video_bg_1_con_2 img {
    max-width: 60px;
    margin-top: 12px;
    margin-left: 20px; }

  .video_logo img {
    margin-top: 10px;
    max-width: 50%;
    margin-left: 90px; }

  .video_bg_2 img {
    width: 40%;
    margin-bottom: 10px;
    margin-top: 10px; }

  .ibed_video_con .slide-text2 {
    width: 75%; }

  .slide-text2 .slide-caption {
    font-size: 15px;
    line-height: 20px; } }
@media only screen and (min-width: 1041px) and (max-width: 1300px) {
  .video_bg_2_con_2 {
    width: 20%; }

  .ibed_video_con .slide-text2 {
    width: 80%; }

  .video_bg_1_con_2 img {
    margin-top: 7px;
    margin-left: 30px; }

  #ibed_overlay {
    width: 55%; }

  .video_logo img {
    margin-top: 20px; }

  .video_bg_2 img {
    width: 45%; }

  .slide-text2-financing {
    width: 40%; } }
.slide-text2-financing-container {
  display: none; }

.slide-text2-financing-container--mob {
  display: block;
  background: #00acd2;
  padding: 10px 0;
  text-align: center; }

@media only screen and (max-width: 719px) {
  .slide-text2-cell span {
    font-size: 30px; } }
@media only screen and (min-width: 1260px) {
  .slide-text2-financing-container {
    display: block; }

  .slide-text2-financing-container--mob {
    display: none; } }
@media only screen and (min-width: 1301px) and (max-width: 1500px) {
  .ibed_video_con .slide-text2 {
    width: 80%; }

  .video_bg_2_con_2 {
    width: 30%; }

  .video_bg_1_con_2 img {
    margin-left: 30px; } }
@media only screen and (min-width: 1501px) and (max-width: 1855px) {
  .video_bg_1_con_2 img {
    margin-top: 7px;
    margin-left: 30px; }

  .video_bg_2_con_2 {
    width: 30%; }

  .ibed_video_con .slide-text2 {
    width: 60%; }

  .video_bg_2 img {
    width: 60%;
    margin-bottom: 20px; } }
.patent_text {
  position: absolute;
  left: 30%;
  bottom: 20px;
  color: #fff;
  font-size: 12px; }

@media only screen and (max-width: 600px) {
  .patent_text {
    bottom: 10px;
    font-size: 6px; } }
.restrict-shipping-check-label,
.bold-upsell__intro-content {
  font-size: 1rem; }

sticky-header.header-wrapper {
  background-color: #002939; }

/* =========================================================
   PRODUCT SPECS / ADDITIONAL INFO LAYOUT
   Startup theme – full-width 2-column grid
   ========================================================= */
/* Grid container */
.product-more-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  width: 100%;
  max-width: 100%;
  margin: 3rem auto 0; }

/* Individual spec blocks */
.product-more-info .specs-block {
  width: 100%; }

/* Remove width constraints from Startup wrappers */
.product-wrap .product-more-info,
.product-description .product-more-info,
.page-width .product-more-info {
  max-width: 100%;
  width: 100%; }

/* Typography cleanup */
.specs-block__subheading {
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-size: 1.4rem; }

.specs-block__content p {
  margin: 0;
  line-height: 1.6; }

/* Mobile: stack to one column */
@media (max-width: 768px) {
  .product-more-info {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem; } }
/* Trust Icons on Product Page – Text columns with images block */
.home-text-columns-with-images {
  background-color: #002939;
  padding: 4rem 0;
  /* adjust spacing as needed */ }

.home-text-columns-with-images .feature__title,
.home-text-columns-with-images__heading {
  color: #ffffff; }

/* Product page – spacing above Text Columns with Images block */
.section-product .home-text-columns-with-images {
  margin-top: 3rem;
  /* adjust as needed */ }

/* Remove custom_page_bar on warranty page only */
body.template-page-warranty .custom_page_bar {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

/* Product page CTA buttons */
.product-two-cta {
  padding: 2rem 0;
  /* section padding */ }

.product-two-cta__wrap {
  display: flex;
  gap: var(--cta-gap, 16px);
  justify-content: center;
  align-items: stretch; }

.product-two-cta__btn.button1 {
  font-size: var(--cta-fs, 18px);
  padding: var(--cta-py, 12px) var(--cta-px, 18px);
  width: 100%;
  max-width: 320px;
  /* keeps them from being huge */ }

/* Stack on mobile */
.product-two-cta__wrap.is-stack-mobile {
  flex-wrap: wrap; }

@media (max-width: 640px) {
  .product-two-cta__wrap.is-stack-mobile {
    flex-direction: column; }

  .product-two-cta__btn.button1 {
    max-width: 100%; } }
