.reboot-theme {
  /*global begin*/
  /*global end*/
  /*header begin*/
  /* Accessible hidden label */
  /* Search icon on left inside input */
  /*.hamburger-btn {
        font-size: 20px;
        padding: 6px 12px;
        margin: 10px;
    }*/
  /*header end*/
}
.reboot-theme .oval-link {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  color: #111111;
  text-decoration: none;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
  margin: 0.5rem 0;
}
.reboot-theme .oval-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #2b7f99;
  border-radius: 999px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  background-color: #033c4f;
  -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.2s ease, background-color 0.2s ease;
  transition: transform 0.4s ease, opacity 0.2s ease, background-color 0.2s ease, -webkit-transform 0.4s ease;
  z-index: -1;
}
.reboot-theme .oval-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.reboot-theme .oval-link:hover {
  color: #fff;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.reboot-theme .oval-link.active {
  color: #fff;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.reboot-theme .oval-link.value-prop {
  color: #2b7f99;
  background-color: transparent;
}
.reboot-theme .underline-link {
  position: relative;
  display: inline-block;
  padding: 0.25rem 0.75rem;
  color: #111111;
  text-decoration: none;
  background-color: transparent;
  z-index: 1;
  overflow: hidden;
  margin: 0.5rem 0;
}
.reboot-theme .underline-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 2px solid #2b7f99;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  opacity: 0;
  /*background-color: rgba(0,0,0,0.03);*/
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.6s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.6s ease;
  z-index: -1;
}
.reboot-theme .underline-link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.reboot-theme .underline-link:hover {
  color: #033c4f;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.reboot-theme .underline-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.reboot-theme .underline-link.active {
  color: #01171e;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.reboot-theme .nav-spacer {
  visibility: hidden;
}
.reboot-theme #header {
  background: #eeeeee;
}
.reboot-theme #navigation {
  max-width: 1600px;
}
.reboot-theme .header-wrap-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reboot-theme .header-wrap-left > .nav {
  display: none;
  font-size: 12px;
}
@media (min-width: 993px) {
  .reboot-theme .header-wrap-left > .nav {
    display: block;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .reboot-theme .header-wrap-left > .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
  }
}
.reboot-theme .header-wrap-left .dropdown-menu {
  top: 40px;
  margin-top: 0;
}
.reboot-theme .header-wrap-left .dropdown-menu a,
.reboot-theme .header-wrap-left .dropdown-menu a * {
  color: #01171e;
}
.reboot-theme .header-wrap-left .dropdown-menu a i,
.reboot-theme .header-wrap-left .dropdown-menu a * i {
  margin: 0 10px;
}
.reboot-theme .header-wrap-left #contact-dropdown-title {
  text-align: center;
  color: white;
  background: #01171e;
  padding: 0.25rem;
}
.reboot-theme .header-wrap-left #mainNavWrap {
  margin-top: 0;
  padding-left: 0;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 768px) {
  .reboot-theme .header-wrap-left #mainNavWrap {
    margin-top: 1rem;
  }
}
.reboot-theme .header-wrap-left #mainNavWrap > .nav {
  font-weight: 500;
  font-size: 14px;
  display: none;
}
.reboot-theme .header-wrap-left #mainNavWrap > .nav .underline-link {
  padding: 0.25rem;
}
@media (min-width: 1200px) {
  .reboot-theme .header-wrap-left #mainNavWrap > .nav .underline-link {
    padding: 0.25rem 0.5rem;
  }
}
@media (min-width: 1330px) {
  .reboot-theme .header-wrap-left #mainNavWrap > .nav .underline-link {
    padding: 0.25rem 0.75rem;
  }
}
@media (min-width: 993px) {
  .reboot-theme .header-wrap-left #mainNavWrap > .nav {
    display: block;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .reboot-theme .header-wrap-left #mainNavWrap > .nav {
    font-size: 15px;
  }
}
@media (min-width: 1330px) {
  .reboot-theme .header-wrap-left #mainNavWrap > .nav {
    font-size: 17px;
  }
}
.reboot-theme .header-wrap-left #mainNavWrap #hamburgerToggleDesktop {
  display: none;
}
@media (min-width: 768px) {
  .reboot-theme .header-wrap-left #mainNavWrap #hamburgerToggleDesktop {
    display: block;
  }
}
.reboot-theme .header-wrap-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .reboot-theme .header-wrap-center {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.reboot-theme .header-wrap-center .logoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reboot-theme .header-wrap-center #tapestry-logo {
  display: block;
  width: 50%;
  margin: 0;
}
@media (min-width: 768px) {
  .reboot-theme .header-wrap-center #tapestry-logo {
    width: 184px;
    height: 70px;
    margin: auto;
  }
}
.reboot-theme .header-wrap-center #tapestry-logo img {
  padding: 0.75rem 0 0.25rem 0;
  width: 164px;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
  margin: 0 0 0 10px;
}
.reboot-theme .header-wrap-center #tapestry-logo img:hover {
  width: 184px;
}
@media (min-width: 768px) {
  .reboot-theme .header-wrap-center #tapestry-logo img {
    width: 180px;
    margin: auto;
  }
}
.reboot-theme .header-wrap-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reboot-theme .header-wrap-right .nav {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
}
@media (min-width: 993px) {
  .reboot-theme .header-wrap-right .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .reboot-theme .header-wrap-right .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
  }
}
.reboot-theme .header-wrap-left ul,
.reboot-theme .header-wrap-right ul {
  list-style: none;
}
.reboot-theme .search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  background-color: #f5f5f5;
  border-radius: 1000px;
  margin-bottom: 0;
  width: 90%;
}
@media (min-width: 768px) {
  .reboot-theme .search-wrap {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.reboot-theme .search-wrap form {
  width: 100%;
}
.reboot-theme .search-wrap .form-group {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  position: relative;
}
.reboot-theme .search-wrap #searchbox {
  width: 100%;
  border-radius: 1000px !important;
  border-color: #eeeeee;
  text-align: center;
  margin: 0;
  padding-left: 2rem;
  /* space for icon */
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.reboot-theme .search-wrap #searchbox:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.reboot-theme .sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.reboot-theme .search-icon-btn {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  color: #666;
  cursor: pointer;
  z-index: 2;
}
.reboot-theme .search-icon-btn:focus {
  outline: 2px solid #2b7f99;
  outline-offset: 2px;
}
@media (max-width: 1399px) {
  .reboot-theme .search-wrap .container {
    width: 100%;
  }
}
.reboot-theme .user-navigation {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: 8px;
  right: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  /*currency begin*/
  /* Hide the original select visually but keep it accessible */
  /* Floating button style */
  /* CAD style */
  /* USD style */
  /*currency end*/
  /* account and checkout checkout begin */
}
@media screen and (min-width: 600px) {
  .reboot-theme .user-navigation {
    position: relative;
    top: initial;
    right: initial;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 48px;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 940px) {
  .reboot-theme .user-navigation {
    height: 48px;
  }
}
.reboot-theme .user-navigation .currency-selection-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 72px;
  min-width: 72px;
  height: 48px;
  margin: 0 5px;
}
@media (min-width: 993px) {
  .reboot-theme .user-navigation .currency-selection-wrap {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .reboot-theme .user-navigation .currency-selection-wrap {
    margin: 0 20px;
  }
}
.reboot-theme .user-navigation #CurrencySelectList {
  position: absolute;
  top: 0;
  left: 20px;
  opacity: 0;
  width: 48px;
  height: 48px;
  z-index: 1001;
  cursor: pointer;
}
.reboot-theme .user-navigation .currency-floating-display {
  position: absolute;
  top: 0;
  left: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: sans-serif;
  cursor: pointer;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reboot-theme .user-navigation .currency-floating-display.cad {
  background: url("https://cdn.tapestrymusic.com/ca-flag.svg") no-repeat center;
  background-size: 160%;
  color: #fff;
  font-size: 14px;
  /*text-shadow: -1px 0 1px #FF1117, 0 1px 1px #FF1117, 1px 0 1px #FF1117, 0 -1px 1px #FF1117;*/
  text-shadow: -2px 0 2px #FF1117, 0 2px 2px #FF1117, 2px 0 2px #FF1117, 0 -2px 2px #FF1117;
}
.reboot-theme .user-navigation .currency-floating-display.usd {
  background: url("https://cdn.tapestrymusic.com/us-flag.svg") no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  text-shadow: -2px 0 2px #BD3D44, 0 2px 2px #BD3D44, 2px 0 2px #BD3D44, 0 -2px 2px #BD3D44;
}
.reboot-theme .user-navigation #accountMenu,
.reboot-theme .user-navigation #miniCartMenu {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 998;
  border: 5px solid #f7f7f7;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 5px;
  min-width: 48px;
  min-height: 48px;
}
.reboot-theme .user-navigation #accountMenu:hover,
.reboot-theme .user-navigation #miniCartMenu:hover {
  border-color: #2b7f99;
}
.reboot-theme .user-navigation #accountMenu .account-badge i,
.reboot-theme .user-navigation #miniCartMenu .account-badge i {
  right: -25px;
}
.reboot-theme .user-navigation #accountMenu .touch-icon,
.reboot-theme .user-navigation #miniCartMenu .touch-icon {
  position: relative;
  left: -7px;
}
@media (min-width: 993px) {
  .reboot-theme .user-navigation #accountMenu,
  .reboot-theme .user-navigation #miniCartMenu {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .reboot-theme .user-navigation #accountMenu,
  .reboot-theme .user-navigation #miniCartMenu {
    margin: 0 20px;
  }
}
.reboot-theme .user-navigation #accountMenu {
  z-index: 9999;
}
.reboot-theme #userNavDesktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.reboot-theme #userNavMobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 50%;
  height: 48px;
  position: relative;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  z-index: 999;
}
@media (min-width: 768px) {
  .reboot-theme #userNavMobile {
    display: none;
  }
}
.reboot-theme #userNavMobile .user-navigation {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.reboot-theme #searchNavWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reboot-theme #searchNavWrap #hamburgerToggleMobile {
  display: block;
  margin-bottom: 0;
  padding: 0.25rem 0 0.25rem 0.75rem;
}
@media (min-width: 768px) {
  .reboot-theme #searchNavWrap #hamburgerToggleMobile {
    display: none;
  }
}
.reboot-theme .hamburger-btn {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  margin: 0 0 0.5rem 0;
}
.reboot-theme .hamburger-btn i,
.reboot-theme .close-btn i {
  font-size: 20px;
}
.reboot-theme .flyout-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
.reboot-theme .flyout-nav.open {
  display: block;
}
.reboot-theme .flyout-nav-panel {
  width: 33.33%;
  max-width: 400px;
  min-width: 360px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  overflow-y: auto;
  position: relative;
}
.reboot-theme .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 4px 10px;
  border: none;
}
.reboot-theme .flyout-tabs {
  margin-top: 50px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.reboot-theme .flyout-tabs > a {
  font-weight: 500;
  font-size: 18px;
}
.reboot-theme .flyout-tabs .btn {
  font-size: 14px;
}
.reboot-theme .flyout-tabs .btn.active {
  background-color: #337ab7;
  color: white;
  border-color: #2e6da4;
}
.reboot-theme .flyout-nav-inner {
  padding-top: 10px;
  max-width: 330px;
}
.reboot-theme .flyout-nav-inner .list-unstyled li,
.reboot-theme .flyout-nav-inner .list-unstyled li a {
  margin-bottom: 0;
}
.reboot-theme .nav-group {
  margin-bottom: 30px;
}
.reboot-theme .nav-group h4 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.reboot-theme .nav-group ul li {
  margin-bottom: 8px;
}
.reboot-theme .nav-group ul li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.reboot-theme .flyout-tabs .btn:focus,
.reboot-theme .close-btn:focus {
  outline: 2px solid #337ab7;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .reboot-theme .flyout-nav-panel {
    width: 100%;
  }
}
.reboot-theme .fade-in {
  -webkit-animation: fadeIn 0.2s ease-in;
          animation: fadeIn 0.2s ease-in;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.reboot-theme #header-static-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #01171e;
}
.reboot-theme #header-static-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reboot-theme #header-static-nav .oval-link {
  color: #f7f7f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ===== Desktop-only carousel styling for header nav ===== */
:root {
  --header-bg: #01171E;
  --header-icon: #333;
}
#header-static-nav {
  position: relative;
  overflow: hidden;
  /* hide stage overflow + create edge-fade mask area */
}
/* Owl init + reveal */
#header-static-nav .owl-carousel {
  visibility: hidden;
}
#header-static-nav .owl-carousel.is-ready {
  visibility: visible;
}
/* Nav pills (Owl handles layout) */
#header-static-nav .nav.nav-pills > li {
  float: none;
}
#header-static-nav .nav.nav-pills > li + li {
  margin-left: 0;
}
/* Oval links */
#header-static-nav .oval-link {
  display: inline-block;
  white-space: nowrap;
  padding: 8px 16px;
  border-radius: 999px;
}
/* Kill legacy container fades */
#header-static-nav::before,
#header-static-nav::after {
  content: none !important;
  display: none !important;
}
/* Owl stage + viewport */
#header-static-nav .owl-stage {
  display: block;
}
#header-static-nav .owl-stage-outer {
  max-width: 94%;
  margin: 0 auto;
  overflow: hidden;
  /* viewport */
  position: relative;
  /* for fades */
  background: var(--header-bg, #fff);
}
/* Edge fades at 94% band */
#header-static-nav .owl-stage-outer::before,
#header-static-nav .owl-stage-outer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 36px;
  z-index: 2;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
#header-static-nav .owl-stage-outer::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--header-bg, #fff)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, var(--header-bg, #fff), rgba(255, 255, 255, 0));
}
#header-static-nav .owl-stage-outer::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(var(--header-bg, #fff)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, var(--header-bg, #fff), rgba(255, 255, 255, 0));
}
/* Hide fades at edges when at ends */
#header-static-nav.at-start .owl-stage-outer::before {
  opacity: 0;
}
#header-static-nav.at-end .owl-stage-outer::after {
  opacity: 0;
}
/* Owl nav */
#header-static-nav .owl-nav {
  pointer-events: none;
}
#header-static-nav .owl-nav .owl-prev,
#header-static-nav .owl-nav .owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #033C4F;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 2px solid #2b7f99;
  z-index: 3;
}
#header-static-nav .owl-nav .owl-prev {
  left: 3%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
#header-static-nav .owl-nav .owl-next {
  right: 3%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
#header-static-nav .owl-nav .owl-prev i,
#header-static-nav .owl-nav .owl-next i {
  font-size: 18px;
  vertical-align: middle;
  color: #2b7f99;
}
#header-static-nav .owl-nav .disabled {
  opacity: 0.35;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* Dots hidden */
#header-static-nav .owl-dots {
  display: none;
}
/* Below desktop, disable nav/fades */
@media (max-width: 992px) {
  #header-static-nav .owl-nav,
  #header-static-nav::before,
  #header-static-nav::after {
    display: none !important;
  }
}
/* Make sure the last item has no trailing gap that blocks full reveal */
#header-static-nav .owl-stage .owl-item:last-child {
  margin-right: 0 !important;
}
/* Spacer: keeps a little breathing room at the far right, but is invisible & non-interactive */
#header-static-nav .oval-link.nav-spacer {
  pointer-events: none;
  cursor: default;
  color: transparent;
  /* hide the $ */
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Make the spacer take up space without extra padding from .oval-link */
  display: inline-block;
  padding: 0 !important;
  width: 48px;
  /* tune as needed (e.g., 36–64px) */
  height: 1px;
  /* don’t affect row height */
  overflow: hidden;
  border: 0;
}
/* Ensure the actual last visible CHIP (“Deals”) isn’t followed by a gap that prevents full reveal.
   Since the spacer is the real last .owl-item, remove its margin and also remove margin on the item before it. */
#header-static-nav .owl-stage .owl-item:last-child {
  margin-right: 0 !important;
  /* no gap after spacer */
}
#header-static-nav .owl-stage .owl-item:last-child ~ .owl-item {
  /* no-op (safety) */
}
/* Remove trailing margin on the item *before* the spacer by targeting the spacer’s preceding sibling */
#header-static-nav .owl-stage .owl-item:has(+ .owl-item .nav-spacer) {
  margin-right: 0 !important;
}
/* If :has() support is a concern, add this fallback class in JS (see below) */
#header-static-nav .owl-stage .owl-item.before-spacer {
  margin-right: 0 !important;
}
/* ===== Mega Menu (desktop) ===== */
