/* Santa mode */
.swish-swish--theme-santa-displayed {
  --santa-color-red: #CC231E;
  --santa-color-red-dark: #b11c18;
  --santa-color-green: #34A65F;
  --santa-color-green-dark: #0F8A5F;
  --santa-color-gray: #235E6F;
  --santa-color-gray-dark: #182534;
  --grimlock-button-primary-background-color: var(--santa-color-red);
  --grimlock-button-primary-border-color: var(--santa-color-red);
  --grimlock-button-primary-hover-background-color: var(--santa-color-red-dark);
  --grimlock-button-primary-hover-border-color: var(--santa-color-red-dark);
  --grimlock-button-secondary-background-color: var(--santa-color-green-dark);
  --grimlock-button-secondary-border-color: var(--santa-color-green-dark);
  --grimlock-button-secondary-hover-background-color: var(--santa-color-green);
  --grimlock-button-secondary-hover-border-color: var(--santa-color-green);
  --grimlock-preheader-background-color: var(--santa-color-green-dark);
  --grimlock-content-background-color: #f7f5f3;
  --grimlock-text-color: var(--santa-color-gray);
  --grimlock-display-heading-color: var(--santa-color-gray-dark);
  --grimlock-heading-color: var(--santa-color-gray-dark);
}

@media (min-width: 992px) {
  .swish-swish--theme-santa-displayed .grimlock-navigation.main-navigation .grimlock-navbar__header {
    width: clamp(115px, 11vw, 235px);
    margin-right: 4vw;
  }
}

.swish-swish--theme-santa-displayed .region__inner[style*="background-color:#202c36"] {
  background-color: var(--santa-color-green) !important;
}

.swish-swish--theme-santa-displayed .has-background.has-display-heading-background-color,
.swish-swish--theme-santa-displayed .has-background-dim.has-display-heading-background-color {
  background-color: var(--santa-color-green-dark) !important;
}

.swish-swish--theme-santa-displayed #prefooter .region__col--1 [class*="wp-image"] {
  display: none !important;
  margin-top: -1.4vw;
}

.swish-swish--theme-santa-displayed #prefooter .region__col--1 [class*="wp-image"].d-none {
  display: block !important;
}

.swish-swish--theme-santa-displayed #prefooter .region__col--1 p {
  margin: 0 !important;
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa {
  display: block !important;
  margin-bottom: clamp(25px, 4vw, 50px);
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .region__row {
  align-items: normal !important;
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .region__col--1 {
  padding-top: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 768px) {
  .swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .region__col--1 {
    display: none;
  }
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .region__col--1 * {
  height: 100% !important;
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .region__col--1 img {
  object-fit: cover;
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .region__col--2 {
  justify-content: space-between;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .region__col--2 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 768px) {
  .swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .region__col--2 {
    width: 100%;
    flex-direction: column;
    align-items: normal;
  }
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .region__col--2 * {
  margin: 0;
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__btn {
    width: 50px;
    height: 50px;
    border-radius: 500px;
    font-size: 0;
    border: none !important;
  }
  .swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__btn:hover {
    border: none !important;
    box-shadow: 0 0 0 5px var(--grimlock-button-primary-hover-background-color) !important;
  }
}

@media (max-width: 768px) {
  .swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__btn {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__btn:after {
    margin: 0;
    font-size: 1rem;
  }
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__title {
  line-height: 1.4;
  font-size: 1.1rem;
  padding: 0;
}

@media (max-width: 768px) {
  .swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__title {
    font-size: .9rem;
  }
  .swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__title br {
    display: none;
  }
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__title ins {
  background: #fff;
  color: var(--santa-color-green);
  text-decoration: none;
  padding: 7px 5px 2px 5px;
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__title ins:after {
  display: none;
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__subtitle {
  margin: 0;
  padding: 0;
}

.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__subtitle,
.swish-swish--theme-santa-displayed .grimlock-section:not(.grimlock-hero):not(.grimlock-custom_header).region--6-6-cols-left.section--product.section--santa .grimlock-section__header {
  margin-bottom: 0 !important;
}

body,
.site-content {
  background-color: var(--grimlock-content-background-color);
}

#preheader .region__inner {
  background-color: var(--santa-color-red-dark) !important;
}

#header .main-navigation {
  background-color: var(--santa-color-red) !important;
}

#site .main-navigation .navbar-nav.navbar-nav--woocommerce .menu-item > a.cart-contents:before,
#site .main-navigation .navbar-nav--search .navbar-search__icon {
  background-color: var(--santa-color-green-dark) !important;
}

#site .main-navigation .navbar-nav.navbar-nav--woocommerce .menu-item > a.cart-contents:hover:before,
#site .main-navigation .navbar-nav--search .navbar-search__icon:hover {
  box-shadow: 0 0 0 5px var(--santa-color-green-dark) !important;
  color: #fff !important;
}

.display-1, .display-2, .display-3, .display-4, .lead {
  color: var(--santa-color-gray-dark);
}

.btn.btn-primary {
  background-color: var(--grimlock-button-primary-background-color);
  border-color: var(--grimlock-button-primary-border-color);
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: var(--grimlock-button-primary-hover-background-color);
  border-color: var(--grimlock-button-primary-hover-border-color);
}

.btn.btn-secondary {
  background-color: var(--grimlock-button-secondary-background-color);
  border-color: var(--grimlock-button-secondary-border-color);
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  background-color: var(--grimlock-button-secondary-hover-background-color);
  border-color: var(--grimlock-button-secondary-hover-border-color);
}

.snow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999999999;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  content-visibility: auto;
}

.grimlock-query-section.region--12-cols-left:not(.no-ornement) .grimlock-section__header:before {
  --grimlock-button-primary-background-color: var(--santa-color-green);
}

.site-wrapper {
  overflow: hidden;
}

.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  -webkit-transform: rotateX(-180deg) translate3d(0, 0, 0);
          transform: rotateX(-180deg) translate3d(0, 0, 0);
  z-index: 5;
  height: 75px;
  margin: 2vw 0 calc( ( clamp(70px, 6vw, 150px) * -1 ) - 16px) 0;
  position: relative;
  width: 100vw;
  content-visibility: auto;
}

.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 50;
          animation-iteration-count: 50;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 8px 20px 20px 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
          animation-name: flash-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.lightrope li:nth-child(2n+1) {
  background: cyan;
  box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
          animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
          animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

.lightrope li:before {
  content: "";
  position: absolute;
  background: var(--grimlock-prefooter-background-color);
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}

.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid var(--grimlock-prefooter-background-color) 2px;
  border-radius: 50%;
}

.lightrope li:last-child:after {
  content: none;
}

.lightrope li:first-child {
  margin-left: -40px;
}

@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.6666666667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}

@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.6666666667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.6666666667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}

@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.6666666667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}

/*# sourceMappingURL=santa.css.map */
