

/* ========================================================================== */
/* ===== UTILITIES: RESPONSIVE EXCEPTIONS =================================== */
/* ========================================================================== */
@media screen and (max-width: 619px) {
  .hideon-mobile { display:none !important; }
}
@media screen and (min-width: 620px) and (max-width: 979px) {
  .hideon-tablet { display:none !important; }
}
@media screen and (min-width: 980px) {
  .hideon-desktop { display:none !important; }
}


/* ========================================================================== */
/* ===== UTILITIES: STORE EXCEPTIONS ======================================== */
/* ========================================================================== */
.store-default .hideon-uk,
.pr-store-default .hideon-uk { display:none !important; }
.store-en-hk .hideon-hk,
.pr-store-en-hk .hideon-hk { display:none !important; }
.store-int .hideon-int,
.pr-store-int .hideon-int { display:none !important; }


/* ========================================================================== */
