.mini-ac span {
  position: absolute;
  top: 16px;
  left: 18px;
  color: #798896;
  font-size: 9px;
  font-weight: 800;
}

.stock--out {
  background: #ffe7e5;
  color: #ba3b32;
}

.product-card h3 {
  overflow-wrap: anywhere;
}

.specs {
  flex-wrap: wrap;
}

.add-button:disabled {
  background: #aab7c2;
  cursor: not-allowed;
}

.phone__icon {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  flex: 0 0 auto;
  border-radius: 10px;
  background: #e9f3ff;
  color: #1268e5;
}

.phone__icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 900px) {
  .header .phone {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .header__actions {
    gap: 7px;
  }

  .header .phone {
    font-size: 11px;
    letter-spacing: -0.25px;
  }

  .phone__icon {
    width: 27px;
    height: 27px;
    margin-right: 4px;
    border-radius: 8px;
  }

  .header .lang {
    padding: 7px 8px;
  }

  .header .cart-button {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 420px) {
  .header .logo > span:last-child {
    display: none;
  }
}
