.product__countdown .countdown--label {
  text-underline-position: under;
  text-underline-position: under;
  text-underline-position: under;
}
.header__countdown {
  max-width: 400px;
}
.tick {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
.tick * {
  box-sizing: inherit;
}
.tick [data-view] {
  max-width: 100%;
}
.tick span[data-view] {
  display: inline-block;
}
.tick .tick-credits {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  text-decoration: none;
  font-size: 11px;
  color: inherit;
}
.autoscroll-strip,
.tick [data-layout~="overlay"],
.tick-flip {
  position: relative;
}
.tick [data-layout~="pad"] {
  margin: -0.25em;
}
.tick [data-layout~="pad"] > * {
  margin: 0.25em;
}
.tick [data-layout~="horizontal"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
}
.tick [data-layout~="horizontal"][data-layout~="baseline"] {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.tick [data-layout~="horizontal"][data-layout~="center"] {
  -ms-flex-pack: center;
  justify-content: center;
}
.tick [data-layout~="horizontal"][data-layout~="right"] {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tick [data-layout~="horizontal"][data-layout~="left"],
.tick [data-layout~="vertical"][data-layout~="top"] {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tick [data-layout~="horizontal"][data-layout~="fill"],
.tick [data-layout~="horizontal"][data-layout~="stretch"] {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tick [data-layout~="horizontal"][data-layout~="fill"] > *,
.tick [data-layout~="horizontal"][data-layout~="stretch"] > * {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 100%;
}
.tick [data-layout~="horizontal"][data-layout~="multi-line"] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tick [data-layout~="horizontal"][data-layout~="fit"] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: center;
  align-content: center;
  white-space: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.tick [data-layout~="vertical"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.tick [data-layout~="vertical"][data-layout~="bottom"] {
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%;
}
.tick [data-layout~="vertical"][data-layout~="middle"] {
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}
.tick [data-layout~="vertical"][data-layout~="left"] {
  -ms-flex-align: start;
  align-items: flex-start;
}
.tick [data-layout~="vertical"][data-layout~="right"] {
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-single__details .product-wrapper .countdown--label,
.tick [data-layout~="overlay"][data-layout~="center"],
.tick [data-layout~="vertical"][data-layout~="center"] {
  text-align: center;
}
.tick [data-layout~="vertical"][data-layout~="fill"],
.tick [data-layout~="vertical"][data-layout~="stretch"] {
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 100%;
}
.tick [data-layout~="vertical"][data-layout~="fill"] > *,
.tick [data-layout~="vertical"][data-layout~="stretch"] > * {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.tick [data-layout~="vertical"] > * + * {
  margin-top: 0.5em;
}
.tick [data-layout~="overlay"] > * {
  margin: 0;
}
.tick [data-layout~="overlay"][data-layout~="left"] {
  text-align: left;
}
.tick [data-layout~="overlay"][data-layout~="right"] {
  text-align: right;
}
.tick [data-layout~="overlay"] > [data-overlay="fill"],
.tick [data-layout~="overlay"] > [data-overlay="stretch"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tick [data-layout~="overlay"] > [data-overlay="center"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tick-flip {
  text-align: center;
}
.tick-flip * {
  border-radius: inherit;
  white-space: pre;
  letter-spacing: inherit;
  text-indent: inherit;
}
.tick-flip-front {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tick-flip-back {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.tick-flip-spacer {
  display: block;
  visibility: hidden;
}
.tick-flip-shadow {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  color: transparent !important;
  background: 0 0 !important;
}
.tick-flip-shadow-top {
  bottom: calc(50% - 1px);
}
.tick-flip-shadow-bottom {
  top: calc(50% + 1px);
}
.tick-flip-card-shadow {
  position: absolute;
  left: 0.15em;
  right: 0.15em;
  bottom: 0.125em;
  height: 0.5em;
  background-color: transparent;
  border-radius: 0;
  opacity: 0;
  transform-origin: 0 100%;
  box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.5),
    0 0.125em 0.5em rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.tick-flip-card {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  perspective: 4em;
}
.tick-flip-panel-back,
.tick-flip-panel-front {
  position: absolute;
  left: 0;
  width: 100%;
  height: 51%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.tick-flip-panel-back-text,
.tick-flip-panel-front-text {
  position: absolute;
  left: -1px;
  top: 0;
  right: -1px;
  height: 100%;
  overflow: hidden;
}
.tick-flip-panel-text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
}
.tick-flip-panel-back-text .tick-flip-panel-text-wrapper {
  height: 200%;
  top: -100%;
}
.tick-flip-panel-front {
  transform-origin: center bottom;
  top: 0;
  z-index: 2;
  box-shadow: inset 0 1px hsla(0, 0%, 100%, 0.05);
}
.tick-flip-panel-back {
  transform-origin: center top;
  top: 50%;
  z-index: 1;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.tick-flip-panel-back:after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 1px,
    rgba(0, 0, 0, 0.15) 0,
    transparent 30%
  );
}
.tick-flip-panel-back-shadow {
  z-index: 2;
}
.tick [data-style*="rounded:panels"] .tick-flip-front,
.tick [data-style*="rounded:panels"] .tick-flip-shadow-bottom,
.tick-flip-panel-back-highlight,
.tick-flip-panel-back-shadow {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.tick-flip-panel-back-highlight,
.tick-flip-panel-back-shadow,
.tick-flip-panel-front-shadow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.tick-flip-panel-front-shadow {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.3)
  );
}
.tick-flip-panel-back-shadow {
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.5)
  );
}
.tick-flip-panel-back-highlight {
  z-index: 3;
  background-image: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0.3)
  );
}
.tick [data-style*="shadow:inner"],
.tick [data-style*="shadow:inner"] .tick-flip-card-shadow,
.tick [data-style*="shadow:none"] .tick-flip-card-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back,
.tick [data-style*="shadow:none"] .tick-flip-panel-front,
.tick [data-style*="shadow:none"] .tick-flip-shadow {
  box-shadow: none;
}
.tick [data-style*="shadow:none"] .tick-flip-back:after,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-shadow,
.tick [data-style*="shadow:none"] .tick-flip-panel-back-text:after,
.tick [data-style*="shadow:none"] .tick-flip-panel-front-shadow {
  background-image: none;
}
.tick [data-style*="rounded:none"] {
  border-radius: 0;
}
.tick [data-style*="rounded:panels"] .tick-flip-back,
.tick [data-style*="rounded:panels"] .tick-flip-panel-back:after,
.tick [data-style*="rounded:panels"] .tick-flip-shadow-top {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.tick-flip {
  margin-left: 0.0625em;
  margin-right: 0.0625em;
  min-width: 1.125em;
  border-radius: 0.125em;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
.tick-flip-panel {
  color: #edebeb;
  background-color: #333232;
}
.tick-flip-shadow {
  box-shadow: 0 0.125em 0.3125em rgba(0, 0, 0, 0.25),
    0 0.02125em 0.06125em rgba(0, 0, 0, 0.25);
}
.announcement-bar.text-center,
.lightning-deals .collection-description.container,
.tick-credits,
.tick-group:first-child,
.tick-group:last-child > div:after {
  display: none;
}
.product-list-home .tick {
  max-width: 300px;
  margin: 0 auto;
}
.has-items.items_small_height .cart-quickview__table.cart-edit-modal {
  height: calc(100vh - 400px);
  max-height: calc(100vh - 400px);
  padding-top: 10px;
}
.has-items.items_big_height .cart-quickview__table.cart-edit-modal {
  height: calc(100vh - 480px);
  max-height: calc(100vh - 480px);
  padding-top: 10px;
}
.product-list-home
  .product-card
  .product-card__price.price--on-sale
  span.price-item.price-item--sale {
  color: #e74714 !important;
}
#cart-mobile
  .cart__buttons-container
  .cart__submit-controls
  .cart__submit.btn.btn--shopall {
  margin: 10px 0 0 !important;
  font-size: 20px !important;
  text-transform: initial !important;
  width: 100%;
  letter-spacing: 0 !important;
  padding: 8px 0;
  line-height: 32px;
  height: auto;
  border-radius: 40px;
  color: #fff !important;
}
.no-items .your-cart-is-empty-products {
  display: block !important;
  padding-bottom: 40px;
}
.template-collection .tick-wrapper {
  max-width: 100%;
  margin: 0 auto;
  float: left;
  width: 100%;
  margin-top: 0 !important;
  display: block;
  height: 100px;
  text-align: center;
}
.product__countdown .tick-wrapper {
  max-width: 180px;
  margin: 0 auto;
  float: left;
  width: 100%;
  margin-top: 0 !important;
  display: block;
  height: auto;
  text-align: center;
}
.template-collection .tick {
  height: 90px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.product__countdown .tick {
  height: auto;
  max-width: 200px;
  margin-left: 0;
  margin-top: 5px;
}
.product__countdown .countdown--label {
  text-underline-position: under;
}
.product__countdown {
  display: flex !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  height: 60px;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border-radius: 0;
}
.product__countdown span.tick-label.tick-text {
  font-size: 12px;
  line-height: 1;
}
span.tick-label.tick-text {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  display: block;
  padding-top: 5px;
  margin-left: -2px;
}
.tick-group > div:after {
  content: ":";
  height: 100%;
}
img.bolt_img {
  max-height: 32px;
  padding: 0 2px;
}
.collection__countdown .product__countdown {
  max-width: 600px;
  display: block;
  height: auto;
  margin-bottom: 20px !important;
  margin-top: -20px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}
.collection__countdown .tick-wrapper {
  max-width: 280px;
  height: auto;
}
.collection__countdown .product__countdown .tick {
  height: auto;
  max-width: 280px;
  margin-left: 0;
  margin-top: 5px;
}
.tick-flip-panel-back,
span.tick-flip-panel-front-text,
span.tick-label.tick-text {
  font-weight: 400 !important;
}
.template-collection .collection__countdown .product__countdown {
  max-width: 720px;
  margin-bottom: 60px !important;
  margin-top: -25px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  width: 100%;
  clear: both;
  text-align: center;
}
.collection__countdown .countdown--label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  gap: 10px;
  text-align: left;
}
.template-index .collection__countdown .product__countdown {
  max-width: 720px;
  height: auto;
  margin-bottom: -5px !important;
  margin-top: 15px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}
.template-product .countdown--label {
  display: flex;
  display: flex;
  gap: 5px;
  line-height: 1.2;
  align-items: center;
  justify-content: flex-start;
}
.header__countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
}
.product__countdown .countdown--label {
  margin-right: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.header__countdown:hover {
  cursor: pointer;
}
div#cart-mobile.popup-sidebar--right {
  padding-top: 0;
}
.template-product .site-header .product__countdown {
  margin-bottom: 0 !important;
  padding: 2px 10px;
  border-radius: 0;
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
@media (min-width: 768px) {
  div#shopify-section-header.sticky {
    padding-top: 0;
  }
  .header__countdown {
    max-width: 400px;
  }
  .wizzy-custom-search-bar {
    padding: 150px 0 20px !important;
  }
}
@media (max-width: 767px) {
  .header__countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .announce_trail_content {
    line-height: 1;
  }
  .site-header .product__countdown .tick-wrapper {
    max-width: 140px;
  }
  .template-product .product-wrapper .product__countdown {
    padding: 5px 10px;
  }
  .product-wrapper .product__countdown .countdown--label {
    text-underline-position: unset;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .has-items.items_big_height .cart-quickview__table.cart-edit-modal {
    height: calc(100vh - 460px);
    max-height: calc(100vh - 460px);
    padding-top: 10px;
  }
  .wizzy-custom-search-bar {
    padding-top: 110px !important;
  }
  .wizzy-custom-search-form-wrapper.wizzy-custom-search-bar
    .wizzy-search-form
    .wizzy-search-back {
    position: absolute;
    right: 0;
    top: 100px !important;
  }
  .header__countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .lightning-deals ul.bs-category-list.bs-category-nav {
    display: flex;
    overflow-x: auto;
    padding: 5px 0 0;
    margin-bottom: 0;
    flex-wrap: nowrap;
    gap: 5px;
    justify-content: flex-start;
  }
  .template-collection .collection__countdown .product__countdown {
    max-width: 100%;
    height: 60px;
    margin-bottom: 40px !important;
    margin-top: -20px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 15px;
    width: 100%;
    float: left;
  }
  .product-list-home .tick {
    max-width: 240px;
    margin: 0 auto;
  }
  span.tick-label.tick-text {
    font-size: 16px;
  }
  .template-collection .tick-wrapper {
    max-width: 100%;
    margin: 0 auto;
    float: left;
    width: 100%;
    margin-top: 0 !important;
    display: block;
    height: 100px;
    text-align: center;
  }
  .template-collection .tick {
    height: 36px;
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
  }
  .product__countdown {
    display: block !important;
    display: flex !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    height: 50px;
    padding: 0 10px;
  }
  img.bolt_img {
    max-height: 22px;
    padding-right: 0;
  }
  .product__countdown .tick-wrapper {
    max-width: 140px;
    margin: 0 auto;
    float: left;
    width: 100%;
    margin-top: 0 !important;
    display: block;
    height: auto;
    text-align: center;
  }
  .product__countdown span.tick-label.tick-text {
    font-size: 10px;
    line-height: 1;
  }
  .collection__countdown .countdown--label {
    gap: 6px;
  }
  .template-index .collection__countdown .product__countdown {
    padding: 10px 15px;
  }
  .product-wrapper .product__countdown .countdown--label,
  .site-header .product__countdown .countdown--label {
    text-decoration: none;
    text-underline-position: unset;
    padding-left: 0;
    display: flex;
    gap: 5px;
    line-height: 1.2;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
  }
  .template-product .product__countdown {
    padding: 0 8px;
  }
  .product__countdown .countdown--label {
    text-underline-position: under;
    margin-right: 2px;
    text-decoration: none;
    text-underline-position: under;
    font-size: 13px;
    font-weight: 500;
    min-width: 200px;
    justify-content: flex-end;
    line-height: 1.3;
  }
  .site-header .product__countdown .countdown--label {
    margin-right: 2px;
    justify-content: center;
    align-items: center;
    max-width: 182px;
    min-width: unset;
  }
  .product-wrapper .product__countdown .countdown--label {
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    min-width: 178px;
  }

  .header__countdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 6px;
  }
  .product__countdown .countdown--label {
    min-width: unset;
  }
  .announce_trail_content {
    line-height: 1.2;
    text-align: center;
    font-size: 14px;
  }
}
@media (max-width: 361px) {
  .product__countdown .countdown--label {
    margin-right: 0;
    text-decoration: none;
    text-underline-position: under;
    font-size: 13px;
    font-weight: 500;
    min-width: 160px;
    justify-content: flex-end;
    line-height: 1.3;
  }
  .product-wrapper .product__countdown .countdown--label {
    text-decoration: none;
    text-underline-position: unset;
    padding-left: 0;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    min-width: 168px;
    font-size: 11px;
    margin-right: 5px;
    text-align: center;
  }
}
.header__countdown .tick-group:first-child {
  display: none !important;
}
