/** Shopify CDN: Minification failed

Line 516:0 Unexpected "}"

**/
/* Header Styles */
.bt-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  margin: 0 auto;
  margin-bottom: 0 !important;
  height: 120px;
  padding: 0 5%;
  max-width:1500px;
}
.site-nav__link {
  border-bottom: none !important;
}
.site-nav__icons {
  display:flex;
}
.bt-header__center {
  text-align: center;
    display: flex;
    justify-content: center;
    gap: 15px;
}
.bt-logo-link img {
  height: 50px;
}
/* Navigation Styles */
.bt-nav {
  display: flex;
  justify-content: space-between;
}

.bt-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bt-nav__item {
  margin:0;
  padding: 0;
  align-content: center;
}

.bt-nav__link {
  text-decoration: none;
  color: #193056;
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 0 !important;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.bt-nav__link:hover {
  color: #0074D9;
  text-decoration: underline;
}

/* Dropdown Styles */
/* JS-controlled dropdown visibility (replaces pure CSS :hover) */
.bt-nav__item--has-dropdown.menu-open .bt-megamenu,
.bt-nav__item--has-dropdown.menu-open .bt-dropdown {
  display: flex;
}

.bt-nav__item--has-dropdown.menu-open .bt-megamenu-wrapper {
  display: block;
}

.bt-dropdown {
  display: none;
  position: absolute;
  top: auto;
  left: auto;
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  z-index: 1000;
  list-style: none;
  flex-direction: column;
  margin-left: 0 !important;
  text-align: left;
}

.bt-dropdown li {
  margin: 5px 0;
  min-width: 100px;
}

.bt-dropdown li a {
  text-decoration: none;
  color: #000;
}

.bt-dropdown li a:hover {
  color: #0074D9;
  text-decoration: underline;
}

/* Megamenu Styles */
.bt-megamenu {
  display: none;
  top: AUTO;
  left: 0;
  right: 0;
  position: absolute; /* Ensures it's aligned to the viewport */
  width: 100%; 
  box-sizing: border-box; /* Includes padding/borders in the width */
  margin: 15px 0 0 0; /* Centers it */
 background-color: #dee9e1;
 box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
    padding: 0px; /* Adjust padding */
    justify-content: space-between; /* Ensures even spacing */
  gap: 0px;
  min-height: 50vh;
  flex-direction: row;
  border-bottom: 0px;
      margin-bottom: 0 !important;
    padding-bottom: 0 !important;

}
.bt-megamenu__column {
 flex-direction: column;
  padding: 0px;
  /*border-right: 1px solid #193056;*/
  width: 25vw;
  align-items: flex-start;
}
.bt-column-categories {
  width: 25%;
  padding-left: 100px;
}
.bt-megamenu__title {
  font-size: 18px;
  font-weight: bold;
  color: #0074D9;
  margin-bottom: 10px;
  padding: 10px;
  cursor: pointer;
}

.bt-megamenu__title:hover {
  text-decoration: underline;
}

.bt-bodyparts {
  list-style: none;
  padding: 0 !important;
  width: 15vw;
  flex-direction: column;
  background-color: #dee9e1;
  height: auto;
  text-align: left;
  margin-left:10%;
  padding-left: 5%;
}
  .bt-bodyparts ul {
    display: flex;
    width:100%;
    text-align: left;
    align-items: center;
   
  }
.bt-category-list {
  width: 100%;
    gap: 0px;
    display: flex;
    flex-direction: column;
    margin: 0;
    font-size: 1.3rem;
  align-items: flex-start;
  text-align: left;
  font-size: 22px;
}
  .bt-category-list li{
  width: 100%;
    padding: 20px 40px;
    line-height: 1.2;
    margin-bottom: 0 !important;
  }
.bt-category-list li:hover,
.bt-category-list li.active {
    background-color: #dee9e1;
}

.bt-bodyparts li {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 20px 40px;
  cursor: pointer;
  margin: 0;
  font-size: 20px;
}

/* Ensure clicked body part remains highlighted */
.bt-bodyparts li:hover,
.bt-bodyparts li.active {
  color: #193056; 
  background-color: #fcd55c;
}
/* Brace Names */
.bt-bodyparts-bracename {
  display: none;
  list-style: none;

  flex-direction: column;
  text-align:left;

}
.bt-bodyparts-bracename li {
  margin: 5px 0;
  padding: 10px;
}

.bt-bodyparts-bracename li a {
  text-decoration: none;
  color: #193056;
}
.bt-bodyparts-bracename li a:hover {
  color: #0074D9;
}
/* Bodypart Images */
.bt-bodypart-img {
  margin-bottom: 15px;
  background-color: #dee9e1;
}

.bt-bodypart-img img {
  max-width: 100%;
  max-height: 150px;
  display: none;
  background-color: #dee9e1;
}

.bt-bodypart-img img.active {
  display: block;
}
/*column of bodyparts styling*/
  .bt-column-bodyparts {
    display: flex;
    width:15vw;
    padding-top:0;
    margin-top: -4px;
  }
/* Right Column Styles */
.bt-column-right {
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.bt-header__left {
  display: flex;
}
  .bt-dropdown {
    width: max-content;
  }
  .bt-dropdown a {
    border-bottom: 0 !important;
  }
  .bt-chevron {
    width: 10px;
    height: 10px;
  }

.bt-category ul, li {
  list-style-type: none;
}
  .bt-category:hover {
    cursor: pointer;
  }
  .menuicons {
    display: flex;
    justify-items: space-between;
  }
/* Bodypart Images */
.bt-megamenu-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 35vw;
  margin: 0;
  background-color: #dee9e1;
  padding: 0 5%;
}

.bt-megamenu-img img {
  max-width: 100%;
  max-height: 100%;
  display: none;
  background-color: #dee9e1;
}

.bt-megamenu-img img.active {
  display: block;
}
  .muddypaws {
    background-color: #9b9e8a;
    padding: 0;
    display: flex;
    justify-content: flex-start;
  }
  .col-1-linksonly {
    display: block;
    padding-top: 50px;
    text-align: left;
   
  }
    .col-1-linksonly ul{
    list-style:none;
      margin: 0;
      padding: 5px 20px;
      line-height: 1.5rem;     
  }
      .col-1-linksonly li{
    list-style:none;
      margin: 0;
      padding: 5px 20px;
      line-height: 1.5rem;     
  }
  .toolbar__social a {
    border-bottom: 0 !important;
  }
  .bodypartimg {
    width: 100%;
    height: auto;
    background-color: #dee9e1;
  }
.bt-column-braces {
    background-color: #fcd55c;
    width: 30vw; /* Adjusted width to take more space */
    padding-top: 0;
    display: block !important; /* Ensure it's visible */
}

.vetstaff-icon{
  padding: 15px;
  margin-left: 30px;
}
      .desktop-menu {
      display: block;
        flex-direction: row;
    }
    .mobile-menu-display {
      display: none;
      padding-bottom: 5px;
    }
  .sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 75;
    background: white;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

/* Mobile Styles */
@media all and (max-width: 787px) {
        .desktop-menu {
      display: none;
        flex-direction: row;
    }
  .mobile-menu-display {
      display: block;
    }
  .bt-header {
    flex-direction: column;
    width: 100%;
    height: 20px;
  }
.site-header {
  overflow-x: scroll;
  padding: 0 !important;
  min-height: 100%;
}
  .bt-header__center {
    flex-direction: column;
    text-align: left;
  }

  .bt-nav {
    flex-direction: column;
  }

  .bt-nav__list {
    flex-direction: column;
  }

  .bt-nav__item--has-dropdown .bt-dropdown,
  .bt-nav__item--has-dropdown .bt-megamenu {
    display: none;
    position: relative;
  }
.bt-bodyparts {
  width: 100%;
  background-color: #fff;
  margin: 0;
}
  .bt-category-list {
    font-size:18px;
  }
  .bt-category-list li {
    padding: 10px 20px;
  }
  .bt-category-list li:hover, .bt-category-list li.active {
    background-color: #fff;
  }
  .bt-bodyparts-bracename {
    padding: 0;
  }
  .bt-nav__item--has-dropdown.active .bt-dropdown,
  .bt-nav__item--has-dropdown.active .bt-megamenu {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .muddypaws {
    background-color: #fff;
  }
.bt-column-categories {
  width: 100%;
}
  .bt-category-list li {
    padding: 20px 10px;
  }
  /* Mobile Menu Slideout */
  .mobile-menu {
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    background: white;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease-in-out;
    z-index: 1100;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .mobile-menu.open {
    left: 0;
    z-index: 99999;
    display: flex;
  }

  .mobile-menu-toggle {
        position: relative;
        top: 5px;
        left: 0px;
        background: none;
        border: none;
        font-size: 24px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    padding: 0 17px;
            min-height: 60px;
    z-index: 10; /* Ensure it's above the close button */
}

  }
  .mobile-menu-toggle-left {
    flex: 1 1 130px;
  }
  .mobile-menu-toggle-left svg {
    width: 30px !important;
    height: 30px !important;
  }
    .mobile-menu-toggle-logo {
      display: flex;
      justify-content: center;
      flex: 1 1 100%;
  }
    .mobile-menu-toggle-right {
      display: flex;
    flex: 1 1 60px;
      flex-direction: row;
  }
  .mobile-menu-toggle-right a {
    border-bottom: none !important;
  }
  .toggle-close-button {
    position: absolute;
    width: 40px; /* Reduce size if needed */
    height: 40px; /* Ensure it doesn't cover too much */
    right: 15px;
    top: 10px;
    left: auto;
  }
  .mobile-nav-socials {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    gap: 5px;
  }
  .mobile-nav-socials a {
    border-bottom: none !important;
  }
}
/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: scroll;
  padding-top: 20px;
  padding-bottom: 0px;
  color: #193056;
      overflow-y: hidden;
    overflow-x: hidden;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    text-decoration: none;
  font-size: 20px;
  color: #303b46;
  display: flex;
  justify-content:space-between;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  padding: 10px 20px;
}
.dropdown-btn {
border-bottom: 1px solid #747d6c;
}
.dropdown-container:-child{
background-color: #ebebeb;
}
.dropdown-container button {
padding-left: 10px;
}
/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f89589;
}

/* Add an active class to the active dropdown button */
.active {
  color: #f89859;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  color: #193056;
  padding-left: 0px;
}
.learnlinks:hover {
  background-color: #dee9e1 !important;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .bt-header {
    height: 20px;
  }
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
  .dropdown-btn::after {
    content: '\002B';
    font-size: 24px;
    position: static;
    left: -12px;
    top: 4px;
    transition: transform 0.5s;
  }

  .dropdown-btn.active::after {
    transform: rotate(180deg);
    content: '\2212';
 
  }
  .bt-bracenames {
  padding: 0 15px;
  }
  .bt-bodyparts {
  padding-left: 8px;
  }
 #bodyparts {
  padding-left: 20px;
 }
@media screen and (max-width: 787px) {
  .mobile-menu.open .bt-header__center,
  .mobile-menu.open .sidenav {
    display: flex !important;
    flex-direction: column;
    height: auto;
    overflow: visible;
  }

  .mobile-menu.open .sidenav a,
  .mobile-menu.open .dropdown-btn {
    display: flex !important;
  }
}
