.header-menu_liquid-cart {
  display: none;

  --liquid-sdk-shopping-cart-count-text-color: #1a1818;
  --liquid-sdk-shopping-cart-count-bg-color: #fffcf6;
  --liquid-sdk-shopping-cart-icon-bg-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.800049H2.8L4.4 11.6H16' stroke='%23000000'/%3E%3Cpath d='M3.20001 2.80005H15.6L14.4 8.80005L4.00001 9.60005' stroke='%23000000'/%3E%3Cpath d='M6.40001 15.7C7.11798 15.7 7.70001 15.1179 7.70001 14.4C7.70001 13.682 7.11798 13.1 6.40001 13.1C5.68204 13.1 5.10001 13.682 5.10001 14.4C5.10001 15.1179 5.68204 15.7 6.40001 15.7Z' stroke='%23000000'/%3E%3Cpath d='M12.8 15.7C13.518 15.7 14.1 15.1179 14.1 14.4C14.1 13.682 13.518 13.1 12.8 13.1C12.082 13.1 11.5 13.682 11.5 14.4C11.5 15.1179 12.082 15.7 12.8 15.7Z' stroke='%23000000'/%3E%3C/svg%3E%0A") no-repeat 46% / contain;
}

.header-menu_liquid-cart .liquid-cart-btn_show {
  width: 17px;
  height: 17px;
}

.header-menu_liquid-cart .liquid-cart-btn_count .has-items {
  left: 70%;
}

.header.sticky-header .header-menu_liquid-cart,
.menu-white-color .header .header-menu_liquid-cart,
.search-form--opened .header .header-menu_liquid-cart {
  --liquid-sdk-shopping-cart-count-text-color: #fffcf6;
  --liquid-sdk-shopping-cart-count-bg-color: #1a1818;
}

.header-menu_liquid-cart .liquid-cart-btn_show::before {
  filter: invert(1);
}

.header.sticky-header .header-menu_liquid-cart .liquid-cart-btn_show::before,
.menu-white-color .header .header-menu_liquid-cart .liquid-cart-btn_show::before,
.search-form--opened .header .header-menu_liquid-cart .liquid-cart-btn_show::before {
  filter: none;
}

@media (max-width: 767px) {
  .header-top-menu .header-menu_liquid-cart {
    position: absolute;
    right: 5.33vw;
    z-index: 3;
    display: block;
    width: 24px;
    padding: 0;
  }

  .bacardi2020_us .limited-edition .header-menu_liquid-cart {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-nav .header-menu_liquid-cart {
    display: flex;
    align-items: center;
    width: auto;
  }

  .header:hover .header-menu_liquid-cart {
    --liquid-sdk-shopping-cart-count-text-color: #fffcf6;
    --liquid-sdk-shopping-cart-count-bg-color: #1a1818;
  }

  .header:hover .header-menu_liquid-cart .liquid-cart-btn_show::before {
    filter: none;
  }
}

@media (max-width: 767px) {
  body:not(.header--mobile-open) .header-menu__btn {
    right: 15.33vw;
    -webkit-tap-highlight-color: transparent;
  }
}
