/** Shopify CDN: Minification failed

Line 498:13 Expected identifier but found whitespace
Line 498:15 Unexpected "{"
Line 498:35 Expected ":"
Line 498:38 Expected identifier but found "!"

**/
/*** CUSTOM CSS ***/
@charset "UTF-8";

.logo-area {
  max-width: 1800px !important;
  border-bottom: 0 !important;
  max-height: 6em !important;
}

.strongly-spaced-row, .fully-spaced-row--medium {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* PRODUCT IMAGE BLOCK RADIUS */

.product-block .image-cont {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product-block .add-top-pad {
  padding-top: 18px;
}

.image-cont-dark {
  background-color: #000000;
}

.image-cont-light {
  background-color: #f3f3f3;
}

.product-block .image-label-wrap {
    mix-blend-mode: normal;
}

.product-block .image-label-wrap-multiply {
  mix-blend-mode: multiply;
}

.product-block__title {
    text-transform: uppercase;
    font-family: transducer, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.77em;
}

.product-title {
    font-size: 16px;
    margin: 0 0 0.5em;
}

.marquee-text {
  font-family: transducer-extended, sans-serif;
}

.mobile-navigation-drawer .navigation {
    font-size: 12px;
    font-weight: 600;
}

.product-price {
    font-family: transducer, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.77em;
}

.cart-link__count {
    background: rgba(var(--giveaway-theme-main-color));
    color: rgba(var(--giveaway-theme-secondary-color));
}

/* STORY BUBBLES STYLE */
  
#storybubbles {
    display: none;
}
  
 
@media only screen and (max-width: 599px) {
  #storybubbles {
    display: flex;
    /*margin: .5em auto .5em;*/
    padding-top: 5px;
    padding-bottom: 10px;
    overflow-x: scroll; 
    background-color: black;
  }

  #storybubbles a {
    display: block;
    color: #fff;
    text-align: center;
    width: 16%;
    min-width: 72px;
    margin: 5px 2%;
    line-height: 1.2em;
    font-size: .85em; }

  #storybubbles img {
    width: calc(100% - 6px);
    border-radius: 50%;
    border: 2px solid #000000;
    box-shadow: 0 0 0 2px #e80000; }
 }

/* SLIDESHOW CSS */
.slideshow-button {
    background: #e40100;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: .5em;
    height: auto;
    margin: 0;
    text-decoration: none!important;
    cursor: pointer;
    padding: 1.25em 25px;
    vertical-align: middle;
    text-align: center;
    transition: background-color .1s,color .1s,border-color .1s,opacity .1s;
    display: inline-block;
    font-family: transducer,sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
}

.slideshow-button-2 {
    background: #a3a3a3;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: .5em;
    height: auto;
    margin: 0;
    text-decoration: none!important;
    cursor: pointer;
    padding: 1.25em 25px;
    vertical-align: middle;
    text-align: center;
    transition: background-color .1s,color .1s,border-color .1s,opacity .1s;
    display: inline-block;
    font-family: transducer,sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
}

.slideshow {
    border-radius: 20px;
}

/* PRODUCT OPTION LABELS */
.opt-label {
    font-size: 12px;
}

.opt-btn:checked + .opt-label {
    background-color: black;
    color: white;
}

.opt-label {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    margin: 10px 10px 0 0;
    padding: 11px 15px;
    border: 1px rgb(217 217 217) solid;
    border-radius: var(--btn-border-radius);
    background-color: var(--input-background-color);
    color: rgb(var(--input-text-color));
    font-size: 12px;
    text-transform: none;
    letter-spacing: normal;
}

/* PRODUCT PRICE SIZE */
.product-price--large .price__default {
    font-size: 16px;
}

/* HIDE DOTS ON PRODUCT BLOCK IMAGES */
.product-block__image-dots {
  display: none;
}

/* NAVIGATION DROP DOWN COLOR */
.navigation li {
    font-weight: 500;
}

.mobile-navigation-drawer {
  background-color: black;
  color: white; 
}

@media (min-width: 768px){
  .pageheader--sticky + #main-nav .navigation .navigation__tier-2-container {
    background-color: white;
    color: black;
  }
}

.mobile-nav-title {
  font-size: 16px;
  font-weight: 900;
  font-family: transducer-extended;
}

/* ADD TO CART BUTTON PRODUCT PAGE */

.product-form .quantity-submit-row.has-spb .shopify-payment-button__button--unbranded {
    border: 1.5px solid white;
    border-radius: 0;
    background: black;
    color: white;
}

.sold-out-btn {
    background-color: #cdcdcd;
    border: none;
    font-weight: 800;
}

/* CART DRAWER CSS */
.drawer {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  margin-top: 20px;
  transform: translate3d(0, 100%, 0);
}

.cart-drawer {
  margin-bottom: 20px;
}

/* ENTRIES STYLE */
.cart-entries {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .cart-entries {
      padding-top: 10px;
      padding-left: 0px;
  }
}

.tko_entries_cart {
    margin-left: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(var(--giveaway-theme-secondary-color));
    background-color: rgba(var(--giveaway-theme-main-color));
    border: solid 2px black;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
}

.tko_entries_product {
    margin-left: 0;
    font-size: 14px;
    background: rgba(var(--giveaway-theme-main-color));
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 6px;
    border: solid 2px black;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(var(--giveaway-theme-secondary-color));
    cursor: pointer;
}

.tko_entries_bonus {
    margin-left: 0px;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 10px;
    text-transform: uppercase;
    color: #fff;
    border: solid 3px;
    border-color: #52973b;
    background-color: #59c51c;
}

.tko_entries_subtotal {
    font-size: 10px;
    background: #ff0000;
    font-weight: 700;
    padding: 3px 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.tko_entries_multiplier {
  margin-left: 0px;
   font-size: 12px;
   background: rgb(255 255 255);
   font-weight: bold;
   padding: 3px 10px;
   border: 3px solid rgb(0 0 0);
   text-transform: uppercase;
   color: rgb(0 0 0);
   position: relative;
   top: -10px;
}

.tko_entries_totals {
    color: #ff0000;
}

.order_entries {
  text-transform: uppercase;
  color: red;
  font-weight: 600;
}

.account_entries {
    color: rgba(var(--giveaway-theme-secondary-color));
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    padding: 2px 2px 2px 6px;
    border: solid #000000 3px;
    border-radius: 5px;
    background-color: rgba(var(--giveaway-theme-main-color));
}

.ig_sub_entries {
    color: rgb(255 255 255);
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    padding: 2px 2px 2px 6px;
    border: solid #000000 3px;
    border-radius: 5px;
    background-color: rgb(0 0 0);
}

/* COLLECTION PRODUCT PRICE ENTRIES */
.display_entries {
    color: rgba(var(--giveaway-theme-secondary-color));
    font-size: 14px;
    background: rgba(var(--giveaway-theme-main-color));
    padding: 3px 6px;
    animation-name: display_entries;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    width: fit-content;
    margin: auto;
}

.block_entries_container {
  display: inline-flex !important;
  text-wrap: nowrap;
  background-color: #000000;
  width: max-content;
  box-shadow: inset 0px 0px 0px 2px rgba(var(--giveaway-theme-main-color));
  font-weight: 700;
  font-size: 12px !important;
  border-radius: 20px;
  margin-top: 5px;
}

.block_entries {
  background-color: rgba(var(--giveaway-theme-main-color));
  color: rgba(var(--giveaway-theme-secondary-color));
  border-radius: 20px;
  padding: 2px 6px;
}

.block_multiplier {
    color: white;
    font-size: 10px;
    padding: 3px 8px 0 3px;
}

@keyframes display_entries {
  0% {background-color: #c61131;}
  50% {background-color: #fe9000;}
  100% {background-color: #c61131;}
}

/* CART DRAWER ENTRIES */
.cart-entries-container {
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 2px 6px;
    text-transform: uppercase;
    color: rgba(var(--giveaway-theme-secondary-color));
    border: 2px solid #000000;
    background-color: rgba(var(--giveaway-theme-main-color));
    border-radius: 6px;
    width: 100%;
    display: inline-flex;
}

.cart-entries-container-name {
  font-size: 14px;
  font-family: 'transducer';
}

.cart-drawer .cart-item {
    border-bottom: 1px solid #e9e9e9;
}

.cart-item__price {
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* GIVEAWAY COUNTDOWN */
.timerbox {
    justify-content: center !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    margin: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    max-width: 1000px;
}

.timercontainer {
    justify-content: center !important;
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
    margin: auto !important;
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
  
@media (max-width: 767px){
  .timerbox {
   flex-direction: column !important;
  }
}

.timerbtn {
    justify-content: center !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: -10px;
}

.timerbtncolor {
  background: #959595!important;
  border: solid 0px #bfbfbf!important;
  /*filter: drop-shadow(0 0 0.5rem #011ecf)!important;*/
  width: 500px;
}

.timerbtnred {
  background: {{ giveaway_sec_color }}!important;
  border: solid 0px #ff0303!important;
  /*filter: drop-shadow(0 0 0.5rem #cd1b1b)!important;*/
  width: 500px;
}

@media (max-width: 767px){
  .timerbtncolor {
    width: 300px;
  }
}

@media (max-width: 767px){
  .timerbtnred {
    width: 300px;
  }
}

.countdown-container {
    display: flex !important;
    justify-content: space-around !important;
    text-align: center !important;
    width: 95%;
    max-width: 420px;
}

.countdown-title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 767px){
  .countdown-title {
    font-size: 20px;
  }
}  
  
.countdown-product {
    text-align: center;
    font-size: 20px;
    color: #000;
}
  
.countdown-product-title {
    font-size: 14px;
    color: white;
    background-color: black;
    padding: 0 6px 0 6px;
}

.time-text{
  margin-bottom: 0.1em!important;
  margin-top: 0!important;
  font-weight: 900!important;
  font-size: 40px;
  color: rgba(var(--countdown-theme-text-color));
  filter: drop-shadow(0 0 0.5rem rgba(var(--countdown-theme-glow-color)))!important;
  /*-webkit-text-stroke: 1px rgba(var(--giveaway-theme-main-color));*/
  text-shadow: -1px -1px 0 rgba(var(--countdown-theme-glow-color)), 0 -1px 0 rgba(var(--countdown-theme-glow-color)), 1px -1px 0 rgba(var(--countdown-theme-glow-color)), 1px 0 0 rgba(var(--countdown-theme-glow-color)), 1px 1px 0 rgba(var(--countdown-theme-glow-color)), 0 1px 0 rgba(var(--countdown-theme-glow-color)), -1px 1px 0 rgba(var(--countdown-theme-glow-color)), -1px 0 0 rgba(var(--countdown-theme-glow-color));
}

@media (max-width: 767px){
  .time-text {
    font-size: 28px;
  }
}  

.time-label{
  font-size: 12px;
  font-weight: 600;
  margin-top: 0 !important;
  color: #fff;
  line-height: .5em;
}

.days-box {
  display: flex !important;
  flex-direction: column !important;
}

.hours-box {
  display: flex !important;
  flex-direction: column !important;
}

.minutes-box {
  display: flex !important;
  flex-direction: column !important;
}

.seconds-box {
  display: flex !important;
  flex-direction: column !important;
}

/* TIMER BAR CSS */

@media (max-width: 767px){
  #progressbody {
   width: 92% !important;
  }
}

#progressbody {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  max-width: 1360px;
}

#progress-bar {
    background: linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%) left/30px 30px repeat-x,linear-gradient(90deg,rgb(var(--giveaway-theme-main-color)) 0%,rgb(var(--giveaway-theme-main-color)) 33%,rgb(var(--giveaway-theme-main-color)) 66%,rgb(var(--giveaway-theme-main-color)) 100%) left/var(--p,100%) fixed,lightgray;
    height: 26px;
    box-shadow: inset 0 -2px 5px #00000080;
    animation: change 1s linear infinite;
    animation-name: progress-bar;
    opacity: 1;
    width: 0px;
    transition: width 1s ease-out;
}

#progress-bar-bg {
    border: solid 2px rgba(var(--giveaway-theme-main-color));
    width: 100%;
    height: 30px;
    background: linear-gradient(-45deg, rgb(var(--giveaway-theme-main-color) / 15%) 25%, transparent 25%, transparent 50%, rgb(var(--giveaway-theme-main-color) / 15%) 50%, rgb(var(--giveaway-theme-main-color) / 15%) 75%, transparent 75%) left / 30px 30px repeat-x, fixed, black;
    box-shadow: inset 0 -2px 5px #00000080;
    animation: change 1s linear infinite;
    animation-name: progress-bar;
}

@keyframes progress-bar {
  0% {background-position: 0 0, left;}
  100% {background-position: 30px 0, left;}
}

/* Product Giveaway Description */
.pg-container {
  padding: 0;
  display: flex;
}

.pg-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  margin: 10px 0;
  font-size: 18px;
  color: #000;
  text-align: left;
}

@media (max-width: 750px) {
  .pg-content {
    width: 100%;
  }
}

.pg-title {
  margin: 8px auto 18px;
  letter-spacing: 0;
}

@media (max-width: 767.98px) {
  .pg-title {
    font-size: 14px;
  }
}

.pg-desc-container {
  display: flex;
  width: 100%;
  gap: 20px;
  padding-left: 10px;
  align-items: center;
}

.pg-desc-img {
  width: 127px;
}

.pg-desc-text {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 600;
}

.pg-desc-entries {
  text-decoration: underline;
}

/* youtube icon */
.youtube-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube-button {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.sub-title {
  padding-left: 5px;
}

/* Drawer Entries Display */
.drawer-entries-display {
  background: #f1f1f1 !important;
  padding: 10px !important;
  border-radius: 6px;
  text-align: center !important;
}

.drawer-entries-text {
  line-height: .7em !important;
  font-size: 14px;
}

.drawer-entries-count {
  font-family: 'transducer-extended';
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 4px;
}

.drawer-entries-count-total {
  line-height: 1em !important;
  font-size: 3em;
}

.drawer-entry-subtext {
  font-size: 16px;
  font-family: 'transducer-extended';
  font-weight: 700;
  margin-top: -8px;
}



