/** Shopify CDN: Minification failed

Line 85:0 Unexpected "{"
Line 85:1 Expected identifier but found "%"
Line 91:0 Unexpected "{"
Line 91:1 Expected identifier but found "%"

**/
@media screen and (max-width: 1024px) {
  .desk {
    display: none !important;
  }
  .dieline-download{max-width:100% !important;}
  .complementary-item {
    cursor: pointer;
    width: 49%;
}
  .R-ADD{
     border-radius: 0 !important;
    width: 100% !important;
    border: none !important;
    color: white;
    padding: 1rem;
    background: #3fbfd9;
    border-radius: 20px !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;
}
.f-swatch__list {
    display: inline-flex
;
    flex-wrap: wrap;
    gap: calc(var(--gap, 8px) * 0);
    width: 100%;
    box-sizing: content-box;
    flex-direction: column !important;
}
.hero__button span{
    font-weight:bold !important;
}
@media (min-width: 1025px) {
    .wt-product__upsell__info {
        width: 100% !important;
        display: flex
;
        min-width: auto !important;
        justify-content: space-between;
    }
    .R-ADD{
    border-radius: 0!important;
    width: 100%!important;
    border: none!important;
    color: white!important;
    padding: 2rem!important;
}
}
.wt-product__upsell__product {
    display: flex;
    align-items: center;
    justify-content: center;
    
padding: 2rem 2rem;    padding-top: 10px;
    border-radius: 30px;
       background-color: #d9d4d4; /* default background */
    transition: background-color 0.3s ease; /* smooth transition */
   height: 115px;
    gap: 8px;
}

/* hover effect */
.wt-product__upsell__product:hover {
  background-color: #3cbed7;
}

/* active class (when applied) */
.wt-product__upsell__product.active {
  background-color: #3cbed7;
}


.wt-product__upsell__product .card__title a,.wt-product__upsell__content .price__sale.visible span,.wt-product__upsell__content .wt-product__price__final {
    color: black !important;
    word-break: break-word;
    font-weight: 600;
    text-decoration: none !important;font-size: 14px;
}
.q-add{
   padding: 10px 50px;
    font-weight: bold;
}
.tie{margin-top:0px !important;}
.wt-product__upsell__info .price__login-message{
    margin: 0 !important;text-align: center;
}
.wt-product__upsell__info .price__login-message a{
    color: black !important;
    word-break: break-word;
    font-weight: 600;
    font-size: 14px;
}
.card__quick-add-container--desktop {
    bottom: 0px !important;
    padding: 0 0px !important;}
    .hero__button--secondary,.wt-newsletter__send__text,.wt-newsletter__send{
    font-weight: bold !important;}
    
.ezb{ background: var(--color-button-primary-background);
    color: var(--color-button-primary-text);
    border-color: transparent;padding-left: calc(var(--gap, 8px) * 3);
    padding-right: calc(var(--gap, 8px) * 3);
    padding-top: calc(var(--gap, 8px) * 2);
    padding-bottom: calc(var(--gap, 8px) * 2);
    font-size: var(--font-button-size);
    font-family: var(--font-button);
    font-style: var(--font-button-style);
    font-weight: var(--font-button-weight);
    text-transform: var(--font-button-transform, none);
    letter-spacing: var(--font-button-letter-spacing, normal);
    text-align: center;
    text-decoration: none;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: var(--border-radius-button);
    -webkit-appearance: none;
    cursor: pointer;
    transition: background .3s 
ease-in, color .3s 
ease-in;}
.card__price {
    color: black !important;
}
@media (min-width: 900px) {
ul.rm-row{
    flex-wrap:nowrap !important;
}
    [desktop-media-size=normal] .wt-product__main {
        width: 48% !important;
        max-width: initial;
    }

}
    .wt-product__upsell__info {
               width: 100% !important;
        min-width: 100px;
        display: flex
;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .wt-product__upsell__product {
        display: flex
;
        align-items: center;
        justify-content: center;
        padding: 1rem 1rem;
        padding-top: 10px;
        border-radius: 15px;
        background-color: #e7e7e7;cursor:pointer;
        transition: background-color 0.3s 
ease;
        gap: 8px;
        border: 1px solid #e7e7e7;
    }
    .tie a {
    /* width: 70%; */
               /* width: 70%; */
        font-size: 14px !important;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold !important;
}
    .price__sale.visible span {
        font-size: 14px !important;
        color: black;font-weight:600 !important;
    }
ul.rm-row {
    display: flex
;    width: 100%;
    column-gap: 2%;row-gap:10px;flex-wrap: wrap;
}
/* .rm-row li{width:25%;} */
.mrp span,.wt-product__upsell__content .price__sale.visible span{
    font-size: 14px !important;font-weight:600 !important;
}
.tie {
    margin-top: 0px !important;
    text-align: center;
}
/* .wt-product__upsell__content .price__sale.visible span{display:none !important;} */
.s-hide{display:none !important;}
.complementary-item {
  cursor: pointer;
}
.complementary-item.active .wt-product__upsell__product,.complementary-item.active  a,.complementary-item.active span{
  background: #3FBFD9;
  color:white !important;
}
#quick-add-container{

    justify-content: space-between;
    align-items: center;
}
.my-btn{
    padding: 1rem 2rem;
    border-radius: 30px; font-weight:bold;
}
.wt-product__sku {
    font-size: 15px !important;
    font-family: var(--font-price);
    margin-bottom: 5px !important;
    margin: 0 !important;
    color: #3fbfd9;
    font-weight: 700;
}
.price__sale .price-item--percent {
    color: white !important;}

.wt-product__upsell__product:hover {
  background-color: #3cbed7;
}

.wt-product__upsell__product:hover .card__title a, .wt-product__upsell__product:hover .price__regular .price-item--regular, .wt-product__upsell__product:hover .price__sale.visible span {
    color: #fff !important;
}

.options-New .qa-card select, .options-New .qa-card label {
    display: none;
}
 