/** Shopify CDN: Minification failed

Line 71:0 Unexpected "{"
Line 71:1 Expected identifier but found "%"
Line 77:0 Unexpected "{"
Line 77:1 Expected identifier but found "%"

**/
@media screen and (max-width: 1024px) {
  .desk {
    display: none !important;
  }
  .opt-mob{display:flex;        flex-direction: column;
        align-items: center;row-gap: 10px;}
        .btn-opt{    width: 200px;}
        .video-text-overlay h2 {
  font-size: 3rem !important;
    line-height: 1.2 !important;
    text-transform: capitalize;
}
 .video-text-overlay {
    position: absolute;
    top: 15%;
    left: 5%;
    color: #fff;
    z-index: 35;
    max-width: 50% !important;
}
}
  @media screen and (min-width: 1023px) {
  .mobi {
    display: none !important;
  }
  }
  .card__container {

    align-items: center;
}
.price__approval-message{font-size:14px;color:black;}
.price__regular .price-item--regular {
    display: flex
;
    align-items: center;
}
.wt-footer__big-logo img {
  filter: brightness(0) invert(1);
}
.contact-form form {
    margin: 0;
    display: flex
;
    flex-direction: column;
   align-items: stretch;
    padding: 2rem;
}
.lb{
    display: flex
;
    gap: 10px;
}
.c-button {
    display: flex
;
    justify-content: flex-start;
    gap: 4%;
    margin-top: 15px;margin-bottom:10px;
}
.btn-r{
    width: 100%;margin-bottom:15px;
}
{% if item.product.tags contains "EZ-Run ( 150-1000 Pcs )" %}

    .hide-original-price {
      display: none !important;
      pointer-events: none; /* optional */
    }
{% endif %}
.form__fieldset.form__fieldset--checkboxes {
        display: flex
;
        flex-direction: column;
           margin-bottom: 25px;
    margin-top: 25px;
}
.form__field--checkbox {
    flex-direction: row;
    gap: 5%;margin-bottom: 0px;
}
.form__field__input:not(:placeholder-shown)+.form__field__label{background:transparent !important;transform: translate(.25rem, 0%) scale(.8) !important;
    height: 22px !important;
    font-size: 12px;}
 .video-text-overlay {
    position: absolute;
    top: 15%;
    left: 5%;
    color: #fff;
    z-index: 35;
    max-width: 40%;
}

.video-text-overlay h2 {
  font-size: 6rem;
    line-height: 1.4;
    text-transform: capitalize;
}
#instafeed div:nth-of-type(2) {
  display: none !important;
}