/* Dummy file for Optimizer */

.nav-wrapper .dropdown:hover .dropdown-menu {
  left: -5em !important;
}
@media screen and (max-width: 1200px) {
  .nav-wrapper .dropdown:hover .dropdown-menu {
    left: -450% !important;
  }
  .js-product .js-add-to-cart-button {
    min-width: 2em;
  }
}
.max-width-95-vw {
  max-width: 95vw;
}
.max-width-inherit {
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .max-width-95-vw-mobile {
    max-width: 95vw !important;
  }
}
