.header-title-text::after {
content: "Trusted Residential Electrician | Joliet, IL | Licensed, Bonded, & Insured | Lic # 26-00034521";
display: block;
font-size: 1rem;
font-weight: 700;
color: #ffffff;
font-family: "Montserrat", sans-serif;
padding-top: 20px;
margin-top: 4px;
}
.header-actions .header-actions-action--cta::after {
content: "773.996.2178";
display: block;
font-size: 1rem;
font-weight: 700;
color: #ffffff;
font-family: "Montserrat", sans-serif;
padding-top: 20px;
text-align: center;
}
.header-title-text {
font-size: 2.5rem;
font-weight: 700;
}
/* Desktop dropdown folder styling */
.header-nav-folder-content {
border: 1px solid #333;
box-shadow: 0 5px 20px rgba(0,0,0,0.2);
text-align: center !important;
background: #ffffff;
}
.header-nav-item a {
font-size: 1.1rem;
font-weight: 600;
letter-spacing: 0.5px;
}
/* Desktop dropdown hover effect */
.header-nav-folder-content a:hover {
text-decoration: underline;
font-weight: bold;
}
/* Hide Elfsight branding toolbar */
.eapps-widget-toolbar {
opacity: 0 !important;
pointer-events: none !important;
}
/* Floating mobile header */
@media only screen and (max-width: 767px) {
.header {
margin: 15px;
border-radius: 12px;
overflow: visible !important;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
position: fixed !important;
z-index: 9999 !important;
}
#page {
position: relative;
z-index: 1;
}
/* Floating mobile menu */
.header-menu {
margin: 15px;
border-radius: 12px;
overflow: visible !important;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
/* Mobile dropdown folder fixes */
.header-menu-nav-folder-content {
display: block !important;
max-height: none !important;
overflow: visible !important;
padding: 10px 0;
background: #ffffff;
border-radius: 8px;
}
/* Mobile dropdown text */
.header-menu-nav-folder-content * {
color: #000000 !important;
}
/* Mobile dropdown links */
.header-menu-nav-folder-content a {
display: block;
padding: 10px 15px;
font-size: 1rem;
font-weight: 600;
}
/* Mobile dropdown hover */
.header-menu-nav-folder-content a:hover {
background: #f5f5f5;
}
}
/* Disable click-through on product images and titles */
.sqs-block-product a,
.grid-image,
.product-title {
pointer-events: none !important;
}
/* Disable click-through for standard Product List grids */
.grid-item-link {
pointer-events: none !important;
}