header {
  border-bottom: none !important;
}
.header__mobile-drawer {
  background: rgba(151, 41, 103, 0.15);
  box-shadow: inset 0px 0px 18px 0px rgba(151, 41, 103, 0.5);
}
.header__mobile-drawer ul li {
  display: block;
}
.header__mobile-drawer ul li a {
  text-align: center;
  display: block;
  font-size: 18px;
  padding: 15px;
  color: #972967;
  font-weight: 600;
}
.header__mobile-drawer ul li a:hover {
  background: rgba(151, 41, 103, 0.25);
}
.header__mobile-menu {
  padding: 8px;
  border-radius: 6px;
  cursor: pointer;
}
.header__mobile-menu svg {
  cursor: pointer;
}
.header__mobile-menu.active {
  background: rgba(151, 41, 103, 0.15);
}
.header__cart a {
  position: relative;
}
.header__cart a span {
  position: absolute;
  height: 20px;
  width: 20px;
  background: #972967;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  left: 100%;
  top: 0px;
  transform: translateY(-80%) translateX(-50%);
}
.header-area .menu li a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  text-transform: none !important;
}
.header-area .menu li.shop a {
  border: 1px solid;
  border-radius: 6px;
  padding: 5px 8px;
  color: #972766;
}
.header-area .menu li.shop:hover a {
  background: #972766;
  color: #fff !important;
  border-color: #972766;
}
.header-area .menu li:hover a {
  color: #972766 !important;
}
