/*-------------------
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 */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/
.headerLinks ul.categories > li > a:after {
  content: "";
  display: block;
  width: 0%;
  height: 3px;
  background-color: #dda426;
  margin-top: 5px;
  transition: all 0.25s ease-in-out;
  margin-left: unset !important;
  vertical-align: unset !important;
  border-top: unset !important;
  border-right: unset !important;
  border-bottom: unset !important;
  border-left: unset !important;
}
.headerLinks ul.categories > li > a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #dda426;
  margin-top: 5px;
  transition: all 0.25s ease-in-out;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: adjust if needed */
}
/*-------------------*/
/* 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) {
}
