a{
text-transform:capitalize;
}
label{
text-transform:capitalize;
}
h1{
text-transform:capitalize;
}
.simplemodal-container{
    display:none !important;
}
.simplemodal-overlay{
    display:none !important;
}
.featured__title{
text-transform:capitalize;
margin-top:1em;
}
#logo{
width:280px !important;
}
.grid--column{
display:none;
}
.popular{
display:none;
}
.reviews-container{
display:none;
}
.search-container{
    display:none;
}
.featured-blog__link{
    display:none;
}
#fws_paypal_button_container {
    z-index: 1;
    position: relative;
}
.generic-content-container {
    min-width: 70em;
}
.contact_notify_submit {
    position: absolute;
    padding: 30px;
    border-radius: 15px;
    padding-bottom:30px;
    text-align: center;
    width: 130px;
    background-color: #0056ba;
    color: white;
}
.contact_notify_cancel {
    margin-left:200px;
    padding-bottom:30px;
    border-radius: 15px;
    position: absolute;
    padding: 30px;
    text-align: center;
    width: 130px;
    background-color: #b83a00;
    color: white;
}
.grid__cell.grid--justifycenter.grid--column:first-child {
    display: none !important;
}
[data-editor-type="featured-blogs"] {
    display: none !important;
}
.header__bottom {
    min-height: 60px; /* Adjust based on the actual height of the navbar with buttons */
    display: flex;
    align-items: center;
}
.menu.menu--hidden {
    min-height: 40px; /* Ensure the menu reserves space even when hidden */
    visibility: hidden; /* Hide initially without affecting layout */
    transition: none; /* Prevent transitions from causing visual jumps */
}
.menu {
    min-height: 40px; /* Ensure consistent height after visibility toggle */
}
#ui_nav_container {
    min-height: 40px; /* Reserve space for the navigation items */
}
@media (max-width: 992px) {
  .menu--open {
    margin-top: 220px; /* Adjust this value based on testing; e.g., lower to 150px if too much gap, higher if still clipping */
  }
}
@media (max-width: 992px) {
#header {
position: sticky; 
top: 0;
z-index: 9999; 
background-color: #ffffff; 
width: 100%;
}
.menu--open {
position: absolute; 
top: 100%; 
width: 100%;
z-index: 10000; 
margin-top: 0 !important; 
transform: translateY(0); 
}

body, main, .container {
max-width: 100vw;
overflow-x: hidden; 
box-sizing: border-box;
}
img, video {
max-width: 100%;
height: auto;
}
.de_text-tool {
    max-width: 365px;
}
}
.support__links.gutter a {
    color: #8888;
}
.busy-overlay__backdrop {
    opacity:0;
}
@media (min-width: 1024px) {
.cart.text-right {
    margin-right: 25px;
}
}
.login {
    margin-top: 0;
}
body {
  overflow-y: scroll !important;
}
body.cart-open,
body.drawer-open,
body.js-drawer-open {
  overflow-x: hidden !important;
}