/** Shopify CDN: Minification failed

Line 8055:11 Expected identifier but found whitespace
Line 8055:20 Unexpected ";"
Line 8784:118 Unexpected ","

**/
/* ==========================================================================
   #EMOJI ICONS
   ========================================================================== */
/**
 * Emojis for empty states
 * Uncomment last 5 lines to hide emojis
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100;8..144,200;8..144,300;8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900;8..144,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --color--brand: var(--mainGradient) !important;
  --biggerShadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  --smallShadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; 
  --containerShadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  --btnShadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  --purple: #6a5e77;
  --blue: #5F7F8A;
  --charcoal: #202020;
  --btnShadow2: rgba(0, 0, 0, .16) 0px 3px 3px, rgba(0, 0, 0, .23) 0px 3px 3px, rgba(0,0,0, .25) 0px -2px 6px 0px inset;
  --oneNumber: 'Lato', sans-serif;
  --textShadow: 0 4px 4px rgba(0,0,0,.25);
  --rightBox: 8px 8px 2px black;
  --leftBox: -8px 8px 2px black;
  --bigBtn: 5px 5px 2px black;
  --bigBtnWhite: 5px 5px 2px white;
  --mainGradient: linear-gradient(90deg, rgba(30,193,224,1) 0%, rgba(89,144,220,1) 50%, rgba(159,81,155,1) 100%);
}

.emoji {
  font-size: 80px;
  line-height:cs;
  height: 100px;
  width: 100px;
  display: inline-block;
  margin: 18px 0;
  color: var(--color--text-lightest);
  /* 
    padding: 0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    */ }

/* ==========================================================================
   #BASIC FORMS
   ========================================================================== */
[type="text"],
[type="password"],
[type="datetime"],
[type="datetime-local"],
[type="date"],
[type="month"],
[type="time"],
[type="week"],
[type="number"],
[type="email"],
[type="url"],
[type="search"],
[type="tel"],
[type="color"],
select,
textarea {
  display: block;
  border-radius: 0;
  height: 48px;
  line-height: 22px;
  padding: 12px;
  color: var(--color--text);
  vertical-align: middle;
  border: 1px solid var(--color--text-lighter);
  width: 100%;
  margin-bottom: 12px;
  cursor: pointer;
  background: var(--color--bg);
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  [type="text"]::-webkit-input-placeholder, [type="text"]::-moz-placeholder, [type="text"]:-ms-input-placeholder, [type="text"]:-moz-placeholder, [type="text"]:placeholder,
  [type="password"]::-webkit-input-placeholder,
  [type="password"]::-moz-placeholder,
  [type="password"]:-ms-input-placeholder,
  [type="password"]:-moz-placeholder,
  [type="password"]:placeholder,
  [type="datetime"]::-webkit-input-placeholder,
  [type="datetime"]::-moz-placeholder,
  [type="datetime"]:-ms-input-placeholder,
  [type="datetime"]:-moz-placeholder,
  [type="datetime"]:placeholder,
  [type="datetime-local"]::-webkit-input-placeholder,
  [type="datetime-local"]::-moz-placeholder,
  [type="datetime-local"]:-ms-input-placeholder,
  [type="datetime-local"]:-moz-placeholder,
  [type="datetime-local"]:placeholder,
  [type="date"]::-webkit-input-placeholder,
  [type="date"]::-moz-placeholder,
  [type="date"]:-ms-input-placeholder,
  [type="date"]:-moz-placeholder,
  [type="date"]:placeholder,
  [type="month"]::-webkit-input-placeholder,
  [type="month"]::-moz-placeholder,
  [type="month"]:-ms-input-placeholder,
  [type="month"]:-moz-placeholder,
  [type="month"]:placeholder,
  [type="time"]::-webkit-input-placeholder,
  [type="time"]::-moz-placeholder,
  [type="time"]:-ms-input-placeholder,
  [type="time"]:-moz-placeholder,
  [type="time"]:placeholder,
  [type="week"]::-webkit-input-placeholder,
  [type="week"]::-moz-placeholder,
  [type="week"]:-ms-input-placeholder,
  [type="week"]:-moz-placeholder,
  [type="week"]:placeholder,
  [type="number"]::-webkit-input-placeholder,
  [type="number"]::-moz-placeholder,
  [type="number"]:-ms-input-placeholder,
  [type="number"]:-moz-placeholder,
  [type="number"]:placeholder,
  [type="email"]::-webkit-input-placeholder,
  [type="email"]::-moz-placeholder,
  [type="email"]:-ms-input-placeholder,
  [type="email"]:-moz-placeholder,
  [type="email"]:placeholder,
  [type="url"]::-webkit-input-placeholder,
  [type="url"]::-moz-placeholder,
  [type="url"]:-ms-input-placeholder,
  [type="url"]:-moz-placeholder,
  [type="url"]:placeholder,
  [type="search"]::-webkit-input-placeholder,
  [type="search"]::-moz-placeholder,
  [type="search"]:-ms-input-placeholder,
  [type="search"]:-moz-placeholder,
  [type="search"]:placeholder,
  [type="tel"]::-webkit-input-placeholder,
  [type="tel"]::-moz-placeholder,
  [type="tel"]:-ms-input-placeholder,
  [type="tel"]:-moz-placeholder,
  [type="tel"]:placeholder,
  [type="color"]::-webkit-input-placeholder,
  [type="color"]::-moz-placeholder,
  [type="color"]:-ms-input-placeholder,
  [type="color"]:-moz-placeholder,
  [type="color"]:placeholder,
  select::-webkit-input-placeholder,
  select::-moz-placeholder,
  select:-ms-input-placeholder,
  select:-moz-placeholder,
  select:placeholder,
  textarea::-webkit-input-placeholder,
  textarea::-moz-placeholder,
  textarea:-ms-input-placeholder,
  textarea:-moz-placeholder,
  textarea:placeholder {
    color: var(--color--text-light); }
  [type="text"]:focus, [type="text"]:active,
  [type="password"]:focus,
  [type="password"]:active,
  [type="datetime"]:focus,
  [type="datetime"]:active,
  [type="datetime-local"]:focus,
  [type="datetime-local"]:active,
  [type="date"]:focus,
  [type="date"]:active,
  [type="month"]:focus,
  [type="month"]:active,
  [type="time"]:focus,
  [type="time"]:active,
  [type="week"]:focus,
  [type="week"]:active,
  [type="number"]:focus,
  [type="number"]:active,
  [type="email"]:focus,
  [type="email"]:active,
  [type="url"]:focus,
  [type="url"]:active,
  [type="search"]:focus,
  [type="search"]:active,
  [type="tel"]:focus,
  [type="tel"]:active,
  [type="color"]:focus,
  [type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active {
    color: var(--color--text); }
  [type="text"].error, [type="text"].is-invalid, [type="text"].input--error,
  [type="password"].error,
  [type="password"].is-invalid,
  [type="password"].input--error,
  [type="datetime"].error,
  [type="datetime"].is-invalid,
  [type="datetime"].input--error,
  [type="datetime-local"].error,
  [type="datetime-local"].is-invalid,
  [type="datetime-local"].input--error,
  [type="date"].error,
  [type="date"].is-invalid,
  [type="date"].input--error,
  [type="month"].error,
  [type="month"].is-invalid,
  [type="month"].input--error,
  [type="time"].error,
  [type="time"].is-invalid,
  [type="time"].input--error,
  [type="week"].error,
  [type="week"].is-invalid,
  [type="week"].input--error,
  [type="number"].error,
  [type="number"].is-invalid,
  [type="number"].input--error,
  [type="email"].error,
  [type="email"].is-invalid,
  [type="email"].input--error,
  [type="url"].error,
  [type="url"].is-invalid,
  [type="url"].input--error,
  [type="search"].error,
  [type="search"].is-invalid,
  [type="search"].input--error,
  [type="tel"].error,
  [type="tel"].is-invalid,
  [type="tel"].input--error,
  [type="color"].error,
  [type="color"].is-invalid,
  [type="color"].input--error,
  select.error,
  select.is-invalid,
  select.input--error,
  textarea.error,
  textarea.is-invalid,
  textarea.input--error {
    border-color: #d12328;
    outline-color: #d12328; }
  [type="text"].success, [type="text"].is-valid,
  [type="password"].success,
  [type="password"].is-valid,
  [type="datetime"].success,
  [type="datetime"].is-valid,
  [type="datetime-local"].success,
  [type="datetime-local"].is-valid,
  [type="date"].success,
  [type="date"].is-valid,
  [type="month"].success,
  [type="month"].is-valid,
  [type="time"].success,
  [type="time"].is-valid,
  [type="week"].success,
  [type="week"].is-valid,
  [type="number"].success,
  [type="number"].is-valid,
  [type="email"].success,
  [type="email"].is-valid,
  [type="url"].success,
  [type="url"].is-valid,
  [type="search"].success,
  [type="search"].is-valid,
  [type="tel"].success,
  [type="tel"].is-valid,
  [type="color"].success,
  [type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid {
    border-color: #00964d;
    outline-color: #00964d; }
  [type="text"][disabled], [type="text"].is-disabled,
  [type="password"][disabled],
  [type="password"].is-disabled,
  [type="datetime"][disabled],
  [type="datetime"].is-disabled,
  [type="datetime-local"][disabled],
  [type="datetime-local"].is-disabled,
  [type="date"][disabled],
  [type="date"].is-disabled,
  [type="month"][disabled],
  [type="month"].is-disabled,
  [type="time"][disabled],
  [type="time"].is-disabled,
  [type="week"][disabled],
  [type="week"].is-disabled,
  [type="number"][disabled],
  [type="number"].is-disabled,
  [type="email"][disabled],
  [type="email"].is-disabled,
  [type="url"][disabled],
  [type="url"].is-disabled,
  [type="search"][disabled],
  [type="search"].is-disabled,
  [type="tel"][disabled],
  [type="tel"].is-disabled,
  [type="color"][disabled],
  [type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled {
    cursor: not-allowed;
    opacity: 0.6; }

form {
  overflow: hidden;
  position: relative; }

[type="submit"] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

button[disabled] {
  opacity: .6;
  cursor: not-allowed; }
  button[disabled]:hover {
    opacity: .6; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 10px;
  height: auto; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  font-size: 1rem;
  line-height: 1.7em; }

/* Custom Select dropdown (requires JS to set correct padding)
   ========================================================================== */
.selector-wrapper {
  position: relative;
  padding-top: 6px; }
  .selector-wrapper:after {
    content: '\e915';
    font-family: "sb-icons";
    position: absolute;
    top: 18px;
    right: 12px;
    font-size: 13px;
    color: var(--color--text-lighter);
    pointer-events: none; }
  .selector-wrapper label {
    color: var(--color--text);
    background: var(--color--bg);
    font-family: var(--font--body);
    position: absolute;
    display: block;
    left: 4px;
    top: 0;
    padding: 0 8px;
    font-size: .75em;
    line-height: 1;
    pointer-events: none; }
  .selector-wrapper select {
    font-family: var(--font--body);
    border-color: var(--color--text-lightest);
    background: var(--color--bg);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 12px 30px 12px 12px;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s; }
  .selector-wrapper select::-ms-expand {
    display: none; }

/* ==========================================================================
   #TABLES
   ========================================================================== */
table {
  color: var(--color--text);
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

td, th {
  border: 1px solid transparent;
  /* No more visible border */
  height: 48px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  /* Simple transition for hover effect */ }

th {
  background: var(--color--text-lightest);
  color: var(--color--text);
  font-weight: 600;
  padding: 0 12px;
  text-align: left; }

td {
  color: var(--color--text);
  padding: 0 12px; }

td.td2 {
  text-indent: 18px; }

@media screen and (max-width: 767px) {
  .responsive-table thead {
    display: none; }
  .responsive-table tr {
    display: block; }
  .responsive-table tr,
  .responsive-table td {
    float: left;
    clear: both;
    width: 100%; }
  .responsive-table th,
  .responsive-table td {
    display: block;
    text-align: right;
    padding: 6px 12px;
    border: 0;
    margin: 0;
    height: auto; }
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 0.85rem;
    padding-right: 12px;
    margin-top: 6px; } }

/* ==========================================================================
   #LAYOUT SLIDER (extends .o-layout)
   ========================================================================== */
.layout-slider.slick-initialized.o-layout {
  margin: 0; }

.layout-slider.slick-initialized .o-layout__item {
  padding: 0 9px;
  position: relative; }

.layout-slider.slick-initialized.o-layout--masonry {
  height: auto !important; }
  .layout-slider.slick-initialized.o-layout--masonry .o-layout__item {
    position: relative !important;
    left: auto !important;
    top: auto !important; }

.layout-slider.slick-initialized .layout-slider__more {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center; }

.layout-slider.slick-initialized .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.layout-slider.slick-initialized .slick-slide {
  height: auto; }

.layout-slider.slick-initialized .slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .layout-slider.slick-initialized .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--color--text);
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .layout-slider.slick-initialized .slick-dots li.slick-active, .layout-slider.slick-initialized .slick-dots li:hover, .layout-slider.slick-initialized .slick-dots li:focus {
      background: var(--color--brand);
      opacity: 1; }
    .layout-slider.slick-initialized .slick-dots li button {
      padding: 0;
      width: 9px;
      height: 9px;
      border-radius: 50%; }
      .layout-slider.slick-initialized .slick-dots li button:before {
        content: none; }

/* ==========================================================================
   #PAGINATION (uses shopify - "| default_pagination" )
   ========================================================================== */
.pagination {
  text-align: center;
  margin: 24px 0 18px; }
  .pagination .pagination__items {
    display: inline-block; }
  .pagination .page,
  .pagination .next,
  .pagination .prev {
    width: 42px;
    height: 42px;
    line-height: 42px;
    float: left;
    margin: 0 3px;
    font-size: 12px;
    box-sizing: content-box;
    border-radius: 50%; }
    .pagination .page a,
    .pagination .next a,
    .pagination .prev a {
      display: block;
      width: 42px;
      height: 42px;
      line-height: 43px;
      color: var(--color--text);
      border-radius: 50%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border: 1px solid var(--color--bg); }
      .pagination .page a:hover,
      .pagination .next a:hover,
      .pagination .prev a:hover {
        text-decoration: none;
        border-color: var(--color--text-lightest);
        opacity: 1; }
    .pagination .page.current,
    .pagination .next.current,
    .pagination .prev.current {
      font-weight: bold;
      border: 1px solid var(--color--bg);
      background: var(--color--text-bg); }
  .pagination .deco {
    width: 42px;
    height: 44px;
    line-height: 34px;
    float: left;
    font-size: 20px;
    margin: 0 3px; }

/* ==========================================================================
   #REVIEWS (styling for Shopify reviews plugin)
   ========================================================================== */
.spr-starrating.spr-starrating {
  font-size: 1rem;
  line-height: 1.2; }
  .spr-starrating.spr-starrating .underlined-link {
    font-family: var(--font--body);
    font-weight: var(--font--body-weight);
    font-style: var(--font--body-style);
    letter-spacing: 0;
    text-transform: initial;
    font-size: 1rem; }

.product-featured__block--reviews .spr-starrating.spr-starrating,
.product-single__box__block--review-stars .spr-starrating.spr-starrating {
  font-size: 15px;
  display: inline-block;
  margin-right: 9px; }

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

.product-card__reviews .spr-starrating {
  display: inline-block; }

.product-card__reviews .spr-badge-starrating .spr-icon {
  font-size: 90%; }

.spr-container a:not(.link) {
  text-decoration: underline;
  font-weight: normal; }

.spr-container .spr-icon.spr-icon {
  border: none;
  text-decoration: none; }

.spr-container .spr-form-actions .spr-button {
  margin-top: 12px; }

/* ==========================================================================
   #CUSTOMER ACCOUNT PAGES
   ========================================================================== */
.account__reset-link {
  text-align: right; }

.account__form-buttons {
  margin-top: 18px; }
  .account__form-buttons .account__form-submit {
    margin-right: 24px; }
  .account__form-buttons .account__form-secondary-btn {
    display: inline-block; }

.account__guest {
  margin-top: 60px; }

.account .errors,
.account .success {
  text-align: center;
  font-size: 0.95rem;
  margin-bottom: 24px; }
  .account .errors ul,
  .account .success ul {
    list-style: none;
    margin: 0; }

.account .errors {
  color: #d12328; }

.account .success {
  color: #00964d; }

.account__pagination {
  margin-top: 24px;
  margin-bottom: 24px; }

.account__form--address {
  margin-top: 24px; }

.account__address {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--color--text-lightest); }

.account__address--first {
  border: none;
  padding-top: 0; }

.account__address-actions a {
  font-family: var(--font--button);
  letter-spacing: var(--font--button-space);
  text-transform: var(--font--button-transform);
  font-size: var(--font--button-size);
  color: var(--color--text);
  margin: 0 12px;
  position: relative; }

.account__address-actions a:first-child:after {
  content: "";
  width: 4px;
  height: 4px;
  background: var(--color--text-lighter);
  position: absolute;
  right: -16px;
  top: 6px;
  border-radius: 50%; }

.account--activate .c-btn--full {
  margin-bottom: 12px; }

.order-table a {
  text-decoration: underline; }

.order-table tfoot {
  border-top: 1px solid var(--color--text-lighter);
  border-top-style: double; }

.order-discount--title {
  font-size: 0.9rem; }

.order-discount__item {
  margin-bottom: 6px; }

.order-discount {
  color: var(--color--product-sale); }

@media screen and (max-width: 767px) {
  .account__reset-link {
    text-align: left; }
  .account__form-buttons {
    text-align: center; }
    .account__form-buttons .account__form-submit {
      width: 100%; }
    .account__form-buttons .account__form-secondary-btn {
      margin-top: 12px; }
  .account__guest {
    margin-top: 42px; }
  .account__pagination {
    margin-top: 0; } }

/* ==========================================================================
   #ARTICLE
   ========================================================================== */
.article--no-img .article__blocks {
  margin-top: 0; }

.article__featured-media {
  overflow: hidden;
  position: relative;
   height: 490px;
  width: 100%;
   box-shadow: 0 3px 3px #0006;
  background-color: var(--color--bg-light); }

.article__featured-media__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.article__blocks {
  margin-top: -70px;
  background: var(--color--bg);
  position: relative;
  padding: 3px 36px 18px; }

.article__block {
  margin-top: 24px;
  margin-bottom: 24px; }

.article__title {
  position: relative; }

.article__block--date {
  text-align: center; }

.article__date.article__date {
  position: relative;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  display: inline-block; }

.article__meta-wrapper {
  overflow: hidden; }

.article__meta {
  overflow: hidden; }

.article__meta-author {
  float: left; }

.article__meta-author__text {
  margin: 0;
  color: black; }

.article__meta-share {
  float: right; }

.article__share-items {
  margin: 0; }

.article__share-item {
  display: inline-block;
  margin: 3px 6px;
  font-size: 16px;
  width: 18px;
  height: 18px;
  line-height: 18px; }

.article__share-link {
  color: var(--color--alt-text); }
  .article__share-link:hover {
    opacity: 1;
    color: var(--color--text); }

.article__tags {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  max-width: 440px; }

.article__tags-items {
  margin: 0; }

.article__tags-item {
  display: inline-block;
  color: var(--color--alt-text); }
  .article__tags-item a {
    color: var(--color--alt-text); }

.article-paginate {
  margin-top: 42px;
  overflow: hidden;
  position: relative; }

.article-paginate__wrapper {
  width: 88px;
  margin: 0 auto; }

.article-paginate__item {
  float: left;
  margin: 0 1px; }

.article-paginate__item--disabled {
  opacity: 0.6;
  cursor: not-allowed; }

.article-paginate__link {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 44px;
  text-align: center;
  background: var(--color--brand);
  color: var(--color--btn);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .article-paginate__link:hover {
    opacity: 1;
    background: var(--color--brand-dark); }

.article-comments {
  background: var(--color--bg-dark);
  padding: 42px 0;
  margin-top: -20px; }

.article-comments--mt {
  margin-top: 24px; }

.article-comments__title {
  text-transform: var(--font--title-transform);
  margin-bottom: 24px; }

.article-comments__note.form-success {
  margin-bottom: 18px;
  color: #00964d; }

.article-comments__item {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 18px; }
  .article-comments__item:after {
    content: "";
    width: 66px;
    height: 1px;
    background: var(--color--text-light);
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0; }
  .article-comments__item:last-child:after {
    content: none; }

.article-comments__content {
  margin-bottom: 12px; }

.article-comments__meta-item {
  font-weight: bold;
  display: inline-block;
  position: relative; }
  .article-comments__meta-item:last-child {
    font-weight: normal;
    margin-left: 9px;
    padding-left: 9px; }
    .article-comments__meta-item:last-child:before {
      content: "";
      width: 3px;
      height: 3px;
      background: var(--color--alt-text);
      display: block;
      position: absolute;
      top: 50%;
      left: -4px;
      border-radius: 50%; }

.article-form {
  border-top: 1px solid #bbb;
  padding-top: 24px; }

.article-form--first {
  padding-top: 12px;
  border-top: none; }

.article-form__title {
  text-transform: var(--font--title-transform);
  margin-bottom: 12px; }

.article-form__fine-print {
  text-align: center;
  margin-bottom: 18px;
  opacity: 0.8; }

.article-comments__pagination {
  margin-bottom: 24px; }

@media screen and (max-width: 980px) {
  .article__blocks {
    margin-top: 0;
    padding: 0; }
  .article__title {
    margin: 0; }
  .article__title .section__title {
    padding: 0; }
  .article__title .section__title-text {
    padding: 0;
    font-size: 1.8rem;
    line-height: 1.75em; } }

@media screen and (max-width: 767px) {
  .article__meta,
  .article__tags {
    text-align: center; }
  .article__meta-author,
  .article__meta-share {
    float: none; }
  .article-comments {
    padding: 30px 0; }
  .article__featured-media {
    height: 340px; } }

@media screen and (max-width: 560px) {
  .article__featured-media {
    height: 240px; } }

/* ==========================================================================
   #BASE STYLING (REST)
   ========================================================================== */
body:not(.template-index) .main,
body:not(.template-index) #shopify-section-footer,
body:not(.template-index) .password-footer,
body:not(.template-index) .giftcard-wrapper,
.header-trigger {
  opacity: 1; }

/* ==========================================================================
   #BLOG
   ========================================================================== */
.blog-link {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .blog-link:hover {
    opacity: .9; }

.blog__media-wrapper {
  background: var(--color--bg); }

.blog {
  position: relative;
  margin-bottom: 36px;
  color: var(--color--text); }

.blog--no-image .blog__details {
  margin-top: 0;
  width: 100%;
  left: 0; }

.blog--no-date .blog__title {
  padding-right: 0; }

.blog__media {
  position: relative;
  overflow: hidden;
  background: var(--color--bg-dark);
    box-shadow: var(--smallShadow);
  border-radius: 15px;
}

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

.blog__date {
  min-width: 90px;
  text-align: center; 
  box-shadow: var(--smallShadow);
  background: black !important;
 
}
.blog__date-text {
   color: white !important;
}
.blog__details {
  background: var(--color--bg);
  border: 1px solid var(--color--bg);
  width: 90%;
  left: 5%;
  padding: 24px;
  margin-top: -72px;
  position: relative;
  box-shadow: var(--smallShadow);
}

.blog__title {
  text-transform: var(--font--title-transform);
  margin: 0 0 6px;
  padding-right: 100px;
font-family: 'Roboto Flex', sans-serif;
font-weight: 700;
font-size: 20px;}
@media(max-width: 700px) {
  .blog__title {
    font-size: 19px;
  }
}
.blog__author {
  margin: 0 0 9px; }

.blog__author__text {
  font-size: 0.9rem;
  margin: 0;
color: black; }

.blog__text {
  margin: 0; }

.blog__meta {
  margin-top: 6px; }

.blog__meta__item {
  display: inline-block;
  margin-right: 6px;
  position: relative;
  font-size: 0.9rem; }

.blog__meta-comment__icon {
  position: absolute;
  top: 0;
  font-size: 24px;
  color: var(--color--brand);
  line-height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.blog__meta-comment__link {
  color: var(--color--btn);
  position: relative;
  font-size: 9px;
  display: block;
  width: 24px;
  text-align: center;
  height: 24px;
  line-height: 22px;
  top: -2px; }
  .blog__meta-comment__link:hover {
    text-decoration: none; }
    .blog__meta-comment__link:hover .blog__meta-comment__icon {
      color: var(--color--brand-dark); }

.blog__meta-comment__link-text {
  position: relative; }

.blog__meta-tags {
  color: var(--color--alt-text); }

.blog__meta-tags__link {
  color: var(--color--alt-text);
  margin-right: 3px;
  margin-left: 3px; }

.blog-page__title-rss {
  position: relative;
  font-size: 0.75em;
  margin-left: 3px;
  top: -1px; }

.blog-page__title-rss__link {
  color: var(--color--text-light); }

.blog-page__list {
  padding-bottom: 6px; }
  .blog-page__list .blog__details {
    border-color: var(--color--bg); }

.blog-page__list--no-bg .blog__details {
  border-color: var(--color--text-lightest); }

.blog-pagination {
  position: relative;
  margin-bottom: 18px; }

.blog-page__tags {
  margin-bottom: 24px; }

.blog-page__tags-btn {
  text-align: center;
  margin-bottom: 9px;
  margin-top: 0; }

.blog-page__tags-btn-link.js-active:after {
  content: '\e914'; }

.blog-page__tags-items {
  text-align: center; }

.blog-page__tags-items--box {
  background: var(--color--bg-dark);
  padding: 0; }

.blog-page__tags-items--box.js-toggle-target {
  height: 0;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s; }

.blog-page__tags-items--box.js-active {
  height: auto;
  padding: 12px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease; }

.blog-page__tags-item {
  display: inline-block;
  margin: 3px; }
  .blog-page__tags-item a {
    display: block;
    padding: 3px 12px;
    color: var(--color--text);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .blog-page__tags-item a:hover {
      opacity: 1;
      text-decoration: none;
      background: var(--color--text-lightest); }

.blog-page__tags-item--active {
  padding: 3px 12px;
  background: var(--color--bg-dark); }

@media screen and (max-width: 980px) {
  .blog--no-date .blog__title {
    margin-top: 0; }
  .blog__details {
    margin-top: -30px; }
  .blog__date.blog__date {
    top: -9px;
    right: auto;
    left: 50%;
    margin-left: -75px;
    min-width: 150px; }
  .blog__title {
    padding: 0;
    margin-top: 18px;
    line-height: 1.5em; }
  .blog-page__featured {
    margin-bottom: 42px; }
    .blog-page__featured .blog {
      display: block; }
    .blog-page__featured .blog--no-image {
      margin-bottom: 0; }
    .blog-page__featured .blog__media-wrapper {
      width: 100%; }
    .blog-page__featured .blog__details {
      width: 90%;
      left: 5%;
      margin: -72px auto 0;
      float: none;
      max-width: 700px; } }

@media screen and (max-width: 767px) {
  .blog {
    margin-bottom: 24px; }
  .blog__details {
    width: 94%;
    left: 3%;
    margin-top: -24px;
    padding: 24px 18px; }
  .blog-page__featured {
    margin-bottom: 30px; }
    .blog-page__featured .blog__details {
      width: 100%;
      left: 0;
      margin-top: 0;
      border-bottom: 1px solid #e4e4e4; }
    .blog-page__featured .blog--no-image .blog__details {
      padding: 24px; } }

.breadcrumb {
  position: relative;
  margin-bottom: 30px; }
  @media screen and (max-width: 980px) {
    .breadcrumb {
      margin-bottom: 18px; } }

.breadcrumb__items {
  margin: 0; }

.breadcrumb__item {
  font-family: var(--font--title);
  letter-spacing: var(--font--title-space);
  text-transform: var(--font--title-transform);
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  font-size: 0.75em; }
  .breadcrumb__item:after {
    content: '\e913';
    font-family: "sb-icons";
    font-size: 9px;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 1;
    top: -1px;
    height: 10px;
    display: inline-block;
    position: relative;
    opacity: 0.7; }
  .breadcrumb__item:last-child:after {
    content: none; }

.breadcrumb__link {
  opacity: 0.8; }
  .breadcrumb__link:hover {
    opacity: 1; }

.breadcrumb__link--current:hover {
  opacity: 0.8; }

.product-single:not(.product-single--minimal) .breadcrumb--light,
.product-single:not(.product-single--minimal) .breadcrumb--default-light {
  color: #fff; }
  .product-single:not(.product-single--minimal) .breadcrumb--light .breadcrumb__link,
  .product-single:not(.product-single--minimal) .breadcrumb--default-light .breadcrumb__link {
    color: #fff; }

/* ==========================================================================
   #CART PAGE AND POP-UP
   ========================================================================== */
.ajaxcart-draw {
  position: relative;
  background: var(--color--bg);
  max-width: 700px;
  width: 100%;
  margin: 12px auto 120px; }
  .ajaxcart-draw .mfp-close {
    color: var(--color--text);
    display: block;
    font-size: 24px;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    line-height: 58px; }

.ajaxcart-draw__wrapper {
  padding-bottom: 6px; }

.ajaxcart__head {
  background: var(--color--bg-dark);
  text-align: center;
  height: 54px;
  position: relative; }

.ajaxcart__close {
  color: var(--color--text);
  width: 54px;
  height: 54px;
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  position: absolute;
  right: 0; }

.ajaxcart__label-title {
  font-size: 22px;
  line-height: 54px;
  margin-bottom: 0;
  text-transform: var(--font--title-transform); }

.cart-form {
  overflow: visible; }

.cart__block {
  margin: 30px 0; }

.ajaxcart__inner {
  margin: 24px; }

.cart__header {
  border-bottom: 1px solid var(--color--text-lightest);
  padding-bottom: 12px;
  margin-bottom: 18px; }

.cart__header__text {
  margin: 0; }

.cart__product,
.ajaxcart__product {
  position: relative;
  border-bottom: 1px solid var(--color--text-lightest);
  padding-bottom: 18px;
  margin-bottom: 18px; }

.cart__product-image,
.ajaxcart__product-image {
  width: 100%;
  max-width: 114px;
  display: block; }

.cart__product-name,
.ajaxcart__product-name {
  color: var(--color--headings);
  font-size: 1.1rem;
  text-transform: var(--font--title-transform);
  margin: 0; }

.cart__product-meta,
.ajaxcart__product-meta {
  font-size: .9rem;
  margin: 0;
  line-height: 22px; }

.cart-item__price,
.ajaxcart-item__price {
  text-align: right;
  color: var(--color--headings);
  line-height: 18px;
  font-family: var(--font--title);
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  letter-spacing: var(--font--title-space);
  text-transform: var(--font--title-transform); }

.cart-item__price--original,
.ajaxcart-item__price--original {
  display: block;
  margin-bottom: 6px;
  text-decoration: line-through;
  color: var(--color--alt-text); }

.cart-item__price--sale,
.ajaxcart-item__price--sale {
  color: var(--color--product-sale); }

.cart-item__discount,
.ajaxcart-item__discount {
  text-align: right;
  margin-bottom: 6px; }

.cart-item__discount-text,
.ajaxcart-item__discount-text {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin-bottom: 0; }

.cart-item__discount .icon,
.ajaxcart-item__discount .icon {
  margin-right: 4px;
  position: relative;
  top: 1px;
  font-size: 0.9em; }

.ajaxcart-item__price--unit,
.cart-item__unit-price {
  display: block;
  font-size: 0.9rem;
  color: var(--color--text-light); }

.cart-item__qty {
  float: right; }

.cart-item__remove {
  position: absolute;
  color: var(--color--text-light);
  top: 50%;
  right: -42px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-top: -18px;
  line-height: 0; }

.cart__message-label,
.ajaxcart__message-label {
  display: block;
  margin-bottom: 6px;
  color: var(--color--text-light); }

.cart__footer {
  text-align: right; }

.ajaxcart__footer {
  margin: 24px; }

.cart__footer-message,
.ajaxcart__footer-message {
  font-size: .9rem;
  margin: 0;
  line-height: 2rem; }

.cart__footer-discount,
.ajaxcart__footer-discount {
  text-align: right;
  font-size: .9rem;
  margin: 0;
  line-height: 2rem;
  margin-bottom: 3px; }

.cart__footer-total,
.ajaxcart__footer-total {
  text-align: right;
  font-size: 1.1rem;
  margin: 0;
  color: var(--color--headings);
  line-height: 2rem;
  font-family: var(--font--title);
  font-weight: var(--font--title-weight);
  font-style: var(--font--title-style);
  letter-spacing: var(--font--title-space);
  text-transform: var(--font--title-transform); }

.cart__footer-terms,
.ajaxcart__footer-terms {
  position: relative;
  float: none;
  clear: both; }

.ajaxcart__footer-terms {
  text-align: right; }

.cart__footer-terms__input,
.ajaxcart__footer-terms__input {
  float: none;
  vertical-align: middle;
  margin-right: 6px; }

.cart__footer-terms__label,
.ajaxcart__footer-terms__label {
  font-size: .9rem;
  line-height: 1.4rem;
  display: inline;
  float: none; }

.cart__footer-terms__label > *,
.ajaxcart__footer-terms__label > * {
  display: inline; }

.cart__footer-terms__error,
.ajaxcart__footer-terms__error {
  position: absolute;
  bottom: auto;
  margin-top: -40px;
  background: #d12328;
  color: #fff;
  padding: 3px 12px;
  margin-left: -18px;
  max-width: 200px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .cart__footer-terms__error.js-active,
  .ajaxcart__footer-terms__error.js-active {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .cart__footer-terms__error:after,
  .ajaxcart__footer-terms__error:after {
    content: '';
    position: absolute;
    left: 14px;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d12328;
    clear: both; }

.cart__button {
  width: 100%;
  text-align: right; }
  .cart__button .cart__button-update {
    display: inline-block;
    margin-right: 12px; }
  .cart__button .cart__checkout {
    display: inline-block;
    width: auto;
    min-width: 200px; }

.ajaxcart__button {
  padding: 12px 18px 0;
  width: 100%; }

.ajaxcart__checkout,
.ajaxcart__continue {
  margin-bottom: 12px; }

.cart__continue_button {
  text-align: right;
  margin: 18px 0 6px; }

.cart__continue {
  display: block;
  margin-top: 12px;
  float: left; }

.ajaxcart__continue_button {
  text-align: center;
  margin: 6px 0 12px;
  padding: 0 18px; }

.cart-empty {
  max-width: 440px;
  margin: 0 auto; }

.cart-empty,
.ajaxcart-empty {
  text-align: center;
  padding: 24px; }

.cart-empty__title,
.ajaxcart-empty__title {
  margin: 0; }

.ajaxcart-draw--notification {
  margin: 0; }
  .ajaxcart-draw--notification .ajaxcart__head {
    background-color: var(--color--bg);
    border-bottom: 1px solid var(--color--text-lightest);
    height: 42px; }
  .ajaxcart-draw--notification .ajaxcart__label-title {
    font-size: 16px;
    line-height: 42px; }
  .ajaxcart-draw--notification .mfp-close {
    font-size: 20px;
    height: 42px;
    width: 42px;
    line-height: 46px; }
  .ajaxcart-draw--notification .ajaxcart__inner {
    padding: 18px;
    margin: 0; }
  .ajaxcart-draw--notification .ajaxcart-draw__wrapper {
    padding-bottom: 0; }
  .ajaxcart-draw--notification .ajaxcart__checkout,
  .ajaxcart-draw--notification .ajaxcart__continue {
    padding: 6px 9px;
    letter-spacing: 1px; }
  .ajaxcart-draw--notification .ajaxcart__continue {
    margin-bottom: 0; }
  .ajaxcart-draw--notification .ajaxcart__product {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .ajaxcart-draw--notification .ajaxcart__product-name {
    font-size: 1rem;
    line-height: 1.4; }
  .ajaxcart-draw--notification .ajaxcart__product-image-wrapper {
    position: relative; }
  .ajaxcart-draw--notification .ajaxcart__product-image:after {
    content: "\e938";
    position: absolute;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
    font-family: "sb-icons";
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #00964d;
    border: 1px solid #00964d; }

@media screen and (max-width: 480px) {
  .ajaxcart-draw--notification .ajaxcart__product {
    margin-bottom: 18px; } }

@media screen and (max-width: 1060px) {
  .cart__header,
  .cart__product {
    padding-right: 30px; }
  .cart-item__remove {
    right: 0; } }

@media screen and (max-width: 767px) {
  .cart__product {
    padding-right: 0; }
  .cart__content {
    max-width: 450px;
    margin: 0 auto; }
  .ajaxcart-draw {
    max-width: 450px; }
  .ajaxcart__inner {
    margin: 18px; }
  .ajaxcart__product-name {
    font-size: 1rem; }
  .ajaxcart-draw--notification {
    max-width: 100%; }
  .cart__product .js-qty,
  .cart-item__price,
  .ajaxcart__qty,
  .ajaxcart-item__price {
    margin-top: 12px; }
  .cart-item__price--sale,
  .ajaxcart-item__price--sale,
  .ajaxcart-item__price--unit {
    margin-top: 0; }
  .cart__product-name {
    padding-right: 22px; }
  .cart-item__remove {
    top: 18px;
    right: 0; }
  .cart__footer-discount,
  .cart__footer,
  .cart__footer-total,
  .ajaxcart__footer-discount,
  .ajaxcart__footer-total,
  .ajaxcart__footer-message,
  .ajaxcart__footer-terms {
    text-align: center; }
  .cart__footer {
    margin: 12px 0 18px; }
  .ajaxcart__footer {
    margin: 12px 24px; }
  .cart__footer-total,
  .ajaxcart__footer-total {
    margin-bottom: 6px; }
  .cart-item__qty {
    float: left; }
  .cart__button-update {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0; }
  .cart__continue {
    margin-top: 18px; }
  .cart__button .cart__checkout {
    width: 100%; }
  .ajaxcart-empty {
    padding: 18px; }
  .additional_checkout_buttons--cart-page {
    text-align: center; } }

/* ==========================================================================
   #COLLECTION
   ========================================================================== */
.collection__header-info {
  width: 50%;
  max-width: 800px;
  padding: 24px;
  padding-left: 0;
  position: relative;
opacity: 1 !important;
background: black;
  color: white;
  box-shadow: var(--smallShadow);
  
}
.collection__header-info h1{
  color: white;
  font-size: 60px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 120%;
}
.blk-color {
  background-color: black !important;
  background: black !important;
}
.collection__header-info__text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 15px;

}
.collection__header-info__text h4{
   font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.collection-single-info-container {

}
.collection-single-info-container h3 {
  margin-bottom: 0;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;

}
.collection__header-media {
  position: relative;
  width: 100%; }

.collection__header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  
}
.collection__header-media {
  height: 600px;
  max-width: 1400px;
  margin: 0 auto;
  box-shadow: var(--smallShadow);
}
.white-color {
  background: white !important;
}
.main .collection__header--img, .main .article__featured-media {
    margin-top: -80px !important;
}
@media(min-width: 1500px) {
  .main .collection__header--img, .main .article__featured-media {
}
}
@media(max-width: 1000px) {
.collection__header-media {
  height: 475px;
}
  .collection__header-info__text {
    font-size: 16px;
  }
}
@media(max-width: 720px) {
.collection__header-media {
  height: 350px;
}
}
@media(max-width: 500px) {
.collection__header-media {
  height: 275px;
}
}
.collection--img .collection__header-info {
  margin-top: -84px;
  padding-left: 24px; }

.collection--center .collection__header-info {
  text-align: center;
  margin: 24px auto;
  padding: 0; }

.collection--center.collection--img .collection-sidebar {
  padding-left: 0; }

.collection__header-info__title.collection__header-info__title {
  margin-bottom: 24px; }

.collection__header-info__title-text {
  font-size: calc((var(--font--size-h2) / var(--font--size-base)) * 1em);
  line-height: 1.8; }

.collection-products {
  margin-top: 30px;
  position: relative; }

.collection-products--sort-enabled {
  margin-top: 0;
  padding-top: 84px; }

.collection-sidebar__section {
  margin-bottom: 30px; }

.collection-sidebar__section:last-of-type {
  border-bottom: none; }

.collection-sidebar__filter-trigger {
  display: block;
  position: relative; }
  .collection-sidebar__filter-trigger:hover {
    text-decoration: none; }
  .collection-sidebar__filter-trigger.js-active .collection-sidebar__filter__title-icon {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.collection-sidebar__title {
  font-size: 1em;
  color: var(--color--headings);
  margin-bottom: 12px; }

.collection-sidebar__filter__title {
  font-size: 1em;
  color: var(--color--headings);
  margin-bottom: 0; }

.collection-sidebar__filter__title-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  color: var(--color--headings);
  -webkit-transition: 0.3s ease transform;
  -moz-transition: 0.3s ease transform;
  transition: 0.3s ease transform; }

.collection-sidebar__title-clear {
  float: right;
  font-size: 0.85rem;
  line-height: 32px;
  text-transform: none; }

.collection-sidebar__title-clear__link {
  color: var(--color--text-light); }

.collection-sidebar__items {
  margin-bottom: 6px;
  overflow: hidden; }

.collection-sidebar__item {
  position: relative;
  margin: 0; }

.collection-sidebar__item--active {
  font-weight: bold; }

.collection-sidebar__link {
  width: 100%;
  display: inline-block;
  color: var(--color--text); }

.collection-sidebar__section--group-clear {
  margin-top: 24px; }

.collection-sidebar__filter-form {
  position: static; }

.collection-sidebar__filter__accordion {
  margin-top: 12px; }

.collection-sidebar__filter-form > .collection-sidebar__filter-group ~ .collection-sidebar__filter-group {
  padding-top: 12px; }

.collection-sidebar__filter-group {
  overflow: hidden;
  border-bottom: 1px solid var(--color--text-lightest);
  padding-bottom: 12px; }
  .collection-sidebar__filter-group .collection-sidebar__filter-price {
    display: flex;
    max-width: 100%; }
  .collection-sidebar__filter-group .collection-sidebar__filter-price__item {
    position: relative;
    width: 100%; }
  .collection-sidebar__filter-group .collection-sidebar__filter-price__item--separator {
    margin: 0 5%;
    font-size: 1.1em;
    line-height: 35px;
    width: 14px; }
  .collection-sidebar__filter-group .collection-sidebar__filter-price__input {
    padding-left: 30px;
    height: 33px;
    margin-bottom: 0;
    margin-top: 2px;
    background: transparent;
    border: 1px solid var(--color--text-lightest); }
  .collection-sidebar__filter-group .collection-sidebar__filter-price__currency {
    position: absolute;
    line-height: 33px;
    left: 12px;
    margin-top: 2px;
    opacity: .5; }
  .collection-sidebar__filter-group input.collection-sidebar__filter__input,
  .collection-sidebar__filter-group label.collection-sidebar__filter-price__label {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }
  .collection-sidebar__filter-group .collection-sidebar__link {
    height: 32px;
    padding: 0 9px 0 0;
    cursor: pointer;
    font-size: 0.95em; }
    .collection-sidebar__filter-group .collection-sidebar__link:hover .collection-sidebar__link__box {
      background: var(--color--text); }
  .collection-sidebar__filter-group .collection-sidebar__link__count {
    float: right;
    color: var(--color--text-light);
    line-height: 34px;
    font-size: 0.9em; }
  .collection-sidebar__filter-group .collection-sidebar__link__box {
    position: relative;
    top: 6px;
    background: transparent;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 1;
    display: inline-block;
    margin-right: 3px;
    border: 1px solid var(--color--text);
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-transition: 0.3s background ease-out;
    -moz-transition: 0.3s background ease-out;
    transition: 0.3s background ease-out; }
    .collection-sidebar__filter-group .collection-sidebar__link__box .icon {
      color: var(--color--bg);
      position: relative;
      left: 3px;
      font-weight: bold;
      display: block;
      font-size: 10px;
      height: auto;
      width: 0;
      line-height: 19px;
      overflow: hidden;
      display: inline-block;
      -webkit-transition: 0.2s width ease-out;
      -moz-transition: 0.2s width ease-out;
      transition: 0.2s width ease-out; }
  .collection-sidebar__filter-group input.collection-sidebar__filter__input:checked + label .collection-sidebar__link__box {
    background: var(--color--text); }
    .collection-sidebar__filter-group input.collection-sidebar__filter__input:checked + label .collection-sidebar__link__box .icon {
      width: 10px; }
  .collection-sidebar__filter-group .collection-sidebar__item--disabled label {
    pointer-events: none;
    opacity: 0.5; }
  .collection-sidebar__filter-group .collection-sidebar__item--disabled.collection-sidebar__item--disabled .collection-sidebar__filter__input:checked + label {
    border-color: var(--color--text); }

.collection-sidebar__filter-submit {
  margin-bottom: 30px; }

.collection-sidebar__section--tags .collection-sidebar__item {
  float: left;
  margin: 9px 9px 0 0; }

.collection-sidebar__section--tags .collection-sidebar__link {
  border: 1px solid var(--color--text-lightest);
  padding: 9px 15px;
  width: auto;
  font-size: 0.9rem;
  line-height: 1;
  color: var(--color--text);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .collection-sidebar__section--tags .collection-sidebar__link span {
    font-size: 11px;
    position: relative;
    top: -1px; }
  .collection-sidebar__section--tags .collection-sidebar__link:hover {
    opacity: 1;
    border-color: var(--color--text);
    text-decoration: none; }

.collection-sidebar__section--tags .collection-sidebar__item--active .collection-sidebar__link {
  border-color: var(--color--text);
  background: var(--color--text);
  color: var(--color--bg);
  font-weight: initial; }
  .collection-sidebar__section--tags .collection-sidebar__item--active .collection-sidebar__link:after {
    content: "\e918";
    font-family: "sb-icons";
    font-size: 10px;
    position: relative;
    right: 0;
    margin-left: 9px;
    line-height: 0; }

.collection__filters-active {
  position: relative; }

.collection__filters-active:after {
  content: '';
  width: 100px;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  pointer-events: none;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, var(--color--bg) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, var(--color--bg) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--color--bg) 100%); }

.collection__filters-active__wrapper {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  padding-right: 120px;
  font-size: 0; }

.collection__filters-active__filter {
  display: inline-block;
  margin: 0px 6px 24px 0;
  padding: 0px 12px;
  font-size: 0.95rem;
  background: var(--color--text-bg);
  border: 1px solid transparent;
  color: var(--color--text);
  font-weight: initial;
  -webkit-transition: 0.3s ease opacity;
  -moz-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity; }
  .collection__filters-active__filter:after {
    content: "\e918";
    font-family: "sb-icons";
    font-size: 10px;
    position: relative;
    right: 0;
    margin-left: 9px;
    line-height: 0; }

.collection__filters-active__filter--clear {
  background: transparent;
  border-color: var(--color--text-bg); }
  .collection__filters-active__filter--clear:hover {
    opacity: 1;
    text-decoration: underline; }
  .collection__filters-active__filter--clear:after {
    content: none; }

.collection__filters-active__filter:only-child {
  display: none; }

.price-range__group {
  height: 20px;
  margin-top: 12px;
  position: relative; }

.price-range__track {
  position: relative;
  height: 2px;
  background: var(--color--text-light);
  top: 8px;
  border-radius: 5px; }

.price-range__input {
  width: 100%;
  position: absolute;
  background: transparent;
  pointer-events: none;
  height: 3px;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.price-range__input::-webkit-slider-thumb {
  background: var(--color--text);
  border: 2px solid var(--color--bg);
  z-index: 2;
  position: relative;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
  pointer-events: auto; }

.price-range__input::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  border: none;
  background: none; }

.price-range__input::-moz-range-thumb {
  background: var(--color--text);
  height: 20px;
  width: 20px;
  border: 2px solid var(--color--bg);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  pointer-events: auto; }

.price-range__input::-moz-range-progress,
.price-range__input::-moz-range-track {
  width: 100%;
  height: 3px;
  border: none;
  background: none; }

.price-range__number::-webkit-outer-spin-button,
.price-range__number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.price-range__number[type=number] {
  -moz-appearance: textfield; }

.collection-empty {
  max-width: 400px;
  text-align: center;
  margin: 80px auto 0; }

@media screen and (min-width: 981px) {
  .collection-sidebar.collection-sidebar {
    background: var(--color--bg); } }

@media screen and (max-width: 980px) {
  .collection__header-info {
    padding-left: 0;
    width: 70%; } }

.collection-main__filter-btn:before {
  content: "\e90d";
  font-family: "sb-icons";
  font-size: 12px;
  top: 1px;
  position: relative;
  right: 0;
  margin-right: 9px;
  line-height: 0; }

.collection-sidebar__filter__sort {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 340px;
  width: 100%; }

.collection-main__sort,
.collection-main__filter {
  max-width: 380px;
  margin: 0 0 0 auto; }

.collection-sidebar__filter__sort__selector select,
.collection-main__sort__selector select {
  margin-bottom: 0; }

.collection-main__filter {
  display: none; }

@media screen and (max-width: 980px) {
  .collection-products--sort-enabled {
    padding-top: 0;
    margin-top: 30px; }
  .collection-sidebar__filter__sort {
    position: relative;
    margin-bottom: 30px;
    width: 100%; }
  .collection-main__filter {
    display: block; }
  .collection-main__sort,
  .collection-main__filter {
    margin: 0 auto 12px; }
  .collection-sidebar.collection-sidebar {
    min-height: 100%;
    width: 90%;
    max-width: 460px;
    background: #fff;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    height: 100%;
    position: relative; }
    .collection-sidebar.collection-sidebar .mfp-close.mfp-close {
      position: absolute;
      width: 100%;
      height: auto;
      left: 0;
      top: 0;
      text-align: left;
      padding: 18px 12px 6px 16px;
      opacity: 1;
      color: #fff;
      display: block;
      font-size: 24px;
      line-height: 0; }
  .collection-sidebar .collection-sidebar__filter__sort {
    max-width: 100%; }
  .collection-sidebar .collection-sidebar__wrapper {
    overflow-y: scroll;
    height: 100%;
    padding: 66px 18px 30px; }
  .collection-sidebar .collection-sidebar__wrapper label.collection-filters__label,
  .collection-sidebar .collection-sidebar__filter-form .selector-wrapper select {
    background: var(--color--drawer-bg); }
  .collection-sidebar .collection-sidebar__filter-group .collection-sidebar__filter-price__input {
    border-color: rgba(255, 255, 255, 0.2); }
  .collection-sidebar .collection-sidebar__link__box {
    border-color: #fff; }
  .collection-sidebar .collection-sidebar__link:hover .collection-sidebar__link__box,
  .collection-sidebar .collection-sidebar__filter-group input.collection-sidebar__filter__input:checked + label .collection-sidebar__link__box {
    background: #fff; }
  .collection-sidebar .collection-sidebar__filter-group .collection-sidebar__link__box .icon {
    color: #111; }
  .collection-sidebar .collection-sidebar__filter-form .selector-wrapper label,
  .collection-sidebar .collection-sidebar__filter-form .selector-wrapper select,
  .collection-sidebar .collection-sidebar__title,
  .collection-sidebar .collection-sidebar__filter__title,
  .collection-sidebar .collection-sidebar__filter-group .collection-sidebar__filter-price__input,
  .collection-sidebar .collection-sidebar__filter-group .collection-sidebar__filter-price__item,
  .collection-sidebar .collection-sidebar__filter-group .collection-sidebar__link,
  .collection-sidebar .collection-sidebar__filter__title-icon,
  .collection-sidebar .collection-sidebar__link {
    color: #fff; }
  .collection-sidebar .collection-sidebar__filter-group .collection-sidebar__link__count,
  .collection-sidebar .collection-sidebar__filter-form .selector-wrapper:after {
    color: rgba(255, 255, 255, 0.8); }
  .collection-sidebar .collection-sidebar__filter-group,
  .collection-sidebar .collection-sidebar__filter-form .selector-wrapper select {
    border-color: rgba(255, 255, 255, 0.2); }
  .collection-sidebar .collection-sidebar__section--tags .collection-sidebar__link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4); }
    .collection-sidebar .collection-sidebar__section--tags .collection-sidebar__link:hover {
      opacity: 1;
      border-color: rgba(255, 255, 255, 0.8); }
  .collection-sidebar .collection-sidebar__section--tags input.collection-sidebar__filter__input:checked + label,
  .collection-sidebar .collection-sidebar__section--tags .collection-sidebar__item--active .collection-sidebar__link {
    color: #111;
    background: #fff;
    border-color: transparent; }
  .collection-sidebar .price-range__track {
    background: rgba(255, 255, 255, 0.4); }
  .collection-sidebar .price-range__input::-webkit-slider-thumb {
    background: #fff;
    border-color: var(--color--drawer-bg); }
  .collection-sidebar .price-range__input::-moz-range-thumb {
    background: #fff;
    border-color: var(--color--drawer-bg); }
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__wrapper label.collection-filters__label,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-form .selector-wrapper select {
    background: var(--color--drawer-bg); }
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-group .collection-sidebar__filter-price__input {
    border-color: rgba(17, 17, 17, 0.2); }
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__link__box {
    border-color: #111; }
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__link:hover .collection-sidebar__link__box,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-group input.collection-sidebar__filter__input:checked + label .collection-sidebar__link__box {
    background: #111; }
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-group .collection-sidebar__link__box .icon {
    color: #fff; }
  .collection-sidebar.collection-sidebar--dark .mfp-close.mfp-close,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-form .selector-wrapper label,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-form .selector-wrapper select,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__title,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter__title,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-group .collection-sidebar__filter-price__input,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-group .collection-sidebar__filter-price__item,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-group .collection-sidebar__link,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter__title-icon,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__link {
    color: #111; }
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-group .collection-sidebar__link__count,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-form .selector-wrapper:after {
    color: rgba(17, 17, 17, 0.8); }
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-group,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__filter-form .selector-wrapper select {
    border-color: rgba(17, 17, 17, 0.2); }
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__section--tags .collection-sidebar__link {
    color: #111;
    border-color: rgba(17, 17, 17, 0.4); }
    .collection-sidebar.collection-sidebar--dark .collection-sidebar__section--tags .collection-sidebar__link:hover {
      opacity: 1;
      border-color: rgba(17, 17, 17, 0.8); }
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__section--tags input.collection-sidebar__filter__input:checked + label,
  .collection-sidebar.collection-sidebar--dark .collection-sidebar__section--tags .collection-sidebar__item--active .collection-sidebar__link {
    color: #fff;
    background: #111;
    border-color: transparent; }
  .collection-sidebar.collection-sidebar--dark .price-range__track {
    background: rgba(17, 17, 17, 0.4); }
  .collection-sidebar.collection-sidebar--dark .price-range__input::-webkit-slider-thumb {
    background: #111;
    border-color: var(--color--drawer-bg); }
  .collection-sidebar.collection-sidebar--dark .price-range__input::-moz-range-thumb {
    background: #111;
    border-color: var(--color--drawer-bg); } }

@media screen and (max-width: 767px) {
  .collection__header-info.collection__header-info {
    width: 100%;
    padding: 0 0 3px 0;
    margin-top: 18px; }
  .collection--center .collection__header-info {
    padding: 0; }
  .collection__header-info__title-text {
    font-size: calc((var(--font--size-h3) / var(--font--size-base)) * 1rem);
    line-height: 1.8; }
  .collection__header-info__text.collection__header-info__text {
    margin-bottom: 18px; }
  .collection-empty {
    margin-top: 0; } }

.collection-sidebar.mfp-hide {
  display: block; }

@media screen and (max-width: 980px) {
  .collection-sidebar.collection-sidebar {
     }
  .mfp-wrap .collection-sidebar.collection-sidebar {
    display: block; }
  .mfp-hide.collection-sidebar.collection-sidebar {
    display: none; } }

/* ==========================================================================
   #EVENT ITEM
   ========================================================================== */
.event {
  margin-bottom: 36px;
  position: relative;
  height: auto;
  width: 100%;
  background: var(--color--bg); }

.event__media {
  position: relative;
  height: 300px; }

.event__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

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

.event__date-text {
  color: #fff;
  text-transform: var(--font--title-transform);
  margin: 0; }

.event__details {
  padding: 30px 24px; }

.event__title {
  text-transform: var(--font--title-transform);
  margin: 0; }

.event__title--link {
  padding-right: 110px; }

.event__desc {
  margin: 6px 0 0;
  color: var(--color--text-light); }

.event__desc--link {
  padding-right: 110px; }

.event__link {
  position: absolute;
  float: right;
  height: 30px;
  right: 24px;
  bottom: 28px;
  display: inline-block; }

@media screen and (max-width: 980px) {
  .event__media {
    height: 240px; }
  .event__title--link,
  .event__desc--link {
    padding: 0; }
  .event__link {
    float: none;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 12px; } }

@media screen and (max-width: 767px) {
  .event {
    margin-bottom: 24px; }
  .event__details {
    padding: 18px; } }

@media screen and (max-width: 560px) {
  .event__media {
    height: 180px; } }

/* ==========================================================================
   #FAQs PAGE
   ========================================================================== */
.page--faq.page--faq {
  position: static; }

.faq__categories {
  position: sticky;
  top: 18px;
  float: left;
  margin-left: -200px;
  width: 180px;
  padding-top: 6px; }

.faq__categories.faq__categories.faq__categories.faq__categories {
  -webkit-transition: opacity 0.3s ease-in, top 350ms ease;
  -moz-transition: opacity 0.3s ease-in, top 350ms ease;
  transition: opacity 0.3s ease-in, top 350ms ease; }

.faq__categories {
  top: calc(var(--header-height) * var(--header-is-sticky) + 18px); }

.header-down .faq__categories {
  top: calc(var(--header-height) + 18px); }

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

.faq__categories-item {
  position: relative;
  margin: 0 0 3px; }

.faq__categories-link {
  display: block; }

@media screen and (max-width: 1120px) {
  .faq__categories {
    display: none; } }

.faq__category {
  margin-top: 42px;
  border-bottom: 1px solid var(--color--bg);
  top: 1px;
  position: relative; }

.faq__category__title.faq__category__title {
  margin-bottom: 24px; }

.faq__accordion__title {
  position: relative;
  display: block;
  color: var(--color--text); }
  .faq__accordion__title:before {
    content: '';
    background: var(--color--bg);
    position: absolute;
    width: calc(100% + 18px);
    height: 100%;
    left: -9px;
    top: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .faq__accordion__title:hover {
    opacity: 1;
    text-decoration: none; }
    .faq__accordion__title:hover:before {
      background: var(--color--text-lightest); }
  .faq__accordion__title.js-active .faq__accordion__title-icon {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.faq__accordion__title-icon {
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -12px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: var(--color--text-light);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.faq__accordion__title {
  padding-right: 30px;
  padding-top: 3px; }

.faq__accordion__title-text {
  margin-bottom: 6px;
  font-size: 1.2em;
  position: relative; }

.faq__accordion__item {
  margin-bottom: 24px;
  display: block;
  overflow: hidden; }

.faq__accordion__item:last-child {
  margin-bottom: 0; }

.faq__accordion__item-wrap:before {
  content: '';
  width: 30px;
  height: 3px;
  background: var(--color--brand);
  position: absolute;
  left: 0;
  top: -12px; }

.faq__accordion__item-wrap *:last-child {
  margin-bottom: 0; }

.faq__accordion__item__image {
  margin-top: 15px; }

.faq__cta {
  margin-top: 36px;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .faq__accordion__title-text {
    font-size: 1.1em; }
  .faq__cta {
    margin-top: 24px; } }

/* ==========================================================================
   #FOOTER
   ========================================================================== */
.footer {
  background: #222; }

.footer__content {
  padding: 60px 0 18px; }

.footer-nav {
  margin-bottom: 30px; }

.footer-nav__title {
  color: #fff;
  text-transform: var(--font--title-transform);
  margin-bottom: 12px; }

.footer-nav__item {
  margin-bottom: 3px; }

.footer-nav__link {
  color: rgba(255, 255, 255, 0.8); }
  .footer-nav__link:hover {
    color: #fff;
    opacity: 1; }

.footer-nav__image-img {
  width: 100%; }

.footer-nav__image-link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .footer-nav__image-link:hover {
    opacity: 0.85; }

.footer-nav__text.footer-nav__text {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.8); }
  .footer-nav__text.footer-nav__text a {
    color: rgba(255, 255, 255, 0.8); }
    .footer-nav__text.footer-nav__text a:hover {
      color: #fff;
      opacity: 1; }
  .footer-nav__text.footer-nav__text.rte a {
    color: #fff;
    border-color: #fff; }
    .footer-nav__text.footer-nav__text.rte a:hover {
      color: #fff;
      opacity: 1; }

.footer-nav__text-link {
  color: #999; }

.footer-nav__social-wrapper {
  margin-top: 12px; }

.footer-nav__social-items {
  margin: 0; }

.footer-nav__social-item {
  display: inline-block;
  margin: 3px 6px 0 0; }

.footer-nav__social-link {
  display: table;
  width: 38px;
  height: 38px;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .footer-nav__social-link:hover {
    opacity: 1;
    color: #fff;
    border-color: #fff; }
  .footer-nav__social-link .icon {
    display: table-cell;
    vertical-align: middle; }

.footer__bottom {
  background: #111;
  padding: 12px 0;
  min-height: 66px; }

.footer__bottom__left {
  float: left; }

.footer__bottom__right {
  float: right; }

.footer__bottom__left-item {
  font-family: var(--font--title);
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 42px;
  margin-right: 24px;
  padding-right: 24px; }
  .footer__bottom__left-item:after {
    content: '';
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 9px;
    right: 0; }
  .footer__bottom__left-item:last-child:after {
    content: none; }

.footer-copyright {
  margin-top: 9px; }

.footer-copyright__text {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  font-size: 0.8rem; }
  .footer-copyright__text a {
    color: rgba(255, 255, 255, 0.8); }
    .footer-copyright__text a:hover {
      color: #fff;
      opacity: 1; }

.footer-copyright__span {
  position: relative;
  margin-left: 15px; }

.footer__icons {
  display: inline-block; }

.footer__icons-items {
  margin: 0;
  position: relative; }

.footer__icons-item {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 3px;
  height: 42px;
  vertical-align: top; }

.footer__icons-item .payment-icon {
  width: 36px;
  height: auto;
  padding: 10px 0; }

.u-hiddenVisually {
  display: none; }

.footer-tweet__text a {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  text-transform: lowercase;
  font-size: 1rem;
  letter-spacing: 0; }

.footer-tweet__text .Emoji {
  width: 18px;
  padding: 0 2px;
  margin: 0; }

.footer-tweet__link {
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-top: 6px; }
  .footer-tweet__link:hover {
    color: #fff;
    opacity: 1; }

.footer--dark .footer-nav__title {
  color: #111; }

.footer--dark .footer-nav__text,
.footer--dark .footer-copyright__text,
.footer--dark .footer__icons-item {
  color: rgba(17, 17, 17, 0.8); }

.footer--dark .footer-nav__link,
.footer--dark .footer-localize .localize__toggle,
.footer--dark .footer-nav__text.footer-nav__text a,
.footer--dark .footer-tweet__link,
.footer--dark .footer-copyright__text a {
  color: rgba(17, 17, 17, 0.8); }
  .footer--dark .footer-nav__link:hover,
  .footer--dark .footer-localize .localize__toggle:hover,
  .footer--dark .footer-nav__text.footer-nav__text a:hover,
  .footer--dark .footer-tweet__link:hover,
  .footer--dark .footer-copyright__text a:hover {
    color: #111; }

.footer--dark .footer-nav__social-link,
.footer--dark .footer-nav__text.footer-nav__text.rte a {
  color: rgba(17, 17, 17, 0.8);
  border-color: rgba(17, 17, 17, 0.8); }
  .footer--dark .footer-nav__social-link:hover,
  .footer--dark .footer-nav__text.footer-nav__text.rte a:hover {
    color: #111;
    border-color: #111; }

.footer--dark .footer__bottom__left-item:after {
  background: rgba(17, 17, 17, 0.8); }

@media screen and (max-width: 980px) {
  .footer__bottom__left,
  .footer__bottom__right {
    float: none; }
  .footer-copyright__span {
    margin-left: 0;
    margin-right: 15px; } }

@media screen and (max-width: 767px) {
  .footer__content {
    padding: 30px 0 18px; }
  .footer__bottom {
    text-align: center; }
  .footer__bottom__left-item {
    height: auto;
    margin: 0 0 6px;
    padding: 0; }
    .footer__bottom__left-item:after {
      content: none; }
  .footer__icons {
    width: 100%; }
  .footer-copyright__span {
    display: block;
    margin: 0; } }

/* ==========================================================================
   #HEADER SEARCH BAR
   ========================================================================== */
/* ==========================================================================
   #LANGUAGE AND CURRENCY SELECOTRS
   ========================================================================== */
.localize__form {
  overflow: visible; }

.localize__item__wrapper {
  display: inline-block;
  margin-right: 12px; }
  .localize__item__wrapper:last-of-type {
    margin-right: 0; }

.localize__toggle {
  background: transparent;
  border: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  line-height: 42px; }
  .localize__toggle span {
    font-size: 1.05rem;
    width: 32px;
    display: inline-block; }
  .localize__toggle .icon {
    margin-left: 9px;
    position: relative;
    top: -1px;
    font-size: 13px;
    line-height: 0; }
  .localize__toggle:hover, .localize__toggle.js-active {
    color: #fff;
    opacity: 1; }

.localize__items {
  position: absolute;
  bottom: 45px;
  left: auto;
  padding: 0 2px 2px;
  margin: 0;
  background: var(--color--bg-light);
  border: 1px solid var(--color--text-lightest);
  display: block;
  column-count: 2;
  column-gap: 2px;
  min-width: 160px;
  width: min-content;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .localize__items.js-active {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .localize__items:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 22px;
    height: 0;
    width: 0;
    border-top: 10px solid var(--color--bg-light);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .localize__items:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    bottom: -7px;
    left: 24px;
    box-shadow: -1px 1px 2px -2px var(--color--text);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.localize__item__link {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  font-size: 0.9rem;
  letter-spacing: 0;
  padding: 2px 18px;
  width: 100%;
  white-space: nowrap;
  border: 0;
  margin-top: 2px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: var(--color--text-light); }
  .localize__item__link:hover, .localize__item__link.selected {
    color: var(--color--text);
    background: var(--color--bg-dark);
    opacity: 1; }

.localize__items--lang {
  column-count: 1;
  column-gap: 0;
  padding: 10px 2px 12px; }
  .localize__items--lang .localize__item__link {
    text-align: left; }

.localize--always-center.localize--single .localize__items:before {
  left: 50%;
  right: unset;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.localize--always-center.localize--single .localize__items:after {
  left: 50%;
  right: unset;
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg); }

.localize--always-center .localize__items {
  left: 50%;
  -ms-transform: translate(-50%, 10px);
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px); }
  .localize--always-center .localize__items.js-active {
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.localize--always-center .localize__items--currency:before {
  right: 22px;
  left: unset; }

.localize--always-center .localize__items--currency:after {
  right: 24px;
  left: unset; }

@media screen and (max-width: 767px) {
  .localize--single .localize__items:before {
    left: 50%;
    right: unset;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .localize--single .localize__items:after {
    left: 50%;
    right: unset;
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg); }
  .localize__items {
    left: 50%;
    -ms-transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px); }
    .localize__items.js-active {
      -ms-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .localize__items--currency:before {
    right: 22px;
    left: unset; }
  .localize__items--currency:after {
    right: 24px;
    left: unset; } }

/* ==========================================================================
   #PAGE
   ========================================================================== */
/* ==========================================================================
   #PASSWORD PAGE
   ========================================================================== */
.template-password .header {
  background: var(--color--bg); }

.template-password .page-container {
  min-height: 100vh; }

.password-header__link {
  position: absolute;
  right: 30px;
  top: 39px; }

.section.section--password-content {
  margin-bottom: 30px; }

.password-content {
  position: relative;
  overflow: hidden;
  min-height: 620px;
  background: var(--color--bg-dark); }

.password-content__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.password-content__content {
  width: 600px;
  max-width: 100%;
  padding: 12px 42px;
  margin: 54px 18px;
  background: var(--color--bg);
  text-align: center;
  position: relative; }

.password-content__block {
  margin: 30px 0; }

.password__share-items {
  margin: 0; }

.password__share-item {
  display: inline-block;
  margin: 3px 6px;
  font-size: 16px;
  width: 18px;
  height: 18px;
  line-height: 18px; }

.password__share-link {
  color: var(--color--alt-text); }
  .password__share-link:hover {
    opacity: 1;
    color: #555; }

.password-footer {
  margin: 24px 0 30px;
  overflow: hidden; }

.password__powered-by {
  float: left; }

.password__admin {
  float: right; }

.password__shopify-link {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 30px;
  top: 5px;
  margin-left: 5px; }
  .password__shopify-link svg path {
    fill: var(--color--text); }

.password-pop {
  position: relative;
  background: var(--color--bg);
  max-width: 500px;
  width: 100%;
  margin: 12px auto 42px; }
  .password-pop .mfp-close {
    color: var(--color--text);
    display: block;
    font-size: 24px;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    line-height: 58px; }

.password-pop__wrapper {
  padding-bottom: 6px; }

.password-pop__head {
  background: var(--color--bg-dark);
  text-align: center;
  height: 54px;
  position: relative; }

.password-pop__label-title {
  font-size: 22px;
  line-height: 54px;
  margin-bottom: 0;
  text-transform: var(--font--title-transform); }

.password-pop__inner {
  margin: 30px; }

@media screen and (max-width: 980px) {
  .password-header__link {
    position: relative;
    margin: 0 12px 24px;
    right: 0;
    top: 0;
    text-align: center; }
  .password-content {
    min-height: 500px; } }

@media screen and (max-width: 767px) {
  .password-content {
    min-height: 360px; }
  .password-content__content {
    padding: 6px 18px;
    margin: 30px 12px; }
  .password-footer {
    text-align: center; }
  .password__admin {
    margin-bottom: 24px; }
  .password__powered-by,
  .password__admin {
    float: none; } }

/* ==========================================================================
   #PRODUCT ITEM
   ========================================================================== */
.product-card {
  position: relative; 
  box-shadow: var(--smallShadow);
  background: white;
  height: 100% !important;
  border-radius: 30px;
}

.product-card--center .product-card__details,
.product-card--center .product-card__swatch {
  text-align: center; }

.product-card--center .product-card__swatch__items {
  margin: 0 auto; }

.product-card-top {
  position: relative;
  overflow: hidden; }

.product-card__media {
  position: relative;
  overflow: hidden;
  background: var(--color--product-bg); }

.product-card__img.product-card__img {
  background: white;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.product-card--fit .product-card__img {
  object-fit: contain; }

.product-card--crop .product-card__img {
  object-fit: cover; }

.product-card__img-hover {
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.product-card__details {
  margin-top: 12px; }

.product-card__title {
  text-transform: var(--font--title-transform);
  margin: 0; }

.product-card__vendor {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 9px;
  color: var(--color--text-light); }

.product-card__price {
  font-family: var(--font--title);
  color: var(--color--text);
  margin: 6px 0 0;
  font-weight: 800;
  line-height: 140%; }

.product-card__price-price--sale {
  color: var(--color--product-sale); }

.product-card__price-cross {
  position: relative;
  margin-left: 6px;
  text-decoration: line-through;
  font-size: 0.9em;
  color: var(--color--alt-text); }

.product-card__unit-price {
  font-size: 0.85em;
  margin-bottom: 0;
  color: var(--color--alt-text); }

.product-card__reviews {
  margin-top: 12px;
  line-height: 0; }

.product-card-btn {
  width: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.product-card-btn--hover {
  position: absolute;
  margin-top: -48px;
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

@media screen and (max-width: 980px) {
  .product-card-btn__btn:after {
    top: 0; } }

@media screen and (max-width: 1080px) {
  .product-card-btn--hover {
    position: relative;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.product-card-btn--always {
  position: relative;
  margin-top: 0; }

.product-card__swatch {
  margin-top: 12px; }

.product-card__swatch__items {
  margin: 0;
  line-height: 0;
  max-width: 300px; }

.product-card__swatch__item {
  height: 26px;
  border-radius: 50%;
  padding: 2px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.product-card__swatch__item:hover,
.product-card__swatch__item.js-active {
  border: 1px solid var(--color--text-light); }

.product-card__swatch__graphic {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--color--text-lightest);
  background-size: cover;
  background-position: center center; }

@media screen and (max-width: 767px) {
  .product-card {
    margin-bottom: 30px; } }

@media screen and (min-width: 768px) {
  .no-touchevents .product-card--details-hover .product-card__details__hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0; }
  .no-touchevents .product-card--details-hover .product-card-btn--hover {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s; } }

.no-touchevents .product-card-top:hover .product-card__img {
  opacity: 1; }

.no-touchevents .product-card-top:hover .product-card__media--hover .product-card__img {
  opacity: 0; }

.product-card:hover .product-card-link {
  opacity: 1;
  text-decoration: none; }

.product-card:hover .product-card__details__hover {

  opacity: 1; }

.product-card:hover .product-card__title {
  opacity: 0.7; }

.product-card:hover .product-card-btn {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.product-form__single-variant-select {
  display: none; }

.product-form__stock-note.product-form__stock-note {
  color: var(--color--product-sale); }

.product-form__stock-note.product-form__stock-note {
  display: block;
  padding: 0;
  margin: 0; }

.product-form__stock-note {
  color: var(--color--alt-text);
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1;
  margin-bottom: 6px;
  font-style: italic;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  text-align: right; }

.product-form__stock-note--left {
  text-align: left; }

.product-form__stock-note--center {
  text-align: center; }

.product-form__qty {
  overflow: hidden;
  display: flex;
  align-items: center;
 justify-content: space-between;
}
  .product-form__qty .quantity-selector {
    line-height: 34px; }

.product-form__qty-input {
  float: right;
display: flex;
align-items: center;}

.product-form__qty-input .quantity-selector {
  visibility: hidden; }

.product-form__add--dynamic .product-form__add-btn {
  margin-bottom: 12px; }

.product-form__add {
  margin-bottom: 15px;
}
.product-form__shopify-payment-terms {
  margin-top: 12px; }

.product-form__img__img {
  width: 100%; }

.product-form__link__wrapper {
  line-height: 1; }

.product-form__link--body {
  text-decoration: underline; }
  .product-form__link--body:hover {
    text-decoration: underline; }

.product-form__spacer--top-small {
  padding-top: 6px; }

.product-form__spacer--bottom-small {
  margin-bottom: 24px; }

.product-form__spacer--top-medium {
  padding-top: 18px; }

.product-form__spacer--bottom-medium {
  margin-bottom: 36px; }

.product-form__spacer--top-large {
  padding-top: 30px; }

.product-form__spacer--bottom-large {
  margin-bottom: 48px; }

.product-form__spacer--has-border {
  border-bottom: 1px solid var(--color--text-lightest); }

.product-form__reviews-stars {
  text-align: left;
  margin-top: 9px; }
  .product-form__reviews-stars .spr-badge-caption {
    font-size: 0.85rem;
    color: var(--color--alt-text); }

.product-form__reviews-stars-link {
  display: block; }
  .product-form__reviews-stars-link .product-form__single-variant-select {
    display: block; }

.product-form__variant--buttons .selector-wrapper,
.product-form__variant--buttons .product-form__variant-select,
.product-form__variant--swatches .selector-wrapper,
.product-form__variant--swatches .product-form__variant-select {
  display: none; }

.product-form__swatch__title {
  margin-bottom: 6px;
  line-height: 1; }

.product-form__swatch__sub-title {
  color: var(--color--text-light);
  margin-left: 3px; }

.product-form__swatch {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden; }

.product-form__swatch__item {
  display: block;
  float: left; }

.product-form__swatch__label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  font-size: 0.9rem;
  padding: 9px 18px;
  margin-right: 0px;
  margin-top: 9px;
  color: black;
  border: none !important;
  font-weight: 400;
  -webkit-transition: border-color 0.3s ease-out, background 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out, background 0.3s ease-out;
  transition: border-color 0.3s ease-out, background 0.3s ease-out;
}
.product-form__swatch__label:hover {
  background-color: black;
  color: white;
  border: none;
}

.product-form__swatch__item--disabled .product-form__swatch__label {
  opacity: 1;
  color: black !important;
  border-color: var(--color--text-lighter);
  background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(49.5%, var(--color--text-lighter)), color-stop(50.5%, var(--color--text-lighter)), color-stop(51%, transparent));
  background: -webkit-linear-gradient(right bottom, transparent 49%, var(--color--text-lighter) 49.5%, var(--color--text-lighter) 50.5%, transparent 51%);
  background: -o-linear-gradient(right bottom, transparent 49%, var(--color--text-lighter) 49.5%, var(--color--text-lighter) 50.5%, transparent 51%);
  background: linear-gradient(to left top, transparent 49%, var(--color--text-lighter) 49.5%, var(--color--text-lighter) 50.5%, transparent 51%);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.product-form__swatch__item--color.product-form__swatch__item--disabled .product-form__swatch__label.product-form__swatch__label {
  background: none ;
  border-color: var(--color--text-lighter); }
  .product-form__swatch__item--color.product-form__swatch__item--disabled .product-form__swatch__label.product-form__swatch__label:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--color--text-lighter);
    transform: rotate(45deg); }

.product-form__swatch__item input[type='radio']:checked + label {
  box-shadow: var(--btnShadow);
}

@media (hover: hover) {
  .product-form__swatch__item input[type='radio']:hover + label {
    border: 1px solid var(--color--text-light); } }

.product-form__swatch__item input[type='radio']:checked + label {
  background: var(--color--text);
  color: var(--color--bg); }

.product-form__swatch__item--disabled input[type='radio']:checked + label {
  
  background: -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(49.5%, var(--color--text-lighter)), color-stop(50.5%, var(--color--text-lighter)), color-stop(51%, transparent));
  background: -webkit-linear-gradient(right bottom, transparent 49%, var(--color--text-lighter) 49.5%, var(--color--text-lighter) 50.5%, transparent 51%);
  background: -o-linear-gradient(right bottom, transparent 49%, var(--color--text-lighter) 49.5%, var(--color--text-lighter) 50.5%, transparent 51%);
  background: linear-gradient(to left top, transparent 49%, var(--color--text-lighter) 49.5%, var(--color--text-lighter) 50.5%, transparent 51%);
  background-color: black;
  color: white !important;
  opacity: 1;
}

.product-form__swatch__item--color {
  overflow: hidden;
  height: 45px; }
  .product-form__swatch__item--color .product-form__swatch__label {
    position: relative;
    padding: 0;
    border-radius: 50%;
    margin-right: 4px;
    width: 34px;
    height: 34px;
    border-color: transparent; }
  .product-form__swatch__item--color input[type='radio']:checked + label {
    background: transparent; }
  .product-form__swatch__item--color .product-form__swatch__label__graphic {
    display: block;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 26px;
    height: 26px;
    margin: 3px;
    border: 1px solid var(--color--text-lightest);
    background-size: cover;
    background-position: center; }

/* ==========================================================================
   #SINGLE PRODUCT
   ========================================================================== */
.product-single__top {
  position: relative;
  padding: 30px 0; }
  .product-single__top .section__title {
    margin-bottom: 54px; }
  .product-single__top .section__title--vendor {
    margin-bottom: 36px; }

.product-single__title-desc {
  color: var(--color--alt-text);
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  letter-spacing: 0;
  text-transform: none; }

.product-single__title-desc a {
  color: var(--color--alt-text); }
  .product-single__title-desc a:hover {
    color: var(--color--text);
    opacity: 1; }

.product-single:not(.product-single--minimal).product-single--text-dark .section__title-text,
.product-single:not(.product-single--minimal).product-single--text-dark .breadcrumb__item,
.product-single:not(.product-single--minimal).product-single--text-dark .breadcrumb__link {
  color: #111; }

.product-single:not(.product-single--minimal).product-single--text-dark .product-single__photo__nav__item {
  color: rgba(17, 17, 17, 0.6); }
  .product-single:not(.product-single--minimal).product-single--text-dark .product-single__photo__nav__item:hover {
    color: #111111; }
  .product-single:not(.product-single--minimal).product-single--text-dark .product-single__photo__nav__item.slick-disabled {
    color: rgba(17, 17, 17, 0.3); }
    .product-single:not(.product-single--minimal).product-single--text-dark .product-single__photo__nav__item.slick-disabled:hover {
      color: rgba(17, 17, 17, 0.3); }

.product-single:not(.product-single--minimal).product-single--text-dark .product-single__title-desc a {
  color: rgba(17, 17, 17, 0.8); }
  .product-single:not(.product-single--minimal).product-single--text-dark .product-single__title-desc a:hover {
    color: #111; }

.product-single:not(.product-single--minimal).product-single--text-dark .section__title-text:after {
  background: rgba(17, 17, 17, 0.8); }

.product-single:not(.product-single--minimal).product-single--text-light .section__title-text,
.product-single:not(.product-single--minimal).product-single--text-light .breadcrumb__item,
.product-single:not(.product-single--minimal).product-single--text-light .breadcrumb__link {
  color: #fff; }

.product-single:not(.product-single--minimal).product-single--text-light .product-single__photo__nav__item {
  color: rgba(255, 255, 255, 0.6); }
  .product-single:not(.product-single--minimal).product-single--text-light .product-single__photo__nav__item:hover {
    color: white; }
  .product-single:not(.product-single--minimal).product-single--text-light .product-single__photo__nav__item.slick-disabled {
    color: rgba(255, 255, 255, 0.3); }
    .product-single:not(.product-single--minimal).product-single--text-light .product-single__photo__nav__item.slick-disabled:hover {
      color: rgba(255, 255, 255, 0.3); }

.product-single:not(.product-single--minimal).product-single--text-light .product-single__title-desc a {
  color: rgba(255, 255, 255, 0.8); }
  .product-single:not(.product-single--minimal).product-single--text-light .product-single__title-desc a:hover {
    color: #fff; }

.product-single:not(.product-single--minimal).product-single--text-light .section__title-text:after {
  background: rgba(255, 255, 255, 0.8); }

.product-single__top-bg {
  background: #f0f0f0;
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0;
  left: 0;
  -webkit-transition: height 0.1s ease-out;
  -moz-transition: height 0.1s ease-out;
  transition: height 0.1s ease-out; }

.product-single__top-bg--full {
  height: 100%; }

.product-single__title-text {
  font-size: calc((var(--font--size-h2) / var(--font--size-base)) * 1rem);
  line-height: 1.6; }

.product-single__photos {
  width: 100%;
  margin: 0 auto; }
  .product-single__photos .slick-slide {
    line-height: 0; }

.product-single__photos--small {
  max-width: 500px; }

.product-single__photos--medium {
  max-width: 630px; }

.product-single__photos--large {
  max-width: 760px; }

.product-single__photo__img {
  width: 100%; }

.product-single__photo__item {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.product-single__photo__item iframe,
.product-single__photo__item model-viewer,
.product-single__photo__item .shopify-model-viewer-ui,
.product-single__photo__item > video,
.product-single__photo__item .plyr,
.product-single__photo__item .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%; }

.product-single__photo__item iframe,
.product-single__photo__item .media-video,
.product-single__photo__item model-viewer,
.product-single__photo__item .shopify-model-viewer-ui,
.product-single__photo__item .media-item,
.product-single__photo__item .plyr,
.product-single__photo__item .plyr__video-wrapper {
  height: 100%; }

.product-single__photo__nav {
  position: relative;
  display: table;
  padding: 0 36px;
  margin: 12px auto 0; }

.product-single__photo__nav__item {
  position: absolute;
  width: auto;
  top: 50%;
  margin-top: -24px;
  font-size: 48px;
  line-height: 1em;
  color: var(--color--text-light);
  cursor: pointer; }
  .product-single__photo__nav__item:hover {
    color: var(--color--text-lightest);
    opacity: 1; }
  .product-single__photo__nav__item.slick-disabled {
    color: var(--color--text-lighter); }
    .product-single__photo__nav__item.slick-disabled:hover {
      color: var(--color--text-lighter); }

.product-single:not(.product-single--full) .product-single__photo__nav__item {
  display: none !important; }

.product-single__photos:hover .product-single__photo__nav__item {
  display: block !important; }

.product-single__photo__nav__item--prev {
  left: -15%; }

.product-single__photo__nav__item--next {
  right: -15%; }

.product-single__photo__nav__dots {
  display: inline-block; }
  .product-single__photo__nav__dots .slick-dots {
    line-height: 30px; }
    .product-single__photo__nav__dots .slick-dots li {
      display: inline-block;
      margin: 12px 6px 0;
      cursor: pointer;
      vertical-align: top; }
    .product-single__photo__nav__dots .slick-dots .product-single__photo-thumbs__item {
      background-color: var(--color--product-bg);
      width: 60px;
      height: 60px;
      border: 2px solid transparent;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .product-single__photo__nav__dots .slick-dots .slick-active .product-single__photo-thumbs__item {
      border-color: var(--color--brand); }

.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
  display: none; }

.product-single__view-in-space {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  background-color: #f0f0f0;
  color: #111;
  position: relative;
  border: none;
  width: 100%;
  min-height: 32px;
  line-height: 32px;
  padding: 6px 6px 7px;
  margin: 0 auto;
  display: block;
  font-size: 1em;
  cursor: pointer; }
  .product-single__view-in-space:hover .product-single__view-in-space-text, .product-single__view-in-space:focus .product-single__view-in-space-text {
    border-bottom-color: #111; }
  .product-single__view-in-space svg.icon {
    height: 24px;
    width: 24px;
    margin-right: 3px;
    position: relative;
    top: 6px;
    fill: transparent; }
    .product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
      stroke: none; }
    .product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
      fill: #111;
      opacity: 1; }

.product-single__view-in-space-text {
  border-bottom: 1px solid transparent; }

.product-single__photo-thumbs {
  position: absolute;
  left: -9999px;
  visibility: hidden;
  display: none; }

.product-single__photo-thumbs__item {
  overflow: hidden;
  position: relative; }

.product-single__photo-thumbs__img {
  width: 100%; }

.product-single__photo-thumbs__badge {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 3px;
  top: 3px;
  pointer-events: none; }
  .product-single__photo-thumbs__badge .icon {
    fill: #fff;
    width: 100%;
    height: 100%;
    vertical-align: baseline; }
  .product-single__photo-thumbs__badge .icon-3d-badge-full-color-outline,
  .product-single__photo-thumbs__badge .icon-video-badge-full-color-outline {
    stroke: #e4e4e4; }
  .product-single__photo-thumbs__badge .icon-3d-badge-full-color-element,
  .product-single__photo-thumbs__badge .icon-video-badge-full-color-element {
    fill: #111; }

.product-single__photo__zoom-btn {
  cursor: zoom-in;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.product-single__bottom {
  padding-top: 36px; }

.product-single__box {
  width: 100%;
  background-color: white;
  position: sticky;
  top: 18px; }
  .product-single__box .errors {
    color: #d12328;
    text-align: center;
    margin: 12px 0; }

.product-single__box.product-single__box.product-single__box.product-single__box {
  -webkit-transition: opacity 0.3s ease-in, top 350ms ease;
  -moz-transition: opacity 0.3s ease-in, top 350ms ease;
  transition: opacity 0.3s ease-in, top 350ms ease; }

.product-single__box {
  top: calc(var(--header-height) * var(--header-is-sticky) + 18px); }

.header-down .product-single__box {
  top: calc(var(--header-height) + 18px); }

.product-single__box__block {
  padding: 0 24px;
  margin-top: 24px;
  margin-bottom: 24px; }
  @media screen and (max-width: 980px) {
    .product-single__box__block {
      padding: 0 0px;
      margin-top: 18px;
      margin-bottom: 18px; } }

.product-single__box__block--separator {
  padding: 0px 24px;
  padding-bottom: 0px;
}

.product-single__box__block--separator:first-of-type {
  margin-top: 0;
  border-top: none; }

.product-single__box__block--separator:last-of-type {
  margin-bottom: 0;
  border-bottom: none; }

.product-single__box__heading {
  margin-bottom: 3px; }

.product-single__price {
  position: relative; }

.product-single__price-text {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
}

.product-single__price-compare {
  font-size: 1.15rem;
  color: var(--color--alt-text);
  margin-left: 6px; }

.money-redout {
  color: red; }

.product-single__price__notes {
  line-height: 1; }

.product-single__price__note {
  display: inline-block;
  color: var(--color--alt-text);
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  line-height: 1;
  margin-bottom: 6px;
  font-style: italic;
  margin-right: 15px;
  position: relative; }

.product-single__price__note--unit {
  display: none; }

.product-single__price__note:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  right: -11px;
  top: 5px;
  background: var(--color--alt-text);
  display: inline-block;
  border-radius: 50%; }

.product-single__price__note:last-child {
  margin-left: 0; }

.product-single__price__note:last-child:after {
  content: none; }

.product-single__variant {
  margin-top: 18px; }

.product-single__reviews .spr-starratings {
  font-size: 0.85rem; }

.product-single__content-text {
  margin-bottom: 30px; }

.product-single__accordion__title {
  position: relative;
  display: block;
  color: var(--color--headings); }
  .product-single__accordion__title:hover {
    text-decoration: none; }
  .product-single__accordion__title.js-active .product-single__accordion__title-icon {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.product-single__accordion__title-icon {
  position: absolute;
  right: 6px;
  top: 22px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: var(--color--headings);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.product-single__accordion__title {
  padding-top: 18px;
  border-top: 1px solid var(--color--text-lightest); }

.product-single__accordion__title-text {
  text-transform: var(--font--title-transform);
  margin-bottom: 18px; }

.product-single__accordion__item {
  margin-bottom: 24px;
  display: block;
  overflow: hidden; }

.product-single__accordion__item:last-child {
  margin-bottom: 0; }

.product-single__accordion__item-wrap:before {
  content: '';
  width: 30px;
  height: 3px;
  background: var(--color--brand);
  position: absolute;
  left: 0;
  top: -12px; }

.product-single__accordion__item-wrap *:last-child {
  margin-bottom: 0; }

.product-single__accordion__item-wrap .container {
  max-width: 100%;
  padding: 0; }

.product-single__accordion__image {
  margin-top: 18px; }

.product-single__share-items {
  margin: 0;
  line-height: 0;
margin-top: 15px;}

.product-single__share-item {
  display: inline-block;
  margin: 0px 6px;
  font-size: 16px;
  width: 18px;
  height: 18px;
  line-height: 0; }

.product-single__share-item:first-child {
  margin-left: 0; }

.product-single__share-item:last-child {
  margin-right: 0; }

.product-single__share-link {
  color: var(--color--alt-text); }
  .product-single__share-link:hover {
    opacity: 1;
    color: var(--color--text); }

.product-single--minimal .product-single__box {
  border: none;
  position: relative;
  top: 0; }

.product-single--minimal .product-single__box__block {
  padding: 0; }

.product-single--minimal .product-single__box__block:first-of-type {
  margin-top: 0; }

.product-single--minimal .product-single__box__block--separator {
  background: none;
  border-top: none;
  padding-bottom: 0px; }

.product-single--minimal .product-single__price,
.product-single--minimal .product-form--single {
  background: transparent;
  padding: 0; }

.product-single--minimal .product-single__content-text {
  border-top: 1px solid var(--color--text-lightest);
  padding-top: 30px; }

.product-single--classic .section__title--vendor,
.product-single--minimal .section__title--vendor {
  margin-bottom: 18px; }

.product-single--classic .section__title-desc,
.product-single--minimal .section__title-desc {
  margin-top: calc(24 * var(--font--title-border) * 1px);
  font-size: calc((var(--font--size-h5) / var(--font--size-base)) * 1rem);
  line-height: 1.9; }

.product-single--classic .product-single__top,
.product-single--minimal .product-single__top {
  padding-bottom: 0; }

.product-single--classic .product-single__top-bg,
.product-single--minimal .product-single__top-bg {
  height: 600px; }

.product-single--classic .product-single__top-bg--full,
.product-single--minimal .product-single__top-bg--full {
  height: 800px; }

.product-single--classic .product-single__photos,
.product-single--minimal .product-single__photos {
  margin-bottom: 60px;
  max-width: 100%; }

.product-single--classic .product-single__photo__nav__item,
.product-single--minimal .product-single__photo__nav__item {
  margin-top: -17px;
  font-size: 34px; }

.product-single--classic .product-single__photo__nav__item--prev,
.product-single--minimal .product-single__photo__nav__item--prev {
  left: 0; }

.product-single--classic .product-single__photo__nav__item--next,
.product-single--minimal .product-single__photo__nav__item--next {
  right: 0; }

.product-single--classic .product-single__photos .slick-list,
.product-single--minimal .product-single__photos .slick-list {
  margin: 0 auto; }

.product-single--classic .product-single__photos--small .slick-list,
.product-single--classic .product-single__photos--small .product-single__view-in-space,
.product-single--minimal .product-single__photos--small .slick-list,
.product-single--minimal .product-single__photos--small .product-single__view-in-space {
  max-width: calc(80% - 96px); }

.product-single--classic .product-single__photos--medium .slick-list,
.product-single--classic .product-single__photos--medium .product-single__view-in-space,
.product-single--minimal .product-single__photos--medium .slick-list,
.product-single--minimal .product-single__photos--medium .product-single__view-in-space {
  max-width: calc(90% - 96px); }

.product-single--classic .product-single__photos--large .slick-list,
.product-single--classic .product-single__photos--large .product-single__view-in-space,
.product-single--minimal .product-single__photos--large .slick-list,
.product-single--minimal .product-single__photos--large .product-single__view-in-space {
  max-width: 100%; }

.product-single--classic .product-single__photos--large .product-single__photo__nav__item,
.product-single--minimal .product-single__photos--large .product-single__photo__nav__item {
  display: none !important; }

.product-single--classic .product-single__bottom,
.product-single--minimal .product-single__bottom {
  padding-top: 0; }

@media screen and (max-width: 980px) {
  .product-single__photo-main--large {
    max-width: 640px; }
  .product-single__classic-title,
  .product-single__box,
  .product-single__content {
    max-width: 660px;
    margin: 0 auto; }
  .product-single__box {
    margin-bottom: 30px; }
  .product-single__photo__nav__item.product-single__photo__nav__item.product-single__photo__nav__item {
    display: none !important; }
  .product-single--classic .product-single__top,
  .product-single--minimal .product-single__top {
    padding: 0; }
  .product-single--classic .product-single__top-bg,
  .product-single--minimal .product-single__top-bg {
    height: 70% !important; }
  .product-single--classic .product-single__top-bg--full,
  .product-single--minimal .product-single__top-bg--full {
    height: 100% !important; }
  .product-single--classic .product-single__photos,
  .product-single--minimal .product-single__photos {
    margin-bottom: 0; }
  .product-single--classic .product-single__photos--small,
  .product-single--minimal .product-single__photos--small {
    max-width: 500px; }
  .product-single--classic .product-single__photos--medium,
  .product-single--minimal .product-single__photos--medium {
    max-width: 630px; }
  .product-single--classic .product-single__photos--large,
  .product-single--minimal .product-single__photos--large {
    max-width: 760px; }
  .product-single--classic .product-single__photos .slick-list,
  .product-single--classic .product-single__photos .product-single__view-in-space,
  .product-single--minimal .product-single__photos .slick-list,
  .product-single--minimal .product-single__photos .product-single__view-in-space {
    max-width: 100%; }
  .product-single--classic .product-single__bottom,
  .product-single--minimal .product-single__bottom {
    padding-top: 0px; } }

@media screen and (max-width: 767px) {
  .product-single__photos .slick-dots .product-single__photo-thumbs__item.product-single__photo-thumbs__item {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #bbb;
    border: 0; }
  .product-single__photos .slick-dots .slick-active .product-single__photo-thumbs__item {
    background: var(--color--brand); }
  .product-single__photo-thumbs__img,
  .product-single__photo-thumbs__badge {
    display: none; }
  .product-box-spacer {
    display: none !important; }
  .product-single__top {
    padding: 24px 0; }
    .product-single__top .section__title {
      margin-bottom: 48px; }
    .product-single__top .section__title--vendor {
      margin-bottom: 24px; }
  .product-single__bottom {
    padding-top: 24px; }
  .product-single__price-text {
    font-size: 1.3rem; }
  .product-single__price-compare {
    font-size: 1rem; }
  .product-single__title-text {
    font-size: calc((var(--font--size-h3) / var(--font--size-base)) * 1rem);
    line-height: 1.5; }
  .product-single__photo__nav__item.product-single__photo__nav__item.product-single__photo__nav__item {
    display: block !important;
    bottom: 0;
    top: 50%;
    font-size: 14px;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 46px;
    margin-top: -21px; }
  .product-single__photo__nav__item.product-single__photo__nav__item--prev {
    left: -12px; }
  .product-single__photo__nav__item.product-single__photo__nav__item--next {
    right: -12px; }
  .product-single__photo__nav__item--prev .icon:before {
    content: "\e912"; }
  .product-single__photo__nav__item--next .icon:before {
    content: "\e913"; }
  .product-single__photo-zoom {
    cursor: default; } }

/* ==========================================================================
   #AJAX AND JS QUANTITY
   ========================================================================== */
.is-loading .ajaxcart__qty {
  opacity: 0.5;
  transition: none; }

.ajaxcart__qty-num,
.ajaxcart__qty-adjust {
  font-size: 15px;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid var(--color--text-lightest);
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: var(--color--text); }

.ajaxcart__qty-num {
  font-size: 13px;
  background: var(--color--bg-dark); }

.ajaxcart__qty-adjust {
  background: transparent;
  padding: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .ajaxcart__qty-adjust span {
    display: inline-block;
    width: 9px;
    height: 9px;
    line-height: 7px;
    text-align: center; }

.ajaxcart__qty-num,
.ajaxcart__qty--plus {
  margin-left: -1px; }

.ajaxcart__qty--plus {
  border-left: 0; }

.js-qty__num,
.js-qty__adjust {
  font-size: 15px;
  height: 36px;
  width: 36px;
  line-height: 34px;
  text-align: center;
  border: 1px solid black;
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: black;
  border-radius: 30px;
}

.js-qty__num {
  font-size: 13px;
  margin-left: -1px; 
color: black}

.js-qty__adjust {
  background: transparent;
  padding: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .js-qty__adjust span {
    display: inline-block;
    width: 9px;
    height: 9px;
    line-height: 7px;
    text-align: center; }

.js-qty__adjust--plus {
  margin-left: -1px;
  border-left: 0; }

@media screen and (max-width: 767px) {
  .ajaxcart__qty-adjust,
  .ajaxcart__qty-num,
  .js-qty__num,
  .js-qty__adjust {
    height: 34px;
    width: 34px;
    line-height: 32px; } }

/* ==========================================================================
   #SEARCH POP-UP
   ========================================================================== */
/* Search drawer
   ========================================================================== */
.search-draw {
  position: relative;
  background: var(--color--bg);
  max-width: 600px;
  width: 100%;
  margin: 12px auto 42px; }
  .search-draw .mfp-close {
    color: var(--color--text);
    display: block;
    font-size: 24px;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    line-height: 58px; }

.search-draw__wrapper {
  padding-bottom: 6px; }

.search__head {
  background: var(--color--bg-dark);
  text-align: center;
  height: 54px;
  position: relative; }

.search__label-title {
  font-size: 22px;
  line-height: 54px;
  margin-bottom: 0;
  text-transform: var(--font--title-transform); }

.search__inner {
  margin: 24px; }

.search__form {
  position: relative; }

.search__form-input {
  padding: 12px 30px 12px 12px;
  width: 100%;
  height: 54px;
  line-height: 32px;
  font-weight: 200;
  margin: 0;
  font-size: 1.3rem; }

.search__form-submit {
  position: absolute;
  background: none;
  height: 54px;
  line-height: 56px;
  font-size: 22px;
  padding: 0 12px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--color--text); }

.search__nav {
  margin-top: 30px; }

.search__nav-title {
  text-transform: var(--font--title-transform);
  margin-bottom: 6px; }

.search__nav-items {
  overflow: hidden; }

.search__nav-item {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 3px; }

.search__nav-link {
  display: block;
  color: var(--color--text); }
  .search__nav-link:hover {
    opacity: 1; }

/* Search Page
   ========================================================================== */
.search-page__form {
  position: relative;
  max-width: 600px;
  margin: 0 auto 60px; }

.search-page__form-input {
  padding: 12px 30px 12px 12px;
  width: 100%;
  height: 54px;
  line-height: 32px;
  font-weight: 200;
  margin: 0;
  font-size: 1.3rem; }

.search-page__form-submit {
  position: absolute;
  background: none;
  height: 54px;
  line-height: 56px;

  padding: 0 12px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: var(--color--text); }

.search-page__media-img {
  width: 100%;
  object-fit: cover; }

.search-page__products,
.search-page__other {
  margin-bottom: 42px; }

.search-page__other .section__bg {
  background: var(--color--bg-dark); }

.search-page__other-item {
  margin-bottom: 30px;
  position: relative; }

.search-page__other-item--last {
  margin-bottom: 0; }

.search-page__other-item--reverse .search-page__other-info {
  margin-left: auto;
  margin-right: -36px; }

.search-page__other-item--no-img .search-page__other-info {
  margin: auto;
  max-width: 600px; }

.search-page__other-info {
  padding: 42px;
  background: var(--color--bg);
  margin-left: -36px;
  border: 1px solid var(--color--text-lightest); }

.search-page__other-title {
  margin-top: 0;
  margin-bottom: 12px; }

.search-page__other-title-link {
  color: var(--color--text); }

.search-page-pagination {
  position: relative;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .search-page__products {
    margin-bottom: 30px; }
  .search-page__other-item {
    margin-bottom: 18px; }
  .search-page__other-item--no-img .search-page__other-info {
    max-width: 100%; }
  .search-page__other-media {
    display: none; }
  .search-page__other-info.search-page__other-info {
    padding: 24px;
    margin: 0; }
  .search-page-pagination {
    margin-bottom: 18px; } }

/* ==========================================================================
   #SECTION
   ========================================================================== */
.section--mb-m {
  margin-bottom: 30px; }

.section--mb-s {
  margin-bottom: 24px; }

.section--mb-0.section--mb-0 {
  margin-bottom: 0; }

.section--product-single {
  position: static; }

.section__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  left: 0;
  margin-top: 80px;
  -webkit-transform: translate3d(0, 0, 0); }

.section__bg--white {
  background: #fff; }

.section__bg--grey {
  background: #f0f0f0; }

.section__title {
  max-width: 660px;
  margin: 0 0 42px;
  position: relative; }

.section__title--center {
  margin: 0 auto 42px;
  text-align: center; }
  .section__title--center .section__title-text:after {
    left: 50%;
    margin-left: -18px; }

.section__title--desc {
  margin-bottom: 24px; }

.section__title-text {
  position: relative;
  margin: 0; }
  .section__title-text:after {
    content: '';
    width: 36px;
    height: var(--font--title-border-size);
    background: var(--color--brand);
    position: absolute;
    left: 0;
    bottom: -12px; }

.section__title-desc {
  margin-top: 24px;
  margin-bottom: 0; }

.section__title-link {
  color: var(--color--text); }
  .section__title-link:hover {
    text-decoration: none;
    opacity: .8; }

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

.section__link--mt {
  margin-top: 18px; }

.section--has-bg .section__link {
  margin-bottom: 30px; }

.section--content-light .section__link-link,
.section--content-default-light .section__link-link {
  color: #fff; }

.section--blog,
.section--article.article--no-img,
.section--page,
.section--search,
.section--list-collections,
.section--cart,
.section--404,
.section--account {
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .section--blog,
    .section--article.article--no-img,
    .section--page,
    .section--search,
    .section--list-collections,
    .section--cart,
    .section--404,
    .section--account {
      margin-top: 12px; } }

.section--list-collections {
  margin-bottom: 24px; }

@media screen and (min-width: 768px) {
  .section--mb-s--desk {
    margin-bottom: 24px; } }

@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 42px; }
  .section--mb-s,
  .section--mb-s--mob {
    margin-bottom: 6px; }
  .section--mb-reset--mob {
    margin-bottom: 42px; }
  .section__title {
    margin-bottom: 30px; }
  .section__title--desc {
    margin-bottom: 24px; }
  .section--list-collections {
    margin-bottom: 6px; } }

body[data-heading-border="false"] .section__title-text:after,
body[data-heading-border="false"] .home-collection-list__title-text.home-collection-list__title-text:after {
  content: none; }

body[data-heading-border="false"] .home-map__item-wrap.home-map__item-wrap {
  padding-top: 0; }
  body[data-heading-border="false"] .home-map__item-wrap.home-map__item-wrap:before {
    content: none; }

body[data-heading-border="false"] .product-featured__details.product-featured__details .section__title {
  margin-bottom: 12px; }

body[data-heading-border="false"] .section__title {
  margin-bottom: 18px; }

body[data-heading-border="false"] .section__title-desc {
  margin-top: 12px; }

body[data-heading-border="false"] .section .home-promo__title,
body[data-heading-border="false"] .section .home-carousel__title,
body[data-heading-border="false"] .section .collection__header-info__title {
  margin-bottom: 6px; }

body[data-heading-border="false"] .section .product-featured__title-desc,
body[data-heading-border="false"] .section .home-map__item-wrap {
  margin-top: 0; }

body[data-heading-border="false"] .promo-pop__title.promo-pop__title {
  margin-bottom: 12px; }

@media screen and (max-width: 767px) {
  body[data-heading-border="false"] .section__title--desc {
    margin-bottom: 18px; } }

/* ==========================================================================
   #SKIP TO CONTENT LINK
   ========================================================================== */
.skip-to-content-link {
  background: #fff;
  display: block;
  left: 0;
  padding: 24px;
  z-index: 12;
  line-height: 1;
  position: absolute;
  border: 1px solid #bbb;
  transform: translateY(-100%);
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s; }

.skip-to-content-link:focus {
  transform: translateY(0%); }

/* ==========================================================================
   #SHOPIFY SMART PAYMENT BUTTONS
   ========================================================================== */
/* Using double clsses because to override Shopify styling */
.product-single__add .shopify-payment-button {
  margin-bottom: 12px; }

@media screen and (max-width: 767px) {
  .product-featured__add .shopify-payment-button {
    margin-bottom: 12px; } }

.product-single__add--sold .shopify-payment-button {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

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

.shopify-payment-button__button--branded.shopify-payment-button__button--branded {
  height: 48px; }

.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  font-family: var(--font--button);
  letter-spacing: var(--font--button-space);
  text-transform: var(--font--button-transform);
  transition: all 0.2s ease-in-out;
  color: var(--color--btn);
  font-size: var(--font--button-size);
  font-weight: var(--font--button-weight);
  font-style: var(--font--button-style);
  height: auto;
  line-height: 30px;
  padding: 9px 30px;
  border-radius: 15px;
  background-color: var(--color--brand); }
  @media (hover: hover) {
    .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded, .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:active, .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:focus {
      opacity: 1;
      text-decoration: none; } }
  @media screen and (max-width: 767px) {
    .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded {
      font-size: var(--font--button-mobile-size); } }
  .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:hover, .shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:focus {
    background-color: var(--color--brand-dark); }

.shopify-payment-button__button--unbranded.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--color--brand-dark); }

.shopify-payment-button__more-options {
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style); }

.shopify-payment-button__more-options.shopify-payment-button__more-options:hover:not([disabled]) {
  text-decoration: none;
  opacity: .7; }

/*============================================================================
  #STORE AVAILABILITY
==============================================================================*/
.product-single--minimal .product-single__store-availability-container {
  padding: 0; }

.store-availability-small-text {
  font-size: 0.85rem; }

.store-availability-information {
  display: flex; }

.store-availability-information-container {
  margin-left: 9px; }

.store-availability-information__title {
  margin-bottom: 0;
  line-height: 1.8; }

.store-availability-information__stock {
  margin-bottom: 0; }

.store-availability-information__stores {
  margin-bottom: 0;
  margin-top: 6px;
  line-height: 1.4; }

.store-availability-information__link {
  text-decoration: underline;
  cursor: pointer; }

.store-availability-information__link:hover, .store-availability-information__link:focus {
  opacity: 0.6; }

.store-availability-container .icon,
.store-availability-draw__wrapper .icon {
  width: 15px;
  height: 15px;
  position: relative;
  top: 8px;
  font-size: 15px; }

.store-availability-draw__wrapper .icon {
  top: 2px;
  margin-right: 3px; }

.store-availability-container .icon-in-stock,
.store-availability-draw__wrapper .icon-in-stock {
  color: #00730B; }

.store-availability-container .icon-out-of-stock,
.store-availability-draw__wrapper .icon-out-of-stock {
  color: #DD2200; }

.store-availability-draw {
  float: right; }

.store-availability-draw .mfp-close.mfp-close {
  text-align: right; }

.store-availability-draw__wrapper {
  overflow-y: scroll;
  height: 100%;
  padding: 24px 18px 60px; }

.store-availabilities-modal {
  display: none;
  z-index: 3;
  max-height: 100vh;
  width: 375px;
  left: auto;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  box-shadow: -4px 4px 6px rgba(58, 58, 58, 0.04); }

@media only screen and (max-width: 749px) {
  .store-availabilities-modal {
    width: 100%;
    z-index: 9999; } }

.store-availabilities-modal--active {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(0);
  opacity: 1; }

@media only screen and (max-width: 749px) {
  .store-availabilities-modal--active {
    height: 100%; } }

.store-availabilities-modal__header {
  display: flex;
  justify-content: space-between;
  margin-top: 30px; }

.store-availabilities-modal__product-information {
  margin-bottom: 18px; }

.store-availabilities-modal__product-title {
  font-size: 1.3rem;
  text-transform: none;
  margin-bottom: 0; }

.store-availabilities-modal__variant-title {
  margin-bottom: 0; }

.store-availabilities-list {
  overflow: auto; }

.store-availabilities-modal__close {
  margin-bottom: 13px; }

.store-availability-list__item {
  padding: 0 0 18px; }

.store-availability-list__item::before {
  content: "";
  display: block;
  margin: 0 0 16px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1); }

.store-availability-list__item > p {
  font-size: 0.85rem;
  line-height: 1.8; }

.store-availability-list__item > p:last-child {
  margin-bottom: 0; }

.store-availability-list__location {
  display: flex;
  justify-content: space-between; }

.store-availability-list__stock {
  margin-top: 0;
  margin-bottom: 12px; }

.store-availability-draw--dark .store-availability-draw__wrapper,
.store-availability-draw--dark .store-availabilities-modal__product-title,
.store-availability-draw--dark .store-availability-list__phone a {
  color: #111; }

.store-availability-draw--dark .store-availability-list__item::before {
  border-color: rgba(17, 17, 17, 0.2); }

.store-availability-draw--light .store-availability-draw__wrapper,
.store-availability-draw--light .store-availabilities-modal__product-title,
.store-availability-draw--light .store-availability-list__phone a {
  color: #fff; }

.store-availability-draw--light .store-availability-list__item::before {
  border-color: rgba(255, 255, 255, 0.2); }

/* ==========================================================================
   #HOME BLOG SECTION
   ========================================================================== */
.section--no-bg .blog__details {
  border-color: var(--color--text-lightest); }

/* ==========================================================================
   #HOME LIST COLLECTIONS SECTION
   ========================================================================== */
.collection-list__item {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 360px;
  margin-bottom: 30px;
  padding-bottom: 24px; }

.collection-list__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.collection-list__title {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 12px 24px; }

.collection-list__title--border .collection-list__title-text:after {
  content: "";
  width: 36px;
  height: 4px;
  background: var(--color--brand);
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -9px; }

.collection-list__title-text {
  text-align: center;
  position: relative;
  text-transform: var(--font--title-transform);
  color: #fff;
  margin: 0; }

.collection-list__link {
  display: block; }
  .collection-list__link:hover {
    opacity: 1;
    text-decoration: none; }

.collection-list__link:hover .collection-list__overlay:before {
  opacity: 0.6; }

@media screen and (max-width: 980px) {
  .collection-list__item {
    min-height: 320px; } }

@media screen and (max-width: 767px) {
  .collection-list--carousel {
    margin-bottom: 24px; } }

@media screen and (max-width: 560px) {
  .collection-list__item {
    margin-bottom: 30px; } }

@media screen and (max-width: 480px) {
  .collection-list__item {
    min-height: 240px; } }

/* ==========================================================================
   #HOME FEATURED COLLECTION SECTION
   ========================================================================== */
@media screen and (max-width: 767px) {
  .home-products--carousel {
    margin-bottom: 30px; } }

.section--content-light .product-card__title,
.section--content-default-light .product-card__title {
  color: #fff; }

.section--content-light .product-card__vendor,
.section--content-light .product-card__price,
.section--content-default-light .product-card__vendor,
.section--content-default-light .product-card__price {
  color: rgba(255, 255, 255, 0.8); }

.section--content-light .product-card__price-cross:before,
.section--content-default-light .product-card__price-cross:before {
  background: rgba(255, 255, 255, 0.8); }

/* ==========================================================================
   #CONTACT FORM
   ========================================================================== */
.contact-form {
  margin: 24px 0 0;
  padding: 30px; }

.contact-form--bg-true {
  background: var(--color--bg-dark); }

.contact-form__note {
  text-align: center;
  margin-bottom: 18px; }

@media screen and (max-width: 980px) {
  .contact-form {
    padding: 24px; } }

/* ==========================================================================
   #HOME CUSTOM CONTENT SECTION
   ========================================================================== */
.home-custom__item {
  margin-bottom: 30px; }

.home-custom__item-content--image {
  text-align: center;
  width: 100%; }

.home-custom__link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .home-custom__link:hover {
    opacity: .85; }

.home-custom__item-link {
  margin-top: 12px; }

.home-custom__img {
  width: 100%;
  position: relative; }

.home-custom__item--spacer {
  margin-bottom: 0; }

.home-custom__item-content--spacer--small {
  padding-top: 6px; }

.home-custom__item-content--spacer--medium {
  margin-bottom: 18px; }

.home-custom__item-content--spacer--large {
  padding-top: 36px; }

/* ==========================================================================
   #HOME DELIVERY SECTION
   ========================================================================== */
.home-delivery {
  width: 100%;
  position: relative;
  padding: 54px 18px;
  overflow: hidden; }

.home-delivery--small {
  min-height: 400px; }

.home-delivery--medium {
  min-height: 620px; }

.home-delivery--large {
  min-height: 740px; }

.home-delivery__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.home-delivery__bg--bottom {
  object-position: center bottom; }

.home-delivery__bg--center {
  object-position: center; }

.home-delivery__bg--top {
  object-position: center top; }

.home-delivery__media-img {
  width: 100%;
  max-width: 280px; }

.home-delivery__content {
  width: 100%;
  max-width: 600px;
  padding: 36px 42px 30px;
  background: #fff;
  text-align: center;
  position: relative; }

.home-delivery__content__block {
  margin: 30px 0; }

.home-delivery__text {
  margin: 0; }

.home-delivery__title .section__title-text,
.home-delivery__title .section__title-desc {
  color: #111; }

@media screen and (max-width: 980px) {
  .home-delivery--small {
    min-height: 360px; }
  .home-delivery--medium {
    min-height: 500px; }
  .home-delivery--large {
    min-height: 640px; } }

@media screen and (max-width: 767px) {
  .home-delivery__content__block {
    margin: 18px 0; }
  .home-delivery {
    padding: 30px 18px; }
  .home-delivery--small {
    min-height: 280px; }
  .home-delivery--medium {
    min-height: 360px; }
  .home-delivery--large {
    min-height: 480px; } }

/* ==========================================================================
   #HOME EVENTS FEED SECTION
   ========================================================================== */
.section--no-bg .event {
  border: 1px solid var(--color--text-lightest); }

@media screen and (max-width: 767px) {
  .home-event__items--carousel {
    margin-bottom: 24px; } }

.home-carousel--image .home-carousel__item {
  padding-bottom: 0;
  display: block; }

.home-carousel--image_img {
  width: 100%;
  object-fit: cover; }

.home-carousel--image_link {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.home-carousel--image_link:hover {
  opacity: 0.95; }

/* ==========================================================================
   #HOME IMAGE GRID WITH TEXT
   ========================================================================== */
.home-image-grid--small .home-image-grid__item,
.home-image-grid__item--small {
  min-height: 360px; }

.home-image-grid--medium .home-image-grid__item,
.home-image-grid__item--medium {
  min-height: 480px; }

.home-image-grid--large .home-image-grid__item,
.home-image-grid__item--large {
  min-height: 600px; }

.home-image-grid__item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 36px;
  margin-bottom: 30px;
  overflow: hidden; }

.home-image-grid__item--p- {
  padding: 24px 18px; }

.home-image-grid__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.home-image-grid__bg--bottom {
  object-position: center bottom; }

.home-image-grid__bg--center {
  object-position: center; }

.home-image-grid__bg--top {
  object-position: center top; }

.home-image-grid__link .home-image-grid__bg:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.home-image-grid__link .home-image-grid__bg--no-overlay:before {
  opacity: 0; }

.home-image-grid__link:hover {
  opacity: 1; }
  .home-image-grid__link:hover .home-image-grid__bg--overlay:before {
    opacity: 0.6; }

.home-image-grid__content {
  width: 100%;
  max-width: 440px; }

.home-image-grid__content--default .home-image-grid__title,
.home-image-grid__content--default .home-image-grid__desc {
  color: #111; }

.home-image-grid__content--default .home-image-grid__desc.rte a {
  color: #111; }

.home-image-grid__content--default-light .home-image-grid__title,
.home-image-grid__content--default-light .home-image-grid__desc {
  color: #fff; }

.home-image-grid__content--default-light .home-image-grid__desc.rte a {
  color: #fff; }

.home-image-grid__content--dark .home-image-grid__title,
.home-image-grid__content--dark .home-image-grid__desc {
  color: #111; }

.home-image-grid__content--dark .home-image-grid__title--underline:after {
  background: #111; }

.home-image-grid__content--dark .home-image-grid__desc.rte a {
  color: #111;
  border-color: #111; }

.home-image-grid__content--white .home-image-grid__title--underline:after {
  background: #fff; }

.home-image-grid__content--white .home-image-grid__desc.rte a {
  color: #fff;
  border-color: #fff; }

.home-image-grid__title,
.home-image-grid__desc {
  color: #fff;
  position: relative;
  margin: 0; }

.home-image-grid__title {
  margin-bottom: 6px; }

.home-image-grid__title--underline {
  margin-bottom: 21px; }

.home-image-grid__title--underline:after {
  content: "";
  width: 36px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -9px;
  background: var(--color--brand); }

.home-image-grid__item--text {
  text-align: center; }
  .home-image-grid__item--text .home-image-grid__title--underline:after {
    left: 50%;
    margin-left: -18px; }

.home-image-grid__btn {
  margin-top: 18px; }

@media screen and (max-width: 767px) {
  .home-image-grid__item {
    padding: 24px;
    margin-bottom: 18px; }
  .home-image-grid--small .home-image-grid__item,
  .home-image-grid__item--small {
    min-height: 300px; }
  .home-image-grid--medium .home-image-grid__item,
  .home-image-grid__item--medium {
    min-height: 400px; }
  .home-image-grid--large .home-image-grid__item,
  .home-image-grid__item--large {
    min-height: 520px; } }

/* ==========================================================================
   #HOME INLINE SECTION (text columns)
   ========================================================================== */
.home-inline__item {
  margin-bottom: 30px;
  overflow: hidden; }

.home-inline__media {
  float: left;
  margin-top: 6px;
  margin-right: 24px;
  width: auto;
  text-align: center; }

.home-inline__media-img {
  max-width: 144px; }

.home-inline__text {
  float: left;
  width: calc(100% - 168px); }

.home-inline__text--full {
  width: 100%; }

.home-inline__title,
.home-inline__sub-title {
  text-transform: var(--font--title-transform);
  margin-bottom: 0; }

.home-inline__sub-title {
  color: var(--color--alt-text);
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  letter-spacing: 0;
  text-transform: none;
  margin: 6px 0; }

.home-inline__desc {
  margin-top: 6px;
  margin-bottom: 0; }

.home-inline--center .home-inline__item {
  max-width: 400px;
  margin: 0 auto 36px; }

.home-inline--center .home-inline__media {
  margin: 0 auto 12px;
  float: none;
  width: 100%; }

.home-inline--center .home-inline__text {
  text-align: center;
  width: 100%;
  max-width: 520px;
  margin: 0 auto; }

@media screen and (max-width: 980px) {
  .home-inline__item {
    max-width: 400px;
    margin: 0 auto 36px; }
  .home-inline__media {
    margin: 0 auto 12px;
    float: none;
    width: 100%; }
  .home-inline__text {
    text-align: center;
    width: 100%; } }

/* ==========================================================================
   #HOME TEXT WITH IMAGE OVERLAY SECTION
   ========================================================================== */
.home-intro {
  width: 100%;
  padding: 48px 24px;
  position: relative;
  overflow: hidden; }

.home-intro--small {
  min-height: 400px; }

.home-intro--medium {
  min-height: 620px; }

.home-intro--large {
  min-height: 740px; }

.home-intro__content {
  max-width: 860px;
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 auto; }

.home-intro__content__block {
  margin: 30px 0; }

.home-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.home-intro__text {
  color: var(--color--headings);
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  letter-spacing: 0;
  text-transform: none;
  margin: 0; }

.home-intro__media {
  margin: 0 auto;
  max-width: 800px; }

.home-intro__media-img {
  width: 100%;
  min-width: 50px; }

.home-intro__link-wrap {
  text-align: center; }

.home-intro--dark .home-intro__text,
.home-intro--dark .home-intro__link,
.home-intro--dark .home-intro__text .rte a {
  color: #111; }

.home-intro--light .home-intro__text,
.home-intro--light .home-intro__link,
.home-intro--light .home-intro__text .rte a {
  color: #fff; }

.home-intro__text .rte a {
  color: var(--color--headings);
  border-color: var(--color--headings); }

@media screen and (max-width: 980px) {
  .home-intro__content__block {
    margin: 18px 0; }
  .home-intro--small {
    min-height: 360px; }
  .home-intro--medium {
    min-height: 500px; }
  .home-intro--large {
    min-height: 640px; } }

@media screen and (max-width: 767px) {
  .home-intro__content__block {
    margin: 12px 0; }
  .home-intro {
    padding: 36px 12px; }
  .home-intro--small {
    min-height: 280px; }
  .home-intro--medium {
    min-height: 360px; }
  .home-intro--large {
    min-height: 480px; }
  .home-intro__text {
    font-size: 1.4rem;
    line-height: 1.5em; } }

/* ==========================================================================
   #HOME LOGO LIST SECTION
   ========================================================================== */
.section--has-bg .home-logo-list {
  padding: 42px 0; }
  @media screen and (max-width: 767px) {
    .section--has-bg .home-logo-list {
      padding: 24px 0; } }
  .section--has-bg .home-logo-list .section__link {
    margin-bottom: 0; }

.home-logo-list__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.home-logo-list__items {
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 0; }

.home-logo-list__item {
  text-align: center; }

.home-logo-list__img.home-logo-list__img {
  width: auto;
  max-height: 120px;
  display: inline-block; }

.home-logo-list-carousel__nav {
  position: absolute;
  width: auto;
  top: 50%;
  margin-top: -34px;
  font-size: 34px;
  line-height: 1em;
  color: rgba(17, 17, 17, 0.5);
  cursor: pointer; }
  .home-logo-list-carousel__nav:hover {
    color: rgba(17, 17, 17, 0.8);
    opacity: 1; }
  @media screen and (max-width: 980px) {
    .home-logo-list-carousel__nav {
      display: none !important; } }

.home-logo-list-carousel__nav--prev {
  left: -60px; }

.home-logo-list-carousel__nav--next {
  right: -60px; }

.home-logo-list .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.home-logo-list .slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .home-logo-list .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #111;
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .home-logo-list .slick-dots li.slick-active, .home-logo-list .slick-dots li:hover, .home-logo-list .slick-dots li:focus {
      background: var(--color--brand);
      opacity: 1; }
    .home-logo-list .slick-dots li button {
      padding: 0;
      width: 9px;
      height: 9px;
      border-radius: 50%; }
      .home-logo-list .slick-dots li button:before {
        content: none; }

.home-logo-list--carousel .home-logo-list__items {
  padding: 0 60px; }

.home-logo-list--carousel .home-logo-list__item {
  margin-bottom: 24px;
  padding: 0 18px; }
  .home-logo-list--carousel .home-logo-list__item:focus {
    outline: none; }

@media screen and (min-width: 768px) {
  .home-logo-list--carousel .section__link {
    margin-top: 24px; }
  .home-logo-list--grid .home-logo-list__item {
    margin-bottom: 36px;
    vertical-align: top;
    padding: 0 18px;
    display: inline-block; }
  .home-logo-list--grid.home-logo-list--3 .home-logo-list__item {
    width: 33.3336%; }
  .home-logo-list--grid.home-logo-list--4 .home-logo-list__item {
    width: 25%; }
  .home-logo-list--grid.home-logo-list--5 .home-logo-list__item {
    width: 20%; }
  .home-logo-list--grid .section__link {
    margin-top: 0; }
  .home-logo-list--grid.home-logo-list--no-link.home-logo-list {
    padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  .home-logo-list__img.home-logo-list__img {
    max-height: 100px;
    max-width: 130px; }
  .home-logo-list--carousel .home-logo-list__items {
    padding: 0; }
  .home-logo-list--mob-carousel .section__link {
    margin-top: 0; }
  .home-logo-list--mob-carousel .slick-dots li {
    display: none; }
  .home-logo-list--mob-carousel .home-logo-list__item {
    padding: 0 12px; }
  .home-logo-list--grid .home-logo-list__item {
    margin-bottom: 24px; }
  .home-logo-list--mob-grid .section__link {
    margin-top: 0; }
  .home-logo-list--mob-grid .home-logo-list__item.home-logo-list__item {
    width: 50%;
    display: inline-block;
    padding: 0 12px;
    vertical-align: top; }
  .home-logo-list--mob-grid.home-logo-list--no-link.home-logo-list {
    padding-bottom: 0; } }

@media screen and (max-width: 980px) {
  .home-logo-list-carousel__nav {
    display: none; }
  .home-logo-list--carousel .home-logo-list__items {
    padding: 0; } }

.section--content-default .home-logo-list-carousel__nav,
.section--content-default .section__title-text,
.section--content-default .section__title-desc,
.section--content-default .home-logo-list .rte a,
.section--content-default .section__link-link {
  color: var(--color--text); }

.section--content-default .home-logo-list .slick-dots li {
  background: var(--color--text); }
  .section--content-default .home-logo-list .slick-dots li.slick-active, .section--content-default .home-logo-list .slick-dots li:hover, .section--content-default .home-logo-list .slick-dots li:focus {
    background: var(--color--brand); }

.section--content-dark .home-logo-list-carousel__nav,
.section--content-dark .section__title-text,
.section--content-dark .section__title-desc,
.section--content-dark .home-logo-list .rte a,
.section--content-dark .section__link-link {
  color: #111; }

.section--content-dark .section__title-text:after {
  background: #111; }

.section--content-dark .home-logo-list .slick-dots li.slick-active, .section--content-dark .home-logo-list .slick-dots li:hover, .section--content-dark .home-logo-list .slick-dots li:focus {
  background: #111; }

.section--content-light .home-logo-list-carousel__nav,
.section--content-light .section__title-text,
.section--content-light .section__title-desc,
.section--content-light .home-logo-list .rte a,
.section--content-light .section__link-link {
  color: #fff; }

.section--content-light .section__title-text:after {
  background: #fff; }

.section--content-light .home-logo-list .slick-dots li {
  background: #fff; }
  .section--content-light .home-logo-list .slick-dots li.slick-active, .section--content-light .home-logo-list .slick-dots li:hover, .section--content-light .home-logo-list .slick-dots li:focus {
    background: #fff; }

.home-logo-list__placeholder__wrapper {
  width: 100%;
  height: 150px; }

@media screen and (max-width: 767px) {
  .home-logo-list__placeholder__wrapper {
    height: 80px;
    max-width: 160px; } }

/* ==========================================================================
   #HOME MAP SECTION
   ========================================================================== */
.section--has-bg .home-map {
  padding: 42px 0; }
  @media screen and (max-width: 767px) {
    .section--has-bg .home-map {
      padding: 24px 0; } }

.home-map__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.home-map__media {
  margin-left: -100px; }

.home-map__items {
  padding: 30px 36px;
  background: var(--color--bg);
  position: relative; }

.home-map__title {
  overflow: hidden;
  display: block;
  color: var(--color--text);
  position: relative; }
  .home-map__title:hover {
    text-decoration: none; }
  .home-map__title.js-active .home-map__title-icon {
    opacity: 0; }

.home-map__title-icon {
  position: absolute;
  right: 0;
  top: 15px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: var(--color--headings);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.home-map__title:not(:first-child) {
  border-top: 1px solid var(--color--text-lightest); }

.home-map__title-text {
  text-transform: var(--font--title-transform);
  margin-bottom: 9px;
  margin-top: 9px;
  padding-right: 24px; }

.home-map__item {
  margin-bottom: 24px;
  display: block;
  position: relative; }
  .home-map__item:last-child .home-map__item-wrap {
    margin-bottom: 12px; }

.home-map__item:last-child {
  margin-bottom: 0; }

.home-map__item-wrap {
  margin-top: 12px;
  position: relative;
  padding-top: 9px; }
  .home-map__item-wrap:before {
    content: "";
    width: 30px;
    height: 4px;
    background: var(--color--brand);
    position: absolute;
    left: 0;
    top: -12px; }

.home-map__text,
.home-map__sub-text {
  margin: 0;
  max-width: 400px;
  word-wrap: break-word; }

.home-map__sub-text {
  color: var(--color--alt-text); }

.home-map__media {
  position: relative; }

.home-map__media__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.home-map__media-img {
  width: 100%; }

.home-map__media-map:not(.home-map__media-map--first) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.home-map__media-map {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .home-map__media-map.js-active {
    opacity: 1;
    visibility: visible; }

.home-map__media-canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative; }

.home-map__media-btn {
  position: absolute;
  bottom: 12px;
  right: -6px; }

@media screen and (max-width: 980px) {
  .home-map__text {
    margin-bottom: 12px; }
  .home-map__items {
    padding: 24px; }
  .home-map__media-canvas {
    min-height: 420px; } }

@media screen and (max-width: 767px) {
  .home-map__item-wrap {
    margin-bottom: 18px; }
  .section--no-bg .home-map__items {
    padding: 0; }
  .home-map__media-btn {
    position: relative;
    right: 6px;
    bottom: 0;
    margin-top: -54px;
    float: right; }
  .home-map__media-canvas {
    min-height: 240px; } }

/* ==========================================================================
   #NEWSLETTER SECTION
   ========================================================================== */
.newsletter {
  padding: 48px 24px;
  
  background: #f0f0f0; }
  .newsletter .section__title-text {
    color: #111; }
  .newsletter .section__title-desc,
  .newsletter .section__title-desc.rte a {
    color: rgba(17, 17, 17, 0.8); }
  .newsletter .section__title-desc.rte a:hover {
    color: #111;
    opacity: 1; }

.newsletter__form-wrapper {
  max-width: 720px;
  margin: 0 auto; }

.newsletter__input {
  border-color: #f0f0f0;
  background: #fff;
  color: #111; }

.newsletter__form-message {
  text-align: center;
  text-transform: var(--font--title-transform); }

.newsletter__form-message__text {
  margin: 0; }

.newsletter--dark .section__title-text:after {
  background: #222; }

.newsletter--dark .section__title-desc.rte a {
  border-color: #222; }

.newsletter--dark .newsletter__btn {
  background-color: #222;
  color: #fff; }
  .newsletter--dark .newsletter__btn:hover, .newsletter--dark .newsletter__btn:focus {
    background-color: #111; }

.newsletter--default-light .section__title-text,
.newsletter--default-light .newsletter__form-message__text,
.newsletter--light .section__title-text,
.newsletter--light .newsletter__form-message__text {
  color: #fff; }

.newsletter--default-light .section__title-desc,
.newsletter--default-light .section__title-desc.rte a,
.newsletter--light .section__title-desc,
.newsletter--light .section__title-desc.rte a {
  color: rgba(255, 255, 255, 0.8); }

.newsletter--default-light .section__title-desc.rte a:hover,
.newsletter--light .section__title-desc.rte a:hover {
  color: #fff;
  opacity: 1; }

.newsletter--default-light .errors,
.newsletter--light .errors {
  color: #fff; }

.newsletter--light .section__title-text:after {
  background: #fff; }

.newsletter--light .section__title-desc.rte a {
  border-color: #fff; }

.newsletter--light .newsletter__btn {
  background-color: #222;
  color: #fff; }
  .newsletter--light .newsletter__btn:hover, .newsletter--light .newsletter__btn:focus {
    background-color: #111; }

@media screen and (max-width: 767px) {
  .newsletter {
    padding: 30px 24px; } }

#challenge .newsletter {
  display: none; }

/* ==========================================================================
   #PROMOTION POPUP SECTION (REST)
   ========================================================================== */
.promo-pop__close {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: var(--color--text-lighter);
  display: block;
  font-size: 24px;
  width: 42px;
  height: 42px;
  line-height: 44px;
  top: 0;
  right: 0; }
  .promo-pop__close:hover {
    color: var(--color--text); }

.promo-pop__title {
  margin-bottom: 24px;
  padding-right: 24px; }

.promo-pop__form {
  margin-top: 18px; }

.promo-pop__input {
  width: 100%;
  float: left;
  margin: 0; }

.promo-pop__btn {
  position: absolute;
  right: 0px;
  top: 0px; }

.promo-pop__link {
  margin-top: 18px;
  display: inline-block; }

@media screen and (max-width: 767px) {
  .promo-pop--no-mobile {
    display: none !important; }
  .promo-pop {
    right: 0;
    bottom: 0;
    padding: 18px;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  .promo-pop__btn {
    position: relative;
    margin-top: -1px;
    width: 100%; } }

/* ==========================================================================
   #HOME FEATURED CONTENT SECTION
   ========================================================================== */
.home-promo__item {
  padding: 48px 0;
  position: relative; }
  .home-promo__item:nth-child(even) {
    padding: 100px 0;
    margin-top: -148px; }
    .home-promo__item:nth-child(even) .home-promo__box {
      margin-right: 10%; }
    .home-promo__item:nth-child(even) .home-promo__media {
      margin-right: -100px; }
  .home-promo__item:nth-child(odd) {
    padding: 100px 0;
    margin-top: -148px; }
    .home-promo__item:nth-child(odd) .o-layout {
      direction: rtl; }
    .home-promo__item:nth-child(odd) .o-layout__item {
      direction: ltr;
      text-align: left; }
    .home-promo__item:nth-child(odd) .home-promo__box {
      margin-left: 10%; }
    .home-promo__item:nth-child(odd) .home-promo__media {
      margin-left: -100px; }
  .home-promo__item:first-child {
    margin-top: 0;
    padding-top: 48px; }
    .home-promo__item:first-child.block--no-bg {
      padding-top: 0; }
  .home-promo__item:last-child {
    padding-bottom: 48px; }
    .home-promo__item:last-child.block--no-bg {
      padding-bottom: 0; }
  @media screen and (max-width: 980px) {
    .home-promo__item .home-promo__box.home-promo__box.home-promo__box {
      max-width: 540px;
      width: 100%;
      margin: -42px 18px 0;
      padding: 24px; }
    .home-promo__item .home-promo__box.home-promo__box.home-promo__box--btn {
      padding-bottom: 66px; }
    .home-promo__item:nth-child(even) .home-promo__box,
    .home-promo__item:nth-child(even) .home-promo__media, .home-promo__item:nth-child(odd) .home-promo__box,
    .home-promo__item:nth-child(odd) .home-promo__media {
      margin-right: 0;
      margin-left: 0; }
    .home-promo__item:nth-child(even) .home-promo__box {
      float: right; }
    .home-promo__item:first-child {
      padding-top: 24px; }
    .home-promo__item:last-child {
      padding-bottom: 24px; } }
  @media screen and (max-width: 767px) {
    .home-promo__item .home-promo__box.home-promo__box.home-promo__box {
      padding: 18px;
      max-width: 100%;
      width: auto;
      float: none; }
    .home-promo__item .home-promo__box.home-promo__box.home-promo__box--btn {
      padding-bottom: 66px; }
    .home-promo__item:nth-child(even) {
      padding: 78px 0; }
    .home-promo__item:first-child {
      padding-top: 0; }
    .home-promo__item:last-child {
      padding-bottom: 24px; } }

.home-promo__item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.home-promo__content {
  position: relative; }

.home-promo__title {
  margin-bottom: 24px; }

.home-promo__box {
  padding: 36px;
  background: var(--color--bg);
  position: relative; }

.home-promo__box--btn {
  padding-bottom: 72px; }

.home-promo__text {
  margin: 0; }

.home-promo__btn {
  position: absolute;
  right: -6px;
  bottom: 12px; }

.home-promo__media {
  position: relative; }
  .home-promo__media .placeholder-svg {
    height: 420px; }
    @media screen and (max-width: 767px) {
      .home-promo__media .placeholder-svg {
        height: 300px; } }

.home-promo__media-img {
  width: 100%; }

.home-promo__media-video {
  position: absolute;
  top: 50%;
  margin-top: -51px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .home-promo__media-video {
      margin-top: -36px; } }

.home-promo__item:nth-child(5) .home-promo__item-bg {
  z-index: 1; }

.home-promo__item:nth-child(4) .home-promo__item-bg {
  z-index: 2; }

.home-promo__item:nth-child(3) .home-promo__item-bg {
  z-index: 3; }

.home-promo__item:nth-child(2) .home-promo__item-bg {
  z-index: 4; }

.home-promo__item:nth-child(1) .home-promo__item-bg {
  z-index: 5; }

/* ==========================================================================
   #HOME TESTIMINIALS SECTION
   ========================================================================== */
.home-testimonials__content {
  max-width: 500px;
  text-align: center;
  margin: 0 auto; }

.home-testimonials--carousel .home-testimonials__content {
  max-width: 680px; }

.home-testimonials__item--featured .home-testimonials__content {
  max-width: 728px; }

.home-testimonials__media {
  margin-bottom: 18px;
  margin-top: 12px; }

img.home-testimonials__media__item--img.home-testimonials__media__item--img {
  width: 84px;
  display: inline; }

.home-testimonials__media__item--icon {
  font-size: 32px;
  line-height: 0;
  color: var(--color--text-light); }

.home-testimonials__media__item--stars,
.home-testimonials__media__item--stars-brand {
  font-size: 22px; }

.home-testimonials__media__item--stars-brand {
  color: var(--color--brand); }

.home-testimonials__text {
  margin-bottom: 18px; }

.home-testimonials__text__text {
  color: var(--color--text);
  font-family: var(--font--body);
  font-weight: var(--font--body-weight);
  font-style: var(--font--body-style);
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0; }

.home-testimonials__text__text.rte a {
  font-weight: normal; }

.home-testimonials__name__text {
  margin: 0; }

.home-testimonials__source__text {
  color: var(--color--text-light);
  margin-bottom: 0; }

.home-testimonials-carousel__nav {
  position: absolute;
  width: auto;
  top: 50%;
  margin-top: -34px;
  font-size: 34px;
  line-height: 1em;
  color: var(--color--text-light);
  cursor: pointer; }
  .home-testimonials-carousel__nav:hover {
    color: var(--color--text);
    opacity: 1; }
  @media screen and (max-width: 980px) {
    .home-testimonials-carousel__nav {
      display: none !important; } }

.home-testimonials-carousel__nav--prev {
  left: 7%; }

.home-testimonials-carousel__nav--next {
  right: 7%; }

.home-testimonials .slick-initialized .slick-slide {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.home-testimonials .slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .home-testimonials .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--color--text);
    opacity: 0.3;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .home-testimonials .slick-dots li.slick-active, .home-testimonials .slick-dots li:hover, .home-testimonials .slick-dots li:focus {
      background: var(--color--brand);
      opacity: 1; }
    .home-testimonials .slick-dots li button {
      padding: 0;
      width: 9px;
      height: 9px;
      border-radius: 50%; }
      .home-testimonials .slick-dots li button:before {
        content: none; }

.home-testimonials .o-layout {
  margin-left: 0; }

.home-testimonials .o-layout__item {
  padding-left: 0; }

.home-testimonials--carousel .home-testimonials__text__text,
.home-testimonials__item--featured .home-testimonials__text__text {
  font-size: 1.7rem;
  line-height: 1.7; }

.home-testimonials--carousel .home-testimonials__item {
  margin-bottom: 24px; }

.home-testimonials--featured-grid .home-testimonials__content,
.home-testimonials--grid .home-testimonials__content {
  padding: 0 24px; }

.home-testimonials--featured-grid .home-testimonials__item,
.home-testimonials--grid .home-testimonials__item {
  margin-bottom: 36px; }

.home-testimonials--featured-grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__media,
.home-testimonials--grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__media {
  margin: 12px 0;
  height: 48px;
  display: flex;
  align-items: flex-end;
  justify-content: center; }

.home-testimonials--featured-grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__media__item--icon,
.home-testimonials--grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__media__item--icon {
  font-size: 25px;
  margin-bottom: 6px; }

.home-testimonials--featured-grid .home-testimonials__item:not(.home-testimonials__item--featured) img.home-testimonials__media__item--img.home-testimonials__media__item--img,
.home-testimonials--grid .home-testimonials__item:not(.home-testimonials__item--featured) img.home-testimonials__media__item--img.home-testimonials__media__item--img {
  width: 48px; }

.home-testimonials--featured-grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__text,
.home-testimonials--grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__text {
  margin-bottom: 12px; }

.home-testimonials--featured-grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__text__text,
.home-testimonials--grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__text__text {
  font-size: 1.2rem;
  line-height: 1.8; }

.home-testimonials--featured-grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__media__item--stars,
.home-testimonials--featured-grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__media__item--stars-brand,
.home-testimonials--grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__media__item--stars,
.home-testimonials--grid .home-testimonials__item:not(.home-testimonials__item--featured) .home-testimonials__media__item--stars-brand {
  font-size: 19px;
  line-height: 30px; }

@media screen and (min-width: 768px) {
  .home-testimonials--carousel .section__link {
    margin-top: 24px; } }

@media screen and (max-width: 767px) {
  .section-home-testimonials.section-home-testimonials .home-testimonials__content {
    max-width: 500px; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--featured-grid .home-testimonials__content,
  .section-home-testimonials.section-home-testimonials .home-testimonials--grid .home-testimonials__content {
    padding: 0; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--featured-grid .home-testimonials__item,
  .section-home-testimonials.section-home-testimonials .home-testimonials--grid .home-testimonials__item {
    margin-bottom: 24px; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--mob-carousel .section__link {
    margin-top: 24px; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--mob-carousel .home-testimonials__content {
    padding: 0 18px; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--carousel .home-testimonials__media,
  .section-home-testimonials.section-home-testimonials .home-testimonials--featured-grid .home-testimonials__media,
  .section-home-testimonials.section-home-testimonials .home-testimonials--grid .home-testimonials__media {
    margin: 12px 0;
    height: auto; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--carousel .home-testimonials__media__item--icon,
  .section-home-testimonials.section-home-testimonials .home-testimonials--featured-grid .home-testimonials__media__item--icon,
  .section-home-testimonials.section-home-testimonials .home-testimonials--grid .home-testimonials__media__item--icon {
    font-size: 25px;
    margin-bottom: 0; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--carousel img.home-testimonials__media__item--img.home-testimonials__media__item--img,
  .section-home-testimonials.section-home-testimonials .home-testimonials--featured-grid img.home-testimonials__media__item--img.home-testimonials__media__item--img,
  .section-home-testimonials.section-home-testimonials .home-testimonials--grid img.home-testimonials__media__item--img.home-testimonials__media__item--img {
    width: 48px; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--carousel .home-testimonials__text,
  .section-home-testimonials.section-home-testimonials .home-testimonials--featured-grid .home-testimonials__text,
  .section-home-testimonials.section-home-testimonials .home-testimonials--grid .home-testimonials__text {
    margin-bottom: 12px; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--carousel .home-testimonials__text__text,
  .section-home-testimonials.section-home-testimonials .home-testimonials--featured-grid .home-testimonials__text__text,
  .section-home-testimonials.section-home-testimonials .home-testimonials--grid .home-testimonials__text__text {
    font-size: 1.2rem;
    line-height: 1.8; }
  .section-home-testimonials.section-home-testimonials .home-testimonials--carousel .home-testimonials__media__item--stars,
  .section-home-testimonials.section-home-testimonials .home-testimonials--carousel .home-testimonials__media__item--stars-brand,
  .section-home-testimonials.section-home-testimonials .home-testimonials--featured-grid .home-testimonials__media__item--stars,
  .section-home-testimonials.section-home-testimonials .home-testimonials--featured-grid .home-testimonials__media__item--stars-brand,
  .section-home-testimonials.section-home-testimonials .home-testimonials--grid .home-testimonials__media__item--stars,
  .section-home-testimonials.section-home-testimonials .home-testimonials--grid .home-testimonials__media__item--stars-brand {
    font-size: 19px;
    line-height: 30px; } }

@media screen and (max-width: 1080px) {
  .home-testimonials-carousel__nav--prev {
    left: 30px; }
  .home-testimonials-carousel__nav--next {
    right: 30px; } }

@media screen and (max-width: 980px) {
  .home-testimonials-carousel__nav {
    display: none; } }

/* ==========================================================================
   #HOME VIDEO GALLERY SECTION
   ========================================================================== */
.home-video__items {
  margin-top: 12px;
  text-align: center;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }

.home-video__item {
  margin-right: 12px;
  width: 132px;
  display: inline-block;
  border: 3px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .home-video__item.js-active, .home-video__item.js-init, .home-video__item:hover {
    border-color: var(--color--brand); }
    .home-video__item.js-active .home-video__item-icon--play, .home-video__item.js-init .home-video__item-icon--play, .home-video__item:hover .home-video__item-icon--play {
      opacity: 0; }
    .home-video__item.js-active .home-video__item-img:before, .home-video__item.js-init .home-video__item-img:before, .home-video__item:hover .home-video__item-img:before {
      opacity: 0.1; }

.home-video__item-img,
.home-video__placeholder-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.home-video__item-link:hover {
  opacity: 1; }

.home-video__item-icon {
  color: #fff;
  font-size: 18px;
  line-height: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.home-video__item-img:before {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.home-video__placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 1s ease all;
  -moz-transition: 1s ease all;
  transition: 1s ease all; }
  .home-video__placeholder.js-hidden {
    opacity: 0;
    visibility: hidden; }

.home-video__placeholder-btn {
  position: relative; }

.home-video__stage-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden; }
  .home-video__stage-video .video-wrapper,
  .home-video__stage-video .home-video__stage-iframe {
    width: 100% !important;
    height: 100% !important; }
  .home-video__stage-video.js-active {
    opacity: 1;
    visibility: visible; }

.home-video__stage-video .plyr__controls {
  display: none; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #fff;
  color: #222;
  font-size: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.pswp__button .icon {
  pointer-events: none; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 50%;
  margin-top: -21px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

/*

  2. Share modal/popup and links
	3. Index indicator ("1 of X" counter)
  4. Caption

 */
.pswp__counter,
.pswp__caption,
.pswp__counter,
.pswp__share-modal {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

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

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

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

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

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  border-color: var(--color--text-lightest); }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--color--text); }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: var(--color--text-lighter); }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: var(--color--text-lighter);
  background: var(--color--text-lightest); }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: var(--color--text-lightest); }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  border-color: var(--color--text-lightest); }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
    color: var(--color--text-lighter); }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.home-video .plyr__progress {
  width: 100%; }

.plyr--video .plyr__controls,
.plyr__control.plyr__control--overlaid {
  color: #111; }

.plyr__controls {
  border-color: #f0f0f0; }

.plyr__progress input[type='range']::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), #bbb var(--value, 0)); }

.plyr__progress input[type='range']::-moz-range-track {
  background-color: #e4e4e4; }

.plyr__progress input[type='range']::-ms-fill-upper {
  background-color: #e4e4e4; }

.plyr__progress input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px #e4e4e4; }

.plyr__progress input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px #e4e4e4; }

.plyr__progress input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px #e4e4e4; }

.plyr__progress input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px #e4e4e4; }

.plyr__progress input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px #e4e4e4; }

.plyr__progress input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #e4e4e4; }

.plyr__progress .plyr__tooltip {
  background-color: #111; }
  .plyr__progress .plyr__tooltip::before {
    border-top-color: #111; }

.plyr__volume.plyr__volume input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #999; }

.plyr__volume.plyr__volume input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 #999; }

.plyr__volume.plyr__volume input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #999; }

.plyr__video-wrapper {
  z-index: 1; }

.plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  max-width: 100%;
  width: 100%; }

/* ==========================================================================
   #accessibility
   ========================================================================== */
.js-qty__adjust,
.js-qty__num,
.product-single__add button {
  outline-offset: -3px; }

body:not(.js-using-tab) button:focus,
body:not(.js-using-tab) input:focus,
body:not(.js-using-tab) select:focus,
body:not(.js-using-tab) textarea:focus,
body:not(.js-using-tab) .slick-slide:focus,
body:not(.js-using-tab) .product-card-link:focus {
  outline: none; }

body.js-using-tab .js-product-slider .slick-slide {
  visibility: hidden; }

body.js-using-tab .js-product-slider .slick-slide.slick-active {
  visibility: visible; }

.js-using-tab input.collection-sidebar__filter__input:focus + label,
.js-using-tab .product-form__swatch__input:focus + label {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color; }

.no-js .product-form__variant,
.no-js .js-price-unit-separator,
.no-js .product-single__photo__item--model {
  display: none; }

.no-js .product-form__qty-input .quantity-selector {
  visibility: visible; }

.no-js .product-single__share-item {
  margin: 0;
  display: block;
  width: auto; }

/* ==========================================================================
   #LOADING ANIMATIONS (REST)
   ========================================================================== */
html.sr body[data-anim-load="true"][data-anim-zoom="true"] .product-single__photo__img,
html.sr body[data-anim-load="true"][data-anim-zoom="true"] .product-featured__photo__img {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out; }

html.sr body[data-anim-load="true"][data-anim-zoom="true"] .product-single__photo__img {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s; }

html.sr body[data-anim-load="true"][data-anim-zoom="true"] .product-single__photos.js-sr-loaded .product-single__photo__img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

html.sr body[data-anim-load="true"][data-anim-zoom="true"] .product-featured__photo-wrapper.js-sr-loaded .product-featured__photo__img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

body[data-anim-zoom="true"] .js-sr-loaded .collection__header-img,
body[data-anim-zoom="true"] .js-sr-loaded .article__featured-media__img,
body[data-anim-zoom="true"] .js-sr-loaded .home-intro__bg,
body[data-anim-zoom="true"] .js-sr-loaded .home-delivery__bg,
body[data-anim-zoom="true"] .js-slide-active .home-carousel__bg,
body[data-anim-zoom="true"] .password-content__bg {
  -webkit-animation: zoomin 20s ease forwards;
  -moz-animation: zoomin 20s ease forwards;
  animation: zoomin 20s ease forwards; }

body[data-anim-zoom="true"] .blog__img,
body[data-anim-zoom="true"] .collection-list__bg,
body[data-anim-zoom="true"] .home-image-grid__bg,
body[data-anim-zoom="true"] .home-carousel--image_img {
  -webkit-transition: -webkit-transform 10s ease-out, opacity 0.5s ease-in;
  -moz-transition: -moz-transform 10s ease-out, opacity 0.5s ease-in;
  transition: transform 10s ease-out, opacity 0.5s ease-in; }

body[data-anim-zoom="true"] .blog:hover .blog__img,
body[data-anim-zoom="true"] .blog:hover .collection-list__bg,
body[data-anim-zoom="true"] .blog:hover .home-image-grid__bg,
body[data-anim-zoom="true"] .blog:hover .home-carousel--image_img,
body[data-anim-zoom="true"] .collection-list__item:hover .blog__img,
body[data-anim-zoom="true"] .collection-list__item:hover .collection-list__bg,
body[data-anim-zoom="true"] .collection-list__item:hover .home-image-grid__bg,
body[data-anim-zoom="true"] .collection-list__item:hover .home-carousel--image_img,
body[data-anim-zoom="true"] .home-image-grid__link:hover .blog__img,
body[data-anim-zoom="true"] .home-image-grid__link:hover .collection-list__bg,
body[data-anim-zoom="true"] .home-image-grid__link:hover .home-image-grid__bg,
body[data-anim-zoom="true"] .home-image-grid__link:hover .home-carousel--image_img,
body[data-anim-zoom="true"] .home-carousel--image_link:hover .blog__img,
body[data-anim-zoom="true"] .home-carousel--image_link:hover .collection-list__bg,
body[data-anim-zoom="true"] .home-carousel--image_link:hover .home-image-grid__bg,
body[data-anim-zoom="true"] .home-carousel--image_link:hover .home-carousel--image_img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

body[data-anim-load="false"][data-anim-zoom="true"] .js-slide-active .home-carousel__bg,
body[data-anim-load="false"][data-anim-zoom="true"] .collection__header-img,
body[data-anim-load="false"][data-anim-zoom="true"] .article__featured-media__img,
body[data-anim-load="false"][data-anim-zoom="true"] .home-intro__bg,
body[data-anim-load="false"][data-anim-zoom="true"] .home-delivery__bg,
body[data-anim-load="false"][data-anim-zoom="true"] .password-content__bg {
  -webkit-animation: zoomin 20s ease forwards;
  -moz-animation: zoomin 20s ease forwards;
  animation: zoomin 20s ease forwards; }

.product-form__add-btn__text:after,
.product-card-btn__text:after {
  font-size: 12px;
  font-family: "sb-icons";
  margin-left: 6px;
  line-height: 1;
  top: 1px;
  height: 13px;
  display: inline-block;
  position: relative; }

.product-form__add-btn.disabled .product-form__add-btn__text:after {
  content: none; }

.product-form__add-btn__tick,
.product-card-btn__tick {
  position: absolute;
  display: none;
  left: 50%;
  font-size: 20px;
  margin-left: -11px;
  width: 22px;
  height: 24px;
  opacity: 0; }

.product-form__add-btn__tick .icon,
.product-card-btn__tick .icon {
  width: 0;
  overflow: hidden;
  display: block;
  height: 24px;
  line-height: 26px;
  -webkit-transition: 0.5s width ease-out;
  -moz-transition: 0.5s width ease-out;
  transition: 0.5s width ease-out;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.product-form__add-btn.is-added .product-form__add-btn__text,
.product-form__add-btn.is-added .product-card-btn__text,
.product-card-btn__btn.is-added .product-form__add-btn__text,
.product-card-btn__btn.is-added .product-card-btn__text {
  animation: cart-added-text 3s linear;
  animation-direction: alternate; }

.product-form__add-btn.is-added .product-form__add-btn__tick,
.product-form__add-btn.is-added .product-card-btn__tick,
.product-card-btn__btn.is-added .product-form__add-btn__tick,
.product-card-btn__btn.is-added .product-card-btn__tick {
  animation: cart-added-tick 3s linear; }
  .product-form__add-btn.is-added .product-form__add-btn__tick .icon,
  .product-form__add-btn.is-added .product-card-btn__tick .icon,
  .product-card-btn__btn.is-added .product-form__add-btn__tick .icon,
  .product-card-btn__btn.is-added .product-card-btn__tick .icon {
    width: 22px; }

.product-form__add-btn.is-adding {
  animation: pulsate 1s linear infinite; }

@keyframes pulsate {
  from {
    opacity: 1; }
  50% {
    opacity: .5; }
  to {
    opacity: 1; } }

@keyframes cart-added-text {
  from {
    opacity: 1; }
  5% {
    opacity: 0; }
  95% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes cart-added-tick {
  from {
    opacity: 0; }
  5% {
    opacity: 1; }
  95% {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes zoomin {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@-moz-keyframes zoomin {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes zoomin {
  0% {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }

/* ==========================================================================
   #CONTENT STYLE HELPER
   ========================================================================== */
.u-content--light {
  color: #fff; }
  .u-content--light .section__title-text,
  .u-content--light .section__title-link,
  .u-content--light .selector-wrapper label {
    color: #fff; }
  .u-content--light .section__title-text:after {
    background: rgba(255, 255, 255, 0.8); }
  .u-content--light .selector-wrapper:after {
    color: rgba(255, 255, 255, 0.6); }
  .u-content--light .selector-wrapper select,
  .u-content--light .js-qty__num,
  .u-content--light .js-qty__adjust {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff; }
  .u-content--light .js-qty__num {
    background: transparent; }
  .u-content--light select,
  .u-content--light .js-qty__adjust {
    background: rgba(255, 255, 255, 0.1); }
  .u-content--light .rte a {
    box-shadow: inset 0 -6px 0 #028e48;
    color: #fff; }
    .u-content--light .rte a:hover {
      background: #028e48; }

/* ==========================================================================
   #JS FUNCTIONS HELPER
   ========================================================================== */
.js-toggle-target {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .js-toggle-target.js-active {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.js-icon-replace .icon {
  display: inline-block;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease; }

.js-icon-replace .icon--master {
  opacity: 1;
  visibility: visible; }

.js-icon-replace .icon--replace {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6); }

.js-icon-replace.js-active .icon--master {
  opacity: 0;
  visibility: hidden;
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

.js-icon-replace.js-active .icon--replace {
  opacity: 1;
  visibility: visible;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

/* ==========================================================================
   #MICS HELPERS
   ========================================================================== */
.shopify-challenge__container.shopify-challenge__container {
  margin: 60px auto; }

.shopify-buy-frame iframe {
  padding: 0; }

/* ==========================================================================
   #PRINT
   ========================================================================== */
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/5.3.0/dist/doc/css.md#print-styles
 * https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css#L205-L282
 */
@media print {
  /**
   * 1. Black prints faster: http://www.sanbeiji.com/archives/953
   */
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* [1] */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /**
   * Don't show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /**
   * Printing Tables: http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* ==========================================================================
   #GENERAL HELPERS
   ========================================================================== */
.u-bg-overlay--white:before {
  background: #fff; }

.u-bg-overlay--brand:before {
  background: var(--color--brand); }

.u-bg-overlay--light:before {
  opacity: 0.3; }

.u-bg-overlay--medium:before {
  opacity: 0.5; }

.u-bg-overlay--strong:before {
  opacity: 0.8; }

/* Spacing helpers
   ========================================================================== */
.u-mt {
  margin-top: 30px; }

.u-mb {
  margin-bottom: 30px; }

.u-pt {
  padding-top: 30px; }

.u-pb {
  padding-bottom: 30px; }

.u-mt\+ {
  margin-top: 42px; }

.u-mb\+ {
  margin-bottom: 42px; }

.u-pt\+ {
  padding-top: 42px; }

.u-pb\+ {
  padding-bottom: 42px; }

.u-mt\- {
  margin-top: 18px; }

.u-mb\- {
  margin-bottom: 18px; }

.u-pt\- {
  padding-top: 18px; }

.u-pb\- {
  padding-bottom: 18px; }

/* Height helpers
   ========================================================================== */
.u-height-100 {
  height: 100%; }

/* Clearfix
   ========================================================================== */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important; }
.shop-now-button {
  background: var(--mainGradient);
  text-align: center;
  padding: 7px;
  padding-top: 4px;
  padding-bottom: 5px;
  position: relative;
  color: white !important;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important; 
  border-radius: 40px;
  transition: .5s;
  box-shadow: var(--smallShadow);
  border: none;
}
.rte blockquote {
  width: 100%;
  margin: 0 auto;
}
.shop-now-button:hover {
  background: black;
  opacity: 1 !important;
}
.stone-nav-bar {
	padding-bottom: 20px;
}
.stone-nav-bar li{
	display: inline-block;
  	margin: 0;
  	padding-right: 15px;
  	text-align: center;
}
.nav-text {
  	padding: 5px 10px 5px 10px;
  	border-radius: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600 !important;
}
.nav-text:hover {
    background: var(--blue);
    color: white;
  	padding: 5px 10px 5px 10px;
  	border-radius: 25px;
  	margin-left: 10px;
    box-shadow: var(--bigBtn);
    opacity: 1 !important;
    border: 2px solid black;
}
.title-page {
    background: var(--mainGradient);
  	padding: 5px 10px 5px 10px;
    color: white;
  	border-radius: 25px;
  	margin-left: 10px;
    box-shadow: var(--smallShadow);
    opacity: 1 !important;
    border: none;
}
.stone-nav-bar ul {
  	display: flex; 
  	margin: 0 auto;
  	align-items: center;
    justify-content: space-evenly;
    padding-left: 15px;
  	padding-right: 15px;
  	height: 3.5rem;
  	border-radius: 20px;
  border: 1px solid #f4f4f4;
    box-shadow: var(--btnShadow);
  max-width: 80%;
}
.stone-body {
  font-family: 'Montserrat', sans-serif !important;
  border-radius: 10px;
  padding: 20px;
  box-shadow: var(--biggerShadow);
  background: var(--background);
}
.stone-body p {
   padding: 10px;
}
.stone-body h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 40em) {
	.stone-nav-bar ul {
    	height: 6em;
      	width: 100%;
    }
  	.stone-nav-bar li {
      transform: translateY(-4px);      
    }
  	.stone-nav-text{     	
      	margin: 0;
    }
  .phone_num {
    display: none;
  }
  .cart_icon {
    position: absolute;
	left: -20px;
    top: 0px;
  }
  .header-logo-img {
    margin-left: 10px;
  }
  .cart_text {
    display: none;
  }
  .fa.phone_icon {
	position: absolute;
    left: 0;
    top: -20px;
    font-size: 35px !important;
  }
}
.cart_icon {
  margin: 0;
  padding: 0;
  height: 48px;
  max-width: 48px;
  filter: brightness(100%);
  transform: translate(0px, -10px);
  transition: 1s;
	background: none;
}
.phone_link {
  font-family: Oswald;
  font-weight: 400;
  transform: translate(-95px, 0px);
  color: white !important;
}

.cart_icon:hover {
  animation: tilt-n-move-shaking .4s 2;
}
@keyframes tilt-n-move-shaking {
  0% { transform: translate(0px, -10px) rotate(0deg); }
  25% { transform: translate(5px, -5px) rotate(5deg); }
  50% { transform: translate(0px, -10px) rotate(0eg); }
  75% { transform: translate(-5px, -5px) rotate(-5deg); }
  100% { transform: translate(0px, -10px) rotate(0deg); }
}
.ajaxcart__checkout {
  background: var(--mainGradient) !important;
  color: white;
}
.ajaxcart__checkout:hover{
  scale: 105%;
}
.ajaxcart__checkout, .ajaxcart__continue {
  border-radius: 30px;
  box-shadow: var(--btnShadow);
}
.fa.phone_icon {
	font-size: 30px;
  	transform: translate(15px, 5px);
}
.header__logo-img {
  padding: 0 !important;
}
@media (max-width: 640px) {
  .fa.phone_icon {
  	transform: translate(-5px, 5px);
}
}
.product_quick_desc {
  font-family: 'Roboto Flex', sans-serif !important;
  font-weight: 400;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  transform: translate(5px, -15px);
 line-height: 175%;
  display: none;
}
.desc_stones {
  text-decoration: none;
  border: none !important;
  font-weight: 500;
  font-family: 'Roboto Flex', sans-serif;
  margin: 0;
  padding-left: 0;
  color: black !important;
}
.desc_stones:hover {
  opacity: 80%;
  color: #1EC1E0;
}
.product-form__add-btn {
 box-shadow: var(--smallShadow);
  width: auto !important;
 margin-bottom: 10px;
  border: none;
  border-radius: 30px;
  transition: .25s;
}
.product-form__add-btn:hover {
  scale: 105%;
}
.shopify-payment-button__button {
  width: auto !important;
}
.shopify-payment-button {
  border: 1px solid transparent;
  border-radius: 15px;

}
.cart_text 
{
  display: none !important;
}

.storage_section {
  flex-direction: column;
}
.product-desc-pic-container:not(.infrared-video-container) {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
box-shadow: var(--smallShadow);
}
.infrared-video {
    width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  box-shadow: var(--smallShadow);
}
.product-desc-pic-container img {
  margin: 0;
}

.details_emf_text {
  font-family: Helvetica;
  letter-spacing: .3px;
  padding-left: 30px;
  font-weight: bold; 
}
.emf-link {
  padding: 5px;
  border-radius: 15px;
  background: #EE982B;
  border: none;
  box-shadow: var(--btnShadow);
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 600;
  text-decoration: none !important;
  transition: .5s;
}
.emf-dropdown {
  position: relative;
  display: inline-block;
}
.emf-content {
  display: none;
  position: absolute;
  background-color: white;
  padding: 15px;
  border: none;
  border-radius: 15px;
  width: 300px;
  left: 20px;
  box-shadow: var(--btnShadow);
  transition: .5s;
  z-index: 9999;
  font-weight: 400;
}
.emf-content a {
  color: black;
  display: block;
  text-decoration: none;
  opacity: 1;
  font-weight: 100 !important; 
}
.emf-content a:hover {
  background-color: black;
}
.emf-dropdown:hover .emf-content {
  display: block;
}
.emf-dropdown:hover .emf-link {
  background-color: #E03E1E;
}
.title-note {
  font-size: 16px;
  margin-bottom: 10px;
}

.product-desc-text-container {
  width: 90%;
   box-shadow: var(--biggerShadow);
  padding: 25px;
  margin: 0 auto;
  transform: translatey(-75px);
  font-size: 16px !important;
  border-radius: 10px;
}
.product-desc-text-container ul li {
  margin-bottom: 0;
}
.product-desc-text-container strong{
  font-weight: 500;
}
.product-desc-block {
  margin-bottom: -60px;
}
@media (max-width: 700px) {
  .product-desc-text-container {
    transform: translateY(0px);
    width: 100%;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .product-desc-block {
    margin-bottom: 15px;
  }
}
.product-desc-list-container strong{
  font-weight: 500;
}
.product-desc-list-container div{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.normal-align {
  transform: translateY(0);
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.infrared-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-desc-top-block {
  padding: 25px;
  margin-top: 20px;
  margin-bottom: 15px;
   box-shadow: var(--biggerShadow);
  border-radius: 10px;
}
.check-text-container {
  display: flex; 
  align-items: start;
}
.check {
  font-weight: bold;
  margin-right: 10px;
}
.section_1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;  
  margin-top: 25px;
  box-shadow: var(--biggerShadow);
  border-radius: 10px;
  padding: 15px;
}
.neck_pic {
  height: auto;
  max-width: 50%;
  border: none !important;
  margin: 0 !important;
}
.top_text {
  font-family: Helvetica;
  font-weight: bold;
}
.product_description {
  border-radius: 10px;
  display: block;
  padding-top: 15px;
  background: white;
}
.product-spec-background, .product-faq-background {
  background: #f3f3f3;
  padding-top: 20px;
}

.product_desc_title {
   font-family: 'Montserrat', sans-serif; 
   font-weight: 300;
  font-size: 30px;
  letter-spacing: .8px;
  text-align: left;
  padding: 0px;
  margin-left: 0px;
}
.product-desc-container {
  transform: translateY(25px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-desc-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 10px;
}
@media(max-width: 500px) {
  .product-desc-title {
    font-size: 25px;
  }
}
.desc-separator {
  background-color: black;
  height: 1.2px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(15px);
}
.intro_video_container {
  width: 100%;
  height: 340px !important;
  display: flex;
}
.stone_title {
  font-family: Helvetica;
}
.stone_text {
  font-family: 'Roboto Condensed' sans-serif;
  font-weight: 400;
}
.stone_sub_text {
  padding-left: 10px;
  font-size: 85%;
  padding-bottom: 25px;
  color: #436587;
  padding-top: 10px;
  padding-left: 30px; 
}
.spec_title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  margin-bottom: 10px;
}
.product_specs_title {
  border-bottom: 1.5px solid black;
  font-family: Helvetica;
  padding-bottom: 5px;
  width: 90%;
}
.spec_col {
  display: inline-block;
  min-width: 220px;
  width: 30%;
  max-width: 300px;
  padding: 20px;
  box-shadow: var(--smallShadow);
  margin: 10px;
  background: white;
  color: black;
  border-radius: 30px;
}

.spec_body ul {
  padding-left: 5px;
  padding-right: 5px;
}
.spec_col li {
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 180%;
}
.spec_col ul {
  margin-left: 0;
  margin: 0 auto;
  width: 90%;
}
@media(max-width: 1400px) {
  .spec_col {
    width: 40%;
  }
}
@media(max-width: 1050px) {
  .spec_col {
    width: 80%;
  }
}
.spec_icon {
 color: black;
 font-size: 30px;
}
.product_link {
  color: white;
}
.solo-title {
  background: var(--foreground);
  padding: 10px;
  border-radius: 10px;
  box-shadow: var(--btnShadow);
}
.icon-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_specs_data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  list-style-type: none;
  font-family: 'Montserrat' sans-serif;
  font-weight: 400;
  letter-spacing: .3px; 
  margin-left: 0;
}
.spec_body {
  line-height: 140% !important;
}
.product_specs {
  max-width: 1750px; 
  margin: 0 auto;
}
.logo {
  width: 41px !important;
  height: 38.5px !important;
  transform: translateY(-15px);
}
.stone_warning {
  font-weight: bold;
  padding-bottom: 10px;
  color: #436587;  
}
.stone_video_container {
  align-items: center;
}
.stone_animation {
  text-align: center;
  height: 3%;
  width: 20%;
  padding: 15px;
  background: white;
  box-shadow: var(--btnShadow);
  border-radius: 10px;
}
.stone_animation-home {
  text-align: center;
  height: 50%;
  width: 50%;
  padding: 15px;
  background: white;
  border-radius: 15px;
  box-shadow: var(-btnShadow);
}
.stone_body img {
    padding: 15px;
    background: white;
  border: 1px solid #f4f4f4;
  box-shadow: var(--btnShadow);
  border-radius: 10px;
}
.pg-container-no-img {
  padding-top: 40px;
  max-width: 900px;
  box-shadow: var(--smallShadow);
  padding-bottom: 25px;
  margin-bottom: 25px;
  background: white !important;
  border-radius: 30px;
}
@media(min-width: 74em){
.primary-nav {
  display: block !important;  
}
.icon--menu {
  display: none !important;
} 
.mini-nav-container {
  display: none !important;
}
}

@media (max-width: 600px){
    .neck_pic {
      width: 150%;
      height: 150%;
      transform: translateY(125px) !important;
    }
}
.primary-nav {
  justify-content: center;
}
.white-nav {
  color: white !important; 
}
  .primary-nav__item {
  border: 3px solid transparent;
  border-radius: 15px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
    letter-spacing: .15em;
    font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
    transition: .5s;
    margin-right: 0;
}
.primary-nav__items {

}
.primary-nav__item:hover {
  opacity: .6;
}
.primary-nav__item--active {
  border: none;
  border-radius: 20px; 
  box-shadow: var(--smallShadow);
   background: var(--mainGradient);
  
}
.primary-nav__item--active .primary-nav__link{ 
  color: white !important;
}
.primary-nav__item li:hover {
  opacity: 80%;
}
.support-title {
	font-family: Helvetica;
	margin-top: 20px !important;
  padding-left: 10px;
  padding-right: 10px;
}

.setup-dome-title {
  font-size: 24px; 
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}
.support-text {
  margin-left: 30px;
}
.contact-form {
background: black;
   box-shadow: var(--smallShadow);
}
.contact-form label {
font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: 400;
}
.contact-form h2 {
  font-family: 'Montserrat', sans-serif;
}
.contact-button {
     box-shadow: 0 3px 3px #0006;
  border-radius: 15px;
  background-color: white !important;
}
.contact-button:hover {
   background-color: #1EC1E0 !important;
}
#ContactFormMessage {
  border-radius: 15px; 
  box-shadow: 0 3px 3px #0006;
}
#ContactFormPhone {
    box-shadow: 0 3px 3px #0006;
  border-radius: 15px;
}
#ContactFormEmail {
     box-shadow: 0 3px 3px #0006;
  border-radius: 15px;
}
#ContactFormName {
     box-shadow: 0 3px 3px #0006;
  border-radius: 15px;
}

.support-section-title {
  padding: 10px;
  color: black;
  font-family: "Montserrat", sans-serif !important;
  text-align: center;
  margin-bottom: 5px;
    box-shadow: var(--smallShadow);
  margin-top: 15px;
  margin-bottom: 15px;
}
.support-section-title-link {
  text-decoration: none !important;
  font-weight: 400 !important;
  margin-left: 0 !important;
  opacity: 1 !important;
}
.support-section-title-link .daily-test {
  border-radius: 30px;
  background: white;
}
/*
.instock-note:before {
  content: ''; /* Required for the pseudo-element to appear */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px; /* Adjust the size of the dot */
  height: 10px; /* Adjust the size of the dot */
  background-color: green; /* Color of the dot */
  border-radius: 50%; /* Make the dot circular */
}
*/
.instock-note-container {
   display: flex;
  align-items: center;
}
.support-section-title-link .daily-test:hover {
  background: black;
}
.grey-color {
  background-color: #F8F9F9 !important; 
}
.support-doc-link {
  padding: 10px !important;
}
.trouble-sections {
  border: 1px solid white;
}
.benefits-btn {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  transition: .5s;
}
.benefits-btn:hover {
  background-color: #ccc;
}
.daily-test {
  background-color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: .5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.daily-content {
  padding: 0 18px;
  display: none;
  overflow: hidden; 
}
.top-support-btn {
  text-align: center;
}
.plus {
  float: right;
  font-weight: 400;
  margin-left: 20px;
  color: black;
}
.button-txt {
    float: left;
}
.plus-large {
  font-size: 40px;
}
.indent {
  margin-left: 30px !important;
}
.link-click {
	color: #436587;
  text-decoration: none !important;
}
.ship-map {
  width: 80%;
  height: 80%;
  text-align: center;
  z-index: -1;
}
.support-content {
  margin-left:0 !important;
  width: 650px;
  min-width: 50%;
}
.support-nav-bar li  {
	text-decoration: none;  
	list-style: none !important;
 	font-family: "Montserrat" sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    padding-bottom: 1px;
}
.support-nav-bar li a {
  text-decoration: none !important;
}
.support-nav-btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0px 15px 0px 15px;
  border: 1px solid transparent;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 1px;
  text-decoration: none !important;
  transition: .5s;
  border: 2px solid transparent;
}
.support-nav-btn:hover {
	background: var(--mainGradient);	
    opacity: 1 !important; 	
  color: white;
    box-shadow: var(--smallShadow);
  border: none;
}
  .support-nav-item a {
  opacity: 1 !important;
  }
.active-support {
	background: var(--mainGradient);	
  color: white;
    box-shadow: var(--smallShadow);
  border: none;
}
.support-page-sub-container {
  display: flex;
  justify-content: center !important;
  margin-bottom: 10% !important;
}
.support-nav-bar {
  margin-bottom: 30px;
 width: 100%;
  display: flex;
  justify-content: center;

}
.support-nav-bar ul {
  margin: 0;
  display: flex; 
  padding: 7px;
  max-width: 750px;
  border-radius: 25px; 
   box-shadow: var(--smallShadow);
  border: 1px solid #dddddd;
  background-color: white;
}
.support-home-link {
 text-decoration: none !important; 
}
  .home-icon {
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  transform: translate(5px, 3px);
}
@media (max-width: 715px) {
  .support-nav-bar li {
    font-size: 15px;
  }
  .support-nav-btn {
    padding-left: 2px;
    padding-right: 2px;
  }
  .home-icon {
    font-size: 15px;
    transform: translate(2px, 2px);
    display: none;
  }
  .support-content {
    width: 450px;
  }
}
  @media (max-width: 500px) {
  .support-nav-bar li {
    font-size: 13px;
  }
    .home-icon {
      font-size: 13px;
      display: none !important;
    }
    .support-content {
      width: 80vw;
    }
  }
  @media (max-width: 450px) {
    .support-nav-bar li {
      font-size: 12px;
    }
  }
.product-single__content {
  opacity: 1 !important;
}

.gsinventory {
	padding-left: 10px !important;
  	padding-top: 5px !important;
  	font-size: 90%;
  	background-color: black;
  	font-family: Helvetica;	
  color: white;
  display: none;
}
.gsbadgeinside {
  display: none !important;
}
.areviewstooltip {
  font-family: Helvetica !important;
}
.shopify-payment-button__more-options {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
    box-shadow: var(--btnShadow);
  padding: 10px;
  font-size: 14px;
  background: black !important;
  width: 50% !important;
color: white !important;
}
.shopify-payment-button__more-options:hover {
  background: rgba(0,0,0,1) !important;
  opacity: 1 !important;
  color: white !important;
}
.preview-btns {
    display: flex;
	margin: auto;
  	padding-top: 20px;
}
.preview-btns-item-blanket, .preview-btns-item-dome {
  list-style: none;
  text-decoration: none;
  padding: .5vw;
  border: 1px solid transparent;
}
.activeprev {	
  border: 1px solid black; 
}
.product-card {
  padding: 20px;
}
.size-comp {
  border: none;
  font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  caret-color: rgba(0,0,0,0);
   transition: .5s;
  color: #1EC1E0;
}
.size-comp.close {
  float: right;
  transform: translate(30%, 70%);
  line-height: 100%;
  padding: 5px;
  color: black;
  background-color: black !important;
  color: white;
  border-radius: 15px;
}
.size-popup-container h3 {
	font-size: 100%;
    font-family: Helvetica;
  	font-weight: 700;
}
#size-popup {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  top: 30%;
    font-weight: 400;
  left: 50%;
  color: black;
  transform: translate(-50%, -20%);
  width: 90%;
  padding: 40px;
  box-shadow: var(--smallShadow);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 1000;
}
#size-popup.activeblur {
  
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
#model-popup {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  top: 30%;
  left: 50%;
  color: black;
  transform: translate(-50%, -20%);
  width: 90%;
  padding: 40px;
  box-shadow: var(--smallShadow);
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 100; 
}
.model-emphasis{
	font-weight: bold; 
}
#model-popup.activeblur {
  
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.model-comp {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  border: none;
  color: #1EC1E0 !important;
  caret-color: rgba(0,0,0,0);
  transition: .5s; 
}
.model-comp.close {
  float: right;
  transform: translate(30%, 70%);
  line-height: 100%;
  padding: 5px;
    background-color: black !important;
  color: white;
  border-radius: 15px;
}

.header-stripe {
  display: none !important;
}
.home-page-section-parent {
margin-top: -160px;
  margin-bottom: -180px;
  background-color: #f3f3f3;
}
.home-page-section {
  	width: 100%;
  	height: 100%;
  	object-fit: cover;
  	position: absolute;
    top: 0;
    left: 0;
  	background-size: cover;
}
  @media (max-width: 500px) {
    .support-doc-link {
      font-size: 15px;
      align-items: center;
      vertical-align: middle;
      inline-size: auto;
    }
    .plus {
      margin-left: 0px;
      vertical-align: middle;
    }
  }
    @media (max-width: 374px) {
      .support-doc-link {
       width: 90vw;
        transform: translateX(-5vw);       
      }
    } 
.page-background {
  	display: flex;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#pg1 {
  height: 85vh;
  border-bottom-right-radius: 15vw;
  box-shadow: var(--smallShadow);
  background-size: cover;
  background-position: 50% 80%;
}
.home-page-video {
  object-fit: cover;
  width: 100%;
}
.page-1-video {
    object-fit: cover;
    width: 100%;
 	height: 100%;
}
.home-page-hero-container {
  position: relative;
  padding-bottom: 50px;
}
.home-hero {
  width: calc(100% - 30px);
  margin-left: 15px !important;
  margin-top: 15px !important;
  border-radius: 20px;
  height: 80%;
  box-shadow: var(--smallShadow);
}
.home-page-img-text-container {
  position: absolute;
  top: 0;
  text-align: center;
  display: Flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.home-page-img-header-text {
  font-size: 95px;
  font-weight: 700;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  color: white;
  text-shadow: var(--textShadow);
  animation: bounce;
  animation-duration: 1s;
 
}
.safety-sub-header {
  font-weight: 600;
  font-size: 35px;
  margin: 0;
  color: white;
  text-shadow: var(--textShadow);
  animation: bounce;
  animation-duration: 1s;
  margin-top: -25px;
}
.hero-add {
  display: flex !important;
  justify-content: center;
  float: center;
  margin-top: -60px;
  font-size: 25px !important;
  padding: 20px !important;
  border-radius: 30px !important;
  text-transform: uppercase;
}
.hook-container-parent {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  padding-bottom: 10px;
}
.hook-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hook-title {
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  text-shadow: var(--textShadow);
}
.hook-item {
  margin: 20px;
  padding: 15px;
  border-radius: 20px;
  max-width: 375px;
}
.double-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 0px;
}
.hook-icon {
  width: 25px;
  height: 25px;
}
.hook-text-main {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-left: 10px;
}

.hook-sub-text {
 font-weight: 500;
}
#pg8 {
 background-image: url('/cdn/shop/files/03.30.22_onelovehealth-20-2_4aaf71c9-3c05-4c0a-989e-3cf27cf8d1b0.jpg?v=1672171595'); 
  background-size: cover;
  background-position: 50% -100px;
}  

.home-scroll {
   -webkit-filter: invert(100%); /* Safari/Chrome */
  filter: invert(100%); 
  width: 75px;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 37.5px);
}
.pg3-dome-text-wrapper {
  width: 40vw;
  max-width: 750px;
  padding: 20px;
  padding-bottom: 10px;
   transition: 1s;
     box-shadow: var(--btnShadow);
  border-radius: 10px;
}
.pg3-dome-title {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  letter-spacing: .3px;
  font-size: 34px;
  text-transform: uppercase;
}
.pg3-dome-text {
 font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
  color: black;
}
.pg3-dome-text span {
 font-weight: bold; 
}
.pg3-dome-text-motto {
	font-style: italic;
}
.pg3-dome-shop-btn {
   font-family: 'Roboto', sans-serif; 
  font-weight: 400;
  letter-spacing: .3px;
  text-transform: uppercase;  
  font-size: 1.6em;
  border: 1px solid black;
  border-radius: 20px;
  padding: 5px 10px 5px 10px;
 color: black;
  transition: .5s;
}
.pg3-dome-shop-btn:hover {
    opacity: 1 !important;
  transform: translateY(-5px); 
}
.pg3-dome-shop-link {
 opacity: 1 !important;
  margin: 0;
}
#shopify-section-footer {
 	font-family: 'Montserrat', sans-serif;
  
}
.footer {
  color: white;
  font-weight: 400;
  border-top: 15px solid var(--charcoal);
}
.footer__bottom {
  background: black !important;
  display: none;
}
.home-stone-nav li {
 list-style: none;
 margin-right: 5px;
  margin-left: 5px;
  width: 100%;
}
.home-stone-nav ul {
 display: flex;
  margin-bottom: 0;
}
.home-dome-img {
 width: 40vw;
 height: auto;
 transition: transform 1s;
 transform: translateX(0);
}
.home-dome-img-link:hover {
 	opacity: 1 !important;	
}
  @media (max-width: 1200px) {
  .home-stone-nav ul {
        justify-content: center !important;
    align-items: center !important;
    margin: 0 !important;
  }
}


.section__title-text {
 font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  letter-spacing: .3px;
  line-height: 120%;
}

 @media (max-width: 850px) {
      .home-scroll {
        width: 75px;
        left: calc(50% - 37.50px);
        bottom: 15px;
      }
  }
.pg1-shop:hover {
 opacity: 60%; 
}
  .model-container {
 display: flex;
  justify-content: center;
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
      max-width: 1800px;
  }
.home-model-text-container {
   display: flex;
   justify-content: center;
   width: 100%;
}
:root {
 --foreground: linear-gradient(45deg, rgba(125,144,157,1) 0%, rgba(89,103,112,1) 100%);
  --lessopacity: linear-gradient(45deg, rgba(125,144,157,.9) 0%, rgba(89,103,112,.95) 100%);
 --background: white;
  --graycolor: #323232;
}
  .desc-header-title-img {
    display: none;
  }
.home-model {
  display: flex;
    width: 25%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    flex-direction: column;
    min-width: 275px; 
    max-width: 450px;
    padding: 15px;
     box-shadow: var(--btnShadow);
  transition: .8s;
  border-radius: 10px;
}
.announcement {
   z-index: 9;
  position: relative;
  background: linear-gradient(180deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.6) 100%) !important;
  padding: 0px 24px;
}

  .header {
    background-color: none !important;
    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%) !important;
    padding-bottom: 0px;
    border-bottom: none !important;
   
  }
.blackout {
  box-shadow: var(--smallShadow);
  background: black !important;
}
.primary-nav__link {
  color: white;
}
.header-trigger {
  display: flex;
  justify-content: center;
  align-items: center;
}
   .home-model-shop, .article__blocks, .desc-separator, .page-container{
    background: #f3f3f3 !important;
    color: black !important;
  }
.white-background {
  background: white !important;
}
  .desc_stones {
    background-color: white;
  }
 .pg-container {
    background: white;
  }
.product-single {
  background: white;
}
  #pg2 {
    background-image: url("/cdn/shop/files/beach3.jpg?v=1672172101");
    height: auto !important;
    min-height: 100vh;
  }
  .heat-pad-title-container {
    margin-bottom: 25px;
  }  
  .collection-header-title-container {
    box-shadow: var(--smallShadow);
    background-color: white;
    margin: 0 auto;
    border-radius: 30px;
    width: 100%;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
  }
  .home-model-shop {
    color: black !important;
  }
  .home-model-sub-text strong, .home-model-blip p, .stones-text strong {
    color: #e1f3ff !important;
  }

  .home-model, .home-model-blip,
  .product-desc-top-block, .product-desc-text-container, .product-form__swatch__item input[type=radio]:checked+label, , .page-title-container,  .model-comp:hover, .size-comp:hover, .main-arrows:hover, .setup-btn:hover {
     background:  black !important;
    color: white !important;
  }
  .home-text-info-single, .pg3-dome-text-wrapper, .pg-8-icon-nav li {
    background: var(--lessopacity) !important;
  }
  .product-form__add-btn, .home-model-shop:hover {
    background: var(--mainGradient) !important;
    color: white !important;
  }
  .product-form__swatch__label {
    transition: .5s !important;
  }
   .home-model:hover {
    transform: translateY(25px);
  }
    @media (max-width: 1000px) {
    .home-model-text-container {
      flex-wrap: wrap;
    }
    .home-model {
      width: 40%;
    }
      .home-model-blip {
        width: 90% !important;
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
      }
  }
  @media (max-width: 700px) {
    .home-model {
      width: 90%;
      max-width: 90%;
    }
    .home-model-text-container {
      margin-top: 25px;
      margin-bottom: 50px;
    }
    .home-model:hover {
    transform: translate(0);
    }
  }
  @keyframes tilt-n-move {
  0% { transform: translate(10px, -25px) rotate(0deg); }
  25% { transform: translate(5px, -20px) rotate(5deg); }
  50% { transform: translate(10px, -25px) rotate(0eg); }
  75% { transform: translate(5px, -20px) rotate(-5deg); }
  100% { transform: translate(10px, -25px) rotate(0deg); }
}
.home-page-all-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100%;
  margin: 0 auto;
}
.note-pad {
  padding-top: 10px;
}
.home-model-sub-text {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}
  @media(max-width: 1000px) {
    .home-page-all-container {
      flex-direction: column;
      justify-content: center;
    }
    .home-dome-wrapper {
      margin-right: 0;
      margin-bottom: 5%;
    }
    .pg3-dome-text-wrapper {
      margin-top: 5%;
    }
    .pg6-text {
       margin-bottom: 5%;
    }
    .home-stone-info-container {
      margin-top: 5%;
    }
  }
    @media(max-width: 650px) {
    .home-page-all-container {
      width: 100%;
    }
  }
  .home-model-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-model:nth-child(1) {
    margin-left: 0;
  }

.home-model-title {
  font-family: 'Roboto Flex', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .3px !important;
  font-size: 25px;
  color: black;
  margin-bottom: 5px !important;
}
.home-model-text {
  margin-bottom: 5px;
  font-family: 'Roboto Flex', sans-serif;
  color: black;
  font-weight: 400;
}
.home-model-shop {
   box-shadow: var(--btnShadow);
 padding: 3px 10px 5px 10px;
 font-family: 'Roboto Flex', sans-serif;
  letter-spacing: -.3px !important;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 400;
  color: black;
  border-radius: 20px;
  transition: .5s;
}
.home-model-shop span{
  text-transform: uppercase;
}
  .home-model-link {
    line-height: 230%;
  }
  .home-model-shop:hover {
  	opacity: 1 !important;
}
.home-blanket-color-container {
 display: grid;
  grid-template-columns: repeat(4, 20px);
  grid-column-gap: 10px;
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
}
.home-blanket-color-container-ad {
 display: grid;
  grid-template-columns: repeat(4, 20px);
  grid-column-gap: 10px;
  padding: 10px 0px 0px 0px;
  margin-bottom: 10px;
}
.home-dome-blanket {
    top: 20%;
}
.home-blanket-model-text {
 margin-bottom: 0px !important; 
}
.home-blanket-color {
 width: 20px;
  height: 20px;
  border: 1.5px solid black;
  border-radius: 50%;
  transition: transform 300ms;
}
.home-blanket-color:hover {
 transform: translateY(-5px); 
}
.black-blanket {
  background-color: black;
}
.purple-blanket {
  background-color: #6b486c;
}
.blue-blanket {
  background-color: #284b9d;
}
.green-blanket {
  background-color: #95c341;
}
@media (max-width: 1100px) {
  .home-model-title {
   margin-bottom: 5px; 
  }
  .home-model-text {
   margin-bottom: 10px; 
  }
  .pg3-dome-title {
   	font-size: 25px; 
  }
}
  @media (max-width: 850px) {
	.pg3-dome-text-wrapper {
      width: 80%;
    }
  	.home-dome-img {
      width: 350px !important;  
    }
    .pg3-dome-title {
      margin-bottom: 0px;
    }
}
@media (max-height: 950px) and (max-width: 550px) {
  .pg3-dome-text-wrapper {
    min-height: 250px;
  }
  .lay {
    font-size: 15px;
  }
  .expect-body-head {
  font-size: 15px;
  }
  .benefits_text {
    font-size: 15px;
    }
  .pg3-dome-payment {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}
@media(max-width: 550px) {
  .storage_section {
    flex-direction: column;
  }
  .storage_pic {
    width: 100% ;
    height: 100%;
    margin: 0 auto;
  } 
  .storage_title {
    margin-bottom: 10px;
  }
  .storage_text {
    width: 100%;
  }
  .storage_sub_text {
    transform: translate(0, 0px) !important;
    text-align: center;
    padding-left: 0 !important;
  }
  .infrared_pic {
    width: 95%;
    height: 95%;
    object-fit: none;
  }
}
@media (max-width: 700px) {
  .home-model-text {
    line-height: 140%;
    font-size: 12px;
  }
  .home-model-title {
    font-size: 20px;
  }
  .home-blanket-color {
    width: 15px;
    height: 15px;
  }
  .home-blanket-color-container {
    margin-bottom: 0;
    padding-top: 20px;
    grid-template-columns: repeat(4, 15px);
  }
  .home-model-shop {
    vertical-align: middle;
  }
}
.white-text {
 color: white; 
}

.size-comp:hover {
 cursor: pointer; 
  color: black !important;
}
.model-comp:hover {
 cursor: pointer; 
  color: black !important;
}
.support-home-container {
 display: grid;
 grid-template-columns: repeat(3, 25vw);
 grid-template-rows: repeat(1, 250px);
 grid-gap: 15px;
 justify-content: center;
}
.text-wrapper-slide {
 transform: translateX(0); 
}
.support-header-parent {
 width: 100%;
 margin-top: 25px;
}
.support-home-header {
  background: white;
 width: 70%;
height: auto;
  max-width: 875px;
 margin: 0 auto;
display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: var(--smallShadow);
  border-radius: 15px;
}
.support-top-block-text span {
 font-size: clamp(10px, 20px, 20px); 
}
.support-section-main-title { 
  border: 1px solid transparent !important;
  border-radius: 15px;
  letter-spacing: .3px;
  font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  line-height: 130%;
  margin-right: 20px;
  margin-left: 20px;
}
.support-top-block {
  font-family:'Montserrat', sans-serif;
    font-weight: 400;
  letter-spacing: .3px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.support-top-block-text {
  text-align: center;
  width: 70%;
  max-width: 625px;
  padding-bottom: 10px; 
}
.support-home-container {
 display: grid;
 grid-template-columns: repeat(3, minmax(250px, 350px));
 grid-template-rows: repeat(1, 250px);
  grid-gap: 15px;
 justify-content: center;
  margin-bottom: 20px;
}
.support-container {
   box-shadow: var(--smallShadow);
  border: 1px solid #dddddd;
  max-width: 400px;
align-items: center;
  justify-content: center;
  display: flex;
  transition: .5s;
  border-radius: 15px;
  background: white;
}
.support-container:hover {
  transform: translateY(-10px);
}
.support-title {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
   font-size: 22px;
  text-align: center;
  line-height: 135%;
  letter-spacing: .3px;
}
.setup-btn {
  box-shadow: var(--smallShadow);
  margin-top: 15px;
    border: 1px solid #dddddd;
  margin-bottom: 15px;
  border-radius: 30px;
  color: black;
  background: white;
  }
.setup-btn:hover {

  background: #dddddd;
  opacity: 1 !important;
}
.link-click {
  opacity: 1 !important;
}
.support-container a {
  text-decoration: none !important;
}
.support-top-block span {
 text-align: left;
}
.home-support-block2-container {
  display: grid;
 grid-template-columns: repeat(2, minmax(250px, 350px));
 grid-template-rows: repeat(1, 250px);
  grid-gap: 15px;
 width: 100%;
 justify-content: center;
  margin-top: 10px;
  z-index: 9999;
}
.support-home-img {
  width: 64px;
  height: 64px;
}
.support-home-img-container {
 width: 100%; 
  margin: 0 auto !important;
  text-align: center;
}
@media (max-width: 881px) {
  
 .home-support-block2-container {
  grid-template-columns: repeat(1, 300px);
  grid-template-rows: repeat(2, 250px);
 }
  .support-home-container {
 grid-template-columns: repeat(1, 300px);
 grid-template-rows: repeat(3, 250px);
}  
.support-container {
   width: 300px;  
  }
.support-home-img {
  width:74px;
  height: 74px;
}
  .support-title {
   font-size: 25px; 
 }
	@media (max-width: 500px) { 
      .support-top-block span {
   		font-size: 18px; 
         line-height: 175%;
        text-align: center;
        margin: 0;
  	}
    .support-top-block {  
       margin: 0 auto;
        text-align: center;
      }
      .support-header-parent {
       align-items: center; 
      }
    }
}
.support-view {
 text-align: center;
  font-family: 'Roboto Condensed' sans-serif;
  font-weight: 400;
  background-size: contain;
  color: white;
  display: flex;
  justify-content: center;  
}
.support-view span  {
  background: var(--mainGradient);
  box-shadow: var(--smallShadow);
  border-radius: 15px;
  width: 75px;
  font-weight: 700;
}
.support-view span:hover {
  box-shadow: 0px 2px 5px rgba(2,2,2,.6);
}
.option-container {
 font-weight: bold;
 text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 10px;
}
.option-sub-container {
  padding: 5px;
  background: #eeeeee;
  border-radius: 30px;
}
.product-form__swatch__item {
 margin-top: -10px; 
 margin-bottom: -10px; 
  
}

  .section__title-text:after {
    display: none;
  }
strong {
 font-weight: bold; 
}
.sticky-cart-container {
 display: none; 
 border: none;
}
@media (max-width: 980px) {
.sticky-cart-container {
  display: block;
  bottom: 10px; 
  background-color: transparent;
}
.top-icon-center {
 width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 10px;
   z-index: 99999999 !important;
  display: none !important;
}
.top-icon {
  color: black;
  font-size: 40px;
  border-radius: 50%;
  font-weight: 100;
  box-shadow: var(--btnShadow2) !important;
 background-color: white !important;	
   display: none !important;
}
.hide {
  display: none!important;
}
}
  @media (max-width: 380px) {
    .product-form__swatch__item{
      margin: 0px;
    }
    .model-comp {
      margin-top: 10px;
    }
    .size-comp {
      margin-top: 10px;
    }
    .money {
     line-height: 145%; 
    }
  }
  @media (max-width: 425px) {
       .product-card__title {
     line-height: 125%; 
    } 
  }
    @media (max-width: 450px) {
      .home-carousel__content.home-carousel__content {
       	 transform: translateY(50px) !important;
      }
      .slick-dots {
       transform: translateY(20px); 
      }
    }
.product-slideshow-nav {
  margin-top: 15px;
}
.product-slideshow-nav ul {
  display: none;
  width: 95%;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto; 
  flex-wrap: wrap;
  flex: 1 1 150px;
}
.product-slideshow-item {
  height: auto;
  width: 75px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  transition: .5s;
 user-select: none;
}
.product-slideshow-item:hover {
  cursor: pointer;
}
.product-slideshow-img {
 user-select: none;
  width: 100%;
  min-width: 20px;
} 
.active-slide {
   box-shadow: var(--smallShadow);
  border-radius: 15px;
}
.featured-img { 
  width: 80%;
}
.featured-img-container {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0 auto;
   user-select: none;
}
.product-single__top-bg {
 z-index: -100 !important; 
}
@media (max-width: 850px) {
 	.product-slideshow-item {
     margin: 0px; 
    }
}
@media (max-width: 700px) {
  .product-slideshow-nav ul {
	flex-wrap: wrap;
    vertical-align: middle;
  }
  .product-slideshow-item {
    width: 60px;
    height: auto;
  } 
}
.featured-zoom {
 width: auto;
 max-height: 65% !important;
 z-index: 9999;
 padding: 0;
}
.zoom-container {
  position: fixed;
  height: 100vh !important;
  width: 100vw !important;
  max-height: 100vh !important;
  left: 0;
  bottom: 0;
  background-color: white;
  z-index: 9999;
  user-select: none;
}
.close-icon-container {
  display: none; 
  text-align: center;
  position: absolute;
  width: 210px;
  bottom: 10%;
  left: calc(50% - 105px);
  z-index: 99999;
}
.close-icon-container ion-icon {
	margin: 10px;
  padding: 5px;
 background-color: black;
  border-radius: 50%;
  color: white;
  transition: .5s;
    font-size: 40px;
}
@media(hover: hover) {.close-icon-container ion-icon:hover {
	background-color: #1EC1E0;
  color: black;
}
}
.close-icon-container ion-icon:active {
 background-color: #1EC1E0;
  color: black;
}
.show-close {
 display: flex !important; 
}
.close-icon:hover {
  background-color: rgba(.2,.2,.2,.4);
}
.main-arrows {
  font-size: 40px;
    box-shadow: var(--btnShadow);
  border-radius: 50%;
  padding: 5px;
  transition: .5s;
  color: white;
  background-color: black;
}
@media(hover: hover) { .main-arrows:hover {
   background-color: #1EC1E0;
  color: black;
}
}
.main-arrows:active {
 background-color: #1EC1E0; 
}
.left-arrow-main {
  margin-right: 15px;
}
.right-arrow-main {
  margin-left: 15px;
}
@media (max-width: 800px) {
  .main-arrows {
   	font-size: 4vw;
  }
}
@media (max-width: 450px) {
.main-arrows {
padding: none;
   font-size: 15px;
}
  .left-arrow-main {
  margin-right: 10px;
}
.right-arrow-main {
  margin-left: 10px;
}
}
@media (max-width: 800px) {
 .featured-img-container {
  	height: 100%; 
   padding-right: 0 !important;
   padding-left: 0 !important;
 } 
}
.hide-div {
 display: none; 
}
@media (max-width: 550px) {
 .close-icon-container {
  bottom: 13%; 
 }
  .home-scroll {
      bottom: 20px;
    left: calc(50% - 32.5px);
    width: 65px;
  }
  .home-model-title {
    line-height: 140%;
  }
}
  @media (max-width: 430px) {
  .pg1-container {
    margin-bottom: 50px;
    bottom: 50px;
  }
        #pg7 img {
      bottom: 100px !important;
    }
}
.free-shipping-container {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}
.free-ship {
  width: 85%;
}
.free-ship-message {
 text-align: center; 
font-weight: 700;
  
}
.free-ship-message span{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.fsa-message {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
   text-align: center; 
  font-size: 20px;
  line-height: 110%;
}
.fda-message {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
   text-align: center; 
  font-size: 20px;
  line-height: 160%;
  padding-top: 5px;
}
  .product-test-title {
    font-family: Helvetica;
    font-weight: 100;
    font-size: 30px;
    text-align: center;
  }

.product-testimonial-video {
width: 100%;
  height: auto;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 20px;
}

  @media (max-width: 700px) {
    .section-1-text-container {
      max-height: 250px;
    }
  }
.down-arrow {
  text-align: center;
  font-size: 35px;
  font-weight: 100;
  margin: 0 auto;
}
.testimonial-title {
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 100;
  text-transform: uppercase;
}
.testimonial-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  background: rgba(.2,.2,.2,.9);
}
.pg-8-icon-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.pg-8-icon-nav {
  display: flex;
  justify-content: center;
}
.pg-8-icon-nav ul {
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pg-8-icon-nav li {
  text-decoration: none;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 80%;
  height: 80%;
  max-width: 350px;
  max-height: 350px;
  margin: 10px;
  box-shadow: var(--btnShadow);
  align-items: center;
  color: black;
  border-radius: 10px;
  padding: 15px;
}
  .featured-img-container {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0px;
    padding-top: 20px;
  }
  .featured-img {
    max-height: 100%;
    object-fit: cover;
  }
  .pg-8-icon-nav li i{
   font-size: 64px;
}
.pg-8-icon-title {
font-size: 30px;
    font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  width: 90%;
  color: black;
}
  .pg-8-icon-sub {
font-size: 18px;
    font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
    color: black;
  width: 90%;
}
@media (max-width: 930px) {
  .pg-8-icon-title {
    font-size: 20px;
  }
    .pg-8-icon-sub {
      font-size: 15px;
    }
  .pg-8-icon-nav li i {
    font-size: 50px;
  }
  .pg-8-icon-nav ul {
    width: 100%;
    margin: 0;
    
  }
  .pg-8-icon-nav li {
    line-height: 150%;
    height: 30%;
    width: 100%;
  }
}
  @media (max-width: 520px) {
      .pg-8-icon-nav ul {
        flex-wrap: wrap;
        height: 35%;
        justify-content: center;
        align-items: center;
        transform: translateY(75px);
  }
    .pg-8-icon-nav {
      height: 35%;
    }
      .pg-8-icon-title {
    font-size: 15px;
  }
  .pg-8-icon-nav li i {
    font-size: 40px;
    margin-top: 10px;
  }
      .pg-8-icon-nav li {
        margin: 5px;
        padding: 10px;
        min-height: 175px;
        width: 175px;
      }
  }
.setup-content {
      font-family: 'Montserrat', sans-serif;
      font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
   color: black;    
  }
  .o-layout {
    margin: 0;
  }

  .setup-section {
    background-color: white;
    width: 95%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: left;
     margin-bottom: 5px;
    color: black;
    padding: 10px;
    box-shadow: var(--smallShadow);
  }
  .ship-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
  }
  .italic {
    font-style: italic;
  }
  .big-zoom {
    width: 80vw;
    height: auto;
    max-width: 80vw;
    z-index: 9999;
    margin: 0 auto !important;
  }
  .bblur {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .9);
    top: 0;
    left: 0;
  }

.home-stone-info-container {
  max-width: 750px;
  width: 40vw;
  background-color: white;
  box-shadow: 0px 10px 10px black;
  color: black;
}
  .home-stone-info-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 2.0vw;
    letter-spacing: .3px;
    padding-left: 15px;
    color: black;
  }
  .home-stone-info-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 15px;
    padding-top: 10px;
    color: black;
  }
  @media (max-width: 550px) and (max-height: 900px){

    .pg3-dome-title {
      text-align: center;
      font-size: 20px;
      padding-bottom: 5px;
    }
    .home-stone-info-title {
      text-align: center;
      font-size: 20px;
    }  
  }
  .reg-product-text {
    padding-left: 30px;
    font-weight: 500;
  }
  .home-block-sub-note {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 125%;
    padding: 0;
    margin-bottom: 10px;
    
  }
  @media (max-width: 850px) {
    .home-block-sub-note {
      margin-bottom: 5px;
      font-size: 105%;
      text-align: center;
    }
  }
  .lay {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }
@media(max-width: 450px) and (max-height: 930px) {
  .testimonial-video {  
    height: 100vh;
  }
}
.quantity-selector {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .3px;
  font-weight:800;
}
@media (max-width: 380px) and (max-height: 700px) {
  .pg3-dome-text-wrapper {
    min-height: 200px;
    width: 90% !important;
    padding: 10px;
  }
.home-dome-img {
  margin-top: -30px;
}
  .home-stone-info-container {
    width: 90%;
  }
  .pg-8-icon-nav li {
    min-height: 125px;
    width: 175px;
    line-height: 110%;
  }
  .pg-8-icon-title {
    font-size: 13px;
  }
  .pg-8-icon-sub {
    font-size: 13px;
  }
  .pg-8-icon-nav li i {
    font-size: 30px;
  }
}


.blog-p {
  text-indent: 45px;
  margin-bottom: 0px !important;
}
  .blog-main-container {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    letter-spacing: .3px;
    padding: 20px;
    color: black;
  }

  .blog-title {
     padding: 15px;
      margin-bottom: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 45px;
    font-family: 'Montserrat', sans-serif;
  }
 .blog-title-block {
   margin-bottom: 15px;
    padding-bottom: 15px;
    background-color: black;
   border-radius: 30px;
  }
  .blog-sub-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    max-width: 70%;
    margin: 0 auto;
  }
  .blog__text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;   
  }
.article__blocks {
  box-shadow: var(--smallShadow);
  border: 1px solid #dddddd;
  border-radius: 15px;
  background: rgb(255,255,255);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
}
  .blog-line-separator {
    width: 90%;
    height: 1.5px;
    background-color: rgba(.2,.2,.2,.3);
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog-img-left {
    float: left;
    width: auto;
    max-width: 50%;
    padding: 0 2rem 0 0;
    clear: both;
  }
    .blog-img-right {
    float: right;
    width: 50%;
    max-width: 100%;
    padding: 0 0 0 1.5rem;
    clear: both;
      min-width: 200px;
  }
  .blog-img-center {  
    width: 100%;
    max-width: 100%;
    padding: 0 5px 0 0;
    clear: both;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    object-fit: cover;
    height: 200px;
  }
  .blog-emphasis {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 500;
    font-size: 100%;
  }
  .dome-low {
    height: 300px;
    object-position: 50% 90%;
  }
  @media (min-width: 1650px) {
    .dome-low {
      object-position: 50% 60%;
    }
  }

  @media (max-width: 400px) {
    .home-blog-title {
      text-align: center;
      font-size: 20px
    }
    .home-blog-sub-title {
      text-align: center;
      font-size: 18px;
    }
  }

  .product_description {
      font-family: 'Montserrat', sans-serif; 
   font-weight: 400;
  }

  .dome-collection-content-container {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 85%;
    width: 80%;
    margin: 0 auto;
  }
  .desc-text {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
  }
  .footer-copyright__text {
    display: none !important;
  }
  .blog-bold-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
  }
  .blog-img-reduce {
    width: 45%;
    height: 20%;
    background-size: cover;
    object-fit: cover;
  }
  .blog-img-med {
    width: 42%;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding-right: 20px;   
  }
  .emf-page-container {
    width: 100vw;
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
  }
  .header-img-container {
   width: 100vw;
   height: 100vh;
    background: url("/cdn/shop/files/headachephoto.jpg?v=1670008901");
    background-size: cover;
    object-fit: cover;
    transform: translateY(-100px);
    border-bottom: 1.5px solid transparent;
    z-index: 0;
    position: relative;
     box-shadow: 0 3px 3px #0006;
  }
  .header-img-title {
    position: absolute;
    top: 650px;
    left: 150px;
    font-family: 'Roboto Flex', sans-serif;
    font-size: 65px;
    font-weight: 300;
  }
  .header-img-page-text-container {  
    margin: 0;
  }
  .hook-text-text {
  font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-indent: 45px;
  }
  body {
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }
  .hook-text-text strong {
    font-weight: 600 !important;  
  }
  .hook-text {
    text-align: left;
    width: 80%;
    max-width: 1000px;
    margin: -225px 25px 100px 25px;
    font-weight: 400;
    font-size: 16px;
    padding: 25px 25px 15px 25px;
background: rgb(255,255,255);
background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
    border: 1.5px solid transparent;
    z-index: 1;
    position: relative;
    box-shadow: 0 3px 3px #0006;
  }
  .text-head {
    text-indent: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 36px;
  }
  .chart-title {
    text-align: center;
  }
  .hook-text-title-wrapper {
    box-shadow: 0 3px 3px #0006;
  background: rgb(150,176,183);
  background: linear-gradient(135deg, rgba(150,176,183,1) 0%, rgba(176,206,214,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding: 20px 0px 20px 0px;
    margin-bottom: 20px;
  }
  .hook-text-title {
    font-family: 'Roboto Flex', sans-serif;
    font-size: 45px;
    font-weight: 300 !important;
    text-align: center;
    text-indent: 0;
    margin-bottom: 0;
  }
    .blog-line-separator-emf {
    width: 90%;
    height: 1.5px;
    margin-left: 5%;
    margin-right: 5%;
    background-color: rgba(.2,.2,.2,.3);
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .emf-data-chart-wrapper {
    width: 80%; 
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .emf-img-danger {
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 3px 3px #0006;
  }
  .shrink-hook {
    width: 90%;
    margin: 0 auto;
  }
    .slight-hook-shrink {
    width: 90%;
    margin: 0 auto;
  }
      .hook-img-right {
    float: right;
    width: 50%;
    max-width: 100%;
    margin-left: 1.5rem;
    clear: both;
  }
  .emf-img-hook {
         box-shadow: var(--smallShadow);
    object-fit: cover;
  }
  .emf-data-chart {
    box-shadow: var(--smallShadow);
    margin-bottom: 0 !important;
  }
    .research-link-container {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 400;
    width: 100%;
  }
  .research-container {
      background: var(--background);
     box-shadow: var(--biggerShadow);
    padding: 20px;
border-radius: 10px;
  }
  .research-link {
    border-radius: 20px;
    padding: 10px;
    color: black;
    text-align: center;
  }

      @media (max-width: 1025px) {
    .header-img-container {
      background-position: 50% 50%;
    }
      .header-img-title {
        left: 75px;
        top: 450px;
        width: 250px;
        line-height: 110%;
      }
  }
  @media (min-width: 767px) {
    .header-img-container {
      transform: translateY(-142px);
    }
  }
    @media (max-width: 700px) {
    .header-img-container {
      background-position: 65% 50%;
    }
    .header-img-title {
        left: 50px;
        top: 525px;
        font-size: 50px;
        width: 200px;
      }
  }
  @media (max-width: 575px) and (max-height: 900px) {
    .header-img-title {
      width: 350px;
      top: 65vh;
      text-align: center;
      left: calc(50% - 175px);
    }
    .emf-img-hook {
      width: 50%;
      height: 275px;
      object-fit: cover;
      object-position: 70% 90%;
      padding-left: 10px;
    }
    .hook-text {
      width: 90%;
      margin: -225px 0px 25px 0px;
    }
  .hook-text-title {
    text-indent: 0;
    font-weight: 300;
    font-size: 45px;
    
  }
  .shrink-hook {
    width: 100%;
  }
  .slight-hook-shrink {
    width: 100%;
  }
  .text-head {
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .emf-data-chart-wrapper {
    width: 100%;
  }
    .research-link {
      font-size: 90%;
      width: 100%;
      margin: 0;
      padding: 10px 0px 10px 0px;
    }
}
  @media (max-width: 575px) and (max-height: 700px) {
    .header-img-title {
      top: 63vh;
    }
  }
  .warning-icon {
    margin: 10px;
  }
.shopify-payment-button__more-options {
  transition: .5s;
}
  .research-link-title {
    font-size: 110%;
    text-align: center;
  }
  .research-link-header {
    font-family: "Roboto Flex", sans-serif;
    font-weight: 300;
    letter-spacing: .4px;
    text-align: center;
  }
  .wrong-tier-container {
    width: 70%;
    margin: 0 auto;
    padding-top: 25px;
  }
  .wrong-tier-title {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 300;
  }
  .collection-header-title {
   text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 45px;
    line-height: 130%;
     text-shadow: var(--textShadow);
  }
  .line-spacer {
    width: 80%;
    margin: 0 auto;
    height: 1px;
    background-color: #1EC1E0;
  }
  .collection-header-title-container {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
  }
  .collection-header-title-img {
    float: right;
    width: auto;
    height: 50px;
    margin: 5px;
    margin-right: 2.5%;
  }
    .desc-header-title-img {
    float: right;
    transform: translateX(-50px);
    width: auto;
    height: 50px;
    margin: 5px !important;
  }
  .heat-pad {
    font-size: calc((var(--font--size-h1) / var(--font--size-base)) * 1rem);
  }
  .product-card__title {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;  
}
.home-info-container {
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-info-title {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 0px 25px;
  margin-bottom: 10px;
  box-shadow: 0 3px 3px #0006;
  display: none;
}
.home-text-info-container {
  display: flex;
  margin: 0 auto;
  width: 90%;
  justify-content: space-between;
    flex-wrap: wrap;
   max-width: 1800px;
}
  #pg3B {
    height: auto !important;
    min-height: 100vh; 
    background-image: url("/cdn/shop/files/fixedcordinfobackground_1.jpg?v=1672171596") !important;
  }
.home-text-info-single-title {
  font-family: 'Roboto Flex', sans-serif;
  font-weight: 400;
}
.home-text-info-single {
  font-family: 'Roboto Flex', sans-serif;
  padding: 20px;
  padding-bottom: 75px;
  margin: 10px;
  width: 25%;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 300px;
  max-width: 360px;
  box-shadow: var(--btnShadow);
  border-radius: 10px;
}
  .home-model-text-container a {
  opacity: 1 !important;
  }
.home-text-info-single .title-note{
font-weight: 400;
  margin-bottom: 5px;
    font-family: 'Roboto Flex', sans-serif;
}
.home-text-info-single-text {
  font-weight: 400;
}
  .info-icon {
    float: right;
    margin-right: 5px;
    font-size: 110%;
  }
  .home-blanket-color-container .home-item-link {
    display: none !important;
  }
  @media (max-width: 1067px) {
    .home-text-info-container {
      justify-content: center;
    }
    .home-info-container {
      margin-top: 100px;
      margin-bottom: 45px;
    }
    .home-text-info-single-title {
      font-size: 22px;
    }
  }
  @media (max-width: 550px) {
    .home-info-title {
      font-size: 30px;
    }
  }
  #shopify-section-footer {
    transform: translateY(0px);
  }
.home-stone-img {
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}
  .home-stone-section-container {
    display: flex;
    flex-direction: column;
  }
  .page-6 {
    height: auto;
    min-height: 100vh;
  }
  .stone-container {
    position: absolute;
    right: 5%;
    top: 10%;
  }
  .stone-text-wrapper {
    width: 50%;
    margin: 10px;
    padding: 15px;
    box-shadow: 0 3px 3px #0006;
   background-color: rgba(255,255,255,.85);
  }
  .home-stone-bottom-container {
    display: flex;
    align-items: center;
    
  }
  .home-stone-btn-container {
     width: 50%;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .home-stone-nav {
    width: 50%;
  }
  .pg6-text {
    margin-bottom: 25px;
     background-color: rgba(255,255,255,.85);
  }
  .stone-container {
    display: flex;
    justify-content: center;
  }
  .home-stone-shop-btn {
    width: 75px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }
    .home-stone-info-btn {
    margin-bottom: 10px;
      width: 75px;
      font-size: 15px;
  }
    .home-stone-nav li a:hover {
    opacity: 1 !important;
  }
  .home-stone-nav li {
  transition: .5s;
  }
  .home-stone-nav li:hover {
    transform: translateY(-10px);
  }
  .learn-btn {
    width: 100px;
    display: flex; 
    justify-content: center;
    align-items: center;
    padding: 0;
    vertical-align: center;
    position: absolute;
    bottom: 10px;
    left: 25px;
  }
  .learn-btn:hover {
    background-color: black;
    color: white;
  }
  .stone-btn {
    padding: 1px 10px 1px 10px;
  }
  .learn-more-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
  }
  @media (max-width: 1200px) {
    .stone-container {
      position: absolute;
      right: 0;
    }
  }
  @media (max-width: 500px) {
    .pg6-text {
      width: 90%;
    }
  }
.best-personal-sauna-container {
  background-color: white;
  
}
.best-personal-sauna-container button:hover {
  cursor: pointer;
}
.landing-hero-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.landing-hero-item {
  margin: 20px;
}
.star-container-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.star-container-2 .checked {
  color: #FFD52A;
  font-size: 25px;
}
.star-text {
  font-size: 25px;
  margin-left: 10px;
}
.landing-hero-title-text {
  font-weight: 800;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
}
.landing-hero-text {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.landing-hero-btn-container {
   display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.landing-hero-btn {
  background: var(--mainGradient);
  padding: 10px 15px;
  font-size: 25px;
  color: white;
  font-weight: 700;
  border-radius: 30px;
  border: none;
  margin: 0 auto;
}
.landing-benefits-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landing-benefits-title {
  font-weight: 700;
  font-size: 60px;
}
.landing-benefits-item-container {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.landing-benefits-item {
  flex-basis: calc(50% - 20px);
  margin: 10px;
  display: flex;
  border-radius: 30px;
  background: #f2f2f2;
  padding: 20px;
}
.landing-benefits-item img {
  border-radius: 50%;
  width: 125px;
  height: 125px;
  object-fit: cover;
  margin: auto 0;
  margin-right: 20px;
}
.landing-benefits-item-title {
  font-size: 30px;
  font-weight: 700;
}
.landing-benefits-item-text {
  max-width: 350px;
  color: rgb(77, 87, 87);
  line-height: 150%;
}
.landing-general-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.landing-general-btn {
    background: var(--mainGradient);
  padding: 10px 15px;
  font-size: 25px;
  color: white;
  font-weight: 700;
  border-radius: 30px;
  border: none;
}
.landing-compact-title {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}
.landing-compact-item-container {
  display: flex;
  justify-content: center;
}
.landing-compact-item {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 20px;
  margin: 10px;

}
.landing-benefits-container {
  margin-top: 50px;
  margin-bottom: 25px;
}
.landing-compact-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.landing-convenience-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.landing-compact-main-item {
    width: calc(50% - 20px);
}
.landing-compact-item img {
  width: 100px;
  margin-right: 10px;
}
.landing-compact-btn-container {
  justify-content: left;
  margin-left: 30px;
}
.landing-convenience-title {
  text-align: center;
  font-weight: 700;
  font-size: 60px;
}
.landing-convenience-btn-container {
  display: flex;
  justify-content: center;
}
.total-convenience-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.total-convenience-text-item, .total-convenience-img-item {
  width: calc(33.33% - 30px);
}
.total-convenience-sub-text-item {
  display: flex;
  margin: 10px;
  padding: 30px;
  background: #f2f2f2;
  border-radius: 30px;
  margin-bottom: 20px;
  align-items: center;
  max-width: 450px;
}
.total-convenience-item-text {
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
  line-height: 150%;
}
.total-convenience-sub-text-item img {
  width: 80px;
}
.landing-comparison-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  background: #f2f2f2;
}
.landing-comparison-text-container {
  margin-right: 20px;
  margin-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.landing-comparison-text-container h4{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.landing-comparison-img-container {
  width: 50%;
}
.landing-comparison-img-container img {
  object-fit: cover;
}
.landing-comparison-text-container h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}
.landing-what-we-want-container {
  padding: 30px;
  background: var(--mainGradient);
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-direction: column;
}
.landing-what-we-want-container h2 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  color: white;
  line-height: 120%;
}
.landing-what-we-want-container div {
    text-align: center;
  color: white;
  max-width: 1200px;
  margin: 0 auto;
}
.landing-dome-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.landing-dome-icon-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.landing-dome-section img {
  width: 40%;
  margin: 0 auto;
}
.landing-dome-section h2 {
  font-size: 75px;
  font-weight: 700;
  text-align: center;
}
.landing-dome-btn-container {
  display: flex;
  justify-content: center;
}
.landing-dome-icon-item {
  width: 40%;
  margin: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 30px;
  background: #f2f2f2;
  border-radius: 30px;
}
.landing-dome-icon-item h3{
  font-size: 25px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}
.landing-dome-icon-item img {
  width: 80px;
  margin-bottom: 15px;
}
.landing-health-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  margin-top: 50px;
}
.landing-health-img-item {
  width: 50%;
}
.landing-health-img-item img{
  
}
.landing-health-text-item h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
}
.landing-health-text-item  {
  margin-left: 50px;
  padding: 30px;
}
.landing-health-text-item li {
  font-size: 20px;
  font-weight: 600;
}
.landing-health-text {
  max-width: 600px;
  margin-bottom: 15px;
}
.landing-customer-container {
  background: var(--mainGradient);
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: 50px;
}
.landing-customer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
.landing-customer-item img {
  width: 100px;
  background: white;
  padding: 15px;
  border-radius: 30px;
}
.landing-customer-item h3, .landing-customer-item div {
  color: white;
  text-align: center;
}
.landing-customer-item h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.landing-video-container h2{
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  max-width: 1200px;
  margin: 25px auto;
}
.landing-video-container iframe {
  width: 1080px;
  height: 630px;
  margin: 0 auto;
}
.landing-video-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .landing-hero-container {
    flex-direction: column;
  }
  .landing-hero-title-text, .landing-benefits-title, .landing-compact-title, .landing-what-we-want-container h2, .landing-comparison-text-container h2, .landing-dome-section h2, .landing-health-text-item h2, .landing-video-container h2, .landing-convenience-title {
    font-size: 40px;
    line-height: 130%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .star-text, .landing-benefits-item-title {
    font-size: 20px;
    line-height: 150%;
  }
  .landing-hero-item {
    margin: 10px;
    margin-top: 0;
  }
  .landing-benefits-item {
    flex-basis: 100%;
  }
  .landing-benefits-sub-title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .landing-compact-item-container, .landing-health-container {
    flex-direction: column-reverse;
  }
  .landing-compact-item, .landing-customer-container, .total-convenience-item-container {
    flex-direction: column;
  }
   .landing-comparison-container {
      flex-direction: column-reverse;
     padding: 0 15px;
   }
  .landing-compact-main-item, .landing-dome-icon-item, .landing-health-img-item {
    width: 100%;
  }
  .landing-dome-section img {
    width: 95%;
    margin-bottom: 15px;
  }
  .landing-comparison-img-container {
    width: 100%;
  }
  .landing-comparison-text-container {
    margin: 10px;
    padding-top: 25px;
  }
  .landing-dome-icon-item img {
    width: 50px;
  }
  .landing-dome-icon-item h3 {
    font-size: 20px;
    line-height: 150%;
  }
  .landing-dome-icon-item {
    margin: 10px;
  }
  .landing-dome-btn-container {
    margin-bottom: 20px;
  }
  .landing-health-text-item {
    margin: 0;
    padding-top: 15px;
  }
  .landing-customer-container {
    padding: 15px;
    margin-bottom: 0;
  }
  .landing-video-container iframe {
    width: 100%;
    height: 360px;
  }
  .total-convenience-text-item, .total-convenience-img-item {
    width: 100%;
  }
  .total-convenience-sub-text-item {
    max-width: 100%;
  }
  .total-convenience-item-text {
    font-size: 16px;
    line-height: 150%;
  }
  .landing-compact-item img {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .star-text {
    width: 50%;
    line-height: 140%;
  }
  .landing-benefits-title {
    text-align: center;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
.rm-header {
  display: none !important;
}

  .sauna-blog-title {
    font-weight: 400; 
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    color: white;
    background: black;
    box-shadow: var(--smallShadow);
    border-radius: 30px;
  }
  .key-takeaways-container {
    padding: 15px;
    background-color: rgba(.2,.2,.2,.05);
    width: 80%;
    margin: 0 auto;
        margin-bottom: 15px;
  box-shadow: var(--smallShadow);
  }
  .article-comments {
      box-shadow: var(--biggerShadow);
  }
  #shopify-section-footer {
      box-shadow: var(--biggerShadow);
  }
  .key-takeaways-container p{
  vertical-align: middle;
    font-family: 'Roboto', sans-serif;
  }
  .blog-dot {
  font-size: 25px;
  font-weight: bold;
  margin: auto;
  vertical-align: middle;   
  }
  .page-title-container {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 25px;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
   background-color: black !important;
    border-radius: 30px;
    box-shadow: var(--smallShadow);
  }
  .page-title-boxed {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
    font-size: 36px;
    text-align: center;
  }
  .page-title-separator {
    height: 2px;
    background-color: #B2BEB5;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
  }
.pg-container {
  padding-top: 40px;
  position: relative;
  margin-top: 350px;
  max-width: 1000px;
  box-shadow: var(--containerShadow);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
  .hero-container {
margin-top: -215px;
    width: 100%;
    height: 525px;  
    box-shadow: var(--smallShadow);
  }
  .hero-title-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 20%;
  }
  .page-title-exerpt {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding-top: 10px;
    text-align: center;
  }
  .emf-exerpt {
    width: 80%;
    margin: 0 auto;
  }
  .benefits-page-container h2{
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;   
  }
@media (max-width: 850px) {
  .pg-container {
    margin-top: 300px;
    width: 90%;
  }
  .hero-container {
    height: 500px;
    width: 100%;
    left: 0;
  }
}
  .rm-background {
  background-color: white;
  }
  .emf-img-adj {
    object-position: 50% 50%;
  }
  .emf-img-adj-2 {
    object-position: 50% 70%;
  }
  .about-adj {
    object-position: 50% 50%;
  }
  .benefits-page-container p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
  .slight-emphasis {
    font-size: 20px;
  }
  .option-container {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  }
  .product-single__title-text {
        font-size: 34px;
   font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
  }

    .blog-main-container h2, .benefits-page-container h2, .pg-8-icon-title {
        font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
      margin-bottom: 10px;
      line-height: 130%;
  }
.blog-main-container h3 {
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-bottom: 0;
}
.blog-main-container h4 {
    font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-main-container img:not(.blog-img-right, .blog-img-center, .blog-img-left) {
width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  box-shadow: var(--smallShadow);
  border-radius: 30px;
}
@media(max-width: 700px) {
  .blog-main-container img:not(.blog-img-right, .blog-img-center, .blog-img-left) {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .collection-header-title {
font-size: 30px;
}
}
  .blog-main-container p {
       font-family: 'Montserrat', sans-serif;
    font-weight: 400;
     font-size: 16px;
  }
.article__content {
  opacity: 1 !important;
}
  .blog-main-container a, .benefits-page-container a {
    color: #824b98;
    text-decoration: none !important;
  }
.adj-img-container {
  margin-top: -160px;
}
@media(min-width: 1500px) {
  .adj-img-container {
  margin-top: -160px;
}
}
@media(max-width: 500px) {
  .adj-img-container {
  margin-top: -125px;
}
}
  .home-model-blip {
    width: 47.5%;
    padding: 15px;
    margin-left: 20px;
    float: left;
    margin-bottom: 25px;
    margin-top: 50px;
    box-shadow: var(--btnShadow);
    border-radius: 10px;
    font-weight: 400;
     font-family: 'Roboto Flex', sans-serif;
  }
  .home-model-section-title {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 130%;
  }
  .stones-text strong {
    font-weight: 500;
  }
  .product-desc-text-container h2 {
    margin-bottom: 0px !important;
  }
  .neck-include-text ul {
    margin: 0;
    margin-left: 15px;
  }
  .neck-include-text p {
    margin-bottom: 0;
  }
.stone_body {
font-weight: 400;
  margin-right: 10px;
  margin-left: 10px;
}
  .stones-container-all {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset !important;
    background: var(--background) !important;
    color: black !important;
    border: 1px solid var(--foreground) !important;
  }
  .stone-title-black {
    color: black !important;
  }
      .home-model-title, .home-model-text, .home-model-sub-text, .home-model-section-title, .home-text-info-single, .home-text-info-single-title,
  .blog-title, .blog-sub-heading, .product-desc-top-block-text, .product_desc_title, .pg3-dome-title, .pg3-dome-text, .product-form__swatch__item input[type=radio]:checked+label, .product-form__swatch__label:hover, .product-desc-text-container,  .page-title-boxed, .pg-8-icon-nav li, .pg-8-icon-title, .pg-8-icon-sub, .home-model-section-title, .page-title-exerpt{
      color: white;
    }
  @media(max-width: 550px) {
        .key-takeaways-container {
          width: 100%;
        }
  .product-single__title-text {
    font-size: 24px;
  }
  .support-home-header {
  width: 90%;
  }
  .text-head {
    font-size: 28px;
  }
    .infrared_body_first {
      padding-left: 0 !important;
    }
  .o-layout__item {
    padding-left: 0;
  }
  .page-title-container {
    margin-left: 0;
    margin-right: 0;
  }
  .support-section-main-title {
    font-size: 28px;
    line-height: 160%;
    margin-left: 10px;
    margin-right: 10px;
  }
    .product-desc-text-container {
      padding: 15px;
    }
    .emf-content {
      left: 0;
    }
    .spec_col {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .stone-nav-bar li {
      padding-right: 0px;
      width: 20%;
      transform: translateY(0);
    }
    .nav-text {
      display: none;
    }
    .stone-nav-bar ul {
      height: auto !important;
    }
    .stone_animation {
        width: 40%;
    }
    .product_quick_desc {
        transform: translate(5px, 0px);
    }
    .nav-img {
      padding: 5px;
    }
    .stone-img-active {
      box-shadow: var(--btnShadow);
      border-radius: 10px;
      background: var(--foreground);
    }
  }
  @media(max-width: 520px) {
    .pg-8-icon-nav li {
      min-height: 215px;
    }
  }
  @media(max-width: 500px) {
      .blog-title, .page-title-boxed {
        font-size: 30px;
      }
        .blog-main-container h2, .benefits-page-container h2 {
          font-size: 24px;
        }
    .blog-main-container h3 {
      font-size: 17px;
    }
    .product-desc-title {
      text-align: center;
    }
    .stone_text {
      text-align: center;
    }
    .reg-product-text {
      display: none;
    }
      .neck-include-text ul li{
     line-height: 160%;
        margin-bottom: 10px;
  }
    .emf_disc {
      padding-left: 0;
      margin-top: 5px;
      display: none;
    }
    .product-desc-text-container h2{
      text-align: left !important;
    }
    .left-align {
      text-align: left;
    }
    .product-desc-text-container ul {
      text-align: left;
    }
  }
.collection-nav-bar {
width: 100%;
  margin: 0 auto;
  display: none;
  position: sticky;
  z-index: 1;
  top: 0px;
  left: 0; 
}
.move-down {
  top: 60px;
}
.collection-nav-bar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;  
  padding-bottom: 8px;
  box-shadow: var(--btnShadow);
  background-color: rgba(255,255,255,1);
 
}
.rm-margin {
  margin: 0 !important;
}
.collection-nav-bar li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding: 2px 10px 2px 10px;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
  border-radius: 15px;
  transition: .25s;
}
.first-select {
  background-color: white;
  cursor: pointer;
  box-shadow: var(--btnShadow);
}
.collection-nav-bar li:hover, .collection-nav-bar li:active {
  background-color: white;
  cursor: pointer;
  box-shadow: var(--btnShadow);
}
@media(max-width: 600px) {
.collection-nav-bar {
display: block;
}
}
.single-sauna-faq-container {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 50px;
  border-radius: 10px;
}
.single-sauna-faq-title {
    font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 40px;
  text-align: center;
  text-shadow: var(--textShadow);
}
.setup-section p {
  margin-bottom: 0;
  font-weight: 400;
}
.setup-section p a {
  color: #824b98;
  font-weight: 600;
}
.setup-btn h2 {
  margin: 0 !important;
  font-weight: 500;
  font-size: 20px;
}
.blog-search-bar {
  width: 40%;
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  align-items: center;
  margin: 0 auto;
  min-width: 350px;
}
.blog-search-bar-btn {
  position: absolute;
  right: 10px;
  bottom: 23px;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.blog-search-bar-text {
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.blog-search-bar-text:hover {
    cursor: text;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 0;
}
.blog-page-breadcrumb-container {
 margin: 0;
  display: flex; 
  align-items: center;
  position: relative;
  top: 15px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 0;
  margin-bottom: 0px;
}
.breadcrumb span, .breadcrumb a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.side-arrow {
  font-size: 25px;
  padding-right: 8px;
  padding-left: 8px;
}
.product-section-select {
  width: 100%;
}
.product-section-select ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  background: black;
}
.product-section-select li{
  list-style: none;
  cursor: pointer;
  padding: 5px 10px;
  color: white;
  border-radius: 20px;
  margin: 10px;
  width: 20%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
@media(max-width: 750px) {
  .product-section-select li{
    width: 30%;
  }
}
@media(max-width: 500px) {
  .product-section-select li{
    width: 50%;
  }
}
.active-section{
 border: 2px solid white;
  border-radius: 30px;
  color: white !important;
  box-shadow: var(--btnShadow);
}

.product-spec-container {
  display: none;
  margin-top: 20px;
  max-width: 1000px;
  margin: 0 auto;
 
}
.product-faq-container {
  display: none;
  max-width: 800px;
  margin: 0 auto;
}
@media(max-width: 650px) {
  .product-faq-container {
    max-width: 90%;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.announcement__text {
font-family: 'Montserrat', sans-serif;
  animation: 1s ease-out 0s 1 slideInLeft;
  font-weight: 600;
  color: white !important;
  font-size: 15px;
  padding-bottom: 0;
  padding-top: 5px;
}
.mobile-draw {
  z-index: 99999 !important;
  position: absolute;
}

.product-feature-add, .portal-warranty-btn-container button {
  margin-bottom: 10px;
  padding: 15px;
  background: var(--mainGradient);
  box-shadow: var(--smallShadow);
  border: none;
  font-weight: 700;
  font-size: 20px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  border-radius: 30px;
  transition: .25s;
  text-shadow: 2px 2px 2px rgba(0,0,0,.7); 
  z-index: 9;
}
.product-feature-add:hover {
  scale: 105%;
  cursor: pointer;
}
.feature-add-container {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-top: 20px;
}
.home-page-segment {
width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0px;
  margin-left: 0px;
}

.home-page-segment-2 {
width: 100%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
  
}
.first-section-product {
  width: 90%;
  margin: auto;
  border: 2px solid #f2f2f2;
  border-radius: 30px;
  background: #dddddd;
  margin-top: -200px;
  z-index: 9;
  position: relative;
  box-shadow: var(--smallShadow);
  margin-bottom: 50px;
}
.product-description-video-container {
    z-index: 0;
  position: relative;
}
.product-description-video-container img{
    object-fit: cover;
  width: 100%;
  height: 850px;
}
@media(max-width: 1200px) {
  .first-section-product {
    width: 95%;
    margin-top: -50px;
  }
  .product-description-video-container img{
    object-fit: cover;
  width: 100%;
  height: 500px;
}
}

.first-seg {
  
  border-top-left-radius: 15vw;
  background-color: white; 
  padding-top:40px; 
  padding-bottom: 40px; 
  box-shadow: var(--smallShadow);
}
.first-seg .home-page-segment-text-container {
    margin-right: 100px;
}
.home-page-segment-header {
  font-weight: 800;
  text-align: left;
  font-size: 65px;
  line-height: 120%;
  padding: 15px;
  padding-left: 0;
  margin-bottom: 20px !important;
  text-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.home-page-segment-text-container {
  width: 50%;
  margin-left: 50px;
  padding: 25px;
  height: 80%;
  border: none;
}
.product-page-segment-text-container {
  width: 50%;
  margin-left: 25px;
  padding: 25px;
   border-radius: 15px;
}
.home-page-snippet {
  width: 50%;
  border-radius: 30px;
  margin-left: 50px;
  margin-right: 20px;
}
.pemf-snippet {
  width: 40%;
}
.data-snippet {
  width: 50%;
}
.text-2-container {
  padding: 25px;
  z-index: 1;
  margin-top: 0;
}
.home-page-snippet-container {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  margin-left: 10px;
}
.icon-container {
  display: flex;
  flex-direction: column;
 
}
.icon-container i {
font-size: 250%;
}
.icon-text {
  text-align: center;
  font-weight: 700;
 line-height: 130%;
}

.home-segment-points {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: 5%;
  margin-left: 0px;
}
.home-page-strip {
  margin: 0;
  width: 100%;
}
.icon-container-main {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  padding: 25px;
  padding-top: 15px;
}
.icon-container-strip {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.icon-sub-text-strip {
  text-align: center;
  max-width: 90%;
  margin-top: 10px;
  font-weight: 500;
}
.icon-text-strip {
  font-size: 25px;
  text-align: center;
  line-height: 130%;
  font-weight: 800;
}
.icon-container-strip i {
  font-size: 50px;
  text-shadow: var(--textShadow);
  color: #5990DC;
}
.icon-text-strip, .icon-sub-text-strip {

}
.home-strip-2-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0px;
  padding-bottom: 50px;
  background-color: white;
  box-shadow: var(--smallShadow);
  display: none;
}
.home-page-segment-title-black {
  padding: 15px;
  background-color: black;
  color: white;
  text-align: left;
 font-weight: 600;
  margin-bottom: 0;
  font-size: 60px;
  text-indent: 25px;
  text-shadow: var(--textShadow);
  display: none;
}
.home-strip-2-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  margin: 0 auto;
   margin-bottom: 50px;
  margin-top: 50px;
}
.home-strip-2 {
margin: 10px;
  box-shadow: var(--smallShadow);
  border-radius: 30px;
 width: calc(100% / 3);
  position: relative;
  height: 350px;
 
}
.strip-btn {
  position: absolute;
  bottom: 5px;
  justify-content: center;
}
.strip-home-title {
  position: absolute;
  top: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  text-transform: uppercase;
  width: 95%;
  margin-left: 2.5%;
  color: white;
  line-height: 120%;
}
.home-strip-2 img {
border-radius: 30px;
  border: none;
  filter: brightness(.8);
  height: 100%;
  object-fit: cover;
  object-position: 30% 50%;
}
.home-strip-2:nth-child(1) {
  animation: bounceIn;
  animation-duration: 1s;
}
.home-strip-2:nth-child(2) {
  animation: bounceIn;
  animation-duration: 1s;
  animation-delay: .5s;
}
.home-strip-2:nth-child(3) {
  animation: bounceIn;
  animation-duration: 1s;
  animation-delay: 1s;
}
.home-strip-2-title {
  font-size: 60px;
  text-align: center;
  padding: 15px;
 font-weight: 700;
  text-shadow: var(--textShadow);
}
.home-strip-2-text {
  font-weight: 500;
  text-align: center;
  width: 40%;
  margin: 0 auto;
}
.home-health-segments {
  background-color: black;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 175px;
  align-items: start;
  padding: 25px;
  display: none !important;
}
.home-health-title {
  font-size: 25px;
  color: white;
  font-weight: 700;
}
.home-health-segment {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  text-align: center;
  flex: 1 1 0px;
}
.home-health-top-title {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 60px;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 0;
  text-shadow: var(--textShadow);
}
.home-health-segment-text 
{
  width: 60%;
}
.home-health-icon:not(.stone) {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.stone {
    width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.snippet-icon-img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;

}
.stone-icon-container .snippet-icon-img {
    filter: invert(1);
  color: white;
}
.stone-icon-container {
  margin: 0 5%;
  width: auto;
}
.stone-icon-container .icon-text {
  color: white;
}
.home-benefits-btn {
  display: none;
   background-color: transparent;
  border: none;
  position: absolute;
}
.home-benefits-btn-2 {
  display: none;
   background-color: transparent;
  border: none;
  margin: 10px;
}
.home-benefits-btn-2 i{
  font-size: 30px;
  color: black;
}
.img-carousel-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-benefits-left-btn {
  left: 10px;
}
#home-benefits-right-btn {
  right: 10px;
}
#home-benefits-left-btn2 {
  left: 10px;
}
#home-benefits-right-btn2 {
  right: 10px;
}
.home-benefits-btn i {
  font-size: 50px;
  color: white;
  background-color: transparent;
}
.home-photo-segment {
  display: flex;
  justify-content: center;
}
.home-seg-1-photo, .home-seg-2-photo {
  width: 100%;
  border-radius: 30px;
}
.science-buttons-container {
  width: 650px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.science-buttons-container button {
  background: var(--mainGradient);
  border: none;
 font-weight: 600;
  color: white;
}
.science-buttons-container button .plus {
    color: white;
}
.science-buttons-header {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.science-buttons-container button:hover {
  background: black;
}
.sauna-comparison-container {
  display: table;
  justify-content: center;
  align-items: center;
  border-spacing: 20px;
  margin: 0 auto;
  width: 90%;
}
.sauna-comparison-item-sub-text {
  font-weight: 600;
  margin-top: 10px;
}
.sauna-comparison-header {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
   text-shadow: var(--textShadow);
}
.sauna-comparison-item {
  background: white;
  padding: 20px;
  display: table-cell;
  width: 500px;
  border-radius: 30px;
  box-shadow: var(--smallShadow);
}
.sauna-comparison-item-header {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.straight-points {
  flex-direction: column;
  margin-bottom: 15px !important;
  margin-top: -5px !important;
}
.straight-points h3 {
  margin: 0 !important;
  font-weight: 400;
  text-transform: uppercase;
}

.home-seg-2-photo {
 margin-top: 0 !important;
   margin-bottom: 0 !important;

 }
.text-2-container {
  margin-top: 25px;
  margin-right: -2.5%;
  margin-left: 2.5%;
  width: 50%;
  margin-bottom: 25px;
}

.no-overlap {
  margin: 0;
  margin-top: 25px;
  margin-bottom: 25px;
}
.product-strip-title {
  background-color: black;
  width: 100%;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600 !important;
  color: white;
  padding: 20px;
  line-height: 120%;
  text-align: center;
  margin-top: 0 !important;
  margin-bottom: 0;
  text-shadow: var(--textShadow);
}
.home-page-segment-text {
  font-weight: 500;
}
.product-segment-points ol li {
  font-weight: 500;
}
.emf-testing-main-container {
  display: flex;
  padding: 20px;
  background: black;
}
.emf-testing-text-container {
  width: 50%;
  margin: 20px;
  color: white;
}
.emf-testing-text-container h3{
  margin: 0 !important;
  color: white;
}
.emf-testing-img-container{
  width: 50%;
  margin-right: 20px;
}
.emf-testing-img {
  margin-bottom: 10px !important;
  box-shadow: var(--smallShadow);
}
.emf-testing-text {
  width: 80%;
  margin-top: 15px;
  color: white;
}
.emf-testing-math {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: white;
}
.emf-testing-title {
  font-size: 60px;
  font-weight: 600;
  color: white;
  line-height: 120%;
}
.blue {
  background: #5F7F8A;
}
.product-size-note {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  margin-bottom: 10px;

}
.stones-title-container {
  width: 60%;
  background-color: white;
  margin: 0 auto;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  padding: 25px;
  text-align: center;
  box-shadow: var(--smallShadow);
  border-radius: 15px;
  max-width: 1000px;
}
.product-desc-title-text-main {
width: 80%;
  margin: 0 auto;
  color: white;
}
.stones-page-text-main {
width: 80%;
  margin: 0 auto;
}
.stones-title {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
   text-shadow: var(--textShadow);
}
.stones-selection-container {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto;
  flex-wrap: wrap;
  max-width: 1200px;
}
.stones-selection {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  box-shadow: var(--smallShadow);
  margin: 15px;
  padding: 15px;
  background-color: white;
  height: 445px;
  position: relative;
  min-width: 355px;
  max-width: 450px;
  border-radius: 15px;
}
.stones-selection-img {
  height: 50%;
  width: 50%;
  object-fit: cover;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  max-width: 250px;
}
.sizing-segment {
  padding-bottom: 100px;
  padding-top: 50px;
}
.blanket-position-img {
  margin-right: 0;
  width: 150%;
}
@media(min-width: 1850px) {
  .home-page-segment-text-container, .product-page-segment-text-container {
    padding: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media(min-width: 2250px) {
  .home-page-segment-text-container, .product-page-segment-text-container {
    padding: 2.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.25rem;
  }
    .stones-page-text-main, .emf-testing-text-container, .emf-testing-math, .home-strip-2-text, .home-health-segment-text, .icon-sub-text-strip, .product-section-menu-item  {
    font-size: 1.25rem;
  }
    .home-health-title, .icon-text-strip {
    font-size: 2rem;
  }
  .home-page-segment-header, .stones-title, .emf-testing-title, .home-page-segment-title-black, .home-strip-2-title, .product-strip-title {
    font-size: 4.5rem;
  }
}
@media(min-width: 2500px) {
   .home-page-segment-text-container, .product-page-segment-text-container {
      padding: 2.5%;
     font-size: 1.5rem;
   }
  .stones-page-text-main, .emf-testing-text-container, .emf-testing-math, .home-strip-2-text, .home-health-segment-text, .icon-sub-text-strip, .product-section-menu-item   {
    font-size: 1.5rem;
  }
  .home-health-title, .icon-text-strip {
    font-size: 2.5rem;
  }
  .home-page-segment-header, .stones-title, .emf-testing-title, .home-page-segment-title-black, .home-strip-2-title, .product-strip-title {
    font-size: 5rem;
  }
}
@media (max-width: 1350px) {
  .icon-container i {
    font-size: 200%;
  }
  .icon-text {
    line-height: 140%;
  }
  .home-segment-points {
    margin-bottom: 10px;
  }
  .snippet-icon-img {
    width: 30px;
    height: 30px;
  }
}


@media(max-width: 700px) {
  .product-feature-add {
    font-size: 18px;
  }
  .science-buttons-container {
  width: 95%;
}
  .science-buttons-header {
    line-height: 130%;
  }
  .sauna-comparison-container {
    width: 95%;
  }
  .sauna-comparison-item {
    display: table-row;
  }
    .sauna-comparison-header {
   line-height: 130%;
  }
  .sauna-comparison-item-text {
    padding: 0 15px;
  }
    .sauna-comparison-item-sub-text {
    padding: 0px 15px;
      padding-bottom: 15px;
  }
  .stones-selection-img {
    width: 70%;
  }
}
.stones-selection-text {
  font-size: 35px;
  font-weight: 700;
}
.stones-selection-sub-text {
  text-align: center;
}
.stones-selection-btn {
  padding: 12px;
  font-weight: 700;
  background: var(--mainGradient);
  box-shadow: var(--smallShadow);
  border: none;
  font-family: 'Montserrat', sans-serif;
  border-radius: 30px;
  margin-top: 10px;
  position: absolute;
  width: 150px;
  bottom: 15px;
  border: none;
  left: calc(50% - 75px);
  transition: .5s;
  color: white;
  
}
.stones-selection-btn:hover {
  background-color: black;
  color: white;
  cursor: pointer;
}
.enhance-text {
  background-color: black;
  box-shadow: var(--smallShadow);
  color: white;
  padding: 10px;
}
.emf-harms {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.emf-shop-now-btn {
  padding: 8px 15px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  border: 3px solid white;
  color: white;
  border-radius: 30px;
  transition: .5s;
  margin-top: 25px;
  background: transparent;
  font-weight: 700;
}
.emf-shop-now-btn:hover {
  color: black;
  background: white;
}
.mobile-draw__wrapper {
  background: linear-gradient(0deg, rgba(30,193,224,1) 0%, rgba(89,144,220,1) 50%, rgba(159,81,155,1) 100%) !important;
}
.mobile-draw__localize {
  background: black !important;
}
.mobile-draw .mfp-close{
  background: transparent !important;
}
.mobile-nav__link, .mobile-footer__title, .mobile-footer__text a, .mobile-nav__link{
  color: white !important;
  font-weight: 500;
}
.mat-cover-product-section {
  display: none !important;
}
@media(max-width: 1600px) {
  .home-page-segment-header {
    font-size: 60px;
  }

}
@media(max-width: 1500px) {
  .home-page-segment-text-container {
    width: 50%;
    margin-right: 0;
    margin-left: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .product-page-segment-text-container {
    width: 50%;
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .text-2-container {
     width: 50%;
    margin-left: 25px;
   
  }
  .no-overlap {
    margin-right: 0;
    margin-left: 0 !important;
  }
  .home-page-segment-text {
    line-height: 160%;
  }
}
@media(max-width: 1400px) {
  .home-page-segment-header {
    padding: 10px;
  }
 .home-page-segment-text-container {
   padding: 15px;
 }
}
@media(max-width: 1200px) {
  .emf-shop-now-btn {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .emf-testing-main-container {
    flex-direction: column;
  }
  .emf-testing-text-container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    }
  .emf-testing-img-container {
    width: 95%;
    margin: 0 auto;
  }
  .emf-testing-text {
    margin: 15px auto;
    width: 95%;
  }
  .emf-harms {
    margin-top: 15px !important;
  }
  .home-benefits-btn {
    display: block;
  }
    .home-benefits-btn-2 {
    display: block;
  }
  .home-page-segment {
    flex-direction: column;

  }
  .home-page-segment-2 {
    flex-direction: column-reverse;
  }
  .home-page-snippet {
    width: calc(100% - 40px);
  }
    .home-page-segment-text-container {
    width: 90%;
      margin: -25px 25px auto;  
      margin-bottom: 25px;
      border-radius: 15px;
  }
  .product-page-segment-text-container {
    width: 90%;
      margin: -25px 25px auto;
    margin-bottom: 25px;
     border-radius: 15px;
  }
  .no-overlap {
    margin: 15px 15px auto;
    margin-bottom: 15px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }
  .straight-points h3{
    margin-left: 0 !important;
  }
  .stones-title-container {
    width: 95%;
  }
  .stones-title 
  {
    font-size: 45px;
  }
  .home-page-strip {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .emf-testing-title {
      line-height: 130%;
  }
  .icon-container-main {  
    justify-content: normal;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
    flex-direction: revert;
    align-items: center;
    max-width: 100vw;
    padding: 0;
  }
  .home-health-segments {
    justify-content: normal;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
    flex-direction: revert;
    align-items: center;
    max-width: 100vw;
    padding: 0;
  }
  .home-strip-2-container {
    justify-content: normal;
    overflow-x: scroll;
    scrollbar-width: none;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
   -ms-overflow-style: -ms-autohiding-scrollbar;
    flex-direction: revert;
    max-width: 95vw;
    padding: 0;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .home-strip-2 {
    margin: 0px 0px;
    width: calc(50% - 10px);
    flex: 0 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
    margin: 5px;
    height: 300px;
  }
  .home-strip-2 img {
    box-shadow: var(--smallShadow);
    width: 100%;
  }

    .icon-container-strip {
    margin: 0px 0px;
   width: auto;
   flex: 0 0 auto;
  width: 100%;
      padding-top: 15px;
      padding-bottom: 25px;
  }
  .js-qty__adjust {
    border-radius: 30px;
  }
  .js-qty__adjust:nth-child(1) {
    margin-right: 5px;
  }
    .js-qty__adjust:nth-child(2) {
    margin-left: 5px;
  }
  .home-health-segment {
      margin: 0px 0px;
      width: auto;
      flex: 0 0 auto;
      width: 100%;
      padding: 15px;
  }
  .home-health-title {
    text-align: center;
  }
  .home-page-segment-title-black {
    text-align: center;
    line-height: 130%;
    font-size: 35px;
  }
    .icon-text-strip {
    line-height: 160%;
    font-size: 18px;
  }
  .home-strip-2-title, .home-health-top-title {
    line-height: 150%;
    font-size: 30px;
    margin-bottom: 0;
  }
  .icon-sub-text-strip {
    line-height: 160%;
    width: 90%;
  }
  .icon-container-strip i {
    font-size: 30px; 
  }
  .home-health-segments {
    max-width: 100% !important;
    overflow: hidden;
  }
  .home-page-segment-header {
    font-size: 45px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .product-strip-title {
    font-size: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-strip-2-text {
    width: 90%;
  }
  .home-photo-wide {
    object-fit: cover;
        height: 200px;
    width: 100%;
  }
  .home-seg-2-photo {
    margin-top: 0 !important;
  }
}
@media (max-width: 600px) {
  .home-page-segment-text-container {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .home-benefits-btn i{
    font-size: 35px;
  }
}
.product-segment-points {
  display: flex;
  justify-content: left;
  margin-left: 0px;
  margin-bottom: -5px;
  margin-top: 15px;
}
.product-segment-points li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.badgesContainer, .badgeContainer {
  
}
.product-form__swatch {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.model-comp, .size-comp{
 margin-left: 5px;
  font-size: 18px;
  margin-top: 1px;
 background: transparent !important;
}
.model-comp:hover, .size-comp:hover {
  scale: 115%;
}
.model-comp.close:hover, .size-comp.close:hover {
  scale: 100%;
  background-color: #1EC1E0 !important;
  color: black;
}
.product-form__swatch__title {
  margin-bottom: 0;
  margin-right: 10px;
}
.option-container {
  margin-bottom: 0;
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.option-name {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.product-form__swatch__label {
  margin-bottom: 0;
  margin-top: 0px;
  width: auto;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 20px;
  font-weight: 700;
}

.product-form__swatch__item {
  margin-bottom: 0;
  margin-top: 0;
}
.product-single__box__block {
  margin-top: 5px;
  margin-bottom: 5px;
}
.areviews_main_header_container, #container-card {
  display: block;
}

.section__title {
  margin-bottom: 10px;

}
.section__title-text {
    font-size: 50px;
  font-weight: 800;
  line-height: 120%;
}
.product-form__qty-input {
  margin: 15px;
}
.product-form__stock-note {
display: none !important;
}
.js-product-add-text {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.product-grid-layout {
  display: flex !important;
  flex-wrap: wrap;
  flex-grow: 1;
}
.o-layout__item {
  margin-top: 0;
  margin-bottom: 15px;
}
.benefits-container {
    padding-top: 50px;
  margin-bottom: 0 !important;
  background: #f2f2f2;
}
.stone-home-container {
      margin-top: 50px;
  margin-bottom: 0px;
  padding-bottom: 50px;
  background-color: white;
}
.benefits-hero-text-container {
  margin: 0 auto;
  text-align: center;
}
.benefits-hero-text {
  font-weight: 500;
}
.benefits-grid-container {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 50px;
}
.benefits-grid-item {
  width: 15%;
  margin: 15px;
  padding: 0;
  min-width: 275px;
  min-height: 300px;
  perspective: 1000px;
  border-radius: 15px;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  border-radius: 15px;
}
/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  box-shadow: var(--smallShadow);
  border-radius: 15px;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
  border-radius: 15px;
}

/* Style the back side */
.flip-card-back {
  background-color: var(--foreground);
  color: black;
  transform: rotateY(180deg);
    border-radius: 15px;
}
.flip-card-back p {
  padding: 15px;
}

.benefits-hero-header {
  font-weight: 800;
  font-size: 60px;
  margin: 0 auto;
  width: 70%;
  color: black;
   text-shadow: var(--textShadow);
}
.benefits-hero-sub-header {
  font-weight: 700;
  color: black;
}
.benefits-grid-item-img {
  margin: 0 !important;
  width: 100%;
  height: 50%;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.benefits-text-container {
padding: 15px;
  background-color: white;

  height: 50%;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.benefits-grid-item-text-header {
  font-size: 20px;
  font-weight: 700;
}
.benefits-grid-item-text {
  font-size: 14px;
}
@media(max-width: 640px) {
  .benefits-hero-header {
    font-size: 40px;
    width: 95%;
    line-height: 140%;
  }
  .benefits-hero-text {
    width: 95%;
    margin: 0 auto;
  }
  .benefits-grid-container {
    width: 100%;
  }
  .benefits-grid-item {
  width: 95%;
  }
}
.charcoal-background {
background: var(--charcoal);
}
.purple-background {
  background: var(--purple);
}
.blue-background {
  background: var(--blue);
}
.text-swap {
  margin-bottom: 15px;
}
.white-text {
  color: white;
}
.white-header {
  background: white !important;
}
.about-us-top-section {
  display: flex;
  justify-content: center;
  width: 60%;
  min-width: 1000px;
  margin: 0 auto;
}
.about-us-portrait-container img{
  object-fit: cover;
  width: 600px;
  max-width: 600px;
  min-width: 600px;
  box-shadow: var(--smallShadow);
}
.about-us-main-text-container {
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-left: 25px;
}
.about-us-title {
  font-size: 60px;
  font-weight: 700;
}
.about-us-main-text {
  width: 100%;
}
.about-us-customer-title {
  width: 100%;
  text-align: center;
  background: black;
  font-size: 60px;
  font-weight: 600;
  color: white;
  padding: 15px;
  margin-top: 0 !important;
}
.product-card-description, .soldout_date {
    font-weight: 500;
}

.about-us-reviews-text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}
.douglas-photo {
  border-radius: 30px;
  padding: 0 !important;
  margin-left: 15px !important;
}
.about-us-review-container {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: 0 auto;
  justify-content: center;
}
.about-us-review-item {
  display: flex;
  flex-direction: column;
  margin: 10px;
  border-radius: 15px;
  padding: 15px;
  box-shadow: var(--smallShadow);
  background: var(--purple);
  color: white;
}
.about-us-review-item-name {
  font-weight: 600;
  font-size: 20px;
}
.read-more-button {
  text-align: left;
  border-radius: 15px;
  background: transparent;
  border: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  opacity: .8;
  margin-top: 10px;
  color: white;
  cursor: pointer;
}
.read-more-text {
  display: none;
}
.hold-icon-right-star {
  color: #f3c621;
  font-size: 14px;
  float: left;
}
.star-container {
  margin-bottom: 5px;
}
.star-container-review .hold-icon-right-star {
  font-size: 25px;
  float: none;
}
.star-container-review {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.align-right {
  text-align: left;
}
.review-section-button {
  color: white;
  background: black;
  padding: 5px 10px 5px 10px;
  font-size: 20px;
  border: none;
  box-shadow: var(--btnShadow2);
  margin: 0 auto;
  border-radius: 15px;
  font-family: 'Montserrat', sans-serif;
}
.review-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 25px;
}
@media(max-width: 1080px) {
  .about-us-top-section {
    flex-direction: column;
    min-width: 350px;
    width: 80%;
  }
  .about-us-portrait-container {
    display: flex;
    justify-content: center;
  }
  .about-us-portrait-container img {
    margin: 0 auto;
    width: 500px;
    min-width: 500px;
    max-width: 500px;
  }
}
@media(max-width: 600px) {
  .about-us-main-text-container {
    margin: 0 auto;
  }
  .about-us-top-section {
    width: 95%;
  }
  .about-us-reviews-text {
    width: 90%;
  }
  .about-us-review-container {
    width: 90%;
  }
  .review-button-container {
    margin: 0;
    margin-bottom: 25px;
    margin-top: 15px;
  }
  .about-us-customer-title {
    text-align: center;
    line-height: 130%;
    font-size: 35px;
    margin-bottom: 0 !important;
  }
      .section__title-text {
    font-size: 45px;
  font-weight: 800;
  line-height: 120%;
}
}
@media(max-width: 425px) {
      .blog-img-right {
      padding-left: 10px;
      }
  .about-us-title {
    text-align: center;
  }
}
.blog-img-shop-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-shop-link {
  width: 120px;
  background: var(--mainGradient);
  color: white;
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
  border-radius: 15px;
  border: none;
  padding: 8px 5px;
  box-shadow: var(--smallShadow);
  border: none;
  font-weight: 700;
}
.write_review_button {
  background: black !important;
  border: none !important;
}
@media (max-width: 450px) {
  .icon-sub-text-strip {
    width: 70%;
  }
}
.video-text-container {
  position: absolute;
  width: 50%;
  min-width: 350px;
 /* background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0.5) 20%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0) 100%) !important; */
  bottom: 15px;
  left: 0px;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.big-home-button {
  float: left !important;
  margin-left: 25px;
  margin-top: 20px;
  border: none !important;
  box-shadow: var(--smallShadow) !important;
}
.home-page-text {
display: none;
}
.video-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 100%;
  color: white;
  opacity: 1;
  text-align: left;
  width: 750px;
  text-transform: uppercase;
  margin-left: 25px;
  padding-bottom: 10px;
  margin-bottom: 0;
  text-shadow: var(--textShadow);
}
.home-video-title-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 110%;
  opacity: 1;
  text-align: left;
  width: 750px;
  font-size: 25px;
  text-transform: uppercase;
  margin-left: 25px;
  text-shadow: var(--textShadow);
  color: white;
  margin-bottom: 0;
}
.home-scroll {
  display: none;
}


.back-card-header {
  position: absolute;
  bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  width: 100%;
}
.about-us-main-text-container {
  max-width: 1000px !important;
}
.benefits-shop-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.benefits-shop-btn {
  border-radius: 30px;
  border: none;
  font-family: 'Montserrat', sans-serif;
  color: white;
  padding: 8px 15px;
  font-size: 25px;
  background: var(--mainGradient);
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
  transition: .5s;
  box-shadow: var(--smallShadow);
  border: none;
}
.benefits-shop-btn:hover {
   background: black;
  color: white;
}
.the-1 {
  font-family: var(--oneNumber);
}
@media(max-width: 800px) {
.flip-card-front:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 20px 20px 0;
  border-style: solid;
  border-color: #fff #fff var(--blue);
  background: black !important;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}
}
.blog-shop-link {
  cursor: pointer;
  margin-bottom: 10px;
}
.button-center-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.landing-page-main-container {
  background: black;
}
.landing-page-main-container h2{
  font-size: 55px;
}
.landing-page-50-50-container {
  
  background: black;
  padding: 50px;
}
.landing-page-50-50-text-container {
  color: white;
  box-shadow: var(--smallShadow);
  
}
.landing-page-flex-container {
  display: flex;
  align-items: start;
}
.landing-page-dome {
  width: 45%;
  height: 45%;
}
.landing-page-50-50-text-container ul{
  font-size: 30px;
  margin-top: 15px;
  margin-left: 30px;
}
.landing-page-payment-container {
  color: white;
}
.landing-page-50-50-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.landing-page-50-50-button {
  background-color: var(--purple);
  font-size: 25px;
  color: white;
  border-radius: 30px;
  border: none !important;
  padding: 15px;
  margin-top: 25px;
}
.landing-page-header {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 75px;
   color: white;
   margin: 0 auto;
  line-height: 130%;
}
.landing-page-review-container {
  padding-top: 25px;
  padding-bottom: 50px;
}
.landing-page-review-header {
  text-align: center;
}
.landing-page-review-item-container {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}
.landing-page-review-item {
  border-radius: 15px;
  box-shadow: var(--smallShadow);
  margin: 20px;
  padding: 15px;
  background: white;
}
.landing-page-review-item .read-more-button{
  color: black;
}
.landing-page-payment-container {
  text-align: center;
}
.landing-page-payment-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.landing-page-comparison-container {
  display: flex;
  justify-content: center;
  align-items: start;
}
.landing-page-comparison-labels {
    display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid black;
}
.landing-page-comparison-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid black;
}
.review-page-title {
  font-size: 75px;
  text-align: center;
  color: white;
  margin-bottom: 0 !important;
  line-height: 130%;
  font-weight: 600;
}
.review-page-main-text {
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 60%;
  color: white;
}
.customer-portal-container {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.customer-portal-item {
  padding: 25px;
  border: 2px solid #dddddd;
  margin: 15px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 500px;
  background-color: white;
  min-height: 200px;
}
.customer-portal-item h2 {
  font-weight: 700;
  text-align: center;

}
.customer-portal-item button {
    border-radius: 30px;
  padding: 10px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  margin: 0 auto;
  color: white;
  border: none;
  background: var(--mainGradient);
  box-shadow: var(--smallShadow);
}
.customer-portal-title {
  font-size: 75px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  .customer-portal-item {
   width: 350px;

  }
  .customer-portal-title {
    font-size: 45px;
    line-height: 120%;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.review-item-container {
  display: flex;
  justify-content: center;
 flex-wrap: wrap;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 1800px;
  margin: 0 auto;
}
.review-item {
  box-shadow: var(--smallShadow);
  margin: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border-radius: 15px;
  background: white;
  flex: 1 1;
  min-width: 200px;
}
.review-item-text {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  line-height: 150%;
}
.review-button {
  background: var(--mainGradient);
  padding: 12px;
  border: none;
  font-weight: 700;
  color: white;
  border-radius: 30px;
  border: none;
  box-shadow: var(--smallShadow);
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: .5s;
}
.review-button:hover {
  background: black;
  color: white;
}
.review-page-main-container {
background: var(--charcoal);
  min-width: 100vw;
  min-height: 100vh;
    padding-top: 25px;
    padding-bottom: 50px;
}
.review-page-logo {
  margin: 0 auto;
  width:  140px;
}
.review-page-logo-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.models-text {
  font-weight: 400;
}
@media (max-width: 600px) {
  .review-page-title {
    font-size: 50px;
  }
  .review-page-main-text {
    width: 80%;
    font-size: 16px;
  }
  .review-item-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.product-discount-note {
  color: red;
}
.emf-faq-header {
  font-size: 60px;
  text-align: center;
  font-weight: 700;
   text-shadow: var(--textShadow);
}
.emf-faq-container {
  max-width: 800px;
  margin: 0 auto;
}
.product-display-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 2000px;
  margin: 10px auto;
  flex-wrap: wrap;
}
.product-display-item {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  margin: 15px;
  background: white;
  align-self: stretch;
    position: relative;
  padding-bottom: 50px;
  box-shadow: var(--smallShadow);
  border-radius: 30px;
}
.product-display-img {
  object-fit: cover;
  width: 100%;
  margin: 0 !important;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.product-display-img-container {
width: 100%;
}
.product-display-title {
  font-size: 35px;
  margin: 0 !important;
  padding-bottom: 0;
  font-weight: 700;
}
.product-display-sub-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: 12px;
  font-weight: 600;
}
.product-display-text {
  margin-bottom: 10px;
}
.product-display-text-container {
  padding: 1rem 2rem;

}
.product-display-shop {
  padding: 10px 15px;
  border-radius: 30px;
  font-size: 20px;
  background: var(--mainGradient);
  color: white;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: .5s;
  box-shadow: var(--smallShadow);
}
.product-display-shop:hover {
  background: white !important;
  color: black;
}
.product-display-shop-container {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media(max-width: 600px) {
  .product-display-item {
    min-width: 95%;
    max-width: 95%;
  }
  .product-display-sub-title {
      margin-bottom: 13px;
  margin-top: 7px;
  }
}
.transparent-background {
  background: transparent !important;
  box-shadow: none !important;
}
.shop-title {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
.news-container {
  padding: 0;
}
.news-section {
  margin: 0;
}
.newsletter {
  background-color: var(--charcoal);
  border-bottom: 3px solid white;
  border-top: 3px solid white;
}
.newsletter h2, .newsletter div {
  color: white !important;
}

.footer {
background-color: var(--charcoal);
}
.low-stock {
  float: right;
  color: red;
  display: none;
}
.video-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.video-display-btn {
  padding: 10px;
  background: var(--mainGradient);
  box-shadow: var(--smallShadow);
  border: none;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: .25s;
  color: white !important;
  font-size: 20px;
}
@media (max-width: 600px) {
.video-display-btn {
 font-size: 18px;
}
}
.video-display-btn:hover {
   scale: 105%;
}
.dome-video-container, .blanket-video-container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 998;
  background: rgba(0,0,0,.8);
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
}

.dome-product-video, .blanket-product-video {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  z-index: 999;
  border: 2px solid white;
  border-radius: 15px;

}
.dome-video-close-btn-container, .blanket-video-close-btn-container {
 margin-top: 15px;
}
.dome-video-close-btn, .blanket-video-close-btn {
    padding: 10px;
  background: #1EC1E0;
  border: 2px solid white;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: .5s;
  color: black !important;
}
.safe-dome-section {
  margin-top: 50px;
}
.dome-video-close-btn:hover, .blanket-video-close-btn:hover {
    background: black;
  color: white;
}
@media (max-width: 800px) {
  .dome-product-video, .blanket-product-video {
  width: 95%;
  min-width: 95%;
  max-width: 95%;
}
}
.areviews_header_rating span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.benefits-carousel-container {
  display: flex;
  align-items: stretch;
  overflow: auto;
  cursor: grab;
}
@media(max-width: 500px) {
      .product-section-select ul {
      overflow: auto;
      justify-content: left;
    }
    .product-section-select ul li {
      width: 140px;
    }
}
.benefits-carousel-item {
  width: 400px;
  min-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  background: #f2f2f2;
  border-radius: 30px;
  margin: 10px;
  border: 2px solid #dddddd;
}
.benefits-carousel-title {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
 
}
.benefits-carousel-icon {
  width: 50px;
}
.safe-dome-section h2{
  font-size: 70px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0;
}
.safe-dome-main-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 2000px;
}
.safe-dome-item {
  width: 50%;
  margin: 0px 25px;
}
.safe-dome-img img {
  width: 100%;
  margin-top: -125px;
  margin-bottom: 0;
}
.safe-dome-icons ul {
  margin-left: 0;
}
.safe-dome-icons ul li{
  display: flex;
  align-items: center;
}
.safe-dome-icons ul li img{
  width: 75px;
  margin: 10px 15px 10px 0px;
}
.safe-dome-icons ul li span{
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
}
.safe-dome-text { 
  font-weight: 500;
  max-width: 600px;
}
.mat-cover-product-section {
  margin-bottom: 50px;
}
.mat-cover-product-container {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.mat-cover-product-item-img {
  width: 50%;
}
.mat-cover-product-item-img img{
  margin: 0;
  width: 100%;
}
.mat-cover-product-item-text {
  padding: 20px;
  width: 50%;
  margin-left: 15px;
}
.mat-cover-product-item-text h2{
  font-size: 60px;
  font-weight: 800;
  line-height: 120%;
}
.mat-cover-product-item-text ul li {
  display: flex;
  align-items: center;
}
.mat-cover-product-item-text ul {
  margin-bottom: 30px;
}
.mat-cover-product-item-text ul li span{
  font-weight: 700;
  font-size: 25px;
}
.mat-cover-product-item-text ul li img{
  width: 75px;
  margin: 0px 15px 0px 0px;
}
#pre-order-note-luxor-pro {
  background: white;
  color: red;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pre-order-note-price {
 
  color: black;
   line-height: 120%;
}
@media (max-width: 1200px) {
  .mat-cover-product-container {
     flex-direction: column;
    align-items: center;
  }
  .mat-cover-product-item {
    width: 100%;
  }
  .mat-cover-product-item-text h2 {
    font-size: 45px;
  }
  .mat-cover-product-item-text ul li span {
    font-size: 20px;
  }
  .mat-cover-product-item-text ul li img{
    width: 50px;
  }
  .mat-cover-product-item-text ul {
    margin-left: 0;
  }
}
.benefits-carousel-main-title {
  font-weight: 700;
  color: white;
  background: var(--blue);
  text-align: center;
  font-size: 45px;
   margin: 0 !important;
  padding: 10px 10px;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
}
.benefits-carousel-item-text {
  text-align: center;
  font-weight: 500;
}
.essential-dome-note {
  font-weight: 500;
}
.sauna-blanket-option-text {
  font-size: 16px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}
.container-blog {
max-width: 1200px;
}
.star-container {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 23px;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
  line-height: 150%;
}
.body-type-container {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  background-color: white;
}
.body-type-text-container {
}
.body-type-header {
  font-size: 75px;
  font-weight: 700;
  line-height: 120%;
  max-width: 800px;
  margin-left: 50px;
  margin-bottom: -20px;
  text-shadow: var(--textShadow);
  display: none;
}
.body-type-img-container {
  display: flex;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
}
.body-type-img-section-container {
  margin: 25px;
}
.body-type-img-title {
  font-size: 25px;
  font-weight: 700;
}
.body-type-text-container-img {
  margin-left: 50px;
}
.body-type-img-point {
  font-size: 20px;
  font-weight: 700;
  list-style: none;
  text-transform: uppercase;
}
.mini-container-text {
  display: flex;
  align-items: center;
}
.home-measure {
  width: 50px;
  margin-right: 12px;
}
.mini-text {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  width: 60%;
  line-height: 130%;
  margin-bottom: 10px;
}
.body-type-text-container-img p {
  width: 80%;
  margin-left: 62px;
  font-weight: 500;
}
.mini-container-button button {
  color: white;
  text-shadow: 2px 2px 2px rgba(0,0,0,.7);
text-transform: uppercase;
}
.mini-container-button {
  justify-content: center;
  margin-left: -20px;
  
}
.collection-upper-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.collection-upper-container h1 {
  font-size: 70px;
  font-weight: 800;
  text-align: center;
  line-height: 120%;
  margin-top: 20px;
}
.collection-icon-container {
  display: flex;
  justify-content: center;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;

}
.collection-icon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 20px;
  border: 2px solid #dddddd;
  border-radius: 30px;
  background: white;
 width: 400px;
}
.collection-icon-item img{
  margin-bottom: 10px;
}
.collection-upper-text {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.collection-upper-btn {
  padding: 10px;
  font-weight: 700;
  font-size: 25px;
  border-radius: 30px;
  border: none;
  width: 150px;
  color: white;
  font-family: montserrat;
  margin: 0 auto;
  background: var(--mainGradient);
}
.collection-saunas-container {
  display: flex;
  justify-content: center;
  margin: 10px;
  flex-wrap: wrap;
}
.collection-saunas-item {
  flex-basis: calc(30% - 20px);
  position: relative;
  margin: 10px;
}
.collection-saunas-item img{
    object-fit: cover;
  width: 100%;
  border-radius: 15px;

}
.collection-icon-item-text {
  line-height: 130%;
  text-align: center;
}
.collection-saunas-item h2 {
  font-size: 30px;
  line-height: 120%;
  color: white;
  font-weight: 700;
  position: absolute;
  bottom: 5px;
  left: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.collection-saunas-price {
  color: white;
  font-weight: 400;
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 30px;
  display: none;
}
.collection-nav-bar ul {
  display: none !important;
}
.announcement-extra {
 margin-bottom: 0; 
  color: white;
  background: var(--mainGradient);
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  padding: 10px;
}
@media(max-width: 1200px) {
  .collection-saunas-item {
  flex-basis: calc(50% - 20px);

}
  .collection-saunas-item h2 {
    line-height: 120%;
    font-size: 30px;
  }
}
@media(max-width: 600px) {
  .collection-saunas-item {
    margin: 5px;
        height: 200px;
  }
  .collection-saunas-item img {
    height: 200px;
    object-position: 20%;
  }
  .collection-upper-container h1 {
    font-size: 55px;
    line-height: 120%;
    font-weight: 800;
    margin-top: 10px;
  }
  .single-sauna-faq-title {
    line-height: 120%;
  }
  .collection-icon-container {
    width: 95%;
      border: 2px solid #dddddd;
  border-radius: 30px;
    background: white;
  }
  .collection-icon-item {
    width: 90%;
    margin: 5px;
    border: none;
    background: none;
    padding: 10px;
  }
  .collection-icon-item img {
    width: 70px;
  }
  .collection-icon-item-text {
    font-weight: 600;
    font-size: 14px;
  }
  .collection-saunas-item h2 {
      font-size: 18px;
    line-height: 120%;
  }
  .collection-upper-container {
    margin-bottom: 15px;
  }
  .collection-saunas-price {
      font-size: 20px;
  }
  .collection-upper-text {
    width: 90%;
    margin: 0 auto;
    line-height: 140%;
    margin-bottom: 0px;
    margin-top: 15px;
  }
}
@media(max-width: 420px) {
    .collection-saunas-item h2 {
      font-size: 18px;
    }
  .collection-saunas-price {
    font-size: 18px;
  }
}
.home-hero-img {
  object-position: 50% -155px;
  object-fit: cover;
}
.home-cutout-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 100px;
    margin-bottom: 50px;
}
.dome-blanket-container {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%);
}
.home-cutout {
  width: 60%;
  margin-left: 0px;
}
.home-cutout-blip-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0px;

}
.home-cutout-blip-title {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 800;
}
.home-cutout-blip-text {
  font-weight: 600;
}

.blip-add {
  background: var(--mainGradient);
}
.stone-container-parent {
  width: 80%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.stone-container-home
{
  margin: 15px;
}
.stone-text-home {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.center-text {
  text-align: center !important;
}
.center-content {
  justify-content: center;
}
.small-width {
  width: 70%;
  margin: 0 auto;
}
.stone-hero {
  background-color: transparent !important;
  padding-top: 25px;

  padding-bottom: 225px;
}
.valueable-time-seg {

}
.stone-hero .home-page-img-text-container {
  top: 20px;
}
.hook-title {
  animation: fadeIn;
  animation-duration: 1s;
}

.animate-blanket {
    animation: backInDown;
  animation-duration: .75s;
}
.animate-dome {
      animation: backInDown;
  animation-duration: .75s;
  animation-delay: 0s;
}
.animate_pop {
  animation: bounceIn;
  animation-duration: 1s;

}
.animate_rotateIn {
  animation: rotateIn;
  animation-duration: 1s;
}
.animate_flipInX {
  animation: flipInX;
  animation-duration: 1s;
}
.animate_slideInLeft {
    animation: slideInLeft;
  animation-duration: 1s;
}
.home-cutout-text-container {
  animation: slideInLeft;
  animation-duration: 1s;
}
.home-cutout {
  animation: slideInRight;
  animation-duration: 1s;
}
.body-type-img:nth-child(1) {
  animation: rollIn;
  animation-duration: 1s;
}
.body-type-img:nth-child(2) {
  animation: rollIn;
  animation-duration: 1s;
}
.product-hero-icons {
  width: 75px;
  margin: 5px 10px !important;
  animation: bounceIn;
  animation-duration: 1s;
}
.product-segment-points ul li {
  list-style: none;
      display: flex;
    align-items: center;
}
.product-segment-points ul {
  margin-left: 0px;
}
.product-segment-points li {
  font-weight: 700;
  text-transform: uppercase;
}
.product-hero 
{
}
.product-stone-hero {
  background: none;
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  margin-top: 50px;
}
.product-stone-hero .home-page-img-text-container {
  width: 70%;
  top: 15px;
}
.product-stone-icons {
  width: 75px;
  margin-right: 10px !important;
  border: 5px solid black;
  border-radius: 50%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: var(--mainGradient);
  box-shadow: var(--smallShadow);
}
.product-stone-section-text-container {
  margin-left: 25%;
}
.product-stone-section-text-container .product-segment-points, .product-stone-section-text-container .home-page-segment-text{
  text-align: center;
}
.product-stone-section-text-container .feature-add-container  {
  justify-content: center;
}
.product-stone-points ul{
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.product-stone-points ul li{
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
}
.product-stone-hero .home-page-img-text-container .stones-main-text-header {
  font-size: 80px;
}
.product-stone-hero-img {
   width: 95%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 30px;
  box-shadow: var(--smallShadow);
}
.product-main-text-header {
  line-height: 100%;
  margin-top: 25px !important;
  width: 80%;
  margin: 0 auto;
  font-size: 100px;
}
.product-hero-add {
  margin-top: -70px;
}
.product-page-tuned-section-text {
  position: absolute;
  bottom: 125px;
  width: 100%;
}
.product-page-tuned-text {
  width: 80%;
  margin: 50px auto;
  color: white;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  line-height: 120%;
  z-index: 0;
}
.product-page-tuned-img {
  width: 200px;
  margin: -50px auto !important;
}
.product-position-img-container {

  margin-top: 0;
  margin-bottom: 0;
  margin-right: 50px;
}
.product-position-main-container {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}
.product-position-text-container {
  width: 90%;
  margin-left: 10%;
}
.product-position-title {
  text-align: center;
  font-size: 75px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: var(--textShadow);
}
.product-position-bottom-item-text {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.product-position-text-below {
  margin-top: 15px !important;
  font-weight: 500;
}
.product-position-icon {
  width: 75px;
  height: 75px;
  object-fit:contain;
  padding: 0px;
  border: 5px solid black;
  border-radius: 50%;
  margin: 5px 15px 5px 5px !important;
  box-shadow: var(--smallShadow);
  background: var(--mainGradient);
}
.header__logo-img {
  padding: 10px 0px !important;
}
.control-box {
  margin-right: 50px;
}
.product-container-strip {
  background: none;
}
.dome-snippet {
  animation: slideInLeft;
  animation-duration: 1s;
}
@media(max-width: 500px) {
  .scroll-indicator {
    display: block !important;
    position: absolute;
    right: 65px;
    top: calc(50% - 40px);
  }
  .scroll-indicator img {
    width: 80px;
    margin: 0;
  }
  .benefits-carousel-container {
    position: relative;
  }
  .benefits-carousel-item {
      min-width: 300px;
  }
}
@media(max-width: 1200px) {
  .safe-dome-main-container {
    flex-direction: column;
  }
  .safe-dome-item {
    margin: 0 auto;
  }
  .safe-dome-text {
    max-width: 800px;
  }
  .safe-dome-item {
    width: 80%;
  }
  .safe-dome-img img{
      margin-top: -75px;
  }
  .safe-dome-section {
    margin-bottom: 50px;
  }
  .safe-dome-section h2 {
    font-size: 40px;
    line-height: 120%;
  }
  .video-text {
  margin-left: 15px;
    text-align: left;
    padding-bottom: 10px;
    font-size: 55px;
    width: auto;
  }
  .video-text-container {
    padding-bottom: 0px;
    padding-left: 0;
  }
  .home-video-title-2 {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-weight: 400;
  line-height: 110%;
  opacity: .9;
  text-align: left;
  width: auto;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 15px;
}
  .hook-title {
    font-size: 50px;
    line-height: 130%;
  }
  .hook-container {
    overflow: auto;
    justify-content: left;
    margin: 15px 0px;
    animation: slideInLeft;
    animation-duration: 1s;
  }
  .hook-item {
    margin: 0;
  }
  .hook-item:nth-child(1) {
    width: 90%;
  }
  .first-blob {
    width: 90% !important;
  }
  .home-page-segment-header {
    width: 100%;
  }
  .first-seg .home-page-segment-text-container {
    margin-right: 25px;  
  }
  .home-page-img-header-text {
    font-size: 45px;
    line-height: 100%;
    margin: 35px auto;
    width: 95%;
  }
  .safety-sub-header {
    font-size: 20px;
    margin-top: 0;
  }
  .stones-main-text-header {
    font-size: 50px;
    margin-bottom: 15px !important;
  }

  .stone-icon-container {
    margin: 0 2%;
    width: 25%;
  }
  .home-hero {
    object-fit: cover;
    object-position: 25% 50%;
    height: 100%;
  }
  .home-benefits-btn i {
    color: black;
  }
    .stone-hero .home-hero {
    object-position: 40% 50%;
  }
  .announcement__text {
    padding-bottom: 15px;
  }
  .home-page-hero-container {
    height: 90vh;
    max-height: 800px;
  }
  .home-page-segment:nth-child(2) {
    flex-direction: column-reverse;
  }
    .home-page-segment:nth-child(4) {
    flex-direction: column-reverse;
  }
 .home-page-snippet {
   margin-left: 20px;

 }

  .strip-btn {
    bottom: 20px;
  }
  .strip-home-title {
    top: 25px;
    font-size: 25px;
  }
  .strip-btn {
    bottom: 15px;
  }
  .home-cutout-container {
    flex-direction: column-reverse;
  }
  .home-cutout {
    width: 100% !important;
  }
  .body-type-img-container {
    flex-direction: column;
  }
  .body-type-img-section-container {
    margin: 0 !important;
  }
  .body-type-text-container-img p {
    margin-left: 0 !important;
    width: 100%;
  }
  .home-cutout-text-container {
    padding: 15px;
  }
  .home-cutout-blip-title {
    line-height: 120%;
  }
  .body-type-text-container-img {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mini-text {
    width: 90%;
  }
  .dome-snippet {
    width: 95%;
    margin: 0;
  }
  .product-page-segment-text-container {
    width: 95% !important;
    padding-left: 10px !important;
  }
  .product-position-title {
    font-size: 50px;
    line-height: 130%;
  }
  .product-position-img-container {
    margin-right: 0;
    margin-bottom: -50px;
  }
  .product-position-main-container {
    flex-direction: column;
  }
  .product-stone-hero-img {
    width: 95%;
    margin: 0 auto;
  }
  .product-stone-points ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .product-stone-points ul li {
    flex-direction: row;
    align-items: center;
    justify-content: left;
    width: 100%;
  }

    .product-stone-points ul li p{
    text-align: left;
      margin-top: 0;
      line-height: 130%;
  }
  .product-stone-section-text-container {
    margin: 0;
  }
  .product-stone-hero .home-page-img-text-container {
    width: 100%;
  }
  .blanket-position-img {
    width: 100%;
  }
  .product-page-tuned-text {
    width: 90%;
    line-height: 120%;
    font-size: 20px;
  }
  .product-position-text-container {
    margin-left: 0;
  }
  .product-stone-hero .home-page-img-text-container .stones-main-text-header {
    font-size: 45px;
    margin-top: 15px;
  }
  .product-main-text-header {
    width: 90%;
  }
.product-page-tuned-section-text {
  bottom: 100px;
}
.home-page-segment-header {
  font-size: 45px;
}
  .dome-snippet {
    margin-left: 0 !important;
  }
}
.az_reviews {
  padding-top: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.home-icon-img {
  width: 75px;
  height: 75px;
}
.omnisend-form-644abf4a1c89404ab50e3b2f-content-inner {
  border-radius: 30px;
}
#omnisend-form-644abf4a1c89404ab50e3b2f-action-627932485028ebd8c6660c51.omnisend-form-644abf4a1c89404ab50e3b2f-action-627932485028ebd8c6660c51 {
  background: var(--mainGradient);
  font-weight: 600 !important;
  color: white !important;
  text-shadow: var(--textShadow);
}
.omnisend-form-644abf4a1c89404ab50e3b2f-text-624ab2f927652f651edfd0b0, .omnisend-form-644abf4a1c89404ab50e3b2f-text-624ab2f927652f651edfd0b0 p, .omnisend-form-644abf4a1c89404ab50e3b2f-text-624ab2f927652f651edfd0b0 li {
  font-weight: 800;
}
.product-short-desc-container {
  width: 100%;
background: white !important;
}
.mat-cover-warning {
  color: red;
font-weight: 500;
  margin-bottom: 10px;
  font-size: 18px;
}
.mat-cover-desc-container {
  margin-bottom: 10px;
    
}
.mat-desc-main-container {
  padding: 5px 0px;
 background: white;
    border-bottom: 1px solid grey;
   border-top: 1px solid grey;
}
.mat-cover-desc-title {
  font-weight: 700;
}
.product-details-button {
  font-weight: 400;
  font-size: 25px;
  background: white;
  padding: 10px;
  border: none;
 width: 100%;
  text-align: left;
}
.product-details-plus {
  float: right;
}
.align-start {
  align-items: start !important;
}
.announcement {
  padding: 0;
}
  .product-card {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
@media(max-width: 1050px) {
  .o-layout--small > .o-layout__item {
     padding-left: 0;
  }
.product-grid-layout-item {
 
 width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}
.product-grid-layout {
  
}
  .product-card {
      padding: 10px;
  }
  #homepage-collection {
    padding: 0 10px;
  }
  .product-card-description {
    line-height: 140%;
  }
  .product-card {
    margin-bottom: 0;
    padding-bottom: 60px;
  }
}
.money_payments {
  position: absolute;
  bottom: 10px;
  width: 150px;
  left: calc(50% - 75px);
  padding: 7px;
  font-weight: 700;
  margin-top: 10px;
  color: white;
  border-radius: 30px;
  background: var(--mainGradient);
  box-shadow: var(--smallShadow);
}
.product-single__price-number--sale {
 color: red;
}
.low-inventory {
  color: red;
  font-weight: 700;
}
.product-inventory-warning {
  text-style: italic;
  
}
  @media (max-width: 600px) {
      .safe-dome-img img {
    margin-top: -25px;
    width: 95%;
  }
    .safe-dome-icons ul li span {
      font-size: 20px;
    }
    .safe-dome-icons ul li img, .product-hero-icons {
      width: 50px;
    }
    .safe-dome-img {
      width: 95%;
    }
    .safe-dome-icons {
      width: 85%;
    }
  }
.candyrack-body-open {
  height: auto !important;
}
.customer-portal-header-container h2 {
  font-size: 75px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.customer-portal-message {
  text-align: center;
  font-size: 18px;
  max-width: 800px;
  margin: auto;
  margin-bottom: 25px;
}
.customer-portal-referral {
  text-align: center;
  background: var(--mainGradient);
  padding: 15px 15px;
  font-weight: 700;
  font-size: 25px;
  color: white;
  margin: 0;
  border-radius: 30px;
  width: 600px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  line-height: 130%;
}
.referral-sub-text {
  margin-top: 0;
  background: #f2f2f2;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 20px;
  text-align: center;
    width: 600px;
    margin: 0 auto;
  margin-top: -20px;
  padding-top: 40px;
  z-index: 0;
    position: relative;
}
.customer-portal-item-container {
  display: flex;
  justify-content: center;
  max-width: 1600px;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 25px;
}
.customer-portal-item-container a{

}
.customer-portal-item-new {
  flex: 0 0 40%;
  margin: 15px;
  position: relative;
  width: 40%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--smallShadow);
  min-width: 500px;
}
.customer-portal-item-new img{
  opacity: 70%;
  width: 100%;
  object-fit: cover;
}
.customer-portal-item-new h3{
  position: absolute;
  width: 60%;
  left: 20%;
  top: calc(50% - 12.5px);
  text-align: center;
  border-radius: 30px;
  background: var(--mainGradient);
  padding: 10px 15px;
  color: white;
  font-weight: 700;
  font-size: 25px;
  min-width: 300px;
  cursor: pointer;
  margin: 0;
  line-height: 140%;
  box-shadow: var(--smallShadow);
}
@media (max-width: 1080px) {
  .customer-portal-item-new {
    width: 100%;
    margin: 20px;
    min-width: 300px;
      flex: 0 0 calc(100% - 20px);
  }
  .customer-portal-item-new h3{
    min-width: 150px;
  }
  .referral-sub-text, .customer-portal-referral {
    width: 90%;
  }
  .customer-portal-message {
    width: 90%;
  }
  .customer-portal-header-container h2 {
    font-size: 55px;
  }
  .customer-portal-item-container {
    margin-top: 25px;
  }
}
.pemf-mat-dropdown {
  background: transparent;
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  color: black;
}
.pemf-mat-dropdown span {
  float: right;
}
.pemf-icons-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pemf-icons-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
  width: calc(100% / 3); 
}
.pemf-mat-main-text {
  padding-top: 10px;
  
}
.pemf-icons-text {
  line-height: 150%;
  text-align: center;
  padding-top: 10px; 
}
.pemf-icons-item img{
  width: 50px;
  height: 50px;
}
.vital-dome-pro-img img{
  margin-top: 0;
}
.blanket-pro-snippet {
  width: 50%;
}
.blanket-layers-section h2 {
  font-size: 65px;
  font-weight: 800;
  text-align: center;
}
.blanket-layers-sub-text {
  font-size: 20px;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.blanket-layers-photo-container {
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.blanket-pro-toggle-container {
  display: flex;
  background: white;
  border-radius: 30px;
  padding: 5px;
  width: 150px;
  box-shadow: inset 0px 0px 12px rgba(0,0,0, 0.3);
}
.blanket-pro-toggle-item {
  padding: 0px 10px;
  font-weight: 700;
    border-radius: 30px;
}
.blanket-pro-toggle-item a{
  text-decoration: none;
}
.active-pro-toggle {
  background: black;
}
.active-pro-toggle a {
  color: white;
}
@media(max-width: 1000px) {
  .blanket-pro-snippet {
    width: 90%;
  }
}

/*PEMF MAT DESCRIPTION*/
.pemf-mat-description {
  background: white;
}
.pemf-mat-description h2 {
  font-size: 65px;
  font-weight: 800;
}
.four-therapies-section {
 padding: 50px;
margin: 25px;
  border-radius: 30px;
  margin-top: 0px;
  z-index: 9;
  position: relative;
  margin-bottom: 50px;
}
 @media (max-width: 1000px) {
   .four-therapies-section {
      margin-top: -50px;
     margin-left: 15px;
     margin-right: 15px;
   }
   .pemf-mat-main-video {
     height: 550px;
     object-fit: cover;
   }
 }
.four-therapies-section h2 {
    text-align: center;
}
.four-therapies-section-container {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 20px auto;
}
.four-therapies-section-item {
  width: 25%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.four-therapies-section-item img{
  width: 100%;
  max-width: 150px;
  margin: auto;
}
.four-therapies-section-item-title, .four-therapies-section-item-text {
  text-align: center;
}
.four-therapies-section-item-title {
  font-size: 25px;
  font-weight: 600;
}

/*PERFECT RECOVERY SECTION*/
.perfect-recovery-section {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 1600px;
}
.recovery-img-item {
  width: 40%;
}
.recovery-img-item img{
  width: 100%;
  object-fit: cover;
}
.recovery-text-item h3{
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  line-height: 130%;
}
.recovery-text-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.perfect-recovery-tool-text {
  text-align: center;
  font-size: 20px;
  margin: 15px 0px;
  font-weight: 600;
}
.pemf-mat-bisection-container {
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pemf-mat-bisection-main-text {
  max-width: 600px;
  margin-top: 15px;
}
.pemf-mat-bisection-item {
  width: 50%;
}
.pemf-mat-bisection-img-item:nth-child(1) img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.pemf-mat-bisection-img-item:nth-child(2) img {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.pemf-mat-bisection-icon-container{
  display: flex;
}
.pemf-mat-bisection-text-item h2 {
  line-height: 130%;
}
.pemf-mat-bisection-text-item {
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 50px;
}
.pemf-mat-bisection-text-item button{
  width: 200px;
  margin-top: 25px;
}
.pemf-mat-bisection-icon-container img{
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.pemf-mat-bisection-icon-text {
  font-size: 20px;
  font-weight: 600;
}

/*PEMF MAT FREQUENCIES SECTION*/
.pemf-frequency-section {
  padding: 50px;
  width: 90%;
  margin-left: 5%;
  background: #f2f2f2;
  border-radius: 30px;
  margin-top: 25px;
  margin-bottom: 50px;
}
.pemf-frequency-section h2 {
  font-size: 65px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}
.pemf-frequency-sub-text {
  text-align: center;
  margin-bottom: 75px;
}
.pemf-frequency-item-container {
  display: flex;
  justify-content: center;
  margin: 25px;
  margin-top: 125px;
  padding: 25px;
}
.pemf-frequency-item {
  width: calc(20% - 12.5px);
  margin: 25px;
}
.pemf-frequency-item-title {
  text-align: center;
  font-weight: 800;
}
.pemf-frequency-item-text {
  text-align: center;
}
.pemf-frequency-item:nth-child(1) {
  margin-top: -100px;
}
.pemf-frequency-item:nth-child(2) {
  margin-bottom: -100px;
}
.pemf-frequency-item:nth-child(3) {
  margin-top: -100px;
}
.pemf-frequency-item:nth-child(4) {
   margin-bottom: -100px;
}
.pemf-frequency-item:nth-child(5) {
  margin-top: -100px;
}

/*PEMF CRYSTALS SECTION*/
.pemf-crystal-section h2 {
  text-align: center;
  margin-bottom: 0;
}
.pemf-crystal-item-container {
  display: flex;
  max-width: 1200px;
  margin: 50px auto;
  justify-content: center;
  margin-bottom: 20px;
}
.pemf-crystal-section {
  margin-bottom: 50px;
}
.pemf-crystal-item {
  margin: 10px;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 25px;
}
.pemf-crystal-item-title {
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}
.pemf-crystal-item-text {
  text-align: center;
  line-height: 150%;
  font-weight: 500;
}
.pemf-crystal-sub-text {
  text-align: center;
}

/*CAREFUL LAYERS*/
.pemf-layers-section h2 {
  text-align: center;
}
.pemf-layers-item-container {
  display: flex;
  margin: auto;
  max-width: 1200px;
  justify-content: center;
  align-items: start;
  margin-top: -50px;
}
.pemf-layers-text-sub-item {
  display: flex;
  align-items: center;
  margin: 10px;
}
.pemf-layers-text-sub-item-icon {
  padding: 10px 20px;
  background: #dddddd;
  font-weight: 800;
  border-radius: 50%;
  margin-right: 10px;
}
.pemf-layers-text-sub-item-icon-text {
  font-weight: 800;
  font-size: 18px;
  line-height: 140%;
}
.pemf-layers-text-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 600px;
  margin-top: 120px;
}
.pemf-layers-img-item {
  max-width: 500px;
}
.perfect-pemf-section {
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  
}
.perfect-pemf-section h2{
  text-align: center;
}
.perfect-pemf-section button{
  width: 200px;
  margin: 0 auto;
  margin-bottom: 25px;
  position: absolute;
  left: calc(50% - 100px);
  bottom: 25px;
}
@media (max-width: 1000px) {
  .four-therapies-section {
    padding: 20px;
  }
  .four-therapies-section h2 {
    font-size: 45px;
    line-height: 130%;
  }
  .four-therapies-section-item-title {
    font-size: 20px;
    line-height: 130%;
  }
  .four-therapies-section-item {
      margin: 10px;
    width: 40%;
    border-radius: 30px;
    border: 2px solid #dddddd;
    background: #f2f2f2;
    padding: 15px;
    flex: 1;
  }
  .four-therapies-section-item img {
    max-width: 100px;
   
  }
  .four-therapies-section-container {
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: auto;
  }
  .four-therapies-section-item img {
    margin: auto;
    margin-bottom: 10px;
  }
  .four-therapies-section-item-text {
    line-height: 130%;
  }
  .perfect-recovery-section {
    flex-direction: column;
  }
  .recovery-img-item {
    width: 100%;
  }
  .recovery-text-item h3 {
    font-size: 40px;
  }
  .recovery-text-item button {
    margin-top: 20px;
  }
  .perfect-recovery-tool-text {
    margin: 5px 0px;
  }
  .recovery-text-item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pemf-mat-bisection-container {
    flex-direction: column;
  }
    .bisection-second-container {
    flex-direction: column-reverse;
  }
  .pemf-mat-bisection-item {
    width: 100%;
  }
  .pemf-mat-bisection-text-item h2 {
    font-size: 45px;
    line-height: 130%;
  }
  .pemf-mat-bisection-text-item {
    padding: 20px;
  }
  .pemf-frequency-section h2 {
    font-size: 45px;
    line-height: 130%;
  }
  .pemf-frequency-section {
    padding: 15px;
    width: 95%;
    margin-left: 2.5%;
  }
  .pemf-frequency-item-container {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .pemf-frequency-item {
    margin: 10px !important;
    width: 40%;
  }
  .pemf-frequency-item-text {
    line-height: 140%;
  }
  .pemf-frequency-sub-text {
    margin-bottom: 25px;
  }
  .pemf-crystal-section h2, .pemf-layers-section h2, .perfect-pemf-section h2 {
    font-size: 45px;
    line-height: 130%;
  }
  .pemf-crystal-item-container {
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .pemf-crystal-item {
    width: 44%;
    padding: 15px;
  }
  .pemf-layers-item-container {
    flex-direction: column;
  }
  .pemf-layers-item-container {
    width: 100%;
  }
  .pemf-layers-text-item {
    margin-top: -25px;
    margin-bottom: 50px;
  }
  .pemf-layers-text-sub-item {
    width: 40%;
  }
  .perfect-pemf-section h2 {
    margin-right: 10px;
    margin-left: 10px;
  }
  .perfect-pemf-section {
    height: 600px;
    background-position: 20% 20% !important;
    background-size: cover !important;
  }
}
.product-desc-background {
  background-color: white;
}

.article__content h1 {
  font-weight: 900;
  text-align: center;
  font-size: 45px;
  padding: 15px;
  width: 100%;
}
.article__content h2, h3 {
  font-weight: 700;
}
.article__content img {
  margin: auto;
 width: 80%;
  margin-left: 10%;
  border-radius: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media(max-width: 800px) {
  .article__content h1 {
    font-size: 35px;
    line-height: 125%;
    padding: 0px;
    margin: 0;
    margin-bottom: 15px;
  }
  .article__blocks {
    width: 100%;
    padding: 15px;
    margin: 0;
    border-radius: 0;
    margin-top: 0;
  }
  .container-blog {
    padding: 0;
    box-shadow: none;
     margin-top: 0;
  }
  .adj-img-container {
    margin-top: 0;
  }
  .blog-title-block {
    padding: 10px;
  }
}

.emfs-upper-container {
  background: #dddddd;
  padding: 25px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
  padding-top: 160px;
}
.emfs-upper-sub-container {
  display: flex;
  justify-content: center;
  max-width: 1800px;
  margin: 0 auto;
}
.emfs-item-img {
  width: 100%;
}
.emfs-item-img img {
  width: 100%;
  object-fit: cover;
}
.emfs-title {
  text-align: center;
  font-size: 75px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 130%;
}
.emfs-item-text h3 {
  font-size: 45px;
  font-weight: 700;
}
.emfs-img-text-container {
  display: flex;
  justify-content: center;
  max-width: 1800px;
  margin: 0 auto;
  margin-top: 50px;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
}
.emfs-img-text-title {
  font-size: 65px;
  font-weight: 800;
  line-height: 130%;
}
.emf-img-text-container-2 {
  flex-direction: row-reverse;
}
.emfs-img-text-img-container {
  width: 50%;
}
.emf-img-text-container-2 .emfs-img-text-img-container {
  margin-right: 50px;
}
.emf-img-text-container-2 .emfs-img-text-img-container img{
  border-radius: 30px;
}
.emfs-risks-items-container {
  display: flex;
  justify-content: center;
}
.emfs-img-text-text {
  margin-bottom: 25px;
  max-width: 800px;
}
.emfs-risks-item {
  margin: 10px;
  font-size: 35px;
  font-weight: 700;
}
.emfs-advice-container {
  display: flex;
  justify-content: center;
}
.emfs-advice-item {
  background: #f2f2f2;
  border-radius: 20px;
  border: 2px solid #dddddd;
  max-width: 800px;
  text-align: center;
  padding: 20px;
  margin: 10px;
  width: 40%;
}
.emfs-advice-item h3 {
  font-weight: 800;
  font-size: 65px;
}
.emfs-advice-text {
  font-size: 35px;
  line-height: 130%;
  margin-bottom: 20px;
}
.emf-page-container-all {
  background: white;
  margin-top: -160px;
}
.emfs-risks-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 50px 0px;
}
.emfs-risks-text {
  max-width: 800px;
  text-align: center;
  font-size: 18px;
}
.emfs-risks-container h2 {
  font-size: 75px;
  text-align: center;
  font-weight: 800;
}
.mpr-input-checkboxes-options label {
  margin: 5px;
}
.portal-warranty-btn-container {
  display: flex;
  justify-content: center;
}
.portal-warranty-btn-container button {
  margin-top: 25px;
  margin-bottom: 0;
  cursor: pointer;
}
.product-selling-points-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.product-selling-points-item {
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-selling-points-item img {
  width: 50px;
  height: 50px;
}
.product-selling-points-item-title {
  text-align: center;
  font-weight: 600;
  line-height: 140%;
  margin: 8px;
}
.emfs-img-text-text-container {
  margin-right: 100px;
}
.emfs-img-text-video {
  max-width: 500px;
  border-radius: 30px;
}
.emf-video-text-container {
  max-width: 1600px;
  padding-left: 25px;
  padding-right: 25px;
}

.emf-mat-video {
  height: 1080px;
  max-width: 90%;
  margin: 0 auto;
}
.emfs-hear-from-others h2 {
  font-size: 75px;
  font-weight: 800;
  text-align: center;
  line-height: 130%;
}
@media (max-width: 1200px) {
  .emfs-upper-sub-container {
    flex-direction: column;
  }
  .emfs-upper-item:nth-child(1) {
    order: 2;
  }
  .emfs-upper-item:nth-child(2) {
    order: 1;
  }
  .emfs-upper-item:nth-child(3) {
    order: 3;
  }
  .emfs-item-text h3 {
    font-size: 35px;
    text-align: center;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .emfs-item-sub-text {
    text-align: center;
    margin-bottom: 15px;
  }
  .emfs-title {
    font-size: 45px;
    text-align: center;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .emfs-item-img {
    margin-bottom: 10px;
  }
  .emfs-img-text-container {
    flex-direction: column-reverse;   
        padding-left: 10px;
    padding-right: 10px;
  }
  .emfs-img-text-title, .emfs-risks-container h2 {
    font-size: 40px;
    text-align: center;
    line-height: 130%;
  }
  .emfs-img-text-text-container {
    margin-right: 0;
    padding: 10px;
  }
  .emf-img-text-container-2 .emfs-img-text-img-container {
    margin-right: 0px;
  }
  .emfs-img-text-img-container {
    width: 95%;
    display: flex;
    justify-content: center;

  }
  .emfs-risks-item {
    font-size: 20px;
    margin: 5px;
    }
  .emfs-risks-container {
    padding: 10px;
  }
  .emfs-risks-items-container {
    flex-wrap: wrap;
  }
  .emfs-advice-container {
    flex-direction: column;
  }
  .emfs-advice-item {
    width: 95%;
  }
  .emfs-advice-text {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .emfs-advice-item h3 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .emfs-risks-container {
    margin-bottom: 10px;
  }
  .emfs-img-text-video {
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 800px) {
  .emf-mat-video {
    height: 540px;
  }
  .emfs-hear-from-others h2 {
    font-size: 45px;
    margin-top: 25px;
    font-weight: 800;
  }
  .emfs-upper-container {
    padding-top: 140px;
    padding-bottom: 50px;
  }
}
.ultimate-button-container {
  background: white;
  padding: 5px 5px;
  width: auto;
  border-radius: 30px;
  display: inline-block;
  box-shadow: inset 0px 0px 12px rgba(0,0,0, 0.3);
}
.dome-selector-btn{
  font-size: 16px;
  border-radius: 30px;
  padding: 6px 15px;
  background: transparent;
  border: none;
  color: black;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;

  cursor: pointer;
  text-transform: uppercase;
}
.active-selector {
    background: black;
    box-shadow: var(--smallShadow);
    color: white;
}
.swatch-block-container {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 30px;
}
.option-sub-container {
  background: white;
  box-shadow: inset 0px 0px 12px rgba(0,0,0, 0.3);
}
@media (max-width: 500px) {
  .product-selling-points-item-title {
    line-height: 130%;
  }
  .product-selling-points-item img {
    width: 40px;
    height: 40px;
  }
  .product-slideshow-nav ul {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 8px;
    width: auto;
    justify-content: left;
  }
  .product-slideshow-item {
    width: 70px;
  }
  .product-slideshow-img {
    min-width: 60px;
  }
}
@media (max-width: 400px) {
  .option-sub-container {
    padding: 9px;
  }
  .dome-selector-btn {
    padding: 6px 10px;
  }
}
.pre-order-item-main-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
.pre-order-item-container {
  display: flex;
  background: #f2f2f2;
  border-radius: 15px;
  border: 2px solid #dddddd;
  padding: 10px;
  margin-top: 5px;
}
.ultimate-pre-order {
  color: red;
  font-weight: 700;
  margin-top: 5px;
}
.pre-order-item-price {
  font-weight: 600;
}
.pre-order-item-sub-text {
  line-height: 140%;
}
.pre-order-item-image-container img{
  width: 150px;
  height: 150px;
  max-width: 150px;
}
@media (max-width: 600px) {
  .product-single__box__block--separator {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pre-order-item-main-text {
    font-size: 18px;
  }
  .pre-order-item-image-container img {
    margin-right: -20px;
  }
}
.pemf-mat-content {
  padding: 5px;
}
.product-form__swatch__item.false{
opacity: 0.2;
  pointer-events: none;
    cursor: not-allowed;
}
.product-specs-new{
max-width: 940px;
    margin: auto;
    margin-top: 52px;
    margin-bottom: 0;
}
.product-specs-new img{
  background: #fff;
    border-radius: unset;
}

.red-light-model-title {
  font-weight: 600;
  margin-bottom: 0;
}

.red-light-icons-container {
  background: #f2f2f2;
  border-radius: 20px;
  padding: 5px 15px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
  margin-top: 10px;
}
.red-light-icons-item img{
  margin-right: 10px;
  width: 50px;
  height: 50px;
  padding: 2px;
}
.red-light-icons-item {
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  align-items: center;
  font-weight: 500;
}