.quick-navigation .buttons-wrapper {
  background: #fff;
  border-bottom-left-radius: 20px;
  padding: 18px 10px 10px;
  z-index: 4;
  left: 0;
  top: 0;
  width: calc(100% + 40px);
}
.quick-navigation .buttons-wrapper .buttons-only {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.quick-navigation .buttons-wrapper .buttons-only #browse-category {
  margin-bottom: 8px;
}
.quick-navigation .buttons-wrapper .buttons-only .button-icon {
  font-size: 0.8125rem;
}
.quick-navigation .buttons-wrapper .buttons-only .button-text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #505555;
  padding-left: 5px;
}
.quick-navigation .buttons-wrapper .buttons-only [aria-expanded=true] .button-icon:before,
.quick-navigation .buttons-wrapper .buttons-only [aria-expanded=true] .button-text {
  color: #b51f20;
}
.quick-navigation .product-categories-navigation {
  padding: 20px 0px;
  position: relative;
}
.quick-navigation .product-categories-navigation .macro-category {
  list-style: none;
}
.quick-navigation .product-categories-navigation .macro-category > li .macro-category-name button {
  transition: color 0.4s;
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 2rem;
  margin-bottom: 8px;
  text-align: left;
  letter-spacing: 0.01em;
}
.quick-navigation .product-categories-navigation .macro-category > li .macro-category-name button:hover, .quick-navigation .product-categories-navigation .macro-category > li .macro-category-name button.active {
  color: #b51f20;
  font-weight: bold;
}
.quick-navigation .product-categories-navigation .macro-category .subcategory {
  list-style: none;
  z-index: -1;
}
.quick-navigation .product-categories-navigation .macro-category .subcategory.active {
  opacity: 1;
  z-index: 1;
}
.quick-navigation .product-categories-navigation .macro-category .subcategory li:hover {
  color: #b51f20;
}
.quick-navigation .product-categories-navigation .macro-category .subcategory li a {
  transition: color 0.4s;
  color: #505555;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
  display: block;
}
.quick-navigation .product-categories-navigation .macro-category .subcategory li a:hover {
  color: #b51f20;
}

@media (min-width: 1025px) {
  .quick-navigation .buttons-wrapper {
    position: absolute;
    top: -23px;
  }
  .quick-navigation .buttons-wrapper .product-categories-navigation {
    padding: 50px 0px;
  }
  .quick-navigation .buttons-wrapper .buttons-only {
    flex-direction: row;
  }
  .quick-navigation .buttons-wrapper .buttons-only #browse-category {
    margin-bottom: 0;
  }
}
@media (min-width: 1367px) {
  .quick-navigation .buttons-wrapper {
    padding: 0 80px 10px;
  }
  .quick-navigation .buttons-wrapper .product-categories-navigation .macro-category > li .macro-category-name {
    max-width: 50%;
  }
  .quick-navigation .buttons-wrapper .product-categories-navigation .subcategory {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 53px;
    transition: opacity 0.4s;
  }
}