/** Shopify CDN: Minification failed

Line 1567:0 Unexpected "}"

**/


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

#hc-events {display:block}

.notransform {
    transform: none;
}
#hc-xmascalendar{
  opacity:0;
  margin:0;
  background-size:cover;
  background-position:center top;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background-color: #b6c7bd;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  padding: 10px 0;
  
  -webkit-transition: transform ease-in-out 0.6s, opacity ease-in-out 0.6s;
  -moz-transition: transform ease-in-out 0.6s, opacity ease-in-out 0.6s;
  -o-transition: transform ease-in-out 0.6s, opacity ease-in-out 0.6s;
  transition: transform ease-in-out 0.6s, opacity ease-in-out 0.6s; 
}
#hc-xmascalendar.loaded{
    opacity:1;
}
#hc-events{
    position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 20px;
}
#hc-events.hide #hc-xmascalendar{
    height:0;
    overflow:hidden;
    z-index: -1
}
#hc-xmascalendar:before, #hc-xmascalendar:after {
  content: " ";
  display: table;
  clear:both;
}
#hc-xmascalendar .window {
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  margin: 7px;
  -webkit-perspective: 850px;
          perspective: 850px;
  z-index: 2;
  width: 100%;
  width: -moz-calc(100% - 14px); 
  width: -webkit-calc(100% - 14px);
  width: -o-calc(100% - 14px); 
  width: calc(100% - 14px);
}
#hc-xmascalendar .col__window {    
    width: 33.33%;
    position: relative;
    float: left;
    text-align: center;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
/*     display: block; */
    display:inline-block;
}
@media only screen and (min-width: 768px){
  #hc-xmascalendar .col__window {
    width: 16.66%;
  }
}

#hc-xmascalendar .window__pane,
#hc-xmascalendar .window__content {
  width: 100%;
  height: 100%;
}
#hc-xmascalendar .window__pane {
  position: relative;
  background-color: #65776b;
  border:2px dashed #c5d1ca;
  border-left:2px solid #c5d1ca;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-perspective: 850px;
          perspective: 850px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

#hc-xmascalendar, #hc-xmascalendar .window__pane {
    background-image: url(https://xmascalendar-assets.fra1.digitaloceanspaces.com/background/bio-effect.myshopify.com/green-set-background-1000x1000_jIwsBFC.jpg);
}

@media only screen and (max-width: 768px){
  #hc-events{overflow:hidden}
}



#hc-xmascalendar .window__date, #hc-xmascalendar .window__content_text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 48px;
  line-height: 1.1;
  color: #ffffff;
  font-weight:bold;
  
  padding: 7px; /* adjust this setting to change change the text size of the front view of the windows */
  
  
  text-shadow:
       0px 0px 0 #b6c7bd,
     -1px -1px 0 #b6c7bd,  
      1px -1px 0 #b6c7bd,
      -1px 1px 0 #b6c7bd,
       1px 1px 0 #b6c7bd;
  
  
}
#hc-xmascalendar .window__content_text {
    overflow:hidden;
}
#hc-xmascalendar .window__img{
  width:  100%;
  height: 100%; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hc-xmascalendar .window.hoveropen:hover, #hc-xmascalendar .window.open {
  z-index: 3;
}

#hc-xmascalendar .window.hoveropen:hover .window__pane, #hc-xmascalendar .window.open .window__pane{
  -webkit-transform: rotateY(-97deg)!important;
          transform: rotateY(-97deg)!important;
  -webkit-perspective-origin: 0!important;
          perspective-origin: 0!important;
  -webkit-transition: all .25s ease-in!important;
  transition: all .25s ease-in!important;
  background-image:none!important;
}

#hc-xmascalendar .window.hoveropen:hover .window__date, #hc-xmascalendar .window.open .window__date {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#hc-xmascalendar .window.hoveropen:hover .window__content,#hc-xmascalendar .window.open .window__content {
  display: inline-block;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

#hc-xmascalendar .window.closed:hover, 
#hc-xmascalendar .window.clickopen:hover {
  z-index: 2;
}

#hc-xmascalendar .window.closed:hover .window__pane,
#hc-xmascalendar .window.clickopen:hover .window__pane{
  -webkit-transform: rotateY(-25deg);
          transform: rotateY(-25deg);
  -webkit-perspective-origin: 0;
          perspective-origin: 0;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
}

#hc-xmascalendar .window__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background-color: rgba(182,199,189,1)
}
#hc-xmascalendar .window__content img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width:100%;
  height:auto;
  margin-top:0!important;
  margin-bottom:0!important;
}

#hc-xmascalendar .shadow {
position: absolute;
width: 100%;
height: 100%;
-webkit-box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.30);
-moz-box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.30);
box-shadow: inset 0 0 20px 1px rgba(0, 0, 0, 0.30);
top: 0;
left: 0;
}
#hc-xmascalendar a {
  display: block;
  position: static;
  width: 100%;
  height: 100%;
  border: none;
}
#hc-events a {
    text-decoration: none;
}
#hc-xmascalendar a:hover {
  opacity: 1;
}
/* popup version */
/*
#hc-events.opened {
    overflow:hidden
}
*/
#hc-events.opened #hc-xmascalendar{
    transform: scale(2.5);
    opacity: 0.1;
    z-index:0;
}
#hc-events.opened .hc-countdown{
    opacity:0;
}
#hc-events.opened .event__overlay .hc-countdown {
    opacity: 1;
}


/* modal Styles */

#hc-events .event__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

#hc-events .event__container {
  background-color: #fff;
  padding: 34px 0 20px;
  max-width: 500px;
  max-height: 84vh;
  overflow-y: auto;
  box-sizing: border-box;
  width: 95%;
}

#hc-events .event__title {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.2;
  box-sizing: border-box;
}

#hc-events .event__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: black;
    color: #FFF;  
    border:0;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    border: none;
    cursor: pointer;
}
#hc-events .event__content {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
  text-align: center;
}
#hc-events .event__content p {
    margin: 0;
}
#hc-events .event__description, #hc-events .event__title{
    margin-bottom: 1.6rem;
    padding-left:1.6rem;
    padding-right:1.6rem;
    line-height:1.2;
}
#hc-events .event__discount_code{
    display: block;
    position: relative;
    margin: 0 1.6rem 1.6rem;
}
#hc-events .event__discount_code .hc-dc_code{
    text-align: center;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    padding: 15px;
    color: #000000;
    border: 2px dashed #000000;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
}
#hc-events .event__image {
  max-width: 500px;
  max-width: 100%;
  display: block; 
  margin: 0 auto;
  margin-bottom:15px;
}
#hc-events .event__btn {
  display: inline-block;
  padding: 12px 25px;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  text-transform: none;
  overflow: visible;
  line-height: 1.2;
  margin: 0 auto;
  display: inline-block;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
  font-weight: 700;
  font-family: inherit;
}

#hc-events .event__btn:focus, #hc-events .event__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

#hc-events .event {
  display: none;
}

#hc-events .event.is-open {
  display: block;
  z-index:2147483647;
}
#hc-events .event.is-open .event__overlay {
    z-index: 2147483647;
}

#hc-events .event[aria-hidden="false"] .event__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

#hc-events .event[aria-hidden="false"] .event__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

#hc-events .event[aria-hidden="true"] .event__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

#hc-events .event[aria-hidden="true"] .event__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

#hc-events .event .event__container,
#hc-events .event .event__overlay {
  will-change: transform;
}
.hc-countdown{
    color: #ffffff;
    display: block;
    margin: 0 auto;
    font-weight: 100;
    text-align: center;
    white-space: nowrap;
    font-size: 0;
    opacity: 1;
}

.hc-countdown > div{
    padding: 5px;
    margin: 0 5px;
    border-radius: 3px;
    background-color: rgba(51, 51, 51, 0.7);
    
/*     background: rgba(0,0,0,0.6); */
    display: inline-block;
    font-size: 30px;
    min-width: 60px;
     
}

.hc-countdown div > span{
    padding: 10px;
    min-width: 50px;
    border-radius: 3px;
    line-height: 1;
    background-color: #333333;
    display: inline-block;
}

.hc-countdown .smalltext{
    font-size: 16px;
} 
#hc-events .hc-countdown + .event__title{
    margin-top:2rem;
}

#hc-e_4479 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4479 .event__image{
    max-width:52%;
}
#hc-e_4479 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4479 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4479 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4479 {
    color: #ffffff;
}
#hc-countdown_4479 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4479 div > span{
    background-color: #333333;
}
#hc-e_4479 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4480 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4480 .event__image{
    max-width:52%;
}
#hc-e_4480 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4480 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4480 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4480 {
    color: #ffffff;
}
#hc-countdown_4480 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4480 div > span{
    background-color: #333333;
}
#hc-e_4480 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4481 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4481 .event__image{
    max-width:52%;
}
#hc-e_4481 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4481 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4481 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4481 {
    color: #ffffff;
}
#hc-countdown_4481 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4481 div > span{
    background-color: #333333;
}
#hc-e_4481 .event__discount_code .hc-dc_code{
    font-size: 18px;
    color: #000000;
    border-color: #c5d2c9;
    
}


#hc-e_4482 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4482 .event__image{
    max-width:52%;
}
#hc-e_4482 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4482 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4482 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4482 {
    color: #ffffff;
}
#hc-countdown_4482 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4482 div > span{
    background-color: #333333;
}
#hc-e_4482 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4483 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4483 .event__image{
    max-width:52%;
}
#hc-e_4483 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4483 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4483 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4483 {
    color: #ffffff;
}
#hc-countdown_4483 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4483 div > span{
    background-color: #333333;
}
#hc-e_4483 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4484 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4484 .event__image{
    max-width:52%;
}
#hc-e_4484 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4484 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4484 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4484 {
    color: #ffffff;
}
#hc-countdown_4484 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4484 div > span{
    background-color: #333333;
}
#hc-e_4484 .event__discount_code .hc-dc_code{
    font-size: 18px;
    color: #000000;
    border-color: #c5d2c9;
    
}


#hc-e_4485 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4485 .event__image{
    max-width:52%;
}
#hc-e_4485 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4485 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4485 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4485 {
    color: #ffffff;
}
#hc-countdown_4485 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4485 div > span{
    background-color: #333333;
}
#hc-e_4485 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4486 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4486 .event__image{
    max-width:52%;
}
#hc-e_4486 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4486 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4486 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4486 {
    color: #ffffff;
}
#hc-countdown_4486 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4486 div > span{
    background-color: #333333;
}
#hc-e_4486 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4487 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4487 .event__image{
    max-width:52%;
}
#hc-e_4487 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4487 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4487 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4487 {
    color: #ffffff;
}
#hc-countdown_4487 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4487 div > span{
    background-color: #333333;
}
#hc-e_4487 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4488 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4488 .event__image{
    max-width:52%;
}
#hc-e_4488 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4488 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4488 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4488 {
    color: #ffffff;
}
#hc-countdown_4488 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4488 div > span{
    background-color: #333333;
}
#hc-e_4488 .event__discount_code .hc-dc_code{
    font-size: 18px;
    color: #000000;
    border-color: #c5d2c9;
    
}


#hc-e_4489 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4489 .event__image{
    max-width:52%;
}
#hc-e_4489 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4489 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4489 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4489 {
    color: #ffffff;
}
#hc-countdown_4489 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4489 div > span{
    background-color: #333333;
}
#hc-e_4489 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4490 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4490 .event__image{
    max-width:52%;
}
#hc-e_4490 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4490 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4490 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4490 {
    color: #ffffff;
}
#hc-countdown_4490 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4490 div > span{
    background-color: #333333;
}
#hc-e_4490 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4491 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4491 .event__image{
    max-width:52%;
}
#hc-e_4491 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4491 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4491 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4491 {
    color: #ffffff;
}
#hc-countdown_4491 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4491 div > span{
    background-color: #333333;
}
#hc-e_4491 .event__discount_code .hc-dc_code{
    font-size: 18px;
    color: #000000;
    border-color: #c5d2c9;
    
}


#hc-e_4492 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4492 .event__image{
    max-width:52%;
}
#hc-e_4492 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4492 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4492 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4492 {
    color: #ffffff;
}
#hc-countdown_4492 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4492 div > span{
    background-color: #333333;
}
#hc-e_4492 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4493 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4493 .event__image{
    max-width:52%;
}
#hc-e_4493 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4493 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4493 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4493 {
    color: #ffffff;
}
#hc-countdown_4493 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4493 div > span{
    background-color: #333333;
}
#hc-e_4493 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4494 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4494 .event__image{
    max-width:52%;
}
#hc-e_4494 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4494 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4494 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4494 {
    color: #ffffff;
}
#hc-countdown_4494 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4494 div > span{
    background-color: #333333;
}
#hc-e_4494 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4495 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4495 .event__image{
    max-width:52%;
}
#hc-e_4495 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4495 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4495 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4495 {
    color: #ffffff;
}
#hc-countdown_4495 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4495 div > span{
    background-color: #333333;
}
#hc-e_4495 .event__discount_code .hc-dc_code{
    font-size: 18px;
    color: #000000;
    border-color: #c5d2c9;
    
}


#hc-e_4496 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4496 .event__image{
    max-width:52%;
}
#hc-e_4496 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4496 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4496 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4496 {
    color: #ffffff;
}
#hc-countdown_4496 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4496 div > span{
    background-color: #333333;
}
#hc-e_4496 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4497 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4497 .event__image{
    max-width:52%;
}
#hc-e_4497 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4497 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4497 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4497 {
    color: #ffffff;
}
#hc-countdown_4497 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4497 div > span{
    background-color: #333333;
}
#hc-e_4497 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4498 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4498 .event__image{
    max-width:52%;
}
#hc-e_4498 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4498 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4498 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4498 {
    color: #ffffff;
}
#hc-countdown_4498 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4498 div > span{
    background-color: #333333;
}
#hc-e_4498 .event__discount_code .hc-dc_code{
    font-size: 18px;
    color: #000000;
    border-color: #c5d2c9;
    
}


#hc-e_4499 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4499 .event__image{
    max-width:52%;
}
#hc-e_4499 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4499 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4499 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4499 {
    color: #ffffff;
}
#hc-countdown_4499 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4499 div > span{
    background-color: #333333;
}
#hc-e_4499 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4500 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4500 .event__image{
    max-width:52%;
}
#hc-e_4500 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4500 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4500 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4500 {
    color: #ffffff;
}
#hc-countdown_4500 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4500 div > span{
    background-color: #333333;
}
#hc-e_4500 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4501 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4501 .event__image{
    max-width:52%;
}
#hc-e_4501 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4501 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4501 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4501 {
    color: #ffffff;
}
#hc-countdown_4501 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4501 div > span{
    background-color: #333333;
}
#hc-e_4501 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}


#hc-e_4502 .event__title {
    font-size: 14px;
    text-align: center;
    color: #000000;
    
}
#hc-e_4502 .event__image{
    max-width:52%;
}
#hc-e_4502 .event__description {
    font-size:15px;
    text-align: center;
    color: #000000;
    
}

#hc-e_4502 .event__btn{
    font-size:15px;
    color: #ffffff;
    background-color: #1f1f1f;
    border: 2px solid #ffffff;
    
    
}
#hc-e_4502 .event__container {
    background-color: #ffffff!important;
}

#hc-countdown_4502 {
    color: #ffffff;
}
#hc-countdown_4502 > div{
    background-color: rgba(51, 51, 51, 0.7);
}
#hc-countdown_4502 div > span{
    background-color: #333333;
}
#hc-e_4502 .event__discount_code .hc-dc_code{
    font-size: 41px;
    color: #000000;
    border-color: #000000;
    
}



#hc-events{max-width: 1024px;}
.notransform .shopify-section__header,
.notransform #shopify-section__header, 
.notransform #shopify-section-header,
.notransform .site-header,
.notransform .shopify-section__announcement-bar{
  position:relative;
  z-index:1;
}

}
