/* HEMPCITY Frontend 5.1.0 — Global responsive safeguards */
html, body { max-width:100%; overflow-x:clip; }
@supports not (overflow: clip) { html, body { overflow-x:hidden; } }
@media (max-width:360px){
 :root{--hc-gutter:16px;}
 .site-header .custom-logo-link img.custom-logo{width:128px!important;max-width:128px!important;}
}
