:root {
  --vdpp-header-accent: #3b0710;
}

.vdpp-header-actions-item,
.vdpp-header-actions-item * {
  box-sizing: border-box;
}

.vdpp-header-actions-item {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  align-self: center !important;
  height: auto !important;
  margin: 0 0 0 8px !important;
  padding: 0 0 0 12px !important;
  border-left: 1px solid rgba(59, 7, 16, 0.14);
  list-style: none !important;
}

.vdpp-header-actions {
  display: flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
}

.vdpp-header-action {
  position: relative;
  display: flex !important;
  width: 62px;
  min-width: 0 !important;
  height: 54px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 5px 3px !important;
  border: 0 !important;
  border-radius: 7px;
  background: transparent !important;
  color: #2c2527 !important;
  flex-direction: column;
  font-family: inherit;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: color 180ms ease, background-color 180ms ease;
}

.vdpp-header-action:hover,
.vdpp-header-action:focus-visible,
.vdpp-header-action.is-current {
  background: #f8f1f2 !important;
  color: var(--vdpp-header-accent) !important;
}

.vdpp-header-action svg {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 0 5px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.vdpp-header-action-label {
  overflow: hidden;
  max-width: 100%;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1;
  text-overflow: ellipsis;
}

.vdpp-header-action .veloura-cart-count {
  position: absolute !important;
  top: 1px !important;
  right: 8px !important;
  display: grid !important;
  width: 17px !important;
  min-width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50% !important;
  background: var(--vdpp-header-accent) !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.vdpp-header-original-action,
.vdpp-header-overflow-item {
  display: none !important;
}

@media (max-width: 1100px) {
  .vdpp-header-actions-item {
    margin-left: 4px !important;
    padding-left: 7px !important;
  }

  .vdpp-header-action {
    width: 41px;
    height: 43px !important;
  }

  .vdpp-header-action svg {
    margin-bottom: 0;
  }

  .vdpp-header-action-label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
  }

  .vdpp-header-action .veloura-cart-count {
    top: -2px !important;
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .vdpp-header-actions-item {
    display: none !important;
  }
}
