<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 3182:2 Expected identifier but found "*"
Line 9661:21 Expected ":"
Line 11159:2 Expected identifier but found "*"

**/
/*
* Testament Shopify theme
* Copyright 2022, We are Underground
* www.weareunderground.com
*
* Gridlock v3.2.1 - 2014-10-28
* A responsive CSS grid system. Part of the Formstone Library.
* http://formstone.it/gridlock/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/

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

.gridlock .row {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.gridlock .row:after {
  height: 0;
  clear: both;
  content: ".";
  display: block;
  line-height: 0;
  visibility: hidden;
}

.gridlock .row .row {
  width: 102.08333333%;
  margin-left: -1.04166667%;
  margin-right: -1.04166667%;
}

.gridlock .row .contained .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.gridlock .row [class*="all-"],
.gridlock .row [class*="min-"],
.gridlock .row [class*="mobile-"],
.gridlock .row [class*="tablet-"],
.gridlock .row [class*="desktop-"],
.gridlock .row [class*="max-"] {
  float: left;
  margin-left: 1.04166667%;
  margin-right: 1.04166667%;
  box-sizing: border-box;
}

.gridlock .row [class*="all-"].padded,
.gridlock .row [class*="min-"].padded,
.gridlock .row [class*="mobile-"].padded,
.gridlock .row [class*="tablet-"].padded,
.gridlock .row [class*="desktop-"].padded,
.gridlock .row [class*="max-"].padded {
  box-sizing: content-box;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1.04166667%;
  padding-right: 1.04166667%;
}
.gridlock .row [class*="all-"].contained,
.gridlock .row [class*="min-"].contained,
.gridlock .row [class*="mobile-"].contained,
.gridlock .row [class*="tablet-"].contained,
.gridlock .row [class*="desktop-"].contained,
.gridlock .row [class*="max-"].contained {
  margin-left: 0;
  margin-right: 0;
}

.gridlock .row [class*="all-"].right,
.gridlock .row [class*="min-"].right,
.gridlock .row [class*="mobile-"].right,
.gridlock .row [class*="tablet-"].right,
.gridlock .row [class*="desktop-"].right,
.gridlock .row [class*="max-"].right {
  float: right;
}

@media screen and (min-width: 500px) {
  .gridlock .row {
    width: 480px;
  }
}

@media screen and (min-width: 740px) {
  .gridlock .row {
    width: 720px;
  }
}

@media screen and (min-width: 980px) {
  .gridlock .row {
    width: 960px;
  }
}

@media screen and (min-width: 1220px) {
  .gridlock .row {
    width: 1200px;
  }
}

@media screen and (max-width:1679px) {
  .gridlock .row {
    width: 94%;
  }
}

@media screen and (min-width:1680px) {
  .gridlock .row {
    width: 1600px
  }
}

.gridlock-fluid .row {
  width: 98%;
}

@media screen and (max-width: 739px) {
  .gridlock-mobile-fluid .row {
    width: 98%;
  }
}

.gridlock .row .all-fifth {
  width: 17.91666667%;
}
.gridlock .row .all-fourth {
  width: 22.91666667%;
}
.gridlock .row .all-third {
  width: 31.25%;
}
.gridlock .row .all-half {
  width: 47.91666667%;
}
.gridlock .row .all-full {
  width: 97.91666667%;
}
.gridlock .row .all-push-fifth {
  margin-left: 21.04166667%;
}
.gridlock .row .all-push-fourth {
  margin-left: 26.04166667%;
}
.gridlock .row .all-push-third {
  margin-left: 34.375%;
}
.gridlock .row .all-push-half {
  margin-left: 51.04166667%;
}
.gridlock .row .contained.all-fifth {
  width: 20%;
}
.gridlock .row .contained.all-fourth {
  width: 25%;
}
.gridlock .row .contained.all-third {
  width: 33.33333333%;
}
.gridlock .row .contained.all-half {
  width: 50%;
}
.gridlock .row .contained.all-full {
  width: 100%;
}
.gridlock .row .contained.all-push-fifth {
  margin-left: 20%;
}
.gridlock .row .contained.all-push-fourth {
  margin-left: 25%;
}
.gridlock .row .contained.all-push-third {
  margin-left: 33.33333333%;
}
.gridlock .row .contained.all-push-half {
  margin-left: 50%;
}
.gridlock .row [class*="all-"].centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.gridlock .row .all-hide {
  display: none;
}
@media screen and (max-width: 739px) {
  .gridlock .row .mobile-1 {
    width: 31.25%;
  }
  .gridlock .row .mobile-2 {
    width: 64.58333333%;
  }
  .gridlock .row .mobile-3 {
    width: 97.91666667%;
  }
  .gridlock .row .mobile-push-1 {
    margin-left: 34.375%;
  }
  .gridlock .row .mobile-push-2 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .contained.mobile-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.mobile-3 {
    width: 100%;
  }
  .gridlock .row .contained.mobile-push-1 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.mobile-push-2 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .mobile-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .mobile-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .mobile-third {
    width: 31.25%;
  }
  .gridlock .row .mobile-half {
    width: 47.91666667%;
  }
  .gridlock .row .mobile-full {
    width: 97.91666667%;
  }
  .gridlock .row .mobile-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .mobile-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .mobile-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .mobile-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.mobile-fifth {
    width: 20%;
  }
  .gridlock .row .contained.mobile-fourth {
    width: 25%;
  }
  .gridlock .row .contained.mobile-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.mobile-half {
    width: 50%;
  }
  .gridlock .row .contained.mobile-full {
    width: 100%;
  }
  .gridlock .row .contained.mobile-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.mobile-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.mobile-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.mobile-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="mobile-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .mobile-hide {
    display: none;
  }
}
@media screen and (max-width: 499px) {
  .gridlock .row .min-1 {
    width: 31.25%;
  }
  .gridlock .row .min-2 {
    width: 64.58333333%;
  }
  .gridlock .row .min-3 {
    width: 97.91666667%;
  }
  .gridlock .row .min-push-1 {
    margin-left: 34.375%;
  }
  .gridlock .row .min-push-2 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .contained.min-1 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.min-2 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.min-3 {
    width: 100%;
  }
  .gridlock .row .contained.min-push-1 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.min-push-2 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .min-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .min-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .min-third {
    width: 31.25%;
  }
  .gridlock .row .min-half {
    width: 47.91666667%;
  }
  .gridlock .row .min-full {
    width: 97.91666667%;
  }
  .gridlock .row .min-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .min-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .min-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .min-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.min-fifth {
    width: 20%;
  }
  .gridlock .row .contained.min-fourth {
    width: 25%;
  }
  .gridlock .row .contained.min-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.min-half {
    width: 50%;
  }
  .gridlock .row .contained.min-full {
    width: 100%;
  }
  .gridlock .row .contained.min-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.min-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.min-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.min-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="min-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .min-hide {
    display: none;
  }
}
@media screen and (min-width: 740px) and (max-width: 979px) {
  .gridlock .row .tablet-1 {
    width: 14.58333333%;
  }
  .gridlock .row .tablet-2 {
    width: 31.25%;
  }
  .gridlock .row .tablet-3 {
    width: 47.91666667%;
  }
  .gridlock .row .tablet-4 {
    width: 64.58333333%;
  }
  .gridlock .row .tablet-5 {
    width: 81.25%;
  }
  .gridlock .row .tablet-6 {
    width: 97.91666667%;
  }
  .gridlock .row .tablet-push-1 {
    margin-left: 17.70833333%;
  }
  .gridlock .row .tablet-push-2 {
    margin-left: 34.375%;
  }
  .gridlock .row .tablet-push-3 {
    margin-left: 51.04166667%;
  }
  .gridlock .row .tablet-push-4 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .tablet-push-5 {
    margin-left: 84.375%;
  }
  .gridlock .row .contained.tablet-1 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.tablet-2 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-3 {
    width: 50%;
  }
  .gridlock .row .contained.tablet-4 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.tablet-5 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.tablet-6 {
    width: 100%;
  }
  .gridlock .row .contained.tablet-push-1 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.tablet-push-2 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.tablet-push-3 {
    margin-left: 50%;
  }
  .gridlock .row .contained.tablet-push-4 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.tablet-push-5 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .tablet-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .tablet-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .tablet-third {
    width: 31.25%;
  }
  .gridlock .row .tablet-three-fourths {
    width: 72.91666667%;
  }
  .gridlock .row .tablet-half {
    width: 47.91666667%;
  }
  .gridlock .row .tablet-full {
    width: 97.91666667%;
  }
  .gridlock .row .tablet-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .tablet-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .tablet-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .tablet-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.tablet-fifth {
    width: 20%;
  }
  .gridlock .row .contained.tablet-fourth {
    width: 25%;
  }
  .gridlock .row .contained.tablet-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.tablet-half {
    width: 50%;
  }
  .gridlock .row .contained.tablet-full {
    width: 100%;
  }
  .gridlock .row .contained.tablet-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.tablet-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.tablet-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.tablet-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="tablet-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .tablet-hide {
    display: none !important;
  }
}
@media screen and (min-width: 980px) {
  .gridlock .row .desktop-1 {
    width: 6.25%;
  }
  .gridlock .row .desktop-2 {
    width: 14.58333333%;
  }
  .gridlock .row .desktop-3 {
    width: 22.91666667%;
  }
  .gridlock .row .desktop-4 {
    width: 31.25%;
  }
  .gridlock .row .desktop-5 {
    width: 39.58333333%;
  }
  .gridlock .row .desktop-6 {
    width: 47.91666667%;
  }
  .gridlock .row .desktop-7 {
    width: 56.25%;
  }
  .gridlock .row .desktop-8 {
    width: 64.58333333%;
  }
  .gridlock .row .desktop-9 {
    width: 72.91666667%;
  }
  .gridlock .row .desktop-10 {
    width: 81.25%;
  }
  .gridlock .row .desktop-11 {
    width: 89.58333333%;
  }
  .gridlock .row .desktop-12 {
    width: 97.91666667%;
  }
  .gridlock .row .desktop-push-1 {
    margin-left: 9.375%;
  }
  .gridlock .row .desktop-push-2 {
    margin-left: 17.70833333%;
  }
  .gridlock .row .desktop-push-3 {
    margin-left: 26.04166667%;
  }
  .gridlock .row .desktop-push-4 {
    margin-left: 34.375%;
  }
  .gridlock .row .desktop-push-5 {
    margin-left: 42.70833333%;
  }
  .gridlock .row .desktop-push-6 {
    margin-left: 51.04166667%;
  }
  .gridlock .row .desktop-push-7 {
    margin-left: 59.375%;
  }
  .gridlock .row .desktop-push-8 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .desktop-push-9 {
    margin-left: 76.04166667%;
  }
  .gridlock .row .desktop-push-10 {
    margin-left: 84.375%;
  }
  .gridlock .row .desktop-push-11 {
    margin-left: 92.70833333%;
  }
  .gridlock .row .contained.desktop-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.desktop-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.desktop-3 {
    width: 25%;
  }
  .gridlock .row .contained.desktop-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.desktop-6 {
    width: 50%;
  }
  .gridlock .row .contained.desktop-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.desktop-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.desktop-9 {
    width: 75%;
  }
  .gridlock .row .contained.desktop-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.desktop-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.desktop-12 {
    width: 100%;
  }
  .gridlock .row .contained.desktop-push-1 {
    margin-left: 8.33333333%;
  }
  .gridlock .row .contained.desktop-push-2 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.desktop-push-3 {
    margin-left: 25%;
  }
  .gridlock .row .contained.desktop-push-4 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.desktop-push-5 {
    margin-left: 41.66666667%;
  }
  .gridlock .row .contained.desktop-push-6 {
    margin-left: 50%;
  }
  .gridlock .row .contained.desktop-push-7 {
    margin-left: 58.33333333%;
  }
  .gridlock .row .contained.desktop-push-8 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.desktop-push-9 {
    margin-left: 75%;
  }
  .gridlock .row .contained.desktop-push-10 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .contained.desktop-push-11 {
    margin-left: 91.66666667%;
  }
  .gridlock .row .desktop-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .desktop-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .desktop-third {
    width: 31.25%;
  }
  .gridlock .row .desktop-half {
    width: 47.91666667%;
  }
  .gridlock .row .desktop-full {
    width: 97.91666667%;
  }
  .gridlock .row .desktop-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .desktop-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .desktop-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .desktop-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.desktop-fifth {
    width: 20%;
  }
  .gridlock .row .contained.desktop-fourth {
    width: 25%;
  }
  .gridlock .row .contained.desktop-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.desktop-half {
    width: 50%;
  }
  .gridlock .row .contained.desktop-full {
    width: 100%;
  }
  .gridlock .row .contained.desktop-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.desktop-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.desktop-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.desktop-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="desktop-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .desktop-hide {
    display: none !important;
  }
}
@media screen and (min-width: 1220px) {
  .gridlock .row .max-1 {
    width: 6.25%;
  }
  .gridlock .row .max-2 {
    width: 14.58333333%;
  }
  .gridlock .row .max-3 {
    width: 22.91666667%;
  }
  .gridlock .row .max-4 {
    width: 31.25%;
  }
  .gridlock .row .max-5 {
    width: 39.58333333%;
  }
  .gridlock .row .max-6 {
    width: 47.91666667%;
  }
  .gridlock .row .max-7 {
    width: 56.25%;
  }
  .gridlock .row .max-8 {
    width: 64.58333333%;
  }
  .gridlock .row .max-9 {
    width: 72.91666667%;
  }
  .gridlock .row .max-10 {
    width: 81.25%;
  }
  .gridlock .row .max-11 {
    width: 89.58333333%;
  }
  .gridlock .row .max-12 {
    width: 97.91666667%;
  }
  .gridlock .row .max-push-1 {
    margin-left: 9.375%;
  }
  .gridlock .row .max-push-2 {
    margin-left: 17.70833333%;
  }
  .gridlock .row .max-push-3 {
    margin-left: 26.04166667%;
  }
  .gridlock .row .max-push-4 {
    margin-left: 34.375%;
  }
  .gridlock .row .max-push-5 {
    margin-left: 42.70833333%;
  }
  .gridlock .row .max-push-6 {
    margin-left: 51.04166667%;
  }
  .gridlock .row .max-push-7 {
    margin-left: 59.375%;
  }
  .gridlock .row .max-push-8 {
    margin-left: 67.70833333%;
  }
  .gridlock .row .max-push-9 {
    margin-left: 76.04166667%;
  }
  .gridlock .row .max-push-10 {
    margin-left: 84.375%;
  }
  .gridlock .row .max-push-11 {
    margin-left: 92.70833333%;
  }
  .gridlock .row .contained.max-1 {
    width: 8.33333333%;
  }
  .gridlock .row .contained.max-2 {
    width: 16.66666667%;
  }
  .gridlock .row .contained.max-3 {
    width: 25%;
  }
  .gridlock .row .contained.max-4 {
    width: 33.33333333%;
  }
  .gridlock .row .contained.max-5 {
    width: 41.66666667%;
  }
  .gridlock .row .contained.max-6 {
    width: 50%;
  }
  .gridlock .row .contained.max-7 {
    width: 58.33333333%;
  }
  .gridlock .row .contained.max-8 {
    width: 66.66666667%;
  }
  .gridlock .row .contained.max-9 {
    width: 75%;
  }
  .gridlock .row .contained.max-10 {
    width: 83.33333333%;
  }
  .gridlock .row .contained.max-11 {
    width: 91.66666667%;
  }
  .gridlock .row .contained.max-12 {
    width: 100%;
  }
  .gridlock .row .contained.max-push-1 {
    margin-left: 8.33333333%;
  }
  .gridlock .row .contained.max-push-2 {
    margin-left: 16.66666667%;
  }
  .gridlock .row .contained.max-push-3 {
    margin-left: 25%;
  }
  .gridlock .row .contained.max-push-4 {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.max-push-5 {
    margin-left: 41.66666667%;
  }
  .gridlock .row .contained.max-push-6 {
    margin-left: 50%;
  }
  .gridlock .row .contained.max-push-7 {
    margin-left: 58.33333333%;
  }
  .gridlock .row .contained.max-push-8 {
    margin-left: 66.66666667%;
  }
  .gridlock .row .contained.max-push-9 {
    margin-left: 75%;
  }
  .gridlock .row .contained.max-push-10 {
    margin-left: 83.33333333%;
  }
  .gridlock .row .contained.max-push-11 {
    margin-left: 91.66666667%;
  }
  .gridlock .row .max-fifth {
    width: 17.91666667%;
  }
  .gridlock .row .max-fourth {
    width: 22.91666667%;
  }
  .gridlock .row .max-third {
    width: 31.25%;
  }
  .gridlock .row .max-half {
    width: 47.91666667%;
  }
  .gridlock .row .max-full {
    width: 97.91666667%;
  }
  .gridlock .row .max-push-fifth {
    margin-left: 21.04166667%;
  }
  .gridlock .row .max-push-fourth {
    margin-left: 26.04166667%;
  }
  .gridlock .row .max-push-third {
    margin-left: 34.375%;
  }
  .gridlock .row .max-push-half {
    margin-left: 51.04166667%;
  }
  .gridlock .row .contained.max-fifth {
    width: 20%;
  }
  .gridlock .row .contained.max-fourth {
    width: 25%;
  }
  .gridlock .row .contained.max-third {
    width: 33.33333333%;
  }
  .gridlock .row .contained.max-half {
    width: 50%;
  }
  .gridlock .row .contained.max-full {
    width: 100%;
  }
  .gridlock .row .contained.max-push-fifth {
    margin-left: 20%;
  }
  .gridlock .row .contained.max-push-fourth {
    margin-left: 25%;
  }
  .gridlock .row .contained.max-push-third {
    margin-left: 33.33333333%;
  }
  .gridlock .row .contained.max-push-half {
    margin-left: 50%;
  }
  .gridlock .row [class*="max-"].centered {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .gridlock .row .max-hide {
    display: none;
  }
}

* {
  margin: 0;
}

@media (pointer: coarse) {
  *:focus {
    outline: none;
  }
}

/* =============== */
/* = CSS Grid = */
/* =============== */
.grid__wrapper {
  margin: 0 auto;
  padding-left: 3%;
  padding-right: 3%;
  max-width: 1600px;
  display: grid;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  font-size: 0
}

.grid__wrapper-nest {
  display: grid !important;
}

.grid__wrapper.aflow {
  grid-auto-flow: dense;
}

.grid__wrapper.narrow {
  padding-left: 7%;
  padding-right: 7%;
}

.grid__wrapper.full {
  padding-left: 1.25%;
  padding-right: 1.25%;
  max-width: unset;
  width: 100%;
}

.grid__wrapper.edge {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: unset;
}

/* Remove space when full width options selected */
.row .grid__wrapper.row {
    padding: 0;
    max-width: 102.08333333%;
}

.grid__wrapper.row {
    padding: 0 1.04166667%;
    grid-gap: 30px;
}

.grid__wrapper &gt; .first {
  order: 1;
}

.grid__wrapper &gt; .last {
  order: 2;
}

/* 5 column grid */
@media screen and (min-width: 741px) {
  .grid__wrapper.five--columns {
      grid-template-columns: repeat(5, 1fr);
  }
}

/* Inline Grid Columns */
.grid__wrapper &gt; * {
  display: inline-block;
  padding: 0;
  font-size: var(--font-size);
  vertical-align: top;
}

.span-1 {
  width: 8.3333333%;
}
.span-2 {
  width: 16.666666%;
}
.span-3 {
  width: 25%;
}
.span-4 {
  width: 33.333333%;
}
.span-5 {
  width: 41.666666%;
}
.span-6 {
  width: 50%;
}
.span-7 {
  width: 58.333333%;
}
.span-8 {
  width: 66.666666%;
}
.span-9 {
  width: 75%;
}
.span-10 {
  width: 83.33333%;
}
.span-11 {
  width: 91.666667%;
}
.span-12 {
  width: 100%;
}

/* Grid Row Template */
.grid__wrapper.gtr1 {
  grid-template-rows: 1fr;
}
.grid__wrapper.gtr2 {
  grid-template-rows: 1fr 1fr;
}
.grid__wrapper.gtr3 {
  grid-template-rows: 1fr 1fr 1fr;
}
.grid__wrapper.gtr4 {
  grid-template-rows: 1fr 1fr 1fr 1fr;
}
.gr1 { grid-row: 1; }
.gr2 { grid-row: 2; }
.gr3 { grid-row: 3; }
.gr4 { grid-row: 4; }

/* Grid Gap */
.cg0 { grid-column-gap: 0; }
.cg1 { grid-column-gap: 6px; }
.cg2 { grid-column-gap: 9px; }
.cg3 { grid-column-gap: 12px; }
.cg4 { grid-column-gap: 15px; }
.cg5 { grid-column-gap: 18px; }
.cg6 { grid-column-gap: 21px; }
.cg7 { grid-column-gap: 24px; }
.cg8 { grid-column-gap: 27px; }
.cg9 { grid-column-gap: 30px; }

.grid__wrapper.rg0, .rg0 { grid-row-gap: 0; }
.rg1 { grid-row-gap: 6px; }
.rg2 { grid-row-gap: 9px; }
.rg3 { grid-row-gap: 12px; }
.rg4 { grid-row-gap: 15px; }
.rg5 { grid-row-gap: 18px; }
.rg6 { grid-row-gap: 21px; }
.rg7 { grid-row-gap: 24px; }
.rg8 { grid-row-gap: 27px; }
.rg9 { grid-row-gap: 30px; }

/* Align Text */
.a-left { text-align: left; }
.a-right { text-align: right; }
.a-center { text-align: center; }

@media screen and (max-width: 740px) {
  .m-center { text-align: center; }
}

/* Align Self */
.v-start { align-self: start; vertical-align: top; }
.v-center { align-self: center; vertical-align: middle; }
.v-end { align-self: end; vertical-align: bottom; }
.v-stretch { align-self: stretch; }
.vi-center { display: inline;  vertical-align: middle; }
.vib-center { display: inline-block;  vertical-align: middle; }

/* Justify Self */
.h-start { justify-self: start; }
.h-center { justify-self: center; }
.h-end { justify-self: end; }
.h-stretch { justify-self: stretch; }

/* Place Self */
.vh-start { place-self: start; }
.vv-center { place-self: center; }
.vh-end { place-self: end; }
.vh-stretch { place-self: stretch; }

.absolute-center {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@supports (display: grid) {
  /* Grid Columns */
  .span-1 { grid-column: 1; width: 100%; }
  .span-2 { grid-column: 1 / 3; width: 100%; }
  .span-3 { grid-column: 1 / 4; width: 100%; }
  .span-4, .span-third { grid-column: 1 / 5; width: 100%; }
  .span-5 { grid-column: 1 / 6; width: 100%; }
  .span-6 { grid-column: 1 / 7; width: 100%; }
  .span-7 { grid-column: 1 / 8; width: 100%; }
  .span-8 { grid-column: 1 / 9; width: 100%; }
  .span-9 { grid-column: 1 / 10; width: 100%; }
  .span-10 { grid-column: 1 / 11; width: 100%; }
  .span-11 { grid-column: 1 / 12; width: 100%; }
  .span-12 { grid-column: 1 / 13; width: 100%; }

  .span-6.first { grid-column: 1 / 7; width: 100%; }
  .span-6.last { grid-column: 7 / 13; width: 100%; }
  .span-8.first { grid-column: 1 / 9; width: 100%; }
  .span-4.last { grid-column: 9 / 13; width: 100%; }
  .span-4.first { grid-column: 1 / 5; width: 100%; }
  .span-8.last { grid-column: 5 / 13; width: 100%; }
  .span-9.first { grid-column: 1 / 10; width: 100%; }
  .span-3.last { grid-column: 10 / 13; width: 100%; }
  .span-3.first { grid-column: 1 / 4; width: 100%; }
  .span-9.last { grid-column: 4 / 13; width: 100%; }

  /* Grid Auto Columns */
  .span-1.auto { grid-column: auto / span 1; width: 100%; }
  .span-2.auto { grid-column: auto / span 2; width: 100%; }
  .span-3.auto { grid-column: auto / span 3; width: 100%; }
  .span-4.auto, .span-third.auto { grid-column: auto / span 4; width: 100%; }
  .span-5.auto { grid-column: auto / span 5; width: 100%; }
  .span-6.auto { grid-column: auto / span 6; width: 100%; }
  .span-7.auto { grid-column: auto / span 7; width: 100%; }
  .span-8.auto { grid-column: auto / span 8; width: 100%; }
  .span-9.auto { grid-column: auto / span 9; width: 100%; }
  .span-10.auto { grid-column: auto / span 10; width: 100%; }
  .span-11.auto { grid-column: auto / span 11; width: 100%; }
  .span-12.auto { grid-column: auto / span 12; width: 100%; }

  /* Grid Push Columns */
  .span-1.push-1 { grid-column: 2 / 3; width: 100%; }
  .span-1.push-2 { grid-column: 3 / 4; width: 100%; }
  .span-1.push-3 { grid-column: 4 / 5; width: 100%; }
  .span-1.push-4 { grid-column: 5 / 6; width: 100%; }
  .span-1.push-5 { grid-column: 6 / 7; width: 100%; }
  .span-1.push-6 { grid-column: 7 / 8; width: 100%; }
  .span-1.push-7 { grid-column: 8 / 9; width: 100%; }
  .span-1.push-8 { grid-column: 9 / 10; width: 100%; }
  .span-1.push-9 { grid-column: 10 / 11; width: 100%; }
  .span-1.push-10 { grid-column: 11 / 12; width: 100%; }
  .span-1.push-11 { grid-column: 12 / 13; width: 100%; }

  .span-2.push-1 { grid-column: 2 / 4; width: 100%; }
  .span-2.push-2 { grid-column: 3 / 5; width: 100%; }
  .span-2.push-3 { grid-column: 4 / 6; width: 100%; }
  .span-2.push-4 { grid-column: 5 / 7; width: 100%; }
  .span-2.push-5 { grid-column: 6 / 8; width: 100%; }
  .span-2.push-6 { grid-column: 7 / 9; width: 100%; }
  .span-2.push-7 { grid-column: 8 / 10; width: 100%; }
  .span-2.push-8 { grid-column: 9 / 11; width: 100%; }
  .span-2.push-9 { grid-column: 10 / 12; width: 100%; }
  .span-2.push-10 { grid-column: 11 / 13; width: 100%; }

  .span-3.push-1 { grid-column: 2 / 5; width: 100%; }
  .span-3.push-2 { grid-column: 3 / 6; width: 100%; }
  .span-3.push-3 { grid-column: 4 / 7; width: 100%; }
  .span-3.push-4 { grid-column: 5 / 8; width: 100%; }
  .span-3.push-5 { grid-column: 6 / 9; width: 100%; }
  .span-3.push-6 { grid-column: 7 / 10; width: 100%; }
  .span-3.push-7 { grid-column: 8 / 11; width: 100%; }
  .span-3.push-8 { grid-column: 9 / 12; width: 100%; }
  .span-3.push-9 { grid-column: 10 / 13; width: 100%; }

  .span-4.push-1 { grid-column: 2 / 6; width: 100%; }
  .span-4.push-2 { grid-column: 3 / 7; width: 100%; }
  .span-4.push-3 { grid-column: 4 / 8; width: 100%; }
  .span-4.push-4 { grid-column: 5 / 9; width: 100%; }
  .span-4.push-5 { grid-column: 6 / 10; width: 100%; }
  .span-4.push-6 { grid-column: 7 / 11; width: 100%; }
  .span-4.push-7 { grid-column: 8 / 12; width: 100%; }
  .span-4.push-8 { grid-column: 9 / 13; width: 100%; }

  .span-5.push-1 { grid-column: 2 / 7; width: 100%; }
  .span-5.push-2 { grid-column: 3 / 8; width: 100%; }
  .span-5.push-3 { grid-column: 4 / 9; width: 100%; }
  .span-5.push-4 { grid-column: 5 / 10; width: 100%; }
  .span-5.push-5 { grid-column: 6 / 11; width: 100%; }
  .span-5.push-6 { grid-column: 7 / 12; width: 100%; }
  .span-5.push-7 { grid-column: 8 / 13; width: 100%; }

  .span-6.push-1 { grid-column: 2 / 8; width: 100%; }
  .span-6.push-2 { grid-column: 3 / 9; width: 100%; }
  .span-6.push-3 { grid-column: 4 / 10; width: 100%; }
  .span-6.push-4 { grid-column: 5 / 11; width: 100%; }
  .span-6.push-5 { grid-column: 6 / 12; width: 100%; }
  .span-6.push-6 { grid-column: 7 / 13; width: 100%; }

  .span-7.push-1 { grid-column: 2 / 9; width: 100%; }
  .span-7.push-2 { grid-column: 3 / 10; width: 100%; }
  .span-7.push-3 { grid-column: 4 / 11; width: 100%; }
  .span-7.push-4 { grid-column: 5 / 12; width: 100%; }
  .span-7.push-5 { grid-column: 6 / 13; width: 100%; }

  .span-8.push-1 { grid-column: 2 / 10; width: 100%; }
  .span-8.push-2 { grid-column: 3 / 11; width: 100%; }
  .span-8.push-3 { grid-column: 4 / 12; width: 100%; }
  .span-8.push-4 { grid-column: 5 / 13; width: 100%; }

  .span-9.push-1 { grid-column: 2 / 11; width: 100%; }
  .span-9.push-2 { grid-column: 3 / 12; width: 100%; }
  .span-9.push-3 { grid-column: 4 / 13; width: 100%; }

  .span-10.push-1 { grid-column: 2 / 12; width: 100%; }
  .span-10.push-2 { grid-column: 3 / 13; width: 100%; }

  .span-11.push-1 { grid-column: 2 / 13; width: 100%; }

  @media (min-width: 981px){
    .desktop-hide {
      display: none !important;
    }
  }

  /* Mobile Grid Columns */
  @media (max-width: 739px) {
    .sm-span-1.auto { grid-column: auto / span 1 !important; width: 100%; }
    .sm-span-2.auto { grid-column: auto / span 2 !important; width: 100%; }
    .sm-span-3.auto { grid-column: auto / span 3 !important; width: 100%; }
    .sm-span-4.auto, .sm-span-third.auto { grid-column: auto / span 4 !important; width: 100%; }
    .sm-span-5.auto { grid-column: auto / span 5 !important; width: 100%; }
    .sm-span-6.auto { grid-column: auto / span 6 !important; width: 100%; }
    .sm-span-7.auto { grid-column: auto / span 7 !important; width: 100%; }
    .sm-span-8.auto { grid-column: auto / span 8 !important; width: 100%; }
    .sm-span-9.auto { grid-column: auto / span 9 !important; width: 100%; }
    .sm-span-10.auto { grid-column: auto / span 10 !important; width: 100%; }
    .sm-span-11.auto { grid-column: auto / span 11 !important; width: 100%; }
    .sm-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }

    .sm-cg0 { grid-column-gap: 0; }
    .sm-cg1 { grid-column-gap: 6px; }
    .sm-cg2 { grid-column-gap: 9px; }
    .sm-cg3 { grid-column-gap: 12px; }
    .sm-cg4 { grid-column-gap: 15px; }
    .sm-cg5 { grid-column-gap: 18px; }
    .sm-cg6 { grid-column-gap: 21px; }
    .sm-cg7 { grid-column-gap: 24px; }
    .sm-cg8 { grid-column-gap: 27px; }
    .sm-cg9 { grid-column-gap: 30px; }

    .sm-rg0 { grid-row-gap: 0; }
    .sm-rg1 { grid-row-gap: 6px; }
    .sm-rg2 { grid-row-gap: 9px; }
    .sm-rg3 { grid-row-gap: 12px; }
    .sm-rg4 { grid-row-gap: 15px; }
    .sm-rg5 { grid-row-gap: 18px; }
    .sm-rg6 { grid-row-gap: 21px; }
    .sm-rg7 { grid-row-gap: 24px; }
    .sm-rg8 { grid-row-gap: 27px; }
    .sm-rg9 { grid-row-gap: 30px; }

    .mobile-hide,
    .sm-hide {
      display: none !important;
    }
    /* Align Text */
    .sm-a-left { text-align: left; }
    .sm-a-right { text-align: right; }
    .sm-a-center { text-align: center; }

    /* Align Self */
    .sm-v-start { align-self: start; vertical-align: top; }
    .sm-v-center { align-self: center; vertical-align: middle; }
    .sm-v-end { align-self: end; vertical-align: bottom; }
    .sm-v-stretch { align-self: stretch; }

    /* Justify Self */
    .sm-h-start { justify-self: start; }
    .sm-h-center { justify-self: center; }
    .sm-h-end { justify-self: end; }
    .sm-h-stretch { justify-self: stretch; }

    /* Place Self */
    .sm-vh-start { place-self: start; }
    .sm-vv-center { place-self: center; }
    .sm-vh-end { place-self: end; }
    .sm-vh-stretch { place-self: stretch; }
  }

  /* Tablet Grid */
  @media (min-width: 740px) and (max-width: 980px) {
    .md-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }
    .md-span-1.auto { grid-column: auto / span 1 !important; width: 100%; }
    .md-span-2.auto { grid-column: auto / span 2 !important; width: 100%; }
    .md-span-3.auto { grid-column: auto / span 3 !important; width: 100%; }
    .md-span-4.auto, .md-span-third.auto { grid-column: auto / span 4 !important; width: 100%; }
    .md-span-5.auto { grid-column: auto / span 5 !important; width: 100%; }
    .md-span-6.auto { grid-column: auto / span 6 !important; width: 100%; }
    .md-span-7.auto { grid-column: auto / span 7 !important; width: 100%; }
    .md-span-8.auto { grid-column: auto / span 8 !important; width: 100%; }
    .md-span-9.auto { grid-column: auto / span 9 !important; width: 100%; }
    .md-span-10.auto { grid-column: auto / span 10 !important; width: 100%; }
    .md-span-11.auto { grid-column: auto / span 11 !important; width: 100%; }
    .md-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }
    .md-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }

    .md-cg0 { grid-column-gap: 0; }
    .md-cg1 { grid-column-gap: 6px; }
    .md-cg2 { grid-column-gap: 9px; }
    .md-cg3 { grid-column-gap: 12px; }
    .md-cg4 { grid-column-gap: 15px; }
    .md-cg5 { grid-column-gap: 18px; }
    .md-cg6 { grid-column-gap: 21px; }
    .md-cg7 { grid-column-gap: 24px; }
    .md-cg8 { grid-column-gap: 27px; }
    .md-cg9 { grid-column-gap: 30px; }

    .md-rg0 { grid-row-gap: 0; }
    .md-rg1 { grid-row-gap: 6px; }
    .md-rg2 { grid-row-gap: 9px; }
    .md-rg3 { grid-row-gap: 12px; }
    .md-rg4 { grid-row-gap: 15px; }
    .md-rg5 { grid-row-gap: 18px; }
    .md-rg6 { grid-row-gap: 21px; }
    .md-rg7 { grid-row-gap: 24px; }
    .md-rg8 { grid-row-gap: 27px; }
    .md-rg9 { grid-row-gap: 30px; }

    .tablet-hide {
      display: none !important;
    }
    /* Align Text */
    .md-a-left { text-align: left; }
    .md-a-right { text-align: right; }
    .md-a-center { text-align: center; }

    /* Align Self */
    .md-v-start { align-self: start; vertical-align: top; }
    .md-v-center { align-self: center; vertical-align: middle; }
    .md-v-end { align-self: end; vertical-align: bottom; }
    .md-v-stretch { align-self: stretch; }

    /* Justify Self */
    .md-h-start { justify-self: start; }
    .md-h-center { justify-self: center; }
    .md-h-end { justify-self: end; }
    .md-h-stretch { justify-self: stretch; }

    /* Place Self */
    .md-vh-start { place-self: start; }
    .md-vv-center { place-self: center; }
    .md-vh-end { place-self: end; }
    .md-vh-stretch { place-self: stretch; }
  }

  /* Mobile &amp; Tablet Grid */
  @media (max-width: 980px) {
    .dv-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }
    .dv-span-1.auto { grid-column: auto / span 1 !important; width: 100%; }
    .dv-span-2.auto { grid-column: auto / span 2 !important; width: 100%; }
    .dv-span-3.auto { grid-column: auto / span 3 !important; width: 100%; }
    .dv-span-4.auto, .md-span-third.auto { grid-column: auto / span 4 !important; width: 100%; }
    .dv-span-5.auto { grid-column: auto / span 5 !important; width: 100%; }
    .dv-span-6.auto { grid-column: auto / span 6 !important; width: 100%; }
    .dv-span-7.auto { grid-column: auto / span 7 !important; width: 100%; }
    .dv-span-8.auto { grid-column: auto / span 8 !important; width: 100%; }
    .dv-span-9.auto { grid-column: auto / span 9 !important; width: 100%; }
    .dv-span-10.auto { grid-column: auto / span 10 !important; width: 100%; }
    .dv-span-11.auto { grid-column: auto / span 11 !important; width: 100%; }
    .dv-span-12.auto { grid-column: auto / span 12 !important; width: 100%; }

    .dv-cg0 { grid-column-gap: 0; }
    .dv-cg1 { grid-column-gap: 6px; }
    .dv-cg2 { grid-column-gap: 9px; }
    .dv-cg3 { grid-column-gap: 12px; }
    .dv-cg4 { grid-column-gap: 15px; }
    .dv-cg5 { grid-column-gap: 18px; }
    .dv-cg6 { grid-column-gap: 21px; }
    .dv-cg7 { grid-column-gap: 24px; }
    .dv-cg8 { grid-column-gap: 27px; }
    .dv-cg9 { grid-column-gap: 30px; }

    .dv-rg0 { grid-row-gap: 0; }
    .dv-rg1 { grid-row-gap: 6px; }
    .dv-rg2 { grid-row-gap: 9px; }
    .dv-rg3 { grid-row-gap: 12px; }
    .dv-rg4 { grid-row-gap: 15px; }
    .dv-rg5 { grid-row-gap: 18px; }
    .dv-rg6 { grid-row-gap: 21px; }
    .dv-rg7 { grid-row-gap: 24px; }
    .dv-rg8 { grid-row-gap: 27px; }
    .dv-rg9 { grid-row-gap: 30px; }

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

    /* Align Text */
    .dv-a-left { text-align: left; }
    .dv-a-right { text-align: right; }
    .dv-a-center { text-align: center; }

    /* Align Self */
    .dv-v-start { align-self: start; vertical-align: top; }
    .dv-v-center { align-self: center; vertical-align: middle; }
    .dv-v-end { align-self: end; vertical-align: bottom; }
    .dv-v-stretch { align-self: stretch; }

    /* Justify Self */
    .dv-h-start { justify-self: start; }
    .dv-h-center { justify-self: center; }
    .dv-h-end { justify-self: end; }
    .dv-h-stretch { justify-self: stretch; }

    /* Place Self */
    .dv-vh-start { place-self: start; }
    .dv-vv-center { place-self: center; }
    .dv-vh-end { place-self: end; }
    .dv-vh-stretch { place-self: stretch; }
  }
}

/* --- Margin --- */
.m0  { margin:        0 !important; }
.mt0 { margin-top:    0 !important; }
.mr0 { margin-right:  0 !important; }
.mb0 { margin-bottom: 0 !important; }
.ml0 { margin-left:   0 !important; }
.mx0 { margin-left:   0 !important; margin-right:  0 !important; }
.my0 { margin-top:    0 !important; margin-bottom: 0 !important; }
.mb30 { margin-bottom: 30px !important; }

.m-auto  { margin: auto !important; }
.mt-auto { margin-top: auto !important; }
.mr-auto { margin-right: auto !important; }
.mb-auto { margin-bottom: auto !important; }
.ml-auto { margin-left: auto !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }

/* --- Padding --- */
.p0  { padding: 0 !important; }
.pt0 { padding-top: 0 !important; }
.pr0 { padding-right: 0 !important; }
.pb0 { padding-bottom: 0 !important; }
.pl0 { padding-left: 0 !important; }
.px0 { padding-left: 0 !important; padding-right:  0 !important; }
.py0 { padding-top: 0 !important;  padding-bottom: 0 !important; }

@media (min-width: 741px; and max-width: 980px;) {
  .md-m0  { margin:        0 !important; }
  .md-mt0 { margin-top:    0 !important; }
  .md-mr0 { margin-right:  0 !important; }
  .md-mb0 { margin-bottom: 0 !important; }
  .md-ml0 { margin-left:   0 !important; }
  .md-mx0 { margin-left:   0 !important; margin-right:  0 !important; }
  .md-my0 { margin-top:    0 !important; margin-bottom: 0 !important; }

  .md-m-auto  { margin: auto !important; }
  .md-mt-auto { margin-top: auto !important; }
  .md-mr-auto { margin-right: auto !important; }
  .md-mb-auto { margin-bottom: auto !important; }
  .md-ml-auto { margin-left: auto !important; }
  .md-mx-auto { margin-left: auto !important; margin-right: auto !important; }
  .md-my-auto { margin-top: auto !important; margin-bottom: auto !important; }

  /* --- Padding --- */
  .md-p0  { padding: 0 !important; }
  .md-pt0 { padding-top: 0 !important; }
  .md-pr0 { padding-right: 0 !important; }
  .md-pb0 { padding-bottom: 0 !important; }
  .md-pl0 { padding-left: 0 !important; }
  .md-px0 { padding-left: 0 !important; padding-right:  0 !important; }
  .md-py0 { padding-top: 0 !important;  padding-bottom: 0 !important; }
}

@media (max-width: 740px) {
  .sm-m0  { margin:        0 !important; }
  .sm-mr0 { margin-right:  0 !important; }
  .sm-mb0 { margin-bottom: 0 !important; }
  .sm-ml0 { margin-left:   0 !important; }
  .sm-mx0 { margin-left:   0 !important; margin-right:  0 !important; }
  .sm-my0 { margin-top:    0 !important; margin-bottom: 0 !important; }

  .sm-m-auto  { margin: auto; }
  .sm-mt-auto { margin-top: auto; }
  .sm-mr-auto { margin-right: auto; }
  .sm-mb-auto { margin-bottom: auto; }
  .sm-ml-auto { margin-left: auto; }
  .sm-mx-auto { margin-left: auto; margin-right: auto; }
  .sm-my-auto { margin-top: auto; margin-bottom: auto; }

  /* --- Padding --- */
  .sm-p0  { padding: 0; }
  .sm-pt0 { padding-top: 0; }
  .sm-pr0 { padding-right: 0; }
  .sm-pb0 { padding-bottom: 0; }
  .sm-pl0 { padding-left: 0; }
  .sm-px0 { padding-left: 0; padding-right:  0; }
  .sm-py0 { padding-top: 0;  padding-bottom: 0; }
}

@media (max-width: 980px) {
  .dv-m0  { margin:        0; }
  .dv-mt0 { margin-top:    0; }
  .dv-mr0 { margin-right:  0; }
  .dv-mb0 { margin-bottom: 0; }
  .dv-ml0 { margin-left:   0; }
  .dv-mx0 { margin-left:   0; margin-right:  0; }
  .dv-my0 { margin-top:    0; margin-bottom: 0; }

  .dv-m-auto  { margin: auto; }
  .dv-mt-auto { margin-top: auto; }
  .dv-mr-auto { margin-right: auto; }
  .dv-mb-auto { margin-bottom: auto; }
  .dv-ml-auto { margin-left: auto; }
  .dv-mx-auto { margin-left: auto; margin-right: auto; }
  .dv-my-auto { margin-top: auto; margin-bottom: auto; }

  /* --- Padding --- */
  .dv-p0  { padding: 0; }
  .dv-pt0 { padding-top: 0; }
  .dv-pr0 { padding-right: 0; }
  .dv-pb0 { padding-bottom: 0; }
  .dv-pl0 { padding-left: 0; }
  .dv-px0 { padding-left: 0; padding-right:  0; }
  .dv-py0 { padding-top: 0;  padding-bottom: 0; }
}

/* Quick Inline Grid */
.inline__wrapper {
  list-style: none;
  width: 100%;
}
.inline__wrapper &gt; * {
  width: auto;
  margin: 0;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.display-none { display: none !important;}

.note {
  padding: 20px;
  border: 1px solid var(--dotted-color);
  margin-bottom: 20px;
}
.note .underline {
  text-decoration: underline;
}
.or-divider {
  position: relative;
  font-size: var(--font-size);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.6;
}
.or-divider span:before {
  content: "";
  background: var(--dotted-color);
  height: 1px;
  width: 40%;
  position: absolute;
  left: 0;
  top: 50%;
}
.or-divider span:after {
  content: "";
  background: var(--dotted-color);
  height: 1px;
  width: 40%;
  position: absolute;
  right: 0;
  top: 50%;
}

html,
body {
  height: 100%;
  box-sizing: border-box !important;
}

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

body {
  color: var(--text-color);
  background: var(--background);
  font-size: var(--font-size);
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  letter-spacing: var(--main-spacing);
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}
body .slideout-panel {
  background: var(--background);
}
img {
  height: auto;
  width: 100%;
  max-width: 100%;
  border: 0;
}

.box-ratio {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  background-color: var(--background);
}

.product .box-ratio {
  background-color: var(--background);
}

.box-ratio img {
  background-color: var(--background);
}

h1,
h2,
h3,
h4,
h5 {
  color: var(--text-color);
  font-family:var(--heading-family);
  font-weight: var(--heading-weight);
  font-style: var(--heading-style);
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: var(--heading-spacing);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  font-weight: inherit;
  color: var(--text-color) !important;
}

h1, .h1 {
  font-size: var(--h1-size);
}

h2, .h2 {
  font-size: var(--h2-size);
}

h3, .h3 {
  font-size: var(--h3-size);
}

h4, .h4 {
  font-size: calc(var(--font-size) + 2px);
}

h5, .h5 {
  font-size: calc(var(--font-size) + 1px);
}

h1,
h2,
h3,
h4,
h5,
p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 10px;
}

p {
  font-size: var(--font-size);
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: bold;
}

.text-left {
  text-align: left;
}

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

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

.inline-block-auto {
  display: inline-block;
  width: auto;
}

a {
text-decoration: none;
color: var(--text-color);
}

a:hover {
  color: var(--text-color);
}

a:visited {
  color:var(--text-color);
}

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt {
  font-weight: bold;
}

ol {
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px;
  text-indent: 0;
  list-style-position: inside;
}

ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: disc inside;
}

blockquote {
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  padding-left: 35px;
  color: #999;
  margin: 20px 0;
}

hr {
  background: var(--dotted-color);
  border: none;
  color: var(--dotted-color);
  display: block;
  height: 1px;
  margin-top: 20px;
  width: 100%;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.hide {
  display: none;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

.mb0 {
  margin-bottom: 0;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.visually-hidden--static {
  position: static !important;
}

.hr-or {
  border: none;
  border-top: 1px solid var(--dotted-color);
  width: 14.375rem;
  margin: 1.5625rem auto;
  overflow: visible;
  margin: 16px 0;
  width: 100%;
}

.hr-or:after {
  content: attr(data-content);
  position: relative;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  font-weight: 500;
  background-color: var(--background);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .2px;
  text-align: center;
  display: inline-block;
}

/* NO JS Helpers
================================================== */
.js-focus-hidden:focus {
  outline: none;
}

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

.no-js #slider .carousel-cell {
 opacity: 1 !important;
 visibility: visible;
}

.no-js #slider .carousel-cell img {
  margin-bottom: 20px;
}

.no-js .zoom_btn,
.no-js .swatches__container,
.no-js .no-js-hidden {
  display: none;
}

.no-js .product__variants-single-option-label,
.no-js .vantage-accordion .product-accordion-content {
  display: block !important;
}

.no-js #AddToCartForm .product__variants-select {
  display: block !important;
}

.no-js #AddToCartForm .product__variants-select select {
  float: unset;
  min-width: 240px;
}

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

.no-js #shopify-section-mobile-navigation {
  display: none;
}

.no-js [data-aos^=fade][data-aos^=fade] {
  opacity: 1 !important;
}

.no-js [data-aos^=fade][data-aos^=fade] {
  transform: unset;
}

.no-js [data-aos] {
  pointer-events: unset !important;
}

.no-js .loading-wrapper,
.no-js .product-listing__quickview-trigger {
  display: none !important;
}

/* No Js Cart */
.cart-type--no_js_cart .ajax-cart__item-remove--no-js,
.no-js .ajax-cart__item-remove--no-js {
  display: block !important;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cart-type--no_js_cart  .ajax-cart__item-remove--js,
.no-js .ajax-cart__item-remove--js {
  display: none;
}
.cart-type--no_js_cart .ajax-cart__qty-control--down,
.cart-type--no_js_cart .ajax-cart__qty-control--up,
.no-js .ajax-cart__qty-control--down,
.no-js .ajax-cart__qty-control--up {
  display: none;
}
.cart-type--no_js_cart .ajax-cart__item-quantity,
.no-js .ajax-cart__item-quantity {
  text-align: center !important;
}
.cart-type--no_js_cart .ajax-cart__qty-input--no-js,
.no-js .ajax-cart__qty-input--no-js {
  max-width: 90px;
  margin: 0;
}
.cart-type--no_js_cart .ajax-cart__item-update--no-js,
.no-js .ajax-cart__item-update--no-js {
  display: block !important;
  margin-top: 8px;
  text-decoration: underline;
  font-size: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.no-js .ajax-cart__accordion--shipping-calc {
  display: none;
}
.cart-type--no_js_cart .ajax-cart__form-wrapper--nojs,
.no-js .ajax-cart__accordion .accordion-content {
  display: block !important;
}
.no-js .loading-wrapper,
.cart-type--no_js_cart .loading-wrapper {
  display: none;
}

/* #Buttons
================================================== */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: 100%;
  max-width: 100%;
  background: var(--button-color);
  color: var(--button-text);
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
  letter-spacing: var(--main-spacing);
  font-weight: normal;
  text-decoration: none;
  border: none;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 15px;
  line-height: normal;
  height: 50px;
}

.theme-buttons-curved .button,
.theme-buttons-curved button,
.theme-buttons-curved input[type="submit"],
.theme-buttons-curved input[type="reset"],
.theme-buttons-curved input[type="button"] {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: var(--button-text);
  background: var(--button-hover);
}

button.button-as-link,
a.button-as-link,
input.button-as-link {
  border: none;
  background: none;
  color: var(--text-color);
  text-decoration: underline;
  line-height: var(--font-size);
  font-size: var(--font-size);
  height: auto;
  display: inline-block;
  width: auto;
}
button.button-as-link:hover,
a.button-as-link:hover,
input.button-as-link:hover {
  background: none;
  color: var(--text-color);
}

.secondary-button {
  background: var(--secondary-button-color) !important;
  color: var(--secondary-button-text) !important;
}

.secondary-button:hover {
  color: var(--secondary-button-text) !important;
  background: var(--secondary-button-hover) !important;
}

/* Fix for odd Mozilla border &amp; padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* #Forms
================================================== */
form {
  margin-bottom: 0;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="phone"],
textarea,
select {
  border: 1px solid #ccc;
  height: 50px;
  outline: none;
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
  color: var(--text-color);
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: var(--background);
  box-sizing: border-box;
  letter-spacing: var(--main-spacing);
}

select {
  padding: 0 9px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2);
}

label,
legend {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

input[type="checkbox"] {
  display: inline;
}

label span,
legend span {
  font-weight: normal;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #aaa;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #aaa;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #aaa;
}


input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
  width: 100%;
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
  color: var(--text-color);
  border: 1px solid var(--dotted-color);
  height: 50px;
  margin: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  text-indent: 10px;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea {
  width: 100%;
  background: #fff;
  border: 1px solid var(--dotted-color);
  height: 135px;
  margin: 0 0 20px 0;
  max-width: 100%;
  padding: 10px;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  min-height: 60px;
  min-width: 300px;
  letter-spacing: var(--main-spacing);
}

/* =============== */
/* = Start CSS = */
/* =============== */

.announcement__bar-section .row.grid__wrapper {
  grid-row-gap: 0;
}

.header-wrapper {
  background: var(--header-wrapper-background);
}

.header-wrapper .grid__wrapper:not(.megamenu) {
  grid-row-gap: 0;
  align-items: center;
}

.header-wrapper.nav__option-full .nav-container {
    padding: 10px;
}

header {
  background: var(--announcement-background);
  position: relative;
  z-index: 6;
  color: var(--announcement-text);
}

ul#social-icons {
  margin-bottom: 0;
  text-align: left;
  z-index: 5;
  position: relative;
  list-style: none;
  min-height: 1px;
}

ul#social-icons li {
  text-align: left;
  display: inline;
  padding: 0 10px 0 0;
}

ul#social-icons li a {
  color: var(--announcement-text);
}

ul#social-icons li a:hover {
  color: var(--announcement-text);
  text-decoration: underline;
}

#search {
  width: 300px;
  text-align: center;
  margin: 0 auto;
}

#search_popup {
  text-align: center;
}

#search_popup #q {
  text-indent: 0;
  text-align: center;
}
/* ====== Mobile Header ===== */
.mobile__header a,
.mobile__header button {
  color: var(--mobile-header-icons);
}
/* ====== Header links ===== */
header .fa-2x {
  font-size: 16px !important;
}
.cart-links__wrapper {
  margin: 0;
}
.cart-links__wrapper &gt; li {
  display: inline-block;
}
.cart-links__wrapper &gt; li &gt; a {
  line-height: 48px;
  height: 48px;
  padding: 0 5px;
  display: inline-block;
}

.cart-links__link-cart button {
  margin: 0;
  padding: 0;
  line-height: 48px;
  height: 48px;
  gap: 5px;
  color: var(--header-link-color);
}

#hello {
  text-align: center;
  min-height: 1px;
}

@media screen and (min-width: 741px) {
  #hello { line-height: 40px; }
}

@media screen and (max-width: 740px) {
  #hello {
    padding: 5px 0;
  }
}

#hello p {
  color: var(--announcement-text);
  font-size: var(--announcement-text-size);
  margin-bottom: 0;
}
#hello a {
  color: var(--announcement-text);
  text-decoration: underline;
}
#logo {
  line-height: initial;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

#logo a {
  vertical-align: middle;
  font-family:var(--heading-family);
  font-weight: var(--heading-weight);
  font-style: var(--heading-style);
  color: var(--header-link-color);
  text-decoration: none;
  font-size: var(--h1-size);
}

.main__section {
  position: relative;
  z-index: 0;
}

body:not(.template-index) .main__section {
  margin-top: 30px;
}

.content-wrapper {
  background: var(--background);
}

ul.shopping__cart-links {
  list-style: none;
  display: flex;
  flex-direction: row;
  grid-gap: 15px;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
}
ul.shopping__cart-links li a,
ul.shopping__cart-links li span,
ul.shopping__cart-links li button {
  margin-bottom: 0;
  padding: 0;
}

ul.shopping__cart-links li {
  display: flex;
  align-items: center;
  line-height: 0;
}

ul.shopping__cart-links li svg {
  height: 18px;
}

ul.shopping__cart-links li button {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 980px) {
  ul.shopping__cart-links svg {
    height: 18px;
  }
}

/* =============== */
/* = index.liquid = */
/* =============== */


#index-pages h3 {
  text-align: center;
  margin-bottom: 20px;
}

.pages-left-content {
  padding-top: 5px;
}

.padded {
  margin-bottom: 15px;
}

.pages-content .rte {
  text-align: center;
}

.prod-vendor {
  text-align: center;
  display: block;
}

/* =============== */
/* = collections = */
/* =============== */

.product-info form {
  margin-top: 20px;
}

.featured-product-form .errors.qty-error,
.product-form .errors.qty-error {
  padding: 10px 10px 20px 10px;
}

.product-index .single-option-selector {
  margin: 5px auto 10px;
}


li.paginext,
li.pagiprev {
  width: 38px;
  border: 1px solid #ddd;
  text-align: center !important;
  height: 38px;
  line-height: 36px;
}

li.paginext a,
li.pagiprev a {
  display: block;
  font-size: 16px;
}

span.pagination-count {
  margin-left: 10px;
  font-size: 11px;
}

/* ================ */
/* = Product page = */
/* ================ */

body.template-product .row.product__section #breadcrumb {
    margin-top: 0;
    margin-bottom: 30px;
}

.active img {
  border: 1px solid #e6e6e6 !important;
}

.zoomContainer {
  z-index: 2;
}

#mobile-product {
  position: relative;
}

ol.flex-control-nav {
  display: none;
}

.thumbnail {
  margin-bottom: 10px;
  border: 1px solid #fff;
}

#product-price,
.product-price {
  font-size: calc(var(--font-size) + 2px);
  margin-bottom: 10px;
}

#product-price {
  border-bottom: 1px solid var(--dotted-color);
  padding-bottom: 12px;
}

.product__section-details,
.product-description {
  text-align: center;
}

@media screen and (max-width: 740px) {
  .product__section--desc.product__description-container.rte {
      text-align: left !important;
      clear: left;
      float: left;
      width: 100%;
  }
  .product__section-container.row.grid__wrapper {
      grid-row-gap: 0;
  }
}

.selector-wrapper {
  margin-bottom: 12px;
}

.product-add h5 {
  font-weight: bold;
  font-size: var(--font-size);
}

.qty-selection {
  margin-top: 15px;
}

.quantity {
  text-align: center;
  display: inline-block !important;
  padding: 10px 0 !important;
  text-indent: 0 !important;
  background: transparent;
  padding: 0 !important;
  width: 50px !important;
  height: 46px !important;
  margin: 0 !important;
  border-left: 0;
  border-right: 0;
}

.down,
.up {
  display: inline-block;
  vertical-align: top;
  line-height: 44px;
  padding: 0;
  width: 44px;
  color: var(--text-color);
  border: 1px solid var(--dotted-color);
  text-align: center;
  background: #fff;
  height: 46px;
  margin-bottom: 0;
  border-radius: 0;
}

.theme-buttons-curved .down,
.theme-buttons-curved .up {
  border-radius: 0;
}

.up:hover,
.down:hover {
  cursor: pointer;
}

.add {
  margin: 0 auto;
  display: block !important;
  clear: left;
}

.shopify-payment-button {
  clear: left;
  margin-top: 15px;
}

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


.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  line-height: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  border-radius: 0 !important;
}
.theme-buttons-curved .shopify-payment-button__button--branded,
.theme-buttons-curved .shopify-payment-button__button--unbranded {
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
}

.shopify-payment-button__button--unbranded {
  color: var(--button-text) !important;
  background: var(--button-color) !important;
  font-size: var(--font-size) !important;
}

.shopify-payment-button__button--unbranded:hover {
  color: var(--button-text) !important;
  background: var(--button-hover) !important;
}

button.shopify-payment-button__more-options, button.shopify-payment-button__more-options:hover {
  background: transparent !important;
  color: #000 !important;
  padding: 0px 0 10px !important;
  font-size: 12px;
  height: initial;
}

.rte-description {
  margin-bottom: 15px;
}

.desc {
  padding-top: 10px;
}

.full-click {
  display: block;
  text-align: center;
  margin-top: 20px;
}

#related {
  margin-top: 20px;
  padding: 20px 0;
  float: left;
  text-align: center;
}

#social {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

#product-navigation {
  text-align: center;
}

#back-forth img {
  margin: 0 5px;
  vertical-align: middle;
  max-width: 160px;
}

.backto {
  margin-bottom: 10px;
  display: block;
}

.prev-prod {
  margin-right: 10px;
}

.next-prod {
  margin-left: 10px;
}

.prev-prod,
.next-prod {
  display: inline-block;
}

.share-icons a {
  margin: 0 5px;
}

#product__section-lowerDescription {
  text-align: left;
}

.single-option-selector {
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 12px;
  font-size: var(--font-size);
  height: 48px;
  line-height: 46px;
  background: var(--select-arrow-bg) no-repeat right #fff;
  margin: 5px auto 10px;
}

.single-option-selecter::-ms-expand {
  display: none;
}

.what-is-it label {
  display: inline;
  margin-right: 10px;
}

/* New Product Quick View Image Gallery */
.product-image-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* =============== */
/* = Map Section = */
/* =============== */
.map-section-container,
.map-section-image {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0
}

.map-section--display-map .map-section-container,
.map-section--display-bg-image .map-section-image {
  z-index: 4;
  position: relative;
}

.placeholder-background {
  display: none;
}
.map-section--onboarding .placeholder-background {
  display: block;
}

.map-section-image.show-image {
  z-index: 5;
  position: relative;
}

.map-section-container {
  height: 400px;
  width: 100%;
}

.map-section-content {
  padding: 30px;
}

.map-section-content .button {
  height: auto;
  padding: 10px;
  width: auto;
  margin-top: 20px;
}

.map-section-wrapper .text_right .map-section-content-wrapper {
  float: right;
}

.map-section-background-wrapper {
  position: relative;
  overflow: hidden;
}

.map-section--onboarding .map-section-error {
  display: none;
}

.map-section-error {
  font-style: italic;
  color: #ff6d6d;
  border: 2px solid #ff6d6d;
  background-color: rgba(119, 0, 0, 0.65);
  padding: 30px;
  margin-top: -250px;
  width: 50%;
  margin-left: 25%;
  z-index: 6;
}

.map-section-image {
  height: 400px;
}

.map-section-image .box-ratio {
  padding-bottom: 400px !important;
}

.map-section-image .box-ratio img {
  height: 400px;
  object-fit: cover;
}

.placeholder-background {
  height: 400px;
}

.map-section .placeholder-svg {
  fill: rgba(28,29,29,0.1);
  height: 400px;
}

/* ====================== */
/* = Newsletter Section = */
/* ====================== */
#newsletter {
  padding: 30px 15px 30px 15px;
}
.section-icons ul li a {
  font-size: 15px;
  margin: 0 10px;
}
#newsletter #social-icons {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

#newsletter #social-icons li {
  line-height: 13px;
}

#newsletter p.form--success {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: var(--main-weight);
}

#newsletter .section-title {
  margin-bottom: 0;
}

#newsletter .section-header p {
  margin: 0;
  padding: 0;
}

#newsletter .section-header {
  text-align: center;
}

#newsletter .input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
}

#newsletter .password__input-group {
    max-width: 600px;
    margin: 0 auto;
}

#newsletter .newsletter__submit {
  width: 30%;
  float: left;
  font-size: 13px;
  height: 50px;
  transition: all .25s ease-in-out;
}

#newsletter .newsletter__input {
  width: 70%;
  float:left;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
  height: 50px;
  line-height: 50px;
}

#newsletter .newsletter__input:hover {
  opacity: 0.7;
}

#newsletter .section-icons li {
  display: inline-block;
  margin-right: 6px;
  font-size: 25px;
}

#newsletter .newsletter__input:focus {
  opacity: 0.7;
}

#newsletter .gdpr_disclaimer.rte.small {
  font-size: 90%;
  text-align: center;
  margin-bottom: 15px;
}

/* ============================ */
/* = Featured Product Section = */
/* ============================ */
.homepage-featured-product .featured-product-gallery {
  position: relative;
  margin-bottom: 10px;
}

.homepage-featured-product h4.product-vendor {
  font-size: 16px;
}

.homepage-featured-product .product-description .rte {
  max-width: 600px;
  margin: 0 auto;
}

.homepage-featured-product .product-details {
  padding: 16px;
  margin-bottom: 0px;
  margin-top: 15px;
  display: inline-block;
}

.homepage-featured-product .product-details li {
  display: block;
}

/* =============== */
/* = Search = */
/* =============== */
#search-bar {
  margin-top: 20px;
}

#search-bar #q {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#SearchFiltersForm {
  padding-top: 20px;
  border-top: 1px solid var(--dotted-color);
}

.search-content {
  text-align: center;
  padding: 10px;
}

.search__page_results--img {
  margin-bottom: 10px;
}

.search__page_results--link .search__page_results--text {
  border: 1px solid var(--dotted-color);
  padding: 20px;
  display: block;
  text-align: center;
}

.search__page_results--link:hover .search__page_results--text {
  border-color: var(--link-color);
}

/* =============== */
/* = Footer = */
/* =============== */
.credit img {
  height: 28px;
}

#bottom-logo {
  margin-top: 50px;
  text-align: center;
}

#footer-wrapper {
  z-index: 2;
  clear: left;
  border-top: 1px solid var(--dotted-color);
  background: var(--footer-background);
  padding: 63px 0 30px;
}

#footer-wrapper p,
#footer-wrapper a {
  color: var(--footer-text);
}

#footer-wrapper h3 {
  color: var(--footer-text);
  padding-bottom: 3px;
}

#footer-wrapper ul {
  list-style: none;
}

#footer-wrapper ul li a {
  line-height: 2.14;
  color: var(--footer-text);
}

#footer-wrapper ul li a:hover {
  color: var(--footer-text);
}

div#footer_signup {
  margin-top: 30px;
}

input#footer-EMAIL {
  width: 75%;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  background: var(--footer-input);
  color: var(--footer-input-text);
  border: 0;
  border-radius: 0;
}

input#footer-EMAIL::-webkit-input-placeholder { /* WebKit browsers */
  color: var(--footer-input-text);
}
input#footer-EMAIL:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: var(--footer-input-text);
}
input#footer-EMAIL::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: var(--footer-input-text);
}
input#footer-EMAIL:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: var(--footer-input-text);
}

input#footer-subscribe {
  width: 25%;
  float: left;
  display: inline-block;
  background: var(--footer-button);
  color: var(--footer-button-text);
  border: 0;
  font-weight: var(--main-weight);
  white-space: normal;
}

.theme-buttons-curved input#footer-subscribe {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

ul#footer-icons li {
  display: inline-block;
  margin: 0 10px;
  width: auto;
  height: 19px;
}

ul#footer-icons li a {
  font-size: 14px;
  color: var(--footer-icons-color);
}

.credit {
  text-align: center;
}

.credit p {
  color: var(--footer-text);
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 15px;
}

.credit a {
  color: var(--footer-text);
}
#mc_embed_signup {
  width: 100%;
}

#mce-EMAIL {
  float: left;
  text-align: center;
  text-indent: 0;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
}

#payment svg {
  display: inline;
  width: 40px;
  height: 25.25px;
  text-align: center;
  margin: 0 1px;
}

/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product {
  display: none;
}

/* =============== */
/* = Global = */
/* =============== */
#pagination {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 38px;
}

#pagination a,
#pagination span {
  float: none;
  display: inline-block;
  padding: 0 5px;
}

#pagination span.current {
  font-weight: var(--main-weight);
}

div.paginext,
div.pagiprev {
  display: inline-block;
}

div.paginext a,
div.pagiprev a {
  width: 38px;
  border: 1px solid #ddd;
  text-align: center !important;
  height: 38px;
  line-height: 35px;
  display: inline-block;
}

span.pagination-count {
  margin-left: 10px;
  font-size: 11px;
}


/*
Swatches Styles
*/

.swatch {
  margin:0;
}
/* Label */
.swatch h5 {
  margin: 0.5em 0;
  font-weight: var(--heading-weight);
  font-size: 14px;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}

.color label {
  width: 40px !important;
}

.swatch label {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  background-color: #fff;
  margin:0px 3px 10px;
  cursor:pointer;
  border: 1px solid #eee;
  position:relative;
  text-transform:uppercase;
  font-size:13px;
  font-weight: var(--heading-weight);
  min-width: var(--swatch-width) !important;
  height: var(--swatch-height) !important;
  line-height:38px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
}

.swatch-element label {
  padding: 0 15px;
}

.color.swatch-element label {
  padding: 0;
}

.swatch input:checked + label {
  border:1px solid #eee;
  background: #000;
  color: #fff;
}

.swatch .color input:checked + label {
  box-shadow: 0px 0px 2px 2px #d6d6d6;
}

.swatch label:hover {
  background: #eee;
}

.swatch .swatch-element {
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  position:relative;
}

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swatch .swatch-element .crossed-out {
  display: none;
}

.swatch .swatch-element.soldout .crossed-out {
  display: block;
}

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */
}

/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left: calc(var(--tool-tip-width) * 1px);
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.swatch.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
}

.swatch.error p {
  margin: 0.7em 0;
}

.swatch.error p:first-child {
  margin-top: 0;
}

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

.swatch.error code {
  font-family: monospace;
}

iframe {
  width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videoWrapper iframe, .videoWrapper object, .videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.global__section {
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /* don't forget to set a duration! */
}

.loading-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background: var(--background);
  z-index: 200;
  margin: 0 auto;
  text-align: center;
  opacity: 0.9;
  left: 0;
  top: 0;
}

.loading-ripple {
  display: inline-block;
  width: 80px;
  height: 80px;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
}
.loading-ripple div {
  position: absolute;
  border: 4px solid var(--dotted-color);
  opacity: 1;
  border-radius: 50%;
  animation: loadingRipple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loadingRipple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.animate-hide {
    -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate-show {
    -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* Caption */

.closeslide {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

.closeslide i.icon-angle-right {
  margin-right: -3px;
}

ol.flex-control-nav {
  display: none;
}

.mobile-gallery {
  text-align: center;
  position: relative;
  width: 100%;
}

.collection-banner {
  text-align: center;
  margin-bottom: 0px;
}

.collection-banner img {
  width: 100%;
}

/* onboarding styles for new theme install */

.image-with-text-overlay .onboard {
  text-align: center;
}

.image-with-text-overlay .onboard svg {
  fill: #d0d0d0;
  height: 430px;
}

.gallery__item .onboard .placeholder-svg,
.ci.onboard .placeholder-svg, .onboard svg,
.slideshow__slide-onboard .placeholder-svg,
.onboard-slide svg, .article-image .placeholder-svg {
  fill: rgba(28,29,29,0.2);
  background-color: transparent;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.row.no-blocks .desktop-12 {
  font-size: 15px;
  text-align: center;
  padding: 20px 0;
  border: 1px dashed #eee;
  background: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 50px;
  font-weight: normal;
}

.content-onboard {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.panel:before {
  content: '';
  display: block;
  background-color: rgba(0,0,0,0);
  transition: background-color 0.5s ease-in-out;
}

/* =============== */
/* = RTE Formatting = */
/* =============== */

.rte h2 {
  margin-bottom: 30px;
}

/* RTE Button */
.rte-button {
  background: var(--button-color);
  border: none;
  -webkit-transition: background 0.3s ease,color 0.3s ease;
  -moz-transition: background 0.3s ease,color 0.3s ease;
  -o-transition: background 0.3s ease,color 0.3s ease;
  transition: background 0.3s ease,color 0.3s ease;
  -webkit-appearance: none;
  color: var(--button-text);
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 15px 5px;
  text-transform: uppercase;
}

.rte-button:hover {
  color: var(--button-text);
  background: var(--button-hover);
}

/* RTE Tabbed Content */
.rte-tab &gt; input,
.rte-tab section &gt; div {
  display: none;
}

.rte-tab #tab1:checked ~ section .tab1,
.rte-tab #tab2:checked ~ section .tab2,
.rte-tab #tab3:checked ~ section .tab3 {
  display: block;
}

.rte-tab #tab1:checked ~ nav .tab1,
.rte-tab #tab2:checked ~ nav .tab2,
.rte-tab #tab3:checked ~ nav .tab3 {
  color: red;
}

.tab3 label,
.tab4 label,
.tab5 label {
  border-left: none !important;
}

.rte-tab {
  width: 100%;
  max-width: 100%
  margin: 0 auto;
}
.rte-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rte-tab ul li label {
  float: left;
  padding: 15px 25px;
  margin: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: var(--background);
  color: var(--text-color);
}
@media screen and (max-width: 740px) {
  .rte-tab ul li label {
    padding: 5px 5px !important;
  }
}
.rte-tab ul li label:hover {
  background: #dddddd;
}
.rte-tab ul li label:active {
  background: #ffffff;
}

.rte-tab section {
  clear: both;
}
.rte-tab section div {
  padding: 20px;
  width: 100%;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: var(--main-spacing);
  color: #444;
}
.rte-tab section div h2 {
  margin: 0;
  color: var(--text-color);
}

.rte-tab #tab1:checked ~ nav .tab1 label,
.rte-tab #tab2:checked ~ nav .tab2 label,
.rte-tab #tab3:checked ~ nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}
.rte-tab #tab1:checked ~ nav .tab1 label:after,
.rte-tab #tab2:checked ~ nav .tab2 label:after,
.rte-tab #tab3:checked ~ nav .tab3 label:after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;
}

/* RTE Image Slider */

.rte-image-slider-container {
  min-height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.rte-image-slider-container input {
  visibility: hidden;
}

.rte-image-slider-menu {
  position: absolute;
  left: 0;
  z-index: 900;
  width: 100%;
  bottom: 0;
}

.rte-image-slider-menu label {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: var(--direction-background);
  border-radius: 50px;
  margin: 0 .2em 1em;
}

.rte-image-slider-menu label:hover {
  background: var(--direction-hover);
}

.rte-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  padding: 8em 1em 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: left 0s .75s;

}

[id^="rte-slide"]:checked + .rte-slide {
  left: 0;
  z-index: 2;
  transition: left .65s ease-out;
}

/* RTE Map */
.rte-map {
  border: none;
  min-height: 500px;
}

/* RTE Divider */
.rte hr {
  margin: 60px 0
}

/* RTE Masonry Gallery */
.rte-masonry {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
}
.rte-masonry.gutter {
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}
.rte-masonry.no-gutter {
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
  line-height: 0;
}
.rte-masonry .item img {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.rte-masonry .item {
  display: inline-block;
  background: #fff;
  width: 100%;
}
.rte-masonry .item:hover {
  opacity: 0.8;
  cursor: pointer;
}
.rte-masonry.no-gutter .item {
  padding: 0;
  margin: 0;
}
.rte-masonry.gutter .item {
  margin: 0 0 1.5em;
}

@media only screen and (min-width: 400px) {
  .rte-masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  .rte-masonry.gutter {
    -moz-column-gap: .8em;
    -webkit-column-gap: .8em;
    column-gap: .8em;
  }
}

@media only screen and (min-width: 700px) {
  .rte-masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width: 900px) {
  .rte-masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media only screen and (min-width: 1100px) {
  .rte-masonry {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
  }
}

@media only screen and (min-width: 1280px) {
  .rte-masonry {
      width: 1260px;
  }
}

/* ---- Product images ---- */
.thumbnail-icon {
  position: absolute;
  top: 0px;
  right: 2px;
  z-index: 2;
  width: 25%;
  line-height: 0;
}

.thumbnail-icon svg {
  height: 100%;
  width: 100%;
  background: var(--background) !important;
  color: var(--text-color) !important;
  border: 1px solid var(--icon-border-color);
}

.thumbnail-icon svg {
  fill-opacity: 0.6;
}

.thumbnail-icon svg:hover {
  fill-opacity: 0.85;
}

.product-media-container {
  position: relative;
}
.product-video,
.product-media-container,
.plyr--video {
  outline: none;
}

.plyr video,
.plyr__video-wrapper,
.plyr__poster {
  background-color: var(--background);
}

.product-video &gt; video {
  width: 100%;
}

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

.product-model model-viewer,
.product-model .shopify-model-viewer-ui,
.product-model .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.product-model model-viewer,
.product-model .shopify-model-viewer-ui,
.product-model .media-item
{
  height: 100%;
}

button.media-button.view-in-space {
  background: transparent;
  width: initial !important;
  text-align: center;
  width: 60px;
  max-width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  margin: 0 auto;
  display: inherit;
  z-index: 2;
  position: relative;
}

button.media-button.view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}

.product-video button {
  width: initial;
  width: 62px;
  height: 62px;
  padding: 0;
  margin-bottom: 0;
}

.plyr--video .plyr__control:not(.plyr__control--overlaid).plyr__tab-focus svg, .plyr--video .plyr__control:not(.plyr__control--overlaid):hover svg, .plyr--video .plyr__control:not(.plyr__control--overlaid)[aria-expanded=true] svg,
.plyr--audio .plyr__control.plyr__tab-focus svg,
.plyr--audio .plyr__control:hover svg,
.plyr--audio .plyr__control[aria-expanded=true] svg {
  stroke: none !important;
}

.product-video .plyr button svg {
    border: 0 !important;
}

button[hidden] {
  visibility: hidden;
}
.product-single__view-in-space {
	 background-color: var(--dotted-color);
	 border: none;
	 width: 100%;
	 min-height: unset;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 display: block;
	 font-size: 14px;
	 color: var(--text-color);
   z-index: 1;
   position: relative;
}
 .product-single__view-in-space[data-shopify-xr-hidden] {
	 visibility: hidden;
}

.product-single__view-in-space:hover svg .hover-fill {
  fill: var(--button-text);
}
.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: var(--button-text);
}
 .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: var(--text-color);
  opacity: 1;
}
.product-single__view-in-space-text {
  border-bottom: 1px solid transparent;
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.product-single__view-in-space svg {
  margin-right: 2.43px;
  fill: transparent;
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  vertical-align: middle;
}
.product-single__view-in-space svg rect {
  fill: transparent !important;
}
.product-single__view-in-space:hover #three-d-icon path,
.product-single__view-in-space:focus #three-d-icon path {
  fill: var(--button-text);
}
.product-model model-viewer, .product-model .shopify-model-viewer-ui, .product-model .media-item {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  max-width: 100%;
}


/* ---- Custom Thumbnail Slider ----*/
body .focus-visible,
.product-video .plyr:focus,
.plyr__video-wrapper.plyr__tab-focus:focus {
  outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
  outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
}

.vertical-carousel .thumb-slider-wrapper {
    overflow: hidden;
}

.thumb-slider.vertical-carousel .thumb-slider-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

div#thumb-slider-wrapper::-webkit-scrollbar {
  display: none;
}

#thumb-slider-wrapper .product-single__thumbnails-item {
  position: relative;
  display: block;
  width: 100%;
}

#thumb-slider-wrapper .product-single__thumbnails-item img {
  width: 100%;
  cursor: pointer;
}

.thumb-slider-slides {
  position: relative;
  top: 0;
  left: 0;
  list-style: none;
}

.thumb-slider-slides li {
  margin-bottom: 5px;
}

/* horizontal thumbnail slider */
.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item {
  max-width: unset;
  height: unset;
  margin: 5px;
  padding: 0;
  width: 20%;
}

.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item.thumb__first {
  margin-left: 0;
}

.horizontal-carousel #thumb-slider-wrapper .product-single__thumbnails-item.thumb__last {
  margin-right: 0;
}

.horizontal-carousel.flickity-slider--false #thumb-slider-wrapper .product-single__thumbnails-item {
  float: left;
}

.horizontal-carousel.flickity-slider--false #thumb-slider-wrapper .product-single__thumbnails-item {
  width: 110px;
}

.product-single__thumbnails-item:focus img {
  opacity: 1 !important;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;border:none;color:var(--direction-color);background-color:var(--direction-background);width:45px;height:45px;border:1px solid var(--direction-hover);border-radius:50%!important;margin:0;display:flex;align-items: center;justify-content:center;}.flickity-button:hover{cursor:pointer;background-color: var(--direction-hover);}.flickity-button:focus{outline:0;box-shadow:0 0 0 1px var(--keyboard-focus-color)}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-prev-next-button{top:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{height:12px;color:var(--direction-color);fill:var(--direction-color);}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 5px;border:1px solid #fff;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider &gt; * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider &gt; .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.flickity-slider {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.product__section-images {
  margin-bottom: 20px;
}

.product__section-images .carousel-container {
  display: flex;
}

.product__gallery--container {
    display: flex;
    width: 100%;
}

.thumb-slider.vertical-carousel {
    order: -1;
    flex: 0 0 100px;
    position: relative;
    max-width: 100px;
}

.thumb-slider.vertical-carousel[data-thumbnail-position="right"] {
  order: 1;
}

.thumb-slider.horizontal-carousel {
  flex: 1 1 auto;
  position: relative;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
}

div#slider {
    flex: 1 1 auto;
    position: relative;
}

.product__section-images .carousel {
  flex-grow: 1;
  list-style-type: none;
}

.product__section-images .carousel-cell {
  width: 100%;
  outline: none !important;
}

.product__section-images .vertical-carousel .carousel-nav {
  box-sizing: content-box; /* So the width will be 100% + 17px */
  padding: calc(var(--keyboard-focus-border-weight) * 1px) 5px calc(var(--keyboard-focus-border-weight) * 1px) calc(var(--keyboard-focus-border-weight) * 1px);
}

div#thumbnails.thumb-slider[data-thumbnail-position="right"] .carousel-nav {
  padding: calc(var(--keyboard-focus-border-weight) * 1px) calc(var(--keyboard-focus-border-weight) * 1px) calc(var(--keyboard-focus-border-weight) * 1px) 5px;
}

div#thumb-slider-wrapper.js-thumb-horizontal-wrapper .carousel-nav {
  margin-top: 5px;
}

div#thumb-slider-wrapper.js-thumb-horizontal-wrapper .carousel-nav.js-thumb-carousel-nav.no_carousel {
    display: flex;
    flex-direction: row;
}

.product__section-images .carousel-nav .carousel-cell {
  margin: 0 0 10px 0;
  cursor: pointer;
}

.product__section-images .carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.product__section-images li.carousel-cell.is-selected {
  z-index: 99;
}

.product__section-images .plyr__control--overlaid svg {
  margin-left: 5px;
}

.product__section-images .zoom_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  background-color: var(--direction-background);
  color: var(--direction-color);
  border: 1px solid var(--direction-hover);
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom_btn .testament--icon-theme-search {
  pointer-events: none;
}

.product__section-images .zoom_btn:hover {
  background-color: var(--direction-hover);
}

#slider .flickity-prev-next-button {
  top: 32px;
}
#slider .flickity-prev-next-button.next {
  left: 59px;
  right: unset;
}

@keyframes slidefadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slidefadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

#slider .carousel-cell {
  opacity: 0 !important;
}
#slider .carousel-cell:not(.is-selected){
  animation: slidefadeOut ease 0.2s;
}
#slider .carousel-cell.is-selected,
#slider.single-media .carousel-cell {
  z-index: 99;
  opacity: 1 !important;
  animation: slidefadeIn ease 0.2s;
}
#slider .flickity-enabled:focus {
  outline: 0 !important;
}
#slider .flickity-slider {
  top: 0 !important;
  height: auto !important;
}
#slider .flickity-viewport {
  height: 300px;
}
button.flickity-button:disabled {
  display: none;
}

.global__section {
  margin-top: calc(var(--section-margins) / 2);
  padding-bottom: calc(var(--section-margins) / 2);
}

body.index div#footer-wrapper {
    margin-top: 0;
}

@media screen and (max-width: 740px) {
  #logo img {
    max-width: 60%;
  }
}

:focus, .focus-visible {
  outline: var(--keyboard-focus-color) var(--keyboard-focus-border-style) calc(var(--keyboard-focus-border-weight) * 1px) !important;
outline-offset: calc(var(--keyboard-focus-border-weight) * -1px) !important;
}

/* Unit Pricing Update */
.price {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.price dl {
  margin: 0;
}
.price dd {
  margin: 0 0.5em 0 0;
}

.price--unavailable {
  visibility: hidden;
}

.price--compare-price-hidden .price__compare {
  display: none;
}

.price__pricing-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
}

.price__regular {
  display: block;
}

.price--on-sale .price__regular,
.price--on-sale .price__availability {
  display: none;
}

.price__availability {
  display: none;
  color: var(--text-color);
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.price--sold-out .price__availability {
  display: block;
}

.price__sale {
  display: none;
}

.price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 740px) {
  .price--on-sale .price__sale {
    flex-direction: column;
  }
}

.price__vendor {
  color: var(--text-color);
  font-size: 0.9em;
  text-transform: uppercase;
  margin: 5px 0 10px;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}

.price__vendor--listing {
  margin: 0 0 4px;
}

.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  display: none;
}
.price--unit-available .price__unit {
  display: block;
}

.price-item {
  color: var(--text-color);
}

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

.price--on-sale .price-item--regular {
  text-decoration: line-through;
}

.price-unit-price {
  color: var(--price-unit-price) !important;
  font-size: 0.8em;
  font-style: italic;
}

.price-item__label {
  display: inline-block;
  white-space: nowrap;
}

.price__badges {
  display: none;
  margin-top: 0;
}

.price__badge {
  display: none;
  align-self: center;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid var(--text-color);
  border-radius: 2px;
  padding: 0.2rem 0.5rem;
}

.price__badge--sale {
  color: var(--sale-color);
  border-color: var(--sale-color);
}
.price--on-sale .price__badge--sale {
  display: flex;
}
.price--sold-out .price__badge--sale {
  display: none;
}
.price--on-sale .price__badges,
.price--sold-out .price__badges {
  display: flex;
}
.price__badge--sold-out {
  color: var(--text-color);
  border-color: var(--text-color);
}
.price--sold-out .price__badge--sold-out {
  display: flex;
}

.price__badges--listing {
  margin-top: 0.5rem;
}

.price__badges--listing .price__badge {
  font-size: 0.6em;
  padding: 0.25rem 0.55rem;
}
.order-discount.order-discount--list {
  list-style: none;
}
/* ==============================  */
/* =   New Customer Accounts     = */
/* ============================== */
.customer-account {
  margin-top: 81px;
  padding-bottom: 144px;
}
.customer-account .sidebar {
  border-right: solid 3px var(--dotted-color);
}
.customer-account .sidebar ul {
  list-style: none;
}
.customer-account .sidebar ul li {
  padding: 20px 0;
}
.customer-account .sidebar ul li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.customer-account .sidebar ul li a.selected,
.customer-account .sidebar ul li:hover a {
  border-bottom: 2px solid var(--text-color);
}
.customer-account .content {
  padding-left: 95px;
  padding-top: 20px;
}
.customer-account .content p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
}
.customer-account #account-details h5 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
.customer-account #order-history tbody tr {
  height: 100px;
  border-top: 1px solid var(--dotted-color);
}
.customer-account #order-history tbody td {
  min-width: 140px;
}
.customer-account #order-history thead tr {
  text-align: left;
  padding: 10px 0;
  height: 38px;
}
.customer-account #order-history thead tr th {
  font-size: var(--font-size);
  text-transform: capitalize;
  font-weight: 600;
}
@media (max-width: 1020px) {
  .customer-account .content {
    padding-left: 25px;
  }
}
@media (max-width:740px) {
  .customer-account {
    margin-top: 41px;
    text-align: center;
  }
  .customer-account .sidebar ul li {
    border-bottom: solid 1px #bababa;
  }
  .customer-account .content {
    margin-top: 80px;
    padding-left: 0;
  }
  .customer-account #order-history table .status {
    display: none;
  }
  .customer-account #order-history thead tr {
    text-align: center;
  }
  .customer-account .sidebar {
    border-right: none;
  }
  .customer-account #order-history tbody td {
    min-width: 110px;
  }
}
/* Order Page */
section.customer-order {
  margin-top: 81px;
  padding-bottom: 144px;
  display: inline-block;
  width: 100%;
}
section.customer-order .return-account {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.17;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: inline-block;
}
section.customer-order .order-content {
  padding-right: 118px;
}
section.customer-order #order_details .labels {
  text-align: left;
  border-bottom: solid 1px #d5d5d5;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}
section.customer-order #order_details .items article {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}
section.customer-order #order_details .labels p {
  font-size: var(--font-size);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  text-transform: capitalize;
  margin-bottom: 4px;
}
section.customer-order #order_details .labels .product {
  grid-column: span 3;
}
section.customer-order #order_details .items .img {
  grid-column: span 1;
}
section.customer-order #order_details .items .info {
  grid-column: span 2;
}
section.customer-order #order_details .labels &gt; .money,
section.customer-order #order_details .labels &gt; .qty,
section.customer-order #order_details .labels &gt; .total,
section.customer-order #order_details .items article &gt; .money,
section.customer-order #order_details .items article &gt; .qty,
section.customer-order #order_details .items article &gt; .total {
  grid-column: span 1;
}
section.customer-order #order_details .items article {
  padding: 24px 0;
  border-bottom: solid 1px #d5d5d5;
}
section.customer-order #order_details .items article h4 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
}
section.customer-order #order_summary dl {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 0;
  padding: 17px 0;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
}
section.customer-order #order_summary dt {
  flex-basis: 60%;
  padding: 2px 4px;
  text-align: left;
  font-weight: normal;
}
section.customer-order #order_summary dd {
  flex-basis: 30%;
  flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
  text-align: right;
}
section.customer-order #order_summary .order_total dd,
section.customer-order #order_summary .order_total dt {
  font-weight: bold;
  text-transform: uppercase;
}
section.customer-order #order_payment,
section.customer-order #order_shipping {
  margin-bottom: 40px;
}
section.customer-order h5.order_section_title {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  text-transform: uppercase;
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 4px;
  margin-bottom: 12px;
}
section.customer-order #other_details dl {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 0;

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
}
section.customer-order #other_details dt {
  flex-basis: 30%;
  padding: 2px 4px;
  text-align: left;
  font-weight: normal;
}
section.customer-order #other_details dd {
  flex-basis: 60%;
  flex-grow: 1;
  margin: 0;
  padding: 2px 4px;
  text-align: left;
}
section.customer-order #order_details .shipping-info {
  margin-top: 16px;
}
@media (max-width:740px) {
  section.customer-order {
    margin-top: 48px;
    padding-bottom: 80px;
  }
  section.customer-order #order_details .labels .money {
    display: none;
  }
  section.customer-order #order_details .labels .product {
    grid-column: span 4;
  }
  section.customer-order #order_details .items .img {
    grid-column: span 1;
  }
  section.customer-order .order-content {
    padding-right: 0;
  }
  section.customer-order .order-sidebar {
    margin-top: 48px;
  }
  section.customer-order #order_details tbody tr td.product &gt; div.img {
    width: 100%;
  }
  section.customer-order #order_details tbody tr td.product &gt; div.info {
    width: 100%;
  }
}
/* Addresses */
#account-addresses .customer_address {
  border: solid 1px #e8e8e8;
  padding: 45px;
  margin-bottom: 10px;
}
#account-addresses h4.address_title {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
}
#account-addresses button.new-address {
  width: auto;
  padding: 0 20px;
  margin-top: 24px;
}
#account-addresses a {
  text-decoration: underline;
}

/* Login */
section.user-login {
  margin-top: 81px;
  padding-bottom: 144px;
  display: inline-block;
  width: 100%;
}
section.user-login .secondary-button.create-customer {
  line-height: 50px;
  text-align: center;
  margin-top: 15px;
}
.note-error {
  border: 1px solid red;
  padding: 10px;
  margin-bottom: 15px;
  color: red;
}
.shopify-challenge__container {
  margin-top: 81px !important;
}
.guest-user-login {
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid var(--dotted-color);
}
@media (min-width: 741px) {
  .login-info.alternate {
    padding-left: 100px;
  }
}
@media (max-width: 740px) {
  section.user-login {
    margin-top: 48px;
  }
}

/* Register */
section.row.main__section.customer__register {
    margin-top: 81px;
    padding-bottom: 144px;
}

/* Navigation &amp; Dropdown CSS */
.navigation {
  background: var(--header-wrapper-background);
	list-style: none;
	text-align: center;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 5;
}

.navigation--sticky.navigation {
	position: fixed !important;
	top: 0;
	left: 0;
}

.navigation__menu {
	margin-bottom: 0;
}

.navigation__menuitem {
	display: inline-block;
}

.navigation__menuitem:hover {
	background: var(--nav-hover-color);
}

/* ul#main-nav li a */
.navigation__menulink {
	font-family: var(--nav-family);
	font-weight: var(--nav-weight);
  font-style: var(--nav-style);
	font-size: var(--nav-size);
	color: var(--nav-color) !important;
	display: block;
	padding: 0 20px !important;
  position: relative;
  letter-spacing: var(--nav-spacing);
}

.navigation__menulink.is_upcase-true {
  text-transform: uppercase;
}

/* ul#main-nav li a:hover { */
.navigation__menulink:hover {
	color: var(--nav-hover-link-color) !important;
	text-decoration: none;
	border-bottom: none;
}

.navigation__menulink:hover svg .hover-fill {
	fill: var(--nav-hover-link-color) !important;
}

/* ul#main-nav li a:visited { */
.navigation__menulink:visited {
	border-bottom: none;
}

.navigation__menuitem.navigation__menuitem--dropdown &gt; .navigation__menulink svg {
  margin-left: 5px;
}

/* Creating a separate BEM block here to style the dropdown submenus. Calling them dropdowns. Alyssa, thoughts? */

.dropdown {
	display: none;

	position: absolute;
	padding: 10px 10px 10px 20px;
	z-index: 5;

	background: var(--dropdown-background-color);

	border-bottom: 1px solid var(--nav-border-color);
	border-left: 1px solid var(--nav-border-color);
	border-right: 1px solid var(--nav-border-color);
}

.navigation__menuitem--dropdown:hover .dropdown:not(.dropdown--nested),
.navigation__menuitem--active.navigation__menuitem--dropdown .dropdown:not(.dropdown--nested) {
	display: block;
}

/* ul#main-nav li ul.submenu li{ */
.dropdown__menuitem {
	line-height: 34px !important;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: transparent !important;

	min-width: var(--dropdown-min-width);

	display: block;
	position: relative;

	text-align: left;
}

.dropdown__menuitem:hover {
	background: var(--dropown-hover-background) !important;
}

/* ul#main-nav li ul.submenu li a { */
.dropdown__menulink {
	width: 100%;
	text-align: left;
	text-transform: none !important;
	color: var(--dropdown-link-color) !important;
	font-size: var(--font-size);
	font-family: var(--main-family) !important;
  font-weight: var(--main-weight);
  font-style: var(--main-style);
	display: block;

	/* To stop text from going over the arrow. */
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ul#main-nav li ul.submenu li a:hover { */
.dropdown__menulink:hover {
	color: var(--dropdown-link-hover-color) !important;
}

.dropdown__menulink:hover svg .hover-fill {
	fill: var(--dropdown-link-hover-color) !important;
}

.dropdown__menuitem--nested.dropdown__menuitem svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.dropdown--nested.dropdown {
	display: none;
}

.dropdown__menuitem:hover &gt; .dropdown--nested.dropdown,
.dropdown__menuitem.dropdown__menuitem--active &gt; .dropdown--nested.dropdown {
	position: absolute;
	left: 100%;
	padding: 10px 10px 10px 20px;
	top: -10px;
	background: var(--dropdown-background-color);
	border: 1px solid var(--nav-border-color);
	display: block;
}

.dropdown__menuitem:hover &gt; .dropdown--nested.dropdown--edge.dropdown,
.dropdown__menuitem.dropdown__menuitem--active &gt; .dropdown--nested.dropdown--edge.dropdown {
	left: initial;
	right: calc(100% + 10px); /* 10px to make up for the padding. */
}

/* Megamenu styles. */

.megamenu.row.grid__wrapper {
  display: none;
  position: absolute;
  left: 0;
  z-index: 4;
  line-height: initial;
  padding: 10px 25px !important;
  background: var(--dropdown-background-color);
  border: 1px solid var(--nav-border-color);
  width: 95%;
  left: 2.5%;
  max-width: 95%;
  margin: 0;
}

.megamenu__list-container {
    display: flex;
    justify-content: center;
}

.megamenu__wrapper {
    flex-flow: column wrap;
    flex: 1 1 auto;
    columns: 4;
    padding: 20px 0;
}

li.megamenu__listcontainer {
    break-inside: avoid;
    page-break-inside: avoid;
    padding: 0 10px;
}

ul.megamenu__ulcontainer {
    padding: 0 10px;
}

.mm-image {
    padding: 20px 0;
}

.nav-inner-container.nav_inline_center .navigation__menu {
  position: unset;
}

.nav-inner-container.nav_inline_center .navigation__menu ul.megamenu.row {
  width: 100%;
}

@media screen and (min-width: 1680px) {
  .nav-inner-container.nav_inline ul.megamenu.row {
      left: 50%;
      margin-left: -700px;
  }
}

@media screen and (min-width: 1220px) and (max-width: 1679px) {
  .nav-inner-container.nav_inline ul.megamenu.row {
      left: 50%;
      margin-left: -600px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1219px) {
  .nav-inner-container.nav_inline ul.megamenu.row {
      left: 50%;
      margin-left: -480px;
  }
}

.navigation__menuitem:hover &gt; .megamenu,
.navigation__menuitem--active.navigation__menuitem &gt; .megamenu {
	display: grid;
}

.megamenu span.grid__wrapper.grid__wrapper-nest {
    padding: 0 3%;
    grid-column-gap: 30px;
}

.megamenu__collection-image {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  background-color: transparent;
}

.megamenu__collection-image .box-ratio {
  padding-bottom: 50% !important;
}


.megamenu__collection-image .box-ratio img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
 }


.megamenu__header {
	padding: 0 0 5px;
  font-family: var(--main-family) !important;
  color: var(--dropdown-link-color);
  margin-bottom: 10px;
  text-align: left;
  font-size: var(--nav-size);
}

.megamenu__headerlink {
	padding-left: 0;
}

.megamenu__list {
  width: 100%;
	background: var(--dropdown-background-color);
}

.megamenu__listcontainer {
	list-style-type: none;
}

.megamenu__listcontainer:hover {
  background: transparent !important;
}

.megamenu__listitem {
	line-height: unset !important;
  text-align: left !important;
  display: block !important;
  clear: left;
  padding: 0 0 5px;
}

.megamenu__listlink {
	padding: 0 !important;
  font-weight: normal !important;
  color: var(--dropdown-link-color) !important;
  font-size: var(--font-size) !important;
  font-family:var(--main-family) !important;
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  background: transparent !important;
  text-transform: none !important;
}

.megamenu__listlink:hover {
	color: var(--dropdown-link-hover-color) !important;
}

ul.megamenu li.desktop-3:nth-child(5n) {
  clear: left;
}

ul.megamenu__ulcontainer {
    margin-top: 20px;
}

/* Custom Icons */
.icn-close {
  width: 20px;
  height: 20px;
  position: relative;
}
.icn-close:after {
  content: '';
  height: 20px;
  border-left: 1px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 8px;
}
.icn-close:before {
  content: '';
  height: 20px;
  border-left: 1px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 8px;
}
/* CSS Slideouts */
.slideout {
  list-style: none;
  background: var(--background);
  width: 350px;
  height: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: unset;
  right: unset;
  z-index: 11;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

@media (max-width: 740px) {
  .slideout.slideout__drawer-left {
    width: 285px;
  }
}

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  background: rgb(30, 30, 30);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.slideout__drawer-right {
  transform: translateX(350px);
  right: 0;
}
.slideout__drawer-left {
  transform: translateX(-350px);
  left: 0;
}
.slideout-left--open .slideout--active.slideout__drawer-left {
  transform: translateX(0);
}
.slideout-right--open .slideout--active.slideout__drawer-right {
  transform: translateX(0);
}
.slideout-left--open,
.slideout-right--open {
  overflow: hidden;
}
.slideout-left--open .js-slideout-overlay,
.slideout-right--open .js-slideout-overlay,
.modal--open .js-modal-overlay {
  opacity: 0.8;
  visibility: visible;
}
.slideout__trigger--open {
  z-index: 2;
  margin-bottom: 0;
  cursor: pointer;
}
.slideout__trigger--open .slideout__trigger-mobile-menu i,
.slideout__trigger--open .slideout__trigger-password i {
  font-size: 20px;
  text-align: left;
}
.slideout__trigger--close .slideout__trigger-search-sidebar,
.slideout__trigger--close .slideout__trigger-mobile-menu,
.slideout__trigger--close .slideout__trigger-store-availability,
.slideout__trigger--close .slideout__trigger-password,
.slideout__trigger--close .slideout__trigger-ajax-cart,
.slideout__trigger--close .slideout__trigger-quickview,
.slideout__trigger--close .slideout__trigger-general-modal {
  padding: 15px 10px 15px 10px;
  margin-bottom: 0;
  color: black;
  background: unset;
  line-height: 50px;
  height: 50px;
}
.slideout__trigger--open .slideout__trigger-search-sidebar,
.slideout__trigger--open .slideout__trigger-mobile-menu,
.slideout__trigger--open .slideout__trigger-store-availability,
.slideout__trigger--open .slideout__trigger-password {
  background: unset;
  margin-bottom: 0;
}
.slideout__trigger-search-sidebar:hover,
.slideout__trigger-mobile-menu:hover,
.slideout__trigger-store-availability:hover,
.slideout__trigger-password:hover,
.slideout__trigger-ajax-cart:hover,
.slideout__trigger-quickview:hover,
.slideout__trigger-general-modal:hover {
  background: unset;
}
.slideout__trigger--open .slideout__trigger-store-availability,
.slideout__trigger--open .slideout__trigger-password {
  color: var(--text-color);
  height: auto;
  text-align: left;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}
.slideout__trigger-password,
.slideout__trigger-ajax-cart,
.slideout__trigger-quickview,
.slideout__trigger-search-sidebar,
.slideout__trigger-general-modal {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
}
.slideout__trigger--open .slideout__trigger-store-availability:hover,
.slideout__trigger--open .slideout__trigger-password:hover {
  opacity: 0.8;
}
.slideout__trigger-store-availability .icn-close:before,
.slideout__trigger-store-availability .icn-close:after,
.slideout__trigger-password .icn-close:before,
.slideout__trigger-password .icn-close:after,
.slideout__trigger-search-sidebar .icn-close:before,
.slideout__trigger-search-sidebar .icn-close:after,
.slideout__trigger-ajax-cart .icn-close:before,
.slideout__trigger-quickview .icn-close:before,
.slideout__trigger-ajax-cart .icn-close:after,
.slideout__trigger-quickview .icn-close:after,
.slideout__trigger-general-modal .icn-close:before,
.slideout__trigger-general-modal .icn-close:after {
  border-color: var(--text-color);
}
.modal__general-modal__wrapper {
  padding: 60px !important;
}
.modal__general-modal__wrapper .slideout__trigger--close {
  position: absolute;
  right: 0;
  top: 0;
}
.slideout__trigger-general-modal {
  height: 40px !important;
  line-height: 40px !important;
  padding: 10px 10px !important;
}
.slideout-left--closed .slideout__drawer-left,
.slideout-right--closed .slideout__drawer-right {
  visibility: hidden;
  opacity: 0;
  -webkit-animation:slideoutFadeout 0.4s linear;
}
.slideout-left--open .slideout__drawer-left,
.slideout-right--open .slideout__drawer-right {
  visibility: visible;
  opacity: 1;
  -webkit-animation:slideoutFadein 0.4s linear;
}
@-webkit-keyframes slideoutFadeout {
  0%{opacity:1;visibility:visible;}
  99%{opacity:0;}
  100%{opacity:0;visibility: hidden;}
}
@-webkit-keyframes slideoutFadein {
  0%{opacity:0;visibility:visible;}
  100%{opacity:1;}
}

/* Mobile Menu */
.mobile-menu__block {
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}
.mobile-menu__featured-image--full-width {
  margin: 0 0 0 -12px !important;
  padding: 0;
  width: 110%;
}
.mobile-menu__search form input {
  border: none;
  border-bottom: 1px solid;
  height: 50px;
}
.mobile-menu__accordion &gt; .mobile-menu__item:first-child {
  border-top: 1px solid;
}
.mobile-menu__cart-icon {
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: var(--font-size);
  position: relative;
  display: block;
  border: 1px solid;
  padding: 10px;
  text-transform: uppercase;
}
.mobile-menu__cart-icon svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-37%);
}

/* Store Availability */
.store-availability-small-text {
  font-size: 13px;
}

.store-availability-information {
  display: flex;
  margin-left: 5px;
}

.store-availability-information-container {
  margin-left: 5px;
  text-align: left;
}

.store-availability-information i {
  line-height: 22px;
}

 p.store-availability-information__title svg {
    margin-right: 5px;
}

.product-quickview__container p.store-availability-information__title .vib-center {
    display: inline;
}

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

.store-availability-information__stores {
  margin-top: 8px;
}

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

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

.store-availabilities-modal {
  left: unset;
  background-color: var(--background);
}

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

.store-availabilities-modal__header {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 16px 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

.store-availabilities-list {
  overflow: auto;
  padding: 0 10px;
}

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

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

.store-availability-list__item::before {
  content: "";
  display: block;
  margin: 0 0 16px 0;
  border-bottom: 1px solid var(--dotted-color);
}

.store-availability-list__item &gt; p {
  font-size: 13px;
  margin-bottom: 0;
}

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

.store-availability-list__stock {
  margin-top: 8px;
  margin-bottom: 16px;
}

.store-availability-list__stock.store-availability-small-text svg {
    margin-right: 5px;
}

.store-availability-container {
  padding: 15px 0;
  margin-top: 15px;
  border-top: 1px solid var(--dotted-color);
  border-bottom: 1px solid var(--dotted-color);

}

/* Social Icons */
.social-icons__list {
  list-style: none;
  margin: 0;
}
.social-icons__list li {
  display: inline-block;
}
.social-icons__list li a {
  display: inline-block;
  padding: 0 5px;
  width: auto;
  height: 48px;
  line-height: 48px !important;
}
/* Password Page */
.password .slideout__trigger-password {
  opacity: 0.8;
}

.password .slideout__trigger-password:hover {
  opacity: 1.0;
}

.password-page__wrapper {
  min-height: 110vh;
  padding: 15px;
}

.password-page__logo {
  padding-top: 100px;
  text-align: center;
}

.password-page__newsletter {
  width: 100%;
  margin-top: 100px;
}

.password-page__newsletter-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.password-page__newsletter-details {
  margin-bottom: 30px;
  text-align: center;
}

.password-page__newsletter-signup--email {
  float: left;
  text-indent: 10px;
  width: 66%;
  text-transform: uppercase;
  color: #000;
  height: 48px;
}

.password-page__newsletter-signup--submit {
  width: 28%;
  margin-left: 0;
  margin-top: 0;
  text-transform: uppercase;
  height: 48px;
}

.password-page__newsletter-signup--submit:hover {
  opacity: 0.75;
}

.password-page__icons {
  margin-bottom: 20px;
}

.password-page__icons li {
  display: inline-block;
  margin: 0 5px;
}

.password-page__icons a:hover {
  opacity: 0.5;
}

.password-page__icons i {
  line-height: 30px;
}

.password-page__footer {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin-top: 220px;
}

.password-page__footer a {
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  font-style: var(--main-style);
  font-size: 16px;
  font-weight: 600;
}

.password-page__login {
  padding: 10px 15px;
}
@media screen and ( max-width: 740px ) {
  .password-page__newsletter {
    margin-top: 50px;
  }
}

/* ---- Slideshow section ---- */

.slideshow__slide-onboard,
  .onboard, .onboard-slide {
  background: #ddd! important;
  border: 1px solid #ccc;
}

.slideshow {
  border: 0 !important;
  width: 100%;
}

.slideshow__slide,
.slideshow__slide-desktop {
  width: 100%;
}

.slideshow-section .slideshow__slide-desktop .mobile {
  display: none;
}
.slideshow-section .slideshow__slide-desktop .desktop {
  display: block;
}

@media screen and (max-width: 740px) {
  .slideshow-section .slideshow__slide-desktop .mobile {
    display: block;
  }
  .slideshow-section .slideshow__slide-desktop .desktop {
    display: none;
  }
}

/* fixed height */
.slideshow-section .slideshow.is-fixed_height .desktop,
.slideshow-section .slideshow.is-fixed_height .desktop .box-ratio img {
  height: var(--desktop-section-height);
}
.slideshow-section .slideshow.is-fixed_height .desktop .box-ratio img {
  object-fit: cover;
}
.slideshow-section .slideshow.is-fixed_height .desktop .box-ratio {
  padding-bottom: var(--desktop-section-height) !important;
}

.slideshow-section .slideshow.is-fixed_height .slideshow__slide-onboard,
.slideshow-section .slideshow.is-fixed_height .onboard {
  height: var(--desktop-section-height);
}

@media screen and (max-width: 740px) {
  .slideshow-section .slideshow.is-fixed_height .mobile,
  .slideshow-section .slideshow.is-fixed_height .mobile .box-ratio img {
    height: var(--mobile-section-height);
  }
  .slideshow-section .slideshow.is-fixed_height .mobile .box-ratio img {
    object-fit: cover;
  }
  .slideshow-section .slideshow.is-fixed_height .mobile .box-ratio {
    padding-bottom: var(--mobile-section-height) !important;
  }

  .slideshow-section .slideshow.is-fixed_height .slideshow__slide-onboard,
  .slideshow-section .slideshow.is-fixed_height .onboard {
    height: var(--mobile-section-height);
  }
}

.slideshow__caption .slideshow__caption-wrapper {
  background: var(--caption-background);
  text-align: var(--caption-text-align);
}
.slideshow__caption h2.slideshow__title,
.slideshow__caption p,
.slideshow__caption .rte a {
  color: var(--slide-text-color);
}
.slideshow__caption .slideshow__btn-wrapper a {
  color: var(--cta-color);
  background: var(--cta-background);
  border: 1px solid var(--cta-background);
}
.slideshow__caption .slideshow__btn-wrapper a:hover {
  color: var(--cta-background);
}
.slideshow__caption {
  top: var(--caption-vertical);
  left: var(--caption-horizontal);
  -webkit-transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
  -ms-transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
  -moz-transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
  -o-transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
  transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
}

@media screen and (max-width: 740px) {
  .slideshow__slide .slideshow__caption.slideshow__caption--below {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    transform: translate(0, 0);
  }
  .slideshow__slide .slideshow__caption.slideshow__caption--below .slideshow__caption-wrapper {
    width: 100%;
  }
  .slideshow__caption.slideshow__caption--hide-background .slideshow__caption-wrapper {
    background: none;
  }
}

.slideshow__slide-desktop.overlay:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.25);
  content:"";
}

.slideshow__slide {
  opacity: 0 !important;
  transition: opacity 1s ease !important;
}

.slideshow__slide.is-selected {
  opacity: 1 !important;
}

@media screen and (min-width: 741px) {
  .slideshow.flickity__section .flickity-page-dots {
    text-align: right;
    bottom: 15px;
    right: 15px;
  }
}

.slideshow__caption {
  position: absolute;
  width: inherit;
  text-align: center;
}

@supports (width: fit-content) {
  .slideshow__caption {
    width: fit-content;
  }
}

.slideshow__caption .slideshow__caption-wrapper {
  display: inline-block;
  padding: 20px;
}

.slideshow__caption p {
  line-height: initial;
}

.slideshow__btn-wrapper {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}

.slideshow__btn-wrapper a {
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: background .3s ease,color .3s ease;
  -moz-transition: background .3s ease,color .3s ease;
  -o-transition: background .3s ease,color .3s ease;
  transition: background .3s ease,color .3s ease;
}

.theme-buttons-curved .slideshow__btn-wrapper a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.slideshow__btn-wrapper a:hover {
  background: none !important;
}

@media screen and (max-width: 740px) {
  .slideshow__caption .slideshow__caption-wrapper {
    min-width: 300px;
  }
  .slideshow-section .flickity-button {
    width: 30px;
    height: 30px;
  }
  .slideshow .flickity-page-dots {
    bottom: 5px;
  }
}

/* ---- Recently Viewed Products ----- */

#recently-viewed {
  margin-bottom: 30px;
}

.recently-viewed-products.recently-viewed-products--visible {
  display: block;
}
.recently-viewed-products.recently-viewed-products--hidden {
  display: none;
}

.recently-viewed-products--carousel {
  width: 100%;
  padding: 0 1.04166667%;
}

.recently-viewed-products--carousel .flickity-prev-next-button.next {
  right: -50px;
}

.recently-viewed-products--carousel .flickity-prev-next-button.previous {
  left: -50px;
}


@media screen and (min-width: 741px) and (max-width: 980px ) {
  .recently-viewed-products--carousel .recently-viewed-products__product {
    width: calc((100% - 40px)/3) !important;
  }
  .recently-viewed-products {
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-gap: 20px !important;
  }
}

@media screen and (min-width: 741px) {
  .recently-viewed-products--carousel.flickity__section .flickity-page-dots {
      display: none;
  }
}

@media screen and (max-width: 740px) {
  .recently-viewed-products {
    grid-template-columns: 1fr 1fr !important;
    grid-gap: 10px !important;
  }
  .recently-viewed-products--carousel .recently-viewed-products__product {
    width: calc((100% - 20px)/2) !important;
  }
  .recently-viewed-products--carousel .flickity-prev-next-button.previous {
    left: 0;
  }
  .recently-viewed-products--carousel .flickity-prev-next-button.next {
    right: 0;
  }
  .recently-viewed-products--carousel.flickity__section .flickity-page-dots {
      display: none;
  }
}


/* ---- Featured collection carousel ----- */

.featured__collection-carousel {
  width: 100%;
  padding: 0 1.04166667%;
}

.featured__collection-product {
  padding: 0;
}

.featured__collection-carousel .flickity-prev-next-button.next {
  right: 30px;
}
.featured__collection-carousel .flickity-prev-next-button.previous {
  left: 30px;
}

[data-section-type="homepage-products"] .view--all_link {
  display: block;
}


@media screen and (min-width: 741px) and (max-width: 980px ) {
  .featured__collection-carousel .featured__collection-product {
    width: calc((100% - 40px)/3) !important;
  }
}

@media screen and (min-width: 741px) {
  .featured__collection-carousel.flickity__section .flickity-page-dots {
      display: none;
  }
}

@media screen and (max-width: 740px) {
  .featured__collection-carousel .featured__collection-product {
    width: calc((100% - 20px)/2) !important;
  }
  .featured__collection-carousel .featured__collection-product.mob--single {
    width: 100% !important;
  }
  .featured__collection-carousel .flickity-prev-next-button.previous {
    left: 0;
  }
  .featured__collection-carousel .flickity-prev-next-button.next {
    right: 0;
  }
  .featured__collection-carousel.flickity__section .flickity-page-dots {
      display: none;
  }
}

/* ---- Stop carousel nav arrows going off screen at screen break ---- */
@media screen and (min-width: 1220px) and (max-width: 1290px) {
  .featured__collection-carousel button.flickity-button.flickity-prev-next-button.previous {
      left: 0 !important;
  }

  .featured__collection-carousel button.flickity-button.flickity-prev-next-button.next {
      right: 0 !important;
  }
}

/* ---- Product / Collection / Article grid ---- */

  @media screen and (max-width: 980px) and (min-width: 740px) {
    .product-index:nth-child(2n+1),
    .article-index:nth-child(2n+1) {
      clear: left;
    }
    .first {
      clear: none;
    }
  }

  @media screen and (max-width: 740px) {
    .product-index:nth-child(2n+1),
    .article-index:nth-child(2n+1) {
      clear: left;
    }
    .first {
      clear: none;
    }
  }

  /* ---- Products ---- */
  @media screen and (max-width: 740px) {
    #mobile-product {
      margin-bottom: 20px;
      display: block;
    }
    .add {
      width: 100% !important;
    }
  }

  /* ---- General ---- */
  @media screen and (max-width: 740px) {
    #subscribe_popup {
      width: 100%;
    }
    #subscribe_popup img {
      min-width: 280px;
    }

    .mobile-menu__search form input {
      margin-bottom: 0;
    }

    .mobile-hide {
      display: none;
    }
    .product-listing__quickview-trigger {
      display: none !important;
    }

    #page-sidebar {
      margin-top: 20px;
      text-align: center;
    }
  }

  @media screen and (min-width: 981px) {
    .map-section-wrapper {
      height: 400px;
      margin-top: 20px;
    }
  }


  /* ---- Collection list grid ---- */

.collection__list-section {
    margin-bottom: 40px;
}

.collection__list-loop {
  margin: 0 auto;
  display: grid;
  grid-column-gap: 25px !important;
  grid-gap: 30px;
}
.collection__list-description .rte {
  margin-bottom: 30px;
  clear: both;
}
.collection__list-description.center {
  text-align: center;
}
.collection__list-item {
  position: relative;
  margin: 0;
}
.collection__list-item .collection__item-details {
  padding: 10px 0;
  text-align: center;
}
.collection__list-item.floating__title .collection__item-details {
  padding-left: 15px;
  padding-right: 15px;
  background: var(--background);
  width: max-content;
  word-break: break-word;
  max-width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.collection__item-details p {
  margin-bottom: 0;
}

.collection--title.bold--title {
  font-weight: bold;
}

.collection--image_square .box-ratio {
  padding-bottom: 100% !important;
}

.collection--image_landscape .box-ratio {
  padding-bottom: 75% !important;
}

.collection--image_portrait .box-ratio {
  padding-bottom: 150% !important;
}

.collection__item-image {
  overflow: hidden;
  position: relative;
}

.collection__item-image &gt; a {
  width: 100%;
  display: inline-block;
}

.collection__item-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

  /* ---- Rich text section ---- */

  .rich__text-content {
    display: grid;
    grid-gap: 30px;
  }

  @media screen and (max-width: 740px) {
    .rich__text-column {
      grid-column: auto / span 4 !important;
    }
  }


  /* ---- Text column with image ---- */

  .imageText__column-container .box-ratio {
    margin-bottom: 10px;
  }

  .imageText__column-container .imageText__column-image.is-fixed_height img {
    object-fit: cover;
  }
  .imageText__column-container .imageText__column-image.is-fixed_height,
  .imageText__column-container .imageText__column-image.is-fixed_height img {
    height: var(--desktop-section-height);
  }

  .imageText__column-container .imageText__column-image.is-fixed_height .box-ratio {
    padding-bottom: var(--desktop-section-height) !important;
  }

  @media screen and (max-width: 740px) {
    .imageText__column-container .imageText__column-image.is-fixed_height,
    .imageText__column-container .imageText__column-image.is-fixed_height img {
      height: var(--mobile-section-height);
    }

    .imageText__column-container .imageText__column-image.is-fixed_height .box-ratio {
      padding-bottom: var(--mobile-section-height) !important;
    }
  }


  .imageText__column-btn-wrapper {
    display: inline-block;
    clear: both;
  }

  .imageText__column-btn-wrapper a {
    padding: 10px 20px;
    color: var(--button-text);
    background: var(--button-color);
    display: inline-block;
  }
  .theme-buttons-curved .imageText__column-btn-wrapper a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  .imageText__column-btn-wrapper a:hover {
    color: var(--button-text);
    background: var(--button-hover);
  }

  .imageText__column-btn-wrapper a:visited {
    color: var(--button-text);
  }

  .imageText__column-container .onboard {
    margin-bottom: 10px;
  }

  /* ---- Text with image blocks ---- */

  .textWithImage__column-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px;
    align-items: center;
    justify-content: center;
  }
  .textWithImage__column-container.with-padding {
    padding: 0 1.04166667%;
  }
  .textWithImage__column-section .textWithImage__column-container.no-space {
    grid-gap: 0;
  }
  .textWithImage__column[data-block-type="text"] {
    padding: 15px;
  }

  @media screen and (max-width: 740px) {
    .textWithImage__column-container {
      grid-column: 1 / -1 !important;
    }

    .textWithImage__column-container {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: minmax(100px, 1fr);
      grid-template-rows: minmax(150px, 1fr);
      grid-auto-flow: column;
      grid-auto-columns: minmax(100px, 1fr);
      overflow-x: scroll;
      scroll-snap-type: x proximity;
      justify-content: unset !important;
      padding-bottom: 20px !important;
    }

    .textWithImage__column-scroll:before,
    .textWithImage__column-scroll:after {
      content: '';
      width: 10px;
    }

    .textWithImage__column-container::-webkit-scrollbar{
      height: 4px;
      width: 4px;
      background: #eee;
    }
    .textWithImage__column-container::-webkit-scrollbar-thumb:horizontal{
      background: #333;
      border-radius: 10px;
    }
 }

  /* ---- Image with text overlay ---- */

  .image__overlay-section .overlay {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.15);
  }

  .image__overlay-section .image__overlay-caption {
    position: absolute;
    width: fit-content;
    width: -moz-fit-content;
  }

  .image__overlay-btn-wrapper {
    display: inline-block;
    margin-top: 10px;
  }

  .image__overlay-btn-wrapper a {
    padding: 10px 20px;
    display: inline-block;
    -webkit-transition: background .3s ease,color .3s ease;
    -moz-transition: background .3s ease,color .3s ease;
    -o-transition: background .3s ease,color .3s ease;
    transition: background .3s ease,color .3s ease;
  }

  .theme-buttons-curved .image__overlay-btn-wrapper a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  .image__overlay-btn-wrapper a:hover {
    background: none !important;
  }

  .image__overlay-section .image__overlay-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 0;
    position: relative;
    height: 430px;
    overflow: hidden;
  }

  .image__overlay-section .onboard {
    text-align: center;
  }

  .image__overlay-section .onboard svg {
    fill: #d0d0d0;
    height: 430px;
  }

  .image__overlay-section.is-fixed_height .image__overlay-container {
    background-image: var(--background-image);
  }
  @media screen and (min-width: 981px) {
    .image__overlay-section.is-fixed_height .image__overlay-container {
      background-attachment: fixed;
    }
  }

  .image__overlay-section .image__overlay-caption {
    text-align: var(--text-align);
    top: var(--caption-vertical);
    left: var(--caption-horizontal);
    -webkit-transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
      -ms-transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
        -moz-transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
        -o-transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
        transform: translate(calc(var(--caption-horizontal) * -1), calc(var(--caption-vertical) * -1));
  }

  .image__overlay-section .image__overlay-container {
    height: var(--height);
  }
  .image__overlay-section .box-ratio {
    padding-bottom: var(--height) !important;
  }
  .image__overlay-section .box-ratio img {
    height: var(--height);
    object-fit: cover;
  }
  .image__overlay-section .image__overlay-caption h3 {
    font-size: var(--heading-font-size);
    color: var(--text-color);
  }
  .image__overlay-section .image__overlay-caption p {
    font-size: var(--subheading-font-size);
    color: var(--text-color);
  }
  .image__overlay-section .image__overlay-caption .rte a {
    color: var(--text-color);
  }
  .image__overlay-section .image__overlay-caption .image__overlay-btn-wrapper a {
    background-color: var(--button-color);
    border: 1px solid var(--button-color);
    color: var(--button-text-color);
  }
  .image__overlay-section .image__overlay-caption .image__overlay-btn-wrapper a:hover {
    color: var(--button-color);
  }
  .no-js .image__overlay-section .image__overlay-container {
    background-image: var(--background-image);
    opacity: 1;
  }
  @media screen and (max-width: 740px) {
    .image__overlay-section .image__overlay-container {
      height: var(--mobile-height);
    }
    .image__overlay-section .image__overlay-caption h3 {
      font-size: calc(var(--heading-font-size) - (var(--heading-font-size) * 0.15))
    }
    .image__overlay-section .image__overlay-caption p {
      font-size: calc(var(--subheading-font-size) - (var(--subheading-font-size) * 0.15))
    }
  }

  /* ---- Image aspect ratios ---- */

  .image_natural .box-ratio,
  .image_square .box-ratio,
  .image_landscape .box-ratio,
  .image_portrait .box-ratio {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
  }

  .image_square .box-ratio {
    padding-bottom: 100% !important;
  }

  .image_landscape .box-ratio {
    padding-bottom: 75% !important;
  }

  .image_portrait .box-ratio {
    padding-bottom: 150% !important;
  }

  .box-ratio .placeholder-svg {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .image_natural .box-ratio img,
  .image_square .box-ratio img,
  .image_landscape .box-ratio img,
  .image_portrait .box-ratio img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
   }

  /* ---- Image Gallery section ---- */

  .gallery__item {
    position: relative;
  }

  .gallery__item .gallery__item-container {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    background: transparent;
    background: transparent;
  }

  .gallery__item-image {
    position: relative;
  }

  .gallery__item-image.overlay:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.15);
    content:"";
  }

  .gallery__item .gallery__item-container img {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    opacity: 1;
  }

  .gallery__item .gallery__item-container .gallery__item-caption {
    margin-top: 10px;
  }

  .gallery__item .gallery__item-container .gallery__item-caption h3 {
    margin-bottom: 5px;
  }

  .gallery__item .gallery__item-container .gallery__item-caption::before,
  .gallery__item .gallery__item-container .gallery__item-caption::after {
    pointer-events: none;
  }

  .gallery__item.floating__text .gallery__item-container .gallery__item-caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: ;
  }

  .gallery__item.floating__text .gallery__item-container .gallery__item-caption &gt; a {
    z-index: 2;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
  }

  /* Handle fixed height sections. */
  .gallery__image-section.is-fixed_height .gallery__item-image img {
    object-fit: cover;
  }
  .gallery__image-section.is-fixed_height .gallery__item-image,
  .gallery__image-section.is-fixed_height .gallery__item-image img {
    height: var(--desktop-fixed-height);
  }
  .gallery__image-section.is-fixed_height .gallery__item-image .box-ratio {
    padding-bottom: var(--desktop-fixed-height) !important;
  }
  @media screen and (max-width: 740px) {
    .gallery__image-section.is-fixed_height .gallery__item-image,
    .gallery__image-section.is-fixed_height .gallery__item-image img {
      height: var(--mobile-fixed-height);
    }
    .gallery__image-section.is-fixed_height .gallery__item-image .box-ratio {
      padding-bottom: var(--mobile-fixed-height) !important;
    }
  }



/* ---- Section titles ---- */

.section-title {
  position: relative;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-title.lines h1,
.section-title.lines h2,
.section-title.lines h3 {
  display: inline-block;
  padding: 8px 23px;
  margin: 0;
  background-color: var(--background);
  position: relative;
  z-index: 1;
}

.section-title.lines:after {
  content: '';
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid var(--dotted-color);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.section-title.btm_border:after {
  content: "";
  border-bottom: 2px solid var(--dotted-color);
  width: 80px;
  height: 0;
  position: absolute;
  top: 95%;
  left: calc(50% - 40px);
}


/* ---- Product options ---- */

.sku {
  margin-top: 15px;
}

.product-variant-type--swatches .select,
.product-variant-type--swatches .product_variants,
.product-variant-type--swatches .selector-wrapper,
.product-variant-type--swatches .select {
  display: none !important;
}


/* ---- Image zoom effect ---- */
.theme-image-effect .article-content img,
.theme-image-effect .textWithImage__column-image img,
.theme-image-effect .imageText__column-image img,
.theme-image-effect .collection__list-item img,
.theme-image-effect .gallery__item img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.5, 0.8, 0.65);
    transition: -webkit-transform 7s cubic-bezier(0.25, 0.5, 0.8, 0.65);
    transition: transform 7s cubic-bezier(0.25, 0.5, 0.8, 0.65);
    transition: transform 7s cubic-bezier(0.25, 0.5, 0.8, 0.65);
    -webkit-transform 7s cubic-bezier(0.25, 0.5, 0.8, 0.65);
}

.theme-image-effect .article-content:hover img,
.theme-image-effect .textWithImage__column-image:hover img,
.theme-image-effect .imageText__column-image:hover img,
.theme-image-effect .collection__list-item:hover img,
.theme-image-effect .gallery__item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/* ---- Breadcrumb trail ---- */

  #breadcrumb,
  #breadcrumb a {
    font-size: 13px;
  }

  #breadcrumb {
    margin-top: 20px;
    margin-bottom:20px;
    text-align: center;
  }


/* ---- Global style ---- */
.rte a {
  text-decoration: underline;
}

/* ---- Newsletter ---- */

.newsletter__popup-container {
  width: 400px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.2)
}
.newsletter__popup-container-close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #ffffff;
}
.newsletter__popup-text,
.newsletter__popup-form {
    padding: 0 25px;
    margin-top: 20px;
    text-align: center;
}
.newsletter__popup-form {
  padding-bottom: 25px;
}
.newsletter__popup-form input[type="email"] {
  text-align: center;
  margin-bottom: 10px;
}
.newsletter__popup-form input[type="submit"] {
  margin-bottom: 0px;
}
.newsletter__popup-form .gdpr_disclaimer.rte.small {
    font-size: 90%;
    margin: 10px 0 0;
    line-height: 1.6em;
}


/* ---- Product form ---- */

.product__section--buttons {
    margin: 25px 0 10px 0;
}

.product__section--buttons button,
.product__section--buttons input#addToCart {
    margin-bottom: 0 !important;
}

.product__section-details .product__section--app {
    margin-top: 15px;
}

.product__section--desc.product__description-container.rte {
    margin-top: 15px;
}

.rte.accordion__active {
    margin-top: 15px;
}

.product__line-item {
    margin-top: 15px;
}

.product__line-item label,
.qty-selection label,
.selector-wrapper label {
  font-family: var(--main-family) !important;
  font-weight: 500;
  font-size: var(--font-size);
  margin-bottom: 5px;
}

.product__line-item span.required-label {
    font-size: 12px;
    font-style: italic;
    position: absolute;
    right: 0;
    top: 0;
}

.product__line-item p.line-item-property__field {
    position: relative;
}


.sku label {
  font-family: var(--main-family) !important;
  font-weight: 500;
  font-size: var(--font-size);
  margin-bottom: 0;
}

/* ---- Product text with icon ---- */

.product-text__block {
    margin-top: 15px;
    display: block;
}

.product-text__block-icon,
.product-text__block-image {
    display: inline-block;
    max-width: 20px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 0;
}

.product-text__block-content {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
}

.product-text__block-content a:hover {
  text-decoration: underline;
}

.product-text__block-image img {
   max-height: 18px;
}


/* ---- Product upsell ---- */

.product__upsell-item {
  margin-top: 25px;
  margin-bottom: 10px;
  display: flex;
  position:relative;
  border: 1px solid var(--dotted-color);
  padding: 15px;
}

.product__upsell-container {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.product__upsell-item .prod-image {
  flex: 1;
}

@media screen and (max-width: 740px) {
  .product__upsell-item .prod-image {
    flex: 1 1 50px;
  }
}

.product__upsell-item .product-info {
  display: flex;
  flex-direction: column;
  flex: 4;
  gap: 15px;
  text-align: left;
  padding: 0;
  align-items: flex-start;
}
.product__upsell-item .product-info .product-info-inner {
   width: 100%;
}
.product__upsell-item .price {
  align-items: start;
}
.product__upsell-item .product-info form {
    margin-top: 5px;
}
.product__upsell-item button.button-as-link,
.product__upsell-item input {
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.product__upsell-item .note-error {
    border: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 0;
}


/* Product Form Swatches */
.swatches__container {
  margin: 10px 0 0 0;
  display: inline-block;
  width: 100%;
}

.swatches__container[data-option-index="2"],
.swatches__container[data-option-index="3"] {
    margin-top:25px;
}

/* Hide radio buttons */
.swatches__form--input {
  display: none;
}

/* Swatch Label */
.swatches__form--label {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  padding: 0 10px;
  color: #000;
  background-color: #fff;
  margin: 10px 8px 0 0;
  cursor: pointer;
  border: 1px solid #ddd;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  min-width: 34px !important;
  white-space: nowrap;
  text-align: center;
  float: unset !important;
  outline: 0 !important;
  padding: 0;
  font-weight: 400;
}

.swatches__form--label.focus-visible {
  transform: scale(1.08);
}

.swatches__shape--circle label {
  min-width: 34px !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 32px !important;
  border-radius: 50%;
  vertical-align: middle;
}

.swatches__shape--square label {
  min-width: 34px !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 32px !important;
  vertical-align: middle;
}

.swatches__shape--rectangle label {
  height: 34px !important;
  line-height: 32px !important;
  min-width: 44px !important;
  width: 44px !important;
  vertical-align: middle;
}

.swatches__swatch--regular label {
  height: 40px !important;
  line-height: 40px !important;
}

.swatches__form--input:checked + .swatches__form--label {
  border:1px solid #ddd;
  background: #000;
  color: #fff;
}

.swatches__swatch--color .swatches__form--input:checked + .swatches__form--label {
  box-shadow: 0px 0px 2px 2px #d6d6d6;
}

.swatches__form--label:hover {
  background: #eee;
  color: #000;
}

.swatches__swatch--regular,
.swatches__swatch--color {
  display: inline-block;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  position:relative;
}

/* Image with the cross in it */
.swatches__sold-out--image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swatches__sold-out--image {
  display: none;
}

.swatches__swatch--color.soldout .swatches__sold-out--image,
.swatches__swatch--regular.soldout .swatches__sold-out--image {
  display: block;
}

.swatches__swatch--regular.soldout label,
.swatches__swatch--color.soldout label  {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */
}

.swatches__container.error {
  background-color: #E8D2D2 !important;
  color: #333 !important;
  padding: 1em;
  border-radius: 5px;
}

.swatches__container.error p {
  margin: 0.7em 0;
}

.swatches__container.error p:first-child {
  margin-top: 0;
}

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

.swatches__container.error code {
  font-family: monospace;
}

.swatches__option-name {
  margin-bottom: -5px;
  border-bottom: 1px solid transparent;
  display: block;
  font-size: var(--font-size);
  font-weight: 400 !important;
}

.swatches__option-name span.swatches__option-value {
  margin-left: 2px;
}


/* ---- Page titles ---- */

h1.page-title {
  margin-bottom: 40px;
  text-align: center;
}

/* ---- Collection page ---- */

.first {
  clear: left;
}

.collection__page-description {
  margin-bottom: 40px;
}

.collection__page-image img {
    width: 100%;
}

@media screen and (max-width: 739px) {
  .collection__page-image {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
  }
}

.collection__page-products.product-loop .product-index,
.product-loop .product-index {
  overflow: hidden;
}

.theme-border .collection__page-products.product-loop .product-index,
.theme-border .product-loop .product-index {
  border: 1px solid var(--dotted-color);
  padding-bottom: 10px;
}

.product-loop {
  grid-column-gap: 25px !important;
  grid-row-gap: 40px !important;
}

/* ---- Collection page sidebar ---- */

@media screen and (min-width: 981px) {
  .collection__sidebar-mobile-trigger {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .collection__sidebar-mobile-trigger {
    display: block;
  }
}

.collection__sidebar-mobile-trigger {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid var(--dotted-color);
  height: 50px;
  line-height: 48px;
}

.collection__sidebar-mobile-trigger svg {
  margin-right: 5px;
  float: unset !important;
}

.collection__sidebar-image {
  margin-bottom: 10px;
}

.collection__page-sidebar .box-ratio {
  margin-bottom: 10px;
}

.collection__page-sidebar h4 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--dotted-color);
}

.collection__page-sidebar ul {
  list-style-type: none;
}

.collection__page-sidebar ul li.current a {
  text-decoration: none;
}

ul.collection__sidebar-menu {
    margin-bottom: 30px;
}

ul.collection__sidebar-menu li {
    margin-bottom: 5px;
}

ul.collection__sidebar-menu li a:hover {
    text-decoration: underline;
}

ul.collection__sidebar-menu li a.current {
    text-decoration: underline;
}

ul.collection__sidebar-menu li ul.nested {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* ---- Collection page sidebar &amp; filters ---- */

.collection__page-sidebar .filter ul {
  max-height: 220px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.collection__page-sidebar .filter ul::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
}
.collection__page-sidebar .filter ul::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.search__page-filter .filter label,
.collection__page-sidebar .filter label {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 0;
  font-size: 15px;
}

@media screen and (max-width: 980px) {
  .collection__page-sidebar {
    display: none;
  }
  .collection__page-sidebar.open {
    display: block;
  }
  .collection__page-sidebar ul li {
    padding: 5px 0;
  }
}

.filter ul li.disabled {
  opacity: 0.7;
}

.filter ul li.disabled a.disabled {
  cursor: default;
}

.filter ul li.disabled span.color-filter.color-filter--rounded.color-filter--disabled.disabled {
    display: none;
}

.filter ul li.current a:before {
  color: var(--text-color);
  margin-bottom: 0;
}
.filter ul li a {
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter.filter--color .color-filter {
  min-width: var(--color-filter-size, 20px) !important;
  width: var(--color-filter-size, 20px) !important;
  height: var(--color-filter-size, 20px) !important;
  line-height: calc(var(--color-filter-size, 20px) - 2px) !important;
  vertical-align: middle;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px var(--dotted-color, #d6d6d6);
  display: inline-block;
  margin: 0 0 0 2px;
  line-height: initial;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.filter.filter--color .color-filter.color-filter--rounded {
  border-radius: 50%;
}

.filter.filter--color .color-filter:hover,
.filter.filter--color .color-filter.current {
  box-shadow: 0px 0px 0px 1px var(--text-color, #000000);
}

.filtering__results ul.current_tags li {
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.filtering__results ul.current_tags li.current_tag a {
    background: #f5f5f5;
    padding: 10px 25px 10px 8px;
    color: var(--text-color);
    display: block;
    position: relative;
}

.filtering__results ul.current_tags li.current_tag a:after {
    content: "x";
    position: absolute;
    right: 10px;
    font-size: 17px;
}

.filtering__results ul.current_tags li a.clear-tags {
    text-decoration: underline;
}

.filter ul li {
  margin: 5px 5px 5px 0;
}

.clearfix.filter {
  margin-bottom: 30px;
}

.sidebar-filter.filter--price-range {
    padding-bottom: 30px;
}
.sidebar-filter.filter--price-range &gt; .filter-range__boxes.js-price-range,
.filter &gt; .rte,
.collection__sidebar-menu {
  padding-top: 8px;
}

span.filter__count {
    font-size: 80%;
    margin-left: 2px;
}

.checkbox-wrapper {
  font-family: var(--main-family);
  font-weight: var(--main-weight);
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
}
.checkbox-wrapper input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox-indicator {
  height: 18px;
  width: 18px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-wrapper:hover input ~ .checkbox-indicator,
.checkbox-wrapper input:focus ~ .checkbox-indicator {
  background: #ffffff;
}

.checkbox-wrapper input:checked ~ .checkbox-indicator {
  background: #ffffff;
}
.checkbox-wrapper:hover input:not([disabled]):checked ~ .checkbox-indicator,
.checkbox-wrapper input:checked:focus ~ .checkbox-indicator {
  background: #ffffff;
}
.checkbox-wrapper input:disabled ~ .js-hz-filter-label {
  opacity: 0.7;
  pointer-events: none;
}
.checkbox-indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.checkbox-wrapper input:checked ~ .checkbox-indicator:after {
  display: block;
}
.checkbox-wrapper .checkbox-indicator:after {
  width: 3px;
  height: 8px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper input:disabled ~ .checkbox-indicator:after {
  border-color: #7b7b7b;
}

/* ---- Collection horizontal toolbar ---- */
.collection__filtering,
.search__filtering {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 50px;
  border-radius: unset !important;
}
@media screen and (max-width: 980px) {
  .collection__filtering,
  .search__filtering {
    width: 100%;
    display: block;
  }
}
.collection__horizontal-toolbar .chosen-value,
.collection__horizontal-toolbar .value-list,
.search__horizontal-toolbar .chosen-value,
.search__horizontal-toolbar .value-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.collection__horizontal-toolbar .chosen-value,
.search__horizontal-toolbar .chosen-value {
  height: 50px;
  font-size: var(--font-size);
  background-color: var(--background);
  border: 1px solid var(--dotted-color);
  transition: 0.3s ease-in-out;
  text-align: left;
  margin-bottom: 0 !important;
}
.collection__horizontal-toolbar .value-list li [type="checkbox"],
.collection__page-sidebar .filter [type="checkbox"],
.search__horizontal-toolbar .value-list li [type="checkbox"] {
  display: none;
}
.collection__horizontal-toolbar .chosen-value::-webkit-input-placeholder,
.search__horizontal-toolbar .chosen-value::-webkit-input-placeholder {
  color: var(--text-color);
}
.collection__horizontal-toolbar .chosen-value:hover,
.search__horizontal-toolbar .chosen-value:hover {
  cursor: pointer;
}
.collection__horizontal-toolbar .chosen-value:focus,
.collection__horizontal-toolbar .chosen-value.open,
.search__horizontal-toolbar .chosen-value:focus,
.search__horizontal-toolbar .chosen-value.open {
  box-shadow: 0 0 0 0;
  outline: 0;
}
.chosen-value::placeholder {
  color: var(--text-color) !important;
  opacity: 1 !important;
}
.collection__horizontal-toolbar .value-list,
.search__horizontal-toolbar .value-list {
  list-style: none;
  margin-top: 50px;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease-in-out;
  z-index: 5;
  background: var(--background);
}
.collection__horizontal-toolbar .value-list label,
.search__horizontal-toolbar .value-list label {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 15px;
}
.collection__horizontal-toolbar .value-list.open,
.search__horizontal-toolbar .value-list.open {
  max-height: 320px;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.collection__horizontal-toolbar .value-list li,
.search__horizontal-toolbar .value-list li {
  position: relative;
  height: auto;
  background-color: var(--background);
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 1;
  display: flex;
  align-items: center;
  line-height: 1.6em;
  gap: 10px;
}
.collection__horizontal-toolbar .value-list li span:hover,
.search__horizontal-toolbar .value-list li span:hover {
  text-decoration: underline;
}
.collection__horizontal-toolbar .value-list li.closed,
.search__horizontal-toolbar .value-list li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}
.collection__horizontal-toolbar .color-filter,
.search__horizontal-toolbar .color-filter {
  min-width: var(--color-filter-size, 20px) !important;
  width: var(--color-filter-size, 20px) !important;
  height: var(--color-filter-size, 20px) !important;
  line-height: calc(var(--color-filter-size, 20px) - 2px) !important;
  vertical-align: middle;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 1px var(--dotted-color, #d6d6d6);
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: initial;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

.collection__horizontal-toolbar .color-filter.color-filter--rounded,
.search__horizontal-toolbar .color-filter.color-filter--rounded {
  border-radius: 50%;
}
.collection__horizontal-toolbar .checkbox-indicator,
.search__horizontal-toolbar .checkbox-indicator {
  left: 11px;
}
.collection__horizontal-toolbar .filter--regular .checkbox-wrapper,
.collection__horizontal-toolbar .filter--size .checkbox-wrapper,
.search__horizontal-toolbar .filter--size .checkbox-wrapper,
.search__horizontal-toolbar .filter--regular .checkbox-wrapper {
  padding-left: 10px;
}
.collection__horizontal-toolbar .filter--color .checkbox-wrapper,
.search__horizontal-toolbar .filter--color .checkbox-wrapper {
  padding-left: 10px;
}
.collection__horizontal-toolbar li a:hover .color-filter,
.collection__horizontal-toolbar .color-filter.current,
.search__horizontal-toolbar li a:hover .color-filter,
.search__horizontal-toolbar .color-filter.current {
  box-shadow: 0px 0px 0px 1px var(--text-color, #000000);
}

.collection__horizontal-toolbar .value-list &gt; li.disabled,
.search__horizontal-toolbar .value-list &gt; li.disabled {
  color: var(--disabled-text);
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}
.collection__horizontal-toolbar #collection--filters,
.search__horizontal-toolbar #collection--filters {
  line-height: 0;
  width: 100%;
  text-align: left;
}

.collection__page-filter {
  margin-bottom: 20px;
}
/* ---- Price Range ---- */

.filter-price__trigger {
  height: 50px;
  font-size: var(--font-size);
  background-color: var(--background);
  color: var(--text-color);
  border: 1px solid var(--dotted-color);
  border-radius: 0 !important;
  transition: .3s ease-in-out;
  text-align: left;
  margin-bottom: 0!important;
  position: relative;
  width: 100%;
  display: inline-block;
  line-height: 48px;
  padding-left: 10px;
}

@media screen and (max-width: 980px) {
  .filter-price__trigger {
    width: 100%;
    display: block;
  }
}

.filter-price__trigger:hover {
  background-color: var(--background);
  color: var(--text-color);
  border: 1px solid var(--dotted-color);
}

.collection__horizontal-toolbar .filter--price-range,
.search__horizontal-toolbar .filter--price-range {
  position: relative;
}

.collection__horizontal-toolbar .filter-price__trigger:hover,
.search__horizontal-toolbar .filter-price__trigger:hover {
  cursor: pointer;
}

.collection__horizontal-toolbar .filter-price__dropdown,
.search__horizontal-toolbar .filter-price__dropdown {
  box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
  transition: .3s ease-in-out;
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 0;
  background: var(--background);
  padding: 20px 10px;
  line-height: initial;
  width: 100%;
}

.collection__horizontal-toolbar .filter-price__trigger.active,
.search__horizontal-toolbar .filter-price__trigger.active {
  box-shadow: 0 0 0 0;
  outline: 0;
}

.collection__horizontal-toolbar .filter-range__footer,
.search__horizontal-toolbar .filter-range__footer {
  border-top: 1px solid var(--dotted-color);
  padding-top: 10px;
}

/* ---- Collection page top filters ---- */

.collection__filter-wrapper {
  display: none;
}

.collection__filter-wrapper.open {
  display: block;
}

.collection__filter-toggleWrapper {
    border-bottom: 1px solid var(--dotted-color);
    margin-bottom: 20px;
    display:grid;
    grid-template-columns: 6fr 6fr;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    z-index: 6;
}

.sort__filter--triggers {
  text-align: right;
}

.search__section {
  min-height: 250px;
}

.collection__page-filter ul#collection--filters,
.search__section ul#search--filters {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}

.collection__horizontal-toolbar .filter,
.search__horizontal-toolbar .filter {
  border: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  position: relative;
}

.collection__filtering svg,
.search__filtering svg,
.filter--price-range svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 13px;
  pointer-events: none;
}
.collection__filtering svg path,
.search__filtering svg path,
.filter--price-range svg path {
  fill: var(--text-color);
}
.collection__filtering.open svg path,
.collection__filtering:hover svg path,
.search__filtering.open svg path,
.search__filtering:hover svg path,
.filter--price-range.active svg path,
.filter--price-range:hover svg path {
  fill: var(--background);
}

.sort-by__wrapper .collection__filtering.js-hz-filter {
  width: 220px;
}
.sort-by__wrapper li {
  padding: 5px 20px;
}
.collection__horizontal-toolbar.sort-by__wrapper {
  position: relative;
  float: right;
  margin-left: 1.04166667%;
}

@media screen and (max-width: 740px) {
  .collection__horizontal-toolbar.sort-by__wrapper,
  .sort-by__wrapper .collection__filtering.js-hz-filter {
    width: 100%;
  }
}

button.filter-price__trigger.js-show-filters {
  width: unset;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}


@media screen and (max-width: 740px) {
  .collection__filter-toggleWrapper {
    grid-template-columns: 1fr;
  }
  .filtering__pagination {
      display: none;
  }
  .sort__filter--triggers {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px;
  }
  .collection__page-filter ul#collection--filters,
  .search__section ul#search--filters {
    grid-template-columns: repeat(2, 1fr);
  }
}

select.styled-select {
  display: inline-block;
  width: 100%;
  min-width: 160px;
  vertical-align: middle;
  border: 1px solid var(--dotted-color);
  margin-bottom: 10px;
  background: var(--select-arrow-bg) right no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media screen and (max-width: 980px) {
  ul#collection--filters,
  ul#search--filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 10px;
  }
  .collection__page-filter {
    margin-top: 0;
   }
  ul#collection--filters li select.styled-select,
  ul#search--filters li select.styled-select {
    width: 100%;
    margin-left: 0;
    min-width: 100%;
  }
  .collection__page-filter .filter {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0;
  }
}

/* ---- Price filters ---- */

label.filter-range__field__label {
  display: inline-block;
}

.filter-range__field {
  display: inline-block;
  margin-bottom: 20px;
}

/* Price Range Slider  */
.filter-range__slider--input {
  position: absolute;
  left: 0;
  bottom: 0;
}

.filter-range__slider--wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0 20px 0;
}

.filter--price-range .filter-range__field__input {
  border: 1px solid var(--dotted-color);
  text-align: left;
  -moz-appearance: textfield;
  width: auto !important;
  min-width: 70px;
  margin: unset !important;
  float: unset !important;
}

.collection__page-sidebar .filter-range__field__input {
  width: 80% !important;
}

.filter-range__field__input::-webkit-outer-spin-button,
.filter-range__field__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.filter-range__field__input:invalid,
.filter-range__field__input:out-of-range {
  border: 2px solid var(--error-msg-dark);
}

.filter-range__slider--input {
  -webkit-appearance: none;
  width: 100%;
}

.filter-range__slider--input:focus {
  outline: none;
}

.filter-range__slider--input:focus::-webkit-slider-runnable-track {
  background: var(--text-color);
}

.filter-range__slider--input:focus::-ms-fill-lower {
  background: var(--text-color);
}

.filter-range__slider--input:focus::-ms-fill-upper {
  background: var(--text-color);
}

.filter-range__slider--input::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--text-color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.filter-range__slider--input::-webkit-slider-thumb {
  z-index: 1;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--text-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--background);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.filter-range__slider--input::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: var(--text-color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.filter-range__slider--input::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--text-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--background);
  cursor: pointer;
}

.filter-range__slider--input::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.filter-range__slider--input::-ms-fill-lower,
.filter-range__slider--input::-ms-fill-upper {
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.filter-range__slider--input::-ms-fill-upper {
  background: var(--text-color);
}

.filter-range__slider--input::-ms-fill-lower {
  background: #eee;
}

.filter-range__slider--input::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--text-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--background);
  cursor: pointer;
}

@-moz-document url-prefix() {
  .filter-range__slider--input {
    position: relative;
  }
  .filter-range__slider--input,
  .filter-range__field {
    display: inline-block;
    width: 47%;
  }
  .filter-range__field__input {
    width: 80% !important;
  }
  .filter-range__field__currency {
    display: inline-block;
    width: 10%;
  }
}

/* ---- Global styled selects ---- */

.styled-select {
  border: 1px solid #ddd;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 12px;
  font-size: var(--font-size);
  height: 48px;
  line-height: 46px;
  min-width: 165px;
  margin-bottom: 10px;
  background: var(--select-arrow-bg) no-repeat right #fff;
}

.styled-select::-ms-expand {
  display: none;
}


/* ---- Collection page banner ---- */


.collection__banner-image {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.collection__banner-image img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

@media screen and (max-width: 740px) {
  .collection__banner-image {
    height: 200px;
  }
  .collection__banner-image img {
    height: 200px;
  }
}

/* ---- Product grid ---- */

.product-index img {
  display: block;
  margin: 0 auto 0;
}


/* ===============================================
// Reveal module
// =============================================== */

.theme-image-hover .reveal .hidden {
  display: block !important;
  visibility: visible !important;
}

.theme-image-hover .product-image:hover .reveal img {
  opacity: 1;
}

.theme-image-hover .reveal {
  position: relative;
}

.theme-image-hover .reveal .hidden {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
 background:  var(--background);
}
.theme-image-hover .reveal:hover .hidden {
  z-index: 1;
  opacity: 1;
}

.product-index img a {
  border: 0;
}

.product-info {
  text-align: center;
  padding: 8px 0 0;
  position: relative;
}

.product-info-inner {
  width: 96%;
  margin: 0 auto;
}

.product-info p {
  font-size: var(--font-size);
  margin-bottom: 0;
}

.product-info a {
  text-decoration: none !important;
}

.product-index .price {
  align-items: center;
  margin-bottom: 8px;
}

.was,
.product-compare-price,
.compare-price,
.was-related {
  color: var(--sale-color);
  text-decoration: line-through;
}
.onsale {
  color: var(--sale-color);
}

.was,
.was-related {
  display: inline;
  margin-left: 5px;
}

.onsale {
  display: inline;
}

.product-index-inner {
  position: relative;
}

.prod-image {
  position: relative;
  overflow: hidden;
}

.prod-image:hover &gt; .product-listing__quickview-trigger {
  display: block;
}

.icn {
  -webkit-transition: opacity 1s ease-out;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  font-size: 13px;
  display: grid;
  align-items: center;
}

.icn.circle_icon {
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
}

.icn.rectangle_icon {
  padding: 5px 7px;
  top: 5px;
  right: 5px;
}

.pre-order {
  color: var(--background);
  background: var(--text-color);
  z-index: 3;
}

.new {
  color: var(--background);
  background: var(--text-color);
  z-index: 2;
}

.so {
  color: var(--background);
  /* background: var(--text-color); */
  background: var(--sold-color);
  z-index: 4;
}

.sale-item {
  color: #fff;
  background: var(--sale-color);
  z-index: 2;
}

/* prevent icons clashing */

.icn.rectangle_icon.sale-item {
  right: unset;
  left: 5px;
}

.icn.circle_icon.sale-item {
  right: unset;
  left: 10px;
}

.prod-colors {
    margin-top: 10px;
}

.col-swatch {
  margin: 0 0 20px 0;
}

.col-swatch ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.col-swatch li {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  padding:0;
  margin:0px 2px;
}

.col-swatch li span {
  display: block;
  margin: 5px 10px;
}

.col-swatch li.color {
  width: 20px !important;
  height: 20px !important;
}

.col-swatch li.color span {
  width:100%;
  height:100%;
  margin:0;
  border-radius: 50%;
  border: 1px solid #ddd;
}

.col-swatch .options li {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.col-swatch li:hover {
  cursor: pointer;
}

ul.color.options li.clear[data-option-title="clear"] {
    clear: none;
    visibility: visible;
}


/* ---- Product page ---- */

.product__section-container {
    clear: both;
    position: relative;
    align-items: start;
}

.product__description-container.rte ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}

span.popup_content_link {
    margin: 15px 0 0 0;
    display: inline-block;
}

span.popup_content_link button {
    margin: 0 10px 0 0;
    padding: 0;
}

.product__section-details .share-icons {
    margin-top: 15px;
}

.product__section-lowerDescription {
    margin-bottom: 50px;
}

.product__section-details .rte-accordion {
    text-align: left;
}


/* --- Product Ratings Block --- */
.product__section--rating-wrapper {
  padding: 10px 0;
}

.product__section-rating {
  display: inline-block;
  margin: 0;
}

.product__section-rating-star {
  --letter-spacing: 0.2;
  --font-size: 1;
}

.product__section-rating-star {
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) *
          var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}

.product__section-rating-star::before {
  content: 'â˜…â˜…â˜…â˜…â˜…';
  background: linear-gradient(
    90deg,
    var(--star-active) var(--percent),
    var(--star-inactive) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product__section-rating-text {
  display: none;
}

.product__section-rating-count {
  display: inline-block;
  margin: 0;
  font-size: 11px;
  vertical-align: middle;
}

@media (forced-colors: active) {
  .product__section-rating {
    display: none;
  }

  .product__section-rating-text {
    display: block;
  }
}

/* ---- Blog ---- */

.blog__article-container {
  display: grid;
  grid-gap: 50px;
}

.blog__article-container.list-layout {
  grid-row-gap: 25px;
}

.blog__article-container.list-layout .blog__post-content {
  display: grid;
  grid-template-columns: 2fr 4fr;
  grid-column-gap: 50px;
  align-items: center;
}

@media screen and (max-width: 740px) {
  .blog__article-container.list-layout .blog__post-content {
    grid-template-columns: 100%;
  }
}

@media screen and (min-width: 741px) {
  .blog__article-container.list-layout .blog__post-image {
    margin-bottom: 0;
  }
}

.blog__article-container.list-layout .blog__post-container {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--dotted-color);
}

@media screen and (max-width: 740px) {
    .blog__article-container {
      grid-template-columns: 100% !important;
    }
}

.blog__section-description {
    margin-bottom: 40px;
}

.blog__post-image {
    margin-bottom: 15px;
}

.blog__post-image.image_landscape img {
    object-fit: cover;
}

.blog__post-container {
  text-align: left;
}

.article__page-info {
  margin-bottom: 10px;
  padding-top: 10px;
}

.blog__post-author.posted,
.blog__post-date.posted {
    text-align: left;
    clear: left;
    display: block;
}

.blog__post-excerpt {
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog__post-container .rte {
    margin-bottom: 15px;
}

ul.blog__post-tags {
    list-style: none;
    margin-bottom: 15px;
}

ul.blog__post-tags li.blog__post-tag {
    display: inline-block;
    margin: 0 5px 0 0;
}

ul.blog__post-tags li.blog__post-tag a {
    border-bottom: 1px solid #aaa;
}

.blog__post-button {
  clear: left;
  text-align: left;
}

.blog__post-button a {
  display: inline-block;
  color: var(--button-text) !important;
  background: var(--button-color) !important;
  padding: 10px 20px;
  -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
      -o-transition: background .5s ease,color .5s ease;
        transition: background .5s ease,color .5s ease;
}

.theme-buttons-curved .blog__post-button a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.blog__post-button a:hover {
  color: var(--button-text) !important;
  background: var(--button-hover) !important;
  text-decoration: none;
}


/* ---- Article ---- */

.article__section-container {
  justify-content: center;
  grid-gap: 50px;
  clear: both;
}

@media screen and (max-width: 740px) {
  .article__section-container {
    grid-template-columns: 100% !important;
  }
}

.article__section-image {
    margin-bottom: 15px;
}

.article__section-details.rte {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--dotted-color);
}

.article__section-body .share-icons {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.article__section-commentContainer {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr;
}

ul.article__section-commentList {
    list-style-type: none;
}

li.article__section-comment {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--dotted-color);
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 15px;
}

@media screen and (max-width: 740px) {
  .article__section-commentContainer {
    grid-template-columns: 1fr !important;
  }
  .article__section-commentContent {
      grid-column: auto / span 1;
  }
  .article__comment-author {
    margin-left: 20px;
  }
}

.article__section-commentContent {
    grid-column: 1 / span 2;
}

.gravatar.article__section-avatar,
.article__comment-author {
    align-self: center;
}

.gravatar.article__section-avatar img {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid var(--dotted-color);
}

.notice {
  border: 3px dashed #ccc;
  padding: 10px;
  background: #ghostwhite;
  margin: 20px 0;
}

.errorForm.feedback {
  background: mistyrose;
  padding: 15px 0 5px;
  text-align: center;
  font-weight: 600;
  color: firebrick;
  margin: 0 1.1%;
}

.more__articles {
  margin-bottom: 50px;
}

.gallery__item-btn-wrapper  {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}

.gallery__item-btn-wrapper a {
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: background .3s ease,color .3s ease;
  -moz-transition: background .3s ease,color .3s ease;
  -o-transition: background .3s ease,color .3s ease;
  transition: background .3s ease,color .3s ease;
}

.theme-buttons-curved .gallery__item-btn-wrapper a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.gallery__item-btn-wrapper a:hover {
  background: none !important;
}

/* Scrollbar Styles */
.modal__container ::-webkit-scrollbar ,
.slideout ::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.modal__container ::-webkit-scrollbar-button,
.slideout ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.modal__container ::-webkit-scrollbar-thumb ,
.slideout ::-webkit-scrollbar-thumb {
  background: var(--text-color);
  border: 0px none #ffffff;
  border-radius: 50px;
}
.modal__container ::-webkit-scrollbar-thumb:hover,
.slideout ::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.modal__container ::-webkit-scrollbar-thumb:active,
.slideout ::-webkit-scrollbar-thumb:active {
  background: #000000;
}
.modal__container ::-webkit-scrollbar-track,
.slideout ::-webkit-scrollbar-track {
  background: var(--dotted-color);
  border: 0px none #ffffff;
  border-radius: 50px;
}
.modal__container ::-webkit-scrollbar-track:hover,
.slideout ::-webkit-scrollbar-track:hover {
  background: var(--dotted-color);
}
.modal__container ::-webkit-scrollbar-track:active,
.slideout ::-webkit-scrollbar-track:active {
  background: #333333;
}
.modal__container ::-webkit-scrollbar-corner,
.slideout ::-webkit-scrollbar-corner {
  background: transparent;
}

/* ---- Modal Styles ---- */
.modal__container {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 15;
  left: 50%;
  top: 10vh;
  transform: translateX(-50%);
  webkit-transition: opacity 1.2s ease-in-out;
  transition: opacity 1.2s ease-in-out;
}
.modal__inner-content-container {
  max-height: 560px;
  overflow-y: auto;
  padding-right: 5px;
  margin: 10px;
}
/* Modal Content/Box */
.modal__inner-wrapper {
  background-color: var(--background);
  padding: 20px;
  border: 1px solid #888;
  max-height: 800px;
  overflow-y: hidden;
  position: relative;
}
@media (max-width: 739px) {
  .modal__inner-wrapper {
    max-height: unset;
    overflow-y: unset;
  }
}
.modal__inner-wrapper .loading-wrapper {
  height: 100%;
}
@media (min-width: 980px) {
  .modal__inner-wrapper,
  .modal__container {
    width: 880px;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .modal__inner-wrapper,
  .modal__container {
    width: 90%;
  }
}
@media (max-width: 739px) {
  .modal__inner-wrapper,
  .modal__container {
    width: 100%;
  }
  .modal__inner-wrapper {
    max-height: unset;
    padding: 50px 10px 20px 10px !important;
  }
}
.modal__container.modal--active {
  display: block;
  opacity: 1;
}

/* Cart Styles: Drawer, Modal, and Page */
.mini-cart__container {
  position: relative;
}
.ajax-cart__cart-item {
  position: relative;
  border-top: 1px solid var(--dotted-color);
}
.ajax-cart__cart-item:last-child {
  border-bottom: 1px solid var(--dotted-color);
}
.ajax-cart__item-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.ajax-cart__item-image img {
  vertical-align: middle;
}
.ajax-cart__header__continue-link {
  font-size: var(--font-size);
}
.ajax-cart__header__continue-link-text {
  margin-left: 5px;
}
.ajax-cart__item-quantity {
  font-size: 0;
}
.ajax-cart__qty-control--down,
.ajax-cart__qty-control--up {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  width: 30px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  font-size: initial;
  border-radius: 0;
  background: transparent;
  color: var(--text-color);
}

.ajax-cart__qty-control--down:hover,
.ajax-cart__qty-control--up:hover {
  color: var(--text-color);
}

.theme-buttons-curved .ajax-cart__qty-control--down,
.theme-buttons-curved .ajax-cart__qty-control--up {
  border-radius: 0;
}
.ajax-cart__qty-input {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent !important;
  width: 80px !important;
  text-indent: 0 !important;
  margin-bottom: 0 !important;
}
.ajax-cart__cart-variants {
  font-size: var(--font-size);
  margin-bottom: 10px;
}
input.ajax-cart__qty-input::-webkit-outer-spin-button,
input.ajax-cart__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number].ajax-cart__qty-input {
  -moz-appearance: textfield;
}
.ajax-cart__cart-item:hover .ajax-cart__qty-input {
  border-color: #ececec !important;
}
.ajax-cart__cart-item:hover .ajax-cart__qty-control--down,
.ajax-cart__cart-item:hover .ajax-cart__qty-control--up {
  background-color: #ececec;
  border-color: #ececec;
}
.ajax-cart__title a {
  font-size: var(--font-size);
  display: block;
  max-width: 225px;
}
.ajax-cart__accordion .accordion-content {
  list-style: none;
  padding-left: 0;
}
.ajax-cart__accordion .accordion-content.closed,
.ajax-cart__accordion .accordion-content2.closed {
  display: none;
}
.ajax-cart__accordion .accordion-content.default,
.ajax-cart__accordion .accordion-content,
.ajax-cart__accordion .accordion-content2.default,
.ajax-cart__accordion .accordion-content2 {
  display: block;
}
.ajax-cart__accordion .tlink.has_sub_menu,
.ajax-cart__accordion .tlink2.has_sub_menu {
  cursor: pointer;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.ajax-cart__accordion .tlink.has_sub_menu a,
.ajax-cart__accordion .tlink2.has_sub_menu a {
  padding: 10px;
  background: var(--dotted-color);
  display: inline-block;
  width: 100%;
  font-size: var(--font-size);
}
.ajax-cart__accordion .tlink.has_sub_menu span.icon,
.ajax-cart__accordion .tlink2.has_sub_menu span.icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.ajax-cart__accordion .tlink.has_sub_menu span.icon.active-arrow,
.ajax-cart__accordion .tlink.has_sub_menu.closed span.icon.inactive-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu span.icon.active-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu.closed span.icon.inactive-arrow {
  display: block;
}
.ajax-cart__accordion .tlink.has_sub_menu.closed span.icon.active-arrow,
.ajax-cart__accordion .tlink.has_sub_menu span.icon.inactive-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu.closed span.icon.active-arrow,
.ajax-cart__accordion .tlink2.has_sub_menu span.icon.inactive-arrow {
  display: none;
}
.ajax-cart__accordion .tlink.has_sub_menu:after,
.ajax-cart__accordion .accordion-toggle2:after {
  padding-right: 0;
}
.ajax-cart__free-shipping {
  padding: 20px;
  margin-bottom: 15px;
  background-color: var(--free-shipping-bg);
  color: var(--free-shipping-text);
}
.ajax-cart__final-details {
  letter-spacing: initial;
}
.ajax-cart__final-details div {
  letter-spacing: var(--main-spacing);
  font-size: 0;
  margin-bottom: 5px;
}
.discounts {
  display: flex;
}
.discounts &gt; * {
  width: 100%;
}
.discounts .a-right {
  font-size: var(--font-size);
  list-style: none;
}
.ajax-cart__final-details div &gt; p {
  display: inline-block;
  font-size: var(--font-size);
  width: 50%;
  vertical-align: middle;
}
.ajax-cart__item-price dl,
.ajax-cart__item-line-price dl {
  margin-bottom: 0;
}
.ajax-cart__item-price dd,
.ajax-cart__item-line-price span {
  font-size: var(--font-size);
}
.ajax-cart__order-discount {
  list-style: none;
}
.ajax-cart__order-discount .order-discount__item .onsale {
  font-size: 11px;
}
.ajax-cart__button-view_cart {
  text-align: center;
  line-height: 50px;
}
.ajax-cart__cart-form {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}
.mini-cart__cart-note {
  grid-column: auto / span 12;
  width: 95%;
  text-align: left;
  display: block;
  border: 1px solid var(--error-color);
  padding: 5px;
  color: var(--error-color);
  background-color: var(--error-color-light);
  margin-top: 10px;
}
.mini-cart__cart-note p {
  margin-bottom: 0;
}
/* Cart Styles: Page Only */
section.cart-page.main__section {
    padding-top: 20px;
    padding-bottom: 50px;
}
.ajax-cart__page-wrapper {
  min-height: 600px;
}
.ajax-cart__page-wrapper .ajax-cart__cart-item {
  padding: 10px !important;
}
.ajax-cart__page-wrapper .ajax-cart__header-wrapper {
  padding: 20px 0;
}
.ajax-cart__page-wrapper .ajax-cart__button-view_cart {
  display: none;
}
@media (min-width: 740px ) {
  .ajax-cart__page-wrapper .ajax-cart__item-image,
  .ajax-cart__page-wrapper .ajax-cart__item-price,
  .ajax-cart__page-wrapper .ajax-cart__item-qty,
  .ajax-cart__page-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 2;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-details {
    grid-column: auto / span 4;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 6;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 6;
    width: 100%;
  }
}
@media (min-width: 1250px) {
  .ajax-cart__page-wrapper .ajax-cart__item-image img {
    max-width: 160px;
  }
}
@media (min-width: 980px) and (max-width: 1249px) {
  .ajax-cart__page-wrapper .ajax-cart__item-image img {
    max-width: 120px;
  }
  .ajax-cart__page-wrapper .ajax-cart__qty-input {
    width: 40px !important;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .ajax-cart__page-wrapper .ajax-cart__item-image img {
    max-width: 100px;
  }
  .ajax-cart__page-wrapper .ajax-cart__qty-input {
    width: 40px !important;
  }
}
@media (max-width: 739px) {
  .ajax-cart__page-wrapper .ajax-cart__item-image img {
    max-width: 70px;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-image {
    grid-column: auto / span 4;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-price,
  .ajax-cart__page-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 3;
    width: 100%;
    text-align: center;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 6;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-details {
    grid-column: auto / span 8;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__page-wrapper .ajax-cart__item-quantity {
    text-align: center;
  }
  .ajax-cart__title a {
    max-width: 190px;
  }
}
.ajax-cart__page-wrapper .ajax-cart__empty-cart {
  margin-top: 100px;
  padding-bottom: 100px;
}
/* Cart Styles: Drawer Only */
.ajax-cart__drawer-wrapper .ajax-cart__header-wrapper {
  padding: 10px 15px;
}
.ajax-cart__drawer-wrapper .ajax-cart__info-wrapper,
.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper {
  padding: 0 15px;
}
.ajax-cart__drawer-wrapper .ajax-cart__cart-item {
  padding: 15px !important;
  grid-row-gap: 0;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-image img {
  max-width: 70px;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-image {
  grid-column: auto / span 3;
  width: 100%;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-price,
.ajax-cart__drawer-wrapper .ajax-cart__item-line-price {
  grid-column: auto / span 3;
  width: 100%;
  text-align: center;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-qty {
  grid-column: auto / span 6;
  width: 100%;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-details {
  grid-column: auto / span 9;
  width: 100%;
}
.ajax-cart__drawer-wrapper .ajax-cart__info-wrapper {
  grid-column: auto / span 12;
  width: 100%;
}
.ajax-cart__drawer-wrapper .ajax-cart__summary-wrapper {
  grid-column: auto / span 12;
  width: 100%;
}
.ajax-cart__drawer-wrapper .ajax-cart__item-quantity {
  text-align: center;
}
.ajax-cart__drawer-wrapper .ajax-cart__empty-cart {
  margin-top: 100px;
  padding-bottom: 100px;
}
/* Cart Styles: Modal Only */
.ajax-cart__modal-wrapper .ajax-cart__header-wrapper {
  padding-bottom: 5px;
}
.ajax-cart__modal-wrapper .ajax-cart__cart-items {
  max-height: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ajax-cart__modal-wrapper .ajax-cart__cart-item {
  padding: 10px 0 !important;
}
.ajax-cart__modal-wrapper .ajax-cart__item-image img {
  max-width: 70px;
}
.ajax-cart__modal-wrapper .ajax-cart__item-image__wrapper {
  margin: 0 auto;
  text-align: center;
}
.ajax-cart__modal-wrapper .ajax-cart__qty-input {
  width: 40px !important;
}
.ajax-cart__modal-wrapper .ajax-cart__empty-cart {
  margin-top: 100px;
  padding-bottom: 100px;
}
.ajax-cart__modal-wrapper .slideout__trigger-ajax-cart {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.ajax-cart__modal-wrapper .ajax-cart__final-details {
  margin-top: 10px;
}
.ajax-cart__modal-wrapper .ajax-cart__title a {
  font-size: var(--h4-size);
}
.ajax-cart__modal-wrapper .ajax-cart__button-submit {
  margin-bottom: 0;
}
.ajax-cart__modal-wrapper .ajax-cart__button-view_cart {
  margin-bottom: 5px;
}
@media (min-width: 740px ) {
  .ajax-cart__modal-wrapper .ajax-cart__item-image,
  .ajax-cart__modal-wrapper .ajax-cart__item-price,
  .ajax-cart__modal-wrapper .ajax-cart__item-qty,
  .ajax-cart__modal-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 2;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-details {
    grid-column: auto / span 4;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 6;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 6;
    width: 100%;
  }
}
@media (max-width: 739px) {
  .ajax-cart__modal-wrapper .ajax-cart__item-image {
    grid-column: auto / span 4;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-price,
  .ajax-cart__modal-wrapper .ajax-cart__item-line-price {
    grid-column: auto / span 3;
    width: 100%;
    text-align: center;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-qty {
    grid-column: auto / span 6;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-details {
    grid-column: auto / span 8;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__info-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__summary-wrapper {
    grid-column: auto / span 12;
    width: 100%;
  }
  .ajax-cart__modal-wrapper .ajax-cart__item-quantity {
    text-align: center;
  }
  #modal-ajax-cart .modal__inner-wrapper {
    padding: 20px 10px 20px 10px !important;
    overflow: auto;
  }
}
/* Shipping Calculator */
.ajax-cart__modal-wrapper .ajax-cart__accordion--shipping-calc,
.ajax-cart__drawer-wrapper .ajax-cart__accordion--shipping-calc {
  display: none;
}
.shipping-calc__response--wrapper {
  border: 1px solid var(--dotted-color);
  margin-top: 15px;
  padding: 20px;
  font-size: var(--font-size);
}
.shipping-calc__rate {
  font-size: var(--font-size);
}

div#shipping-calculator select {
    width: 100%;
    clear: both;
    margin: 5px 0 10px;
}


/*
 * New Accordion Styles
 */

/*
 * Base styles
 */
.c-accordion {}
.c-accordion__item {}
.c-accordion__header {}
.c-accordion__button {}

.c-accordion .dropdown-arrow {
  cursor: pointer;
}

.c-accordion__panel {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
}

.c-accordion__panel.is-active {
  max-height: 99em;
  transition: max-height 0.35s ease-in-out;
}

/* add extra bottom padding for active panels */
.c-accordion--custom-page .c-accordion__inner {
  padding-bottom: 10px;
}


/*
 * Custom Page Template Accordion
 */

.c-accordion.c-accordion--custom-page {
  color: var(--text-color);
}


.c-accordion.c-accordion--product .c-accordion__header,
.c-accordion.c-accordion--custom-page .c-accordion__header {
  display: flex;
  width: 100%;
  overflow: hidden;
  line-height: 1;
  cursor: pointer;
  padding: 15px 10px;
  background: transparent;
  color: var(--text-color);
  border-bottom: 1px solid var(--dotted-color);
  border-radius: 0;
  height: unset !important;
  text-align: left;
  margin-bottom: 0;
}

.c-accordion.c-accordion--product .c-accordion__header .dropdown-arrow,
.c-accordion.c-accordion--custom-page .c-accordion__header .dropdown-arrow {
  margin-left: auto;
  transform: rotate(0deg);
  transition: transform 0.35s ease;
}

/* rotate arrow when active */
.c-accordion.c-accordion--product .c-accordion__header[aria-expanded="true"] .dropdown-arrow,
.c-accordion.c-accordion--custom-page .c-accordion__header[aria-expanded="true"] .dropdown-arrow {
  transform: rotate(180deg);
  transition: transform 0.35s ease;
}
.c-accordion.c-accordion--product .c-accordion__panel,
.c-accordion.c-accordion--custom-page .c-accordion__panel {
  padding: 0 10px;
}

.c-accordion__panel .c-accordion__inner {
  padding-top: 10px;
}

/*
 * Accordion Menu
 */

.c-accordion.c-accordion--mobile-nav {
  list-style: none;
  margin: 0;
}

.c-accordion.c-accordion--mobile-nav.c-accordion--mobile-nav__inner {}

.c-accordion.c-accordion--mobile-nav:not(.c-accordion--mobile-nav__inner) {
  padding: 10px;
}

.c-accordion.c-accordion--mobile-nav li:not(.c-accordion__panel) {
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid;
}

.c-accordion.c-accordion--mobile-nav .c-accordion__panel {
  padding: 0 0 0 10px;
}

/* add more bottom padding on active panel */
.c-accordion.c-accordion--mobile-nav .c-accordion__panel.is-active {
  padding: 0 0 20px 10px;
}

.c-accordion.c-accordion--mobile-nav .c-accordion__header {
  display: flex;
}

/*
 * 2. override button styles
 * 3. add from existing styles
 */
.c-accordion.c-accordion--mobile-nav .dropdown-arrow {
  /* 2. */
  border: none;
  background: transparent;
  display: unset !important;
  margin-bottom: unset;
  line-height: unset;
  height: unset;
  width: unset;
  max-width: unset;
  transition: unset;
  /* 3. */
  padding-left: 10px;
  padding-right: 10px;
}

.c-accordion.c-accordion--mobile-nav .dropdown-arrow &gt; svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.c-accordion.c-accordion--mobile-nav .dropdown-arrow[aria-expanded="true"] &gt; svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.c-accordion.c-accordion--mobile-nav .c-accordion__header .dropdown-arrow {
  margin-left: auto;
  border-radius: 0;
}

/* remove all list margins */
.c-accordion.c-accordion--mobile-nav ul {
  margin: 0;
  list-style: none;
}

/* Product Quickview */
.product-listing__quickview-trigger {
  display: none;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  font-size: 13px;
  font-weight: var(--main-weight);
  text-align: center;
  background: var(--button-hover);
  color: var(--button-text);
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  z-index: 5;
  -webkit-transition: background .5s ease,color .5s ease;
  -moz-transition: background .5s ease,color .5s ease;
  -o-transition: background .5s ease,color .5s ease;
  transition: background .5s ease,color .5s ease;
  -webkit-appearance: none;
  white-space: nowrap;
}

.theme-buttons-curved .product-listing__quickview-trigger {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.product-listing__quickview-trigger:hover {
  background: var(--button-hover);
  color: var(--button-text);
}

.product-listing__quickview-trigger:visited {
  background: var(--button-hover);
  color: var(--button-text);
}

.slideout__trigger-quickview__wrapper {
  position: fixed;
  right: 2px;
  z-index: 1;
  background: var(--background);
}

.product-quickview__form-wrapper {
  min-height: 580px;
}

.product-quickview__form-wrapper .flickity-button {
  z-index: 100;
}

.product__quickview-wrapper #thumbnails {
  display: none;
}

.modal-quickview-cart {
  min-height: 640px;
}

#modal-quickview-cart .product__section-details {
  padding: 0 20px;
}

#modal-quickview-cart .product__section-content {
  padding: 0;
}

#modal-quickview-cart .product__section-details form {
  border-bottom: none;
}

#modal-quickview-cart .product__section-details,
#modal-quickview-cart .product-description {
  text-align: left !important;
}

#modal-quickview-cart .price {
  align-items: flex-start !important;
}

@media (min-width: 740px ) {
  .slideout__trigger-quickview__wrapper {
    top: 1px;
  }
  #modal-quickview-cart .product-quickview__container {
    overflow-y: auto;
    max-height: 800px;
    margin: 12px;
  }
  .product-quickview__container .product__section-container {
    grid-template-columns: 5fr 5fr;
    grid-column-gap: 40px;
    display: grid;
  }
  #modal-quickview-cart .modal__inner-wrapper {
    padding: 10px !important;
  }
}
#modal-quickview-cart .product__section-images {
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 3s; /* don't forget to set a duration! */
}
#modal-quickview-cart .product__section-content {
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s; /* don't forget to set a duration! */
}
@media (max-width: 739px ) {
  .slideout__trigger-quickview__wrapper {
    top: 20px;
  }
  #modal-quickview-cart .product-quickview__container {
    overflow-y: auto;
    max-height: 560px;
    margin: 10px;
    padding-right: 10px;
  }
}

/* ---- Drawer quick view ---- */
.slideout .product-quickview__container .product__section-container {
    grid-template-columns: repeat(1, 12fr);
    padding: 20px;
    grid-row-gap: 0px;
}

.slideout .product-quickview__container .product__section-container .product__section-content {
    padding: 0;
}


.slideout__drawer-right .product-quickview__container .product__section-details,
.slideout__drawer-right .product-quickview__container .product__section-details
.slideout__drawer-right .product-quickview__container .rte,
.slideout__drawer-right .product-quickview__container .product__section-details h1 {
    text-align: left;
}

.slideout__drawer-right .product-quickview__container .add {
    margin: 0;
}
.slideout__drawer-right .product-quickview__container .price {
    align-items: flex-start;
}

a.view-full {
    text-decoration: underline;
    margin-top: 15px;
    display: block;
}

/* ---- Scrollup ---- */

.scrollup {
  width:40px;
  height:40px;
  line-height: 40px;
  opacity:0;
  position:fixed;
  bottom:20px;
  right:20px;
  z-index: 3;
  transform: translateY(100px);
  transition: all .5s ease;
  text-align: center;
}

.scrollup:hover {
  text-decoration: none;
}

.scrollup.showBtn {
  opacity: 0.4;
  transform: translateY(0);
}

.scrollup:hover {
  text-decoration: none;
  opacity: 0.7;
  -webkit-transition: opacity 1000ms ease-in-out;
  -moz-transition: opacity 1000ms ease-in-out;
  -o-transition: opacity 1000ms ease-in-out;
  -ms-transition: opacity 1000ms ease-in-out;
  transition: opacity 1000ms ease-in-out;
}

/* ---- SPI banner ---- */

.spi-banner {
  margin-top: 8px;
  margin-bottom: 12px;
}

.template-cart .ajax-cart__drawer-wrapper .or-divider,
.template-cart .ajax-cart__drawer-wrapper .ajax-cart__buttons-additional,
.template-cart .ajax-cart__modal-wrapper .or-divider,
.template-cart .ajax-cart__modal-wrapper .ajax-cart__buttons-additional {
   display: none !important;
}
#dynamic-checkout-cart .shopify-cleanslate ul {
    justify-content: center !important;
}


/* ---- Introduction Global Section ---- */

.introduction__text-section {
  background: var(--section-background);
  background-size: cover;
  background-repeat: no-repeat;
}

.introduction__text-content {
  display: grid;
  align-items: center;
  grid-gap: 30px;
}

.introduction__content {
  display: flex;
  row-gap: 15px;
  flex-direction: column;
}

.introduction__heading {
  text-align: right;
  position: relative;
  padding-right: 30px;
}

.introduction__heading:after {
  content:"";
  position: absolute;
  right: 0;
  top: 20%;
  height: 70%;
  width: 1px;
  background: var(--dotted-color);
}

.introduction__text-section h2,
.introduction__text-section p,
.introduction__text-section a {
  color: var(--text-color);
}

.introduction__text-section h2 {
  font-size: var(--h2-size);
  margin-bottom: 0;
  line-height: 1em;
}

@media screen and (max-width: 740px) {
  .introduction__heading h2 {
    font-size: calc(var(--h2-size) - (var(--h2-size) * 0.15))
  }
}

.introduction__content .rte p {
  margin-bottom: 0;
}

.introduction__content-btn-wrapper {
  display: inline-block;
}

.introduction__content-btn-wrapper a,
.introduction__content-btn-wrapper a:visited {
  color: var(--text-color);
  background: transparent;
  border: 1px solid var(--text-color);
  padding: 10px 20px;
  display: inline-block;
}

.introduction__content-btn-wrapper a:hover {
  color: var(--section-background);
  background: var(--text-color);
}

.theme-buttons-curved .introduction__content-btn-wrapper a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

@media screen and (min-width: 741px) {
  .introduction__text-content {
    grid-template-columns: 5fr 7fr;
    max-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 740px) {
  .introduction__text-content {
    grid-template-columns: 1fr;
  }
  .introduction__heading {
    text-align: center;
  }
  .introduction__heading:after {
    display: none;
  }
}


/* ---- Image with text section ---- */

.image__with-textSection {
  background: var(--section-background);
}

.image__with-textSection .image__with-textCaption h3,
.image__with-textSection .image__with-textCaption .rte p,
.image__with-textSection .image__with-textCaption .rte a {
  color: var(--text-color);
}

.image__with-textSection .image__with-textCaption-btn-wrapper a,
.image__with-textSection .image__with-textCaption-btn-wrapper a:visited {
  color: var(--text-color);
  background: var(--background);
  border: 1px solid var(--text-color);
}

.image__with-textSection .image__with-textCaption-btn-wrapper a:hover {
  color: var(--background);
  background: var(--text-color);
}

.image__withText-wrapper {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  grid-row-gap: 0 !important;
}

.image__with-textImage {
  margin-top: -20px;
  margin-bottom: -20px;
}

.image__with-textImage .box-ratio {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}

.image__with-textImage.image--fixed img {
  object-fit: cover;
  height: var(--desktop-section-height);
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image__with-textImage.image--fixed .box-ratio {
  padding-bottom: var(--desktop-section-height) !important;
}

@media screen and (max-width: 740px) {
  .image__with-textImage.image--fixed img {
    height: var(--mobile-section-height);
  }
  .image__with-textImage.image--fixed .box-ratio {
    padding-bottom: var(--mobile-section-height) !important;
  }
}

.image__with-textCaption-btn-wrapper {
  display: inline-block;
  clear: both;
  margin-top: 10px;
}

.theme-buttons-curved .image__with-textCaption-btn-wrapper a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.image__with-textCaption-btn-wrapper a {
  padding: 10px 20px;
  display: inline-block;
}

@media screen and (min-width: 741px) {
  .image__with-textCaption {
    padding: 30px;
  }
}

@media screen and (max-width: 740px) {
  .image__with-textSection .image__with-textImage {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    order: 0;
  }
  .image__with-textCaption {
      margin-top: 20px;
      margin-bottom: 25px;
  }
}


/* ---- PhotoSwipe ---- */

.pswp__link { display: block; }
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

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

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

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

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

.pswp__button {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--direction-hover);
  border-radius: 50% !important;
  opacity: 1;
  background-color: var(--direction-background);
  overflow: visible;
  -webkit-appearance: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
  background-color: var(--direction-hover);
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.pswp__button svg {
  pointer-events: none;
  height: 12px;
}
/* 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__element--disabled {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom,
.pswp__button.pswp__button--zoom {
  display: none;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.pswp__ui.pswp__ui--hidden {
  transform: translateY(200%);
  transition: 0s 0s;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 50%;
  transform: translateY(-50%);
}

.pswp__button--arrow--left {
  left: 15%;
}

.pswp__button--arrow--right {
  right: 15%;
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  background-color: var(--direction-hover);
}

.pswp__button.pswp__button--close {
  top: 10px;
  right: 10px;
}

/*

	2. Loading indicator (preloader)

 */
.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 {
  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;

  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2.5s; /* don't forget to set a duration! */
}

/* 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__top-bar,
.pswp__caption {
  background-color: #fff; }
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

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


/* ---- Predictive search ---- */

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

#predictive-search {
  position: relative;
  line-height: initial;
  --ps-background-color: var(--background);
  --ps-border-color: var(--dotted-color);
  --ps-color: var(--text-color);
  --ps-transition: background-color 100ms ease-in-out;
}
#predictive-search ul {
  margin-bottom: 0;
}
#predictive-search-results {
  width: 100%;
  background: var(--ps-background-color);
  border: 1px solid var(--ps-border-color);
  color: var(--ps-color);
}
.predictive-search__heading {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--ps-border-color);
  color: var(--ps-color);
}
.predictive-search__heading#predictive-search-products {
  margin-bottom: 1rem;
}
.predictive-search__item-content .price.price--listing .price-item {
  color: var(--ps-color);
}
.predictive-search__list-item,
.predictive-search__results-list &gt; li {
  display: block !important;
  list-style-type: none;
}
.predictive-search__item.button-as-link {
  color: var(--ps-color);
}
.predictive-search__item-content .price.price--listing {
  align-items: flex-start;
}
.predictive-search__image {
  margin-right: 1rem;
  width: initial;
}
/*center vertically*/
.predictive-search__item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#predictive-search-results-list .predictive-search__item {
  display: flex;
  width: 100%;
  padding: 1rem;
  text-align: left;
  background-color: transparent;
  transition: var(--ps-transition);
  font-weight: initial;
  text-transform: initial;
  height: initial;
  line-height: initial;
  color: var(--ps-color);
}
.predictive-search__list-item--search .predictive-search__item {
  width: 100%;
  margin: 0;
  padding: 1rem;
  text-decoration: none;
}
.predictive-search-form {
  position: relative;
}
/*hover effects*/
.predictive-search__list-item--search .predictive-search__item:hover,
.predictive-search__list-item--search .predictive-search__item:focus,
#predictive-search .predictive-search__item:hover,
#predictive-search .predictive-search__item:focus {
  background-color: var(--ps-background-color);
}
.predictive-search__item:hover .predictive-search__item-heading {
  text-decoration: underline;
}
/*increase font weight*/
.predictive-search__item-heading {
  font-weight: 700;
}
/*add border*/
.predictive-search__list-item--search {
  border-top: 1px solid var(--ps-border-color);
}
.search__product-loop.grid__wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.search-sidebar {
  padding: 0 1rem 1rem 1rem;
}
.search-sidebar #predictive-search-results {
  border: none;
}

/* ---- Text with icons ---- */
.text__icons-section .text__icons-container {
  align-content: center;
  grid-gap: 0;
  padding: 20px 0;
}

.text__icons-section .text__icons-container text__block a {
  display: block;
}

.text__icons-section .text__icons-container .text__block {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    align-items: center;
}

.text__icons-section .text__icons-container .text__block-image {
  flex-basis: 20px;
}

.text__icons-section .box-ratio img,
.text__icons-section .box-ratio {
    background: transparent !important;
}

.text__icons-container .text__block-image img {
   max-height: 20px;
}

.text__block-icon {
    line-height: 0;
}

@media screen and (max-width: 740px) {
  .text__icons-section .text__icons-container .text__block {
    padding: 10px 0;
  }
}

/* ---- Testimonials section ---- */

.testimonials__section {
  padding-top: 20px;
  padding-bottom: 40px;
  background: var(--section-background);
}

.testimonials__container {
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  grid-row-gap: 40px;
}

@media screen and (min-width: 741px) {
  .testimonials__content {
    padding: 0 30px;
  }
}

.testimonials__image.image_square.type__product img {
  object-position: center center;
}

.testimonial__author {
  font-style: italic;
  font-size: 90%;
}

.testimonial__rating {
  margin-bottom: 20px;
}

.testimonial__rating svg {
  height: 15px;
}

.testimonials__content h3,
.testimonials__content .rte p,
.testimonials__content .rte a {
  color: var(--text-color);
}

.testimonials__section .testimonial__btn-wrapper a,
.testimonials__section .testimonial__btn-wrapper a:visited {
  color: var(--text-color);
  background: var(--section-background);
  border: 1px solid var(--text-color);
}
.testimonials__section .testimonials__content .testimonial__btn-wrapper a:hover {
  color: var(--section-background);
  background: var(--text-color);
}
.testimonials__section .flickity-page-dots {
  display: block;
}
.testimonials__section .flickity-page-dots .dot {
  background: var(--section-background);
  border: 1px solid var(--text-color);
  opacity: 1;
}
.testimonials__section .flickity-page-dots .dot.is-selected {
  background: var(--text-color);
}

.testimonial__btn-wrapper {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}

.testimonial__btn-wrapper a {
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: background .3s ease,color .3s ease;
  -moz-transition: background .3s ease,color .3s ease;
  -o-transition: background .3s ease,color .3s ease;
  transition: background .3s ease,color .3s ease;
}

.theme-buttons-curved .testimonial__btn-wrapper a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.testimonials__section .flickity-page-dots {
  text-align: center;
  bottom: -10px;
}

.testimonial__type-title {
  margin-top: 20px;
  position: relative;
  padding-top: 20px;
}
.testimonials__section .testimonial__type-title:before {
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid var(--section-text-color);
  position: absolute;
  top: 0;
  left: 0;
}

/* ---- Shop the look ---- */

.shop__theLook-section .shop__theLook-container {
  grid-row-gap: 0;
}
.shop__theLook-section .image__container {
  line-height: 0;
}
.shop__theLook-section .image__container img {
  width: 100%;
}
.shop__theLook-container .shop__thelook-content,
.shop__theLook-section .product-container {
  position: relative;
}

.shop__theLook-section .product-hotspot {
  grid-template-columns: 2fr 6fr;
  grid-column-gap: 10px;
  align-items: center;
  position: absolute;
  width: max-content;
  max-width: 400px;
  top: 13px;
  left: 13px;
  display: none;
  z-index: 2;
  padding: 15px;
}

.shop__theLook-section .hotspot {
  position: absolute;
  cursor: pointer;
}

.shop__theLook-section .hotspot:after {
  content: "";
  width: 25px;
  height: 25px;
  border: 3px solid white;
  border-radius: 50%;
  opacity: 0.6;
  display: block;
  pointer-events: all;
}

.shop__theLook-section .hotspot__prod-image {
  line-height: 0;
  min-width: 60px;
  height: 80px;
  width: 80px;
}

.shop__theLook-section .hotspot__prod-image.image_square img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}

.shop__theLook-section .hotspot__product-details {
  font-size: 90%;
  line-height: 1.6em;
}

.shop__theLook-section .hotspot__product-details a:hover {
  text-decoration: underline;
}

.shop__theLook-section .hotspot__product-price .was {
  color: var(--text-color);
}

.shop__theLook-section .hotspot__product-details .js-quickview-trigger {
  margin: 0 5px;
}

@media screen and (max-width: 740px) {
  .shop__theLook-section .product-hotspot {
    max-width: 130px;
    width: 130px;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    padding: 10px;
    text-align: center;
    left: -52px;
  }
  .shop__theLook-section .hotspot__prod-image {
    width: auto;
    height: 100px;
  }
  .shop__theLook-section .hotspot__product-details .js-quickview-trigger {
      clear: left;
      display: block;
      margin-top: 5px;
  }
}


input.required-error,
textarea.required-error {
  outline: 1px solid var(--error-color);
}

/* ---- Product featured content section ---- */

.product__featured-container .product-info form {
  margin-top: 0;
}
.product__featured-container .product-info .button-as-link {
  margin: 0 auto;
}
.product__featured-container .onboard.prod-image.image_square {
  line-height: 0;
}
.product__featured-container .price--on-sale .price__sale {
  flex-direction: column;
}

/* ---- Complementary products ---- */

.complementary__products {
  margin: 15px 0;
}

.complementary__products .complementary__grid--loop {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.complementary__products .product__complementary-item {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  text-align: left;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--dotted-color);
  gap: 15px;
}

/* Item width when single item */
.complementary__products .product__complementary-item {
  width: 100%;
}

/* Item width + spacing when more than 1 item with carousel */
@media screen and (min-width: 741px) {
  .complementary__grid--loop.flickity__section .product__complementary-item {
    width: 100%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 740px) {
  .complementary__products .product__complementary-item {
    width: 100%;
  }
}

.complementary__products .product__complementary-item .prod-image {
  flex: 2;
}

.complementary__products .product__complementary-item .product-info {
  display: flex;
  flex-direction: column;
  flex: 4;
  gap: 15px;
  text-align: left;
  padding: 0;
  align-items: flex-start;
}

.product__complementary-item .product-info .product-info-inner {
   width: 100%;
}

.product__complementary-item .price {
  align-items: start;
}

.product__complementary-item .product-info form {
    margin-top: 5px;
}

.product__complementary-item button.button-as-link,
.product__complementary-item input {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.product__complementary-item .note-error {
    border: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: -15px;
}

.complementary__products .flickity-prev-next-button {
  width: 40px;
  height: 40px;
}

.complementary__products .flickity-prev-next-button.previous {
    left: auto;
    right: 50px;
    top: 25px;
}
.complementary__products .flickity-prev-next-button.next {
    right: 5px;
    top: 25px;
}

@media screen and (min-width: 741px) {
  .flickity-page-dots {
    display: none;
  }
}
@media screen and (max-width: 740px) {
  .complementary__products .flickity-prev-next-button {
      display: none;
  }
  .complementary__products .flickity-page-dots {
    display: block;
  }
}

/* ---- Product stock levels ---- */
.product__section-stockLevels {
  margin-top: 25px;
}

.variant-stock-levels__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

span.js-variant-stock-levels__message {
  margin-left: 5px;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}

/* ---- Contact form section ---- */

.contact__form--inner-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.contact__form--input {
  position: relative;
}

.contact__form--input input,
.contact__form--input select {
  margin-bottom: 0;
}

.contact__form--input select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.contact__form--input svg.contact__form--select-down-arrow {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.contact__form--input .property--required {
  position: absolute;
  top: 0;
  right: 0;
}

/* ---- Policy pages ----*/

â€‹.shopify-policy__container {
  margin-top: 30px;
  margin-bottom: 50px;
}

/**
 * New Video
 */

 .videoWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.videoWrapper iframe {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.videoWrapper .section-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

[data-section-type="background-video-section"] .videoWrapper,
[data-section-type="video-section"] .videoWrapper {
  height: unset;
  padding-bottom: unset !important;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
[data-section-type="background-video-section"] .videoWrapper .section-video,
[data-section-type="video-section"] .videoWrapper .section-video {
  position: static;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
}


/*
 * Background video
 */

/* Wrapper */
.background-video {
  position: relative;
  overflow: hidden;
}

/* Caption */
.background-video__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  text-align: center;
  padding: 1rem;
  max-width: 90%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.background-video__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 3;
}

/* Title */
.background-video__caption-title {
  font-size: var(--heading-font-size);
  color: var(--caption-color);
}

/* Subheading */
.background-video__caption-subheading,
.background-video__caption-subheading p {
  font-size: var(--subheading-font-size);
  color: var(--caption-color);
}

/* Button */
.background-video__caption-button {
  line-height: 50px;
  width: min-content;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
  color: var(--button-text-color) !important;
}</pre></body></html>