/** Shopify CDN: Minification failed

Line 86:0 Unexpected "{"
Line 86:1 Expected identifier but found "%"
Line 92:0 Unexpected "{"
Line 92: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) {
    .comparison-table-wrapper {
    overflow-x: auto;
    display: flex;
    justify-content: center;
}
    .comparison-table {
    width: 80% !important;
    border-collapse: collapse;
    min-width: 700px;}
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;
}
 .list__item:hover,.form-checkbox__input:hover{color: #3cbed7;cursor: pointer !important;}
 #entry-gate{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:999999;
display:flex;
align-items:center;
justify-content:center;
background:url('/cdn/shop/files/Moisturizers.jpg?v=1769184013') center/cover no-repeat;
}

.gate-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
}

.gate-container{
position:relative;
max-width:1100px;
text-align:center;
padding:40px;
color:white;
}

.gate-container h1{
font-size:36px;
margin-bottom:10px;
}

.gate-container p{
opacity:0.9;
margin-bottom:40px;
}

.gate-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.gate-card{
background:rgba(255,255,255,0.12);
backdrop-filter:blur(8px);
border:1px solid rgba(255,255,255,0.25);
padding:35px 20px;
border-radius:10px;
cursor:pointer;
transition:.3s;
}

.gate-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 30px rgba(0,0,0,0.3);
}

.gate-card h3{
margin-bottom:10px;
}

.gate-card p{
font-size:14px;
margin-bottom:20px;
}

.gate-card button{
background:#3cbed7;
border:none;
color:white;
padding:12px 24px;
cursor:pointer;
}
.gate-logo img {
    max-width: 350px;
}
.gate-skip{
margin-top:35px;
background:none;
border:none;
color:#fff;
font-size:14px;
text-decoration:underline;
cursor:pointer;
}
.gate-skip:hover{
    background:transparent !important;
}
/* QUICK DIRECTIONS TAB */

#quick-directions {
  /* Positioning it on the right edge */
  position: fixed;
  right: 0;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%) rotate(180deg); /* Centers it and flips text direction */
  
  /* Visual Style from image */
  background-color: #43c1d7; 
  color: white;
  padding: 20px 6px;
  font-weight: 500;
  cursor: pointer;
  
  /* Vertical Text Logic */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  
  /* Smooth hover effect */
  transition: background-color 0.3s ease;
  z-index: 9999;
}

#quick-directions:hover {
  background-color: #38b0c5;
}

/* ---------------- MOBILE RESPONSIVE ---------------- */

@media (max-width: 900px){

#entry-gate{
align-items:flex-start;
overflow-y:auto;
}
.gate-logo img {
    max-width:200px;
}
/* container */

.gate-container{
padding:30px 18px;
width:100%;
max-width:500px;
margin:auto;
}

/* heading */

.gate-container h1{
font-size:24px;
line-height:1.3;
margin-bottom:8px;
}

.gate-container p{
font-size:14px;
margin-bottom:25px;
}

/* grid -> stack */

.gate-grid{
display:flex;
flex-direction:column;
gap:18px;
}

/* cards */

.gate-card{
padding:22px 18px;
border-radius:8px;
}

.gate-card h3{
font-size:17px;
margin-bottom:6px;
}

.gate-card p{
font-size:13px;
margin-bottom:14px;
}

/* button */

.gate-card button{
width:100%;
padding:12px;
font-size:14px;
border-radius:4px;
}

/* skip button */

.gate-skip{
margin-top:20px;
font-size:13px;
}


/* background overlay fix */

.gate-overlay{
background:rgba(0,0,0,0.6);
}

}
.hero__status-message {
  padding: 15px 25px;
  background-color: #f8f8f8; /* Light grey background */
  border: 1px solid #000;    /* High contrast border */
  display: inline-block;
  border-radius: 4px;
}
/* ---------------- SMALL PHONES ---------------- */

@media (max-width:480px){

.gate-container h1{
font-size:21px;
}

.gate-container p{
font-size:13px;
}

.gate-card{
padding:18px 15px;
}

.gate-card h3{
font-size:16px;
}

.gate-card p{
font-size:12px;
}

.gate-card button{
font-size:13px;
padding:11px;
}



}
.b2b-cart-info {
  background: #f7f7f7;
  padding: 12px 14px;
  border-radius: 6px;
  margin-bottom: 16px;
  margin-top: 16px;
  font-size: 13px;
  line-height: 1.5;
}

.b2b-cart-info p {
  margin: 4px 0;
}

.b2b-cart-info strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  color: #111;
}
#entry-gate{
display:none;
}
.field-error {
  border: 2px solid red !important;
  background: #fff5f5;
}

.lr-alert-success {
  background: #e6ffed;
  border: 1px solid #b7f5c6;
  color: #1a7f37;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
}
.video-reels [data-swiper-slide].active .video-container {
  -webkit-box-shadow: 5px 6px 11px -8px #000000;
  box-shadow: 5px 6px 11px -8px #000000;
}
.compare-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.compare-item img {
  width: 16px;
  height: 16px;
  display: block;
}
/* Wrapper polish */
.comparison-section {
  border-radius: 16px;
}

/* Table container */
.comparison-table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Table base */
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* Header row */
.comparison-table thead th {
  font-size: 14px;
  font-weight: 600;
  background: #f8fbfb;
  padding: 16px;
}

/* Cells */
.comparison-table td {
  font-size: 14px;
  padding: 14px 16px;
  color: #333;
}

/* First column (features) */
.comparison-table td:first-child {
  font-weight: 500;
  background: #fafafa;
  width: 28%;
}

/* Column widths */
.comparison-table th:not(:first-child),
.comparison-table td:not(:first-child) {
  width: 24%;
}

/* Borders (soft) */
.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Remove last border */
.comparison-table tr:last-child td {
  border-bottom: none;
}

/* Highlight column (premium look) */
.highlight {
  background: #eaf7fb !important;
  position: relative;
}

/* Add subtle vertical emphasis */
.highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 0px;
  background: #21b4d1;
  border-radius: 2px;
}

/* Badge upgrade */
.highlight .badge {
  background: #21b4d1;
  font-weight: 500;
  letter-spacing: 0.3px;
}

/* Hover effect (very subtle) */
.comparison-table tbody tr:hover {
  background: rgba(0,0,0,0.015);
  transition: 0.2s ease;
}

/* Icon + text alignment */
.compare-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* CTA polish */
.cta-button {
  box-shadow: 0 6px 16px rgba(33, 180, 209, 0.25);
  transition: 0.25s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(33, 180, 209, 0.35);
}

/* ---------------- MOBILE OPTIMIZATION ---------------- */

@media (max-width: 768px) {
.wt-page-nav-mega__list > li:last-child .wt-page-nav-mega__link {
margin-left:2rem !important;
}

  /* Reduce table width feeling */
  .comparison-table {
    min-width: 600px; /* was too wide before */
  }

  /* Slightly tighter spacing */
  .comparison-table th,
  .comparison-table td {
    padding: 12px;
    font-size: 13px;
  }

  /* Reduce feature column width */
  .comparison-table td:first-child {
    width: 34%;
  }

  /* Improve scroll feel */
  .comparison-table-wrapper {
    padding-bottom: 6px;
  }

  /* Optional: fade edge hint */
  .comparison-table-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to left, #edf5f4, transparent);
    pointer-events: none;
  }
}
.sewp-header {
        background: #3fbfd9 !important;
}
.card__picture {
  position: relative;
}

.wishlist-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.wishlist-engine-button{background:transparent !important;}
.subtile{ font-size:12px !important;font-weight:400 !important;    text-align: center;}