/*-------------------
This theme uses Bootstrap v5.1.

It is highly recommended to check out Bootstrap's guiding principles,
strategies, and techniques at https://getbootstrap.com/docs/5.1/extend/approach/
before adding custom styling.

To learn more about Bootstrap v5.1, please check
out https://getbootstrap.com/docs/5.1/getting-started/introduction/.
/*-------------------*/

/*-------------------*/
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/
  .mobile-slider {
	min-width: 20vw;
    height: auto !important;
    background: #009ADA;
}
.mobile-slider::before {
display: none;
}
@media (min-width: 992px) {
  ul.header-links.categories.hamburger-only > li:not(.category-hamburger) {
    display: none !important;
  }
}
/* Hide original categories in desktop */
.category-container.d-none.d-lg-block.d-xl-block {
  display: none !important;
}
/* Desktop: mobile-slider becomes a full-width horizontal bar */
@media (min-width: 992px) {
  .mobile-slider {
    position: absolute;
    width: 250px;
    height: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    max-width: 80%;
    padding: 10px;
    border-radius: 10;
  }

  .mobile-slider ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; /* center links */
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #009ADA;
  }
  
  .mobile-slider ul li a:hover {
  	color: #000000;
  }

  .mobile-slider .nav-item {
    margin: 0;
  }

  .mobile-slider .nav-link {
    font-size: 14px;
    padding: 8px 12px;
    display: inline-block;
    color: #FFF; /* adjust for your theme */
    text-decoration: none;
  }

button[aria-label="Search"] {
  display: none !important;
}
.header-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-navbar .logo-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-navbar #mobile-slider-button {
  order: -1; /* keep menu button left */
}

.header-navbar .btn[aria-label="Search"] {
  order: 1; /* keep search button right */
}
.header-navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 150px; /* increase navbar height */
}

.header-navbar .logo-container img {
  max-height: 120px !important; /* make logo larger */
  height: auto;
}


/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/

/*-------------------*/
/* FOOTER */
/*-------------------*/


/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 660px){

}

@media screen and (max-width: 340px){

}